:root{--font-display: "Cormorant Garamond", Georgia, serif;--font-sans: "Jost", system-ui, sans-serif;--background: oklch(.99 .003 80);--foreground: oklch(.18 .01 60);--secondary: oklch(.96 .006 80);--secondary-foreground: oklch(.25 .01 60);--muted: oklch(.94 .008 80);--muted-foreground: oklch(.52 .012 65);--accent: oklch(.91 .015 80);--border: oklch(.88 .008 80);--gold: oklch(.72 .12 75);--ease: cubic-bezier(.23, 1, .32, 1)}*,*:before,*:after{box-sizing:border-box;border-color:var(--border)}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:16px;line-height:1.5;letter-spacing:.01em;font-weight:400}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:.02em;margin:0;font-weight:300}p{margin:0}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer}img{max-width:100%;display:block}input,textarea,select{font:inherit}ul{margin:0;padding:0;list-style:none}.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.wrap{max-width:80rem;margin:0 auto;padding:0 1.5rem}.eyebrow{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.display-h{font-family:var(--font-display);font-weight:300;line-height:1.15}.btn-outline{display:inline-block;border:1px solid var(--foreground);color:var(--foreground);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 2rem;transition:background-color .3s,color .3s}.btn-outline:hover{background:var(--foreground);color:var(--background)}.btn-outline--white{border-color:#fff;color:#fff}.btn-outline--white:hover{background:#fff;color:var(--foreground)}.btn-solid{display:block;width:100%;background:var(--foreground);color:var(--background);text-align:center;padding:1rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:opacity .2s,transform .1s}.btn-solid:hover{opacity:.9}.btn-solid:active{transform:scale(.98)}.btn-solid[disabled]{opacity:.5;cursor:not-allowed}.link-underline{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.link-underline:hover{opacity:.6}.announcement{background:var(--foreground);color:var(--background);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-align:center;padding:.5rem 0;overflow:hidden}.announcement__track{display:flex;gap:4rem;white-space:nowrap;width:max-content;animation:marquee 32s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:fixed;top:2.125rem;left:0;right:0;z-index:50;transition:background-color .3s,border-color .3s,backdrop-filter .3s;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);color:var(--foreground)}.template-index .site-header:not(.is-scrolled){background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:transparent;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.45)}.site-header__inner{width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem;position:relative}@media(min-width:768px){.site-header__inner{height:5rem;padding:0 2rem}}.site-header__nav{display:none;align-items:center;gap:2rem}.site-header__nav a{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:opacity .2s}.site-header__nav a:hover{opacity:.6}.site-header__logo{position:absolute;left:50%;transform:translate(-50%);font-family:var(--font-display);font-size:1.5rem;font-weight:300;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}.site-header__logo img{max-height:3.25rem;width:auto;display:block;transition:filter .3s}@media(min-width:768px){.site-header__logo img{max-height:4.25rem}}.template-index .site-header:not(.is-scrolled) .site-header__logo img{filter:brightness(0) invert(1) drop-shadow(0 1px 6px rgba(0,0,0,.4))}.site-header__icons{display:flex;align-items:center;gap:1.25rem;margin-left:auto}.site-header__icons button,.site-header__icons a{display:flex;transition:opacity .2s;position:relative}.site-header__icons button:hover,.site-header__icons a:hover{opacity:.6}.site-header__search{display:none}.cart-count{position:absolute;top:-.5rem;right:-.5rem;background:var(--foreground);color:var(--background);font-size:10px;width:1rem;height:1rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:500}.template-index .site-header:not(.is-scrolled) .cart-count{background:#fff;color:var(--foreground)}.cart-count[data-count="0"]{display:none}.site-header__burger{display:flex}@media(min-width:768px){.site-header__nav,.site-header__search{display:flex}}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}body.menu-open .menu-backdrop{opacity:1;pointer-events:auto}.mobile-menu{position:fixed;top:0;right:0;bottom:0;z-index:100;width:100%;max-width:20rem;background:var(--background);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;transform:translate(100%);transition:transform .3s var(--ease);pointer-events:none}body.menu-open .mobile-menu{transform:none;pointer-events:auto}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.mobile-menu__head span{font-family:var(--font-display);font-size:1.25rem;letter-spacing:.2em;text-transform:uppercase}.mobile-menu__head img{max-height:2.5rem;width:auto}.mobile-menu__nav{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1.5rem}.mobile-menu__nav a{font-family:var(--font-display);font-size:1.875rem;font-weight:300;letter-spacing:.02em;transition:opacity .2s}.mobile-menu__nav a:hover{opacity:.6}.hero{position:relative;height:100vh;height:100svh;overflow:hidden;background:var(--foreground)}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1.2s var(--ease);pointer-events:none}.hero__slide.is-active{opacity:1;pointer-events:auto}.hero__slide.is-active .hero__img{animation:hero-zoom 1.2s var(--ease) both}@keyframes hero-zoom{0%{transform:scale(1.04)}to{transform:scale(1)}}.hero__img{width:100%;height:100%;object-fit:cover}.hero__slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 28%,transparent 60%,rgba(0,0,0,.4))}.hero__content{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;padding:0 1.5rem;pointer-events:none}.hero__content>*{pointer-events:auto}.hero__text{display:none;flex-direction:column;gap:1.5rem;align-items:center}.hero__text.is-active{display:flex;animation:hero-text-in .8s var(--ease) .3s both}@keyframes hero-text-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:#ffffffb3}.hero__title{font-family:var(--font-display);font-size:3rem;font-weight:300;line-height:1.15}.hero__subtitle{font-size:.875rem;color:#fffc;max-width:28rem;margin:0 auto;font-weight:300;letter-spacing:.025em}.hero__ctas{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:.5rem;flex-wrap:wrap}.hero__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:3}.hero__dot{height:1px;width:1rem;background:#fff6;transition:all .3s;padding:0}.hero__dot.is-active{width:2rem;background:#fff}@media(min-width:768px){.hero__title{font-size:4.5rem}.hero__subtitle{font-size:1rem}}.trust-bar{background:var(--secondary);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:1.25rem 0}.trust-bar__grid{max-width:80rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:center}.trust-bar__item{display:flex;align-items:center;justify-content:center;gap:.5rem}.trust-bar__icon{font-size:1rem}.trust-bar__text{font-size:.75rem;letter-spacing:.025em;color:var(--muted-foreground);display:none}@media(min-width:640px){.trust-bar__text{display:block}}.section{padding:5rem 1.5rem}.section--secondary{background:var(--secondary)}.section__head-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:2.5rem}.section__title{font-size:2.25rem}@media(min-width:768px){.section__title{font-size:3rem}}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-grid--3{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.product-grid--collection{grid-template-columns:repeat(4,1fr)}}.product-card{animation:card-in .5s var(--ease) both}@keyframes card-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.product-card__media{position:relative;overflow:hidden;background:var(--muted);aspect-ratio:3 / 4}.product-card__badge{position:absolute;top:.75rem;left:.75rem;z-index:10;background:var(--background);color:var(--foreground);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:.25rem .5rem}.product-card__img{width:100%;height:100%;object-fit:cover;transition:opacity .5s}.product-card__img--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__media--swap .product-card__img--main{opacity:0}.product-card:hover .product-card__img--hover{opacity:1}.product-card__quick{position:absolute;bottom:0;left:0;right:0;background:#fdfcfaf2;color:var(--foreground);font-size:10px;letter-spacing:.1em;text-transform:uppercase;padding:.75rem 0;font-weight:500;width:100%;opacity:0;transform:translateY(10px);transition:opacity .2s var(--ease),transform .2s var(--ease),background-color .2s,color .2s}.product-card:hover .product-card__quick,.product-card__quick:focus-visible{opacity:1;transform:none}.product-card__quick:hover{background:var(--foreground);color:var(--background)}.product-card__quick[disabled]{cursor:not-allowed}.product-card__info{margin-top:.75rem;display:flex;flex-direction:column;gap:.25rem}.product-card__title{font-family:var(--font-sans);font-size:.875rem;font-weight:500;line-height:1.25;letter-spacing:.01em}.product-card__colors{font-size:.75rem;color:var(--muted-foreground)}.product-card__prices{display:flex;align-items:center;gap:.5rem}.product-card__price{font-size:.875rem;font-weight:500}.product-card__compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.story__grid{max-width:80rem;margin:0 auto;display:grid;gap:3rem;align-items:center}@media(min-width:768px){.story__grid{grid-template-columns:1fr 1fr}}.story__text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.story__title{font-size:2.25rem;line-height:1.15}@media(min-width:768px){.story__title{font-size:3rem}}.story__body{color:var(--muted-foreground);line-height:1.65}.story__media{position:relative;aspect-ratio:4 / 5;overflow:hidden}.story__media img{width:100%;height:100%;object-fit:cover}.insta__head{text-align:center;margin-bottom:2.5rem}.insta__title{font-size:1.875rem}.insta__handle{font-size:.875rem;color:var(--muted-foreground);margin-top:.5rem}.insta__grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:768px){.insta__grid{grid-template-columns:repeat(4,1fr)}}.insta__item{aspect-ratio:1 / 1;overflow:hidden;cursor:pointer}.insta__item img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.insta__item:hover img{transform:scale(1.05)}.faq__wrap{max-width:42rem;margin:0 auto}.faq__title{font-size:2.25rem;margin-bottom:2.5rem;text-align:center}.faq__item{border-bottom:1px solid var(--border);padding:1.25rem 0}.faq__item:first-of-type{border-top:0}.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;font-size:.875rem;font-weight:500}.faq__q svg{flex-shrink:0;transition:transform .2s}.faq__item.is-open .faq__q svg{transform:rotate(180deg)}.faq__a{overflow:hidden;max-height:0;opacity:0;transition:max-height .25s var(--ease),opacity .25s var(--ease)}.faq__item.is-open .faq__a{max-height:12rem;opacity:1}.faq__a p{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem;line-height:1.65}.site-footer{background:var(--foreground);color:var(--background)}.site-footer__newsletter{border-bottom:1px solid rgba(255,255,255,.1);padding:4rem 1.5rem}.site-footer__newsletter-inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:2rem;text-align:center}@media(min-width:768px){.site-footer__newsletter-inner{flex-direction:row;text-align:left}}.site-footer__newsletter-title{font-size:1.875rem;margin-bottom:.5rem}.site-footer__newsletter-sub{font-size:.875rem;color:#fff9}.newsletter-form{display:flex;width:100%;max-width:24rem}.newsletter-form input{flex:1;min-width:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--background);padding:.75rem 1rem;font-size:.875rem;outline:none;transition:border-color .2s}.newsletter-form input::placeholder{color:#fff6}.newsletter-form input:focus{border-color:#fff9}.newsletter-form button{background:var(--background);color:var(--foreground);padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;transition:background-color .2s}.newsletter-form button:hover{background:#ffffffe6}.newsletter-success{font-size:.875rem;color:#fffc;letter-spacing:.025em}.site-footer__links{padding:3rem 1.5rem}.site-footer__links-grid{max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:768px){.site-footer__links-grid{grid-template-columns:repeat(4,1fr)}}.site-footer__brand-title{font-size:1.25rem;margin-bottom:1rem}.site-footer__brand-sub{font-size:.75rem;color:#ffffff80;line-height:1.65}.site-footer__col-title{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:#ffffff80;margin-bottom:1rem;font-weight:400;font-family:var(--font-sans)}.site-footer__col ul{display:flex;flex-direction:column;gap:.5rem}.site-footer__col a,.site-footer__col li{font-size:.875rem;color:#ffffffb3}.site-footer__col a:hover{color:#fff;transition:color .2s}.site-footer__social-note{font-size:.75rem;color:#fff6;margin-top:.5rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem}.site-footer__bottom-inner{max-width:80rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.site-footer__bottom-inner{flex-direction:row}}.site-footer__copy{font-size:.75rem;color:#fff6}.site-footer__payments{display:flex;align-items:center;gap:.75rem;color:#ffffff4d}.site-footer__payments span{font-size:.75rem;border:1px solid rgba(255,255,255,.2);padding:.125rem .5rem}.cart-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .2s}body.cart-open .cart-backdrop{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;right:0;top:0;bottom:0;z-index:95;width:100%;max-width:28rem;background:var(--background);display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;transform:translate(100%);transition:transform .35s var(--ease)}body.cart-open .cart-drawer{transform:none}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-size:1.25rem;letter-spacing:.025em}.cart-drawer__title span{color:var(--muted-foreground);font-size:1rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center}.cart-drawer__empty-title{font-family:var(--font-display);font-size:1.5rem;color:var(--muted-foreground);font-weight:300}.cart-drawer__empty-sub{font-size:.875rem;color:var(--muted-foreground)}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:flex;gap:1rem}.cart-item__img{width:5rem;height:6rem;background:var(--muted);overflow:hidden;flex-shrink:0}.cart-item__img img{width:100%;height:100%;object-fit:cover}.cart-item__main{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item__name{font-weight:500;font-size:.875rem}.cart-item__variant{font-size:.75rem;color:var(--muted-foreground);margin-top:.125rem}.cart-item__row{display:flex;align-items:center;justify-content:space-between}.qty-stepper{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border)}.qty-stepper button{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.qty-stepper button:hover{background:var(--muted)}.qty-stepper span{font-size:.875rem;width:1.5rem;text-align:center}.cart-item__prices{text-align:right}.cart-item__price{font-size:.875rem;font-weight:500}.cart-item__compare{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.cart-item__remove{align-self:flex-start;margin-top:.125rem;transition:opacity .2s}.cart-item__remove:hover{opacity:.6}.cart-drawer__foot{border-top:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center}.cart-drawer__subtotal-label{font-size:.875rem;color:var(--muted-foreground)}.cart-drawer__subtotal-value{font-weight:500}.cart-drawer__shipping-note{font-size:.75rem;color:var(--muted-foreground)}.cart-drawer__continue{display:block;width:100%;text-align:center;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;transition:opacity .2s}.cart-drawer__continue:hover{opacity:.6}.collection-banner{padding:8rem 1.5rem 3rem;text-align:center;background:var(--secondary);border-bottom:1px solid var(--border)}.collection-banner__title{font-size:3rem}@media(min-width:768px){.collection-banner__title{font-size:3.75rem}}.collection-banner__count{font-size:.875rem;color:var(--muted-foreground);margin-top:.75rem}.collection-main{padding:4rem 1.5rem}.collection-empty{text-align:center;padding:5rem 0}.collection-empty p{font-family:var(--font-display);font-size:1.5rem;color:var(--muted-foreground);font-weight:300}.pagination{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.pagination a,.pagination span{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;padding:.5rem 1rem;border:1px solid var(--border)}.pagination a:hover{border-color:var(--foreground)}.pagination .current{background:var(--foreground);color:var(--background);border-color:var(--foreground)}.product-page{padding:6rem 0 5rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:2rem;letter-spacing:.025em;flex-wrap:wrap}.breadcrumb a{transition:color .2s}.breadcrumb a:hover,.breadcrumb .current{color:var(--foreground)}.product-layout{display:grid;gap:3rem}@media(min-width:768px){.product-layout{grid-template-columns:1fr 1fr;gap:3rem}}@media(min-width:1024px){.product-layout{gap:5rem}}.product-gallery{display:flex;flex-direction:column;gap:.75rem}.product-gallery__main{aspect-ratio:3 / 4;overflow:hidden;background:var(--muted)}.product-gallery__main img{width:100%;height:100%;object-fit:cover;animation:fade-in .4s both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.product-gallery__thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-gallery__thumb{width:4rem;height:5rem;overflow:hidden;border:2px solid transparent;transition:border-color .2s;padding:0}.product-gallery__thumb.is-active{border-color:var(--foreground)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start}.product-info__badge{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;background:var(--muted);padding:.25rem .75rem}.product-info__title{font-size:2.25rem;line-height:1.15}@media(min-width:768px){.product-info__title{font-size:3rem}}.product-info__prices{display:flex;align-items:center;gap:.75rem}.product-info__price{font-size:1.5rem;font-weight:500}.product-info__compare{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through}.product-info__discount{font-size:.875rem;color:#dc2626}.product-info__desc{color:var(--muted-foreground);line-height:1.65}.option-group{display:flex;flex-direction:column;gap:.75rem;width:100%}.option-group__label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-foreground)}.option-group__label strong{color:var(--foreground);font-weight:400}.swatches{display:flex;gap:.5rem;flex-wrap:wrap}.swatch{width:2rem;height:2rem;border-radius:50%;border:2px solid transparent;transition:transform .2s,border-color .2s;padding:0}.swatch:hover{border-color:var(--muted-foreground)}.swatch.is-selected{border-color:var(--foreground);transform:scale(1.1)}.size-options{display:flex;gap:.5rem;flex-wrap:wrap}.size-btn{min-width:44px;height:2.75rem;padding:0 .75rem;border:1px solid var(--border);font-size:.875rem;transition:all .2s;background:transparent}.size-btn:hover:not([disabled]){border-color:var(--foreground)}.size-btn.is-selected{border-color:var(--foreground);background:var(--foreground);color:var(--background)}.size-btn[disabled]{opacity:.4;cursor:not-allowed;text-decoration:line-through;color:var(--muted-foreground)}.product-info__submit{margin-top:1rem}.product-trust{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:.5rem;width:100%}.product-trust p{font-size:.75rem;color:var(--muted-foreground);display:flex;align-items:center;gap:.5rem}.cart-page{padding:8rem 1.5rem 5rem;max-width:48rem;margin:0 auto}.cart-page__title{font-size:2.25rem;margin-bottom:2.5rem;text-align:center}.cart-page .cart-items{margin-bottom:2rem}.cart-page__foot{border-top:1px solid var(--border);padding-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.page-narrow{padding:8rem 1.5rem 5rem;max-width:42rem;margin:0 auto}.page-narrow__title{font-size:2.25rem;margin-bottom:2rem;text-align:center}.rte{color:var(--foreground);line-height:1.7}.rte p{margin-bottom:1rem}.rte a{text-decoration:underline;text-underline-offset:3px}.empty-state{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:8rem 1.5rem 5rem}.empty-state__title{font-family:var(--font-display);font-size:1.875rem;color:var(--muted-foreground);font-weight:300}.search-form{display:flex;max-width:24rem;margin:0 auto 3rem}.search-form input{flex:1;min-width:0;border:1px solid var(--border);background:transparent;padding:.75rem 1rem;font-size:.875rem;outline:none}.search-form input:focus{border-color:var(--foreground)}.search-form button{background:var(--foreground);color:var(--background);padding:.75rem 1.5rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}@media(prefers-reduced-motion:reduce){.announcement__track,.product-card,.hero__text.is-active,.hero__slide.is-active .hero__img{animation:none}*{transition-duration:.01ms!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/fashion.css.map?cb=1468949441 */
