*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-background)}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{cursor:pointer;background:none;border:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-to-content-link:focus{position:fixed;top:1rem;left:1rem;z-index:9999;padding:1rem 2rem;background:var(--color-primary);color:#fff;width:auto;height:auto;clip:auto}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-cols-5{grid-template-columns:repeat(5,1fr)}}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.m-0{margin:0}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mx-auto{margin-left:auto;margin-right:auto}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.text-5xl{font-size:3rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-primary{color:var(--color-primary)}.text-secondary{color:var(--color-secondary)}.text-accent{color:var(--color-accent)}.text-muted{color:#666}.text-white{color:#fff}.bg-primary{background-color:var(--color-primary)}.bg-secondary{background-color:var(--color-secondary)}.bg-muted{background-color:#f5f5f5}.bg-white{background-color:#fff}.border{border:1px solid var(--color-border)}.border-t{border-top:1px solid var(--color-border)}.border-b{border-bottom:1px solid var(--color-border)}.rounded{border-radius:var(--border-radius)}.rounded-sm{border-radius:.25rem}.rounded-lg{border-radius:.75rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}.md\:flex{display:flex}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:hidden{display:none}.lg\:flex{display:flex}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.min-h-screen{min-height:100vh}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.cursor-pointer{cursor:pointer}.transition{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease,border-color .2s ease}.transition-transform{transition:transform .2s ease}.hover\:scale-105:hover{transform:scale(1.05)}.hover\:opacity-80:hover{opacity:.8}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem;transition:all .2s ease;cursor:pointer;border:none}.btn-primary{background-color:var(--color-primary);color:#fff}.btn-primary:hover{opacity:.9}.btn-secondary{background-color:var(--color-secondary);color:var(--color-primary)}.btn-secondary:hover{filter:brightness(1.1)}.btn-outline{background-color:transparent;border:2px solid var(--color-primary);color:var(--color-primary)}.btn-outline:hover{background-color:var(--color-primary);color:#fff}.btn-gold{background-color:var(--color-secondary);color:var(--color-primary);font-weight:600;padding:.75rem 2rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.05em;transition:all .2s ease}.btn-gold:hover{filter:brightness(1.1)}.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--color-border);border-radius:var(--border-radius);background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px rgba(var(--color-secondary-rgb),.1)}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.header{position:sticky;top:0;z-index:50;background-color:var(--color-background);box-shadow:0 2px 4px #0000000d}.announcement-bar{background-color:#1a1a2e;color:#fff;padding:.5rem 1rem}.announcement-bar--dual .announcement-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.announcement-bar__left,.announcement-bar__right{display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease}.announcement-bar__left:hover,.announcement-bar__right:hover{opacity:.8}.announcement-bar__center{flex:1;text-align:center;color:#fbbf24;font-weight:600}@media (max-width: 768px){.announcement-bar__left,.announcement-bar__right{display:none}.announcement-bar__center{font-size:.7rem}}.header-main{padding:1rem 0;background:#fff;border-bottom:1px solid #e5e7eb}.header-main__row{display:flex;align-items:center;gap:1.5rem}.header-logo{flex-shrink:0}.header-logo img{max-height:40px;width:auto}.header-logo__text{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-primary)}.header-search{flex:1;max-width:500px}@media (max-width: 767px){.header-search{display:none}}.header-icons{display:flex;align-items:center;gap:1rem;margin-left:auto}.header-icon{display:flex;align-items:center;gap:.375rem;color:var(--color-text);background:none;border:none;cursor:pointer;font-size:.875rem}.header-icon__label{display:none}@media (min-width: 768px){.header-icon__label{display:inline}}.header-icon__badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;font-size:.625rem;font-weight:700;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-icon--cart{position:relative}.mobile-menu-toggle{display:flex;background:none;border:none;padding:.5rem;cursor:pointer}.header-nav-row{background:#fff;border-bottom:1px solid #e5e7eb;display:none}@media (min-width: 1024px){.header-nav-row{display:block}}.header-nav{display:flex;align-items:center;justify-content:center;gap:2rem;padding:.75rem 0}.nav-link{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;color:var(--color-text);transition:color .2s ease;white-space:nowrap}.nav-link:hover{color:#0ea5e9}.nav-link--sale{color:#ef4444;font-weight:700}.header-search{flex:1;max-width:500px;display:none}@media (min-width: 768px){.header-search{display:block}}.header-search__form{position:relative;display:flex;align-items:center}.header-search__icon{position:absolute;left:1rem;color:#9ca3af;pointer-events:none}.header-search__input{width:100%;padding:.625rem 1rem .625rem 2.75rem;font-size:.875rem;border:2px solid #e5e7eb;border-radius:9999px;background-color:#f9fafb;transition:all .2s ease}.header-search__input:focus{outline:none;border-color:#0ea5e9;background-color:#fff;box-shadow:0 0 0 3px #0ea5e91a}.header-search__input::placeholder{color:#9ca3af}.header-icons{display:flex;align-items:center;gap:.25rem;margin-left:auto}@media (min-width: 768px){.header-icons{gap:.5rem}}.header-icon{display:flex;align-items:center;gap:.375rem;padding:.5rem;border-radius:var(--border-radius);transition:background-color .2s ease;position:relative}.header-icon:hover{background-color:#f3f4f6}.header-icon svg{width:1.25rem;height:1.25rem;color:var(--color-text)}.header-icon__label{display:none;font-size:.8125rem;font-weight:500}@media (min-width: 1024px){.header-icon__label{display:inline}}.header-icon__badge{position:absolute;top:0;right:0;min-width:1.125rem;height:1.125rem;padding:0 .25rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;background-color:#0ea5e9;color:#fff;border-radius:9999px}.mobile-menu-toggle{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:var(--border-radius)}@media (min-width: 1024px){.mobile-menu-toggle{display:none}}.mobile-menu-toggle:hover{background-color:#f3f4f6}.mobile-menu-toggle svg{width:1.5rem;height:1.5rem}.footer{background-color:var(--color-primary);color:#fff}.footer-newsletter{border-bottom:1px solid rgba(255,255,255,.2);padding:3rem 0;text-align:center}.footer-newsletter h3{font-size:1.5rem;margin-bottom:.5rem}.footer-newsletter p{opacity:.8;margin-bottom:1.5rem}.newsletter-form{display:flex;gap:.5rem;max-width:28rem;margin:0 auto}.newsletter-form input{flex:1;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);background-color:#ffffff1a;color:#fff;border-radius:var(--border-radius)}.newsletter-form input::placeholder{color:#ffffff80}.footer-main{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-column h4{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-column ul{display:flex;flex-direction:column;gap:.5rem}.footer-column a{font-size:.875rem;opacity:.8;transition:opacity .2s ease}.footer-column a:hover{opacity:1}.footer-social{display:flex;gap:.75rem;margin-bottom:1.5rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#ffffff1a;border-radius:9999px;transition:background-color .2s ease}.footer-social a:hover{background-color:#fff3}.footer-social svg{width:1.25rem;height:1.25rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding:1.5rem 0}.footer-bottom-content{display:flex;flex-direction:column;align-items:center;gap:1rem;font-size:.875rem;opacity:.6}@media (min-width: 768px){.footer-bottom-content{flex-direction:row;justify-content:space-between}}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a:hover{opacity:1}.product-card{position:relative;display:flex;flex-direction:column;background-color:#fff;border-radius:.75rem;overflow:hidden;transition:all .2s ease;border:1px solid #f3f4f6}.product-card:hover{box-shadow:0 10px 25px -5px #0000001a;transform:translateY(-2px)}.product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background-color:#f9fafb}.product-card__image-link{display:block;width:100%;height:100%}.product-card__image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease,transform .3s ease}.product-card__image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card:hover .product-card__image--primary{opacity:0}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}.product-card__badges{position:absolute;top:.75rem;left:.75rem;display:flex;flex-direction:column;gap:.375rem;z-index:2}.product-card__badge{padding:.25rem .5rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.25rem}.product-card__badge--bestseller{background-color:#0ea5e9;color:#fff}.product-card__badge--new{background-color:#22c55e;color:#fff}.product-card__badge--sale{background-color:#ef4444;color:#fff}.product-card__badge--soldout{background-color:#6b7280;color:#fff}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:9999px;box-shadow:0 2px 8px #0000001a;transition:all .2s ease;z-index:2}.product-card__wishlist:hover,.product-card__wishlist.active{background-color:#ef4444;color:#fff}.product-card__wishlist.active svg{fill:currentColor}.product-card__wishlist svg{width:1rem;height:1rem}.product-card__quick-add{position:absolute;bottom:.75rem;right:.75rem;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary);color:#fff;border-radius:9999px;opacity:0;transform:translateY(.5rem);transition:all .2s ease;z-index:2}.product-card__quick-add:hover{background-color:#0ea5e9}.product-card__info{padding:1rem;display:flex;flex-direction:column;gap:.375rem}.product-card__title{font-family:var(--font-body);font-size:.875rem;font-weight:500;line-height:1.4;color:var(--color-text)}.product-card__type{display:block;font-size:.75rem;color:#6b7280;font-weight:400}.product-card__title a:hover{color:#0ea5e9}.product-card__vendor{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.product-card__gender{padding:.125rem .375rem;font-size:.5625rem;font-weight:600;text-transform:uppercase;border-radius:.25rem}.product-card__gender--men{background-color:#dbeafe;color:#1d4ed8}.product-card__gender--women{background-color:#fce7f3;color:#be185d}.product-card__gender--unisex{background-color:#f3e8ff;color:#7e22ce}.product-card__price{display:flex;flex-wrap:wrap;align-items:baseline;gap:.375rem;margin-top:.25rem}.product-card__price-current{font-size:1rem;font-weight:700;color:var(--color-text)}.product-card__price-current--sale{color:#ef4444}.product-card__discount-badge{display:inline-block;padding:.125rem .375rem;font-size:.625rem;font-weight:700;background-color:#fef2f2;color:#ef4444;border-radius:.25rem;margin-top:.25rem}.hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}.hero__background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1}.hero__background img{width:100%;height:100%;object-fit:cover}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#0009,#0000004d)}.hero__content{position:relative;z-index:1;color:#fff;max-width:36rem}.hero__subtitle{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-secondary);margin-bottom:1rem}.hero__title{font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}@media (min-width: 768px){.hero__title{font-size:4rem}}.hero__description{font-size:1.125rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem}.collection-header{padding:3rem 0;background-color:var(--color-primary);color:#fff;text-align:center}.collection-header h1{font-size:2.5rem;margin-bottom:.5rem}.collection-header p{opacity:.8}.products-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem 0;border-bottom:1px solid var(--color-border)}.products-count{font-size:.875rem;color:#666}.products-sort{display:flex;align-items:center;gap:.5rem}.products-sort label{font-size:.875rem;color:#666}.products-sort select{padding:.5rem 2rem .5rem .75rem;border:1px solid var(--color-border);border-radius:var(--border-radius);background-color:#fff;font-size:.875rem;cursor:pointer}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:2rem 0}@media (min-width: 640px){.products-grid{gap:1.5rem}}@media (min-width: 768px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.products-grid{grid-template-columns:repeat(4,1fr)}}.product-page{padding:2rem 0 4rem}.product-gallery{display:grid;gap:1rem}.product-gallery__main{aspect-ratio:1;overflow:hidden;border-radius:var(--border-radius);background-color:#f5f5f5}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto}.product-gallery__thumb{flex-shrink:0;width:5rem;height:5rem;border-radius:var(--border-radius);overflow:hidden;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease}.product-gallery__thumb:hover,.product-gallery__thumb.active{border-color:var(--color-primary)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;gap:1.5rem}.product-info__vendor{font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;color:#666}.product-info__title{font-size:2rem;line-height:1.2}.product-info__price{display:flex;align-items:center;gap:.75rem}.product-info__price-current{font-size:1.5rem;font-weight:600}.product-info__price-compare{font-size:1.125rem;color:#999;text-decoration:line-through}.product-info__price-sale{color:var(--color-accent)}.product-info__description{color:#666;line-height:1.7}.product-options{display:flex;flex-direction:column;gap:1.5rem}.product-option{display:flex;flex-direction:column;gap:.75rem}.product-option__label{font-size:.875rem;font-weight:500}.product-option__values{display:flex;flex-wrap:wrap;gap:.5rem}.product-option__value{padding:.75rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:.875rem;cursor:pointer;transition:all .2s ease}.product-option__value:hover{border-color:var(--color-primary)}.product-option__value.selected{background-color:var(--color-primary);border-color:var(--color-primary);color:#fff}.product-quantity{display:flex;align-items:center;gap:.5rem}.product-quantity__btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:1.25rem;transition:all .2s ease}.product-quantity__btn:hover{background-color:#f5f5f5}.product-quantity__input{width:4rem;height:2.5rem;text-align:center;border:1px solid var(--color-border);border-radius:var(--border-radius);font-size:1rem}.product-add-to-cart{display:flex;gap:1rem}.product-add-to-cart .btn{flex:1}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:28rem;background-color:#fff;box-shadow:-10px 0 30px #0000001a;z-index:100;transform:translate(100%);transition:transform .3s ease}.cart-drawer.open{transform:translate(0)}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;z-index:99;opacity:0;visibility:hidden;transition:all .3s ease}.cart-drawer__overlay.open{opacity:1;visibility:visible}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border)}.cart-drawer__title{font-size:1.25rem;font-weight:600}.cart-drawer__close{padding:.5rem;border-radius:var(--border-radius)}.cart-drawer__close:hover{background-color:#f5f5f5}.cart-drawer__items{flex:1;overflow-y:auto;padding:1.5rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-border)}.cart-item__image{width:5rem;height:5rem;border-radius:var(--border-radius);overflow:hidden;background-color:#f5f5f5}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item__title{font-weight:500}.cart-item__variant{font-size:.875rem;color:#666}.cart-item__price{font-weight:600}.cart-item__quantity{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-drawer__footer{padding:1.5rem;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:1.125rem}.cart-drawer__subtotal-amount{font-weight:600}.cart-drawer__checkout{width:100%}.account-page{padding:3rem 0}.account-header{margin-bottom:2rem}.account-header h1{font-size:2rem}.account-grid{display:grid;gap:2rem}@media (min-width: 768px){.account-grid{grid-template-columns:250px 1fr}}.account-sidebar{display:flex;flex-direction:column;gap:.5rem}.account-sidebar a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:var(--border-radius);font-weight:500;transition:background-color .2s ease}.account-sidebar a:hover,.account-sidebar a.active{background-color:#f5f5f5}.account-sidebar svg{width:1.25rem;height:1.25rem}.auth-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 1rem}.auth-form{width:100%;max-width:28rem;padding:2rem;background-color:#fff;border-radius:var(--border-radius);box-shadow:0 4px 6px -1px #0000001a}.auth-form h1{text-align:center;margin-bottom:2rem}.auth-form .form-group{margin-bottom:1.5rem}.auth-form .btn{width:100%;margin-top:.5rem}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;color:#666;font-size:.875rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background-color:var(--color-border)}.auth-switch{text-align:center;margin-top:1.5rem;font-size:.875rem}.auth-switch a{color:var(--color-primary);font-weight:600}.auth-switch a:hover{text-decoration:underline}.page-header{background-color:var(--color-primary);color:#fff;padding:4rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.page-header p{opacity:.8;font-size:1.125rem}.page-content{padding:4rem 0}.page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem}.page-content h2:first-child{margin-top:0}.page-content p{margin-bottom:1rem;line-height:1.7;color:#444}.page-content ul,.page-content ol{margin-bottom:1rem;padding-left:1.5rem}.page-content li{margin-bottom:.5rem;line-height:1.7;color:#444}.page-content ul li{list-style-type:disc}.page-content ol li{list-style-type:decimal}.contact-grid{display:grid;gap:3rem}@media (min-width: 1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-info__item{display:flex;gap:1rem}.contact-info__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background-color:rgba(var(--color-primary-rgb),.1);border-radius:var(--border-radius);flex-shrink:0}.contact-info__icon svg{width:1.5rem;height:1.5rem;color:var(--color-primary)}.contact-info__content h3{font-family:var(--font-body);font-size:1rem;font-weight:600;margin-bottom:.25rem}.contact-info__content p,.contact-info__content a{color:#666}.contact-info__content a:hover{color:var(--color-primary)}.contact-form{padding:2rem;background-color:#fff;border:1px solid var(--color-border);border-radius:var(--border-radius)}.contact-form h2,.contact-form .form-group{margin-bottom:1.5rem}.faq-list{display:flex;flex-direction:column;gap:1rem;max-width:48rem;margin:0 auto}.faq-item{border:1px solid var(--color-border);border-radius:var(--border-radius);overflow:hidden}.faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;text-align:left;font-weight:500;background-color:#fff;transition:background-color .2s ease}.faq-question:hover{background-color:#f9f9f9}.faq-question svg{width:1.25rem;height:1.25rem;transition:transform .2s ease}.faq-item.open .faq-question svg{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.5rem 1.25rem;color:#666;line-height:1.7}.faq-item.open .faq-answer{display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .5s ease forwards}.animate-slide-up{animation:slideUp .6s ease forwards}.animate-slide-down{animation:slideDown .3s ease forwards}@media (max-width: 767px){.hide-mobile{display:none!important}}@media (min-width: 768px){.hide-desktop{display:none!important}}.product-card{position:relative;background:#fff;border-radius:8px;overflow:hidden;transition:box-shadow .3s ease}.product-card:hover{box-shadow:0 8px 30px #0000001f}.product-card__image-wrapper{position:relative;padding-bottom:100%;background:#f9f9f9;overflow:hidden}.product-card__image-link{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;padding:1rem;transition:opacity .3s ease,transform .3s ease}.product-card__image--secondary,.product-card:hover .product-card__image--primary{opacity:0}.product-card:hover .product-card__image--secondary{opacity:1}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ddd}.product-card__badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:2}.product-card__badge{display:inline-block;padding:4px 8px;font-size:.625rem;font-weight:700;text-transform:uppercase;border-radius:3px;letter-spacing:.02em}.product-card__badge--bestseller{background:#dc2626;color:#fff}.product-card__badge--new{background:#16a34a;color:#fff}.product-card__badge--soldout{background:#6b7280;color:#fff}.product-card__wishlist{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:50%;background:#fff;border:1px solid #eee;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2;opacity:0}.product-card:hover .product-card__wishlist{opacity:1}.product-card__wishlist:hover{border-color:#dc2626}.product-card__wishlist.active .wishlist-icon{fill:#dc2626;stroke:#dc2626}.product-card__quick-add{position:absolute;bottom:10px;right:10px;width:40px;height:40px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:2;opacity:0;transform:translateY(10px)}.product-card:hover .product-card__quick-add{opacity:1;transform:translateY(0)}.product-card__quick-add:hover{background:var(--color-accent);transform:scale(1.1)}.product-card__info{padding:1rem}.product-card__title{font-size:.875rem;font-weight:600;margin-bottom:.25rem;line-height:1.3}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--color-accent)}.product-card__title-main{display:block}.product-card__type{display:block;font-weight:400;font-size:.75rem;color:#6b7280}.product-card__vendor{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.product-card__gender{display:inline-block;padding:2px 6px;font-size:.625rem;font-weight:600;border-radius:3px;text-transform:uppercase}.product-card__gender--men,.product-card__gender--male{background:#dbeafe;color:#1d4ed8}.product-card__gender--women,.product-card__gender--female{background:#fce7f3;color:#be185d}.product-card__gender--unisex{background:#f3e8ff;color:#7c3aed}.product-card__price{display:flex;align-items:baseline;gap:.25rem;flex-wrap:wrap}.product-card__price-label{font-size:.75rem;color:#6b7280}.product-card__price-current{font-size:1rem;font-weight:700;color:var(--color-primary)}.product-card__price-current--sale{color:#dc2626}.product-card__price-compare{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.product-card__discount-badge{display:inline-block;margin-top:.5rem;padding:4px 8px;background:#fef3c7;color:#d97706;font-size:.6875rem;font-weight:700;border-radius:3px}@media (max-width: 767px){.product-card__wishlist{opacity:1}.product-card__info{padding:.75rem}.product-card__title{font-size:.8125rem}}.mp-product-page{padding:40px 0;font-family:Inter,sans-serif;color:#111}.mp-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px}.mp-product-main-image-container{margin-bottom:20px;text-align:center}.mp-product-main-image-container img{max-width:100%;height:auto;max-height:600px}.mp-product-title{font-family:Playfair Display,serif;font-size:32px;font-weight:700;margin:0 0 10px;line-height:1.2}.mp-product-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;font-size:14px;margin-bottom:20px}.mp-product-vendor{text-decoration:underline;font-weight:500}.mp-product-gender{color:#6b7280}.mp-product-rating{color:#111;font-weight:600}.mp-review-count{font-weight:400;color:#6b7280}.mp-product-sku{color:#6b7280;margin-left:auto}.mp-trust-list{margin-bottom:24px}.mp-trust-item{display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:14px;color:#333}.mp-trust-item svg{color:#111}.mp-price-container{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.mp-price-label{font-weight:700;font-size:16px}.mp-current-price-wrapper{display:flex;align-items:baseline;gap:10px}.mp-compare-price{text-decoration:line-through;color:#9ca3af;font-size:16px}.mp-current-price{color:#ef4444;font-weight:700;font-size:24px}.mp-size-label{font-size:14px;margin-bottom:16px;display:flex;justify-content:space-between}.mp-size-details-link{text-decoration:underline;color:#111}.mp-variant-selector{display:flex;gap:10px;margin-bottom:24px;overflow-x:auto;padding-bottom:5px}.mp-variant-option{border:1px solid #e5e7eb;padding:15px;text-align:center;cursor:pointer;min-width:100px;position:relative;transition:all .2s;background:#fff}.mp-variant-option:hover{border-color:#111}.mp-variant-option.selected{border:2px solid #111;background:#fff}.mp-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);font-size:10px;font-weight:700;padding:2px 6px;white-space:nowrap}.mp-badge-best-seller{background:#fbbf24;color:#111}.mp-badge-best-value{background:#4ade80;color:#111}.mp-variant-name{display:block;font-size:13px;margin-bottom:4px;color:#374151}.mp-variant-compare{display:block;text-decoration:line-through;color:#9ca3af;font-size:12px}.mp-variant-price{display:block;font-weight:700;font-size:15px;color:#111}.mp-add-to-cart-btn{width:100%;background:#000;color:#fff;border:none;padding:16px;font-weight:700;font-size:14px;letter-spacing:1px;cursor:pointer;transition:background .2s;margin-bottom:30px}.mp-add-to-cart-btn:hover{background:#333}.mp-add-to-cart-btn:disabled{background:#9ca3af;cursor:not-allowed}.mp-guarantee-box{background:#f9fafb;padding:20px;margin-bottom:30px;font-size:13px;line-height:1.6;color:#4b5563}.mp-guarantee-box h4{font-weight:700;color:#111;margin:0 0 10px;font-size:14px}.mp-guarantee-box a{color:#111;text-decoration:underline}.mp-accordion{border-top:1px solid #e5e7eb}.mp-accordion details{border-bottom:1px solid #e5e7eb}.mp-accordion summary{padding:16px 0;font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.mp-accordion summary::-webkit-details-marker{display:none}.mp-accordion-content{padding-bottom:16px;font-size:14px;color:#4b5563;line-height:1.6}.mp-help-link{margin-top:20px;text-align:right}.mp-help-link a{color:#111;text-decoration:underline;font-size:14px}.mp-related-products{padding:60px 0;border-top:1px solid #e5e7eb;margin-top:60px}.mp-section-title{font-family:Playfair Display,serif;font-size:28px;font-weight:700;margin-bottom:30px}.mp-product-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}.mp-product-card{text-align:left}.mp-card-image{position:relative;margin-bottom:15px}.mp-card-image img{width:100%;height:auto;display:block}.mp-wishlist-btn{position:absolute;top:10px;right:10px;background:none;border:none;cursor:pointer;color:#6b7280}.mp-card-title{font-size:14px;font-weight:700;margin:0 0 4px;line-height:1.4}.mp-card-title a{color:#111;text-decoration:none}.mp-card-concentration{font-weight:400;color:#6b7280;font-size:12px}.mp-card-vendor{font-size:12px;color:#4b5563;margin:0 0 8px}.mp-card-gender{color:#3b82f6;text-transform:uppercase;font-size:10px;margin-left:5px}.mp-card-price{font-size:14px}.mp-price-bold{font-weight:700;color:#111}.mp-price-list{text-decoration:line-through;color:#9ca3af;font-size:12px;margin-left:5px}@media (max-width: 768px){.mp-product-grid{grid-template-columns:1fr;gap:30px}.mp-product-grid-4{grid-template-columns:repeat(2,1fr);gap:15px}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/base.css.map */
