:root{--color-bg: #F5F0E8;--color-text: #2B2B2B;--color-accent: #C89A5B;--color-muted: #8FAA92;--color-border: #E1D7C8;--radius-xl: 1.5rem;--radius-lg: 1rem;--radius-md: .75rem;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .08)}body.body{margin:0;background-color:var(--color-bg);color:var(--color-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.site-header,.site-footer,.announcement-bar{padding:0 1.5rem}.site-header__inner,.site-footer__inner,.announcement-bar__inner,.home-hero__grid,.home-highlights__grid,.home-about__inner,.home-testimonials__grid,.collection-page__header,.product-page__grid,.page__inner,.home-new-arrivals__card,.product-grid{max-width:1100px;margin:0 auto}.announcement-bar{background-color:var(--color-muted);color:#fff;font-size:.9rem}.announcement-bar__inner{padding:.5rem 0;text-align:center}.site-header{background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;gap:2rem}.site-header__logo-row{display:flex;align-items:center;gap:.75rem}.site-header__logo-image{width:40px;height:40px;border-radius:999px;box-shadow:var(--shadow-soft);background-color:#fff}.site-header__logo-text{display:flex;flex-direction:column;gap:.15rem}.site-header__logo-main{font-family:Playfair Display,Times New Roman,serif;font-size:1.4rem;letter-spacing:.06em;text-transform:uppercase}.site-header__logo-sub{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;opacity:.7}.site-header__nav{display:flex;flex-wrap:wrap;gap:.5rem 1.1rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.site-header__nav-link{position:relative;padding-bottom:.1rem}.site-header__nav-link:after{content:"";position:absolute;left:0;bottom:-.1rem;width:0;height:1px;background-color:var(--color-text);transition:width .2s ease}.site-header__nav-link:hover:after{width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.75rem 1.75rem;font-size:.95rem;border:1px solid transparent;cursor:pointer;text-decoration:none;transition:box-shadow .2s ease,transform .1s ease,background-color .2s ease,color .2s ease}.btn--primary{background-color:var(--color-accent);color:#fff;box-shadow:var(--shadow-soft)}.btn--primary:hover{box-shadow:0 8px 26px #0000001a;transform:translateY(-1px)}.btn--ghost{background-color:transparent;border-color:var(--color-text);color:var(--color-text)}.btn--ghost:hover{background-color:var(--color-text);color:#fff}.home-hero{padding:3.5rem 1.5rem 1.5rem}.home-hero__grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:2.5rem;align-items:center}.home-hero__heading{font-family:Playfair Display,Times New Roman,serif;font-size:2.5rem;margin-bottom:.75rem}.home-hero__subheading{max-width:32rem;font-size:1.05rem;line-height:1.7;margin-bottom:1.75rem}.home-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-hero__image-wrap{justify-self:center}.home-hero__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background-color:#fff}.home-new-arrivals{padding:1rem 1.5rem 2.5rem}.home-new-arrivals__card{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,1fr);gap:1.5rem;align-items:center;background-color:#fff;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.03);padding:1.5rem}.home-new-arrivals__content h2{margin:0 0 .5rem;font-family:Playfair Display,Times New Roman,serif;font-size:1.6rem}.home-new-arrivals__content p{margin:0;font-size:.98rem;line-height:1.7}.home-highlights{padding:0 1.5rem 2.5rem}.home-highlights__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.75rem}.home-highlight{background-color:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.03)}.home-highlight h3{margin-top:0;margin-bottom:.5rem;font-size:1.05rem}.home-highlight p{margin:0;font-size:.95rem;line-height:1.6}.section-heading{max-width:1100px;margin:0 auto 1.5rem;padding:0 1.5rem;display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.section-heading h2{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:1.6rem}.section-heading__link{font-size:.9rem;text-transform:uppercase;letter-spacing:.16em}.product-grid{max-width:1100px;margin:0 auto 3rem;padding:0 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.75rem}.product-card{background-color:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(0,0,0,.03)}.product-card__image-wrapper{position:relative;padding:.75rem}.product-card__image{border-radius:var(--radius-md)}.product-card__info{padding:.75rem 1rem 1rem}.product-card__title{margin:0 0 .35rem;font-size:.98rem}.product-card__price{font-size:.95rem}.product-card__price--sale{font-weight:600;margin-right:.35rem}.product-card__price--compare{text-decoration:line-through;opacity:.6;font-size:.85rem}.home-about{padding:1rem 1.5rem 3rem}.home-about__inner{max-width:700px;margin:0 auto;text-align:left}.home-about__inner h2{font-family:Playfair Display,Times New Roman,serif;font-size:1.8rem;margin-bottom:.75rem}.home-about__inner p{font-size:1rem;line-height:1.75}.home-testimonials{padding:1rem 1.5rem 3.5rem}.home-testimonials__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.testimonial{margin:0;padding:1.5rem;background-color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.testimonial blockquote{margin:0 0 .75rem;font-size:.95rem;line-height:1.7}.testimonial figcaption{font-size:.85rem;text-transform:uppercase;letter-spacing:.16em;opacity:.7}.product-page{padding:3rem 1.5rem 4rem}.product-page__grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem;align-items:start}.product-page__image{border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);background-color:#fff}.product-page__title{font-family:Playfair Display,Times New Roman,serif;font-size:2rem;margin-top:0;margin-bottom:.75rem}.product-page__price{font-size:1.1rem;margin-bottom:1.5rem}.product-page__options,.product-page__quantity{margin-bottom:1rem}.product-page__option-label{display:block;font-size:.9rem;margin-bottom:.3rem}.product-page__select,.product-page__qty-input{width:100%;max-width:240px;padding:.55rem .75rem;border-radius:999px;border:1px solid var(--color-border);font:inherit;background-color:#fff}.product-page__add-to-cart{margin-top:.5rem}.product-page__description{margin-top:2rem;font-size:.98rem;line-height:1.8}.collection-page{padding:3rem 1.5rem 3.5rem}.collection-page__title{font-family:Playfair Display,Times New Roman,serif;font-size:2rem;margin:0 0 .75rem}.collection-page__description{max-width:600px;font-size:.98rem;line-height:1.7}.page{padding:3rem 1.5rem 4rem}.page__inner{max-width:800px;margin:0 auto}.page__heading{font-family:Playfair Display,Times New Roman,serif;font-size:2rem;margin-top:0;margin-bottom:.75rem}.page__subheading{font-size:1rem;opacity:.8;margin-bottom:1.5rem}.page__content{font-size:.98rem;line-height:1.8}.site-footer{border-top:1px solid var(--color-border);padding:2.5rem 1.5rem 1.5rem;background-color:#f0e7d9}.site-footer__inner{max-width:1100px;margin:0 auto 1.5rem;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:1.5rem;font-size:.9rem}.site-footer__heading{font-family:Playfair Display,Times New Roman,serif;margin-top:0}.site-footer__subheading{margin-top:0;font-size:.9rem;text-transform:uppercase;letter-spacing:.14em}.site-footer__list{list-style:none;padding-left:0;margin:0}.site-footer__list li{margin-bottom:.35rem}.site-footer__bottom{max-width:1100px;margin:0 auto;font-size:.8rem;opacity:.7}@media (max-width: 900px){.site-header__inner{flex-direction:column;align-items:flex-start}.site-header__nav{flex-wrap:wrap}.home-hero__grid,.home-new-arrivals__card,.home-highlights__grid,.home-testimonials__grid,.product-page__grid,.site-footer__inner{grid-template-columns:1fr}.home-new-arrivals__card{text-align:left}}.btn:hover{text-decoration:none}.home-hero__image{max-width:520px;width:100%;object-fit:contain}.home-new-arrivals__image{width:100%;height:auto;object-fit:contain}.home-new-arrivals__card,.product-card a:hover,.site-header__nav a:hover{text-decoration:none}.btn{text-decoration:none;font-weight:500}.btn--primary,.btn--primary:hover{color:#fff!important}.btn--ghost{color:var(--color-text)!important}.btn--ghost:hover{color:#fff!important}a.btn:hover{text-decoration:none!important}.testimonial__stars{font-size:.95rem;letter-spacing:.08em;margin-bottom:.6rem;opacity:.9}.footer-social{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem;align-items:flex-start}.footer-social__link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.footer-social__icon{width:22px;height:22px;display:block}.footer-social__label{opacity:.95}.footer-social__link:hover.footer-social__label{text-decoration:underline}.home-hero__note{margin-top:.75rem;max-width:46rem;font-size:.95rem;line-height:1.6;opacity:.92}.alpaca-video-hero{position:relative;height:70vh;min-height:480px;overflow:hidden}.alpaca-video{width:100%;height:100%;object-fit:cover}.alpaca-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.alpaca-video-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:1.5rem}.alpaca-eyebrow{letter-spacing:.2em;font-size:.8rem;text-transform:uppercase}.alpaca-headline{font-family:Playfair Display,serif;font-size:3rem;margin:.75rem 0}.alpaca-subtext{max-width:38rem;font-size:1.05rem;line-height:1.6}.alpaca-note{margin-top:.75rem;font-size:.9rem;opacity:.9}.home-trust-strip{padding:2rem 1rem;background:#fafafa}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:900px;margin:0 auto;text-align:center}.trust-grid span{font-size:.85rem;opacity:.8}.product-tag{display:inline-block;margin-top:.25rem;font-size:.7rem;letter-spacing:.05em;opacity:.7}.gift-line{text-align:center;font-size:.95rem;opacity:.85;margin:2rem auto}@media (max-width:768px){.alpaca-video-hero{height:58vh}.alpaca-headline{font-size:2.1rem}.trust-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){.alpaca-video-hero video{display:none!important}.alpaca-video--fallback{display:block!important}}.alpaca-video-hero{position:relative;height:68vh;min-height:460px;overflow:hidden}.alpaca-video{width:100%;height:100%;object-fit:cover;display:block}.alpaca-video-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000057}.alpaca-video-content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;padding:1.5rem;gap:.35rem}.alpaca-subtext{max-width:40rem}.home-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-top:.5rem}.home-trust-strip{padding:1.75rem 1rem}.trust-grid{max-width:980px}.trust-grid div{padding:.5rem .25rem}.trust-grid span{display:block;margin-top:.2rem}.product-tag{display:inline-block;margin-top:.35rem;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;opacity:.72}.gift-line{padding:0 1rem}.site-footer__block.footer-social{margin-top:.75rem}.product__subtitle{margin-top:.5rem;font-size:.95rem;line-height:1.6;opacity:.85;max-width:42rem}.sticky-atc{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;padding:.75rem 1rem;background:#fffffff5;border-top:1px solid rgba(0,0,0,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sticky-atc__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.sticky-atc__title{font-size:.9rem;font-weight:500}.sticky-atc__price{font-size:.9rem;opacity:.8}.sticky-atc__btn{white-space:nowrap}@media (max-width: 768px){.sticky-atc{display:block}body{padding-bottom:76px}}.alpaca-image-hero{padding:2.25rem 1.25rem 1.5rem}.alpaca-image-hero__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.alpaca-image-hero__media{background:#f6f2ea;border-radius:var(--radius-xl);box-shadow:var(--shadow-soft);padding:1rem}.alpaca-image-hero__media img{width:100%;height:auto;max-height:520px;object-fit:contain;display:block;margin:0 auto}.alpaca-image-hero__content{text-align:left;color:var(--text)}.alpaca-hero__actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}@media (max-width: 900px){.alpaca-image-hero__inner{grid-template-columns:1fr}.alpaca-image-hero__content{text-align:center}.alpaca-hero__actions{justify-content:center}.alpaca-image-hero__media img{max-height:420px}}.home-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media (max-width: 900px){.home-testimonials__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.home-testimonials__grid{grid-template-columns:1fr}}.site-header__nav-item{position:relative;display:inline-block}.site-header__nav-item.has-dropdown>.site-header__nav-link:after{content:"\25be";margin-left:.35rem;font-size:.75em;opacity:.7}.site-header__dropdown{position:absolute;top:100%;left:0;min-width:220px;background:#fffffffa;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:.5rem;box-shadow:0 10px 30px #0000001a;display:none;z-index:80}.site-header__nav-item.has-dropdown:hover .site-header__dropdown,.site-header__nav-item.has-dropdown:focus-within .site-header__dropdown{display:block}.site-header__dropdown-link{display:block;padding:.55rem .75rem;border-radius:12px;opacity:.92}.site-header__dropdown-link:hover{background:#0000000a;opacity:1}.footer-links{display:flex;flex-direction:column;gap:.35rem}.page-faq,.page-care,.page-privacy{padding:3rem 1rem}.page-faq__inner,.page-care__inner,.page-privacy__inner{max-width:840px;margin:0 auto}.page-faq__list details{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:.75rem 1rem;margin:.75rem 0;background:#f6f2ea40}.page-faq__list summary{cursor:pointer;font-weight:600}.page-faq__list p{margin:.5rem 0 0;opacity:.92;line-height:1.6}.page-care__bullets{margin:.75rem 0 1rem;padding-left:1.1rem}.page-care__bullets li{margin:.5rem 0;line-height:1.6}.site-footer__subheading{letter-spacing:.04em}.footer-links a{opacity:.9}.footer-links a:hover{opacity:1}.site-header{position:sticky;top:0;z-index:100;background:#f6f2eaeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.06)}.site-header__inner{max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}.site-header__brand{justify-self:start}.site-header__nav{justify-self:center;display:flex;gap:1.25rem;align-items:center;flex-wrap:wrap}.site-header__actions{justify-self:end;display:flex;gap:.85rem;align-items:center}.site-header__icon-link{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px}.site-header__icon-link:hover{background:#0000000d}.site-header__cart-badge{margin-left:.35rem;font-size:12px;line-height:1;padding:.25rem .45rem;border-radius:999px;background:#000000d9;color:#fff}.site-header__logo{max-height:34px;width:auto;display:block}.site-header__logo-text{font-weight:700;letter-spacing:.02em}.site-footer__blocks{align-items:start}.site-footer{width:100%!important}.site-footer .site-footer__inner{max-width:1280px!important;margin:0 auto!important;padding-left:1.5rem!important;padding-right:1.5rem!important}.site-footer .site-footer__blocks{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:2.75rem!important;align-items:start!important;justify-content:space-between!important}.site-footer .site-footer__block{min-width:0!important}.site-footer .site-footer__block--brand .site-footer__text{max-width:44ch!important}@media (max-width: 960px){.site-footer .site-footer__blocks{grid-template-columns:1fr!important;gap:1.5rem!important}}.site-footer .site-footer__inner{width:100%!important}.site-footer .site-footer__blocks{width:100%!important;justify-items:start!important}.site-footer .site-footer__blocks>.site-footer__block{width:100%!important}.site-footer .site-footer__bottom{width:100%!important;display:flex!important;justify-content:center!important;text-align:center!important}.footer-social__svg{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.9}.footer-social__link:hover .footer-social__svg{opacity:1}.page-policy{padding:3rem 1rem}.page-policy__inner{max-width:860px;margin:0 auto}.page-policy__title{margin:0 0 1rem}.page-policy__body{line-height:1.75;opacity:.95}.page-policy__body h2,.page-policy__body h3{margin-top:1.6rem}.page-policy__body p{margin:.85rem 0}.page-policy__empty{opacity:.85}.luxe-cart-upsell{margin-top:24px}.luxe-cart-upsell__card{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:18px;background:#fff}.luxe-cart-upsell__kicker{font-size:11px;letter-spacing:.1em;text-transform:uppercase;opacity:.7}.luxe-cart-upsell__title{font-size:16px;margin-top:6px}.luxe-cart-upsell__text{font-size:13px;margin-top:8px;opacity:.75;line-height:1.5;max-width:52ch}.luxe-cart-upsell__actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.luxe-cart-upsell__form{margin:0}.luxe-sticky-nav{position:sticky;top:0;z-index:9997;background:#f8f2e8eb;-webkit-backdrop-filter:blur(6px) saturate(120%);backdrop-filter:blur(6px) saturate(120%);border-bottom:1px solid rgba(0,0,0,.06)}.luxe-sticky-nav__inner{max-width:1200px;margin:0 auto;padding:10px 18px;display:flex;gap:14px;align-items:center;justify-content:flex-end}.luxe-sticky-nav__link{font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:8px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#ffffffb8}.luxe-sticky-nav__link:hover{background:#fffffff2}.luxe-sticky-nav__link--cart{margin-left:auto}.luxe-cart-count{display:inline-block;margin-left:6px;min-width:18px;height:18px;line-height:18px;text-align:center;border-radius:999px;border:1px solid rgba(0,0,0,.14);font-size:11px;padding:0 6px;background:#fff}.luxe-sticky-nav__link.luxe-back{background:transparent;border:none;padding:0}.luxe-sticky-nav__link.luxe-back:hover{opacity:.8}.luxe-footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:48px;align-items:start}.luxe-footer-col{min-width:0}.luxe-footer-heading{margin:0 0 14px;line-height:1.2}.luxe-footer-col ul,.luxe-footer-col ol{margin:0;padding:0;list-style:none}.luxe-footer-col li{margin:0 0 10px}.luxe-footer-col a{text-decoration:none}.luxe-footer-col a:hover{text-decoration:underline}@media (max-width: 989px){.luxe-footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}}@media (max-width: 620px){.luxe-footer-grid{grid-template-columns:1fr;gap:18px}}.luxe-ship-notice{position:sticky;top:0;z-index:1001;background:#0000000a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);text-align:center;font-size:12px;letter-spacing:.02em;padding:8px 12px}.luxe-sticky-nav{top:32px}@media (max-width: 620px){.luxe-sticky-nav{top:36px}}.luxe-footer-ship{margin-top:18px;font-size:12px;opacity:.75}.luxe-cart-ship{margin-top:10px;font-size:12px;opacity:.75}.footer__blocks-wrapper.luxe-footer-grid--5,.footer__content-top.luxe-footer-grid--5 .footer__blocks-wrapper,.footer__content.luxe-footer-grid--5 .footer__blocks-wrapper{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:44px;align-items:start}@media (max-width: 1200px){.footer__blocks-wrapper.luxe-footer-grid--5,.footer__content-top.luxe-footer-grid--5 .footer__blocks-wrapper,.footer__content.luxe-footer-grid--5 .footer__blocks-wrapper{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px}}@media (max-width: 820px){.footer__blocks-wrapper.luxe-footer-grid--5,.footer__content-top.luxe-footer-grid--5 .footer__blocks-wrapper,.footer__content.luxe-footer-grid--5 .footer__blocks-wrapper{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media (max-width: 560px){.footer__blocks-wrapper.luxe-footer-grid--5,.footer__content-top.luxe-footer-grid--5 .footer__blocks-wrapper,.footer__content.luxe-footer-grid--5 .footer__blocks-wrapper{grid-template-columns:1fr;gap:18px}}.footer__block--policies .footer-block__heading{margin-bottom:14px}.luxe-footer-ship{margin-top:16px;font-size:12px;opacity:.75}.footer__blocks-wrapper{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:44px!important;align-items:start!important}@media (max-width: 1200px){.footer__blocks-wrapper{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:32px!important}}@media (max-width: 820px){.footer__blocks-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}}@media (max-width: 560px){.footer__blocks-wrapper{grid-template-columns:1fr!important;gap:18px!important}}.luxe-build-tag{margin-top:8px;font-size:11px;opacity:.35;letter-spacing:.02em}.site-footer__blocks{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:44px!important;align-items:start!important}@media (max-width: 1200px){.site-footer__blocks{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:32px!important}}@media (max-width: 820px){.site-footer__blocks{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:24px!important}}@media (max-width: 560px){.site-footer__blocks{grid-template-columns:1fr!important;gap:18px!important}}.site-footer__block--policies .site-footer__subheading{margin-bottom:14px}
/*# sourceMappingURL=/cdn/shop/t/93/assets/theme.css.map */
