.snow-layer{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:45;overflow:hidden}.snow-flake{position:absolute;top:-10%;color:#fbf3e6;text-shadow:0 0 6px rgba(0,0,0,.15);animation-name:snowFall;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}@keyframes snowFall{0%{transform:translateY(-10vh) translate(0) rotate(0)}50%{transform:translateY(55vh) translate(18px) rotate(180deg)}to{transform:translateY(115vh) translate(-14px) rotate(360deg)}}.hero.hero--compact{min-height:46vh}.hero.hero--compact .hero__content{padding-bottom:40px}.hero.hero--compact .hero__title{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:14px}.hero.hero--compact .hero__text{font-size:1rem;margin-bottom:20px}@media(max-width:860px){.hero.hero--compact{min-height:40vh}}.section-inner.section-inner--trees{position:relative}.tree-divider{text-align:center;font-size:1.3rem;letter-spacing:18px;opacity:.35;padding:6px 0 0;-webkit-user-select:none;user-select:none}.night-block{position:relative;overflow:hidden;margin:0;padding:0}.night-block__bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:0;margin:0;padding:0}.night-block__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0b1c3b1a,#0b1c3b47 40%,#050b1885 75%,#050b18ad);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);z-index:1}.night-block__content{position:relative;z-index:2}.night-block__newsletter{padding:90px 32px 60px;text-align:center}.night-block__newsletter h2{color:#fdf8ec;margin-bottom:14px}.night-block__newsletter p{color:#fdf8ec;opacity:.85;margin-bottom:28px}.night-block__form{display:flex;gap:10px;max-width:440px;margin:0 auto}.night-block__form input{margin-bottom:0;background:var(--cream);color:var(--ink)}.night-block__success{color:#fdf8ec;font-weight:600}.night-block__footer{padding:40px 32px 32px}.night-block__footer-inner{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(251,243,230,.15)}.night-block__logo{font-family:Fraunces,serif;font-size:1.3rem;font-weight:700;margin-bottom:10px;color:#fdf8ec}.night-block__brand p{font-size:.88rem;opacity:.65;max-width:32ch;margin-bottom:14px;color:#fdf8ec}.night-block__social{display:flex;gap:16px;font-size:.85rem}.night-block__social a{color:#fdf8ec}.night-block__col h4{font-size:.82rem;text-transform:uppercase;letter-spacing:.1em;opacity:.6;margin-bottom:14px;color:#fdf8ec}.night-block__col a{display:block;font-size:.92rem;opacity:.85;margin-bottom:10px;color:#fdf8ec}.night-block__payment{max-width:1180px;margin:24px auto 0;display:flex;gap:10px;flex-wrap:wrap;padding:0 32px}.night-block__bottom{max-width:1180px;margin:24px auto 0;font-size:.8rem;opacity:.6;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:0 32px;color:#fdf8ec}@media(max-width:860px){.night-block__form{flex-direction:column}}.trust-bar{background:var(--cream-soft);border-bottom:1px solid rgba(23,51,40,.1);padding:10px 20px}.trust-bar__inner{max-width:1180px;margin:0 auto;display:flex;justify-content:center;gap:36px;flex-wrap:wrap}.trust-bar__item{display:flex;align-items:center;gap:8px;font-size:.82rem;font-weight:500;color:var(--pine)}.trust-bar__icon{font-size:.95rem}@media(max-width:860px){.trust-bar__inner{gap:16px;justify-content:flex-start}}.category-grid{padding:70px 0 20px}.category-grid__head{text-align:center;margin-bottom:36px}.category-grid__head h2{font-size:clamp(1.8rem,3vw,2.4rem);color:var(--pine);margin-bottom:8px}.category-grid__head p{opacity:.7;font-style:italic}.category-grid__cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media(max-width:960px){.category-grid__cards{grid-template-columns:repeat(2,1fr)}}.category-card{position:relative;display:block;border-radius:18px;overflow:hidden;aspect-ratio:3/4;box-shadow:0 16px 40px -18px #17332840;transition:transform .25s ease}.category-card:hover{transform:translateY(-6px)}.category-card img{width:100%;height:100%;object-fit:cover}.category-card__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.category-card__fallback span{font-size:4.5rem}.category-card__label{position:absolute;left:14px;right:14px;bottom:14px;background:var(--paper);border-radius:12px;padding:16px;text-align:center}.category-card__title{display:block;font-family:Fraunces,serif;font-weight:700;color:var(--pine);font-size:1.05rem;margin-bottom:10px}.category-card__btn{display:inline-block;background:var(--pine);color:var(--cream);padding:8px 18px;border-radius:999px;font-size:.82rem;font-weight:600}@media(max-width:860px){.category-grid__cards{grid-template-columns:1fr}}.best-sellers{padding:70px 0 90px}.best-sellers__head{text-align:center;margin-bottom:40px}.best-sellers__head h2{font-size:clamp(1.8rem,3vw,2.4rem);color:var(--pine);margin-bottom:8px}.best-sellers__head p{opacity:.7;font-style:italic}.best-sellers__viewport{overflow:hidden;padding:26px 0 22px;-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 130px,#000 calc(100% - 130px),transparent 100%);mask-image:linear-gradient(90deg,transparent 0,#000 130px,#000 calc(100% - 130px),transparent 100%)}.best-sellers__track{display:flex;gap:22px;width:max-content;animation:bestSellersScroll 140s linear infinite}.best-sellers__card .product-card__media img{transition:opacity .4s ease}.best-sellers__viewport:hover .best-sellers__track{animation-play-state:paused}.best-sellers__card{flex:0 0 auto;width:calc(100vw - 64px)}@media(min-width:600px){.best-sellers__card{width:calc((100vw - 86px)/2)}}@media(min-width:1024px){.best-sellers__card{width:calc((min(100vw,1180px) - 64px - 44px)/3)}}.best-sellers__card .product-card__media{padding:14px}.best-sellers__card .product-card{height:100%;display:flex;flex-direction:column}.best-sellers__card .product-card:hover{transform:none;box-shadow:0 26px 55px -20px #17332866}.best-sellers__card .product-card__media{transition:transform .4s ease}.best-sellers__card .product-card:hover .product-card__media img{transform:scale(1.07)}.best-sellers__card .product-card__media img{transition:transform .5s ease}@keyframes bestSellersScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.best-sellers__track{animation:none}}.announcement-bar{background:linear-gradient(180deg,#0b1c3b,#16295a 55%,#35507f);color:#fdf8ec}.btn--primary{background:#1c2f56;color:#fdf8ec}.btn--primary:hover{background:#0b1c3b}.btn--secondary{background:#1c2f56;color:#fdf8ec}.btn--secondary:hover{background:#0b1c3b}.category-card__btn{background:#1c2f56;color:#fdf8ec}.product-card{position:relative;overflow:visible}.product-card__media{border-radius:20px 20px 0 0;overflow:hidden}.product-card__badge--bestseller,.product-card__badge--custom{position:absolute;top:-13px;right:16px;z-index:3;display:inline-flex;align-items:center;padding:7px 16px;border-radius:999px;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;line-height:1;background:#fff;color:#171717;border:2px solid #171717;box-shadow:3px 3px #171717e6}.product-card__badge--bestseller{left:16px;right:auto}body{font-family:Jost,sans-serif;font-weight:300;letter-spacing:.01em}.site-header__nav a{letter-spacing:.04em;font-weight:400}.site-header__logo{letter-spacing:.01em}.btn{letter-spacing:.06em;text-transform:uppercase;font-size:.82rem;font-weight:500}.eyebrow{letter-spacing:.18em}.product-card__title,.price{font-weight:500}.benefit{transition:transform .3s ease}.benefit:hover{transform:translateY(-5px)}.benefit__icon{display:flex;align-items:center;justify-content:center;width:78px;height:78px;margin:0 auto 20px;border-radius:50%;background:radial-gradient(circle at 33% 28%,#2c4272,#16295a 55%,#0b1c3b);box-shadow:0 12px 26px -12px #0b1c3b8c,inset 0 1.5px #ffffff24;color:#f2d99a;transition:box-shadow .3s ease}.benefit:hover .benefit__icon{box-shadow:0 16px 32px -10px #0b1c3b99,inset 0 1.5px #fff3}.benefit__icon svg{width:36px;height:36px}.benefit__icon-emoji{font-size:1.8rem}.btn--secondary-light{background:#1c2f56;color:#fdf8ec}.btn--secondary-light:hover{background:#0b1c3b}.testimonials .eyebrow{color:#1c2f56}.testimonial{position:relative;overflow:hidden;border:1px solid rgba(11,28,59,.08);box-shadow:0 16px 34px -20px #0b1c3b4d}.testimonial:before{content:"\201c";position:absolute;top:2px;right:22px;font-family:Fraunces,serif;font-size:4.2rem;color:#1c2f5617;line-height:1;pointer-events:none}.testimonial__stars{color:#1c2f56;letter-spacing:3px;font-size:1.05rem}
/*# sourceMappingURL=/cdn/shop/t/61/assets/christmas-effects.css.map */
