*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--gold:#b8860b;--gold-light:#d4a017;--gold-dark:#8b6508;--bg:#fff;--bg2:#f8f6f2;--bg3:#f0ece4;--border:#b8860b2e;--border2:#b8860b1a;--text:#1a1208;--text-muted:#7a6a4a;--success:#059669;--danger:#dc2626;--font:var(--font-main), sans-serif;--font-display:var(--font-display), serif;--radius:16px;--shadow:0 8px 40px #b8860b1a;--shadow-card:0 2px 20px #1a120812;--nav-bg:#ffffffeb;--card-bg:#fff;--hero-overlay:linear-gradient(to right, #fffffff2 0%, #fff9 40%, transparent 90%);--hero-text:#000;--banner-bg:linear-gradient(135deg, #fffcf0, #fff8e6, #fffcf0);--insta-bg:#fff5f8}.dark{--bg:#0a0a0a;--bg2:#141414;--bg3:#1f1f1f;--text:#fff;--text-muted:#a0a0a0;--border:#b8860b66;--border2:#b8860b4d;--shadow:0 8px 40px #00000080;--shadow-card:0 4px 20px #0009;--nav-bg:#0a0a0ae6;--card-bg:#141414;--hero-overlay:linear-gradient(to right, #000000e6 0%, #00000080 40%, transparent 90%);--hero-text:#fff;--banner-bg:linear-gradient(135deg, #1a1208, #2d1f08, #1a1208);--insta-bg:#000}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100dvh;padding-top:90px}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--gold);border-radius:3px}.announcement-bar{color:#9c1042;text-align:center;letter-spacing:.5px;text-transform:uppercase;background:#fce4ec;border-bottom:1px solid #b8860b0d;justify-content:center;align-items:center;min-height:38px;padding:.6rem 2rem;font-size:.75rem;font-weight:600;display:flex;overflow:hidden}.dark .announcement-bar{color:#fce4ec;background:#4a0e23}.announcement-inner{max-width:1400px;margin:0 auto;animation:.5s ease-out slideFade}@keyframes slideFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes skeletonPulse{0%,to{opacity:1}50%{opacity:.4}}.navbar{z-index:1000;background:var(--nav-bg);border-bottom:1px solid var(--border2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;padding:0 2rem;position:fixed;top:0;left:0;right:0;box-shadow:0 1px 12px #1a12080f}.navbar-inner{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1001;background:0 0;align-items:center;gap:2rem;max-width:1400px;height:90px;margin:0 auto;display:flex;position:relative}.nav-bottom{border-top:1px solid var(--border2);flex-direction:column;gap:1rem;max-width:1400px;margin:0 auto;padding:.5rem 0 1.5rem;display:flex}.nav-categories{color:var(--text-muted);justify-content:center;align-items:center;gap:2rem;font-size:.82rem;display:flex}.nav-cat-item{cursor:pointer;color:var(--text-muted);align-items:center;gap:4px;font-weight:500;text-decoration:none;transition:color .2s;display:flex;position:relative}.nav-cat-item:hover{color:var(--gold)}.has-dropdown{position:relative}.cat-dropdown{background:var(--card-bg);border:1px solid var(--border);z-index:1000;border-radius:8px;min-width:180px;margin-top:5px;padding:.5rem 0;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #0000001a}.cat-dropdown a{color:var(--text);padding:.6rem 1.2rem;font-size:.8rem;text-decoration:none;transition:background .2s,color .2s;display:block}.cat-dropdown a:hover{background:var(--bg2);color:var(--gold)}.nav-toggle-wrap{justify-content:center;display:flex}.nav-toggle{background:var(--bg);border:1px solid var(--gold);border-radius:50px;width:fit-content;padding:3px;display:flex;box-shadow:0 4px 15px #b8860b14}.toggle-btn{cursor:pointer;color:var(--text-muted);font-size:.78rem;font-weight:500;font-family:var(--font);background:0 0;border:none;border-radius:50px;padding:.5rem 1.5rem;transition:all .3s}.toggle-btn.active{color:#fff;background:#3c6e61;box-shadow:0 4px 12px #3c6e614d}.logo-img-link{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.logo-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:auto;height:70px;transition:transform .3s;display:block}.dark .logo-img,.dark .logo-img-footer,.dark .drawer-logo,.dark .auth-logo,.dark .adm-login-logo img{filter:brightness(0)invert()drop-shadow(0 2px 4px #ffffff1a)}.logo-img:hover{transform:scale(1.05)}.logo-img-footer{filter:none;width:auto;height:80px}.search-bar{background:var(--bg);border:1px solid var(--border2);border-radius:50px;flex:1;align-items:center;gap:.5rem;padding:4px 4px 4px 1.2rem;transition:all .3s;display:flex;box-shadow:0 2px 10px #00000005}.search-bar:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #b8860b14}.search-bar input{color:var(--text);font-family:var(--font);background:0 0;border:none;outline:none;flex:1;padding:.6rem 0;font-size:.9rem}.search-bar input::placeholder{color:var(--text-muted)}.search-btn{background:var(--gold);color:#fff;cursor:pointer;font-family:var(--font);border:none;border-radius:50px;padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #b8860b33}.search-btn:hover{background:var(--gold-dark);transform:scale(1.02)}.nav-actions{align-items:center;gap:.3rem;display:flex}.nav-btn{color:var(--text-muted);cursor:pointer;font-size:.68rem;font-family:var(--font);letter-spacing:.5px;background:0 0;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:2px;padding:.5rem;text-decoration:none;transition:color .2s,background .2s;display:flex;position:relative}.nav-btn:hover{color:var(--gold);background:var(--bg2)}.nav-btn svg{width:20px;height:20px}.badge{background:var(--gold);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:0;right:0}.hero{z-index:0;background:0 0;align-items:center;min-height:600px;display:flex;position:relative;overflow:hidden}.hero-slider{z-index:-1;position:absolute;inset:0;overflow:hidden}.hero-slide{opacity:0;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:opacity 1.8s ease-in-out;position:absolute;inset:0}.hero-slide.active.zoom-in{opacity:1;z-index:2;animation:10s ease-out forwards kenBurnsIn}.hero-slide.active.zoom-out{opacity:1;z-index:2;animation:10s ease-out forwards kenBurnsOut}@keyframes kenBurnsIn{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes kenBurnsOut{0%{transform:scale(1.1)}to{transform:scale(1)}}.hero-slider:after{content:"";background:var(--hero-overlay);z-index:3;position:absolute;inset:0}.hero-line{display:none}.hero-content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;width:100%;max-width:1400px;margin:0 auto;padding:7rem 2rem 2.5rem;display:grid;position:relative}.hero-eyebrow{color:var(--gold);letter-spacing:3px;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.65rem;font-weight:500;display:inline-flex}.hero-eyebrow:before,.hero-eyebrow:after{content:"";background:var(--gold);opacity:.4;flex:1;width:30px;height:1px}.hero h1,.hero .hero-title{font-family:var(--font-display);color:var(--hero-text);text-shadow:0 1px 1px #0000001a;margin-bottom:.5rem;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:500;line-height:1.1}.hero h1 em,.hero .hero-title em{background:linear-gradient(135deg,#b91c1c,#f43f5e);-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 1px #ffffff80);-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:600}.hero p{color:var(--text);text-shadow:0 1px 1px #0000001a;max-width:380px;margin-bottom:1.5rem;font-size:.9rem;font-weight:500;line-height:1.6}.hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.btn-gold{background:linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));color:#fff;font-family:var(--font);cursor:pointer;letter-spacing:1px;text-transform:uppercase;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #b8860b40}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 8px 30px #b8860b59}.btn-outline{color:var(--gold-dark);border:1.5px solid var(--gold);font-family:var(--font);cursor:pointer;letter-spacing:1px;text-transform:uppercase;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff9;border-radius:4px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-outline:hover{background:#ffffffe6}.hero-stats{border-top:1px solid var(--border2);gap:1.5rem;margin-top:1.5rem;padding-top:1.2rem;display:flex}.stat-num{font-family:var(--font-display);color:#ff2d55;text-shadow:0 1px 4px #fffc;font-size:1.5rem;font-weight:800}.stat-label{color:#000;letter-spacing:1px;text-transform:uppercase;margin-top:2px;font-size:.75rem;font-weight:800}#categories{background:var(--insta-bg)}.cat-grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;width:100%;margin-top:3rem;display:flex}.cat-card{background:var(--card-bg);border:1px solid var(--border2);width:320px;box-shadow:var(--shadow-card);text-align:center;border-radius:20px;padding:1.5rem;text-decoration:none;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.cat-card:hover{border-color:var(--gold);transform:translateY(-10px);box-shadow:0 20px 40px #b8860b1f}.cat-image-wrap{background:var(--card-bg);border-radius:12px;width:100%;height:220px;margin-bottom:1.5rem;overflow:hidden}.cat-img-real{object-fit:cover;width:100%;height:100%;transition:transform .6s}.cat-card:hover .cat-img-real{transform:scale(1.1)}.cat-name{font-family:var(--font-display);color:var(--text);text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.cat-count{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;text-align:center;font-size:.85rem}.section{padding:5rem 2rem}.section-inner{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:3.5rem}.section-eyebrow{letter-spacing:4px;text-transform:uppercase;color:var(--gold);margin-bottom:1rem;font-size:.72rem;display:block}.section-title{font-family:var(--font-display);color:var(--text);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.section-title em{color:var(--gold);font-style:italic}.section-divider{background:linear-gradient(90deg, transparent, var(--gold), transparent);width:60px;height:1px;margin:1.2rem auto 0}.section-header-row{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.see-all{color:var(--gold);letter-spacing:1px;text-transform:uppercase;border-bottom:1px solid #0000;align-items:center;gap:.4rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:border-color .2s;display:flex}.see-all:hover{border-color:var(--gold)}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;display:grid}.product-card{background:var(--card-bg);border:1px solid var(--border2);border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-card);transition:all .35s;position:relative;overflow:hidden}.product-card:hover{border-color:#b8860b59;transform:translateY(-6px);box-shadow:0 12px 40px #b8860b1f}.product-img{background:var(--bg2);justify-content:center;align-items:center;height:260px;display:flex;position:relative;overflow:hidden}.product-img-main{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.165,.84,.44,1)}.product-card:hover .product-img-main{transform:scale(1.1)}.product-img:after{content:"";background:radial-gradient(circle,#b8860b0a,#0000 70%);position:absolute;inset:0}.product-badge{background:var(--danger);color:#fff;letter-spacing:1px;border-radius:2px;padding:3px 9px;font-size:.68rem;font-weight:700;position:absolute;top:12px;left:12px}.product-badge.new{background:var(--success)}.product-badge.limited{background:var(--gold);color:#fff}.product-wish{border:1px solid var(--border);cursor:pointer;color:var(--text-muted);opacity:0;background:#ffffffeb;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #00000014}.product-card:hover .product-wish{opacity:1}.product-wish:hover{color:var(--danger);border-color:var(--danger);transform:scale(1.1)}.product-wish.active{color:var(--danger);opacity:1;background:var(--card-bg);border-color:#ef444433}.product-info{padding:1.3rem}.product-cat{letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:.4rem;font-size:.72rem}.product-name{color:var(--text);margin-bottom:.3rem;font-size:1rem;font-weight:600}.product-material{color:var(--text-muted);margin-bottom:.7rem;font-size:.8rem}.product-stars{align-items:center;gap:.3rem;margin-bottom:.9rem;display:flex}.stars{color:var(--gold);letter-spacing:1px;font-size:.82rem}.reviews{color:var(--text-muted);font-size:.76rem}.product-footer{justify-content:space-between;align-items:center;display:flex}.price-current{font-family:var(--font);color:var(--text);letter-spacing:-.2px;font-size:1.28rem;font-weight:700}.price-old{font-family:var(--font);color:var(--text-muted);margin-left:.6rem;font-size:.88rem;font-weight:400;text-decoration:line-through}.add-cart{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;font-weight:700;transition:all .2s;display:flex}.add-cart:hover{transform:scale(1.1);box-shadow:0 4px 12px #b8860b59}.banner{background:var(--banner-bg);border:1px solid var(--border);text-align:center;border-radius:20px;padding:4rem 3rem;position:relative;overflow:hidden;box-shadow:0 4px 40px #b8860b14}.banner:before{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:2px;position:absolute;top:0;left:0;right:0}.banner:after{content:"";background:linear-gradient(90deg, transparent, var(--gold), transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.banner h2{font-family:var(--font-display);color:var(--text);margin-bottom:.8rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:400}.banner h2 em{color:var(--gold);font-style:italic}.banner p{color:var(--text-muted);margin-bottom:2rem;font-size:1rem}.promo-code{letter-spacing:4px;color:var(--gold-dark);background:#b8860b12;border:1.5px dashed #b8860b73;border-radius:6px;align-items:center;gap:1rem;margin-bottom:2rem;padding:.8rem 2rem;font-size:1.3rem;font-weight:700;display:inline-flex}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--card-bg);border:1px solid var(--border2);border-radius:var(--radius);text-align:center;box-shadow:var(--shadow-card);padding:2rem 1.5rem;transition:border-color .3s,box-shadow .3s}.feature-card:hover{border-color:var(--gold);box-shadow:var(--shadow)}.feature-icon{background:var(--bg2);border:1px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1rem;font-size:1.8rem;display:flex}.feature-title{letter-spacing:.5px;color:var(--text);margin-bottom:.4rem;font-size:.95rem;font-weight:600}.feature-desc{color:var(--text-muted);font-size:.82rem;line-height:1.6}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0009;justify-content:center;align-items:center;padding:2rem;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.product-modal{background:var(--card-bg);border-radius:24px;width:100%;max-width:1000px;max-height:90vh;animation:.4s cubic-bezier(.165,.84,.44,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 30px 60px #00000040}.modal-close{background:var(--bg2);cursor:pointer;z-index:10;width:40px;height:40px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:#eee;transform:rotate(90deg)}.modal-content{grid-template-columns:1fr 1fr;min-height:500px;display:grid}.modal-gallery{background:var(--bg2);justify-content:center;align-items:center;padding:2rem;display:flex}.modal-gallery img{object-fit:contain;border-radius:12px;width:100%;height:auto;max-height:500px}.modal-details{flex-direction:column;gap:1.5rem;padding:3rem;display:flex}.modal-cat{letter-spacing:3px;text-transform:uppercase;color:var(--gold);font-size:.8rem;font-weight:600}.modal-title{font-family:var(--font-display);color:var(--text);font-size:2.2rem;font-weight:500;line-height:1.1}.modal-price-row{align-items:center;gap:1rem;display:flex}.modal-price{color:var(--text);font-size:1.8rem;font-weight:700}.modal-price-old{color:var(--text-muted);font-size:1.1rem;text-decoration:line-through}.modal-badge{color:#cf2222;background:#fdf2f2;border-radius:4px;padding:4px 10px;font-size:.75rem;font-weight:700}.modal-stars{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.modal-section h3{text-transform:uppercase;letter-spacing:1px;color:var(--text);margin-bottom:.8rem;font-size:.95rem}.modal-section p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.modal-specs{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;gap:1rem;padding:1.5rem 0;display:grid}.spec-item{flex-direction:column;gap:.2rem;display:flex}.spec-item strong{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem}.spec-item span{color:var(--text);font-size:.9rem;font-weight:500}.modal-actions{gap:1rem;height:56px;margin-top:auto;padding-top:1rem;display:flex}.modal-buy-btn{border-radius:12px;flex:1;justify-content:center;align-items:center;height:100%;font-size:1rem;font-weight:600;display:flex}.modal-wish-btn{border-radius:12px;justify-content:center;align-items:center;width:56px;height:100%;padding:0;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.modal-content{grid-template-columns:1fr}.modal-details{padding:2rem}.product-modal{max-width:500px}}footer{background:var(--bg2);border-top:1px solid var(--border2);padding:4rem 2rem 2rem}.footer-inner{max-width:1400px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:var(--text-muted);margin:1rem 0;font-size:.88rem;line-height:1.7}.footer-col h4{letter-spacing:2px;text-transform:uppercase;color:var(--gold-dark);margin-bottom:1rem;font-size:.78rem;font-weight:600}.footer-col a{color:var(--text-muted);margin-bottom:.6rem;font-size:.88rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--gold)}.footer-bottom{border-top:1px solid var(--border2);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:var(--text-muted);font-size:.82rem}.payment-icons{gap:.5rem;display:flex}.payment-icon{background:var(--card-bg);border:1px solid var(--border2);color:var(--text-muted);letter-spacing:1px;border-radius:4px;padding:4px 10px;font-size:.7rem;font-weight:600}.cart-overlay{z-index:3000;opacity:0;pointer-events:none;background:#1a120873;transition:opacity .3s;position:fixed;inset:0}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{background:var(--card-bg);border-left:1px solid var(--border2);z-index:3001;flex-direction:column;width:480px;max-width:100vw;height:100dvh;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #00000026}.cart-sidebar.open{transform:translate(0)}.empty-cart{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;height:60%;padding:5rem 2rem;display:flex}.empty-icon{color:var(--gold);opacity:.2;font-size:5rem;line-height:1}.empty-cart p{color:var(--text-muted);font-size:1.1rem;font-weight:500}.cart-header{border-bottom:1px solid var(--border2);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.cart-header h3{font-family:var(--font-display);color:var(--gold-dark);font-size:1.3rem;font-weight:500}.close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1.3rem;transition:color .2s,background .2s}.close-btn:hover{color:var(--text);background:var(--bg2)}.cart-items{flex:1;padding:1rem;overflow-y:auto}.cart-item{background:var(--bg2);border:1px solid var(--border2);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.8rem;padding:1rem;display:flex}.cart-item-img{background:var(--card-bg);border:1px solid var(--border2);border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;font-size:2rem;display:flex}.cart-item-info{flex:1}.cart-item-cat{letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-size:.68rem}.cart-item-name{color:var(--text);margin:.1rem 0;font-size:.88rem;font-weight:600}.cart-item-price{color:var(--gold-dark);font-size:.95rem;font-weight:700}.cart-item-qty{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.qty-btn{background:var(--card-bg);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.9rem;transition:border-color .2s;display:flex}.qty-btn:hover{border-color:var(--gold)}.qty-num{text-align:center;min-width:20px;color:var(--text);font-size:.9rem;font-weight:600}.remove-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;transition:color .2s}.remove-item:hover{color:var(--danger)}.cart-footer{border-top:1px solid var(--border2);background:var(--bg2);padding:1.5rem}.cart-total{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-total span{color:var(--text-muted);letter-spacing:1px;text-transform:uppercase;font-size:.88rem}.cart-total strong{font-family:var(--font-display);color:var(--gold-dark);font-size:1.4rem}.cart-empty{text-align:center;color:var(--text-muted);padding:3rem}.cart-empty-icon{margin-bottom:1rem;font-size:3rem}.toast{background:var(--card-bg);border:1px solid var(--border);z-index:300;opacity:0;color:var(--text);border-radius:8px;align-items:center;gap:.8rem;padding:.9rem 1.5rem;font-size:.88rem;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 8px 32px #1a12081f}.toast.show{opacity:1;transform:translateY(0)}@media (max-width:900px){.hero-content{grid-template-columns:1fr;gap:2rem}.hero-visual{display:none}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:600px){.section{padding:3rem 1rem}.navbar-inner{gap:.8rem}.footer-grid{grid-template-columns:1fr}.banner{padding:2.5rem 1.2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.6s forwards fadeInUp}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.float{animation:4s ease-in-out infinite float}.nav-account-wrap{position:relative}.nav-avatar{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.nav-user-btn{gap:4px}.user-dropdown{background:var(--card-bg);border:1px solid var(--border2);z-index:500;border-radius:14px;width:max-content;min-width:220px;max-width:calc(100vw - 32px);animation:.18s fadeInUp;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 12px 40px #1a12081f}.user-dropdown-header{background:var(--bg2);align-items:center;gap:.8rem;padding:1rem;display:flex}.user-dropdown-avatar{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:700;display:flex}.user-dropdown-name{color:var(--text);font-size:.9rem;font-weight:600}.user-dropdown-email{color:var(--text-muted);margin-top:1px;font-size:.75rem}.user-dropdown-divider{background:var(--border2);height:1px}.user-dropdown-item{width:100%;font-family:var(--font);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.6rem;padding:.7rem 1rem;font-size:.88rem;transition:background .15s;display:flex}.user-dropdown-item:hover{background:var(--bg2)}.user-dropdown-logout{color:var(--danger)}.user-dropdown-logout:hover{background:#fff5f5}.auth-page{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:2rem 1rem;display:flex;position:relative;overflow:hidden}.auth-bg{pointer-events:none;position:absolute;inset:0}.auth-blob{filter:blur(80px);opacity:.35;border-radius:50%;position:absolute}.auth-blob-1{background:radial-gradient(circle,#b8860b26,#0000);width:500px;height:500px;top:-150px;right:-100px}.auth-blob-2{background:radial-gradient(circle,#d4a0171a,#0000);width:400px;height:400px;bottom:-100px;left:-80px}.auth-container{z-index:1;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:440px;display:flex;position:relative}.auth-logo-link{justify-content:center;align-items:center;display:flex}.auth-logo{object-fit:contain;width:auto;height:80px}.auth-card{background:var(--card-bg);border:1px solid var(--border2);border-radius:24px;width:100%;padding:2.5rem;box-shadow:0 8px 60px #1a120814}.auth-card-header{text-align:center;margin-bottom:2rem}.auth-title{font-family:var(--font-display);color:var(--text);margin-bottom:.4rem;font-size:2rem;font-weight:500}.auth-subtitle{color:var(--text-muted);font-size:.9rem}.auth-error{color:var(--danger);background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.2rem;padding:.8rem 1rem;font-size:.85rem;display:flex}.auth-form{flex-direction:column;gap:1.2rem;display:flex}.auth-field{flex-direction:column;gap:.4rem;display:flex}.auth-label{color:var(--text);letter-spacing:.3px;font-size:.82rem;font-weight:600}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-forgot{color:var(--gold);font-size:.8rem;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-input-wrap{align-items:center;display:flex;position:relative}.auth-input-icon{color:var(--text-muted);pointer-events:none;flex-shrink:0;position:absolute;left:.9rem}.auth-input{border:1.5px solid var(--border2);width:100%;font-family:var(--font);color:var(--text);background:var(--bg2);border-radius:12px;outline:none;padding:.8rem .9rem .8rem 2.8rem;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.auth-input:focus{border-color:var(--gold);background:var(--card-bg);box-shadow:0 0 0 3px #b8860b1a}.auth-input::placeholder{color:var(--text-muted)}.auth-eye{cursor:pointer;color:var(--text-muted);background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;transition:color .2s;display:flex;position:absolute;right:.9rem}.auth-eye:hover{color:var(--text)}.auth-strength{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.auth-strength-bars{flex:1;gap:4px;display:flex}.auth-strength-bar{border-radius:2px;flex:1;height:4px;transition:background .3s}.auth-submit{background:linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));color:#fff;width:100%;font-family:var(--font);cursor:pointer;letter-spacing:.5px;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.9rem;font-size:.95rem;font-weight:600;transition:opacity .2s,transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 20px #b8860b40}.auth-submit:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 6px 24px #b8860b52}.auth-submit:disabled{opacity:.7;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.auth-spinner{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite spin;display:inline-block}.auth-divider{color:var(--text-muted);align-items:center;gap:1rem;margin:1.2rem 0 .8rem;font-size:.82rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border2);flex:1;height:1px}.auth-google-btn{background:var(--card-bg);border:1.5px solid var(--border2);width:100%;color:var(--text);font-family:var(--font);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;margin-bottom:.5rem;padding:.85rem;font-size:.92rem;font-weight:600;transition:all .2s;display:flex}.auth-google-btn:hover:not(:disabled){background:var(--bg2);border-color:var(--gold-light);box-shadow:0 4px 12px #0000000d}.auth-google-btn:disabled{opacity:.7;cursor:not-allowed}.auth-switch{text-align:center;color:var(--text-muted);font-size:.88rem}.auth-switch-link{color:var(--gold-dark);font-weight:600;text-decoration:none}.auth-switch-link:hover{text-decoration:underline}.auth-back{text-align:center}.auth-back-link{color:var(--text-muted);align-items:center;gap:.4rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-flex}.auth-back-link:hover{color:var(--gold)}.fp-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#1a12088c;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeInUp;display:flex;position:fixed;inset:0}.fp-modal{background:var(--card-bg);border:1px solid var(--border2);border-radius:24px;width:100%;max-width:420px;padding:2.5rem 2rem;animation:.3s cubic-bezier(.34,1.56,.64,1) fpSlideIn;position:relative;box-shadow:0 24px 80px #1a12082e}@keyframes fpSlideIn{0%{opacity:0;transform:scale(.88)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.fp-close{background:var(--bg2);border:1px solid var(--border2);cursor:pointer;width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1.2rem;right:1.2rem}.fp-close:hover{background:var(--bg3);color:var(--text)}.fp-steps{justify-content:center;align-items:center;gap:0;margin-bottom:1.8rem;display:flex}.fp-step-wrap{align-items:center;display:flex}.fp-step-dot{background:var(--bg3);border:2px solid var(--border2);width:30px;height:30px;color:var(--text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;transition:all .35s;display:flex}.fp-step-dot.active{background:var(--gold);border-color:var(--gold);color:#fff;box-shadow:0 0 0 4px #b8860b26}.fp-step-line{background:var(--border2);width:48px;height:2px;transition:background .35s}.fp-step-line.active{background:var(--gold)}.fp-icon{text-align:center;margin-bottom:.5rem;font-size:2.4rem}.fp-title{font-family:var(--font-display);color:var(--text);text-align:center;margin-bottom:.5rem;font-size:1.7rem;font-weight:500}.fp-desc{color:var(--text-muted);text-align:center;margin-bottom:1.5rem;font-size:.88rem;line-height:1.6}.fp-error{color:var(--danger);background:#fff5f5;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.7rem 1rem;font-size:.83rem;display:flex}.fp-error:before{content:"⚠"}.fp-form{flex-direction:column;gap:.9rem;display:flex}.fp-otp-grid{justify-content:center;gap:.5rem;display:flex}.fp-otp-input{border:2px solid var(--border2);text-align:center;width:48px;height:56px;color:var(--text);background:var(--bg2);font-size:1.4rem;font-weight:700;font-family:var(--font);border-radius:12px;outline:none;transition:all .2s}.fp-otp-input:focus{border-color:var(--gold);background:var(--card-bg);box-shadow:0 0 0 3px #b8860b1f}.fp-otp-input.filled{border-color:var(--gold-light);background:var(--bg2);color:var(--gold-dark)}.fp-resend{text-align:center;color:var(--text-muted);margin-top:1rem;font-size:.83rem}.fp-resend-btn{color:var(--gold-dark);cursor:pointer;font-size:.83rem;font-weight:600;font-family:var(--font);background:0 0;border:none;text-decoration:underline}.fp-resend-btn:hover{color:var(--gold)}.fp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.fp-done{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.fp-done-icon{margin-bottom:.5rem;font-size:3.5rem;animation:.5s bounceIn}@keyframes bounceIn{0%{transform:scale(0)}60%{transform:scale(1.2)}to{transform:scale(1)}}.adm-login-page{background:linear-gradient(135deg,#1a1208 0%,#2d1f08 50%,#1a1208 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1rem;display:flex}.adm-login-card{background:var(--card-bg);text-align:center;border-radius:24px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 32px 80px #0006}.adm-login-logo{margin-bottom:1rem}.adm-login-badge{color:var(--gold-dark);letter-spacing:2px;text-transform:uppercase;border:1px solid var(--border);background:#b8860b1a;border-radius:20px;margin-bottom:1rem;padding:4px 14px;font-size:.75rem;font-weight:700;display:inline-block}.adm-login-title{font-family:var(--font-display);color:var(--text);margin-bottom:.4rem;font-size:2rem;font-weight:500}.adm-login-sub{color:var(--text-muted);margin-bottom:1.5rem;font-size:.88rem}.adm-error{color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin-bottom:1rem;padding:.7rem 1rem;font-size:.85rem}.adm-login-form{flex-direction:column;gap:1rem;display:flex}.adm-login-input{border:1.5px solid var(--border2);font-family:var(--font);color:var(--text);background:var(--bg2);border-radius:12px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s}.adm-login-input:focus{border-color:var(--gold)}.adm-login-btn{background:linear-gradient(135deg, var(--gold-dark), var(--gold), var(--gold-light));color:#fff;font-family:var(--font);cursor:pointer;letter-spacing:.5px;border:none;border-radius:12px;padding:.9rem;font-size:.95rem;font-weight:700;transition:opacity .2s,transform .2s;box-shadow:0 4px 20px #b8860b4d}.adm-login-btn:hover{opacity:.9;transform:translateY(-1px)}.adm-login-back{color:var(--text-muted);margin-top:1.2rem;font-size:.85rem;text-decoration:none;display:inline-block}.adm-login-back:hover{color:var(--gold)}.adm-layout{background:var(--bg);min-height:100dvh;font-family:var(--font);max-width:100vw;margin-top:-90px;display:flex;overflow-x:hidden}.adm-sidebar{background:var(--card-bg);z-index:50;border-right:1px solid var(--border2);flex-direction:column;width:240px;height:100dvh;display:flex;position:fixed;top:0;left:0;box-shadow:2px 0 16px #1a12080f}.adm-sidebar-logo{border-bottom:1px solid #f0ece4;align-items:center;gap:.8rem;padding:1.5rem 1.2rem 1rem;display:flex}.adm-sidebar-badge{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;letter-spacing:2px;text-transform:uppercase;border-radius:20px;padding:3px 10px;font-size:.68rem;font-weight:700;box-shadow:0 2px 8px #b8860b4d}.adm-nav{flex-direction:column;flex:1;gap:2px;padding:1rem .8rem;display:flex;overflow-y:auto}.adm-nav-item{color:#7a6a4a;cursor:pointer;font-family:var(--font);text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.7rem;width:100%;padding:.7rem 1rem;font-size:.88rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.adm-nav-item:hover{color:#1a1208;background:#f8f5ef}.adm-nav-item.active{color:var(--gold-dark);background:linear-gradient(135deg,#b8860b1f,#d4a01712);border:1px solid #b8860b38;font-weight:600}.adm-nav-item.danger:hover{color:#dc2626;background:#fff5f5}.adm-nav-icon{text-align:center;width:22px;font-size:1.1rem}.adm-sidebar-footer{border-top:1px solid #f0ece4;flex-direction:column;gap:2px;padding:.8rem;display:flex}.adm-main{flex-direction:column;flex:1;min-width:0;min-height:100dvh;margin-left:240px;display:flex}.adm-header{background:var(--card-bg);z-index:10;border-bottom:1px solid #e5e1d8;justify-content:space-between;align-items:center;padding:1.2rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 8px #1a12080d}.adm-page-title{font-family:var(--font-display);color:var(--text);font-size:1.6rem;font-weight:500}.adm-page-sub{color:var(--text-muted);margin-top:1px;font-size:.78rem}.adm-header-right{align-items:center;gap:1.2rem;display:flex}.adm-header-time{color:var(--text-muted);font-size:.82rem}.adm-avatar{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;display:flex}.adm-content{flex:1;padding:2rem}.adm-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:1.5rem;display:grid}.adm-stat-card{background:var(--card-bg);border:1px solid #ede9df;border-radius:16px;align-items:center;gap:1rem;padding:1.4rem;display:flex;box-shadow:0 2px 12px #1a12080f}.adm-stat-card.sm{max-width:280px;margin-bottom:1.5rem}.adm-stat-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.adm-stat-value{font-family:var(--font-display);font-size:1.6rem;font-weight:600;line-height:1}.adm-stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:3px;font-size:.78rem;font-weight:600}.adm-stat-sub{color:#9ca3af;margin-top:2px;font-size:.75rem}.adm-card{background:var(--card-bg);border:1px solid #ede9df;border-radius:16px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 12px #1a12080f}.adm-card-title{color:var(--text);letter-spacing:.3px;border-bottom:1px solid #f0ece4;margin-bottom:1.2rem;padding-bottom:.8rem;font-size:.9rem;font-weight:700}.adm-row{gap:1.5rem;margin-bottom:1.5rem;display:flex}.adm-status-badge{letter-spacing:.3px;border-radius:20px;padding:3px 10px;font-size:.74rem;font-weight:700;display:inline-block}.adm-status-badge.sm{padding:2px 8px;font-size:.68rem}.adm-status-list{flex-direction:column;gap:.9rem;display:flex}.adm-status-row{align-items:center;gap:.8rem;display:flex}.adm-status-bar-wrap{background:#f0ece4;border-radius:4px;flex:1;height:8px;overflow:hidden}.adm-status-bar{border-radius:4px;height:100%;transition:width .5s}.adm-status-count{color:var(--text);text-align:right;min-width:24px;font-size:.9rem;font-weight:700}.adm-mini-orders{flex-direction:column;gap:.8rem;display:flex}.adm-mini-order{background:#f8f6f2;border-radius:10px;justify-content:space-between;align-items:center;padding:.7rem;display:flex}.adm-mini-order-id{color:var(--gold-dark);font-size:.8rem;font-weight:700}.adm-mini-order-user{color:var(--text);margin-top:1px;font-size:.82rem}.adm-mini-order-amt{color:var(--text);font-size:.88rem;font-weight:700}.adm-top-products{flex-direction:column;gap:.8rem;display:flex}.adm-top-prod-row{border-radius:10px;align-items:center;gap:1rem;padding:.7rem;transition:background .2s;display:flex}.adm-top-prod-row:hover{background:#f8f6f2}.adm-top-rank{color:var(--gold);min-width:28px;font-size:1rem;font-weight:800}.adm-top-prod-name{color:var(--text);font-size:.88rem;font-weight:600}.adm-top-prod-cat{color:var(--text-muted);margin-top:2px;font-size:.75rem}.adm-top-prod-sold{color:var(--text);font-size:.82rem;font-weight:700}.adm-top-prod-rev{color:var(--gold-dark);font-size:.78rem;font-weight:600}.adm-toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.adm-search{min-width:240px;font-family:var(--font);color:var(--text);background:var(--card-bg);border:1.5px solid #e5e1d8;border-radius:10px;outline:none;flex:1;padding:.65rem 1rem;font-size:.88rem;transition:border-color .2s}.adm-search:focus{border-color:var(--gold)}.adm-filter-tabs{flex-wrap:wrap;gap:6px;display:flex}.adm-filter-tab{background:var(--card-bg);color:var(--text-muted);cursor:pointer;font-size:.8rem;font-weight:600;font-family:var(--font);border:1.5px solid #e5e1d8;border-radius:20px;padding:.45rem .9rem;transition:all .2s}.adm-filter-tab.active{background:var(--gold);border-color:var(--gold);color:#fff}.adm-filter-tab:hover:not(.active){border-color:var(--gold-light);color:var(--gold-dark)}.adm-table{border-collapse:collapse;width:100%;font-size:.86rem}.adm-table thead tr{background:#f8f6f2}.adm-table th{text-align:left;letter-spacing:1px;text-transform:uppercase;color:var(--text-muted);white-space:nowrap;border-bottom:1px solid #ede9df;padding:.9rem 1.2rem;font-size:.72rem;font-weight:700}.adm-table td{vertical-align:top;color:var(--text);border-bottom:1px solid #f0ece4;padding:1rem 1.2rem}.adm-table tbody tr:hover{background:#fdfcf8}.adm-table tbody tr:last-child td{border-bottom:none}.adm-table-user{font-size:.88rem;font-weight:600}.adm-table-email{color:var(--gold-dark);margin-top:2px;font-size:.78rem}.adm-table-addr{color:var(--text-muted);margin-top:2px;font-size:.75rem}.adm-table-prod{max-width:180px;font-size:.84rem}.adm-table-footer{color:var(--text-muted);text-align:right;margin-top:.5rem;font-size:.8rem}.adm-empty{text-align:center;color:var(--text-muted);padding:3rem;font-size:.9rem}.adm-status-select-wrap{flex-wrap:wrap;gap:4px;display:flex}.adm-status-opt{cursor:pointer;font-size:.74rem;font-weight:700;font-family:var(--font);border:none;border-radius:6px;padding:4px 10px;transition:opacity .2s}.adm-status-opt:hover{opacity:.8}.adm-edit-btn{border:1.5px solid var(--border2);background:var(--card-bg);color:var(--gold-dark);cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font);border-radius:8px;padding:5px 12px;transition:all .2s}.adm-edit-btn:hover{border-color:var(--gold);background:var(--bg2)}.adm-users-summary{margin-bottom:1.5rem}.adm-user-row{align-items:center;gap:.6rem;display:flex}.adm-user-avatar{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.adm-del-btn{color:#dc2626;cursor:pointer;font-size:.78rem;font-weight:600;font-family:var(--font);background:#fff5f5;border:1.5px solid #fecaca;border-radius:8px;padding:5px 12px;transition:all .2s}.adm-del-btn:hover{background:#fef2f2}.adm-cat-badge{color:var(--gold-dark);background:#b8860b1a;border-radius:6px;padding:3px 8px;font-size:.74rem;font-weight:600}.adm-low-stock{color:#dc2626;background:#fef2f2;border-radius:4px;margin-left:6px;padding:2px 6px;font-size:.68rem;font-weight:700}.adm-cat-rev-row{align-items:center;gap:.8rem;margin-bottom:.9rem;display:flex}.adm-cat-rev-label{color:var(--text);min-width:140px;font-size:.8rem;font-weight:500}.adm-cat-rev-bar-wrap{background:#f0ece4;border-radius:5px;flex:1;height:10px;overflow:hidden}.adm-cat-rev-bar{background:linear-gradient(90deg, var(--gold-dark), var(--gold-light));border-radius:5px;height:100%;transition:width .6s}.adm-cat-rev-val{color:var(--text-muted);text-align:right;min-width:130px;font-size:.78rem}.adm-cat-rev-val span{color:var(--gold-dark);font-weight:600}.adm-timeline{flex-direction:column;gap:0;max-height:400px;display:flex;overflow-y:auto}.adm-timeline-item{border-bottom:1px solid #f0ece4;align-items:center;gap:.8rem;padding:.7rem 0;display:flex}.adm-timeline-item:last-child{border-bottom:none}.adm-timeline-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.adm-timeline-content{flex:1}.adm-timeline-title{color:var(--text);font-size:.82rem;font-weight:600}.adm-timeline-sub{color:var(--text-muted);margin-top:1px;font-size:.74rem}@media (max-width:1024px){.adm-stats-grid{grid-template-columns:repeat(2,1fr)}.adm-sidebar{width:200px}.adm-main{margin-left:200px}}@media (max-width:768px){.adm-sidebar{z-index:100;border-right:none;border-top:1px solid var(--border2);white-space:nowrap;background:var(--card-bg);flex-direction:row;width:100%;height:60px;padding:0;display:flex;position:fixed;top:auto;bottom:0;left:0;overflow-x:auto;box-shadow:0 -2px 10px #0000001a}.adm-sidebar-logo{display:none}.adm-sidebar-footer{border-top:none;border-left:1px solid var(--border2);flex-direction:row;align-items:center;gap:0;padding:0 .5rem;display:flex}.adm-nav{white-space:nowrap;flex-direction:row;justify-content:flex-start;align-items:center;gap:0;width:auto;padding:0 .5rem;overflow-x:visible}.adm-nav-item{text-align:center;border-radius:0;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:2px;width:auto;height:100%;padding:5px 12px;font-size:.7rem;border:none!important}.adm-nav-item.active{background:linear-gradient(#0000,#b8860b1f);border-bottom:2px solid var(--gold-dark)!important}.adm-nav-item span:not(.adm-nav-icon){font-size:.65rem}.adm-nav-icon{margin:0;font-size:1.1rem}.adm-main{margin-left:0;padding-bottom:70px}.adm-stats-grid{grid-template-columns:1fr}.adm-row{flex-direction:column}.adm-content{padding:1rem}}.adm-add-btn{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;font-family:var(--font);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;padding:.55rem 1.2rem;font-size:.88rem;font-weight:700;transition:opacity .2s,transform .2s;box-shadow:0 3px 12px #b8860b40}.adm-add-btn:hover{opacity:.9;transform:translateY(-1px)}.adm-modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;background:#1a120880;justify-content:center;align-items:center;padding:1rem;animation:.18s fadeInUp;display:flex;position:fixed;inset:0}.adm-modal{background:var(--card-bg);border:1px solid var(--border2);border-radius:20px;width:100%;max-width:580px;max-height:90vh;animation:.28s cubic-bezier(.34,1.56,.64,1) fpSlideIn;overflow-y:auto;box-shadow:0 24px 80px #1a12082e}.adm-modal-header{justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;display:flex}.adm-modal-title{font-family:var(--font-display);color:var(--text);font-size:1.4rem;font-weight:500}.adm-modal-error{color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:10px;margin:.8rem 1.5rem;padding:.6rem 1rem;font-size:.83rem}.adm-modal-grid{grid-template-columns:1fr 1fr;gap:1rem;padding:1.2rem 1.5rem;display:grid}.adm-modal-field{flex-direction:column;gap:.4rem;display:flex}.adm-modal-field.full{grid-column:1/-1}.adm-modal-label{color:var(--text);letter-spacing:.3px;text-transform:uppercase;font-size:.78rem;font-weight:700}.adm-modal-input{border:1.5px solid var(--border2);font-family:var(--font);color:var(--text);background:var(--bg2);border-radius:10px;outline:none;width:100%;padding:.65rem .9rem;font-size:.9rem;transition:border-color .2s}.adm-modal-input:focus{border-color:var(--gold);background:var(--card-bg)}select.adm-modal-input{cursor:pointer}.adm-emoji-grid{flex-wrap:wrap;gap:6px;display:flex}.adm-emoji-btn{border:2px solid var(--border2);background:var(--bg2);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:all .2s;display:flex}.adm-emoji-btn:hover{border-color:var(--gold-light);background:var(--bg2)}.adm-emoji-btn.active{border-color:var(--gold);background:var(--bg2);box-shadow:0 0 0 3px #b8860b26}.adm-toggle-wrap{align-items:center;gap:.7rem;display:flex}.adm-toggle{cursor:pointer;background:#e5e7eb;border:none;border-radius:12px;flex-shrink:0;width:44px;height:24px;padding:0;transition:background .25s;position:relative}.adm-toggle.on{background:var(--gold)}.adm-toggle-knob{background:var(--card-bg);border-radius:50%;width:18px;height:18px;transition:transform .25s;display:block;position:absolute;top:3px;left:3px;box-shadow:0 1px 4px #00000026}.adm-toggle.on .adm-toggle-knob{transform:translate(20px)}.adm-modal-actions{border-top:1px solid var(--border2);justify-content:flex-end;gap:.8rem;padding:1rem 1.5rem 1.5rem;display:flex}.adm-modal-cancel{background:var(--bg2);border:1.5px solid var(--border2);color:var(--text-muted);font-family:var(--font);cursor:pointer;border-radius:10px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.adm-modal-cancel:hover{background:var(--bg3)}.adm-modal-save{background:linear-gradient(135deg, var(--gold-dark), var(--gold-light));color:#fff;font-family:var(--font);cursor:pointer;border:none;border-radius:10px;padding:.65rem 1.8rem;font-size:.9rem;font-weight:700;transition:opacity .2s,transform .2s;box-shadow:0 3px 12px #b8860b40}.adm-modal-save:hover{opacity:.9;transform:translateY(-1px)}.adm-new-badge{color:#fff;letter-spacing:.5px;vertical-align:middle;background:#059669;border-radius:4px;margin-left:6px;padding:2px 7px;font-size:.65rem;font-weight:800}.adm-discount-badge{color:#fff;letter-spacing:.5px;background:#dc2626;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.mobile-drawer{display:none}.mobile-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;padding:.5rem;font-size:1.8rem;display:none}@media (max-width:1024px){.navbar-inner{gap:1rem;padding:1rem}.search-bar{max-width:300px}.nav-categories{gap:1rem;font-size:.75rem}}@media (max-width:768px){:root{--section-pad:3rem 1rem}.navbar{padding:0}.mobile-toggle{padding:0 .2rem;font-size:1.8rem;display:block;order:1!important;margin-right:.2rem!important}.navbar-inner{flex-flow:row;justify-content:flex-start;align-items:center;gap:0;height:auto;padding:.6rem;display:flex;position:relative}.navbar-inner>div:has(.logo-img-link){flex:none!important;order:2!important;align-items:center!important;margin-right:.3rem!important;display:flex!important}.navbar-inner .logo-img-link{order:1!important;align-items:center!important;margin-right:0!important;display:flex!important;position:relative!important;top:0!important}.nav-spacer{display:none!important}.logo-img{width:auto!important;height:52px!important}.navbar-inner>form{pointer-events:auto!important;z-index:10!important;order:2!important;justify-content:center!important;width:42%!important;max-width:240px!important;display:flex!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important}.search-bar{flex:1;justify-content:flex-start;align-items:center;width:100%;max-width:100%;height:36px;margin:0;padding:0;display:flex;position:relative;order:3!important}.search-btn{display:none}.search-bar svg{width:16px;height:16px;position:absolute;left:.6rem}.search-bar input{text-align:left;text-overflow:ellipsis;flex:1;width:100%;padding:0 .4rem 0 2rem;font-size:.85rem}.search-bar input::placeholder{color:var(--text-muted);text-align:left}.nav-actions{border:none;justify-content:flex-end;align-items:center;gap:.6rem;width:auto;padding:0;display:flex;order:4!important;margin-left:auto!important}.nav-actions .nav-btn{flex-direction:column;align-items:center;gap:2px;padding:0}.nav-actions .nav-btn svg{stroke-width:1.5px;width:26px;height:26px}.nav-actions .nav-avatar{width:30px;height:30px;font-size:1rem}.nav-actions span{display:none}.mobile-drawer{background:var(--bg);z-index:3000;flex-direction:column;gap:0;width:85%;height:100dvh;padding:0;transition:transform .4s cubic-bezier(.165,.84,.44,1);display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:20px 0 60px #00000026}.mobile-drawer.open{display:flex;transform:translate(0)}.drawer-header{border-bottom:1px solid var(--border2);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.drawer-logo{object-fit:contain;width:auto!important;height:100px!important}.drawer-close{background:var(--bg2);cursor:pointer;width:36px;height:36px;color:var(--text);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.drawer-nav{flex-direction:column;align-items:flex-start;gap:0;width:100%;padding:0}.drawer-nav .nav-cat-item{border-bottom:1px solid var(--border2);width:100%;color:var(--text);justify-content:space-between;align-items:center;padding:1.2rem 1.5rem;font-size:.95rem;display:flex}.drawer-nav .nav-cat-item:after{content:"+";color:var(--text-muted);font-size:1.2rem}.mobile-cat-dropdown{background:var(--bg2);flex-direction:column;width:100%;display:flex}.mobile-cat-dropdown a{border-bottom:1px solid var(--border2);color:var(--text-muted);padding:1rem 2.5rem;font-size:.85rem;text-decoration:none}.nav-bottom{display:none}.nav-overlay{z-index:1999;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;display:none;position:fixed;inset:0}.nav-overlay.show{opacity:1;visibility:visible;display:block}.hero{height:60vh;min-height:420px;padding-top:60px}.hero-slide{background-position:50% 85%}.hero-slider:after{background:0 0}.hero-content{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;height:100%;padding:1rem 1.5rem 3.5rem;display:flex}.hero-content .fade-in{flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;display:flex}.hero-content .hero-title{color:#1a1208;text-shadow:0 0 12px #fffffffa,0 0 6px #fffffff2,0 1px 2px #ffffffe6;margin-bottom:1.5rem;font-size:2.6rem;font-weight:700;line-height:1.15}.hero-content .hero-title em{background:linear-gradient(135deg,#b91c1c,#f43f5e);-webkit-text-fill-color:transparent;text-shadow:none;filter:drop-shadow(0 1px 1px #1a120826)drop-shadow(0 2px 4px #fffffff2);-webkit-background-clip:text;background-clip:text;font-weight:800}.hero-eyebrow,.hero-content h1,.hero-content p{display:none}.hero-content h1{font-size:2.8rem}.hero-stats{-webkit-backdrop-filter:blur(15px);background:#120e08e0;border:1.5px solid #b8860b73;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:.35rem;width:100%;margin-top:.8rem;margin-bottom:0;padding:.6rem .4rem;display:grid;box-shadow:0 10px 35px #0000004d}.stat-num{color:gold;text-shadow:none;font-size:1rem;font-weight:700}.stat-label{letter-spacing:.5px;color:#e6dfcf;text-shadow:none;font-size:.5rem;font-weight:800}.hero-btns{flex-direction:row;gap:.4rem;width:100%;margin-top:.8rem}.hero-btns a{white-space:nowrap;flex:1;justify-content:center;padding:.45rem .3rem;font-size:.62rem}.mobile-hero-text{text-align:center;-webkit-backdrop-filter:blur(15px);background:#120e08e0;border:1.5px solid #b8860b73;border-radius:10px;width:85%;max-width:240px;margin:0 auto .8rem;padding:.35rem .6rem;box-shadow:0 10px 35px #0000004d}.m-hero-eyebrow{letter-spacing:1px;text-transform:uppercase;color:gold;margin-bottom:.2rem;font-size:.65rem;font-weight:800;display:block}.m-hero-title{font-family:var(--font-display);color:#fff;margin-bottom:.2rem;font-size:1.35rem;font-weight:600;line-height:1.25}.m-hero-title em{background:linear-gradient(135deg,gold,orange);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:700}.m-hero-desc{color:#e6dfcf;max-width:260px;margin:0 auto;font-size:.65rem;font-weight:600;line-height:1.3}.dark .mobile-hero-text{background:#120e08e0;border:1.5px solid #b8860b73}.dark .m-hero-eyebrow{color:gold}.dark .m-hero-title{color:#fff}.dark .m-hero-desc{color:#e6dfcf}.features-grid{grid-template-columns:1fr 1fr;gap:1rem}.cat-grid{gap:1rem}.cat-card{width:calc(50% - .5rem)}.section{padding:3rem .25rem}.products-grid{grid-template-columns:1fr 1fr;gap:.5rem}.product-info{padding:1rem}.product-name{font-size:.9rem}.product-footer>div{flex-direction:column;align-items:flex-start;gap:2px;display:flex}.price-current{font-size:1.1rem}.price-old{margin-left:0;font-size:.75rem}.add-cart{width:44px;height:44px;font-size:1.6rem}.section-header-row{flex-direction:column;align-items:flex-start;gap:1rem}.section-title{font-size:1.8rem}.banner{padding:3rem 1.5rem}.banner h2{font-size:1.8rem}.promo-code{letter-spacing:2px;font-size:1rem}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem 1.5rem}.footer-bottom{text-align:center;flex-direction:column}.footer-grid>:nth-child(4){text-align:center;grid-column:1/-1}.product-modal{border-radius:0;height:100dvh;max-height:100dvh}.modal-content{grid-template-columns:1fr}.modal-gallery{height:350px}.modal-details{padding:1.5rem}.modal-title{font-size:1.8rem}.modal-actions{background:var(--card-bg);border-top:1px solid var(--border);margin:0 -1.5rem -1.5rem;padding:1rem;position:sticky;bottom:0}.cart-sidebar{width:100%}}@media (max-width:480px){.features-grid{grid-template-columns:1fr 1fr;gap:.8rem}.feature-card{padding:1.2rem .6rem}.feature-icon{width:40px;height:40px;margin-bottom:.6rem;font-size:1.2rem}.feature-title{margin-bottom:.3rem;font-size:.8rem}.feature-desc{font-size:.65rem}.cat-grid{gap:1rem}.cat-card{width:calc(50% - .5rem);padding:1rem .5rem}.cat-image-wrap{height:140px;margin-bottom:1rem}.cat-name{font-size:1.1rem}.products-grid{grid-template-columns:1fr 1fr;gap:.6rem}.product-info{padding:.8rem}.hero-content h1{font-size:2.2rem}.logo-img{width:auto!important;height:52px!important}.footer-brand .logo-img-footer{width:auto;height:65px}.product-img{height:180px}}body{width:100%;overflow-x:hidden}.hero,.section,footer{width:100%;max-width:100vw;overflow:hidden}.section-inner{width:100%;padding:0 1.5rem}.adm-upload-btn{background:var(--bg2);border:1px dashed var(--border-dark);color:var(--text);cursor:pointer;border-radius:8px;padding:.6rem 1.2rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-block}.adm-upload-btn:hover{background:var(--bg3);border-color:var(--gold);color:var(--gold-dark)}.mobile-user-promo{display:none}.chatbot-trigger-container{z-index:2500;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:2rem;right:2rem}.chatbot-trigger{background:var(--card-bg);cursor:pointer;border:none;border-radius:50%;width:60px;height:60px;padding:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #00000026}.greeting-bubble{background:var(--card-bg);border:1.5px solid var(--border2);white-space:nowrap;border-radius:50px;align-items:center;gap:12px;padding:8px 14px;animation:.5s ease-out slideIn;display:flex;position:relative;box-shadow:0 8px 25px #0000001f}.greeting-bubble span{color:var(--text);font-size:.85rem;font-weight:700}.bubble-close{color:#999;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.2rem;line-height:1}.bubble-arrow{background:var(--card-bg);border-right:1.5px solid var(--border2);border-bottom:1.5px solid var(--border2);width:12px;height:12px;position:absolute;bottom:-6px;right:22px;transform:rotate(45deg)}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trigger-avatar-wrap{border-radius:50%;width:100%;height:100%;position:relative;overflow:visible}.trigger-avatar{object-fit:cover;border:2px solid var(--bg);border-radius:50%;width:100%;height:100%}.trigger-online-dot{border:2px solid var(--bg);background:#10b981;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px;box-shadow:0 2px 4px #0000001a}.chatbot-window{background:var(--card-bg);z-index:2501;border:1px solid var(--border2);border-radius:24px;flex-direction:column;width:380px;max-width:calc(100vw - 4rem);height:600px;max-height:calc(100dvh - 10rem);animation:.4s cubic-bezier(.165,.84,.44,1) chatbotSlideUp;display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden;box-shadow:0 20px 60px #00000026}@keyframes chatbotSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:linear-gradient(to right, var(--card-bg), var(--bg2));border-bottom:1px solid var(--border2);justify-content:space-between;align-items:center;padding:1rem 1.2rem;display:flex}.chatbot-title{color:var(--text);align-items:center;gap:.8rem;font-size:1rem;font-weight:700;display:flex}.assistant-avatar-small{background:var(--card-bg);border:1px solid var(--border2);border-radius:50%;flex-shrink:0;width:38px;height:38px;position:relative}.assistant-avatar-small img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.online-indicator-dot{border:2px solid var(--card-bg);background:#10b981;border-radius:50%;width:10px;height:10px;position:absolute;bottom:0;right:0}.chatbot-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.2rem}.chatbot-lang-select{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.lang-btns{flex-direction:column;gap:1rem;width:100%;max-width:200px;display:flex}.lang-btns button{border:1.5px solid var(--border2);background:var(--card-bg);color:var(--text);cursor:pointer;font-weight:600;font-family:var(--font);border-radius:12px;padding:.8rem;transition:all .2s}.lang-btns button:hover{background:var(--bg2);border-color:var(--gold-dark)}.chatbot-messages{background:var(--bg2);flex-direction:column;flex:1;gap:1.2rem;padding:1.2rem;display:flex;overflow-y:auto}.message-wrapper{align-items:flex-end;gap:.6rem;max-width:90%;display:flex}.message-wrapper.user{flex-direction:row-reverse;align-self:flex-end}.message-avatar{object-fit:cover;border:1px solid var(--border2);background:var(--card-bg);border-radius:50%;flex-shrink:0;width:32px;height:32px;display:block}.message{border-radius:18px;padding:.8rem 1.2rem;font-size:.9rem;line-height:1.4}.message.assistant{background:var(--card-bg);border:1px solid var(--border2);border-radius:18px 18px 18px 4px}.message.user{background:linear-gradient(135deg, var(--gold-dark), var(--gold));color:#fff;border-radius:18px 18px 4px}.chatbot-input-area{background:var(--card-bg);border-top:1px solid var(--border2);align-items:center;gap:.6rem;padding:1rem;display:flex}.chatbot-input-area input{border:1.5px solid var(--border2);background:var(--bg2);color:var(--text);border-radius:12px;outline:none;flex:1;padding:.6rem 1rem;font-size:.9rem}.mic-btn,.send-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.mic-btn{background:var(--bg2);color:var(--gold)}.mic-btn.listening{color:#ef4444;background:#fee2e2;animation:1.5s infinite pulse}.send-btn{background:var(--gold);color:#fff}.chatbot-tabs{border-bottom:1px solid var(--border2);display:flex}.chatbot-tab{font-family:var(--font);color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex:1;padding:.8rem;font-size:.85rem;font-weight:600;transition:all .2s}.chatbot-tab.active{color:var(--gold);border-bottom:2px solid var(--gold)}.chatbot-support-view{background:var(--bg2);flex-direction:column;flex:1;gap:1rem;padding:1.2rem;display:flex;overflow-y:auto}.support-info-box{background:var(--card-bg);border:1px solid var(--border2);border-radius:12px;padding:1rem}.support-info-title{color:var(--gold-dark);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700}.support-info-content{color:var(--text);font-size:.9rem;line-height:1.5}.support-hours{color:var(--text-muted);margin-top:.4rem;font-size:.8rem;font-style:italic}.support-options-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.support-option-box{background:var(--card-bg);border:1.5px solid var(--border2);text-align:center;cursor:pointer;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;text-decoration:none;transition:all .2s;display:flex}.support-option-box:hover{border-color:var(--gold);background:var(--bg2);transform:translateY(-2px)}.support-option-icon{font-size:1.5rem}.support-option-label{color:var(--text);font-size:.8rem;font-weight:600}.support-form{flex-direction:column;gap:.8rem;margin-top:.5rem;display:flex}.support-input{border:1.5px solid var(--border2);font-family:var(--font);background:var(--bg2);color:var(--text);border-radius:8px;outline:none;padding:.6rem;font-size:.85rem}.support-input:focus{border-color:var(--gold);background:var(--card-bg)}.support-textarea{resize:none;height:80px}.support-submit{background:var(--gold);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.7rem;font-weight:600;transition:opacity .2s}.support-submit:hover{opacity:.9}.support-submit:disabled{opacity:.5;cursor:not-allowed}@keyframes pulse{0%{box-shadow:0 0 #ef444466}70%{box-shadow:0 0 0 10px #ef444400}to{box-shadow:0 0 #ef444400}}@media (max-width:600px){.chatbot-window{z-index:9999;border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%;animation:.3s fadeIn;top:0;bottom:0;right:0;transform:none}.chatbot-trigger{width:48px;height:48px}.chatbot-trigger-container{align-items:flex-end;inset:auto .75rem 1.5rem auto;transform:none}.greeting-bubble{gap:8px;padding:6px 12px}.greeting-bubble span{font-size:.75rem}.bubble-arrow{width:9px;height:9px;bottom:-5px;right:18px}.trigger-online-dot{border-width:1.5px;width:8px;height:8px;bottom:0;right:0}}.insta-section{background:var(--insta-bg);padding:4rem 0 2rem;overflow:hidden}.insta-header{max-width:1400px;margin-bottom:2rem;margin-left:auto;margin-right:auto;padding:0 2rem}.home-tag-bar-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:2rem;padding:.25rem 0;overflow-x:auto}.home-tag-bar-wrap::-webkit-scrollbar{display:none}.home-tag-bar{gap:1rem;width:max-content;margin:0 auto;padding:0 2rem;display:flex}.home-tag-pill{color:#a07850;letter-spacing:.03em;cursor:pointer;white-space:nowrap;background:#fdfaf7;border:2px solid #e8d9c5;border-radius:999px;align-items:center;padding:.8rem 1.8rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .25s cubic-bezier(.34,1.56,.64,1);display:inline-flex}.home-tag-pill:hover{color:#7a5c30;background:#fdf5e8;border-color:#c9a96e;transform:translateY(-2px)scale(1.04);box-shadow:0 6px 18px #c9a96e38}.home-tag-active{transform:translateY(-2px)scale(1.06);box-shadow:0 6px 22px #c9a96e73;color:#fff!important;background:linear-gradient(135deg,#c9a96e,#e8c99a)!important;border-color:#0000!important}.home-tag-active:hover{transform:translateY(-3px)scale(1.07);box-shadow:0 8px 26px #c9a96e8c}.insta-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:15px;padding:0 2rem 1.5rem;display:flex;overflow-x:auto}.insta-scroll::-webkit-scrollbar{height:4px}.insta-scroll::-webkit-scrollbar-track{background:var(--bg2);margin:0 2rem}.insta-scroll::-webkit-scrollbar-thumb{background:var(--gold);border-radius:10px}.insta-item{scroll-snap-align:start;flex-direction:column;flex:0 0 220px;gap:12px;display:flex}.insta-item.clickable{cursor:pointer}.insta-tag{color:var(--text-muted);letter-spacing:.5px;font-size:.75rem;font-weight:500}.insta-media-wrap{aspect-ratio:9/16;background:#000;border-radius:12px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000000d}.insta-img,.insta-video{object-fit:cover;object-position:top;background-color:#000;width:100%;height:106%;transition:transform .5s}.insta-item:hover .insta-img{transform:scale(1.05)}@media (max-width:768px){.insta-section{padding:2.5rem 0}.insta-scroll{scroll-snap-type:none;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 10px;display:grid;overflow-x:hidden}.insta-item{flex:none;gap:6px;width:100%}.insta-item .insta-tag{text-align:center;font-size:.6rem}.insta-item:nth-child(4),.insta-item:nth-child(8){grid-column:1/span 3;width:85%;margin:15px auto}}.stylish-section{background:var(--bg);justify-content:center;width:100%;padding:5rem 2rem;display:flex}.stylish-inner{flex-direction:column;gap:0;width:100%;max-width:1200px;display:flex}.stylish-columns{align-items:center;gap:4rem;width:100%;display:flex}.stylish-mobile-header{display:none}.stylish-desktop-header{display:block}.stylish-left{flex:1;justify-content:center;display:flex}.stylish-image-arch{width:380px;height:520px;box-shadow:var(--shadow-card);border-radius:200px 200px 0 0;position:relative;overflow:hidden}.stylish-model-img{object-fit:cover;object-position:center}.stylish-shop-btn{color:#000;letter-spacing:2px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffd9;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 30px #0000001a}.stylish-shop-btn:hover{background:var(--card-bg);transform:translate(-50%,-50%)scale(1.05)}.stylish-right{flex-direction:column;flex:1.2;display:flex}.stylish-badge{color:gold;letter-spacing:1px;background:#4a0e23;border-radius:20px;align-self:flex-start;align-items:center;margin-bottom:1.5rem;padding:6px 14px;font-size:.75rem;font-weight:700;display:inline-flex}.stylish-star{margin-right:6px}.stylish-title{font-family:var(--font-display);color:var(--text);margin-bottom:3rem;font-size:2.8rem;font-weight:500;line-height:1.2}.stylish-slider{gap:2rem;min-height:320px;display:flex}.stylish-product-card{flex-direction:column;flex:1;display:flex}.sp-img-wrap{aspect-ratio:1;background:var(--bg2);border-radius:8px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.sp-img{object-fit:cover}.sp-name{color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.sp-price-row{align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.sp-price{color:var(--text);font-size:1.1rem;font-weight:700}.sp-old{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.sp-buy-btn{border:1px solid var(--border);color:var(--text);letter-spacing:1px;cursor:pointer;text-transform:uppercase;text-align:center;background:0 0;padding:.8rem;font-size:.85rem;font-weight:600;transition:all .3s}.sp-buy-btn:hover{background:var(--text);color:var(--bg)}.stylish-dots{gap:1rem;margin-top:2rem;display:flex}.stylish-dot{background:var(--border2);width:40px;height:2px;transition:all .3s}.stylish-dot.active{background:var(--text)}.dark .stylish-badge{background:#6d1534}@media (max-width:992px){.stylish-inner{flex-direction:column;gap:2rem}.stylish-title{font-size:2.2rem}}@media (max-width:768px){.stylish-section{padding:2.5rem 1rem!important}.stylish-inner{gap:1rem!important}.stylish-mobile-header{text-align:center;flex-direction:column;align-items:center;width:100%;margin-bottom:.5rem;display:flex!important}.stylish-mobile-header .stylish-badge{align-self:center!important;margin-bottom:.8rem!important}.stylish-mobile-header .stylish-title{text-align:center!important;margin-bottom:0!important;font-size:1.8rem!important}.stylish-desktop-header{display:none!important}.stylish-columns{flex-direction:row!important;align-items:stretch!important;gap:1.2rem!important}.stylish-left{flex:0 0 42%!important;max-width:42%!important}.stylish-image-arch{aspect-ratio:.72!important;border-radius:100px 100px 0 0!important;width:100%!important;max-width:none!important;height:auto!important}.stylish-shop-btn{letter-spacing:1px!important;width:68px!important;height:68px!important;font-size:.65rem!important}.stylish-right{flex:1!important;min-width:0!important}.stylish-slider{gap:0!important;min-height:auto!important}.stylish-product-card{animation:.4s ease-out fadeIn;flex:0 0 100%!important;max-width:100%!important}.sp-img-wrap{border-radius:6px!important;margin-bottom:.5rem!important}.sp-name{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-bottom:.3rem!important;font-size:.85rem!important}.sp-price-row{gap:.4rem!important;margin-bottom:.6rem!important}.sp-price{font-size:.85rem!important}.sp-old{font-size:.75rem!important}.sp-buy-btn{letter-spacing:.5px!important;padding:.5rem .2rem!important;font-size:.7rem!important}.stylish-dots{justify-content:center!important;gap:.5rem!important;margin-top:1rem!important}.stylish-dot{width:20px!important;height:2px!important}}.promo-double-section{background-color:#5a0e28;width:100%;margin-bottom:3rem;padding:3rem 1rem}.promo-double-inner{grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto;display:grid}.promo-d-card{background:#fcfcfc linear-gradient(135deg,#e6e1d733 0%,#faf8f5cc 50%,#e6e1d733 100%);border-radius:12px;justify-content:space-between;align-items:stretch;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px #00000026}.promo-d-left{z-index:2;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;display:flex}.promo-d-company{text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem}.promo-d-title{font-family:var(--font-serif);color:#5a0e28;margin:0 0 .5rem;font-size:2.4rem;line-height:1.1}.promo-d-subtitle{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:1.5rem;font-size:.75rem}.promo-d-btn{color:#fff;cursor:pointer;background:#5a0e28;border:none;border-radius:4px;margin-bottom:2rem;padding:.6rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s}.promo-d-btn:hover{background:#731333}.promo-d-web{letter-spacing:1px;color:var(--text-light);margin-top:auto;font-size:.7rem}.promo-d-right{border:4px solid #c0c4c8;border-radius:100px 100px 0 0;width:45%;min-height:250px;position:relative;overflow:hidden;box-shadow:inset 0 0 0 2px #fff,0 8px 16px #0000001a}.promo-d-right img{object-fit:cover;transition:transform .5s}.promo-d-card:hover .promo-d-right img{transform:scale(1.05)}@media (max-width:992px){.promo-double-inner{grid-template-columns:1fr}}@media (max-width:576px){.promo-d-card{flex-direction:column;padding:1.5rem}.promo-d-right{border-radius:60px 60px 0 0;width:100%;height:200px;margin-top:2rem}.promo-d-title{font-size:2rem}}.bestsellers-section{background-color:#faf6f8;width:100%;padding:5rem 0}.dark .bestsellers-section{background-color:#120e10}.bestsellers-inner{text-align:center;max-width:1400px;margin:0 auto;padding:0 1.5rem}.bestsellers-badge{color:gold;letter-spacing:2px;background-color:#4a0e28;border-radius:50px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.75rem;font-weight:700;display:inline-flex}.bestsellers-star{color:gold}.bestsellers-title{font-family:var(--font-display);color:var(--text);margin-bottom:.75rem;font-size:2.8rem;font-weight:400}.bestsellers-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 2.5rem;font-size:.95rem;line-height:1.6}.bestsellers-subtitle:after{content:"";background-color:#4a0e28;width:40px;height:1.5px;margin:1.2rem auto 0;display:block}.dark .bestsellers-subtitle:after{background-color:var(--gold-light)}.bestsellers-carousel-container{width:100%;margin-bottom:2.5rem;overflow:hidden}.bestsellers-carousel-track{grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;transition:all .5s;display:grid}.bestsellers-card{background:var(--card-bg);border:1px solid var(--border2);cursor:pointer;text-align:left;border-radius:8px;flex-direction:column;padding:1.2rem;transition:all .3s cubic-bezier(.165,.84,.44,1);display:flex;overflow:hidden}.bestsellers-card:hover{box-shadow:var(--shadow);border-color:var(--border);transform:translateY(-5px)}.bs-img-wrap{aspect-ratio:1;background-color:var(--card-bg);border-radius:4px;width:100%;margin-bottom:1rem;position:relative;overflow:hidden}.dark .bs-img-wrap{background-color:var(--bg3)}.bs-img{object-fit:contain;mix-blend-mode:multiply;padding:12px;transition:transform .5s}.dark .bs-img{mix-blend-mode:normal}.bestsellers-card:hover .bs-img{transform:scale(1.05)}.bs-name{color:var(--text);-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:.95rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.bs-price-row{align-items:baseline;gap:.5rem;margin-bottom:1.2rem;display:flex}.bs-price{color:var(--text);font-size:1.1rem;font-weight:600}.bs-old{color:var(--text-muted);font-size:.85rem;text-decoration:line-through}.bs-buy-btn{color:#4a0e28;letter-spacing:1px;cursor:pointer;text-align:center;background:0 0;border:1.5px solid #4a0e28;border-radius:4px;width:100%;margin-top:auto;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.dark .bs-buy-btn{color:var(--gold-light);border-color:var(--gold-light)}.bs-buy-btn:hover{color:#fff;background:#4a0e28}.dark .bs-buy-btn:hover{background:var(--gold-light);color:#000}.bestsellers-controls{justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;display:flex}.bs-arrow-btn{border:1px solid var(--border);width:44px;height:44px;color:var(--text);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;transition:all .3s;display:flex}.bs-arrow-btn:hover{color:#4a0e28;border-color:#4a0e28}.dark .bs-arrow-btn:hover{border-color:var(--gold-light);color:var(--gold-light)}.bs-view-all{letter-spacing:2px;color:#4a0e28;border-bottom:1.5px solid #0000;padding-bottom:2px;font-size:.8rem;font-weight:700;text-decoration:none;transition:all .3s}.dark .bs-view-all{color:var(--gold-light)}.bs-view-all:hover{border-bottom-color:currentColor}@media (max-width:1024px){.bestsellers-carousel-track{grid-template-columns:repeat(2,1fr);gap:1.5rem}.bestsellers-title{font-size:2.2rem}}@media (max-width:576px){.bestsellers-section{padding:3rem 0}.bestsellers-carousel-track{grid-template-columns:repeat(2,1fr);gap:.75rem}.bestsellers-title{font-size:1.8rem}.bestsellers-subtitle{margin-bottom:1.5rem;font-size:.85rem}.bestsellers-controls{margin-top:1.5rem}.bs-view-all{letter-spacing:1px;margin:0 .5rem;font-size:.75rem}}@media (max-width:768px){.home-tag-bar-wrap{display:none}.mobile-sticky-cta{background:var(--bg);border-top:1px solid var(--border2);border-radius:20px 20px 0 0;padding:1rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a;margin:0!important}}.cp-img-container,.product-img-container,.cat-img-container,.bs-img-container,.sp-img-container{width:100%;height:100%;position:relative}.cp-img-primary,.product-img-primary,.cat-img-primary,.bs-img-primary,.sp-img-primary,.cp-img-secondary,.product-img-secondary,.cat-img-secondary,.bs-img-secondary,.sp-img-secondary{object-fit:cover!important;padding:0!important}.cp-img-primary,.product-img-primary,.cat-img-primary,.bs-img-primary,.sp-img-primary{transition:opacity .4s cubic-bezier(.25,.46,.45,.94)!important}.cp-img-secondary,.product-img-secondary,.cat-img-secondary,.bs-img-secondary,.sp-img-secondary{width:100%;height:100%;position:absolute;top:0;left:0;opacity:0!important;transition:opacity .4s cubic-bezier(.25,.46,.45,.94)!important}.cp-card:hover .cp-img-primary,.product-card:hover .product-img-primary,.cat-product-card:hover .cat-img-primary,.bestsellers-card:hover .bs-img-primary,.stylish-product-card:hover .sp-img-primary{opacity:0!important}.cp-card:hover .cp-img-secondary,.product-card:hover .product-img-secondary,.cat-product-card:hover .cat-img-secondary,.bestsellers-card:hover .bs-img-secondary,.stylish-product-card:hover .sp-img-secondary{opacity:1!important}.cat-product-card{background:var(--card-bg);border:1px solid var(--border2);border-radius:16px;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden}.cat-product-card .cat-img-zone,.dark .cat-product-card .cat-img-zone{background:var(--card-bg)}.cat-product-card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #d4af371f}.cat-hero-header{border-bottom:1px solid var(--border2);align-items:center;gap:3rem;margin-bottom:3rem;padding:3rem 0;display:flex}.cat-hero-left{flex:1.2}.cat-hero-right{flex:.8;justify-content:center;display:flex}.cat-hero-eyebrow{letter-spacing:4px;color:var(--gold);text-transform:uppercase;margin-bottom:1rem;font-size:.75rem;font-weight:700}.cat-hero-title{font-family:var(--font-display);color:var(--text);margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:700;line-height:1.15}.cat-hero-desc{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.cat-hero-btns{flex-wrap:wrap;gap:1rem;display:flex}.cat-btn-primary{background:linear-gradient(135deg, var(--gold-light), var(--gold));color:#fff;border-radius:50px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 15px #b8860b33}.cat-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #b8860b59}.cat-btn-secondary{border:1.5px solid var(--border2);color:var(--text);background:0 0;border-radius:50px;padding:.8rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.cat-btn-secondary:hover{background:var(--bg2);border-color:var(--gold)}.cat-hero-img-wrap{aspect-ratio:4/3;border-radius:var(--radius);width:100%;box-shadow:var(--shadow);border:1px solid var(--border);position:relative;overflow:hidden}.cat-hero-img{object-fit:cover;transition:transform .5s}.cat-hero-img-wrap:hover .cat-hero-img{transform:scale(1.05)}@media (max-width:768px){.cat-hero-header{text-align:center;flex-direction:column-reverse;gap:2rem;padding:2rem 0}.cat-hero-left{width:100%}.cat-hero-right{width:100%;max-width:480px}.cat-hero-btns{justify-content:center}}.product-page-container{max-width:1200px;margin:0 auto;padding:0 2rem 5rem}.product-main-grid{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.product-detail-image-wrap{background:var(--bg2);border:1px solid var(--border2);border-radius:20px;height:520px;position:relative;overflow:hidden}.product-detail-specs{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;display:grid}.product-info-grid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}@media (max-width:768px){.product-page-container{padding:0 1rem 8rem!important}.product-main-grid{grid-template-columns:1fr!important;gap:2rem!important}.product-detail-image-wrap{height:350px!important}.product-info-grid{grid-template-columns:1fr!important;gap:2rem!important}}@media (max-width:480px){.product-detail-specs{grid-template-columns:1fr!important;gap:.75rem!important}}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}.chat-product-card{background:var(--card-bg)!important;border:1px solid var(--border)!important;color:var(--text)!important;box-sizing:border-box!important;border-radius:12px!important;flex-direction:row!important;align-items:center!important;gap:12px!important;width:100%!important;max-width:250px!important;margin-top:8px!important;padding:8px!important;text-decoration:none!important;transition:all .3s!important;display:flex!important}.chat-product-card:hover{border-color:var(--gold-dark)!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0000000d!important}.chat-product-img{object-fit:cover!important;background:var(--bg)!important;border-radius:8px!important;flex-shrink:0!important;width:50px!important;min-width:50px!important;max-width:50px!important;height:50px!important;min-height:50px!important;max-height:50px!important}.chat-product-info{flex-direction:column;justify-content:center;display:flex}.chat-product-name{margin-bottom:4px;font-size:.85rem;font-weight:600;line-height:1.2}.chat-product-price{color:var(--gold-dark);font-size:.8rem;font-weight:700}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/01e4147cff8141ee-s.p.10ked.7w885.g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:96.98%}.cormorant_garamond_3d9ddb73-module__6_XPYq__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_3d9ddb73-module__6_XPYq__variable{--font-display:"Cormorant Garamond", "Cormorant Garamond Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.0kjod.kaq1k69.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.0gx2haw2tmll8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_49b2c377-module__PBVofW__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_49b2c377-module__PBVofW__variable{--font-main:"Outfit", "Outfit Fallback"}
