*{margin:0;padding:0;box-sizing:border-box}:root{--navy:#1a2744;--navy-light:#2d3a52;--cream:#fafaf9;--white:#ffffff;--gold:#c9a962}body{font-family:var(--font-montserrat),sans-serif;color:var(--navy);line-height:1.6}.font-serif{font-family:var(--font-cormorant-garamond),Georgia,serif}.announcement-bar{background:var(--navy);color:white;padding:10px 20px;text-align:center;font-size:12px;letter-spacing:.5px}.announcement-bar span{opacity:.9}.announcement-bar .highlight{font-weight:600;opacity:1}.announcement-bar .divider{margin:0 15px;opacity:.4}.navbar{position:-webkit-sticky;position:sticky;top:0;background:white;z-index:100;box-shadow:0 1px 0 rgba(0,0,0,.05)}.nav-container{max-width:1200px;margin:0 auto;padding:18px 24px;justify-content:space-between}.logo,.nav-container{display:flex;align-items:center}.logo{gap:12px;text-decoration:none;color:var(--navy)}.logo-icon{width:42px;height:42px;border:2px solid var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-style:italic;font-weight:600}.logo-icon,.logo-text{font-family:Cormorant Garamond,serif}.logo-text{font-size:22px;letter-spacing:1px}.logo-text span:first-child{font-weight:600}.logo-text span:last-child{font-weight:300}.nav-links{display:flex;gap:35px;list-style:none}.nav-links a{text-decoration:none;color:var(--navy);font-size:13px;letter-spacing:.5px;position:relative;transition:opacity .3s}.nav-links a:hover{opacity:.7}.nav-links a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--navy);transition:width .3s}.nav-links a:hover:after{width:100%}.nav-icons{display:flex;gap:20px;align-items:center}.nav-icons button{background:none;border:none;cursor:pointer;color:var(--navy);transition:opacity .3s}.nav-icons button:hover{opacity:.7}.cart-btn{position:relative}.cart-count{position:absolute;top:-8px;right:-8px;background:var(--navy);color:white;font-size:10px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hero-slider{position:relative;width:100%;aspect-ratio:16/8;overflow:hidden;background:#f5f5f4}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .8s ease;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:auto}.hero-slide-img{width:100%;height:100%;object-fit:cover;display:block}.hero-slider-dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.hero-dot{width:10px;height:10px;border-radius:50%;border:2px solid #fff;background:transparent;cursor:pointer;padding:0;transition:background .3s;box-shadow:0 1px 3px rgba(0,0,0,.3)}.hero-dot.active{background:#fff}@media (max-width:767px){.hero-slider{aspect-ratio:9/15;max-height:80vh}}.btn{padding:16px 32px;font-size:12px;letter-spacing:1.5px;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.btn-primary{background:var(--navy);color:white;border:none}.btn-primary:hover{background:var(--navy-light);transform:translateY(-2px)}.btn-outline{background:transparent;color:white;border:1px solid white}.btn-outline:hover{background:white;color:var(--navy)}.btn-outline-dark{background:transparent;color:var(--navy);border:1px solid var(--navy)}.btn-outline-dark:hover{background:var(--navy);color:white}.section{padding:100px 24px}.section-cream{background:var(--cream)}.section-navy{background:var(--navy)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:60px}.section-subtitle{font-size:11px;letter-spacing:4px;color:rgba(26,39,68,.5);margin-bottom:12px}.section-title{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:400;color:var(--navy)}.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px}.step{text-align:center}.step-icon{width:80px;height:80px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;font-size:32px;box-shadow:0 8px 30px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}.step:hover .step-icon{transform:translateY(-4px);box-shadow:0 12px 40px rgba(0,0,0,.12)}.step-number{font-size:11px;letter-spacing:2px;color:rgba(26,39,68,.35);margin-bottom:8px}.step-title{font-family:Cormorant Garamond,serif;font-size:22px;margin-bottom:8px;color:var(--navy)}.step-desc{font-size:13px;color:rgba(26,39,68,.6);line-height:1.7}.brands-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.brand-card{background:var(--cream);border-radius:12px;padding:40px 20px;text-align:center;cursor:pointer;transition:all .3s}.brand-card:hover{transform:translateY(-6px);box-shadow:0 16px 50px rgba(26,39,68,.12)}.brand-logo{width:64px;height:64px;background:var(--navy);border-radius:50%;margin:0 auto 16px;font-family:Cormorant Garamond,serif;color:white;font-size:20px;font-weight:600}.brand-logo,.brand-logo-container{display:flex;align-items:center;justify-content:center}.brand-logo-container{width:100%;height:80px;margin-bottom:16px}.brand-logo-container img{max-width:100%;max-height:100%;object-fit:contain}.brand-name{font-size:13px;letter-spacing:.5px;color:var(--navy)}.section-cta{text-align:center;margin-top:50px}.products-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:50px}.products-badge{background:var(--navy);color:white;padding:10px 20px;font-size:11px;letter-spacing:.5px;border-radius:30px}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.product-card{cursor:pointer}.product-image-wrapper{position:relative;overflow:hidden;border-radius:8px;background:#f5f5f4;margin-bottom:16px;aspect-ratio:2/3}.product-image{width:100%;height:100%;object-fit:cover;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.05)}.product-badge{position:absolute;top:16px;left:16px;padding:6px 14px;font-size:10px;letter-spacing:1px;color:white}.product-badge.hot{background:#dc2626}.product-badge.new{background:var(--navy)}.product-overlay{position:absolute;bottom:0;left:0;right:0;padding:16px;opacity:0;transform:translateY(10px);transition:all .3s}.product-card:hover .product-overlay{opacity:1;transform:translateY(0)}.product-overlay .btn{width:100%;background:rgba(255,255,255,.95);color:var(--navy);border:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.product-overlay .btn:hover{background:var(--navy);color:white}.product-brand{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#8b7355;margin-bottom:8px}.product-brand,.product-name{font-weight:500;text-decoration:none}.product-name{font-family:Cormorant Garamond,serif;font-size:18px;color:var(--navy);margin-bottom:10px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:10px}.product-price .current{font-size:16px;font-weight:600;color:var(--navy);letter-spacing:.5px}.product-price .original{font-size:13px;color:rgba(26,39,68,.4);text-decoration:line-through}.product-card,.product-card .product-brand,.product-card .product-name,.product-card .product-price,.product-card:focus,.product-card:hover,.product-card:visited{text-decoration:none}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.category-card{position:relative;height:380px;border-radius:12px;overflow:hidden;cursor:pointer}.category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.category-card:hover img{transform:scale(1.05)}.category-overlay{position:absolute;inset:0;background:rgba(26,39,68,.35);transition:background .3s;display:flex;align-items:center;justify-content:center}.category-card:hover .category-overlay{background:rgba(26,39,68,.5)}.category-name{font-family:Cormorant Garamond,serif;font-size:32px;color:white;transition:transform .3s}.category-card:hover .category-name{transform:translateY(-6px)}.trust-section{padding:50px 24px;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:40px;gap:40px;max-width:1200px;margin:0 auto}.trust-item{text-align:center}.trust-icon{font-size:28px;margin-bottom:12px}.trust-title{font-size:13px;font-weight:500;color:var(--navy);margin-bottom:4px}.trust-desc{font-size:12px;color:rgba(26,39,68,.5)}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px}.review-card{background:var(--cream);border-radius:12px;padding:36px}.review-stars{color:#f59e0b;font-size:16px;margin-bottom:20px;letter-spacing:2px}.review-text{font-family:Cormorant Garamond,serif;font-size:20px;line-height:1.6;color:var(--navy);margin-bottom:24px}.review-author{font-size:13px;font-weight:500;color:var(--navy)}.review-location{font-size:12px;color:rgba(26,39,68,.5)}.newsletter-content{max-width:500px;margin:0 auto;text-align:center}.newsletter-title{font-family:Cormorant Garamond,serif;font-size:42px;color:white;margin-bottom:16px}.newsletter-desc{color:rgba(255,255,255,.7);margin-bottom:36px;font-size:14px}.newsletter-form{display:flex;gap:12px;margin-bottom:24px}.newsletter-form input{flex:1 1;padding:16px 20px;border:none;font-family:Montserrat,sans-serif;font-size:13px}.newsletter-form input:focus{outline:none}.newsletter-form button{padding:16px 28px;background:white;color:var(--navy);border:none;font-family:Montserrat,sans-serif;font-size:12px;letter-spacing:1px;cursor:pointer;transition:opacity .3s}.newsletter-form button:hover{opacity:.9}.newsletter-whatsapp{color:rgba(255,255,255,.5);font-size:12px;margin-bottom:12px}.whatsapp-btn-inline{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border:1px solid rgba(255,255,255,.3);color:white;text-decoration:none;font-size:12px;transition:background .3s}.whatsapp-btn-inline:hover{background:rgba(255,255,255,.1)}.footer{background:#0f1623;color:white;padding:80px 24px 40px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;grid-gap:60px;gap:60px;max-width:1200px;margin:0 auto 60px}.footer-brand .logo{margin-bottom:20px}.footer-brand .logo-icon{border-color:rgba(255,255,255,.3)}.footer-desc{font-size:13px;color:rgba(255,255,255,.6);line-height:1.8}.footer-title{font-size:12px;letter-spacing:1px;margin-bottom:24px}.footer-links{list-style:none}.footer-links li{margin-bottom:14px}.footer-links a{color:rgba(255,255,255,.6);text-decoration:none;font-size:13px;transition:color .3s}.footer-links a:hover{color:white}.footer-contact p{color:rgba(255,255,255,.6);font-size:13px;margin-bottom:10px}.footer-social{display:flex;gap:16px;margin-top:24px}.footer-social a{color:rgba(255,255,255,.6);transition:color .3s}.footer-social a:hover{color:white}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:40px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-copyright{font-size:12px;color:rgba(255,255,255,.4)}.footer-legal{display:flex;gap:24px}.footer-legal a{font-size:12px;color:rgba(255,255,255,.4);text-decoration:none;transition:color .3s}.footer-legal a:hover{color:white}.footer-payments{display:flex;align-items:center;gap:12px}.footer-payments span{font-size:12px;color:rgba(255,255,255,.4)}.payment-badge{padding:6px 12px;background:rgba(255,255,255,.1);border-radius:4px;font-size:11px;color:rgba(255,255,255,.7)}.whatsapp-float{position:fixed;bottom:24px;right:24px;width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgba(37,211,102,.4);z-index:1000;transition:transform .3s,box-shadow .3s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 6px 32px rgba(37,211,102,.5)}.whatsapp-float svg{width:32px;height:32px;fill:white}.breadcrumb{max-width:1200px;margin:0 auto;padding:20px 24px}.breadcrumb ul{display:flex;align-items:center;gap:10px;list-style:none;font-size:12px}.breadcrumb a{color:rgba(26,39,68,.5);text-decoration:none;transition:color .3s}.breadcrumb a:hover{color:var(--navy)}.breadcrumb span{color:rgba(26,39,68,.3)}.breadcrumb li:last-child{color:var(--navy)}.product-section{max-width:1200px;margin:0 auto;padding:20px 24px 80px;display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px}.product-gallery{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.main-image{position:relative;background:var(--cream);border-radius:12px;overflow:hidden;margin-bottom:16px;aspect-ratio:2/3}.main-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.main-image:hover img{transform:scale(1.03)}.image-badge{top:20px;left:20px;background:#dc2626;color:white;padding:8px 16px;letter-spacing:1px}.image-badge,.zoom-hint{position:absolute;font-size:11px}.zoom-hint{bottom:20px;right:20px;background:white;padding:10px 16px;color:var(--navy);border-radius:4px;display:flex;align-items:center;gap:6px;opacity:.9}.thumbnail-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.thumbnail{background:var(--cream);border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent;transition:all .3s}.thumbnail.active,.thumbnail:hover{border-color:var(--navy)}.thumbnail img{width:100%;height:100px;object-fit:cover}.product-info{padding-top:10px}.product-brand-badge{display:inline-flex;align-items:center;gap:8px;background:var(--cream);padding:8px 16px;border-radius:30px;font-size:12px;letter-spacing:1px;color:var(--navy);margin-bottom:20px;cursor:pointer;transition:background .3s;border:none}.product-brand-badge:hover{background:#f0f0ef}.product-brand-badge .brand-logo-small{width:24px;height:24px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;color:white;font-size:11px;font-weight:600}.product-title-main{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:400;color:var(--navy);margin-bottom:16px;line-height:1.2}.product-price-main{display:flex;align-items:baseline;gap:16px;margin-bottom:24px}.current-price{font-size:28px;font-weight:600;color:var(--navy)}.original-price{font-size:18px;color:rgba(26,39,68,.4);text-decoration:line-through}.discount-badge{background:#fef2f2;color:#dc2626;padding:6px 12px;font-size:12px;font-weight:500;border-radius:4px}.product-desc{color:rgba(26,39,68,.7);font-size:14px;line-height:1.8;margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid rgba(0,0,0,.08)}.option-group{margin-bottom:28px}.option-label{font-size:13px;font-weight:500;color:var(--navy);margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.option-label a{font-weight:400;color:rgba(26,39,68,.5);text-decoration:underline;font-size:12px}.size-options{display:flex;gap:10px;flex-wrap:wrap}.size-btn{min-width:60px;padding:14px 20px;border:1px solid rgba(26,39,68,.2);background:white;font-family:Montserrat,sans-serif;font-size:13px;color:var(--navy);cursor:pointer;transition:all .3s;border-radius:4px}.size-btn.active,.size-btn:hover{border-color:var(--navy)}.size-btn.active{background:var(--navy);color:white}.size-btn.disabled{opacity:.4;cursor:not-allowed}.color-options{display:flex;gap:12px}.color-btn{width:44px;height:44px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:all .3s;padding:3px;background:transparent}.color-btn.active,.color-btn:hover{border-color:var(--navy)}.color-btn span{display:block;width:100%;height:100%;border-radius:50%}.quantity-selector{display:flex;align-items:center;gap:0;border:1px solid rgba(26,39,68,.2);border-radius:4px;width:-moz-fit-content;width:fit-content}.qty-btn{width:48px;height:48px;border:none;background:transparent;font-size:18px;color:var(--navy);cursor:pointer;transition:background .3s}.qty-btn:hover{background:var(--cream)}.qty-input{width:60px;height:48px;border:1px solid rgba(26,39,68,.2);border-top:none;border-bottom:none;text-align:center;font-family:Montserrat,sans-serif;font-size:14px;color:var(--navy)}.qty-input:focus{outline:none}.action-buttons{display:flex;gap:12px;margin-top:32px;margin-bottom:24px}.btn-lg{padding:18px 32px;font-size:13px;letter-spacing:1px;font-family:Montserrat,sans-serif;cursor:pointer;transition:all .3s;text-decoration:none;border:none;display:flex;align-items:center;justify-content:center;gap:10px}.btn-lg.btn-primary{flex:1 1;background:var(--navy);color:white}.btn-lg.btn-primary:hover{background:var(--navy-light)}.btn-wishlist{width:56px;height:56px;padding:0;border:1px solid rgba(26,39,68,.2);background:white;color:var(--navy);cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.btn-wishlist:hover{border-color:var(--navy);background:var(--cream)}.delivery-info{border-top:1px solid rgba(0,0,0,.08);padding-top:28px}.delivery-item{display:flex;gap:16px;margin-bottom:20px}.delivery-icon{width:44px;height:44px;background:var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.delivery-text h5{font-size:13px;font-weight:500;color:var(--navy);margin-bottom:4px}.delivery-text p{font-size:12px;color:rgba(26,39,68,.6)}.product-details{margin-top:40px;border-top:1px solid rgba(0,0,0,.08)}.accordion-item{border-bottom:1px solid rgba(0,0,0,.08)}.accordion-header{width:100%;padding:20px 0;background:none;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:var(--navy)}.accordion-header:hover{opacity:.7}.accordion-icon{font-size:20px;transition:transform .3s}.accordion-item.open .accordion-icon{transform:rotate(45deg)}.accordion-content{display:none;padding-bottom:20px;font-size:13px;color:rgba(26,39,68,.7);line-height:1.8}.accordion-item.open .accordion-content{display:block}.accordion-content ul{margin-left:20px;margin-top:10px}.accordion-content li{margin-bottom:8px}.related-section{max-width:1200px;margin:0 auto;padding:80px 24px;border-top:1px solid rgba(0,0,0,.06)}.related-products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.related-product-card{cursor:pointer}.related-product-card .product-image-wrapper{position:relative;overflow:hidden;border-radius:8px;background:#f5f5f4;margin-bottom:16px}.related-product-card .product-image{width:100%;aspect-ratio:2/3;object-fit:cover;transition:transform .5s}.related-product-card:hover .product-image{transform:scale(1.05)}.related-product-card .product-brand-name{font-size:11px;letter-spacing:1px;color:rgba(26,39,68,.5);margin-bottom:6px}.related-product-card .product-name{font-family:Cormorant Garamond,serif;font-size:18px;color:var(--navy);margin-bottom:8px}.related-product-card .product-price-row{display:flex;align-items:center;gap:10px}.related-product-card .current{font-weight:500;color:var(--navy)}.related-product-card .original{font-size:13px;color:rgba(26,39,68,.4);text-decoration:line-through}.mobile-menu{display:none;padding:20px 24px;border-top:1px solid rgba(0,0,0,.05)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:12px 0;color:var(--navy);text-decoration:none;font-size:14px;border-bottom:1px solid rgba(0,0,0,.05)}@media (max-width:1024px){.nav-links{display:none}.mobile-menu-btn{display:block}.brands-grid,.categories-grid,.footer-grid,.products-grid,.reviews-grid,.steps-grid,.trust-grid{grid-template-columns:repeat(2,1fr)}.product-section{grid-template-columns:1fr;gap:40px}.product-gallery{position:static}.related-products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.announcement-bar .divider,.announcement-bar .highlight{display:none}.hero{height:70vh}.hero-title{font-size:42px}.hero-buttons{flex-direction:column}.section{padding:60px 20px}.section-title{font-size:32px}.brands-grid,.categories-grid,.products-grid,.reviews-grid,.steps-grid,.trust-grid{grid-template-columns:1fr}.products-header{align-items:flex-start;gap:16px}.newsletter-form,.products-header{flex-direction:column}.footer-grid{grid-template-columns:1fr;gap:40px}.footer-bottom{flex-direction:column;text-align:center}.main-image img{height:450px}.thumbnail-grid{grid-template-columns:repeat(4,1fr)}.thumbnail img{height:70px}.product-title-main{font-size:28px}.current-price{font-size:24px}.action-buttons{flex-direction:column}.btn-wishlist{width:100%;height:auto;padding:16px}.related-products-grid{grid-template-columns:1fr}}.cart-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;animation:fadeIn .3s ease}.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:100%;max-width:420px;background:white;z-index:201;display:flex;flex-direction:column;animation:slideIn .3s ease;box-shadow:-10px 0 40px rgba(0,0,0,.1)}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.cart-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(0,0,0,.08)}.cart-drawer-header h2{font-size:24px;color:var(--navy)}.cart-close-btn{background:none;border:none;cursor:pointer;color:var(--navy);padding:8px;transition:opacity .3s}.cart-close-btn:hover{opacity:.6}.cart-empty{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;color:rgba(26,39,68,.5)}.cart-empty svg{margin-bottom:20px}.cart-empty p{margin-bottom:24px;font-size:16px}.cart-items{flex:1 1;overflow-y:auto;padding:0}.cart-item{display:flex;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.06)}.cart-item-image{width:100px;height:130px;border-radius:8px;overflow:hidden;flex-shrink:0}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1 1;display:flex;flex-direction:column}.cart-item-name{font-size:16px;color:var(--navy);margin-bottom:4px}.cart-item-variant{font-size:12px;color:rgba(26,39,68,.5);margin-bottom:4px}.cart-item-price{font-weight:500;color:var(--navy);margin-top:8px}.cart-item-actions{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:12px}.quantity-controls{display:flex;align-items:center;gap:12px;border:1px solid rgba(0,0,0,.15);border-radius:4px}.quantity-controls button{width:32px;height:32px;border:none;background:none;cursor:pointer;font-size:16px;color:var(--navy);transition:background .2s}.quantity-controls button:hover:not(:disabled){background:rgba(0,0,0,.05)}.quantity-controls button:disabled{opacity:.3;cursor:not-allowed}.quantity-controls span{font-size:14px;min-width:20px;text-align:center}.cart-item-remove{background:none;border:none;color:rgba(26,39,68,.5);font-size:12px;cursor:pointer;text-decoration:underline;transition:color .2s}.cart-item-remove:hover{color:#dc2626}.cart-footer{padding:24px;border-top:1px solid rgba(0,0,0,.08);background:var(--cream)}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cart-subtotal span:first-child{font-size:14px;color:rgba(26,39,68,.7)}.cart-subtotal-amount{font-size:20px;font-weight:600;color:var(--navy)}.cart-shipping-note{font-size:12px;color:rgba(26,39,68,.5);margin-bottom:20px}.cart-checkout-btn{margin-bottom:12px}.cart-checkout-btn,.cart-continue-btn{width:100%;text-align:center}.skeleton{position:relative;overflow:hidden;background:#f0f0f0;border-radius:8px}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,#e0e0e0,transparent);animation:shimmer 1.5s infinite;will-change:transform}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.checkout-section{padding:60px 24px;min-height:70vh}.checkout-title{font-size:42px;text-align:center;margin-bottom:50px;color:var(--navy)}.checkout-grid{display:grid;grid-template-columns:1fr 400px;grid-gap:60px;gap:60px;max-width:1100px;margin:0 auto}.checkout-section-title{font-size:18px;font-weight:600;color:var(--navy);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.checkout-form{background:white;padding:36px;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.form-group{margin-bottom:20px}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.form-group label{display:block;font-size:13px;font-weight:500;color:var(--navy);margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,39,68,.1)}.checkout-submit-btn{width:100%;margin-top:16px;padding:18px}.checkout-submit-btn:disabled{opacity:.7;cursor:not-allowed}.checkout-summary{background:var(--cream);padding:36px;border-radius:12px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:100px}.checkout-items{margin-bottom:24px}.checkout-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06)}.checkout-item-image{position:relative;width:60px;height:75px;border-radius:8px;overflow:hidden;flex-shrink:0}.checkout-item-image img{width:100%;height:100%;object-fit:cover}.checkout-item-quantity{position:absolute;top:-8px;right:-8px;width:22px;height:22px;background:var(--navy);color:white;font-size:11px;border-radius:50%;display:flex;align-items:center;justify-content:center}.checkout-item-details{flex:1 1}.checkout-item-details h4{font-size:14px;color:var(--navy);margin-bottom:4px}.checkout-item-details p{font-size:12px;color:rgba(26,39,68,.5)}.checkout-item-total{font-weight:500;color:var(--navy);font-size:14px}.checkout-totals{padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}.checkout-total-row{display:flex;justify-content:space-between;padding:10px 0;font-size:14px;color:rgba(26,39,68,.7)}.checkout-grand-total{font-size:18px;font-weight:600;color:var(--navy);border-top:1px solid rgba(0,0,0,.08);margin-top:10px;padding-top:16px}.checkout-note{margin-top:20px;padding:16px;background:white;border-radius:8px;font-size:13px;color:var(--navy)}.checkout-empty{text-align:center;padding:80px 20px}.checkout-empty svg{color:rgba(26,39,68,.3);margin-bottom:24px}.checkout-empty h2{font-size:32px;color:var(--navy);margin-bottom:16px}.checkout-empty p{color:rgba(26,39,68,.6);margin-bottom:32px}.checkout-success{text-align:center;padding:80px 20px;max-width:600px;margin:0 auto}.success-icon{width:80px;height:80px;background:#22c55e;color:white;font-size:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.checkout-success h1{font-size:42px;color:var(--navy);margin-bottom:16px}.success-message{font-size:16px;color:rgba(26,39,68,.7);margin-bottom:24px}.order-id{display:inline-flex;gap:8px;background:var(--cream);padding:12px 24px;border-radius:8px;margin-bottom:32px}.order-id span{color:rgba(26,39,68,.5)}.order-id strong{color:var(--navy);font-family:monospace;font-size:16px}.success-details{text-align:left;background:var(--cream);padding:24px;border-radius:12px;margin-bottom:32px}.success-details p{padding:8px 0;color:var(--navy);font-size:14px}.success-actions{display:flex;gap:16px;justify-content:center}.products-page{padding:60px 24px}.products-page-header{text-align:center;margin-bottom:50px}.products-page-title{font-size:42px;color:var(--navy);margin-bottom:16px}.products-page-desc{color:rgba(26,39,68,.6);max-width:600px;margin:0 auto}.products-filters{display:flex;gap:16px;justify-content:center;margin-bottom:40px;flex-wrap:wrap}.filter-btn{padding:10px 24px;background:white;border:1px solid rgba(0,0,0,.12);border-radius:30px;font-size:13px;cursor:pointer;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:var(--navy);color:white;border-color:var(--navy)}@media (max-width:900px){.checkout-grid{grid-template-columns:1fr;gap:40px}.checkout-summary{position:static}.form-row{grid-template-columns:1fr}.success-actions{flex-direction:column}}.admin-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a2744,#2d3a52);padding:20px}.admin-login-card{background:white;border-radius:16px;padding:48px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.3)}.admin-login-header{text-align:center;margin-bottom:32px}.admin-login-logo{margin-bottom:24px}.admin-login-header h1{font-size:28px;color:var(--navy);margin-bottom:8px}.admin-login-header p{color:rgba(26,39,68,.6);font-size:14px}.admin-login-error{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;font-size:13px;margin-bottom:20px}.admin-login-form{margin-bottom:24px}.admin-login-btn{width:100%;margin-top:8px}.admin-login-footer{text-align:center}.admin-login-footer a{color:rgba(26,39,68,.6);font-size:13px;text-decoration:none;transition:color .2s}.admin-login-footer a:hover{color:var(--navy)}.admin-layout{display:flex;min-height:100vh;background:#f5f5f4}.admin-sidebar{width:260px;background:var(--navy);color:white;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100}.admin-sidebar-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.admin-logo{gap:12px;text-decoration:none;color:white}.admin-logo,.admin-logo-icon{display:flex;align-items:center}.admin-logo-icon{width:40px;height:40px;border:2px solid rgba(255,255,255,.3);border-radius:50%;justify-content:center;font-size:16px;font-style:italic;font-weight:600}.admin-logo span,.admin-logo-icon{font-family:Cormorant Garamond,serif}.admin-logo span{font-size:20px;letter-spacing:1px}.admin-nav{flex:1 1;padding:16px 0}.admin-nav-item{display:flex;align-items:center;gap:12px;padding:14px 24px;color:rgba(255,255,255,.7);text-decoration:none;font-size:14px;transition:all .2s;border:none;background:none;width:100%;cursor:pointer;text-align:left}.admin-nav-item.active,.admin-nav-item:hover{background:rgba(255,255,255,.1);color:white}.admin-nav-icon{font-size:18px}.admin-sidebar-footer{padding:16px 0;border-top:1px solid rgba(255,255,255,.1)}.admin-logout:hover{background:rgba(220,38,38,.2)}.admin-main{flex:1 1;margin-left:260px;padding:32px}.admin-page{max-width:1400px;margin:0 auto}.admin-page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.admin-page-header h1{font-family:Cormorant Garamond,serif;font-size:32px;color:var(--navy);margin-bottom:4px}.admin-page-header p{color:rgba(26,39,68,.6);font-size:14px}.admin-back-link{display:inline-block;color:rgba(26,39,68,.6);text-decoration:none;font-size:13px;margin-bottom:8px;transition:color .2s}.admin-back-link:hover{color:var(--navy)}.admin-card{background:white;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-bottom:24px}.admin-card h3{font-size:16px;font-weight:600;color:var(--navy)}.admin-card h3,.admin-card-header{margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}.admin-card-header{display:flex;justify-content:space-between;align-items:center}.admin-card-header h2{font-size:16px;font-weight:600;color:var(--navy)}.admin-card-link{color:rgba(26,39,68,.6);font-size:13px;text-decoration:none;transition:color .2s}.admin-card-link:hover{color:var(--navy)}.admin-card-desc{color:rgba(26,39,68,.6);font-size:13px;margin-bottom:20px}.admin-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.admin-stat-card{background:white;border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.admin-stat-card.highlight{background:linear-gradient(135deg,var(--navy) 0,var(--navy-light) 100%);color:white}.admin-stat-card.highlight .admin-stat-label{color:rgba(255,255,255,.7)}.admin-stat-icon{font-size:32px}.admin-stat-content{display:flex;flex-direction:column}.admin-stat-value{font-size:28px;font-weight:600;color:var(--navy)}.admin-stat-card.highlight .admin-stat-value{color:white}.admin-stat-label{font-size:13px;color:rgba(26,39,68,.6)}.admin-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table td,.admin-table th{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(0,0,0,.06)}.admin-table th{font-size:12px;font-weight:600;color:rgba(26,39,68,.5);text-transform:uppercase;letter-spacing:.5px}.admin-table td{font-size:14px;color:var(--navy)}.admin-table td a{color:var(--navy);text-decoration:none;font-weight:500}.admin-table td a:hover{text-decoration:underline}.admin-table tr:hover{background:rgba(0,0,0,.02)}.admin-status-badge{display:inline-block;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:500;color:white;text-transform:capitalize}.admin-status-select{padding:8px 12px;border-radius:8px;border:2px solid;font-size:13px;background:white;cursor:pointer}.admin-status-select.large{padding:12px 16px;font-size:14px}.admin-quick-actions{display:flex;flex-direction:column;gap:8px}.admin-action-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--cream);border-radius:8px;text-decoration:none;color:var(--navy);font-size:14px;transition:all .2s}.admin-action-btn:hover{background:var(--navy);color:white}.admin-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}.admin-search{padding:10px 16px;border:1px solid rgba(0,0,0,.12);border-radius:8px;width:300px;font-size:14px}.admin-search:focus{outline:none;border-color:var(--navy)}.admin-result-count{font-size:13px;color:rgba(26,39,68,.5)}.admin-status-filters{display:flex;gap:8px;flex-wrap:wrap}.admin-product-image{width:50px;height:65px;border-radius:6px;overflow:hidden}.admin-product-image img{width:100%;height:100%;object-fit:cover}.admin-slug{margin-top:4px}.admin-price-original,.admin-slug{font-size:12px;color:rgba(26,39,68,.4)}.admin-price-original{text-decoration:line-through;margin-left:8px}.admin-badge{display:inline-block;padding:4px 10px;border-radius:4px;font-size:11px;background:rgba(0,0,0,.08);color:rgba(26,39,68,.7)}.admin-badge.success{background:#dcfce7;color:#16a34a}.admin-actions{display:flex;gap:12px}.admin-action-link{color:rgba(26,39,68,.6);text-decoration:none;font-size:13px;background:none;border:none;cursor:pointer;transition:color .2s}.admin-action-link:hover{color:var(--navy)}.admin-action-link.danger:hover{color:#dc2626}.admin-form{width:100%}.admin-content-grid,.admin-form-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:24px;gap:24px;align-items:start}.admin-form-main{display:flex;flex-direction:column;gap:24px}.admin-form-sidebar{position:-webkit-sticky;position:sticky;top:32px}.admin-form-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px}.checkbox-group label{display:flex;align-items:center;gap:10px;cursor:pointer}.checkbox-group input[type=checkbox]{width:18px;height:18px}.image-field{display:flex;gap:8px}.image-field input{flex:1 1}.remove-image-btn{width:40px;height:40px;border:1px solid rgba(0,0,0,.12);border-radius:8px;background:white;cursor:pointer;font-size:18px;color:#dc2626}.btn-sm{padding:10px 16px;font-size:12px}.admin-empty-state{text-align:center;padding:60px 20px;color:rgba(26,39,68,.5)}.admin-empty-state p{margin-bottom:20px}.admin-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f5f5f4}.admin-loading-spinner{width:40px;height:40px;border:3px solid rgba(26,39,68,.1);border-top:3px solid var(--navy);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{to{transform:rotate(1turn)}}.admin-loading-content{text-align:center;padding:60px;color:rgba(26,39,68,.5)}.admin-order-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:24px;gap:24px}.admin-order-sidebar{display:flex;flex-direction:column;gap:24px}.admin-order-items{margin-bottom:20px}.admin-order-item{display:flex;gap:16px;padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06)}.admin-order-item-image{width:60px;height:75px;border-radius:6px;overflow:hidden}.admin-order-item-image img{width:100%;height:100%;object-fit:cover}.admin-order-item-details{flex:1 1}.admin-order-item-details h4{font-size:14px;margin-bottom:4px}.admin-order-item-details p{font-size:12px;color:rgba(26,39,68,.5)}.admin-order-item-price{font-weight:500}.admin-order-total{display:flex;justify-content:space-between;padding-top:16px;border-top:1px solid rgba(0,0,0,.08);font-size:18px}.admin-order-total strong{color:var(--navy)}.admin-info-list{gap:16px}.admin-info-item,.admin-info-list{display:flex;flex-direction:column}.admin-info-item{gap:4px}.admin-info-item label{font-size:12px;color:rgba(26,39,68,.5)}.admin-info-item span{font-size:14px;color:var(--navy)}.admin-address,.admin-notes{font-size:14px;line-height:1.6;color:var(--navy)}.admin-notes{font-style:italic}.admin-hero-preview{position:relative;height:200px;border-radius:8px;overflow:hidden;background:var(--navy)}.admin-hero-preview img{width:100%;height:100%;object-fit:cover;opacity:.6}.admin-preview-placeholder{height:100%;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5)}.admin-preview-overlay{position:absolute;bottom:16px;left:16px;right:16px;color:white}.admin-preview-subtitle{font-size:10px;letter-spacing:2px;opacity:.8;margin-bottom:4px}.admin-preview-overlay h4{font-family:Cormorant Garamond,serif;font-size:20px;margin-bottom:8px}.admin-preview-btn{display:inline-block;padding:6px 12px;background:white;color:var(--navy);font-size:10px;letter-spacing:1px}.admin-settings-grid{display:grid;grid-gap:24px;gap:24px;max-width:800px}.admin-settings-actions{margin-top:16px}@media (max-width:1200px){.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-content-grid,.admin-form-grid,.admin-grid,.admin-order-grid{grid-template-columns:1fr}.admin-form-sidebar{position:static}}@media (max-width:768px){.admin-sidebar{display:none}.admin-main{margin-left:0;padding:20px}.admin-stats-grid{grid-template-columns:1fr}.admin-page-header,.admin-toolbar{flex-direction:column;gap:16px}.admin-toolbar{align-items:stretch}.admin-search{width:100%}}.product-rich-text{color:var(--navy);font-family:Montserrat,sans-serif}.product-rich-text br:first-child,.product-rich-text div:empty,.product-rich-text p:empty,.product-rich-text p:first-child:empty,.product-rich-text p:last-child:empty,.product-rich-text>br{display:none}.product-rich-text p{margin-bottom:.5rem;margin-top:0}.product-rich-text>:first-child{margin-top:0!important}.product-rich-text>:last-child{margin-bottom:0!important}.product-rich-text ol,.product-rich-text ul{margin-bottom:.5rem;margin-top:0;padding-left:0;list-style:none}.product-rich-text li{margin-bottom:.3rem;padding-left:1.5rem;position:relative;line-height:1.5}.product-rich-text ul li:before{content:"•";position:absolute;left:0;top:0;color:var(--navy);font-weight:700}.product-rich-text ol{counter-reset:item}.product-rich-text ol li:before{content:counter(item) ".";counter-increment:item;position:absolute;left:0;top:0;color:var(--navy);font-weight:600}.product-rich-text li>*{display:inline}.product-rich-text li br{display:none}.product-rich-text li div,.product-rich-text li p,.product-rich-text li span{display:inline;margin:0;padding:0}.product-rich-text b,.product-rich-text strong{font-weight:600;color:var(--navy);font-size:1.05em;display:inline-block}.product-rich-text h1,.product-rich-text h2,.product-rich-text h3,.product-rich-text h4,.product-rich-text h5,.product-rich-text h6{font-family:Cormorant Garamond,serif;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.product-rich-text h1{font-size:1.75rem}.product-rich-text h2{font-size:1.5rem}.product-rich-text h3{font-size:1.25rem}.product-rich-text h4{font-size:1.1rem;text-transform:uppercase;letter-spacing:1px}.product-rich-text p:empty{display:none}.page-loading-overlay{position:fixed;inset:0;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;animation:fadeInOverlay .2s ease-out}@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}.page-loading-content{display:flex;flex-direction:column;align-items:center;gap:24px}.page-loading-spinner{position:relative;width:60px;height:60px}.spinner-ring{position:absolute;inset:0;border:2px solid transparent;border-radius:50%}.spinner-ring:first-child{border-top-color:var(--navy);animation:spinRing 1s ease-in-out infinite}.spinner-ring:nth-child(2){border-right-color:var(--gold,#c9a962);animation:spinRing 1s ease-in-out .15s infinite;inset:6px}.spinner-ring:nth-child(3){border-bottom-color:var(--navy-light,#2d3a52);animation:spinRing 1s ease-in-out .3s infinite;inset:12px}@keyframes spinRing{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-loading-text{font-family:Cormorant Garamond,serif;font-size:16px;color:var(--navy);letter-spacing:3px;text-transform:uppercase;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.mobile-menu-btn{background:none;border:none;padding:8px}.mobile-filter-toggle,.mobile-menu-btn{display:none;cursor:pointer;color:var(--navy)}.mobile-filter-toggle{width:100%;padding:12px 16px;margin-bottom:16px;background:var(--cream);border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;font-weight:500;align-items:center;justify-content:space-between}.mobile-filter-toggle svg{transition:transform .3s}.mobile-filter-toggle.open svg{transform:rotate(180deg)}.filter-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:150}.filter-overlay.show{display:block}@media (max-width:1024px){.mobile-menu-btn{display:block}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:white;z-index:150;padding:80px 24px 24px;transform:translateX(-100%);transition:transform .3s ease;overflow-y:auto}.mobile-menu.open{transform:translateX(0)}.mobile-menu a{display:block;padding:18px 0;font-size:18px;font-weight:500;color:var(--navy);text-decoration:none;border-bottom:1px solid rgba(0,0,0,.08)}.mobile-menu a:active{background:var(--cream)}.nav-container{padding:14px 16px}.logo img{height:40px!important}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.shop-sidebar{display:none}.mobile-filter-toggle{display:flex}.shop-sidebar.mobile-open{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:160;background:white;padding:24px;overflow-y:auto;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-filter-close{display:none;position:absolute;top:16px;right:16px;background:none;border:none;font-size:24px;cursor:pointer;color:var(--navy)}.shop-sidebar.mobile-open .mobile-filter-close{display:block}}@media (max-width:768px){.container{padding-left:16px;padding-right:16px}.section{padding:50px 16px}.section-header{margin-bottom:32px}.section-subtitle{font-size:10px;letter-spacing:3px}.section-title{font-size:28px}.brands-grid{grid-template-columns:repeat(2,1fr);gap:12px}.brand-card{padding:24px 12px}.brand-logo-container{height:60px}.brand-name{font-size:12px}.steps-grid{grid-template-columns:1fr;gap:24px}.step-icon{width:64px;height:64px;font-size:26px}.step-title{font-size:18px}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image-wrapper{border-radius:6px}.product-image{aspect-ratio:2/3}.product-badge{top:8px;left:8px;padding:4px 8px;font-size:8px}.product-brand{font-size:9px;margin-bottom:4px}.product-name{margin-bottom:6px}.product-name,.product-price .current{font-size:14px}.product-price .original{font-size:11px}.product-overlay{display:none}.product-section{display:flex;flex-direction:column;padding:16px;gap:24px}.product-gallery{position:static;width:100%}.main-image{border-radius:8px}.main-image img{height:100%;object-fit:cover}.thumbnail-grid{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px}.thumbnail{border-radius:4px}.thumbnail img{height:60px}.product-info{padding:0}.product-title-main{font-size:24px;line-height:1.3}.current-price{font-size:22px}.original-price{font-size:16px}.action-buttons{flex-direction:column;gap:12px}.btn-add-to-cart,.btn-buy-now{width:100%;padding:16px;font-size:13px}.btn-wishlist{width:100%;height:auto;padding:14px}.related-products{padding:40px 16px}.related-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-header h1{font-size:1.75rem!important}.cart-drawer{max-width:100%;width:100%}.trust-grid{grid-template-columns:repeat(2,1fr);gap:20px}.trust-icon{font-size:24px}.trust-title{font-size:12px}.trust-desc{font-size:11px}.reviews-grid{grid-template-columns:1fr}.review-card{padding:24px}.review-text{font-size:16px}.newsletter-title{font-size:28px}.newsletter-form{flex-direction:column}.newsletter-form button,.newsletter-form input{width:100%}.footer{padding:40px 16px 24px}.footer-grid{grid-template-columns:1fr;gap:32px}.footer-brand{text-align:center}.footer-brand .logo{justify-content:center}.footer-desc{max-width:280px;margin:16px auto 0}.footer-title{margin-bottom:12px}.footer-links li{margin-bottom:8px}.footer-social{justify-content:flex-start;gap:16px;margin-top:16px}.footer-bottom{flex-direction:column;gap:16px;text-align:center;margin-top:32px;padding-top:24px}.footer-legal{gap:16px}.categories-grid{grid-template-columns:1fr;gap:16px}.category-card{height:200px}.category-name{font-size:24px}.announcement-bar{padding:8px 16px;font-size:11px}.breadcrumb{padding:12px 16px;font-size:12px}.breadcrumb-item{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn{padding:14px 24px;font-size:11px}.instagram-grid{grid-template-columns:repeat(2,1fr);gap:8px}}@media (max-width:480px){.hero{height:60vh;min-height:400px}.hero-title{font-size:28px}.hero-desc{font-size:13px}.section-title{font-size:24px}.products-header{flex-direction:column;align-items:flex-start;gap:12px}.products-badge{font-size:10px;padding:8px 16px}.products-grid{gap:8px}.product-name,.product-price .current{font-size:13px}.trust-grid{grid-template-columns:1fr 1fr;gap:16px}.trust-item{padding:12px}.footer-legal{flex-direction:column;gap:12px}}@media (hover:none) and (pointer:coarse){.nav-icons button{padding:12px;min-width:44px;min-height:44px}.mobile-menu a{min-height:48px;display:flex;align-items:center}.product-card:hover .product-image{transform:none}.brand-card:hover{transform:none;box-shadow:none}.step:hover .step-icon{transform:none;box-shadow:0 8px 30px rgba(0,0,0,.08)}.product-image-wrapper:after{content:none}}.admin-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.admin-modal{background:white;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 25px 50px rgba(0,0,0,.25)}.admin-modal-large{max-width:900px}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.08)}.admin-modal-header h2{font-size:20px;font-weight:600;margin:0}.admin-modal-close{background:none;border:none;font-size:28px;line-height:1;cursor:pointer;color:rgba(26,39,68,.5);transition:color .2s}.admin-modal-close:hover{color:var(--navy)}.admin-modal-body{flex:1 1;overflow-y:auto;padding:24px}.admin-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid rgba(0,0,0,.08);background:#fafafa}.admin-alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}.admin-alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.admin-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.admin-form-section{display:flex;flex-direction:column;gap:16px}.admin-form-section h3{font-size:16px;font-weight:600;color:var(--navy);margin:0;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.08)}.admin-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.admin-form-group{display:flex;flex-direction:column;gap:6px}.admin-form-group label{font-size:12px;font-weight:500;color:rgba(26,39,68,.7)}.admin-input{padding:10px 14px;border:1px solid rgba(0,0,0,.15);border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s;width:100%}.admin-input:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(26,39,68,.1)}.admin-input::placeholder{color:rgba(26,39,68,.35)}textarea.admin-input{resize:vertical;min-height:60px}.admin-product-selector{display:flex;gap:12px;flex-wrap:wrap;padding:16px;background:#f9fafb;border-radius:8px;border:1px dashed rgba(0,0,0,.15)}.admin-product-selector .admin-form-group{flex:1 1;min-width:150px}.admin-order-items-list{display:flex;flex-direction:column;gap:8px;min-height:100px}.admin-empty-items{text-align:center;color:rgba(26,39,68,.4);font-size:14px;padding:30px}.admin-order-item-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:white;border:1px solid rgba(0,0,0,.1);border-radius:8px;gap:16px}.admin-order-item-info{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.admin-order-item-info strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-item-size{font-size:12px;color:rgba(26,39,68,.6)}.admin-item-price{font-size:12px;color:rgba(26,39,68,.5)}.admin-order-item-actions{display:flex;align-items:center;gap:8px}.admin-qty-btn{width:28px;height:28px;border:1px solid rgba(0,0,0,.15);background:white;border-radius:4px;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .2s}.admin-qty-btn:hover{background:var(--navy);border-color:var(--navy);color:white}.admin-qty-display{min-width:30px;text-align:center;font-weight:500}.admin-item-subtotal{font-weight:600;min-width:80px;text-align:right}.admin-remove-btn{background:none;border:none;font-size:20px;color:#dc2626;cursor:pointer;padding:4px 8px;opacity:.6;transition:opacity .2s}.admin-remove-btn:hover{opacity:1}.admin-order-total-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--navy);color:white;border-radius:8px;margin-top:12px}.admin-order-total-row strong{font-size:18px}@media (max-width:768px){.admin-modal-large{max-width:100%}.admin-form-grid,.admin-form-row{grid-template-columns:1fr}.admin-product-selector{flex-direction:column}.admin-order-item-row{flex-direction:column;align-items:flex-start}.admin-order-item-actions{width:100%;justify-content:flex-end}}.radio-group{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:.5rem}.radio-option{display:flex;align-items:center;gap:.75rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s;background-color:#fff}.radio-option:hover{border-color:#d1d5db;background-color:#f9fafb}.radio-option.selected{border-color:#1a1a1a;background-color:#f9fafb;ring:1px solid #1a1a1a}.radio-option input[type=radio]{width:1.25rem;height:1.25rem;accent-color:#1a1a1a}.radio-label{display:flex;flex-direction:column;gap:.25rem}.radio-title{font-weight:500;color:#111827}.radio-price{font-size:.875rem;color:#6b7280}@media (max-width:640px){.radio-group{grid-template-columns:1fr}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_054274{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_054274{--font-cormorant-garamond:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_71fdf6{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_71fdf6{--font-montserrat:"Montserrat","Montserrat Fallback"}