:root{--color-bg: #ffffff;--color-bg-secondary: #f8f6f3;--color-bg-warm: #f5f0ea;--color-bg-hero: #e8dfd4;--color-text: #1a1a1a;--color-text-secondary: #666666;--color-text-muted: #999999;--color-accent: #c9a87c;--color-accent-dark: #b89660;--color-border: #e5e5e5;--color-border-dark: #d0d0d0;--color-white: #ffffff;--color-black: #000000;--color-sale: #c41e3a;--color-success: #2e7d32;--color-error: #d32f2f;--font-heading: "Cormorant Garamond", "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-accent: "Cormorant Garamond", Georgia, serif;--font-serif: "Lora", Georgia, serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3.5rem;--text-6xl: 5rem;--text-hero: clamp(3rem, 8vw, 6rem);--font-light: 300;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--space-5xl: 8rem;--container-max: 1400px;--container-narrow: 800px;--header-height: 80px;--section-spacing: 80px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--transition-elegant: .4s cubic-bezier(.25, .46, .45, .94);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-width:100%;overflow-x:hidden}body{font-family:var(--font-body);font-size:var(--text-base);font-weight:var(--font-normal);line-height:1.6;color:var(--color-text);background-color:var(--color-bg);max-width:100%;overflow-x:hidden;position:relative}img,video,iframe,svg,table{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-accent-dark)}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-medium);line-height:1.2;color:var(--color-text)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-lg)}.container--narrow{max-width:var(--container-narrow)}.container--full{max-width:100%;padding:0}.section{padding:var(--section-spacing) 0}.section--sm{padding:var(--space-3xl) 0}.section--bg-warm{background-color:var(--color-bg-warm)}.section--bg-secondary{background-color:var(--color-bg-secondary)}.section-header{text-align:center;margin-bottom:var(--space-3xl)}.section-header__subtitle{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-sm)}.section-header__title{font-family:var(--font-accent);font-size:var(--text-4xl);font-weight:var(--font-normal);font-style:italic;margin-bottom:var(--space-md)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-xl);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.1em;border:1px solid transparent;border-radius:var(--radius-sm, 8px);cursor:pointer;transition:all .25s ease;white-space:nowrap;box-shadow:inset 0 1px #ffffff14}.btn:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0003}.btn--primary{background-color:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.btn--primary:hover{background-color:var(--color-white);color:var(--color-black);box-shadow:inset 0 1px #ffffff1a,0 0 20px #ffffff26}.btn--secondary{background-color:transparent;color:var(--color-text);border-color:#fff3}.btn--secondary:hover{background-color:var(--color-text);color:var(--color-white);border-color:var(--color-text)}.btn--accent{background-color:var(--color-accent);color:var(--color-white);border-color:var(--color-accent)}.btn--accent:hover{background-color:var(--color-accent-dark);border-color:var(--color-accent-dark);box-shadow:0 0 24px #c9a87c59}.btn--sm{padding:var(--space-sm) var(--space-md);font-size:var(--text-xs)}.btn--lg{padding:var(--space-lg) var(--space-2xl);font-size:var(--text-base)}.btn--full{width:100%}.btn--underline{background:none;border:none;padding:0 0 2px;font-size:var(--text-sm);text-transform:none;letter-spacing:normal;border-bottom:1px solid currentColor}.btn--underline:hover{border-color:var(--color-accent);color:var(--color-accent)}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--color-bg);border-bottom:1px solid var(--color-border);transition:all var(--transition-base)}.header--transparent{background-color:transparent;border-color:transparent}.header--scrolled{background-color:var(--color-bg);border-color:var(--color-border);box-shadow:var(--shadow-sm)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-height)}.header__left,.header__right{display:flex;align-items:center;gap:var(--space-lg);flex:1}.header__right{justify-content:flex-end}.header__logo{font-family:var(--font-accent);font-size:var(--text-2xl);font-weight:var(--font-medium);font-style:italic;letter-spacing:.05em}.header__nav{display:flex;align-items:center;gap:var(--space-xl)}.header__nav-link{font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.1em;position:relative}.header__nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background-color:currentColor;transition:width var(--transition-base)}.header__nav-link:hover:after{width:100%}.header__icons{display:flex;align-items:center;gap:var(--space-md)}.header__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-text);cursor:pointer;position:relative}.header__icon svg{width:22px;height:22px}.header__count{position:absolute;top:6px;right:6px;min-width:18px;height:18px;background-color:var(--color-black);color:var(--color-white);font-size:10px;font-weight:var(--font-bold);border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.header__nav{display:none}}.category-icons{padding:var(--space-2xl) 0;background-color:var(--color-bg);border-bottom:1px solid var(--color-border)}.category-icons__grid{display:flex;justify-content:center;gap:var(--space-3xl);overflow-x:auto;padding:0 var(--space-lg);scrollbar-width:none}.category-icons__grid::-webkit-scrollbar{display:none}.category-icon{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);text-decoration:none;min-width:80px}.category-icon__image{width:50px;height:50px;object-fit:contain;transition:transform var(--transition-elegant)}.category-icon:hover .category-icon__image{transform:scale(1.1)}.category-icon__label{font-size:var(--text-xs);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text)}.hero{min-height:80vh;display:flex;align-items:center;background-color:var(--color-bg-hero);margin-top:var(--header-height);position:relative;overflow:hidden}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero__image{width:100%;height:100%;object-fit:cover;object-position:center top}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.3),transparent)}.hero__content{position:relative;z-index:2;padding:var(--space-4xl);max-width:600px}.hero__subtitle{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);text-transform:uppercase;letter-spacing:.3em;color:var(--color-white);margin-bottom:var(--space-md)}.hero__title{font-family:var(--font-accent);font-size:var(--text-hero);font-weight:var(--font-normal);font-style:italic;color:var(--color-white);line-height:1;margin-bottom:var(--space-xl)}.hero__cta{display:flex;gap:var(--space-md)}.collection-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.collection-grid__featured{grid-row:span 2}.collection-card{position:relative;overflow:hidden;background-color:var(--color-bg-warm)}.collection-card__media{aspect-ratio:1;overflow:hidden}.collection-card--featured .collection-card__media{aspect-ratio:auto;height:100%}.collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__content{position:absolute;bottom:0;left:0;right:0;padding:var(--space-xl);background:linear-gradient(to top,rgba(0,0,0,.6),transparent);color:var(--color-white)}.collection-card__title{font-family:var(--font-accent);font-size:var(--text-2xl);font-style:italic;font-weight:var(--font-normal)}.collection-card__link{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid currentColor;display:inline-block;margin-top:var(--space-sm)}@media (max-width: 768px){.collection-grid{grid-template-columns:1fr}.collection-grid__featured{grid-row:auto}}.product-grid{display:grid;grid-template-columns:repeat(var(--columns, 4),1fr);gap:var(--space-xl)}@media (max-width: 1024px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}}.product-card{position:relative;border-radius:var(--radius-md);box-shadow:var(--shadow-raised);border:var(--stroke-subtle);background:var(--color-bg);overflow:hidden;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.product-card:hover{box-shadow:var(--shadow-raised-hover);transform:translateY(-4px)}.product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;cursor:pointer}.product-card__actions,.product-card__badges{z-index:2}.product-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background-color:var(--color-bg-secondary);margin-bottom:0;border-radius:var(--radius-md) var(--radius-md) 0 0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity var(--transition-base)}.product-card__image--hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--hover{opacity:1}.product-card__badges{position:absolute;top:var(--space-md);left:var(--space-md);display:flex;flex-direction:column;gap:var(--space-xs)}.product-card__badge{display:inline-block;padding:4px 10px;font-size:10px;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.05em}.product-card__badge--sale{background-color:var(--color-sale);color:var(--color-white)}.product-card__badge--new{background-color:var(--color-black);color:var(--color-white)}.product-card__actions{position:absolute;bottom:var(--space-md);left:var(--space-md);right:var(--space-md);display:flex;justify-content:center;gap:var(--space-sm);opacity:0;transform:translateY(10px);transition:all var(--transition-elegant)}.product-card:hover .product-card__actions{opacity:1;transform:translateY(0)}.product-card__action-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--color-white);border:1px solid var(--color-border);cursor:pointer;transition:all var(--transition-fast)}.product-card__action-btn:hover{background-color:var(--color-black);color:var(--color-white);border-color:var(--color-black)}.product-card__action-btn svg{width:18px;height:18px}.product-card__quick-add{position:absolute;bottom:var(--space-md);left:var(--space-md);right:var(--space-md);z-index:2;opacity:0;transform:translateY(10px);transition:all var(--transition-elegant)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity var(--transition-base)}.product-card:hover .product-card__image--secondary{opacity:1}.product-card__info{text-align:center;padding:var(--space-md);padding-top:var(--space-lg)}.product-card__vendor{font-size:var(--text-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xs)}.product-card__title{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);margin-bottom:var(--space-xs)}.product-card__title a:hover{color:var(--color-accent)}.product-card__price{font-size:var(--text-sm);color:var(--color-text)}.product-card__price--sale{color:var(--color-sale)}.product-card__price--compare{text-decoration:line-through;color:var(--color-text-muted);margin-left:var(--space-sm)}.product-card__swatches{display:flex;justify-content:center;gap:var(--space-xs);margin-top:var(--space-sm)}.product-card__swatch{width:16px;height:16px;border-radius:var(--radius-full);border:1px solid var(--color-border);cursor:pointer}.featured-product{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3xl);align-items:center}.featured-product__media{aspect-ratio:4/5;background-color:var(--color-bg-warm);overflow:hidden}.featured-product__image{width:100%;height:100%;object-fit:cover}.featured-product__content{padding:var(--space-2xl)}.featured-product__subtitle{font-size:var(--text-sm);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-md)}.featured-product__title{font-family:var(--font-accent);font-size:var(--text-4xl);font-style:italic;font-weight:var(--font-normal);margin-bottom:var(--space-lg)}.featured-product__thumbnails{display:flex;gap:var(--space-md);margin-bottom:var(--space-xl)}.featured-product__thumb{width:80px;height:100px;object-fit:cover;border:1px solid var(--color-border);cursor:pointer;transition:border-color var(--transition-fast)}.featured-product__thumb:hover,.featured-product__thumb.active{border-color:var(--color-black)}@media (max-width: 768px){.featured-product{grid-template-columns:1fr}}.countdown-section{text-align:center;background-color:var(--color-bg-secondary)}.countdown__title{font-family:var(--font-accent);font-size:var(--text-3xl);font-style:italic;margin-bottom:var(--space-xl)}.countdown__timer{display:flex;justify-content:center;gap:var(--space-xl);margin-bottom:var(--space-2xl)}.countdown__block{text-align:center}.countdown__number{font-size:var(--text-5xl);font-weight:var(--font-light);line-height:1;display:block}.countdown__label{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-top:var(--space-sm)}.stats-section{background-color:var(--color-bg-warm);text-align:center}.stats__title{font-family:var(--font-accent);font-size:var(--text-3xl);font-style:italic;margin-bottom:var(--space-2xl)}.stats__grid{display:flex;justify-content:center;gap:var(--space-4xl)}.stats__item{text-align:center}.stats__number{font-size:var(--text-5xl);font-weight:var(--font-light);line-height:1;margin-bottom:var(--space-sm)}.stats__label{font-size:var(--text-sm);color:var(--color-text-muted)}.gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-sm)}.gallery-grid__item{aspect-ratio:1;overflow:hidden}.gallery-grid__image{width:100%;height:100%;object-fit:cover;transition:transform var(--transition-slow)}.gallery-grid__item:hover .gallery-grid__image{transform:scale(1.1)}@media (max-width: 768px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}.footer{padding:var(--space-4xl) 0 var(--space-xl);background-color:var(--color-bg);border-top:1px solid var(--color-border)}.footer__brand{text-align:center;margin-bottom:var(--space-4xl)}.footer__brand-name{font-family:var(--font-accent);font-size:var(--text-6xl);font-style:italic;font-weight:var(--font-normal);letter-spacing:.05em;color:var(--color-accent)}.footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-2xl);margin-bottom:var(--space-3xl)}.footer__column-title{font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-lg)}.footer__links{list-style:none}.footer__link{display:block;padding:var(--space-xs) 0;font-size:var(--text-sm);color:var(--color-text-secondary);transition:color var(--transition-fast)}.footer__link:hover{color:var(--color-text)}.footer__newsletter-form{display:flex;gap:var(--space-sm)}.footer__newsletter-input{flex:1;padding:var(--space-sm) var(--space-md);border:1px solid var(--color-border);font-size:var(--text-sm);background-color:var(--color-bg)}.footer__newsletter-input:focus{outline:none;border-color:var(--color-text)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:var(--space-xl);border-top:1px solid var(--color-border)}.footer__social{display:flex;gap:var(--space-md)}.footer__social-link{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color var(--transition-fast)}.footer__social-link:hover{color:var(--color-accent)}.footer__social-link svg{width:20px;height:20px}.footer__copyright{font-size:var(--text-xs);color:var(--color-text-muted)}.footer__payments{display:flex;gap:var(--space-sm);align-items:center}.footer__payments img{height:24px;opacity:.6}@media (max-width: 768px){.footer{padding:var(--space-2xl) var(--space-md) var(--space-lg)}.footer__brand{margin-bottom:var(--space-xl)}.footer__brand-name{font-size:var(--text-3xl)}.footer__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.footer__bottom{flex-direction:column;gap:var(--space-lg);text-align:center}.footer__newsletter-form{flex-direction:column}.footer__social{justify-content:center}.footer__payments{justify-content:center;flex-wrap:wrap}}.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}.no-scroll{overflow:hidden}.fade-in{opacity:0;transform:translateY(20px);transition:opacity var(--transition-slow),transform var(--transition-slow)}.fade-in--visible{opacity:1;transform:translateY(0)}.price__regular{font-weight:var(--font-medium)}.price__sale{color:var(--color-sale);font-weight:var(--font-medium)}.price__compare{text-decoration:line-through;color:var(--color-text-muted);margin-left:var(--space-xs)}.loading-spinner{width:24px;height:24px;border:2px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.placeholder-svg{background-color:var(--color-bg-secondary);fill:var(--color-text-muted)}@media (max-width: 768px){html,body{max-width:100vw;overflow-x:hidden!important}.container,.container--narrow,.container--full,section,[class*=section],main,header,footer,nav,article,aside,div{max-width:100%}.hero__cta,.header__icons,.header__right,.product-card__actions,.footer__bottom,.footer__payments,.product-share,.product-form__buttons,.product-form__quantity,[class*=__buttons],[class*=__actions]{flex-wrap:wrap}.hero__cta{flex-direction:column;width:100%}.hero__cta .btn{width:100%}.product-gallery,[class*=sticky]{position:relative!important;top:auto!important}.product-grid,.collection-grid,.footer__grid{grid-template-columns:1fr!important}@media (min-width: 480px){.product-grid{grid-template-columns:repeat(2,1fr)!important}}.product-tabs__nav,[class*=tabs__nav],[class*=tab-nav]{flex-wrap:wrap;overflow-x:visible!important;overflow:visible!important;white-space:normal;gap:.5rem}.product-tabs__btn,[class*=tabs__btn],[class*=tab-btn]{white-space:nowrap;flex-shrink:0}.product-gallery__thumbnails,[class*=thumbnails],[class*=thumbnail-list]{flex-wrap:wrap;overflow-x:visible!important;justify-content:flex-start;gap:.5rem}.product-gallery__thumbnail{width:60px;height:60px}input,textarea,select,.product-form__select{max-width:100%;width:100%}.quantity-selector{width:100%;justify-content:center}table{display:block;width:100%;overflow-x:auto}img,video,iframe,svg,canvas,picture{max-width:100%!important;height:auto}h1,h2,h3,h4,h5,h6,p,span,a,li{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero__title{font-size:clamp(2rem,8vw,3rem)}.section-header__title{font-size:var(--text-2xl)}.hero{min-height:60vh}.hero__content{padding:var(--space-xl);max-width:100%}.product-page__grid{grid-template-columns:1fr!important;gap:var(--space-lg)}.product-form__quantity{flex-direction:column;gap:var(--space-md)}.product-form__buttons{width:100%;flex-direction:column}.product-form__add-btn,.product-form__buy-btn{width:100%}.product-form__size-buttons{flex-wrap:wrap;gap:.5rem}.product-form__size-btn span{min-width:40px;height:40px;padding:0 .75rem}.product-form__color-swatches{flex-wrap:wrap}.product-grid--4{grid-template-columns:repeat(2,1fr)!important}.category-icons__grid{display:grid!important;grid-template-columns:repeat(3,1fr);gap:1rem;overflow-x:visible!important}.category-icon__image-wrapper{width:70px;height:70px}.announcement-bar{padding:.5rem 1rem;text-align:center}.announcement-bar__content{flex-wrap:wrap;justify-content:center}.footer__grid{grid-template-columns:1fr!important;gap:var(--space-xl)}.footer__column{text-align:center}body{padding-bottom:80px}.marquee,[class*=marquee]{overflow:hidden}.slideshow,[class*=slideshow],[class*=slider]{overflow:hidden;max-width:100%}.lookbook__grid,.reviews-aesthetic__grid,[class*=reviews__grid]{grid-template-columns:1fr!important}.trust-badges__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.brand-logos__slider{flex-wrap:wrap;justify-content:center;gap:1rem;overflow:visible}.instagram-feed__grid{grid-template-columns:repeat(2,1fr)!important}}@media (max-width: 480px){.container{padding:0 var(--space-md)}.product-grid,.product-grid--4{grid-template-columns:repeat(2,1fr)!important;gap:var(--space-sm)!important}.category-icons__grid{grid-template-columns:repeat(3,1fr)}.trust-badges__grid{grid-template-columns:1fr}.instagram-feed__grid{grid-template-columns:repeat(2,1fr)!important}.hero__title{font-size:1.75rem}}@media (min-width: 769px){.hide-desktop,.mobile-only{display:none!important}}@media (max-width: 768px){.hide-mobile,.desktop-only{display:none!important}.product__share,.social-share{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-sm)}.product__share a,.social-share a,.share-button{width:36px;height:36px;font-size:14px}.product__image,.product-gallery__image{transform:none!important;max-width:100%;object-fit:cover;background-color:#f8f8f8!important;filter:none!important;opacity:1!important}.product-gallery__main{background-color:#f8f8f8!important}.product__buttons,.product-form__buttons{flex-direction:column;width:100%}.product__buttons .btn,.product-form__buttons .btn{width:100%;margin:var(--space-xs) 0}.product__meta,.product-meta{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}.product-card{transform:none!important;transition:none!important}.product-card:hover{transform:none!important}.product-card__media{transform:none!important;overflow:hidden}.product-card__image{transform:none!important;max-width:100%;object-fit:cover}.product-card__badge{font-size:9px;padding:3px 6px}.cart-drawer__footer,.cart-summary{max-width:100%;overflow:hidden}.cart-drawer__prepaid-banner,.cart-summary__prepaid-banner,.prepaid-banner{flex-wrap:wrap;padding:var(--space-sm);font-size:var(--text-sm)}.cart-drawer__total,.cart-summary__total{word-wrap:break-word}.btn--primary,.btn--secondary{width:100%;justify-content:center}table{display:block;width:100%;overflow-x:auto}input[type=text],input[type=email],input[type=password],input[type=number],input[type=tel],textarea,select{width:100%;max-width:100%}}img:focus,button:focus,a:focus,.product-gallery__image:focus,.product-gallery__thumbnail:focus,.product-card:focus,.product-card__media:focus,.product-card__image:focus{outline:none}img:focus-visible,button:focus-visible,a:focus-visible,.product-gallery__image:focus-visible,.product-gallery__thumbnail:focus-visible,.product-card:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}img,button,a,.product-gallery__thumbnail,.product-card{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.cart-page,.cart-page__grid,.cart-items,.cart-item,.cart-summary,.cart-summary__inner,.cart-empty{background-color:var(--color-bg);color:var(--color-text)}.cart-page__title,.cart-item__title,.cart-item__title a,.cart-summary__title,.cart-summary__row,.cart-item__quantity,.cart-item__total{color:var(--color-text)}.cart-summary__continue{color:var(--color-text);display:inline-flex;align-items:center}.cart-empty{text-align:center;padding:var(--space-3xl);background-color:var(--color-bg)}.cart-empty p{color:var(--color-text);margin-bottom:var(--space-lg);font-size:var(--text-lg)}.cart-empty .btn{display:inline-flex;visibility:visible!important;opacity:1!important}.cart-drawer__content{background-color:#fff!important;color:#1a1a1a}.cart-drawer__header,.cart-drawer__body,.cart-drawer__footer{background-color:#fff;color:#1a1a1a}.cart-drawer__title,.cart-drawer__item-title,.cart-drawer__subtotal,.cart-drawer__total{color:#1a1a1a}.cart-drawer__empty{background-color:#fff;color:#1a1a1a}.cart-drawer__empty p{color:#1a1a1a;margin-bottom:var(--space-lg)}.contact__form-wrapper{background-color:var(--color-bg-secondary)}.form__row input,.form__row textarea,.form__row select,.contact__form input,.contact__form textarea,.contact__form select{background-color:#fff;color:#1a1a1a;border:1px solid var(--color-border)}.form__row input::placeholder,.form__row textarea::placeholder,.contact__form input::placeholder,.contact__form textarea::placeholder{color:#888}.form__row input:focus,.form__row textarea:focus,.form__row select:focus,.contact__form input:focus,.contact__form textarea:focus{border-color:var(--color-accent);outline:none;box-shadow:0 0 0 2px #c9a87c33}.form__row label,.contact__form label{color:var(--color-text)}.footer__social{display:flex;justify-content:center;gap:var(--space-md);margin-bottom:var(--space-lg)}.footer__social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--color-text);transition:color var(--transition-fast),transform var(--transition-fast)}.footer__social-link svg{width:20px;height:20px;stroke:currentColor;fill:none}.footer__social-link:hover{color:var(--color-accent);transform:translateY(-2px)}.header__social-link{color:var(--color-text)}.header__social-link svg{stroke:currentColor}.header__social-link:hover{color:var(--color-accent)}.related-products .product-grid,.product-grid--4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl)}@media (max-width: 1024px){.related-products .product-grid,.product-grid--4{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.related-products .product-grid,.product-grid--4{grid-template-columns:repeat(2,1fr);gap:var(--space-md)}.related-products .product-card__title{font-size:var(--text-xs);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.related-products .product-card__price{font-size:var(--text-xs)}}@media (max-width: 480px){.related-products .product-grid,.product-grid--4{grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.related-products{overflow-x:hidden}}.search-drawer__input:focus{outline:none}.search-product-card:focus{outline:2px solid var(--color-accent);outline-offset:2px}.section{background-color:var(--color-bg)}.btn{visibility:visible;opacity:1}.btn--primary{background-color:var(--color-black);color:var(--color-white)}.btn--secondary{background-color:transparent;color:var(--color-text);border:1px solid var(--color-border)}.btn--secondary:hover{background-color:var(--color-text);color:var(--color-white)}.product-page,.collection-page,.cart-page,.wishlist-page{background-color:var(--color-bg);color:var(--color-text)}
/*# sourceMappingURL=/cdn/shop/t/17/assets/base.css.map */
