:root{--background: hsl(45, 25%, 97%);--foreground: hsl(60, 4%, 17%);--card: hsl(36, 25%, 95%);--card-foreground: hsl(60, 4%, 17%);--primary: hsl(60, 4%, 17%);--primary-foreground: hsl(45, 25%, 97%);--secondary: hsl(36, 25%, 95%);--secondary-foreground: hsl(60, 4%, 17%);--muted: hsl(33, 10%, 90%);--muted-foreground: hsl(30, 5%, 53%);--accent: hsl(20, 40%, 55%);--accent-foreground: hsl(0, 0%, 100%);--accent-alt: hsl(153, 16%, 55%);--accent-alt-foreground: hsl(0, 0%, 100%);--destructive: hsl(0, 84%, 60%);--border: hsl(36, 18%, 88%);--input: hsl(36, 18%, 88%);--ring: hsl(20, 40%, 55%);--radius: .375rem;--font-display: "Cormorant Garamond", serif;--font-body: "Jost", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}body{font-family:var(--font-body);font-weight:400;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:400;line-height:1.1}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:var(--font-body)}input,select,textarea{font-family:var(--font-body)}ul{list-style:none}.font-display{font-family:var(--font-display)}.font-body{font-family:var(--font-body)}.label-accent{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500}.container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.visually-hidden{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.skip-to-content-link{position:absolute;top:-100px;left:0;z-index:9999;background:var(--accent);color:var(--accent-foreground);padding:.5rem 1rem;transition:top .2s}.skip-to-content-link:focus{top:0}.icon{display:inline-block;width:1.25rem;height:1.25rem;vertical-align:middle;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.icon-sm{width:1rem;height:1rem}.icon-xs{width:.875rem;height:.875rem}.announcement-bar{background-color:var(--primary);overflow:hidden;height:2.25rem;display:flex;align-items:center}.announcement-bar__text{color:var(--primary-foreground);font-size:.75rem;font-family:var(--font-body);letter-spacing:.1em;white-space:nowrap;display:flex}.animate-marquee{animation:marquee 30s linear infinite;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{position:sticky;top:0;z-index:50;transition:background-color .3s ease,box-shadow .3s ease;background-color:transparent}.site-header.scrolled{background-color:#faf8f4f2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 1px 8px #0000000f}.header__inner{display:flex;align-items:center;justify-content:space-between;height:4rem;gap:1rem}.header__logo{font-family:var(--font-display);font-size:1.5rem;letter-spacing:-.02em;color:var(--foreground);white-space:nowrap}@media(min-width:768px){.header__logo{font-size:1.875rem}}.header__nav{display:none;align-items:center;gap:1.4rem;position:relative;min-width:0}@media(min-width:768px){.header__nav{display:flex}}.header__nav-item{position:relative}.header__nav-trigger,.header__nav-link{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;color:var(--muted-foreground);transition:color .2s;background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;cursor:pointer}.header__nav-trigger:hover,.header__nav-link:hover{color:var(--foreground)}.header__chevron{transition:transform .2s ease}.header__nav-item.is-open .header__chevron,.header__nav-item:hover .header__chevron,.header__nav-item:focus-within .header__chevron,.has-flyout.is-open .header__chevron,.has-flyout:hover .header__chevron,.has-flyout:focus-within .header__chevron{transform:rotate(180deg)}.header__icons{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header__icon-btn{padding:.5rem;color:var(--foreground);transition:color .2s;position:relative;display:flex;align-items:center;justify-content:center}.header__icon-btn:hover{color:var(--accent)}.header__menu-btn{padding:.5rem;margin-left:-.5rem;color:var(--foreground);display:flex;align-items:center;justify-content:center}@media(min-width:768px){.header__menu-btn{display:none}}.cart-count-bubble{position:absolute;top:-2px;right:-2px;width:1rem;height:1rem;border-radius:9999px;background-color:var(--accent);color:var(--accent-foreground);font-size:.625rem;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}.cart-count-bubble[hidden]{display:none}.header__dropdown{position:absolute;top:calc(100% + .7rem);left:0;z-index:1000;background:#fffffffa;border:1px solid var(--border);border-radius:1rem;box-shadow:0 16px 40px #00000014;opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s ease;overflow:visible}.header__nav-item:hover .header__dropdown,.header__nav-item:focus-within .header__dropdown,.header__nav-item.is-open .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__dropdown--simple{min-width:240px;padding:.65rem}.header__dropdown--simple a{display:block;padding:.6rem .75rem;border-radius:.7rem;color:var(--foreground);font-size:.88rem;text-transform:none;letter-spacing:.02em}.header__dropdown--simple a:hover{background:var(--card)}.header__dropdown--vertical{min-width:320px;max-width:92vw;padding:.75rem;display:flex;flex-direction:column;gap:.4rem}.mega-column{position:relative}.mega-title{width:100%;display:inline-flex;align-items:center;justify-content:space-between;gap:.55rem;font-family:var(--font-display);font-size:1.02rem;color:var(--foreground);background:transparent;border:none;padding:.6rem .7rem;text-align:left;line-height:1.2;border-radius:.8rem}a.mega-title{text-decoration:none;display:block}.mega-title--button{cursor:pointer}.mega-title:hover{background:var(--card)}.mega-flyout{position:absolute;top:0;left:calc(100% + .75rem);min-width:240px;max-width:260px;background:#fffffffa;border:1px solid var(--border);border-radius:1rem;padding:.65rem;box-shadow:0 16px 40px #00000014;opacity:0;visibility:hidden;transform:translate(8px);transition:.2s ease;z-index:1001}.has-flyout:hover .mega-flyout,.has-flyout:focus-within .mega-flyout,.has-flyout.is-open .mega-flyout{opacity:1;visibility:visible;transform:translate(0)}.mega-flyout a{display:block;padding:.6rem .75rem;border-radius:.7rem;color:var(--foreground);font-size:.88rem;text-transform:none;letter-spacing:.02em}.mega-flyout a:hover{background:var(--card)}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:var(--background);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;height:4rem;border-bottom:1px solid var(--border)}.mobile-menu__nav{display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto;padding:1rem}.mobile-menu__item{border:1px solid var(--border);border-radius:1rem;overflow:hidden;background:#ffffffbf}.mobile-menu__parent,.mobile-menu__subparent{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:1rem;font-family:var(--font-display);font-size:1.15rem;color:var(--foreground);background:none;border:none;text-align:left}.mobile-menu__subparent{padding:.85rem 1rem .65rem;font-size:1rem;opacity:.95}.mobile-menu__chevron{transition:transform .2s ease}.mobile-menu__parent.is-open .mobile-menu__chevron,.mobile-menu__subparent.is-open .mobile-menu__chevron{transform:rotate(180deg)}.mobile-menu__panel,.mobile-menu__subpanel{display:none;padding:0 1rem 1rem}.mobile-menu__panel.is-open,.mobile-menu__subpanel.is-open{display:block}.mobile-menu__panel a,.mobile-menu__subpanel a{display:block;padding:.55rem 0;color:var(--foreground);font-size:.95rem}.mobile-menu__group-title{display:block;padding:.8rem 0 .25rem;font-family:var(--font-display);font-size:1rem;color:var(--foreground);opacity:.9}@media(min-width:768px){.mobile-menu{display:none}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background-color:#00000080;opacity:0;pointer-events:none;transition:opacity .3s}.cart-drawer-overlay.is-visible{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;bottom:0;z-index:70;width:100%;max-width:24rem;background-color:var(--background);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #00000014}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.cart-drawer__title{font-family:var(--font-display);font-size:1.25rem}.cart-drawer__body{flex:1;overflow-y:auto;padding:1rem 1.5rem}.cart-drawer__footer{padding:1rem 1.5rem;border-top:1px solid var(--border)}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center;padding:2rem;color:var(--muted-foreground)}.cart-drawer__item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-drawer__item-img{width:5rem;height:6rem;object-fit:cover;border-radius:var(--radius);flex-shrink:0}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-name{font-size:.875rem;font-weight:500;margin-bottom:.25rem}.cart-drawer__item-price{font-size:.875rem;color:var(--muted-foreground);margin-bottom:.5rem}.cart-drawer__item-actions{display:flex;align-items:center;justify-content:space-between}.qty-control{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius)}.qty-control__btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--foreground);transition:background-color .2s}.qty-control__btn:hover{background-color:var(--card)}.qty-control__value{width:2rem;text-align:center;font-size:.875rem}.cart-drawer__subtotals{margin-bottom:.75rem}.cart-drawer__total-row{display:flex;justify-content:space-between;font-size:.875rem;margin-bottom:.25rem}.cart-drawer__total-label{color:var(--muted-foreground)}.cart-drawer__grand-total{display:flex;justify-content:space-between;font-family:var(--font-display);font-size:1.125rem;padding-top:.75rem;border-top:1px solid var(--border);margin-top:.75rem;margin-bottom:1rem}.cart-drawer__checkout-btn{display:block;width:100%;background-color:var(--accent);color:var(--accent-foreground);padding:.875rem 1rem;text-align:center;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;border-radius:var(--radius);transition:opacity .2s}.cart-drawer__checkout-btn:hover{opacity:.9}.hero-section{background-color:var(--card)}.hero-section .container{padding-top:3rem;padding-bottom:3rem}@media(min-width:768px){.hero-section .container{padding-top:0;padding-bottom:0}}.hero-grid{display:grid;gap:2rem;align-items:center;min-height:75vh}@media(min-width:768px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-text{order:2}@media(min-width:768px){.hero-text{order:1}}.hero-eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;margin-bottom:1rem}.hero-heading{font-family:var(--font-display);font-size:2.25rem;line-height:1.1;color:var(--foreground);margin-bottom:1.5rem}@media(min-width:768px){.hero-heading{font-size:3rem}}@media(min-width:1024px){.hero-heading{font-size:3.75rem}}.hero-heading em{font-style:italic}.hero-desc{color:var(--muted-foreground);font-size:1rem;max-width:28rem;margin-bottom:2rem}@media(min-width:768px){.hero-desc{font-size:1.125rem}}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem}.hero-image{order:1}@media(min-width:768px){.hero-image{order:2}}.hero-image__wrap{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden}.hero-image__wrap img{width:100%;height:100%;object-fit:cover}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;border-radius:var(--radius);transition:opacity .2s,background-color .2s,color .2s;cursor:pointer;border:none;font-family:var(--font-body)}.btn-primary{background-color:var(--accent);color:var(--accent-foreground)}.btn-primary:hover{opacity:.9}.btn-outline{background:transparent;color:var(--foreground);border:1px solid var(--foreground)}.btn-outline:hover{background-color:var(--foreground);color:var(--background)}.btn-outline-light{background:transparent;color:var(--background);border:1px solid var(--background)}.btn-outline-light:hover{background-color:var(--background);color:var(--foreground)}.btn-muted{background:transparent;color:var(--muted-foreground);border:1px solid var(--border)}.btn-muted:hover{color:var(--foreground)}.category-section{padding:4rem 0}@media(min-width:768px){.category-section{padding:6rem 0}}.section-heading{font-family:var(--font-display);font-size:1.875rem;text-align:center;margin-bottom:3rem}@media(min-width:768px){.section-heading{font-size:2.25rem}}.section-subheading{text-align:center;color:var(--muted-foreground);font-size:.875rem;margin-bottom:3rem;margin-top:-2rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.category-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.category-card{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;display:block}.category-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.category-card:hover .category-card__img{transform:scale(1.05)}.category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(45,43,40,.6),rgba(45,43,40,.2),transparent);transition:background .3s}.category-card:hover .category-card__overlay{background:linear-gradient(to top,rgba(45,43,40,.7),rgba(45,43,40,.3),transparent)}.category-card__content{position:absolute;bottom:0;left:0;right:0;padding:1rem}@media(min-width:768px){.category-card__content{padding:1.5rem}}.category-card__name{font-family:var(--font-display);font-size:1.25rem;color:var(--background)}@media(min-width:768px){.category-card__name{font-size:1.5rem}}.category-card__count{color:#faf8f4b3;font-size:.75rem;margin-top:.25rem}.category-card__cta{display:inline-block;text-transform:uppercase;letter-spacing:.15em;font-size:.625rem;font-weight:500;color:#faf8f4cc;margin-top:.5rem}.products-section{padding:4rem 0;background-color:var(--card)}@media(min-width:768px){.products-section{padding:6rem 0}}.filter-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.5rem}.filter-tab{text-transform:uppercase;letter-spacing:.15em;font-size:.6875rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--border);color:var(--muted-foreground);background:transparent;transition:all .2s;cursor:pointer;font-family:var(--font-body);font-weight:500}.filter-tab:hover{color:var(--foreground)}.filter-tab.active{background-color:var(--foreground);color:var(--background);border-color:var(--foreground)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}@media(min-width:1024px){.products-grid--3col{grid-template-columns:repeat(3,1fr)}}.product-card{position:relative}.product-card__image-wrap{position:relative;aspect-ratio:3/4;border-radius:var(--radius);overflow:hidden;background-color:var(--card);margin-bottom:.75rem;display:block}.product-card__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-card:hover .product-card__img{transform:scale(1.03)}.product-card__badge{position:absolute;top:.75rem;left:.75rem;background-color:var(--accent);color:var(--accent-foreground);font-size:.625rem;font-family:var(--font-body);font-weight:500;text-transform:uppercase;letter-spacing:.1em;padding:.25rem .625rem;border-radius:var(--radius)}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border-radius:9999px;background-color:#faf8f4cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;transition:background-color .2s;border:none;cursor:pointer}.product-card__wishlist:hover{background-color:var(--background)}.product-card__wishlist svg{pointer-events:none}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;background-color:#2d2b28e6;color:var(--primary-foreground);padding:.75rem;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;transform:translateY(100%);transition:transform .3s ease;cursor:pointer;border:none;width:100%}.product-card:hover .product-card__quick-add{transform:translateY(0)}.product-card__name{font-family:var(--font-display);font-size:1.125rem;line-height:1.2;margin-bottom:.25rem;color:var(--foreground)}.product-card__desc{font-size:.75rem;color:var(--muted-foreground);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.375rem}.product-card__price-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.product-card__price{font-family:var(--font-body);font-weight:500;color:var(--foreground)}.product-card__compare-price{font-size:.75rem;color:var(--muted-foreground);text-decoration:line-through}.product-card__rating{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--muted-foreground)}.star-icon{color:var(--accent);fill:var(--accent)}.trust-section{padding:3rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(4,1fr);gap:1rem}}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.trust-item svg{color:var(--accent)}.trust-item__title{font-size:.875rem;font-weight:500;color:var(--foreground)}.trust-item__sub{font-size:.75rem;color:var(--muted-foreground)}.editorial-section{background-color:var(--accent);padding:4rem 0;text-align:center}@media(min-width:768px){.editorial-section{padding:6rem 0}}.editorial-eyebrow{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;color:#ffffffb3;margin-bottom:1rem;font-family:var(--font-body)}.editorial-quote{font-family:var(--font-display);font-size:1.875rem;font-style:italic;color:var(--accent-foreground);max-width:42rem;margin:0 auto 2rem;line-height:1.3}@media(min-width:768px){.editorial-quote{font-size:2.25rem}}@media(min-width:1024px){.editorial-quote{font-size:3rem}}.testimonials-section{padding:4rem 0}@media(min-width:768px){.testimonials-section{padding:6rem 0}}.testimonials-grid{display:grid;gap:1.5rem}@media(min-width:768px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{background-color:var(--card);padding:1.5rem;border-radius:var(--radius)}@media(min-width:768px){.testimonial-card{padding:2rem}}.testimonial-stars{display:flex;gap:2px;margin-bottom:1rem}.testimonial-text{font-size:.875rem;color:var(--foreground);line-height:1.7;margin-bottom:1rem}.testimonial-author{font-size:.875rem;font-weight:500;color:var(--foreground)}.testimonial-product{font-size:.75rem;color:var(--muted-foreground)}.newsletter-section{padding:4rem 0;background-color:var(--card)}@media(min-width:768px){.newsletter-section{padding:6rem 0}}.newsletter-inner{max-width:42rem;margin:0 auto;text-align:center}.newsletter-heading{font-family:var(--font-display);font-size:1.875rem;margin-bottom:.75rem}@media(min-width:768px){.newsletter-heading{font-size:2.25rem}}.newsletter-desc{color:var(--muted-foreground);font-size:.875rem;margin-bottom:2rem}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.newsletter-form{flex-direction:row}}.newsletter-input{flex:1;background-color:var(--background);border:1px solid var(--border);padding:.75rem 1rem;font-size:.875rem;border-radius:var(--radius);outline:none;transition:box-shadow .2s;color:var(--foreground)}.newsletter-input:focus{box-shadow:0 0 0 2px var(--accent)}.newsletter-success{color:var(--accent-alt);font-weight:500}.site-footer{background-color:var(--primary);color:var(--primary-foreground)}.footer-inner{padding:4rem 0}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.footer-brand__name{font-family:var(--font-display);font-size:1.5rem;margin-bottom:.75rem;color:var(--primary-foreground)}.footer-brand__desc{font-size:.875rem;opacity:.7;line-height:1.7;margin-bottom:1rem}.footer-social{display:flex;gap:1rem}.footer-social a{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;font-family:var(--font-body);font-weight:500;opacity:.6;transition:opacity .2s;color:var(--primary-foreground)}.footer-social a:hover{opacity:1}.footer-col__heading{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;font-family:var(--font-body);opacity:.6;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-links a,.footer-links li{font-size:.875rem;opacity:.7;transition:opacity .2s;color:var(--primary-foreground)}.footer-links a:hover{opacity:1}.footer-bottom{border-top:1px solid rgba(250,248,244,.1);margin-top:3rem;padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;font-size:.75rem;opacity:.5;gap:.5rem}@media(min-width:768px){.footer-bottom{flex-direction:row}}.footer-legal{display:flex;gap:1rem}.footer-legal a{color:var(--primary-foreground)}.collection-banner{position:relative;height:30vh;overflow:hidden}@media(min-width:768px){.collection-banner{height:40vh}}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2d2b2866;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.collection-banner__title{font-family:var(--font-display);font-size:2.5rem;color:var(--background);margin-bottom:.5rem}@media(min-width:768px){.collection-banner__title{font-size:3rem}}.collection-banner__count{font-size:.875rem;color:#faf8f4b3}.collection-controls{padding:1rem 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.collection-sort select,.collection-filter select{background-color:var(--background);border:1px solid var(--border);padding:.375rem .75rem;font-size:.75rem;border-radius:var(--radius);outline:none;color:var(--foreground);font-family:var(--font-body)}.collection-label{text-transform:uppercase;letter-spacing:.15em;font-size:.625rem;font-weight:500;color:var(--muted-foreground);margin-right:.5rem}.breadcrumb{padding:1rem 0;font-size:.75rem;color:var(--muted-foreground);display:flex;align-items:center;gap:.25rem;flex-wrap:wrap}.breadcrumb a:hover{color:var(--foreground)}.breadcrumb__sep{opacity:.4}.product-detail-grid{display:grid;gap:2rem;padding-bottom:4rem}@media(min-width:768px){.product-detail-grid{grid-template-columns:1fr 1fr;gap:3rem}}.product-main-image{aspect-ratio:4/5;border-radius:var(--radius);overflow:hidden;background-color:var(--card);margin-bottom:.75rem;position:relative}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.product-main-image:hover img{transform:scale(1.05)}.product-thumbnails{display:flex;gap:.5rem}.product-thumb{width:4rem;height:5rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s;flex-shrink:0;padding:0;background:none}.product-thumb.active{border-color:var(--accent)}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-category-label{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;color:var(--accent);margin-bottom:.5rem;display:block;font-family:var(--font-body)}.product-title{font-family:var(--font-display);font-size:2rem;color:var(--foreground);margin-bottom:.75rem;line-height:1.1}@media(min-width:768px){.product-title{font-size:2.5rem}}.product-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-rating__stars{display:flex;gap:2px}.product-rating__text{font-size:.875rem;color:var(--muted-foreground)}.product-price-row{display:flex;align-items:baseline;gap:.75rem;margin-bottom:.5rem}.product-price{font-family:var(--font-display);font-size:1.875rem;color:var(--foreground)}.product-compare-price{font-size:1.125rem;color:var(--muted-foreground);text-decoration:line-through}.product-savings{font-size:.875rem;color:var(--accent-alt);font-weight:500}.product-short-desc{font-size:.875rem;color:var(--muted-foreground);line-height:1.7;margin-bottom:1.5rem}.product-actions-divider{border-top:1px solid var(--border);padding-top:1.5rem;margin-bottom:1.5rem}.product-qty-wrap{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.product-qty-label{text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:500;color:var(--muted-foreground);font-family:var(--font-body)}.product-cta-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}@media(min-width:640px){.product-cta-row{flex-direction:row}}.product-cta-row .btn-primary{flex:1}.product-delivery-info{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--muted-foreground)}.product-delivery-item{display:flex;align-items:center;gap:.5rem}.product-delivery-item svg{color:var(--accent-alt);flex-shrink:0}.accordion{border-top:1px solid var(--border)}.accordion-item{border-bottom:1px solid var(--border)}.accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 0;text-align:left;background:none;border:none;cursor:pointer;font-family:var(--font-body)}.accordion-trigger__label{font-size:.875rem;font-weight:500;color:var(--foreground)}.accordion-trigger__icon{color:var(--muted-foreground);transition:transform .2s}.accordion-trigger[aria-expanded=true] .accordion-trigger__icon{transform:rotate(180deg)}.accordion-content{padding-bottom:1rem;font-size:.875rem;color:var(--muted-foreground);line-height:1.7;white-space:pre-line;display:none}.accordion-content.is-open{display:block}.recommendations-section{background-color:var(--card);padding:4rem 0}.recommendations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:1024px){.recommendations-grid{grid-template-columns:repeat(4,1fr)}}.empty-state{text-align:center;padding:6rem 1rem}.empty-state__heading{font-family:var(--font-display);font-size:1.875rem;margin-bottom:1rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-up{animation:fadeUp .6s ease-out forwards;opacity:0}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}@keyframes badgeBounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.animate-badge{animation:badgeBounce .3s ease}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,var(--muted) 25%,var(--card) 50%,var(--muted) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.text-accent{color:var(--accent)}.text-muted{color:var(--muted-foreground)}.text-center{text-align:center}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--background)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.shopify-payment-button__button{border-radius:var(--radius)!important;font-family:var(--font-body)!important;text-transform:uppercase!important;letter-spacing:.15em!important;font-size:.75rem!important}.collection-description{max-width:56rem;margin:-.5rem auto 0;text-align:center;color:var(--muted-foreground);font-size:.9375rem}.collection-count{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.1em}.pagination{margin:2.5rem 0 4rem;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.pagination__item{min-width:2.25rem;height:2.25rem;padding:0 .75rem;border:1px solid var(--border);border-radius:var(--radius);display:inline-flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--muted-foreground);transition:all .2s ease}.pagination__item:hover{border-color:var(--foreground);color:var(--foreground)}.pagination__item.is-active{border-color:var(--foreground);background-color:var(--foreground);color:var(--background)}.qty-control__input{width:2.75rem;height:2rem;border:none;text-align:center;background:transparent;color:var(--foreground);font-size:.875rem;-moz-appearance:textfield}.qty-control__input::-webkit-outer-spin-button,.qty-control__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-variant-select{width:100%;margin:.5rem 0 1rem;background-color:var(--background);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem;color:var(--foreground);font-family:var(--font-body);font-size:.875rem}.product-variant-select:focus{outline:none;box-shadow:0 0 0 2px var(--accent)}.product-cta-row .shopify-payment-button{flex:1}.cart-page-section{padding:2.5rem 0 5rem}.cart-page-grid{display:grid;gap:2rem}@media(min-width:1024px){.cart-page-grid{grid-template-columns:minmax(0,1.8fr) minmax(20rem,1fr);gap:3rem;align-items:start}}.cart-page-items{display:flex;flex-direction:column;gap:1rem}.cart-page-item{display:grid;grid-template-columns:5.5rem minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card)}@media(min-width:768px){.cart-page-item{grid-template-columns:6.5rem minmax(0,1fr) auto;gap:1.25rem}}.cart-page-item__image{width:100%;aspect-ratio:5 / 6;overflow:hidden;border-radius:var(--radius)}.cart-page-item__image img{width:100%;height:100%;object-fit:cover}.cart-page-item__content{min-width:0}.cart-page-item__title{font-family:var(--font-display);font-size:1.125rem;color:var(--foreground)}.cart-page-item__variant{margin-top:.15rem;color:var(--muted-foreground);font-size:.75rem}.cart-page-item__price{margin-top:.4rem;color:var(--foreground);font-size:.875rem}.cart-page-item__actions{margin-top:.75rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.cart-page-item__remove{color:var(--muted-foreground);font-size:.75rem}.cart-page-item__remove:hover{color:var(--foreground)}.cart-page-item__line-price{font-family:var(--font-display);font-size:1.25rem;color:var(--foreground);align-self:center}@media(max-width:767px){.cart-page-item__line-price{grid-column:1 / -1;justify-self:end}}.cart-page-update{align-self:flex-start}.cart-page-summary{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);padding:1.25rem}@media(min-width:768px){.cart-page-summary{padding:1.5rem;position:sticky;top:6rem}}.cart-page-summary__heading{font-family:var(--font-display);font-size:1.5rem;margin-bottom:1rem}.cart-page-summary__rows{border-bottom:1px solid var(--border);padding-bottom:.75rem;margin-bottom:.75rem}.cart-page-summary__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;color:var(--muted-foreground);font-size:.875rem}.cart-page-summary__total{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-display);font-size:1.25rem;color:var(--foreground);margin-top:.75rem}.cart-page-note-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground);margin:.75rem 0 .4rem}.cart-page-note{width:100%;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--background);color:var(--foreground);padding:.75rem;font-family:var(--font-body);font-size:.875rem}.cart-page-checkout{width:100%;margin-top:1rem}.cart-page-tax-note{margin-top:.75rem;text-align:center;color:var(--muted-foreground);font-size:.75rem}.page-section{padding:2.5rem 0 5rem}.page-content{max-width:48rem;margin:0 auto;color:var(--foreground);line-height:1.75;font-size:.95rem}.page-content h1,.page-content h2,.page-content h3,.page-content h4{margin:1.5rem 0 .75rem;font-family:var(--font-display)}.page-content p,.page-content ul,.page-content ol{margin:.75rem 0}.page-content a{color:var(--accent);text-decoration:underline}.search-section{padding:2.5rem 0 5rem}.search-form{max-width:46rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}@media(min-width:640px){.search-form{flex-direction:row}}.search-form__input{flex:1;border:1px solid var(--border);border-radius:var(--radius);background-color:var(--background);color:var(--foreground);padding:.85rem 1rem;font-size:.9rem}.search-form__input:focus{outline:none;box-shadow:0 0 0 2px var(--accent)}.search-count{text-align:center;margin-top:1rem;color:var(--muted-foreground);font-size:.875rem}.search-results-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(min-width:768px){.search-results-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(min-width:1024px){.search-results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem}}.search-result-card{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.search-result-card__type{font-size:.625rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted-foreground)}.search-result-card__title{font-family:var(--font-display);font-size:1.35rem;line-height:1.2}.search-result-card__excerpt{color:var(--muted-foreground);font-size:.875rem;line-height:1.7;flex:1}.not-found-section{padding:3rem 0 5rem}.list-collections-section{padding:2.5rem 0 5rem}.collection-list-card{display:block}.collection-list-card__image-wrap{border-radius:var(--radius);overflow:hidden;aspect-ratio:4 / 5;background:var(--card)}.collection-list-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.collection-list-card:hover .collection-list-card__image{transform:scale(1.03)}.collection-list-card__content{margin-top:.75rem}.collection-list-card__title{font-family:var(--font-display);font-size:1.25rem;color:var(--foreground)}.collection-list-card__count{margin-top:.25rem;font-size:.75rem;color:var(--muted-foreground)}.menu-item{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;min-width:240px;background:#fff;border:1px solid #ececec;padding:12px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s ease;z-index:999}.menu-item:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:12px 18px;font-size:14px;letter-spacing:.03em;color:#333}.dropdown-menu a:hover{background:#f8f8f8}.site-header .container{max-width:none;padding-left:clamp(1rem,2vw,2.25rem);padding-right:clamp(1rem,2vw,2.25rem)}.header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:1.25rem;height:4rem}@media(min-width:768px){.header__inner{height:5rem}}.header__logo{justify-self:start;margin-left:-.25rem}.header__nav{justify-self:center;margin:0 auto}.header__icons{justify-self:end;margin-right:-.25rem}@media(max-width:767px){.site-header .container{padding-left:1rem;padding-right:1rem}.header__inner{display:flex;align-items:center;justify-content:space-between}.header__logo,.header__icons{margin-left:0;margin-right:0}.header__nav{display:none}}@media(max-width:767px){.mobile-menu{height:100dvh;overflow:hidden}.mobile-menu__nav{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-bottom:2rem}.mobile-menu__item{overflow:visible}.mobile-menu__panel,.mobile-menu__subpanel{overflow:hidden}}@media(max-width:767px){.footer,footer{padding:40px 20px!important}.footer__content,.footer-content,.footer-grid{display:flex!important;flex-direction:column!important;gap:28px!important}.footer__column,.footer-column,.footer-block{width:100%!important;margin:0!important;padding:0!important}.footer h2,.footer h3,footer h2,footer h3{font-size:15px!important;letter-spacing:2px!important;margin-bottom:12px!important;text-transform:uppercase}.footer a,.footer p,footer a,footer p{font-size:15px!important;line-height:1.8!important}.footer ul,footer ul{margin:0!important;padding:0!important;list-style:none!important}.footer li,footer li{margin-bottom:8px!important}.footer__logo,.footer-logo{font-size:32px!important;margin-bottom:10px!important}.footer__tagline,.footer-tagline{margin-bottom:20px!important}.footer__bottom,.footer-bottom{margin-top:30px!important;padding-top:20px!important;text-align:center!important}}.member-popup{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:.3s;z-index:99999}.member-popup.show{opacity:1;visibility:visible}.member-popup-box{background:#fff;width:90%;max-width:420px;padding:30px;border-radius:16px;text-align:center;position:relative}.member-popup-box h3{margin-bottom:12px}.member-popup-buttons{display:flex;gap:10px;justify-content:center;margin-top:20px}#close-member-popup{position:absolute;top:10px;right:10px;border:none;background:none;font-size:28px;cursor:pointer}.login-price-btn{display:inline-block;padding:10px 16px;border:1px solid #ddd;border-radius:8px;text-decoration:none;font-weight:600}.login-price-box{border:1px solid #e5e5e5;padding:20px;border-radius:12px;margin:20px 0}.account-landing{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;align-items:center;max-width:1400px;margin:auto;padding:80px 40px;gap:80px}.account-tag{display:inline-block;letter-spacing:2px;font-size:12px;margin-bottom:20px;color:#b57f5d}.account-landing h1{font-size:56px;line-height:1.1;margin-bottom:20px}.account-landing p{font-size:18px;max-width:500px;margin-bottom:30px}.account-buttons{display:flex;gap:15px;margin-bottom:30px}.account-btn{padding:14px 30px;border-radius:8px;text-decoration:none;font-weight:500}.account-btn-primary{background:#b57f5d;color:#fff}.account-btn-secondary{border:1px solid #222;color:#222}.account-benefits{list-style:none;padding:0;margin:0}.account-benefits li{margin-bottom:12px;font-size:16px}.account-landing__right img{width:100%;border-radius:20px;display:block}@media(max-width:768px){.account-landing{grid-template-columns:1fr;padding:40px 20px;gap:30px}.account-landing h1{font-size:34px}.account-buttons{flex-direction:column}.account-btn{text-align:center}}.auth-page{min-height:80vh;display:flex;align-items:center;justify-content:center;padding:60px 20px}.auth-card{width:100%;max-width:500px;background:#fff;padding:50px;border-radius:24px;box-shadow:0 10px 40px #00000014}.auth-tag{letter-spacing:2px;font-size:12px;color:#b47b5b}.auth-card h1{margin:15px 0;font-size:48px;font-family:Cormorant Garamond,serif}.auth-card p{margin-bottom:30px;color:#666}.auth-card input{width:100%;padding:14px 18px;margin-bottom:15px;border:1px solid #ddd;border-radius:10px}.auth-btn{width:100%;padding:15px;background:#b47b5b;color:#fff;border:none;border-radius:10px;cursor:pointer;font-weight:600}.auth-links{margin-top:20px;text-align:center}.auth-links a{color:#b47b5b;text-decoration:none}.auth-error{margin-bottom:15px;color:red}@media(max-width:768px){.auth-card{padding:30px}.auth-card h1{font-size:36px}}@media(max-width:639px){.products-grid .product-card img,.products-grid img{width:100%!important;height:260px!important;object-fit:cover!important;object-position:center!important}}@media(max-width:639px){.product-card{display:flex;flex-direction:column;height:100%}.product-card__image-wrap{aspect-ratio:3/4}.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:54px;line-height:1.3}.product-card__desc{display:none}.product-card__info{display:flex;flex-direction:column;flex:1}.login-price-btn,.product-card .btn,.product-card button{margin-top:auto}}@media(max-width:768px){.product-card{display:flex;flex-direction:column;height:100%}.product-card__info{display:flex;flex-direction:column;flex:1;padding-top:10px}.product-card__name{font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;margin-bottom:8px}.product-card__desc{display:none}.product-card__price-row{margin-top:auto;padding-top:8px}.login-price-btn{width:100%;text-align:center;padding:10px;font-size:13px;border-radius:8px}.product-card__rating{margin-top:8px;font-size:11px}.product-card__image-wrap{aspect-ratio:3 / 4;overflow:hidden;border-radius:12px}.product-card__img{width:100%;height:100%;object-fit:cover}}@media(max-width:767px){.search-results-grid .product-card{display:flex;flex-direction:column;height:100%}.search-results-grid .product-card__info{display:flex;flex-direction:column;flex:1}.search-results-grid .product-card__name{min-height:40px;font-size:14px;line-height:1.4}.search-results-grid .login-price-btn{width:100%;text-align:center}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
