*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #FAFAF8;--color-bg-alt: #F3EFE8;--color-surface: #EDEAE3;--color-text: #1A1814;--color-text-muted: #6B6660;--color-accent: #8B7355;--color-accent-dark: #6B5840;--color-border: #D8D3CA;--color-white: #FFFFFF;--font-heading: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--fw-light: 300;--fw-regular: 400;--fw-medium: 500;--fw-semibold: 600;--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-2xl: 6rem;--space-3xl: 9rem;--container: 1400px;--container-narrow: 960px;--radius: 2px;--transition: .3s ease;--transition-slow: .6s cubic-bezier(.16, 1, .3, 1)}html{font-size:16px;scroll-behavior:smooth}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-weight:var(--fw-light);font-size:1rem;line-height:1.7;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}ul,ol{list-style:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--fw-regular);line-height:1.1;letter-spacing:-.01em}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg)}.container--narrow{max-width:var(--container-narrow);margin-inline:auto;padding-inline:var(--space-lg)}.skip-to-content-link{position:absolute;top:-100%;left:var(--space-md);z-index:9999;padding:var(--space-xs) var(--space-sm);background:var(--color-text);color:var(--color-white);font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.skip-to-content-link:focus{top:var(--space-md)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:1rem 2.25rem;font-family:var(--font-body);font-size:.8125rem;font-weight:var(--fw-medium);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius);transition:all var(--transition);white-space:nowrap;cursor:pointer}.btn--primary{background:var(--color-text);color:var(--color-white);border:1.5px solid var(--color-text)}.btn--primary:hover{background:var(--color-accent);border-color:var(--color-accent)}.btn--outline{background:transparent;color:var(--color-text);border:1.5px solid var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-white)}.btn--ghost{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border);padding:.75rem 1.5rem;font-size:.75rem}.btn--ghost:hover{border-color:var(--color-text)}.btn--full{width:100%}.announcement-bar{background:var(--color-text);color:var(--color-white);text-align:center;padding:.625rem var(--space-sm);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase}.announcement-bar a{color:var(--color-white);text-decoration:underline;text-underline-offset:3px}.site-header{position:sticky;top:0;z-index:500;background:var(--color-bg);border-bottom:1px solid var(--color-border);transition:box-shadow var(--transition)}.site-header.scrolled{box-shadow:0 1px 20px #0000000f}.header-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:1.25rem var(--space-lg);max-width:var(--container);margin-inline:auto}.header-nav{display:flex;gap:var(--space-lg);align-items:center}.header-nav a{font-size:.775rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);transition:color var(--transition);position:relative}.header-nav a:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--color-accent);transition:width var(--transition)}.header-nav a:hover{color:var(--color-text)}.header-nav a:hover:after{width:100%}.header-logo{text-align:center}.header-logo a{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--fw-semibold);letter-spacing:.05em;color:var(--color-text)}.header-logo img{max-height:40px;margin-inline:auto}.header-actions{display:flex;gap:var(--space-md);align-items:center;justify-content:flex-end}.header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-text);transition:color var(--transition);position:relative}.header-icon-btn:hover{color:var(--color-accent)}.cart-count{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:var(--color-accent);color:var(--color-white);border-radius:50%;font-size:.625rem;font-weight:var(--fw-medium);display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}.header-mobile-menu{display:none}@media(max-width:768px){.header-inner{grid-template-columns:auto 1fr auto;gap:var(--space-sm);padding-inline:var(--space-md)}.header-nav{display:none}.header-logo{text-align:left}.header-mobile-menu{display:flex;align-items:center}}.mobile-nav{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:600;background:var(--color-bg);padding:var(--space-xl) var(--space-lg);flex-direction:column;gap:var(--space-md)}.mobile-nav.open{display:flex}.mobile-nav__close{position:absolute;top:var(--space-md);right:var(--space-md);display:flex;align-items:center;justify-content:center;width:44px;height:44px}.mobile-nav a{font-family:var(--font-heading);font-size:clamp(2rem,6vw,3rem);color:var(--color-text);border-bottom:1px solid var(--color-border);padding-bottom:var(--space-sm)}.hero{position:relative;overflow:hidden;background:var(--color-bg-alt);min-height:90vh;display:flex;align-items:center}.hero--split{display:grid;grid-template-columns:1fr 1fr;min-height:90vh}.hero__content{display:flex;flex-direction:column;justify-content:center;padding:var(--space-3xl) var(--space-2xl)}.hero__eyebrow{font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md)}.hero__title{font-family:var(--font-heading);font-size:clamp(3.5rem,7vw,7rem);font-weight:var(--fw-light);line-height:.95;letter-spacing:-.02em;margin-bottom:var(--space-lg);color:var(--color-text)}.hero__title em{font-style:italic;color:var(--color-accent)}.hero__subtitle{font-size:1.0625rem;color:var(--color-text-muted);max-width:420px;margin-bottom:var(--space-xl);line-height:1.8}.hero__actions{display:flex;gap:var(--space-sm);flex-wrap:wrap}.hero__image{position:relative;overflow:hidden}.hero__image img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.hero__image:hover img{transform:scale(1.03)}.hero--centered{flex-direction:column;align-items:center;text-align:center;padding:var(--space-3xl) var(--space-lg)}.hero--centered .hero__title{font-size:clamp(4rem,9vw,9rem)}.hero--centered .hero__subtitle{max-width:560px;margin-inline:auto}.hero--centered .hero__actions{justify-content:center}@media(max-width:900px){.hero--split{grid-template-columns:1fr}.hero__image{min-height:50vw}.hero__content{padding:var(--space-xl) var(--space-lg)}.hero__title{font-size:clamp(3rem,10vw,5rem)}}.marquee-strip{background:var(--color-text);color:var(--color-white);padding:1rem 0;overflow:hidden;white-space:nowrap}.marquee-strip__inner{display:inline-flex;animation:marquee 30s linear infinite}.marquee-strip__text{display:inline-flex;align-items:center;gap:2rem;padding-right:2rem;font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.15em;text-transform:uppercase}.marquee-strip__sep{width:4px;height:4px;border-radius:50%;background:var(--color-accent);flex-shrink:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{text-align:center;margin-bottom:var(--space-xl)}.section-eyebrow{font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.section-title{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4.5rem);font-weight:var(--fw-light);line-height:1.05;color:var(--color-text)}.section-title em{font-style:italic;color:var(--color-accent)}.section-subtitle{margin-top:var(--space-sm);font-size:1rem;color:var(--color-text-muted);max-width:560px;margin-inline:auto}.featured-collection{padding:var(--space-3xl) 0}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md) var(--space-md)}.product-grid--3col{grid-template-columns:repeat(3,1fr)}.product-grid--2col{grid-template-columns:repeat(2,1fr)}@media(max-width:1200px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:var(--space-sm)}}.product-card{display:flex;flex-direction:column}.product-card__media{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--color-surface);aspect-ratio:3/4;margin-bottom:var(--space-md)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:.25rem .75rem;background:var(--color-accent);color:var(--color-white);font-size:.65rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;border-radius:100px}.product-card__quick-add{position:absolute;bottom:0;left:0;right:0;padding:var(--space-sm);background:#1a1814d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(100%);transition:all var(--transition);color:var(--color-white);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.12em;text-transform:uppercase;border:none;cursor:pointer;width:100%}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__info{flex:1;display:flex;flex-direction:column}.product-card__category{font-size:.65rem;font-weight:var(--fw-medium);letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.25rem}.product-card__title{font-family:var(--font-heading);font-size:1.3125rem;font-weight:var(--fw-regular);line-height:1.2;color:var(--color-text);margin-bottom:.5rem;transition:color var(--transition)}.product-card:hover .product-card__title{color:var(--color-accent)}.product-card__price{font-size:.9375rem;font-weight:var(--fw-regular);color:var(--color-text-muted);margin-top:auto;padding-top:var(--space-xs)}.product-card__price s{color:var(--color-border);margin-right:.5rem}.product-card__price .price--sale{color:var(--color-accent)}.editorial-banner{padding:var(--space-3xl) 0;background:var(--color-bg-alt);overflow:hidden}.editorial-banner__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:center;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg)}.editorial-banner--reverse .editorial-banner__content{order:2}.editorial-banner--reverse .editorial-banner__visual{order:1}.editorial-banner__visual{position:relative;border-radius:var(--radius);overflow:hidden;aspect-ratio:4/5}.editorial-banner__visual img{width:100%;height:100%;object-fit:cover}.editorial-banner__eyebrow{font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-md)}.editorial-banner__title{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,4rem);font-weight:var(--fw-light);line-height:1.05;margin-bottom:var(--space-md)}.editorial-banner__title em{font-style:italic}.editorial-banner__text{font-size:1.0625rem;color:var(--color-text-muted);line-height:1.8;margin-bottom:var(--space-xl)}@media(max-width:900px){.editorial-banner__inner{grid-template-columns:1fr}.editorial-banner--reverse .editorial-banner__content,.editorial-banner--reverse .editorial-banner__visual{order:unset}}.newsletter-section{padding:var(--space-3xl) 0;text-align:center;background:var(--color-text);color:var(--color-white)}.newsletter-section .section-title{color:var(--color-white)}.newsletter-section .section-eyebrow{color:var(--color-accent)}.newsletter-section .section-subtitle{color:#ffffffa6}.newsletter-form{display:flex;gap:0;max-width:480px;margin:var(--space-xl) auto 0}.newsletter-form input[type=email]{flex:1;padding:1rem 1.25rem;font-size:.9rem;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);border-right:none;color:var(--color-white);outline:none;border-radius:var(--radius) 0 0 var(--radius);transition:border-color var(--transition)}.newsletter-form input[type=email]::placeholder{color:#fff6}.newsletter-form input[type=email]:focus{border-color:var(--color-accent)}.newsletter-form button{padding:1rem 1.75rem;background:var(--color-accent);color:var(--color-white);font-size:.775rem;font-weight:var(--fw-medium);letter-spacing:.12em;text-transform:uppercase;border:1.5px solid var(--color-accent);border-radius:0 var(--radius) var(--radius) 0;cursor:pointer;transition:background var(--transition);white-space:nowrap}.newsletter-form button:hover{background:var(--color-accent-dark);border-color:var(--color-accent-dark)}.newsletter-perks{display:flex;justify-content:center;gap:var(--space-lg);margin-top:var(--space-lg);flex-wrap:wrap}.newsletter-perk{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#ffffff8c;font-weight:var(--fw-light)}.newsletter-perk:before{content:"\2713";color:var(--color-accent);font-weight:var(--fw-medium)}@media(max-width:540px){.newsletter-form{flex-direction:column}.newsletter-form input[type=email]{border-right:1.5px solid rgba(255,255,255,.2);border-bottom:none;border-radius:var(--radius) var(--radius) 0 0}.newsletter-form button{border-radius:0 0 var(--radius) var(--radius)}}.site-footer{background:var(--color-bg);border-top:1px solid var(--color-border);padding:var(--space-3xl) 0 var(--space-lg)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:var(--space-2xl);max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg);margin-bottom:var(--space-2xl)}.footer-brand__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--fw-semibold);margin-bottom:var(--space-md);display:block}.footer-brand__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.8;max-width:280px}.footer-col__title{font-size:.65rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-text);margin-bottom:var(--space-md)}.footer-col ul{display:flex;flex-direction:column;gap:.6rem}.footer-col a{font-size:.875rem;color:var(--color-text-muted);transition:color var(--transition)}.footer-col a:hover{color:var(--color-text)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-lg);border-top:1px solid var(--color-border);max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg);flex-wrap:wrap;gap:var(--space-sm)}.footer-copyright{font-size:.8rem;color:var(--color-text-muted)}.footer-legal{display:flex;gap:var(--space-md)}.footer-legal a{font-size:.8rem;color:var(--color-text-muted);transition:color var(--transition)}.footer-legal a:hover{color:var(--color-text)}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:var(--space-xl)}}@media(max-width:540px){.footer-grid{grid-template-columns:1fr;gap:var(--space-lg)}}.collection-header{padding:var(--space-3xl) 0 var(--space-xl);text-align:center;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border)}.collection-header__eyebrow{font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.collection-header__title{font-family:var(--font-heading);font-size:clamp(3rem,7vw,6.5rem);font-weight:var(--fw-light);line-height:1;letter-spacing:-.02em}.collection-header__count{margin-top:var(--space-sm);font-size:.85rem;color:var(--color-text-muted)}.collection-filters{display:flex;align-items:center;justify-content:space-between;padding:var(--space-md) 0;border-bottom:1px solid var(--color-border);gap:var(--space-sm);flex-wrap:wrap}.collection-filter-tags{display:flex;gap:.5rem;flex-wrap:wrap}.filter-tag{display:inline-flex;align-items:center;padding:.4rem 1rem;font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;border:1.5px solid var(--color-border);color:var(--color-text-muted);transition:all var(--transition);cursor:pointer;background:transparent}.filter-tag:hover,.filter-tag.active{border-color:var(--color-text);background:var(--color-text);color:var(--color-white)}.collection-sort{display:flex;align-items:center;gap:.5rem;font-size:.8rem}.collection-sort label{color:var(--color-text-muted);font-size:.75rem;letter-spacing:.05em;white-space:nowrap}.collection-sort select{padding:.4rem 2rem .4rem .75rem;border:1.5px solid var(--color-border);background:transparent;font-size:.75rem;color:var(--color-text);border-radius:var(--radius);outline:none;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M1 3l5 6 5-6' stroke='%231A1814' fill='none' stroke-width='1.2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.collection-main,.product-page{padding:var(--space-xl) 0 var(--space-3xl)}.product-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:var(--space-2xl);align-items:start;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg)}.product-gallery{position:sticky;top:100px}.product-gallery__main{position:relative;overflow:hidden;background:var(--color-surface);border-radius:var(--radius);aspect-ratio:1;margin-bottom:var(--space-sm);cursor:zoom-in}.product-gallery__main img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.product-gallery__main:hover img{transform:scale(1.04)}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:var(--space-xs)}.product-gallery__thumb{aspect-ratio:1;overflow:hidden;border-radius:var(--radius);cursor:pointer;background:var(--color-surface);border:2px solid transparent;transition:border-color var(--transition)}.product-gallery__thumb.active{border-color:var(--color-text)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:var(--space-sm)}.product-info__breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--color-text-muted);margin-bottom:var(--space-lg)}.product-info__breadcrumb a:hover{color:var(--color-text)}.product-info__breadcrumb span{color:var(--color-border)}.product-info__category{font-size:.7rem;font-weight:var(--fw-medium);letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-sm)}.product-info__title{font-family:var(--font-heading);font-size:clamp(2.5rem,4vw,3.75rem);font-weight:var(--fw-light);line-height:1.05;margin-bottom:var(--space-md)}.product-info__reviews{display:flex;align-items:center;gap:.5rem;margin-bottom:var(--space-lg)}.review-stars{display:flex;gap:2px;color:var(--color-accent);font-size:.85rem}.review-count{font-size:.8rem;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:3px}.product-info__price{font-family:var(--font-heading);font-size:2rem;font-weight:var(--fw-regular);color:var(--color-text);margin-bottom:var(--space-lg)}.product-info__price s{font-size:1.25rem;color:var(--color-border);margin-right:.5rem}.product-info__divider{height:1px;background:var(--color-border);margin:var(--space-lg) 0}.product-info__short-desc{font-size:1rem;line-height:1.85;color:var(--color-text-muted);margin-bottom:var(--space-lg)}.product-info__format{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-lg);padding:var(--space-md);background:var(--color-bg-alt);border-radius:var(--radius);border:1px solid var(--color-border)}.product-info__format-icon{width:40px;height:40px;background:var(--color-accent);color:var(--color-white);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.product-info__format-text{font-size:.875rem}.product-info__format-text strong{display:block;font-weight:var(--fw-medium);font-size:.8rem}.product-info__format-text span{color:var(--color-text-muted);font-size:.8rem}.product-add-to-cart{width:100%;padding:1.15rem;background:var(--color-text);color:var(--color-white);font-family:var(--font-body);font-size:.85rem;font-weight:var(--fw-medium);letter-spacing:.15em;text-transform:uppercase;border:2px solid var(--color-text);border-radius:var(--radius);cursor:pointer;transition:all var(--transition);margin-bottom:var(--space-sm)}.product-add-to-cart:hover{background:var(--color-accent);border-color:var(--color-accent)}.product-add-to-cart:disabled{opacity:.5;cursor:not-allowed}.product-info__guarantees{display:flex;gap:var(--space-md);margin-top:var(--space-lg);flex-wrap:wrap}.guarantee-item{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--color-text-muted)}.guarantee-item svg{color:var(--color-accent);flex-shrink:0}.product-tabs{margin-top:var(--space-xl);border-top:1px solid var(--color-border)}.product-tabs__nav{display:flex;border-bottom:1px solid var(--color-border)}.product-tab-btn{flex:1;padding:var(--space-md) var(--space-sm);font-size:.75rem;font-weight:var(--fw-medium);letter-spacing:.1em;text-transform:uppercase;color:var(--color-text-muted);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all var(--transition);margin-bottom:-1px}.product-tab-btn:hover{color:var(--color-text)}.product-tab-btn.active{color:var(--color-text);border-bottom-color:var(--color-accent)}.product-tab-panel{display:none;padding:var(--space-xl) 0}.product-tab-panel.active{display:block}.product-tab-panel h3{font-family:var(--font-heading);font-size:1.5rem;margin-bottom:var(--space-md);font-weight:var(--fw-regular)}.product-tab-panel p{font-size:.9375rem;line-height:1.85;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.product-tab-panel ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin-bottom:var(--space-md)}.product-tab-panel ul li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.7;color:var(--color-text-muted)}.product-tab-panel ul li:before{content:"\2014";color:var(--color-accent);flex-shrink:0;font-weight:var(--fw-medium)}.product-tab-panel strong{color:var(--color-text);font-weight:var(--fw-medium);display:block;margin-bottom:.25rem}.product-long-desc{padding:var(--space-3xl) 0;border-top:1px solid var(--color-border);background:var(--color-bg-alt)}.product-long-desc__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);align-items:start;max-width:var(--container);margin-inline:auto;padding-inline:var(--space-lg)}.product-long-desc__text{font-size:1.0625rem;line-height:1.9;color:var(--color-text-muted)}.product-long-desc__text h2{font-family:var(--font-heading);font-size:clamp(2rem,3vw,3rem);font-weight:var(--fw-light);color:var(--color-text);margin-bottom:var(--space-md);line-height:1.1}.product-long-desc__text p{margin-bottom:var(--space-md)}.product-long-desc__images{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}.product-long-desc__images img{width:100%;border-radius:var(--radius);aspect-ratio:3/4;object-fit:cover}@media(max-width:1000px){.product-layout{grid-template-columns:1fr}.product-gallery{position:static}.product-long-desc__inner{grid-template-columns:1fr}}.related-products{padding:var(--space-3xl) 0;border-top:1px solid var(--color-border)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;pointer-events:none}.cart-drawer[aria-hidden=false]{pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a181480;opacity:0;transition:opacity var(--transition)}.cart-drawer[aria-hidden=false] .cart-drawer__overlay{opacity:1}.cart-drawer__inner{position:absolute;top:0;right:0;bottom:0;width:420px;max-width:100%;background:var(--color-bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--transition-slow)}.cart-drawer[aria-hidden=false] .cart-drawer__inner{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-lg) var(--space-lg) var(--space-md);border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--fw-regular)}.cart-drawer__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color var(--transition)}.cart-drawer__close:hover{color:var(--color-accent)}.cart-drawer__content{flex:1;overflow-y:auto;padding:var(--space-lg)}.cart-drawer__empty{text-align:center;padding:var(--space-2xl) 0}.cart-drawer__empty p{color:var(--color-text-muted);margin-bottom:var(--space-lg)}.cart-item{display:grid;grid-template-columns:80px 1fr;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:80px;height:80px;object-fit:cover;border-radius:var(--radius);background:var(--color-surface)}.cart-item__info{display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-family:var(--font-heading);font-size:1.0625rem;line-height:1.2}.cart-item__price{font-size:.9rem;color:var(--color-text-muted)}.cart-item__remove{font-size:.7rem;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-muted);text-decoration:underline;text-underline-offset:2px;background:none;border:none;cursor:pointer;padding:0;margin-top:.25rem;transition:color var(--transition)}.cart-item__remove:hover{color:var(--color-text)}.cart-drawer__footer{padding:var(--space-lg);border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;font-family:var(--font-heading);font-size:1.25rem;margin-bottom:var(--space-sm)}.cart-drawer__note{font-size:.775rem;color:var(--color-text-muted);margin-bottom:var(--space-md);text-align:center}.cart-notification{position:fixed;bottom:var(--space-lg);right:var(--space-lg);background:var(--color-text);color:var(--color-white);padding:.75rem 1.25rem;border-radius:var(--radius);font-size:.8rem;font-weight:var(--fw-medium);letter-spacing:.08em;display:flex;align-items:center;gap:.5rem;z-index:900;box-shadow:0 4px 24px #0003;animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.password-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--color-bg-alt);padding:var(--space-lg)}.password-page__inner{text-align:center;max-width:480px}.password-page__logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:var(--fw-semibold);letter-spacing:.1em;margin-bottom:var(--space-sm)}.password-page__tagline{font-size:.75rem;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-2xl)}.password-page__headline{font-family:var(--font-heading);font-size:clamp(2.5rem,6vw,4rem);font-weight:var(--fw-light);line-height:1.1;margin-bottom:var(--space-xl)}.text-center{text-align:center}.mt-auto{margin-top:auto}.hidden{display:none}.pagination{display:flex;justify-content:center;gap:var(--space-xs);margin-top:var(--space-2xl)}.pagination a,.pagination span{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:.85rem;border:1.5px solid var(--color-border);border-radius:var(--radius);transition:all var(--transition)}.pagination a:hover{border-color:var(--color-text)}.pagination .current{background:var(--color-text);color:var(--color-white);border-color:var(--color-text)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
