:root{--bg-body:#f7f4ed;--bg-white:#fff;--bg-card:#fff;--bg-soft:#eee8dd;--bg-glass:#1e30570f;--pink-core:#1e3057;--pink-dark:#14223f;--pink-light:#b79a63;--pink-pale:#eee8dd;--pink-glow:#1e305738;--pink-soft:#1e30571a;--text-dark:#1e1b4b;--text-body:#374151;--text-muted:#6b7280;--text-dim:#9ca3af;--text-white:#fff;--border:#1e305724;--border-md:#1e305747;--border-strong:#1e305773;--shadow-xs:0 1px 4px #1e305714;--shadow-sm:0 4px 16px #1e30571f;--shadow-md:0 8px 32px #1e305729;--shadow-lg:0 16px 60px #1e305738;--radius-xs:6px;--radius-sm:10px;--radius-md:16px;--radius-lg:22px;--radius-xl:32px;--radius-full:9999px;--transition:all .28s cubic-bezier(.4,0,.2,1);--font:var(--font-outfit), var(--font-cairo), sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg-body);color:var(--text-body);min-height:100vh;line-height:1.65;overflow-x:hidden}[dir=ltr] body{font-family:var(--font-outfit), var(--font-cairo), sans-serif}[dir=rtl] body{font-family:var(--font-cairo), var(--font-outfit), sans-serif}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font);border:none;outline:none}input,select,textarea{font-family:var(--font);outline:none}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg-soft)}::-webkit-scrollbar-thumb{background:var(--pink-light);border-radius:4px}.navbar{z-index:1000;-webkit-backdrop-filter:blur(24px);border-radius:var(--radius-full);height:64px;transition:var(--transition);background:#ffffffbf;border:1px solid #1e30571f;justify-content:space-between;align-items:center;padding:0 32px;display:flex;position:fixed;top:16px;left:60px;right:60px;box-shadow:0 8px 32px #1e30570a}.navLogo{letter-spacing:-.5px;color:var(--text-dark);align-items:center;gap:10px;font-size:1.35rem;font-weight:900;display:flex}.navLogoIcon{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));width:38px;height:38px;color:var(--text-white);box-shadow:0 4px 16px var(--pink-glow);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-weight:700;display:flex}.navLogoIcon img{object-fit:cover;border-radius:10px;width:100%;height:100%}.navLogo em{color:var(--pink-core);font-style:normal}.navLinks{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:2px;padding:5px;display:flex}.navLinks a{border-radius:var(--radius-full);color:var(--text-muted);transition:var(--transition);white-space:nowrap;padding:8px 18px;font-size:.88rem;font-weight:600}.navLinks a:hover,.navLinks a.active{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));color:#fff;box-shadow:0 4px 12px var(--pink-glow)}.navActions{align-items:center;gap:16px;display:flex}.navActions a,.navActions button{color:var(--text-muted);transition:var(--transition);cursor:pointer;background:0 0;font-size:1.1rem;position:relative}.navActions a:hover,.navActions button:hover{color:var(--pink-core)}.cartBadge{background:var(--pink-core);color:#fff;pointer-events:none;min-width:17px;height:17px;box-shadow:0 2px 8px var(--pink-glow);border-radius:50%;justify-content:center;align-items:center;font-size:.6rem;font-weight:800;display:flex;position:absolute;top:-7px;left:-9px}.hamburger{cursor:pointer;background:0 0;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger span{background:var(--text-dark);width:22px;height:2px;transition:var(--transition);border-radius:2px;display:block}.mobileNav{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#fffffffa;flex-direction:column;justify-content:center;align-items:center;gap:28px;display:none;position:fixed;inset:0}.mobileNav.open{display:flex}.mobileNav a{color:var(--text-muted);transition:var(--transition);font-size:1.6rem;font-weight:700}.mobileNav a:hover,.mobileNav a.active{color:var(--pink-core)}.mobileNavClose{background:var(--bg-soft);border:1px solid var(--border);cursor:pointer;width:44px;height:44px;color:var(--text-muted);transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;display:flex;position:absolute;top:20px;left:20px}.mobileNavClose:hover{background:var(--pink-core);color:#fff}.btnPrimary{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));color:#fff;border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);box-shadow:0 6px 24px var(--pink-glow);letter-spacing:.2px;border:none;align-items:center;gap:8px;padding:13px 28px;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btnPrimary:hover{transform:translateY(-2px);box-shadow:0 10px 36px #1e305761}.btnPrimary:active{transform:translateY(0)}.btnSecondary{color:var(--pink-core);border-radius:var(--radius-full);border:1.5px solid var(--border-md);cursor:pointer;transition:var(--transition);background:#fff;align-items:center;gap:8px;padding:12px 26px;font-size:.92rem;font-weight:700;text-decoration:none;display:inline-flex}.btnSecondary:hover{background:var(--pink-pale);border-color:var(--pink-core);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.btnOutline{color:var(--text-muted);border-radius:var(--radius-full);border:1.5px solid var(--border);cursor:pointer;transition:var(--transition);background:0 0;align-items:center;gap:8px;padding:10px 22px;font-size:.88rem;font-weight:600;text-decoration:none;display:inline-flex}.btnOutline:hover{border-color:var(--border-md);color:var(--pink-core)}.sectionLabel{color:var(--pink-core);letter-spacing:2px;text-transform:uppercase;background:var(--pink-pale);border-radius:var(--radius-full);margin-bottom:10px;padding:4px 14px;font-size:.78rem;font-weight:800;display:inline-block}.sectionTitle{letter-spacing:-.5px;color:var(--text-dark);font-size:clamp(1.8rem,3vw,2.6rem);font-weight:900;line-height:1.15}.sectionSubtitle{color:var(--text-muted);margin-top:10px;font-size:1rem}.sectionHeaderRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:44px;display:flex}.productsGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:22px;display:grid}.productCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;color:var(--text-body);background:#fff;text-decoration:none;display:block;position:relative;overflow:hidden}.productCard:hover{border-color:var(--border-md);box-shadow:var(--shadow-md);transform:translateY(-5px)}.productCardImg{aspect-ratio:1;background:linear-gradient(135deg,#fdf2fb 0%,#fff5f9 100%);justify-content:center;align-items:center;padding:20px;display:flex;position:relative;overflow:hidden}.productCardImg img{object-fit:contain;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.productBadge{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));color:#fff;border-radius:var(--radius-full);letter-spacing:.3px;padding:4px 12px;font-size:.68rem;font-weight:800;position:absolute;top:14px;right:14px}.stockBadge{border-radius:var(--radius-full);padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;bottom:14px;right:14px}.stockBadge.low{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.stockBadge.out{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.productQuickAdd{opacity:0;transition:var(--transition);position:absolute;bottom:14px;left:14px;transform:translateY(6px)}.productCard:hover .productQuickAdd{opacity:1;transform:translateY(0)}.quickAddBtn{border:1.5px solid var(--border-md);width:40px;height:40px;color:var(--pink-core);cursor:pointer;transition:var(--transition);box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.quickAddBtn:hover{background:var(--pink-core);color:#fff;border-color:var(--pink-core)}.productCardBrand{color:var(--text-dim);text-transform:uppercase;letter-spacing:1px;margin-bottom:5px;font-size:.72rem;font-weight:700}.productCardName{color:var(--text-dark);margin-bottom:8px;font-size:1rem;font-weight:700}.productCardColors{gap:5px;margin-bottom:12px;display:flex}.colorDot{border:2px solid #00000014;border-radius:50%;width:13px;height:13px}.productCardFooter{justify-content:space-between;align-items:center;display:flex}.productPrice{color:var(--pink-dark);font-size:1.05rem;font-weight:900}.oldPrice{color:var(--text-dim);margin-inline-start:6px;font-size:.73rem;font-weight:600;text-decoration:line-through}.ratingBadge{color:var(--text-muted);align-items:center;gap:3px;font-size:.76rem;display:flex}.starIcon{color:#f59e0b}.deliveryBanner{border:1.5px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:linear-gradient(135deg,#f3eee5,#faf7f1);justify-content:space-between;align-items:center;gap:32px;margin:0 60px 70px;padding:36px 48px;display:flex;position:relative;overflow:hidden}.deliveryBanner h2{color:var(--text-dark);font-size:1.45rem;font-weight:900}.deliveryBanner p{color:var(--text-muted);margin-top:5px;font-size:.88rem}.eyebrowText{color:var(--pink-core);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:.72rem;font-weight:900}.deliveryBanner:before{content:"";background:radial-gradient(circle,#1e30571f 0%,#0000 70%);width:180px;height:180px;position:absolute;top:-40px;left:-40px}.deliveryFeatures{gap:36px;display:flex}.deliveryFeature{align-items:center;gap:14px;display:flex}.deliveryFeatureIcon{background:var(--pink-pale);border:1.5px solid var(--border);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.2rem;display:flex}.deliveryFeature h4{color:var(--text-dark);margin-bottom:2px;font-size:.9rem;font-weight:700}.deliveryFeature p{color:var(--text-muted);font-size:.78rem}.footer{background:var(--text-dark);color:#fff;padding:56px 60px 28px}.footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px;display:grid}.footerBrandText{color:#ffffff8c;max-width:270px;margin-top:14px;font-size:.85rem;line-height:1.75}.footerSocial{gap:10px;margin-top:22px;display:flex}.socialLink{color:#ffffff80;width:36px;height:36px;transition:var(--transition);background:#ffffff12;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;font-size:.85rem;display:flex}.socialLink:hover{background:var(--pink-core);border-color:var(--pink-core);color:#fff;box-shadow:0 4px 14px var(--pink-glow)}.footerCol h4{text-transform:uppercase;letter-spacing:1px;color:#ffffffe6;margin-bottom:18px;font-size:.82rem;font-weight:800}.footerCol ul{flex-direction:column;gap:9px;display:flex}.footerCol ul a{color:#ffffff73;transition:var(--transition);font-size:.84rem;display:block}.footerCol ul a:hover{color:var(--pink-light);padding-inline-start:4px}.footerBottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding-top:22px;display:flex}.footerBottom p{color:#ffffff4d;font-size:.78rem}.pageHeader{background:linear-gradient(160deg, #faf7f1 0%, var(--bg-body) 60%);border-bottom:1px solid var(--border);padding:110px 60px 48px;position:relative;overflow:hidden}.pageHeader:before{content:"";pointer-events:none;background:radial-gradient(circle,#1e30571a 0%,#0000 70%);width:300px;height:300px;position:absolute;top:-80px;right:-80px}.pageHeader h1{letter-spacing:-.5px;color:var(--text-dark);font-size:clamp(1.8rem,4vw,2.6rem);font-weight:900}.pageHeader p{color:var(--text-muted);margin-top:8px;font-size:.95rem}.breadcrumb{color:var(--text-dim);align-items:center;gap:8px;margin-bottom:14px;font-size:.82rem;display:flex}.breadcrumb a{color:var(--text-muted);transition:var(--transition)}.breadcrumb span{color:var(--text-dim)}.formGroup{margin-bottom:18px}.formLabel{color:var(--text-muted);margin-bottom:7px;font-size:.8rem;font-weight:700;display:block}.formControl{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);transition:var(--transition);font-size:.9rem;font-family:var(--font);background:#fff;padding:13px 16px}.formControl:focus{border-color:var(--pink-core);background:#fffafb;box-shadow:0 0 0 3px #1e30571a}.formControl::placeholder{color:var(--text-dim)}.formControl option{color:var(--text-dark);background:#fff}.formRow{grid-template-columns:1fr 1fr;gap:14px;display:grid}.checkoutCard{border:1.5px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:#fff;padding:32px}.checkoutSectionTitle{text-transform:uppercase;letter-spacing:1.5px;color:var(--pink-core);margin-top:24px;margin-bottom:18px;font-size:.78rem;font-weight:800}.checkoutSectionTitle:first-of-type{margin-top:0}.orderSummaryCard{border:1.5px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:#fff;padding:28px;position:sticky;top:86px}.summaryRow{justify-content:space-between;margin-bottom:12px;font-size:.9rem;display:flex}.summaryTotal{color:var(--text-dark);justify-content:space-between;font-size:1.05rem;font-weight:800;display:flex}.summaryDivider{border:none;border-top:1px dashed var(--border-md);margin:14px 0}.cartItem{border:1.5px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);background:#fff;grid-template-columns:100px 1fr auto;align-items:center;gap:18px;padding:18px;display:grid}.cartItem:hover{border-color:var(--border-md);box-shadow:var(--shadow-xs)}.cartItemImg{border-radius:var(--radius-md);background:linear-gradient(135deg,#f3eee5,#faf7f1);justify-content:center;align-items:center;width:100px;height:100px;padding:8px;display:flex}.qtyControl{align-items:center;gap:12px;display:flex}.qtyBtn{background:var(--bg-soft);border:1.5px solid var(--border);width:34px;height:34px;color:var(--text-dark);cursor:pointer;transition:var(--transition);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;display:flex}.qtyBtn:hover{background:var(--pink-core);border-color:var(--pink-core);color:#fff}.toastContainer{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:28px;left:28px}.toast{border:1.5px solid var(--border-md);border-radius:var(--radius-lg);min-width:280px;max-width:340px;box-shadow:var(--shadow-md);background:#fff;align-items:center;gap:12px;padding:14px 20px;animation:.4s cubic-bezier(.4,0,.2,1) slideInLeft;display:flex}.toast.error{border-color:#fca5a5}.toastIcon{flex-shrink:0;font-size:1.1rem}.toastTitle{color:var(--text-dark);margin-bottom:1px;font-size:.88rem;font-weight:700}.toastMsg{color:var(--text-muted);font-size:.76rem}.emptyState{text-align:center;padding:80px 24px}.emptyStateIcon{opacity:.35;margin-bottom:18px;font-size:3.5rem}.emptyState h3{color:var(--text-dark);margin-bottom:10px;font-size:1.3rem;font-weight:800}.emptyState p{color:var(--text-muted);margin-bottom:28px}.modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:5000;overscroll-behavior:contain;background:#1e1b4b73;justify-content:center;align-items:flex-start;padding:20px;display:flex;position:fixed;inset:0;overflow-y:auto}.modal{border:1.5px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:560px;max-height:92vh;box-shadow:var(--shadow-lg);background:#fff;padding:36px;animation:.3s fadeInScale;overflow-y:auto}.stockIndicator{align-items:center;gap:8px;margin-top:6px;font-size:.8rem;font-weight:600;display:flex}.stockDots{gap:3px;display:flex}.stockDot{border-radius:50%;width:7px;height:7px}.stockDot.filled{background:#22c55e}.stockDot.warn{background:#f59e0b}.stockDot.empty{background:#e5e7eb}.adminBody{background:#f8f9fa}.adminShell{direction:ltr;background:#f8fafc;min-height:100vh}.adminSidebar{z-index:100;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:250px;height:100vh;display:flex;position:fixed;top:0;left:0;overflow-y:auto;box-shadow:2px 0 20px #1e30570f}.adminMain{background:#f8fafc;min-height:100vh;margin-left:250px;margin-right:0}.adminContent{padding:32px}.adminTopbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:20px 32px;display:flex;position:sticky;top:0}.adminTopbar h1{color:var(--text-dark);align-items:center;gap:10px;font-size:1.25rem;font-weight:900;display:flex}.adminTopbar p{color:var(--text-muted);margin-top:3px;font-size:.82rem}.adminActions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.adminCard{border-radius:var(--radius-lg);background:#fff;border:1px solid #e5e7eb;margin-bottom:22px;overflow:hidden;box-shadow:0 1px 6px #0000000d}.adminCardHeader{border-bottom:1px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:20px 24px;display:flex}.adminCardHeader h3{color:var(--text-dark);font-size:1rem;font-weight:700}.adminCardHeader p{color:var(--text-muted);margin-top:2px;font-size:.8rem}.adminTableWrap{overflow-x:auto}.adminTable{border-collapse:collapse;direction:ltr;width:100%;min-width:760px}.adminTable th{text-align:left;text-transform:uppercase;letter-spacing:.8px;color:var(--text-dim);background:#f9fafb;border-bottom:1px solid #f3f4f6;padding:11px 18px;font-size:.72rem;font-weight:800}.adminTable td{color:var(--text-body);vertical-align:middle;border-bottom:1px solid #f9fafb;padding:13px 18px;font-size:.85rem}.adminTable tr:last-child td{border-bottom:none}.adminTable tr:hover td{background:#f7f4ed}.statCard{border-radius:var(--radius-lg);background:#fff;border:1px solid #f3f4f6;padding:24px;box-shadow:0 2px 10px #0000000f}.statValue{letter-spacing:-1px;font-size:1.8rem;font-weight:900}.statusPending{color:#92400e;background:#fef3c7;border:1px solid #fde68a}.statusConfirmed{color:#1e40af;background:#dbeafe;border:1px solid #bfdbfe}.statusDelivery{color:#5b21b6;background:#ede9fe;border:1px solid #ddd6fe}.statusDelivered{color:#14532d;background:#dcfce7;border:1px solid #bbf7d0}.statusCancelled{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}.statusBadge{border-radius:var(--radius-full);padding:4px 12px;font-size:.73rem;font-weight:700;display:inline-block}.adminSearch{align-items:center;display:flex;position:relative}.adminSearch i{color:var(--text-dim);font-size:.82rem;position:absolute;left:14px}.adminSearch input{border-radius:var(--radius-full);color:var(--text-dark);font-size:.84rem;font-family:var(--font);direction:ltr;background:#f9fafb;border:1px solid #e5e7eb;outline:none;width:200px;padding:9px 14px 9px 36px}.adminSearch input:focus{border-color:var(--pink-core);box-shadow:0 0 0 2px #1e30571a}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.93)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes floatShoe{0%,to{transform:translateY(0)rotate(-8deg)}50%{transform:translateY(-16px)rotate(-4deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes bounceIn{0%{opacity:0;transform:scale(.7)}60%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.fadeIn{animation:.5s forwards fadeIn}@media (max-width:1100px){.navbar{padding:0 28px}.section{padding:64px 32px}.deliveryBanner{margin:0 32px 60px;padding:28px 32px}.footer{padding:48px 32px 24px}.pageHeader{padding:100px 32px 40px}.adminMain{margin-left:0}.adminSidebar{width:100%;height:auto;box-shadow:none;border-bottom:1px solid #e5e7eb;border-right:0;position:sticky;top:0;transform:none}.adminSidebar.open{transform:translate(0)}}@media (max-width:768px){.navbar{height:62px;padding:0 18px}.navLinks{display:none}.hamburger{display:flex}.section{padding:48px 18px}.pageHeader{padding:88px 18px 34px}.deliveryBanner{flex-direction:column;align-items:flex-start;gap:20px;margin:0 18px 40px;padding:24px 20px}.deliveryFeatures{flex-direction:column;gap:14px}.productsGrid{grid-template-columns:repeat(2,1fr);gap:12px}.productCard{border-radius:var(--radius-md)}.productCardInfo{padding:12px 14px 14px}.productCardName{font-size:.88rem}.sectionHeaderRow{flex-direction:column;align-items:flex-start;gap:12px}.formRow{grid-template-columns:1fr;gap:0}.footer{padding:40px 18px 20px}.footerGrid{grid-template-columns:1fr 1fr;gap:28px}.footerBottom{text-align:center;flex-direction:column}.toastContainer{bottom:16px;left:16px;right:16px}.toast{min-width:auto;max-width:100%}.modal{padding:24px 20px}.adminContent{padding:18px}.adminTopbar,.adminCardHeader{padding:14px 18px}.adminSearch input{width:150px}}@media (max-width:480px){.productsGrid{grid-template-columns:repeat(2,1fr);gap:10px}.productCardImg{padding:14px}.navbar{padding:0 14px}.section{padding:40px 14px}.footerGrid{grid-template-columns:1fr;gap:24px}.pageHeader{padding:82px 14px 30px}}.langToggleBtn{background:var(--bg-soft);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--pink-core);transition:var(--transition);cursor:pointer;align-items:center;gap:8px;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.langToggleBtn:hover{background:var(--pink-core);color:#fff;border-color:var(--pink-core);box-shadow:0 4px 12px var(--pink-glow)}.langToggleBtn i{font-size:.85rem}.productImageStickyCol{position:sticky;top:86px}.productImageWrapper{aspect-ratio:1;border-radius:var(--radius-xl);border:1.5px solid var(--border);box-shadow:var(--shadow-sm);background:linear-gradient(135deg,#faf7f1 0%,#f3eee5 100%);justify-content:center;align-items:center;padding:32px;display:flex}@media (max-width:900px){.productLayout{grid-template-columns:1fr!important;gap:32px!important}.productImageStickyCol{position:static!important}.productImageWrapper{max-width:100%;margin:0 auto;padding:16px!important}.prodBenefitsGrid{grid-template-columns:1fr!important}}.heroTagDot{background:var(--pink-core);border-radius:50%;width:7px;height:7px;animation:1.5s infinite pulse}.sectionTight{padding-top:20px}.categoryCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);text-align:center;color:var(--text-body);transition:var(--transition);box-shadow:var(--shadow-xs);background:#ffffffdb;padding:28px 20px}.categoryCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-5px)}.categoryIcon{background:linear-gradient(135deg, #fff, var(--pink-pale));width:54px;height:54px;color:var(--pink-core);border:1px solid var(--border);border-radius:18px;justify-content:center;align-items:center;margin:0 auto 14px;font-size:1.6rem;display:flex}.categoryCard h3{color:var(--text-dark);margin-bottom:4px;font-size:.98rem;font-weight:900}.categoryCard p{color:var(--text-muted);font-size:.78rem}.aboutBand{background:linear-gradient(160deg,#fcfaf6 0%,#f3eee5 100%)}.aboutGrid{grid-template-columns:1fr 1fr;align-items:center;gap:72px;display:grid}.aboutVisual{border:1.5px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:linear-gradient(135deg,#fff,#f3eee5);position:relative;overflow:hidden}.reviewBadge{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));color:#fff;border-radius:var(--radius-lg);box-shadow:0 12px 36px var(--pink-glow);padding:16px 20px;position:absolute;bottom:18px;left:18px}.reviewBadge strong{font-size:1.5rem;line-height:1;display:block}.reviewBadge span{opacity:.85;font-size:.75rem}.sectionTitle span,.leadText a{color:var(--pink-core)}.leadText{color:var(--text-muted);margin:16px 0;line-height:1.85}.miniStats{grid-template-columns:repeat(2,1fr);gap:14px;margin:28px 0;display:grid}.miniStats div{border:1.5px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;padding:18px}.miniStats strong{color:var(--pink-core);font-size:1.35rem;font-weight:900;display:block}.miniStats span{color:var(--text-muted);font-size:.78rem}.testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.testimonialCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#fff;padding:28px}.stars{color:#f59e0b;letter-spacing:2px;margin-bottom:14px}.testimonialCard p{color:var(--text-muted);margin-bottom:22px;line-height:1.8}.testimonialUser{align-items:center;gap:12px;display:flex}.testimonialUser>span{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-weight:900;display:flex}.testimonialUser strong{color:var(--text-dark);display:block}.testimonialUser small{color:var(--text-muted)}.instagramCta{background:linear-gradient(135deg, #fff, var(--pink-pale));border:1.5px solid var(--border-md);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-xs);padding:56px 32px}.instagramCta>i{color:var(--pink-core);margin-bottom:16px;font-size:3rem}.instagramCta h2{color:var(--text-dark);font-size:2rem;font-weight:900}.instagramCta p{color:var(--text-muted);max-width:460px;margin:12px auto 28px}.shopLayout{grid-template-columns:270px 1fr;gap:36px;padding:0 60px 100px;display:grid}.mobileFilterBar{display:none}.filterCard,.shopToolbar{border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);background:#fff;margin-bottom:14px;padding:20px}.filterTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:1.2px;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:.78rem;font-weight:900;display:flex}.filterTitle button{color:var(--pink-core);background:0 0;font-size:.72rem;font-weight:800}.checkList{flex-direction:column;gap:8px;display:flex}.checkList button{color:var(--text-muted);text-align:start;background:0 0;align-items:center;gap:10px;font-weight:600;display:flex}.checkList span{border:1.5px solid var(--border-md);background:#fff;border-radius:6px;width:18px;height:18px}.checkList button.selected{color:var(--text-dark)}.checkList button.selected span{background:var(--pink-core);border-color:var(--pink-core);box-shadow:inset 0 0 0 4px #fff}.priceRange{color:var(--text-muted);justify-content:space-between;margin-bottom:10px;font-size:.8rem;display:flex}.priceRange strong{color:var(--pink-dark)}.filterCard input[type=range]{width:100%;accent-color:var(--pink-core)}.sizeGrid{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.sizeGrid button{border-radius:var(--radius-xs);border:1.5px solid var(--border);color:var(--text-muted);background:#fff;padding:8px 4px;font-weight:800}.sizeGrid button.selected{background:var(--pink-core);border-color:var(--pink-core);color:#fff;box-shadow:0 3px 10px var(--pink-glow)}.colorFilterGrid{flex-wrap:wrap;gap:10px;display:flex}.colorFilterGrid button{width:30px;height:30px;transition:var(--transition);border:3px solid #0000001f;border-radius:50%}.colorFilterGrid button.selected{border-color:var(--pink-core);box-shadow:0 0 0 2px white, 0 0 0 4px var(--pink-core);transform:scale(1.14)}.shopToolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.shopToolbar span{color:var(--text-muted)}.shopToolbar strong{color:var(--text-dark)}.shopToolbar div{align-items:center;gap:10px;display:flex}.shopToolbar label{color:var(--text-muted);font-size:.82rem}.softSelect{border:1.5px solid var(--border);border-radius:var(--radius-full);color:var(--text-dark);font-family:var(--font);background:#fff;outline:none;padding:8px 14px}.adminBrand{border-bottom:1px solid #f3f4f6;align-items:center;gap:10px;padding:20px 18px;display:flex}.adminBrand img{object-fit:cover;border:1px solid var(--border);border-radius:12px;width:38px;height:38px}.adminBrand span{color:var(--text-dark);font-size:.98rem;font-weight:900}.adminBrand em{color:var(--pink-core);font-style:normal}.adminNav{flex-direction:column;flex:1;gap:4px;padding:16px 12px;display:flex}.adminNav small{text-transform:uppercase;letter-spacing:1.5px;color:#9ca3af;padding:12px 10px 7px;font-size:.68rem;font-weight:900}.adminNav a{border-radius:var(--radius-sm);color:#6b7280;transition:var(--transition);align-items:center;gap:12px;padding:11px 14px;font-size:.88rem;font-weight:700;display:flex}.adminNav a.active,.adminNav a:hover{color:var(--pink-dark);background:var(--pink-pale);border-color:var(--border-md)}.adminNav a span{background:var(--pink-core);color:#fff;border-radius:50px;margin-left:auto;padding:2px 7px;font-size:.65rem;font-weight:900}.adminUser{border-top:1px solid #f3f4f6;padding:14px 12px}.adminUser div{border:1px solid var(--border);border-radius:var(--radius-sm);background:#f7f4ed;margin-bottom:8px;padding:12px}.adminUser strong,.adminUser span{display:block}.adminUser span{color:var(--text-muted);font-size:.74rem}.adminUser button{border-radius:var(--radius-sm);color:#6b7280;width:100%;font-family:var(--font);background:0 0;align-items:center;gap:10px;padding:10px 12px;display:flex}.statsGrid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.statCard{border-top:3px solid var(--pink-core)}.statCard i{margin-bottom:12px;font-size:1.25rem}.emptyAdminState{text-align:center;color:var(--text-muted);padding:48px 24px}.adminProductCell{align-items:center;gap:12px;display:flex}.adminProductCell img{object-fit:contain;background:#f7f4ed;border-radius:10px;padding:5px}.adminProductCell strong,.adminProductCell span{display:block}.adminProductCell span{color:#9ca3af;font-size:.74rem}.softPill{background:var(--pink-pale);border:1px solid var(--border);color:var(--pink-dark);border-radius:50px;padding:4px 10px;font-size:.74rem;font-weight:800}.statusToggle{color:#991b1b;background:#fee2e2;border-radius:50px;padding:5px 12px;font-weight:800}.statusToggle.active{color:#14532d;background:#dcfce7}.rowActions{flex-wrap:wrap;gap:7px;display:flex}.rowActions button{color:var(--text-muted);font-family:var(--font);background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:6px 11px}.rowActions button:first-child{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.rowActions button:last-child{color:#dc2626;background:#fff5f5;border-color:#fca5a5}.modalHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.modalHeader h2{color:var(--text-dark);font-size:1.2rem;font-weight:900}.modalHeader p{color:var(--text-muted);margin-top:4px;font-size:.82rem}.modalHeader button{width:34px;height:34px;color:var(--text-muted);background:#f3f4f6;border-radius:10px}.productModal{max-width:920px}.adminFormGrid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}.adminFormGrid label,.stockGrid label{color:var(--text-muted);flex-direction:column;gap:6px;font-size:.76rem;font-weight:800;display:flex}.adminFormGrid .span2{grid-column:span 2}.adminFormGrid input,.adminFormGrid select,.adminFormGrid textarea,.stockGrid input,.colorEditorRow input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);font-family:var(--font);background:#fff;outline:none;padding:11px 13px;font-size:.9rem}.adminFormGrid textarea{resize:vertical;min-height:82px}.adminSectionBlock{border-top:1px solid var(--border);margin-top:18px;padding-top:18px}.adminBlockTitle{color:var(--text-dark);margin-bottom:12px;font-weight:900}.adminSizeGrid{grid-template-columns:repeat(8,1fr)}.stockGrid{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.colorEditorList{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.colorEditorRow{border:1px solid var(--border);border-radius:var(--radius-md);background:#fcfaf6;grid-template-columns:1fr 1fr 52px 1.3fr 46px 58px 42px;align-items:center;gap:8px;padding:10px;display:grid}.colorEditorRow input[type=color]{height:42px;padding:3px}.colorPreview{border:1px solid var(--border);background:#fff;border-radius:10px;justify-content:center;align-items:center;height:46px;display:flex}.colorPreview img{object-fit:contain}.colorEditorRow button{color:#dc2626;background:#fff5f5;border:1px solid #fca5a5;border-radius:10px;height:42px}.colorEditorRow button:disabled{opacity:.35;cursor:not-allowed}.fileUploadLabel{border:1.5px dashed var(--border-md);border-radius:var(--radius-md);background:#fcfaf6;padding:14px}.fileUploadLabel input{background:#fff;padding:10px}.fileUploadLabel span{color:var(--pink-dark);font-size:.76rem;font-weight:700}.compactFileUpload{border:1px solid var(--border-md);height:42px;color:var(--pink-core);cursor:pointer;background:#fff;border-radius:10px;justify-content:center;align-items:center;display:flex}.compactFileUpload input{display:none}.uploadInfo{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--pink-dark);background:#fcfaf6;margin:-2px 0 12px;padding:10px 12px;font-size:.82rem;font-weight:700}.modalFooter{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;gap:10px;margin-top:24px;padding-top:18px;display:flex}.statusGrid{grid-template-columns:repeat(5,1fr);gap:10px;margin-bottom:18px;display:grid}.statusGrid button{border-radius:var(--radius-md);box-shadow:var(--shadow-xs);background:#fff;border:1.5px solid #e5e7eb;padding:14px 10px}.statusGrid button.selected{border-color:var(--pink-core);background:var(--pink-pale)}.statusGrid strong{color:var(--pink-core);font-size:1.4rem;display:block}.statusGrid span{color:var(--text-muted);font-size:.75rem}.detailBox,.orderItemsList{border:1px solid var(--border);border-radius:var(--radius-md);background:#fcfaf6;margin-bottom:14px;padding:14px}.detailBox div,.orderItemsList div{border-bottom:1px solid #1e305714;justify-content:space-between;gap:14px;padding:8px 0;font-size:.86rem;display:flex}.detailBox div:last-child,.orderItemsList div:last-child{border-bottom:0}.detailBox span,.orderItemsList span{color:var(--text-muted)}.detailBox strong,.orderItemsList strong{color:var(--text-dark)}.zimouNotice{border-radius:12px;margin-bottom:16px;padding:13px 16px;font-size:.86rem;font-weight:800}.zimouNotice.success{color:#166534;background:#dcfce7;border:1px solid #86efac}.zimouNotice.error{color:#be123c;background:#fff1f2;border:1px solid #fda4af}.zimouSending,.zimouTracking{white-space:nowrap;margin-top:5px;font-size:.68rem;font-weight:800;display:block}.zimouSending{color:var(--pink-dark)}.zimouTracking{color:#166534}.rowActions .zimouSendButton{color:#166534;background:#dcfce7;border-color:#86efac;font-weight:900}.rowActions .zimouSendButton:disabled{opacity:.6;cursor:wait}.adminLoginPage{background:radial-gradient(circle at 70% 20%,#1e305724,#0000 34%),linear-gradient(135deg,#fff,#f3eee5);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.adminLoginCard{border:1.5px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-lg);text-align:center;background:#fff;padding:44px}.loginLogo{color:#fff;background:linear-gradient(135deg, var(--pink-core), var(--pink-light));border:1px solid var(--border);width:70px;height:70px;box-shadow:var(--shadow-sm);border-radius:20px;place-items:center;margin:0 auto 18px;font:700 2.2rem/1 Georgia,Times New Roman,serif;display:grid;overflow:hidden}.loginLogo img{object-fit:cover;width:100%;height:100%}.adminLoginCard h1{color:var(--text-dark);font-weight:900}.adminLoginCard h1 span{color:var(--pink-core)}.adminLoginCard p,.adminLoginCard a,.loginHint{color:var(--text-muted);font-size:.84rem}.adminLoginCard form{text-align:left;margin-top:26px}.adminLoginCard label{color:var(--text-muted);margin-bottom:8px;font-size:.78rem;font-weight:800;display:block}.passwordField{margin-bottom:18px;position:relative}.passwordField input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;font-family:var(--font);padding:13px 44px 13px 14px}.passwordField button{color:var(--text-muted);background:0 0;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.adminLoginCard .btnPrimary{justify-content:center;width:100%}.loginError{border-radius:var(--radius-sm);color:#dc2626;background:#fff5f5;border:1px solid #fca5a5;margin:18px 0;padding:10px 12px;font-size:.84rem}.loginHint{border:1px solid var(--border);border-radius:var(--radius-sm);background:#fcfaf6;margin:18px 0;padding:12px}.productDetailShell{grid-template-columns:minmax(320px,.92fr) minmax(420px,1.08fr);align-items:start;gap:42px;padding:0 60px 90px;display:grid}.productHeroImage{background:radial-gradient(circle at 50% 42%,#1e30572e,#0000 52%),linear-gradient(135deg,#fff,#f3eee5);min-height:520px}.productHeroImage img{object-fit:contain;filter:drop-shadow(0 24px 40px #1e30572e);width:100%;height:100%}.productColorThumbs{grid-template-columns:repeat(auto-fit,minmax(84px,1fr));gap:10px;margin-top:14px;display:grid}.productColorThumbs button{border:1.5px solid var(--border);border-radius:var(--radius-md);min-height:74px;transition:var(--transition);background:#fff;justify-content:center;align-items:center;gap:8px;padding:8px;display:flex}.productColorThumbs button.active{border-color:var(--pink-core);box-shadow:0 0 0 3px #1e30571f}.productColorThumbs span{border:1px solid #0000001f;border-radius:50%;flex-shrink:0;width:16px;height:16px}.productColorThumbs img{object-fit:contain}.productInfoCol{gap:18px;display:grid}.productInfoPanel,.directOrderCard{border:1.5px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);background:#fffffff0;padding:30px}.productDiscount{background:var(--pink-pale);color:var(--pink-dark);border:1px solid var(--border-md);border-radius:50px;margin-bottom:12px;padding:5px 14px;font-size:.78rem;font-weight:900;display:inline-flex}.productBrand{color:var(--pink-core);text-transform:uppercase;letter-spacing:1.6px;margin-bottom:8px;font-size:.75rem;font-weight:900}.productInfoPanel h1{color:var(--text-dark);margin-bottom:14px;font-size:clamp(1.8rem,3vw,3rem);font-weight:900;line-height:1}.productRating{align-items:center;gap:10px;margin-bottom:18px;display:flex}.productRating span{color:#f59e0b;letter-spacing:2px}.productRating small{color:var(--text-muted)}.productDetailPrice{align-items:baseline;gap:12px;margin-bottom:22px;display:flex}.productDetailPrice strong{color:var(--pink-dark);font-size:2rem;font-weight:900}.productDetailPrice span{color:var(--text-dim);text-decoration:line-through}.productInfoPanel p{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:24px;line-height:1.85}.optionLabel{color:var(--text-muted);margin-bottom:10px;font-size:.82rem;font-weight:800}.optionLabel strong{color:var(--text-dark)}.optionLabel.error{color:var(--pink-dark)}.swatchRow{border-bottom:1px solid var(--border);flex-wrap:wrap;gap:10px;margin-bottom:24px;padding-bottom:24px;display:flex}.swatchRow button{border:3px solid #0000001a;border-radius:50%;width:38px;height:38px}.swatchRow button.active{border-color:var(--pink-core);box-shadow:0 0 0 2px white, 0 0 0 4px var(--pink-core)}.sizePickGrid{flex-wrap:wrap;gap:9px;margin-bottom:14px;display:flex}.sizePickGrid button{border-radius:var(--radius-sm);border:1.5px solid var(--border);min-width:58px;color:var(--text-dark);background:#fff;padding:11px 10px;font-weight:800}.sizePickGrid button.active{background:var(--pink-core);border-color:var(--pink-core);color:#fff;box-shadow:0 4px 14px var(--pink-glow)}.sizePickGrid button:disabled{opacity:.42;cursor:not-allowed;text-decoration:line-through}.stockLine{margin-bottom:18px;font-size:.83rem;font-weight:800}.stockLine.low{color:#d97706}.stockLine.out{color:#dc2626}.stockLine.plenty{color:#16a34a}.qtyLine{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.qtyLine>span{color:var(--text-muted);font-weight:800}.qtyControl strong{color:var(--text-dark);text-align:center;min-width:30px}.productActions{grid-template-columns:1fr 1fr;gap:12px;display:grid}.productActions .btnPrimary,.productActions .btnSecondary{justify-content:center}.directOrderCard{scroll-margin-top:110px}.directOrderHeader{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.directOrderHeader span{color:var(--pink-core);text-transform:uppercase;letter-spacing:1.4px;font-size:.76rem;font-weight:900}.directOrderHeader h2{color:var(--text-dark);font-size:1.35rem;font-weight:900}.directOrderHeader strong{color:var(--pink-dark);white-space:nowrap}.directOrderSummary{border:1px solid var(--border);border-radius:var(--radius-md);background:#fcfaf6;margin-bottom:18px;padding:12px 14px}.directOrderSummary span,.directOrderSummary small{display:block}.directOrderSummary span{color:var(--text-dark);font-weight:800}.directOrderSummary small{color:var(--text-muted);margin-top:2px}.directOrderGrid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.directOrderGrid label{color:var(--text-muted);font-size:.78rem;font-weight:800}.directOrderGrid .span2{grid-column:span 2}.directOrderInput{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-dark);font-family:var(--font);background:#fff;outline:none;margin-top:6px;padding:12px 14px}.directOrderInput:focus{border-color:var(--pink-core);box-shadow:0 0 0 3px #1e30571a}.directOrderInput.error{background:#fff5f5;border-color:#fca5a5}.directOrderError{border-radius:var(--radius-sm);color:#dc2626;background:#fff5f5;border:1px solid #fca5a5;margin-top:12px;padding:10px 12px;font-size:.82rem;font-weight:800}.deliveryPriceState{border-radius:var(--radius-sm);color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;margin:10px 0 14px;padding:10px 12px;font-size:.8rem;font-weight:800}.deliveryPriceState.error{color:#be123c;background:#fff1f2;border-color:#fda4af}.deliveryModeControl{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:6px;display:grid}.deliveryModeControl button{border:1.5px solid var(--border);border-radius:var(--radius-sm);min-height:48px;color:var(--text-muted);background:#fff;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:800;display:flex}.deliveryModeControl button.selected{border-color:var(--pink-core);background:var(--pink-pale);color:var(--pink-dark);box-shadow:0 0 0 3px var(--pink-soft)}.searchableSelect{width:100%;margin-top:6px;position:relative}.searchableSelect>input{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;min-height:48px;color:var(--text-dark);background:#fff;padding:12px 42px 12px 14px;font-size:.9rem}.searchableSelect.error>input{background:#fff5f5;border-color:#fca5a5}.searchableSelect>input:focus{border-color:var(--pink-core);box-shadow:0 0 0 3px var(--pink-soft)}.searchableSelect>input:disabled{cursor:not-allowed;background:#f8fafc}.searchableSelect>i{color:var(--text-dim);pointer-events:none;position:absolute;top:17px;right:15px}.searchableSelectMenu{z-index:80;border:1px solid var(--border-md);border-radius:var(--radius-sm);max-height:250px;box-shadow:var(--shadow-md);background:#fff;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.searchableSelectMenu button{width:100%;color:var(--text-body);text-align:left;background:0 0;border-radius:8px;padding:10px 12px;font-size:.86rem}.searchableSelectMenu button:hover,.searchableSelectMenu button.selected{background:var(--pink-pale);color:var(--pink-dark)}.searchableSelectMenu>span{color:var(--text-muted);text-align:center;padding:14px 10px;font-size:.82rem;display:block}.directOrderTotal{border-top:1px dashed var(--border-md);grid-template-columns:1fr auto;gap:8px 14px;margin:18px 0;padding-top:16px;display:grid}.directOrderTotal span{color:var(--text-muted)}.directOrderTotal strong{color:var(--text-dark)}.directOrderTotal strong:last-child{color:var(--pink-dark);font-size:1.05rem}.directSubmit{justify-content:center;width:100%}.adminProductsShell{background:#f6f7fb}.adminTopbarPro{background:linear-gradient(135deg,#fff,#faf7f1);border-bottom-color:#1e305724}.adminEyebrow{color:var(--pink-core);text-transform:uppercase;letter-spacing:1.4px;margin-bottom:5px;font-size:.72rem;font-weight:900;display:inline-flex}.adminStatsStrip{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px;display:grid}.adminStatsStrip div{background:#fff;border:1px solid #eef0f5;border-radius:18px;padding:18px 20px;box-shadow:0 10px 30px #0f172a0a}.adminStatsStrip span{color:var(--text-dark);font-size:1.6rem;font-weight:900;display:block}.adminStatsStrip small{color:var(--text-muted);font-weight:700}.productAdminCard{border-radius:22px}.adminProductGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:20px;display:grid}.adminProductTile{transition:var(--transition);background:#fff;border:1px solid #eef0f5;border-radius:20px;padding:14px;box-shadow:0 12px 34px #0f172a0b}.adminProductTile:hover{border-color:var(--border-md);transform:translateY(-3px);box-shadow:0 18px 48px #1e30571a}.adminProductImage{aspect-ratio:1.15;background:linear-gradient(135deg,#fcfaf6,#f3eee5);border-radius:16px;justify-content:center;align-items:center;margin-bottom:12px;display:flex;position:relative;overflow:hidden}.tileStatus{color:#991b1b;background:#fee2e2;border-radius:999px;padding:5px 10px;font-size:.72rem;font-weight:900;position:absolute;top:10px;right:10px}.tileStatus.active{color:#14532d;background:#dcfce7}.adminProductMeta span{color:var(--pink-core);text-transform:uppercase;font-size:.72rem;font-weight:900}.adminProductMeta h3{color:var(--text-dark);margin:4px 0 2px;font-size:1rem;font-weight:900}.adminProductMeta p{color:var(--text-muted);font-size:.82rem}.adminProductMeta strong{color:var(--pink-dark);margin-top:8px;display:block}.tileVariantRow{color:var(--text-muted);border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;justify-content:space-between;gap:10px;margin:12px 0;padding:10px 0;font-size:.8rem;font-weight:800;display:flex}.tileSwatches{flex-wrap:wrap;gap:6px;display:flex}.tileSwatches span{border:1px solid #0000001f;border-radius:999px;width:16px;height:16px}.tileActions{grid-template-columns:1fr 1fr;gap:8px;margin-top:14px;display:grid}.tileActions button{font-weight:800;font-family:var(--font);border-radius:12px;padding:9px 10px}.tileActions button:first-child{background:var(--pink-pale);color:var(--pink-dark)}.tileActions button:last-child{color:#dc2626;background:#fff5f5;border:1px solid #fecaca}.productBuilderModal{flex-direction:column;max-width:min(1180px,100vw - 28px);max-height:calc(100dvh - 40px);padding:0;display:flex;overflow:hidden}.builderHeader{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#fff,#faf7f1);flex-shrink:0;margin-bottom:0;padding:26px 30px}.builderLayout{flex:1;grid-template-columns:300px 1fr;gap:0;min-height:0;display:grid;overflow:hidden}.builderPreview{background:#fbfcff;border-right:1px solid #eef0f5;padding:24px;overflow-y:auto}.builderPreviewImage{aspect-ratio:1;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f3eee5);border-radius:22px;justify-content:center;align-items:center;margin-bottom:16px;display:flex;overflow:hidden}.builderPreviewImage img{object-fit:contain;width:90%;height:90%}.builderPreviewImage i{color:var(--text-dim);font-size:2rem}.builderPreview h3{color:var(--text-dark);margin-bottom:4px;font-weight:900}.builderPreview p{color:var(--text-muted);font-size:.86rem}.builderPreview strong{color:var(--pink-dark);margin:12px 0;display:block}.builderMain{background:#fff;min-height:0;padding:24px 28px;overflow-y:auto}.builderSection{background:#fff;border:1px solid #eef0f5;border-radius:20px;margin-bottom:18px;padding:20px}.builderSectionTitle{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.builderSectionTitle>span{background:var(--pink-pale);width:34px;height:34px;color:var(--pink-dark);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-weight:900;display:flex}.builderSectionTitle h3{color:var(--text-dark);font-size:1rem;font-weight:900}.builderSectionTitle p{color:var(--text-muted);font-size:.8rem}.imageUploadBox{grid-template-columns:1fr auto;gap:10px;display:grid}.imageUploadBox input{border:1.5px solid var(--border);min-width:0;font-family:var(--font);border-radius:14px;padding:12px 14px}.imageUploadBox label,.variantImageRow label{background:var(--pink-core);color:#fff;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-weight:900;display:inline-flex}.imageUploadBox label input,.variantImageRow label input{display:none}.variantCards{gap:14px;display:grid}.variantCard{border:1.5px solid var(--border);background:#fcfaf6;border-radius:20px;padding:16px}.variantHeader{grid-template-columns:100px 1fr auto;align-items:start;gap:14px;display:grid}.variantImage{border:1px solid var(--border);background:#fff;border-radius:18px;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.variantImage img{object-fit:contain;width:88%;height:88%}.variantInputs{gap:9px;display:grid}.variantInputs input,.variantStockGrid input{border:1.5px solid var(--border);width:100%;font-family:var(--font);background:#fff;border-radius:12px;outline:none;padding:11px 12px}.variantImageRow{grid-template-columns:52px 1fr auto;gap:9px;display:grid}.variantImageRow input[type=color]{height:44px;padding:3px}.variantDelete{color:#dc2626;background:#fff5f5;border:1px solid #fecaca;border-radius:14px;width:42px;height:42px}.variantDelete:disabled{opacity:.35;cursor:not-allowed}.variantStockGrid{border-top:1px dashed var(--border-md);grid-template-columns:repeat(auto-fit,minmax(82px,1fr));gap:9px;margin-top:14px;padding-top:14px;display:grid}.variantStockGrid label{color:var(--text-muted);font-size:.72rem;font-weight:900}.variantStockGrid input{text-align:center;margin-top:5px}.addVariantBtn{margin-top:14px}.builderFooter{background:#fff;flex-shrink:0;margin-top:0;padding:18px 30px}.adminReviewGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.adminReviewCard{background:#fff;border:1px solid #eef0f5;border-radius:22px;padding:14px;box-shadow:0 12px 34px #0f172a0b}.adminReviewShot{aspect-ratio:4/5;border:1px solid var(--border);background:#fcfaf6;border-radius:18px;margin-bottom:14px;position:relative;overflow:hidden}.adminReviewShot img{object-fit:cover;width:100%;height:100%}.adminReviewInfo h3{color:var(--text-dark);margin:4px 0 2px;font-size:1rem;font-weight:900}.adminReviewInfo p,.adminReviewInfo span{color:var(--text-muted);font-size:.82rem}.adminReviewInfo blockquote{color:var(--text-body);margin:10px 0;font-size:.88rem;line-height:1.55}.reviewsEmptyState{border:1.5px dashed var(--border-md);text-align:center;box-shadow:var(--shadow-xs);background:#fff;border-radius:24px;padding:58px 24px}.reviewsEmptyState i{color:var(--pink-core);margin-bottom:16px;font-size:2.4rem}.reviewsEmptyState h2{color:var(--text-dark);font-weight:900}.reviewsEmptyState p{color:var(--text-muted);max-width:520px;margin:10px auto 24px}.reviewModal{max-width:min(960px,100vw - 28px);padding:0;overflow:hidden}.reviewBuilder{grid-template-columns:320px 1fr;gap:24px;padding:24px 30px;display:grid}.reviewUploadPreview{border:1.5px solid var(--border);background:#fcfaf6;border-radius:22px;justify-content:center;align-items:center;min-height:420px;display:flex;overflow:hidden}.reviewUploadPreview img{object-fit:cover;width:100%;height:100%}.reviewUploadPreview i{color:var(--text-dim);font-size:2rem}.reviewFormPanel{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.reviewFormPanel label{color:var(--text-muted);font-size:.78rem;font-weight:800}.reviewFormPanel .span2{grid-column:span 2}.reviewFormPanel input,.reviewFormPanel select,.reviewFormPanel textarea{border:1.5px solid var(--border);width:100%;color:var(--text-dark);font-family:var(--font);background:#fff;border-radius:14px;outline:none;margin-top:6px;padding:12px 14px}.reviewUploadButton{background:var(--pink-core);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:9px;min-height:48px;margin-top:0;display:flex;color:#fff!important}.reviewUploadButton input{display:none}.reviewActiveToggle{border:1px solid var(--border);background:#fcfaf6;border-radius:14px;align-items:center;gap:8px;padding:12px;display:flex}.reviewActiveToggle input{width:auto;margin:0}.realReviewsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.realReviewCard{border:1.5px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);transition:var(--transition);background:#fff;padding:14px}.realReviewCard:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.realReviewImage{aspect-ratio:4/5;border:1px solid var(--border);background:#fcfaf6;border-radius:16px;margin-bottom:14px;overflow:hidden}.realReviewImage img{object-fit:cover;width:100%;height:100%}.realReviewCard h3{color:var(--text-dark);font-size:1rem;font-weight:900}.realReviewCard small{color:var(--text-muted)}.realReviewCard p{color:var(--text-muted);margin-top:10px;font-size:.88rem;line-height:1.6}@media (max-width:1100px){.statsGrid{grid-template-columns:repeat(2,1fr)}.adminNav{flex-direction:row;padding:10px;overflow-x:auto}.adminNav small,.adminUser{display:none}.adminBrand{padding:12px 18px}}@media (max-width:900px){.catsGrid,.aboutGrid,.testimonialsGrid{grid-template-columns:1fr}.shopLayout{grid-template-columns:1fr;padding:0 18px 70px}.filterSidebar{display:none}.filterSidebar.open{display:block}.mobileFilterBar{justify-content:space-between;align-items:center;gap:12px;padding:12px 18px;display:flex}.shopToolbar{flex-direction:column;align-items:flex-start}.stockGrid{grid-template-columns:repeat(3,1fr)}.colorEditorRow,.adminFormGrid{grid-template-columns:1fr}.adminFormGrid .span2{grid-column:span 1}.productDetailShell{grid-template-columns:1fr;padding:0 24px 70px}.productMediaCol{position:static}.productHeroImage{min-height:auto}.adminStatsStrip{grid-template-columns:repeat(2,1fr)}.builderLayout{grid-template-columns:1fr;overflow-y:auto}.builderPreview{border-bottom:1px solid #eef0f5;border-right:0}.builderMain{overflow:visible}.variantHeader{grid-template-columns:82px 1fr}.variantDelete{grid-column:1/-1;width:100%}.reviewBuilder{grid-template-columns:1fr}.reviewUploadPreview{min-height:320px}}@media (max-width:600px){.catsGrid{grid-template-columns:repeat(2,1fr)}.heroStats,.miniStats,.statsGrid,.statusGrid{grid-template-columns:1fr}.adminContent{padding:14px}.adminTopbar{align-items:flex-start}.adminActions,.modalFooter{justify-content:stretch;width:100%}.adminActions a,.adminActions button,.modalFooter button,.modalFooter select{flex:1}.adminLoginCard{padding:28px 20px}.productDetailShell{gap:18px;padding:0 14px 56px}.productInfoPanel,.directOrderCard{border-radius:var(--radius-lg);padding:20px}.productActions,.directOrderGrid{grid-template-columns:1fr}.directOrderGrid .span2{grid-column:span 1}.directOrderHeader{flex-direction:column}.productDetailPrice strong{font-size:1.5rem}.adminStatsStrip{grid-template-columns:1fr}.adminProductGrid{grid-template-columns:1fr;padding:14px}.builderHeader,.builderMain,.builderPreview,.builderFooter{padding:18px}.builderSection{padding:16px}.imageUploadBox,.variantHeader,.variantImageRow{grid-template-columns:1fr}.variantImage{width:100%;height:160px}.variantStockGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.adminReviewGrid,.realReviewsGrid{grid-template-columns:1fr}.reviewBuilder{padding:18px}.reviewFormPanel{grid-template-columns:1fr}.reviewFormPanel .span2{grid-column:span 1}}@media (max-width:900px){.shopLayout{grid-template-columns:1fr!important;padding:0 18px 60px!important}.filterSidebar{display:none}.filterSidebar.open{animation:.35s fadeIn;display:block}.mobileFilterBar{border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:10px;margin-bottom:18px;padding:12px 18px!important;display:flex!important}}.heroSection{justify-content:center;align-items:center;min-height:100vh;padding:118px 60px 42px;display:flex}.heroCard{background:radial-gradient(circle at 74% 34%,#fffffff2 0%,#fff1f8d1 30%,#0000 58%),linear-gradient(135deg,#fcfaf6 0%,#fff 32%,#ffe5f1 100%);border:1.5px solid #1e30572e;border-radius:28px;align-items:center;width:100%;max-width:1480px;min-height:680px;padding:70px 88px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 90px #1e305729}.heroGlow{pointer-events:none;background:radial-gradient(circle,#1e30572e 0%,#0000 70%);border-radius:50%;width:450px;height:450px;position:absolute;top:10%;left:5%}.heroTextCol{z-index:2;flex-direction:column;align-items:flex-start;width:52%;max-width:620px;display:flex;position:relative}[dir=rtl] .heroTextCol{align-items:flex-start}.heroTag{background:var(--pink-pale);border:1.5px solid var(--border-md);color:var(--pink-dark);border-radius:50px;align-items:center;gap:8px;margin-bottom:24px;padding:7px 18px;font-size:.78rem;font-weight:700;display:inline-flex}.heroTitle{letter-spacing:0;color:var(--text-dark);margin-bottom:22px;font-size:clamp(2.7rem,5.2vw,5.4rem);font-weight:900;line-height:.96}.heroTitleHighlight{background:linear-gradient(135deg, var(--pink-core), var(--pink-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.heroButtons{flex-wrap:wrap;gap:14px;margin-bottom:44px;display:flex}.heroStats{flex-wrap:wrap;gap:36px;display:flex}.statItem{flex-direction:column;display:flex}.statNum{color:var(--pink-core);font-size:1.6rem;font-weight:900;line-height:1}.statLabel{color:var(--text-muted);margin-top:4px;font-size:.78rem}.heroShoeContainer{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:54%;max-width:760px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}[dir=ltr] .heroShoeContainer{right:52px}[dir=rtl] .heroShoeContainer{left:52px}.heroFloatingShoe{filter:drop-shadow(0 28px 48px #1e305733);width:100%;height:auto;animation:4.5s ease-in-out infinite floatShoe}.heroPhotoContainer{border:1px solid #1e305724;border-radius:26px;overflow:hidden;transform:translateY(-50%)rotate(-2deg);box-shadow:0 26px 80px #1e305733}.heroPhotoContainer .heroFloatingShoe{aspect-ratio:4/3;object-fit:cover;filter:none;width:100%;height:auto;animation:7s ease-in-out infinite heroImageDrift;display:block}.heroShoeRing{background:radial-gradient(#1e30571a 0%,#0000 70%);border:2px dashed #1e305738;border-radius:50%;width:76%;height:20px;margin-top:-36px;animation:4.5s ease-in-out infinite pulseRing}@keyframes pulseRing{0%,to{opacity:.8;transform:scale(.96)}50%{opacity:.4;transform:scale(1.04)}}.heroCard{--hero-x:0px;--hero-y:0px}.heroEntrance{animation:.75s cubic-bezier(.2,.75,.25,1) both heroCardReveal}.heroEntrance .heroTextCol{animation:.8s cubic-bezier(.2,.75,.25,1) .14s both heroCopyReveal}.heroEntrance .heroPhotoContainer{transform:translate3d(var(--hero-x), calc(-50% + var(--hero-y)), 0) rotate(-2deg);transition:transform .35s,box-shadow .35s;animation:.9s cubic-bezier(.2,.75,.25,1) .18s both heroMediaReveal}.heroEntrance:after{content:"";filter:blur(12px);pointer-events:none;background:#ffffff6b;width:22%;animation:5.5s ease-in-out 1.2s infinite heroLightSweep;position:absolute;inset:-35% auto -35% -30%;transform:skew(-18deg)}.heroEntrance .statItem{animation:.55s cubic-bezier(.2,.75,.25,1) both statReveal}.heroEntrance .statItem:first-child{animation-delay:.5s}.heroEntrance .statItem:nth-child(2){animation-delay:.62s}.heroEntrance .statItem:nth-child(3){animation-delay:.74s}.heroPhotoContainer:hover{box-shadow:0 34px 100px #1e305745}.revealItem{opacity:0;transition:opacity .65s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0s), transform .65s cubic-bezier(.2,.75,.25,1) var(--reveal-delay,0s);transform:translateY(28px)}.revealItem.isVisible{opacity:1;transform:translateY(0)}.categoryCard:hover .categoryIcon{transform:translateY(-3px)rotate(-5deg)scale(1.06);box-shadow:0 12px 28px #1e305724}.categoryIcon{transition:transform .3s,box-shadow .3s}.aboutVisual img{transition:transform .7s cubic-bezier(.2,.75,.25,1)}.aboutVisual:hover img{transform:scale(1.035)}.testimonialCard,.realReviewCard{transition:transform .3s,box-shadow .3s,border-color .3s}.testimonialCard:hover,.realReviewCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-6px)}@keyframes heroCardReveal{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heroCopyReveal{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes heroMediaReveal{0%{opacity:0;transform:translate(60px,calc(18px - 50%))rotate(2deg)scale(.94)}to{opacity:1;transform:translate3d(var(--hero-x), calc(-50% + var(--hero-y)), 0) rotate(-2deg) scale(1)}}@keyframes heroImageDrift{0%,to{transform:scale(1.01)translate(0,0)}50%{transform:scale(1.045)translateY(-7px)}}@keyframes heroLightSweep{0%,68%{opacity:0;left:-30%}76%{opacity:.65}92%,to{opacity:0;left:118%}}@keyframes statReveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.directOrderInput{min-height:48px}textarea.directOrderInput{resize:vertical;line-height:1.5}.searchableSelectMenu{overscroll-behavior:contain;max-height:min(280px,42vh)}.searchableSelectMenu button{white-space:normal;overflow-wrap:anywhere;line-height:1.45}[dir=rtl] .searchableSelectMenu button{text-align:right}@media (max-width:900px){.heroSection{min-height:auto;padding:92px 18px 30px}.heroCard{min-height:auto;text-align:center!important;flex-direction:column!important;padding:40px 24px!important}.heroTextCol{margin-bottom:40px;text-align:center!important;align-items:center!important;width:100%!important;max-width:100%!important}.heroDesc{margin:0 auto 30px!important}.heroButtons{justify-content:center;margin-bottom:32px}.heroStats{justify-content:center;width:100%;margin-bottom:24px}.heroShoeContainer{width:100%!important;max-width:340px!important;margin:20px auto 0!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important}.heroEntrance .heroPhotoContainer{animation:.8s cubic-bezier(.2,.75,.25,1) .2s both heroMediaMobileReveal;transform:none}.heroShoeRing{margin-top:-24px}}@keyframes heroMediaMobileReveal{0%{opacity:0;transform:translateY(24px)rotate(1deg)scale(.96)}to{opacity:1;transform:translateY(0)rotate(-1deg)scale(1)}}@media (max-width:768px){.navbar{gap:8px;height:58px;padding:0 12px;top:8px;left:10px;right:10px}.navLogo{white-space:nowrap;gap:7px;min-width:0;font-size:1rem}.navLogoIcon{border-radius:9px;width:32px;height:32px}.navLogoIcon img{border-radius:8px}.navActions{gap:11px;margin-left:auto}[dir=rtl] .navActions{margin-left:0;margin-right:auto}.navActions a{font-size:1rem}.navActions>a[href=\/shop]{display:none}.langToggleBtn{gap:5px;padding:5px 9px}.hamburger{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:34px}.hamburger span{width:20px}.pageHeader{padding-top:82px}.productPageHeader{padding-bottom:14px}.heroSection{padding:78px 10px 24px}.heroCard{border-radius:20px;box-shadow:0 18px 50px #1e305721;padding:30px 18px 22px!important}.heroTextCol{margin-bottom:20px}.heroTag{margin-bottom:17px;padding:6px 12px}.heroTitle{overflow-wrap:anywhere;width:100%;margin-bottom:16px;font-size:2.45rem;line-height:1.02}.heroDesc{width:100%;font-size:.94rem;line-height:1.65;margin-bottom:24px!important}.heroButtons{gap:10px;width:100%;margin-bottom:26px}.heroButtons a{flex:1;justify-content:center;min-width:0;padding:12px 13px}.heroStats{gap:8px;margin-bottom:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))!important}.statItem{border-top:1px solid var(--border);align-items:center;padding:10px 4px}.statNum{font-size:1.25rem}.statLabel{text-align:center;font-size:.68rem}.heroShoeContainer{border-radius:16px;max-width:340px!important;margin-top:8px!important}.heroGlow{width:260px;height:260px}.deliveryBanner{border-radius:18px}.catsGrid{gap:10px}.categoryCard{border-radius:14px;padding:20px 12px}.categoryIcon{border-radius:14px;width:48px;height:48px}.productDetailShell{gap:14px;padding:0 10px 52px}.productInfoPanel,.directOrderCard{border-radius:16px;padding:16px}.directOrderHeader{gap:6px;margin-bottom:14px}.directOrderHeader h2{font-size:1.18rem}.directOrderGrid{gap:13px}.directOrderInput,.searchableSelect>input{font-size:16px}.deliveryModeControl{gap:7px}.deliveryModeControl button{min-height:52px;padding:8px 7px;font-size:.78rem;line-height:1.25}.searchableSelectMenu{z-index:1200;width:100%;max-width:calc(100vw - 52px);max-height:min(240px,38vh);position:absolute}.searchableSelectMenu button{padding:11px 10px;font-size:.82rem}}@media (max-width:480px){.heroButtons{flex-direction:column}.heroButtons a{width:100%}}@media (max-width:380px){.navLogo{font-size:.94rem}.heroTitle{font-size:2.12rem}.deliveryModeControl{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.revealItem{opacity:1;transform:none}}.adminShell,.adminMain,.adminContent,.adminTopbar,.adminCard,.adminProductGrid,.adminProductTile{min-width:0}.adminProductsShell{width:100%;overflow-x:clip}.adminSidebarBackdrop{border:0;padding:0}@media (max-width:1100px){.adminSidebar{visibility:hidden;pointer-events:none;left:auto!important;right:0!important;transform:translate(105%)!important}.adminSidebar.open{visibility:visible;pointer-events:auto;transform:translate(0,0)!important}.adminSidebarToggleBtn{display:flex!important}.adminTopbar{padding-right:70px}}@media (max-width:768px){.adminProductsShell .adminTopbar{align-items:stretch;gap:14px;padding:18px 68px 16px 16px;position:relative}.adminTopbarPro>div:first-child{width:100%;min-width:0}.adminTopbarPro h1{font-size:clamp(1.35rem,6vw,1.75rem)}.adminTopbarPro p{overflow-wrap:anywhere;max-width:38rem;line-height:1.55}.adminProductsShell .adminActions{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.adminProductsShell .adminActions button{white-space:normal;width:100%;min-width:0;min-height:44px;padding-inline:10px;line-height:1.2}.adminProductsShell .adminContent{width:100%;padding:14px}.adminStatsStrip{grid-template-columns:repeat(2,minmax(0,1fr))!important}.adminStatsStrip div{border-radius:15px;min-width:0;padding:14px}.adminStatsStrip span{font-size:1.35rem}.adminStatsStrip small{overflow-wrap:anywhere;font-size:.7rem;display:block}.productAdminCard{border-radius:18px;width:100%}.productAdminCard .adminCardHeader{align-items:stretch;padding:15px}.productAdminCard .adminSearch,.productAdminCard .adminSearch input{width:100%}.adminProductGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;padding:10px!important}.adminProductTile{width:100%;min-width:0}.adminProductMeta h3,.adminProductMeta p,.tileVariantRow span{overflow-wrap:anywhere}.tileVariantRow{flex-direction:column;align-items:flex-start;gap:5px}.jewelryBuilderModal{border-radius:22px;width:calc(100vw - 20px);max-width:none;max-height:calc(100dvh - 20px)!important}.jewelryBuilderModal .builderHeader{padding:18px}.jewelryBuilderModal .builderHeader>div{min-width:0}.jewelryBuilderModal .builderHeader p{overflow-wrap:anywhere}.jewelryBuilderModal .builderFooter{padding:14px}}@media (max-width:560px){.adminSidebar{width:min(310px,86vw)!important}.adminSidebarToggleBtn{width:44px!important;height:44px!important;top:10px!important;right:10px!important}.adminProductGrid{grid-template-columns:1fr!important}.adminProductTile{grid-template-columns:112px minmax(0,1fr);gap:0 12px;display:grid;padding:10px!important}.adminProductImage{border-radius:13px;grid-row:1;width:112px;height:112px;margin:0}.adminProductMeta{align-self:center;min-width:0}.adminProductMeta span{font-size:.62rem}.adminProductMeta h3{margin-top:3px;font-size:.96rem}.adminProductMeta p{min-height:0;margin-top:3px;font-size:.74rem}.adminProductMeta strong{margin-top:6px;font-size:.88rem}.tileVariantRow,.tileActions{grid-column:1/-1}.tileVariantRow{flex-direction:row;justify-content:flex-start;gap:14px;margin:10px 0 0;padding:9px 2px;font-size:.7rem}.tileActions{margin-top:9px!important}.tileActions button{min-height:40px}.jewelryBuilderModal .builderPreview{max-height:none!important;padding:16px!important}.jewelryBuilderModal .builderPreviewImage{width:min(210px,70vw);margin-inline:auto}.jewelryBuilderModal .builderMain{padding:12px!important}.jewelryBuilderModal .builderSection{padding:14px}.adminJewelryGallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:380px){.adminProductsShell .adminActions{grid-template-columns:1fr}.adminProductsShell .adminContent{padding:10px}.adminProductTile{grid-template-columns:96px minmax(0,1fr);gap:0 10px}.adminProductImage{width:96px;height:96px}.tileVariantRow{flex-direction:column;gap:4px}}@media (max-width:1100px){.adminMain{margin-left:0!important;margin-right:0!important}.adminSidebar{z-index:1050!important;border-bottom:none!important;border-left:1px solid #e5e7eb!important;width:250px!important;height:100vh!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;position:fixed!important;top:0!important;right:0!important;transform:translate(100%)!important;box-shadow:-5px 0 25px #00000026!important}.adminSidebar.open{transform:translate(0)!important}.adminSidebarToggleBtn{display:flex!important}}.heroMedia img{object-position:64% center}.productCardImg:after{background:linear-gradient(#050d1b09,#0000 34% 78%,#050d1b0e)}.productCardInfo{min-height:166px}.productCardCategory{color:#8d6b39;letter-spacing:.04em;background:#faf6ee;border:1px solid #9775422e;border-radius:999px;align-self:flex-start;margin-bottom:12px;padding:5px 9px;font-size:.62rem;font-weight:750}.ratingBadge{white-space:nowrap;text-overflow:ellipsis;max-width:48%;overflow:hidden}.productHeroImage{aspect-ratio:1;background:#efede8}.productGalleryThumbs{scrollbar-width:thin;justify-content:flex-start;overflow-x:auto}.productGalleryThumbs button,.productColorThumbs.productGalleryThumbs button{background:#eee9df;border:2px solid #0000;border-radius:16px;flex:0 0 70px;width:70px;height:70px;padding:0;position:relative;overflow:hidden}.productGalleryThumbs button.active{border-color:var(--campaign-gold);box-shadow:0 0 0 3px #d3b57a2b}.productGalleryThumbs button img{object-fit:cover;width:100%;height:100%}.stockLine{color:#2f6a3c;background:#edf7ef;border-radius:999px;width:fit-content;margin:4px 0 18px;padding:7px 11px;font-size:.74rem;font-weight:750;display:inline-flex}.stockLine.low{color:#9a651a;background:#fff4dc}.stockLine.out{color:#a63737;background:#fdeaea}.jewelryBuilderModal{width:min(1180px,100vw - 28px)}.jewelryBuilderLayout{grid-template-columns:310px minmax(0,1fr)}.jewelryBuilderLayout .builderPreviewImage img{object-fit:cover;width:100%;height:100%}.builderPreview>small{color:#7d8591;line-height:1.5;display:block}.jewelryImageControls,.jewelryUrlRow{align-items:center;gap:10px;margin-bottom:12px;display:flex}.jewelryImageControls select,.jewelryUrlRow input{border:1.5px solid var(--border);width:100%;min-height:44px;color:var(--text-dark);background:#fff;border-radius:12px;outline:none;padding:10px 13px}.jewelryUploadButton{white-space:nowrap;cursor:pointer;min-height:44px;margin:0}.jewelryUploadButton input{display:none}.adminJewelryGallery{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:16px;display:grid}.adminJewelryGallery article{background:#f2eee6;border:2px solid #0000;border-radius:16px;min-width:0;position:relative;overflow:hidden}.adminJewelryGallery article.isMain{border-color:var(--campaign-gold);box-shadow:0 8px 24px #97754229}.gallerySelect{width:100%;color:var(--campaign-ink);cursor:pointer;background:0 0;border:0;padding:0;display:block}.gallerySelect img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.gallerySelect span{padding:8px;font-size:.67rem;font-weight:800;display:block}.galleryRemove{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071121b8;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:7px;right:7px}.adminGalleryEmpty{color:#9298a2;background:#fafbfc;border:1.5px dashed #d8dbe1;border-radius:16px;place-items:center;min-height:150px;margin-top:14px;display:grid}.adminGalleryEmpty i{margin-bottom:-24px;font-size:1.6rem}.tileVariantRow i{color:#9b7a45;margin-inline-end:5px}.adminProductImage{aspect-ratio:1;background:#efede8}.adminProductImage img{object-fit:cover;width:100%;height:100%}.adminProductMeta p{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.7em;line-height:1.35;display:-webkit-box;overflow:hidden}@media (max-width:900px){.heroMedia img{object-position:68% center}.jewelryBuilderLayout{grid-template-columns:1fr}.adminJewelryGallery{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:640px){.heroMedia img{object-position:70% center}.productCardImg{aspect-ratio:1}.productCardInfo{min-height:138px}.productCardCategory{margin-bottom:8px;padding:4px 7px;font-size:.52rem}.productHeroImage{aspect-ratio:1}.jewelryImageControls,.jewelryUrlRow{flex-direction:column;align-items:stretch}.adminJewelryGallery{grid-template-columns:repeat(2,minmax(0,1fr))}}.luxuryNavbar{top:12px;left:max(var(--page-gutter), calc((100vw - var(--content-width)) / 2));right:max(var(--page-gutter), calc((100vw - var(--content-width)) / 2));-webkit-backdrop-filter:blur(24px)saturate(165%);background:#fffefae6;border:1px solid #97754229;border-radius:24px;width:auto;height:78px;padding:0 12px 0 16px;transition:height .3s,top .3s,background .3s,box-shadow .3s,border-color .3s;overflow:visible;box-shadow:0 18px 54px #0711211c,inset 0 1px #ffffffd1}.luxuryNavbar.scrolled{background:#fffefaf6;border-color:#0711211a;height:70px;top:8px;box-shadow:0 14px 42px #07112121,inset 0 1px #fffffff2}.navAura{z-index:-1;border-radius:inherit;pointer-events:none;position:absolute;inset:0;overflow:hidden}.navAura:before{content:"";background:radial-gradient(circle,#d3b57a33,#0000 68%);width:270px;height:180px;position:absolute;top:-90px;left:-40px}.luxuryNavbar .navLogo{gap:12px;min-width:230px}.luxuryNavbar .navLogoIcon{color:#fff;width:46px;height:46px;font-family:var(--display-font);background:radial-gradient(circle at 78% 78%,#d3b57ae6,#0000 38%),linear-gradient(145deg,#08162a,#182b48 70%);border:1px solid #ecdbb838;border-radius:15px;place-items:center;font-size:1.4rem;font-weight:700;display:grid;box-shadow:0 10px 24px #07112138}.navBrandLockup{flex-direction:column;gap:5px;line-height:1;display:flex}.navBrandName{color:var(--campaign-ink);font-family:var(--display-font);letter-spacing:-.025em;font-size:1.56rem;font-weight:600;display:block!important}.navBrandName em{color:#aa8246}.navBrandLockup small{color:#8b9099;letter-spacing:.16em;text-transform:uppercase;font-size:.51rem;font-weight:700}.luxuryNavbar .navLinks{background:#07112109;border:1px solid #07112111;border-radius:18px;align-items:center;gap:2px;padding:4px;display:flex}.luxuryNavbar .navLinks a{color:#606875;letter-spacing:.015em;border-radius:14px;align-items:center;gap:7px;min-height:42px;padding:8px 15px;font-size:.77rem;font-weight:700;transition:color .25s,background .25s,box-shadow .25s,transform .25s;display:flex}.luxuryNavbar .navLinks a:after{display:none}.luxuryNavbar .navLinks a:hover{color:var(--campaign-ink);background:#ffffffbf;transform:translateY(-1px)}.luxuryNavbar .navLinks a.active{color:var(--campaign-ink);background:#fff;box-shadow:0 7px 18px #07112114,inset 0 0 0 1px #d3b57a38}.navLinkIndex{color:#b3945d;font-family:var(--font-outfit);letter-spacing:.08em;font-size:.48rem;font-weight:800}.luxuryNavbar .navActions{justify-content:flex-end;align-items:center;gap:7px;min-width:230px;display:flex}.navIconBtn,.luxuryLangButton{color:#626b78;background:#ffffff9e;border:1px solid #07112113;border-radius:13px;justify-content:center;align-items:center;min-width:42px;height:42px;padding:0;transition:color .25s,border-color .25s,background .25s,transform .25s;display:inline-flex}.navIconBtn:hover,.navIconBtn.active,.luxuryLangButton:hover{color:var(--campaign-ink);background:#f4ede1;border-color:#a6804338;transform:translateY(-1px)}.luxuryLangButton{gap:7px;min-width:65px;padding-inline:11px;font-weight:800;font-size:.74rem!important}.luxuryLangButton i{color:#ad884e;font-size:.78rem}.navCartButton{background:#fff;border:1px solid #07112114;border-radius:15px;align-items:center;gap:9px;min-height:46px;padding:5px 12px 5px 7px;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;box-shadow:0 8px 20px #07112112;color:var(--campaign-ink)!important}.navCartButton:hover{border-color:#a6804347;transform:translateY(-1px);box-shadow:0 12px 26px #0711211c}.navCartIcon{color:#f7e7c8;background:var(--campaign-ink);border-radius:11px;place-items:center;width:34px;height:34px;display:grid;position:relative}.navCartIcon .cartBadge{color:var(--campaign-ink);background:#e8cf9d;top:-7px;left:auto;right:-7px;box-shadow:0 3px 9px #0711212e}.navCartCopy{flex-direction:column;min-width:48px;line-height:1.08;display:flex}.navCartCopy small{color:#989ca4;letter-spacing:.08em;text-transform:uppercase;font-size:.46rem}.navCartCopy strong{color:var(--campaign-ink);font-size:.66rem;font-weight:800}.navSearchPanel{z-index:990;width:min(760px, calc(100% - (2 * var(--page-gutter))));opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);transform-origin:top;background:#fffefafa;border:1px solid #97754229;border-radius:24px;padding:20px;transition:opacity .24s,visibility .24s,transform .24s;position:fixed;top:100px;left:50%;transform:translate(-50%,-12px)scale(.98);box-shadow:0 28px 80px #07112133}.navSearchPanel.open{opacity:1;visibility:visible;transform:translate(-50%)scale(1)}.navSearchEyebrow{color:#9d7c47;letter-spacing:.17em;text-transform:uppercase;margin-bottom:10px;font-size:.58rem;font-weight:850;display:block}.navSearchField{background:#f6f3ed;border:1px solid #07112117;border-radius:17px;align-items:center;gap:12px;min-height:58px;padding:6px 7px 6px 17px;display:flex}.navSearchField>i{color:#a88650;font-size:.9rem}.navSearchField input{min-width:0;color:var(--campaign-ink);background:0 0;border:0;flex:1;font-size:.96rem}.navSearchField input::placeholder{color:#9b9fa7}.navSearchField button{color:#fff;background:var(--campaign-ink);border-radius:12px;align-self:stretch;padding-inline:20px;font-size:.72rem;font-weight:800}.navSearchSuggestions{flex-wrap:wrap;align-items:center;gap:8px;margin-top:13px;display:flex}.navSearchSuggestions span{color:#9b9fa7;margin-inline-end:4px;font-size:.62rem}.navSearchSuggestions a{color:#626b78;background:#fff;border:1px solid #07112112;border-radius:999px;padding:5px 9px;font-size:.62rem;font-weight:700}.luxuryHamburger{background:#fff;border:1px solid #07112114;border-radius:13px;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.luxuryHamburger span{background:var(--campaign-ink);width:16px;height:1.5px}.luxuryHamburger span:first-child{transform:translate(2px)}.luxuryHamburger span:last-child{transform:translate(-2px)}.mobileNavBackdrop{z-index:1090;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#030a1585;border:0;transition:opacity .3s,visibility .3s;display:block;position:fixed;inset:0}.mobileNavBackdrop.open{opacity:1;visibility:visible}.luxuryMobileNav,.luxuryMobileNav.open{z-index:1100;color:#fff;background:radial-gradient(circle at 92% 8%,#d3b57a33,#0000 18rem),linear-gradient(155deg,#071427,#0d2039 62%,#142b49);border-inline-start:1px solid #d3b57a38;justify-content:flex-start;align-items:stretch;gap:0;width:min(440px,92vw);height:100dvh;padding:18px;transition:transform .4s cubic-bezier(.2,.72,.2,1);display:flex;position:fixed;inset:0 0 0 auto;overflow-y:auto;transform:translate(105%);box-shadow:-28px 0 80px #030a154d}[dir=rtl] .luxuryMobileNav,[dir=rtl] .luxuryMobileNav.open{inset:0 auto 0 0;transform:translate(-105%)}.luxuryMobileNav.open,[dir=rtl] .luxuryMobileNav.open{transform:translate(0)}.mobileNavHeader{justify-content:space-between;align-items:center;display:flex}.luxuryMobileNav .mobileBrand{color:#fff;align-items:center;gap:11px;display:flex}.luxuryMobileNav .mobileBrand>span:last-child{flex-direction:column;gap:4px;display:flex}.luxuryMobileNav .mobileBrand strong{color:#fff;font-family:var(--display-font);font-size:1.35rem;font-weight:600;line-height:1}.luxuryMobileNav .mobileBrand em{color:#e0c28b;font-style:normal}.luxuryMobileNav .mobileBrand small{color:#ffffff7a;letter-spacing:.12em;text-transform:uppercase;font-size:.52rem}.luxuryMobileNav .mobileNavClose{color:#fff;background:#ffffff12;border-color:#ffffff26;width:42px;height:42px;position:static}.mobileNavIntro{background:#ffffff0b;border:1px solid #e8d2aa26;border-radius:19px;margin:30px 0 20px;padding:18px}.mobileNavIntro span{color:#ddc18c;letter-spacing:.17em;text-transform:uppercase;font-size:.57rem;font-weight:850}.mobileNavIntro p{color:#ffffffad;max-width:28ch;font-family:var(--display-font);margin-top:7px;font-size:1.35rem;line-height:1.12}.mobileNavLinks{border-top:1px solid #ffffff1a}.luxuryMobileNav .mobileNavLinks a{color:#ffffffb8;min-height:64px;font-family:var(--display-font);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:0 4px;font-size:1.48rem;font-weight:600;display:flex}.luxuryMobileNav .mobileNavLinks a>span{align-items:center;gap:13px;display:flex}.luxuryMobileNav .mobileNavLinks small{color:#c5a972;font-family:var(--font-outfit);font-size:.51rem}.luxuryMobileNav .mobileNavLinks a i{opacity:.45;font-size:.75rem;transition:transform .25s}.luxuryMobileNav .mobileNavLinks a:hover,.luxuryMobileNav .mobileNavLinks a.active{color:#fff}.luxuryMobileNav .mobileNavLinks a:hover i{transform:translate(4px)}.mobileSearchForm{background:#ffffff0f;border:1px solid #ffffff21;border-radius:15px;align-items:center;gap:9px;min-height:50px;margin-top:20px;padding:5px 6px 5px 14px;display:flex}.mobileSearchForm>i{color:#d7ba82;font-size:.78rem}.mobileSearchForm input{color:#fff;background:0 0;border:0;flex:1;min-width:0;font-size:.76rem}.mobileSearchForm input::placeholder{color:#ffffff6b}.mobileSearchForm button{width:38px;color:var(--campaign-ink);background:#ead2a4;border-radius:10px;align-self:stretch}.mobileNavFooter{grid-template-columns:1fr 1fr;gap:9px;margin-top:auto;padding-top:24px;display:grid}.luxuryMobileNav .mobileCart,.mobileLanguageButton,.mobileInstagram{color:#fff;min-height:48px;font-family:var(--font);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:14px;justify-content:space-between;align-items:center;padding:0 13px;font-size:.7rem;font-weight:700;display:flex}.luxuryMobileNav .mobileCart span{align-items:center;gap:8px;display:flex}.luxuryMobileNav .mobileCart strong{width:24px;height:24px;color:var(--campaign-ink);background:#dfc28b;border-radius:50%;place-items:center;display:grid}.mobileLanguageButton{justify-content:center;gap:8px}.mobileInstagram{color:#e5c98f;grid-column:1/-1;justify-content:center;gap:9px}[dir=rtl] .luxuryMobileNav .mobileNavLinks a i{transform:rotate(180deg)}@media (max-width:1120px){.luxuryNavbar .navLogo{min-width:190px}.navBrandLockup small{display:none}.luxuryNavbar .navActions{min-width:190px}.luxuryNavbar .navLinks a{padding-inline:12px}.navLinkIndex{display:none}}@media (max-width:930px){.luxuryNavbar{left:var(--page-gutter);right:var(--page-gutter);height:70px;padding-inline:13px 10px}.luxuryNavbar .navLogo{min-width:0;margin-inline-end:auto}.luxuryNavbar .navLinks{display:none}.luxuryNavbar .navActions{gap:5px;min-width:0}.navCartCopy{display:none}.navCartButton{padding:5px}.luxuryHamburger{display:inline-flex}.navSearchPanel{top:92px}}@media (max-width:560px){.luxuryNavbar{border-radius:18px;height:62px;top:8px;left:10px;right:10px}.luxuryNavbar.scrolled{height:60px;top:6px}.luxuryNavbar .navLogoIcon{border-radius:12px;width:40px;height:40px;font-size:1.18rem}.navBrandName{font-size:1.27rem}.luxuryLangButton{display:none}.navIconBtn,.navCartButton,.luxuryHamburger{border-radius:12px;width:39px;min-width:39px;height:39px;min-height:39px}.navCartIcon{border-radius:10px;width:31px;height:31px}.navSearchPanel{border-radius:19px;width:calc(100% - 20px);padding:14px;top:78px}.navSearchField{min-height:52px;padding-inline-start:13px}.navSearchField button{padding-inline:14px}.navSearchSuggestions{display:none}.luxuryMobileNav,.luxuryMobileNav.open{width:100%;padding:16px}}@media (prefers-reduced-motion:reduce){.luxuryNavbar,.navSearchPanel,.luxuryMobileNav,.mobileNavBackdrop,.luxuryNavbar a,.luxuryNavbar button{transition:none}}@media (max-width:900px){.builderLayout{grid-template-columns:1fr!important;overflow-y:auto!important}.builderPreview{border-right:none!important;border-bottom:1.5px solid var(--border)!important;width:100%!important;max-height:300px!important;position:static!important}.builderMain{overflow-y:visible!important}.productBuilderModal{max-height:95vh!important}}@media (max-width:768px){.adminStatsStrip{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.adminProductGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))!important;gap:12px!important;padding:10px!important}.adminProductTile{border-radius:14px!important;padding:10px!important}.tileActions{margin-top:10px!important}.variantHeader{grid-template-columns:1fr!important;gap:10px!important}.variantImage{margin:0 auto!important}.variantDelete{width:100%!important;height:36px!important;margin-top:5px!important}}@media (max-width:600px){.adminFormGrid{grid-template-columns:1fr!important;gap:10px!important}.adminFormGrid .span2{grid-column:span 1!important}.adminSizeGrid{grid-template-columns:repeat(4,1fr)!important}.variantStockGrid{grid-template-columns:repeat(3,1fr)!important}}.section,.deliveryBanner,.footer,.productCard,.realReviewCard,.testimonialCard,.categoryCard{content-visibility:auto;contain-intrinsic-size:auto 420px}:root{--content-width:1240px;--page-gutter:clamp(18px, 4vw, 56px);--display-font:var(--font-cormorant), Georgia, serif;--navy-950:#091326;--navy-900:#0f1d38;--navy-800:#1a2d50;--ivory:#fbf8f1;--warm-white:#fffdfa;--gold:#c9a96e;--gold-soft:#e8d8b5;--radius-xl:28px;--shadow-xs:0 8px 28px #0913260f;--shadow-md:0 24px 70px #09132624}html{scroll-padding-top:96px}body{color:var(--text-dark);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:radial-gradient(circle at 0 0,#e8d8b52e,#0000 28rem),linear-gradient(#fffdfa 0%,#fbf8f1 100%)}h1,h2,h3,.sectionTitle,.navLogo,.productInfoPanel h1{font-family:var(--display-font);letter-spacing:-.025em}[dir=rtl] h1,[dir=rtl] h2,[dir=rtl] h3,[dir=rtl] .sectionTitle,[dir=rtl] .productInfoPanel h1{font-family:var(--font-ar), Arial, sans-serif;letter-spacing:0}a,button,input,select,textarea{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-offset:3px;outline:3px solid #c9a96e99}.navbar{top:14px;left:max(var(--page-gutter), calc((100vw - var(--content-width)) / 2));right:max(var(--page-gutter), calc((100vw - var(--content-width)) / 2));-webkit-backdrop-filter:blur(18px)saturate(150%);backdrop-filter:blur(18px)saturate(150%);background:#fffdfae6;border:1px solid #ffffffd1;border-radius:22px;width:auto;height:72px;padding:0 22px;box-shadow:0 14px 40px #0913261a}.navLogo{color:var(--navy-950);white-space:nowrap;font-size:1.55rem;line-height:1}.navLogo span{align-items:baseline;gap:.22em;display:inline-flex}.navLogo em{color:var(--gold)}.navLinks{gap:clamp(18px,2.5vw,34px)}.navLinks a{color:#4e586a;letter-spacing:.02em;font-size:.83rem}.navLinks a:after{background:var(--gold)}.navLinks a:hover,.navLinks a.active{color:var(--navy-950)}.navIconBtn,.langBtn,.hamburger{border-radius:14px;min-width:44px;min-height:44px}.navIconBtn:hover,.langBtn:hover{color:var(--navy-950);background:#f4eee2}.heroSection{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));margin:0 auto;padding:106px 0 28px}.heroCard{isolation:isolate;background:radial-gradient(circle at 88% 12%, #c9a96e3b, transparent 28%), radial-gradient(circle at 10% 90%, #ffffff14, transparent 34%), linear-gradient(135deg, var(--navy-950), var(--navy-800));border:1px solid #e8d8b547;border-radius:38px;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:clamp(30px,5vw,72px);min-height:660px;padding:clamp(36px,5vw,72px);display:grid;position:relative;overflow:hidden;box-shadow:0 34px 90px #09132638}.heroCard:before{content:"";z-index:-1;opacity:.22;background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px);background-size:52px 52px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#000,#0000 70%);mask-image:linear-gradient(90deg,#000,#0000 70%)}.heroText{z-index:3;max-width:610px;position:relative}.heroTag{color:#f7ead0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border-color:#e8d8b547}.heroTitle{color:#fff;font-family:var(--display-font);letter-spacing:-.055em;text-wrap:balance;font-size:clamp(3.4rem,6vw,6.2rem);font-weight:600;line-height:.88}[dir=rtl] .heroTitle{font-family:var(--font-ar), sans-serif;letter-spacing:0;line-height:1.12}.heroTitle .highlight{color:var(--gold-soft)}.heroDesc{color:#ffffffb8;max-width:540px;font-size:1rem;line-height:1.8}.heroButtons{flex-wrap:wrap;gap:12px;display:flex}.heroCard .btnPrimary{color:var(--navy-950);background:var(--warm-white);box-shadow:0 10px 28px #0003}.heroCard .btnPrimary:hover{color:var(--navy-950);background:#f4ead8}.heroCard .btnSecondary{color:#fff;background:#ffffff0d;border-color:#ffffff47}.heroCard .btnSecondary:hover{background:#ffffff1f}.heroStats{border-color:#ffffff21}.statNum{color:#fff}.statLabel{color:#ffffff94}.heroJewelryShowcase{z-index:2;justify-self:end;max-width:620px;height:540px;width:100%!important;position:relative!important;inset:auto!important;transform:none!important}.heroPatternCard{background:#e9deca;border:1px solid #fff3;border-radius:30px;position:absolute;inset:6% 4% 8% 8%;overflow:hidden;box-shadow:0 30px 70px #00000038}.heroPatternCard:after{content:"";background:linear-gradient(135deg,#0000 45%,#0f1d3861);position:absolute;inset:0}.heroPatternCard img{object-fit:cover;width:100%;height:100%}.heroMainProduct,.heroAccentProduct{color:var(--navy-950);background:#fff;border:7px solid #fffdfaeb;transition:transform .35s,box-shadow .35s;display:block;position:absolute;overflow:hidden;box-shadow:0 22px 50px #00000040}.heroMainProduct:hover,.heroAccentProduct:hover{transform:translateY(-7px)rotate(0);box-shadow:0 30px 60px #00000052}.heroMainProduct{border-radius:120px 120px 28px 28px;width:63%;height:66%;top:11%;left:0;transform:rotate(-2.4deg)}.heroAccentProduct{border-radius:26px;width:41%;height:43%;bottom:4%;right:0;transform:rotate(4deg)}.heroMainProduct img,.heroAccentProduct img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.heroMainProduct:hover img,.heroAccentProduct:hover img{transform:scale(1.035)}.heroProductLabel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdfae0;border:1px solid #ffffffb3;border-radius:14px;justify-content:space-between;gap:8px;padding:9px 12px;font-size:.7rem;font-weight:800;display:flex;position:absolute;inset:auto 12px 12px}.heroProductLabel strong{color:var(--navy-800)}.heroSeal{z-index:4;aspect-ratio:1;width:104px;color:var(--navy-950);background:var(--gold-soft);text-align:center;text-transform:uppercase;letter-spacing:.08em;border:1px solid #ffffff61;border-radius:50%;place-items:center;padding:16px;font-size:.67rem;font-weight:900;line-height:1.3;display:grid;position:absolute;top:0;right:4%;box-shadow:0 14px 34px #0003}.section,.deliveryBanner,.footerInner{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));margin-inline:auto}.section{padding:clamp(62px,8vw,104px) 0}.sectionHeader{margin-bottom:clamp(28px,4vw,48px)}.sectionLabel{color:#8a6a33;letter-spacing:.16em}.sectionTitle{color:var(--navy-950);font-size:clamp(2.35rem,4vw,4rem);font-weight:600;line-height:.98}.sectionSub{color:#697183;line-height:1.75}.categoriesGrid{gap:clamp(12px,2vw,22px)}.categoryCard{min-height:250px;box-shadow:var(--shadow-xs);background:#ffffffb8;border-color:#0f1d3817;border-radius:24px}.categoryCard:hover{border-color:#c9a96ea6;box-shadow:0 24px 55px #0913261f}.productCard{min-width:0;box-shadow:var(--shadow-xs);background:#ffffffe6;border:1px solid #0f1d3814;border-radius:24px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden}.productCardLink{height:100%;color:inherit;display:block}.productCardImg{aspect-ratio:4/5;background:#eee8dc;height:auto;overflow:hidden}.productCardImg img{filter:none;width:100%;height:100%;padding:0;transition:transform .6s cubic-bezier(.2,.7,.2,1);object-fit:cover!important}.productCard:hover .productCardImg img{transform:scale(1.045)}.productCardName{color:var(--navy-950);font-size:1.12rem;line-height:1.2}.productPrice{color:var(--navy-800)}.productQuickAdd{z-index:3}.productQuickAdd button{background:var(--navy-950);border-radius:14px;min-width:44px;min-height:44px}.viewAllBtn,.btnPrimary{background:var(--navy-950);border-radius:14px}.viewAllBtn:hover,.btnPrimary:hover{background:var(--navy-800)}.deliveryBanner{background:linear-gradient(130deg, var(--navy-950), var(--navy-800));border:1px solid #e8d8b547;border-radius:30px;padding:clamp(34px,5vw,56px);overflow:hidden;box-shadow:0 24px 60px #09132626}.deliveryBanner h2,.deliveryBanner strong{color:#fff}.deliveryBanner p,.deliveryBanner span{color:#ffffffa8}.deliveryFeature{border-color:#ffffff1f}.instagramCta,.testimonialCard,.realReviewCard,.checkoutCard,.productInfoPanel,.directOrderCard,.filterCard,.shopToolbar{box-shadow:var(--shadow-xs);background:#ffffffe0;border-color:#0f1d3817}.instagramCta{background:linear-gradient(135deg,#fff,#f3ead9)}.instagramCta>i,.productBrand{color:#9b7537}.footer{background:var(--navy-950)}.shopLayout,.productDetailShell,.cartLayout,.checkoutLayout{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));margin-inline:auto}.shopLayout{grid-template-columns:270px minmax(0,1fr);gap:30px;padding:0 0 100px}.filterSidebar{scrollbar-width:thin;align-self:start;max-height:calc(100vh - 120px);position:sticky;top:104px;overflow-y:auto}.checkList button,.sizeGrid button{min-height:40px}.checkList button.selected span,.sizeGrid button.selected{background:var(--navy-900);border-color:var(--navy-900)}.shopToolbar{z-index:5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:100px}.productDetailShell{gap:clamp(28px,4vw,56px);padding:0 0 100px}.productHeroImage{background:#eee8dc;border-radius:30px;min-height:600px;overflow:hidden}.productHeroImage img{object-fit:cover;filter:none}.productInfoPanel h1{font-weight:600;line-height:.96}.productInfoPanel,.directOrderCard{border-radius:26px}.productActions .btnPrimary,.productActions .btnSecondary{min-height:52px}.cartLayout,.checkoutLayout{padding:0 0 100px!important}.mobileNavBackdrop{display:none}@media (max-width:1100px){.heroCard{grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);min-height:600px;padding:44px}.heroJewelryShowcase{height:480px}.heroTitle{font-size:clamp(3.2rem,6vw,5rem)}.productsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.categoriesGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.navLinks{gap:16px}}@media (max-width:900px){:root{--page-gutter:clamp(16px, 3.5vw, 28px)}.navbar{left:var(--page-gutter);right:var(--page-gutter);height:66px;padding:0 14px 0 18px;top:10px}.navLinks{display:none}.hamburger{display:inline-flex}.mobileNavBackdrop{z-index:998;visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0913267a;border:0;transition:opacity .28s,visibility .28s;display:block;position:fixed;inset:0}.mobileNavBackdrop.open{visibility:visible;opacity:1}.mobileNav{z-index:999;background:var(--warm-white);border-radius:28px 0 0 28px;width:min(390px,88vw);height:100dvh;padding:96px 24px 28px;transition:transform .36s cubic-bezier(.22,.8,.25,1);display:flex;inset:0 0 0 auto;transform:translate(105%);box-shadow:-30px 0 80px #09132633}[dir=rtl] .mobileNav{border-radius:0 28px 28px 0;inset:0 auto 0 0;transform:translate(-105%)}.mobileNav.open{transform:translate(0)}.mobileNav a{min-height:54px;color:var(--navy-950);border-bottom:1px solid #0f1d3814;font-size:1.05rem}.mobileNavClose{border-radius:14px;width:44px;height:44px;top:22px;right:22px}[dir=rtl] .mobileNavClose{left:22px;right:auto}.heroSection{padding-top:92px}.heroCard{grid-template-columns:1fr;gap:26px;min-height:0;padding:42px}.heroText{max-width:680px}.heroJewelryShowcase{justify-self:center;max-width:590px;height:450px}.heroStats{max-width:520px}.shopLayout{grid-template-columns:1fr}.mobileFilterBar{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));margin:0 auto 18px;padding:12px 0;display:flex}.filterSidebar{z-index:1100;background:var(--ivory);width:min(350px,88vw);max-height:100dvh;padding:24px 16px;transition:transform .3s;display:block;position:fixed;inset:0 auto 0 0;transform:translate(-110%);box-shadow:24px 0 70px #09132638}[dir=rtl] .filterSidebar{inset:0 0 0 auto;transform:translate(110%)}.filterSidebar.open{display:block;transform:translate(0)}.shopToolbar{top:88px}.productDetailShell{grid-template-columns:1fr}.productMediaCol{position:static}.productHeroImage{aspect-ratio:4/5;min-height:0}.cartLayout,.checkoutLayout{grid-template-columns:1fr!important;gap:24px!important}}@media (max-width:640px){:root{--page-gutter:14px}.navbar{border-radius:18px}.navLogo{font-size:1.28rem}.navLogoImg{width:36px;height:36px}.navActions{gap:3px}.langBtn{display:none}.heroSection{padding-top:86px}.heroCard{border-radius:28px;padding:30px 22px 26px}.heroTitle{font-size:clamp(2.8rem,14vw,4rem);line-height:.91}.heroDesc{font-size:.91rem;line-height:1.7}.heroButtons{grid-template-columns:1fr;display:grid}.heroButtons a{justify-content:center;width:100%;min-height:50px}.heroStats{justify-content:space-between;gap:10px}.heroStats>div{min-width:0}.heroJewelryShowcase{height:350px}.heroMainProduct{border-width:5px;width:65%;height:66%}.heroAccentProduct{border-width:5px;width:43%;height:43%}.heroSeal{width:78px;padding:10px;font-size:.54rem}.heroProductLabel{padding:7px 8px;font-size:.59rem;inset:auto 7px 7px}.section{padding:58px 0}.sectionHeader{text-align:start;align-items:flex-start}.sectionTitle{font-size:2.45rem}.categoriesGrid{gap:10px}.categoryCard{border-radius:20px;min-height:190px;padding:20px 12px}.categoryCard h3{font-size:1rem}.productsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.productCard{border-radius:18px}.productCardInfo{padding:12px 11px 15px}.productCardName{min-height:2.25em;font-size:.88rem}.productCardCategory,.productRating{font-size:.65rem}.productPrice{font-size:.9rem}.productOldPrice{font-size:.7rem}.productQuickAdd{opacity:1;bottom:8px;right:8px;transform:none}.productQuickAdd button{min-width:40px;min-height:40px}.deliveryBanner{border-radius:24px;width:calc(100% - 28px);padding:28px 20px}.deliveryFeatures{grid-template-columns:1fr}.deliveryFeature{justify-content:flex-start;padding:14px 0}.shopToolbar{flex-direction:column;align-items:stretch}.shopToolbar div{justify-content:space-between}.softSelect{max-width:58%}.productInfoPanel,.directOrderCard,.checkoutCard{border-radius:20px;padding:22px 16px}.productActions,.directOrderGrid{grid-template-columns:1fr}.directOrderGrid .span2{grid-column:span 1}.productActions .btnPrimary,.productActions .btnSecondary{width:100%}.cartLayout,.checkoutLayout{width:calc(100% - 28px);padding-bottom:70px!important}.footerGrid{grid-template-columns:1fr;gap:34px}}@media (hover:none){.productQuickAdd{opacity:1;transform:none}.productCard:hover{transform:none}}:root{--campaign-ink:#071121;--campaign-navy:#0b1b33;--campaign-ivory:#f8f3e8;--campaign-gold:#d3b57a}body{background:radial-gradient(circle at 8% 8%,#d3b57a21,#0000 25rem),linear-gradient(#fffefa 0%,#f8f4ec 58%,#fffdfa 100%)}.navbar{background:#fffefae0;border-color:#08152914;height:70px;padding-inline:18px 16px;box-shadow:0 16px 50px #07112117}.navbar.scrolled{background:#fffefaf5;border-color:#0815291a;box-shadow:0 12px 38px #0711211f}.navLogoIcon{background:#f4f0e4;border-radius:13px;overflow:hidden;box-shadow:0 8px 20px #07112133}.navLogoIcon img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.navLinks{background:#0815290b;border:0;gap:4px;padding:4px}.navLinks a{color:#5c6471;padding:8px 18px}.navLinks a:hover,.navLinks a.active{color:var(--campaign-ink);background:#fff;box-shadow:0 4px 14px #07112112}.heroSection{padding-top:102px;padding-bottom:24px}.heroCard{isolation:isolate;background:var(--campaign-ink);border:1px solid #d3b57a52;border-radius:40px;align-items:center;min-height:min(700px,100vh - 126px);padding:clamp(44px,6vw,78px);display:flex;position:relative;overflow:hidden;box-shadow:0 36px 100px #07112147}.heroCard:before{z-index:1;opacity:.16;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 56%);mask-image:linear-gradient(90deg,#000 0%,#0000 56%)}.heroMedia{z-index:-2;position:absolute;inset:0;overflow:hidden}.heroMedia img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform 1.2s cubic-bezier(.2,.7,.2,1);transform:scale(1.01)}.heroCard:hover .heroMedia img{transform:scale(1.035)}.heroVeil{z-index:-1;background:linear-gradient(90deg,#050d1bfa 0%,#06101feb 34%,#06101f70 59%,#06101f0a 83%),linear-gradient(#0000 52%,#030a1561);position:absolute;inset:0}.heroGlow{z-index:0;background:radial-gradient(circle,#d3b57a21,#0000 66%);width:620px;height:620px;top:-18%;left:-10%}.heroJewelryShowcase{display:none!important}.heroTextCol{z-index:3;width:min(53%,620px);max-width:620px;position:relative}.heroTag{color:#f5e6c8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-transform:uppercase;letter-spacing:.12em;background:#ffffff13;border-color:#ebd8b14d;margin-bottom:22px;padding:8px 14px}.heroTagDot{background:var(--campaign-gold);width:7px;height:7px;box-shadow:0 0 0 5px #d3b57a1f}.heroTitle{color:#fff;letter-spacing:-.052em;text-wrap:balance;max-width:600px;margin-bottom:24px;font-size:clamp(4rem,6.3vw,6.4rem);font-weight:600;line-height:.86}.heroTitleHighlight{color:#ead7b0;-webkit-text-fill-color:currentColor;background:0 0}.heroDesc{color:#ffffffb3;max-width:520px;margin-bottom:30px;font-size:1rem;line-height:1.75}.heroButtons{margin-bottom:38px}.heroCard .btnPrimary{min-height:52px;color:var(--campaign-ink);background:var(--campaign-ivory);padding-inline:24px;box-shadow:0 14px 36px #00000040}.heroCard .btnPrimary:hover{color:var(--campaign-ink);background:#fff;box-shadow:0 18px 42px #00000052}.heroCard .btnSecondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff12;border-color:#ffffff3d;min-height:52px;padding-inline:22px}.heroStats{border-top:1px solid #ffffff24;border-bottom:1px solid #ffffff24;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;width:min(100%,500px);padding:16px 0;display:grid}.heroStats .statItem{border-inline-end:1px solid #ffffff1f;padding-inline:18px}.heroStats .statItem:first-child{padding-inline-start:0}.heroStats .statItem:last-child{border-inline-end:0;padding-inline-end:0}.statNum{color:#fff;font-family:var(--display-font);font-size:1.75rem;font-weight:600}.statLabel{color:#ffffff8a;font-size:.68rem;line-height:1.35}.heroEdition{z-index:3;color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#06101f52;border:1px solid #ffffff47;border-radius:18px;grid-template-columns:auto auto;align-items:end;gap:0 8px;width:138px;padding:14px 16px;display:grid;position:absolute;bottom:28px;right:28px}.heroEdition span{letter-spacing:.18em;align-self:center;font-size:.57rem}.heroEdition strong{font-family:var(--display-font);grid-row:span 2;font-size:2.3rem;font-weight:500;line-height:.8}.heroEdition small{color:#fff9;white-space:nowrap;font-size:.5rem}.deliveryBanner{background:radial-gradient(circle at 92% 0,#d3b57a33,#0000 24rem),linear-gradient(120deg,#0a192f,#122642);border-radius:24px;margin-top:18px;padding:28px 34px}.deliveryFeatureIcon{color:#ead7b0;background:#ffffff12;border:1px solid #e8d8b52e}.deliveryBanner .eyebrowText{color:#d9bd87}.deliveryBanner h2,.deliveryBanner .deliveryFeature h4{color:#fff}.deliveryBanner>div>p,.deliveryBanner .deliveryFeature p{color:#ffffff9e}.sectionHeaderRow{align-items:end;margin-bottom:clamp(26px,4vw,44px)}.sectionLabel{color:#927343;letter-spacing:.2em;text-transform:uppercase;margin-bottom:10px;font-size:.68rem;font-weight:800}.sectionTitle{max-width:760px;color:var(--campaign-ink);font-size:clamp(2.7rem,4.4vw,4.5rem);line-height:.94}.catsGrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.categoryCard{min-height:292px;color:var(--campaign-ink);background:#ffffffb8;border:1px solid #07112114;border-radius:26px;flex-direction:column;justify-content:space-between;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 34px #0711210e}.categoryCard:nth-child(2),.categoryCard:nth-child(4){color:#fff;background:radial-gradient(circle at 90% 5%, #d3b57a38, transparent 10rem), var(--campaign-navy);border-color:#d3b57a33}.categoryCard:before{content:"";aspect-ratio:1;opacity:.07;border:1px solid;border-radius:50%;transition:transform .5s;position:absolute;inset:auto -20% -46% 14%}.categoryCard:hover:before{transform:scale(1.15)}.categoryCardTop{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.categoryIndex{letter-spacing:.15em;opacity:.5;font-size:.65rem;font-weight:800}.categoryArrow{aspect-ratio:1;opacity:.58;border:1px solid;border-radius:50%;place-items:center;width:34px;font-size:.85rem;transition:transform .3s,opacity .3s,background .3s;display:grid}.categoryCard:hover .categoryArrow{opacity:1;transform:rotate(45deg)}.categoryIcon{z-index:1;color:#a47f43;width:58px;height:58px;box-shadow:none;background:#d3b57a1c;border:1px solid #d3b57a57;border-radius:18px;place-items:center;margin:auto 0 28px;font-size:1.45rem;display:grid;position:relative}.categoryCard:nth-child(2) .categoryIcon,.categoryCard:nth-child(4) .categoryIcon{color:#eedab2;background:#ffffff12}.categoryCardCopy{z-index:1;position:relative}.categoryCard h3{color:inherit;font-family:var(--display-font);margin-bottom:6px;font-size:1.65rem;font-weight:600}.categoryCard p{color:inherit;opacity:.6;font-size:.77rem}.categoryCard:hover{border-color:#d3b57a8f;transform:translateY(-7px);box-shadow:0 26px 60px #07112121}.productsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.productCard{background:#ffffffd1;border-radius:28px}.productCardImg{aspect-ratio:1/1.08;background:#ede7dc}.productCardInfo{padding:18px 20px 22px}.productCardBrand{color:#9a7a45;letter-spacing:.15em;text-transform:uppercase;font-size:.64rem}.productCardName{font-family:var(--display-font);margin-top:3px;font-size:1.4rem;font-weight:600}.productQuickAdd button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#071121eb;border:1px solid #ffffff2e;box-shadow:0 12px 28px #07112138}.aboutBand{background:radial-gradient(circle at 96% 0,#d3b57a30,#0000 24rem),#ffffffad;border:1px solid #07112114;border-radius:38px;padding:clamp(34px,5vw,64px);box-shadow:0 22px 60px #07112112}.aboutVisual{border-radius:28px;overflow:hidden;box-shadow:0 24px 60px #07112129}.aboutVisual img{width:100%;height:auto}.reviewBadge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffdf8e6;border-color:#ffffff8c}.miniStats{border-block:1px solid #07112117;padding-block:18px}.testimonialCard,.realReviewCard{border-radius:24px}.testimonialCard:before{color:#d3b57a40}.instagramCta{color:#fff;background:radial-gradient(circle at 88% 14%, #d3b57a3d, transparent 19rem), linear-gradient(135deg, var(--campaign-ink), #142a49);border-radius:34px;overflow:hidden;box-shadow:0 28px 70px #07112133}.instagramCta>i{color:#e6cca0}.instagramCta h2{color:#fff}.instagramCta p{color:#ffffffa3}.instagramCta .btnPrimary{color:var(--campaign-ink);background:var(--campaign-ivory)}@media (max-width:1100px){.heroCard{min-height:650px}.heroTextCol{width:58%}.heroTitle{font-size:clamp(3.7rem,7vw,5.5rem)}.catsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.categoryCard{min-height:240px}}@media (max-width:900px){.mobileNavBackdrop{z-index:1100}.mobileNav{z-index:1101}.heroSection{padding-top:92px}.heroCard{align-items:flex-end;min-height:720px;padding:44px}.heroMedia img{object-position:64% center}.heroVeil{background:linear-gradient(#040c192e 26%,#040c19e0 62%,#040c19fa 100%),linear-gradient(90deg,#040c19a8,#0000 72%)}.heroTextCol{width:min(100%,650px);max-width:650px}.heroTitle{max-width:620px}.heroDesc{max-width:580px}.heroEdition{top:24px;bottom:auto;right:24px}.productsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.aboutBand{padding:28px}}@media (max-width:640px){.navbar{height:64px;padding-inline:13px 10px}.navLogo{font-size:1.22rem}.heroSection{padding-top:84px}.heroCard{border-radius:28px;justify-content:flex-start;align-items:flex-end;min-height:660px;padding:28px 22px 24px;flex-direction:row!important}.heroMedia img{object-position:65% center}.heroVeil{background:linear-gradient(#030a1540 28%,#030a15f0 62%,#030a15 100%),linear-gradient(90deg,#030a1585,#0000 78%)}.heroEdition{display:none}.heroTitle{margin-bottom:18px;font-size:clamp(3rem,14vw,4.15rem);line-height:.88}.heroTag{margin-bottom:15px;font-size:.61rem}.heroDesc{margin-bottom:21px;font-size:.86rem;line-height:1.62}.heroButtons{grid-template-columns:1fr 1fr;gap:9px;margin-bottom:24px;display:grid}.heroButtons a{min-height:48px;padding-inline:12px;font-size:.76rem}.heroStats{padding:13px 0}.heroStats .statItem{padding-inline:9px}.statNum{font-size:1.4rem}.statLabel{font-size:.56rem}.deliveryBanner{margin-top:8px;padding:26px 20px}.sectionTitle{font-size:2.55rem}.catsGrid{gap:9px}.categoryCard{border-radius:21px;min-height:214px;padding:17px}.categoryIcon{border-radius:14px;width:46px;height:46px;margin-bottom:18px;font-size:1.1rem}.categoryCard h3{font-size:1.27rem}.categoryCard p{font-size:.67rem;line-height:1.4}.categoryArrow{width:29px}.productsGrid{gap:9px}.productCard{border-radius:19px}.productCardInfo{padding:12px 11px 15px}.productCardName{font-size:1.04rem}.productCardBrand{font-size:.53rem}.aboutBand{border-radius:26px;width:calc(100% - 28px);padding:18px}.aboutVisual{border-radius:20px}.instagramCta{border-radius:26px}}@media (prefers-reduced-motion:reduce){.heroMedia img,.heroCard:hover .heroMedia img{transition:none;transform:none}}.categoryCard,.categoryCard:nth-child(2),.categoryCard:nth-child(4){color:#fff;background:var(--campaign-navy);border-color:#fff3;min-height:360px;box-shadow:0 20px 48px #07112124}.categoryCard:before{display:none}.categoryMedia,.categoryShade{position:absolute;inset:0}.categoryMedia{z-index:0}.categoryMedia img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.7,.2,1),filter .4s;transform:scale(1.01)}.categoryShade{z-index:1;background:linear-gradient(#050d1b70 0%,#050d1b0a 36%,#050d1beb 100%),linear-gradient(90deg,#050d1b3d,#0000 72%)}.categoryCardTop,.categoryIcon,.categoryCardCopy{z-index:2;position:relative}.categoryIndex{color:#ffffffd1;opacity:1}.categoryArrow{color:#fff;opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#050d1b2e;border-color:#ffffff8c}.categoryIcon,.categoryCard:nth-child(2) .categoryIcon,.categoryCard:nth-child(4) .categoryIcon{color:#f3dfb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#050d1b3d;border-color:#ffffff57;margin:auto 0 18px;box-shadow:0 12px 28px #0000001f}.categoryCard h3{color:#fff;text-shadow:0 2px 18px #00000059}.categoryCard p{color:#ffffffb8;opacity:1;text-shadow:0 2px 12px #00000052}.categoryCard:hover .categoryMedia img{filter:saturate(1.06)contrast(1.03);transform:scale(1.075)}@media (max-width:1100px){.categoryCard,.categoryCard:nth-child(2),.categoryCard:nth-child(4){min-height:330px}}@media (max-width:640px){.categoryCard,.categoryCard:nth-child(2),.categoryCard:nth-child(4){min-height:270px}.categoryIcon{background:#050d1b4d;margin-bottom:12px}.categoryCard h3{font-size:1.35rem}.categoryCard p{max-width:15ch;font-size:.66rem}}.pageHeader{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));background:0 0;border-bottom:0;margin-inline:auto;padding:118px 8px 38px}.pageHeader:before{background:var(--campaign-gold);border-radius:999px;width:48px;height:2px;inset:auto auto 18px 8px}.pageHeader h1{color:var(--campaign-ink);font-family:var(--display-font);letter-spacing:-.035em;font-size:clamp(2.7rem,4.5vw,4.35rem);font-weight:600;line-height:.94}.pageHeader p{color:#717887;max-width:650px;margin-top:13px;font-size:.9rem}.breadcrumb{color:#9a7b47;letter-spacing:.04em;margin-bottom:18px;font-size:.7rem;font-weight:700}.breadcrumb a:hover{color:var(--campaign-ink)}.productPageHeader{padding-bottom:22px}.shopCategoryRail{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));scrollbar-width:none;gap:8px;margin:0 auto 22px;padding:4px 2px 8px;display:flex;overflow-x:auto}.shopCategoryRail::-webkit-scrollbar{display:none}.shopCategoryRail button{color:#626b7a;min-height:42px;transition:var(--transition);background:#ffffffb8;border:1px solid #07112117;border-radius:999px;flex:none;padding:9px 17px;font-size:.76rem;font-weight:700;box-shadow:0 7px 20px #0711210a}.shopCategoryRail button:hover,.shopCategoryRail button.active{color:#fff;border-color:var(--campaign-ink);background:var(--campaign-ink);transform:translateY(-1px);box-shadow:0 10px 26px #0711212e}.shopLayout{gap:24px;padding-bottom:90px}.filterSidebar{scrollbar-color:#0711212e transparent;max-height:calc(100vh - 112px);padding-inline-end:5px}.filterSidebar::-webkit-scrollbar{width:4px}.filterSidebar::-webkit-scrollbar-track{background:0 0}.filterSidebar::-webkit-scrollbar-thumb{background:#0711212e;border-radius:999px}.filterCard{background:#ffffffd1;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0711210b}.filterTitle{color:var(--campaign-ink);letter-spacing:.1em;margin-bottom:15px;font-size:.7rem}.filterCard .formControl{background:#fff;border-radius:13px;min-height:46px}.checkList button{color:#596272;padding:9px 0}.checkList button span{background:#fff;border-radius:7px}.shopToolbar{background:#ffffffe6;border-radius:20px;min-height:68px;padding:12px 16px 12px 20px;top:96px;box-shadow:0 14px 36px #07112112}.shopToolbar>span{align-items:center;gap:6px;display:inline-flex}.shopToolbar>span strong{color:#fff;background:var(--campaign-ink);border-radius:50%;place-items:center;min-width:34px;height:34px;display:grid}.shopToolbar .softSelect{border-radius:12px;min-height:42px}.shopLayout main>.productsGrid{gap:16px}.productDetailShell{grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr);align-items:start;gap:clamp(30px,4.5vw,60px)}.productMediaCol{position:sticky;top:104px}.productHeroImage{aspect-ratio:1/1.08;background:#ede7dc;border:1px solid #07112114;border-radius:34px;min-height:0;position:relative;overflow:hidden;box-shadow:0 28px 70px #07112126;padding:0!important}.productHeroImage img{object-fit:cover;width:100%;height:100%}.productColorThumbs{background:#ffffffc7;border:1px solid #07112114;border-radius:18px;justify-content:center;margin-top:14px;padding:10px}.productColorThumbs button{border-radius:14px;width:54px;height:54px}.productInfoCol{gap:15px}.productInfoPanel,.directOrderCard{background:#ffffffe0;border-color:#07112117;border-radius:30px;padding:clamp(26px,3vw,38px);box-shadow:0 18px 50px #07112112}.productInfoPanel h1{max-width:14ch;color:var(--campaign-ink);margin-bottom:16px;font-size:clamp(3rem,4.5vw,4.7rem);line-height:.88}.productBrand{color:#977542;letter-spacing:.18em;text-transform:uppercase;margin-bottom:12px;font-size:.7rem}.productRating{background:#d3b57a17;border:1px solid #d3b57a40;border-radius:999px;padding:7px 11px;display:inline-flex}.productDetailPrice{align-items:baseline;margin-block:24px}.productDetailPrice strong{color:var(--campaign-ink);font-size:clamp(1.8rem,3vw,2.65rem)}.optionLabel{color:#626b79;letter-spacing:.03em;font-size:.73rem}.swatchRow button{width:36px;height:36px;box-shadow:0 0 0 4px #fff,0 0 0 5px #07112124}.sizePickGrid button{border-radius:13px;min-width:58px;min-height:46px}.sizePickGrid button.active{color:#fff;border-color:var(--campaign-ink);background:var(--campaign-ink);box-shadow:0 10px 22px #0711212e}.qtyLine{border-block:1px solid #07112114;padding:14px 0}.qtyControl{background:#f7f3eb;border:1px solid #0711211a;border-radius:14px;padding:4px}.qtyBtn{background:#fff;border-radius:10px;width:36px;height:36px}.productActions{margin-top:22px}.productActions .btnPrimary,.productActions .btnSecondary{border-radius:15px;min-height:54px}.productActions .btnPrimary{background:var(--campaign-ink);box-shadow:0 16px 34px #07112133}.productTrustGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.productTrustGrid>div{background:#ffffffb3;border:1px solid #07112114;border-radius:16px;grid-template-columns:30px 1fr;align-items:center;padding:12px 10px;display:grid}.productTrustGrid i{color:#a78348;grid-row:span 2;font-size:.95rem}.productTrustGrid span{color:var(--campaign-ink);font-size:.66rem;font-weight:800}.productTrustGrid small{color:#858b96;font-size:.58rem}.directOrderCard{border-top:3px solid var(--campaign-gold);scroll-margin-top:108px}.directOrderInput,.searchableSelectTrigger{background:#fff;border-radius:13px;min-height:50px}.orderNowButton{color:var(--campaign-ink);background:linear-gradient(135deg,#fffdf8,#f4ead8);border-color:#a783486b}.orderNowButton:hover{border-color:var(--campaign-gold);background:linear-gradient(135deg,#f8efdf,#ead8b8);transform:translateY(-2px)}.directOrderModalOverlay{z-index:12000;overscroll-behavior:contain;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:radial-gradient(circle at 50% 12%,#c6a56a2e,#0000 36%),#071121b8;place-items:center;padding:20px;animation:.2s ease-out quickOrderBackdrop;display:grid;position:fixed;inset:0;overflow:hidden}.directOrderModal{width:min(720px,100%);max-height:calc(100dvh - 40px);animation:.28s cubic-bezier(.2,.8,.2,1) quickOrderEnter;position:relative}.directOrderModalCard{overscroll-behavior:contain;border:1px solid #c6a56a6b;border-top:3px solid var(--campaign-gold);scrollbar-width:thin;scrollbar-color:#a7834880 transparent;background:linear-gradient(145deg,#fffffffa,#fcf9f3fa);border-radius:28px;width:100%;max-height:calc(100dvh - 40px);margin:0;position:relative;overflow:hidden auto;box-shadow:0 32px 90px #07112152}.directOrderModalCard::-webkit-scrollbar{width:7px}.directOrderModalCard::-webkit-scrollbar-thumb{background:#a7834880;border-radius:20px}.directOrderClose{z-index:5;width:42px;height:42px;color:var(--campaign-ink);background:#ffffffe6;border:1px solid #0711211a;border-radius:50%;place-items:center;font-size:1rem;display:grid;position:absolute;inset-block-start:20px;inset-inline-end:20px;box-shadow:0 8px 24px #0711211a}.directOrderClose:hover{background:#f8efe0;border-color:#a7834873;transform:rotate(4deg)}.directOrderClose:disabled{cursor:wait;opacity:.5}.directOrderModalCard .directOrderHeader{padding-inline-end:54px;border-bottom:1px solid #07112114;padding-bottom:18px}.directOrderModalCard .directOrderHeader h2{font-family:var(--font-display);margin-top:4px;font-size:clamp(1.55rem,4vw,2.15rem);line-height:1.05}.directOrderModalCard .directOrderHeader>strong{margin-top:7px;font-size:1.05rem}.directOrderProductSummary{background:linear-gradient(135deg,#fff,#f7f0e4);grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;display:grid}.directOrderProductSummary img{object-fit:contain;background:#fff;border:1px solid #07112114;border-radius:16px;width:76px;height:76px}.directOrderProductSummary span{color:var(--campaign-ink);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.directOrderProductSummary small{color:#977542;font-weight:800}.directOrderProductSummary .qtyControl{background:#ffffffe6;border:1px solid #0711211a;border-radius:12px;grid-template-columns:34px 28px 34px;align-items:center;gap:2px;padding:3px;display:grid}.directOrderProductSummary .qtyBtn{background:#f4eee4;border:0;border-radius:9px;width:34px;height:34px}.directOrderFooter{text-align:center;padding-top:2px}.directOrderFooter small{color:var(--text-muted);margin-top:10px;font-size:.72rem;display:block}.directOrderFooter small i{color:#4f7b62;margin-inline-end:5px}@keyframes quickOrderBackdrop{0%{opacity:0}to{opacity:1}}@keyframes quickOrderEnter{0%{opacity:0;transform:translateY(18px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:640px){.directOrderModalOverlay{align-items:end;padding:0}.directOrderModal{width:100%;max-height:96dvh}.directOrderModalCard{border-bottom:0;border-left:0;border-right:0;border-radius:26px 26px 0 0;max-height:96dvh;padding:22px 16px 18px}.directOrderClose{width:40px;height:40px;inset-block-start:14px;inset-inline-end:14px}.directOrderModalCard .directOrderHeader{padding-inline-end:46px;gap:6px;padding-bottom:14px}.directOrderModalCard .directOrderHeader h2{font-size:1.55rem}.directOrderProductSummary{grid-template-columns:62px minmax(0,1fr) auto;gap:10px;padding:10px}.directOrderProductSummary img{border-radius:13px;width:62px;height:62px}.directOrderProductSummary .qtyControl{grid-template-columns:30px 24px 30px}.directOrderProductSummary .qtyBtn{width:30px;height:32px}.directOrderModalCard .directOrderGrid{grid-template-columns:1fr}.directOrderModalCard .directOrderGrid .span2{grid-column:auto}.directOrderModalCard .directOrderTotal{margin:15px 0}.directOrderModalCard .deliveryModeControl{grid-template-columns:1fr 1fr}}@media (max-width:380px){.directOrderProductSummary{grid-template-columns:54px minmax(0,1fr)}.directOrderProductSummary img{width:54px;height:54px}.directOrderProductSummary .qtyControl{grid-column:1/-1;grid-template-columns:1fr 34px 1fr;justify-self:stretch}.directOrderProductSummary .qtyBtn{width:100%}}.cartLayout,.checkoutLayout{align-items:start;gap:clamp(24px,3vw,38px)!important}.cartItem{background:#ffffffd6;border-color:#07112114;border-radius:22px;padding:18px;box-shadow:0 12px 34px #0711210d}.cartItem:hover{border-color:#d3b57a80;transform:translateY(-2px);box-shadow:0 20px 42px #07112114}.cartItemImg{background:#eee8dd;border-radius:16px;overflow:hidden}.orderSummaryCard{background:#ffffffe6;border:1px solid #07112117;border-radius:28px;padding:28px;position:sticky;top:104px;box-shadow:0 24px 60px #0711211c}.orderSummaryCard .btnPrimary{background:var(--campaign-ink);border-radius:15px;min-height:54px}.checkoutProgress{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));background:#ffffffb8;border:1px solid #07112114;border-radius:18px;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 auto 24px;display:grid;overflow:hidden}.checkoutProgress span{color:#8a909b;justify-content:center;align-items:center;gap:8px;min-height:54px;font-size:.72rem;font-weight:700;display:flex;position:relative}.checkoutProgress span+span{border-inline-start:1px solid #07112114}.checkoutProgress b,.checkoutProgress i{color:#7f8793;background:#f1eee7;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.65rem;display:grid}.checkoutProgress .done{color:#52705b}.checkoutProgress .done i{color:#fff;background:#6b8b73}.checkoutProgress .active{color:var(--campaign-ink);background:#d3b57a17}.checkoutProgress .active b{color:#fff;background:var(--campaign-ink)}.checkoutCard{border-radius:28px;padding:clamp(24px,3vw,34px)}.checkoutCard input,.checkoutCard select,.checkoutCard textarea{min-height:50px;border-radius:13px!important}.checkoutSectionTitle{color:#974;letter-spacing:.13em;margin-top:28px}@media (max-width:900px){.pageHeader{padding:96px 2px 28px}.pageHeader:before{inset-inline-start:2px;bottom:12px}.shopCategoryRail{margin-bottom:14px}.productDetailShell{grid-template-columns:1fr}.productMediaCol{position:static}.productHeroImage{aspect-ratio:4/5}.productInfoPanel h1{max-width:none}.orderSummaryCard{position:static}}@media (max-width:640px){.pageHeader{padding:86px 0 24px}.pageHeader h1{font-size:2.7rem}.pageHeader p{font-size:.8rem}.breadcrumb{margin-bottom:12px}.shopCategoryRail{width:calc(100% - 28px);margin-bottom:12px}.shopCategoryRail button{min-height:40px;padding-inline:14px}.shopToolbar{border-radius:17px;min-height:0}.productInfoPanel h1{font-size:3.1rem}.productTrustGrid{grid-template-columns:1fr}.productTrustGrid>div{grid-template-columns:32px 1fr;padding:11px 14px}.productTrustGrid span{font-size:.72rem}.productTrustGrid small{font-size:.62rem}.checkoutProgress{width:calc(100% - 28px);margin-bottom:16px}.checkoutProgress span{gap:5px;min-height:48px;font-size:.6rem}.checkoutProgress b,.checkoutProgress i{width:21px;height:21px}.orderSummaryCard{border-radius:22px;padding:22px 18px}}.productsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.7vw,22px);width:100%;min-width:0}.productCard{background:#fff;border:1px solid #0711211a;border-radius:24px;width:100%;min-width:0;transition:transform .38s cubic-bezier(.2,.7,.2,1),border-color .38s,box-shadow .38s;overflow:hidden;transform:translateZ(0);box-shadow:0 14px 38px #07112112;container-type:inline-size}.productCard:hover{border-color:#ab85466b;transform:translateY(-7px);box-shadow:0 28px 62px #07112124}.productCardLink{flex-direction:column;min-width:0;height:100%;display:flex}.productCardImg{aspect-ratio:4/5;background:#eae4d9;border:0;border-radius:0;width:100%;height:auto;padding:0;display:block;position:relative;overflow:hidden}.productCardImg:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#050d1b14,#0000 24% 75%,#050d1b14);position:absolute;inset:0}.productCardImg img{object-position:center;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s;display:block;transform:scale(1.002);object-fit:cover!important;width:100%!important;height:100%!important;padding:0!important}.productCard:hover .productCardImg img{filter:saturate(1.025)contrast(1.015);transform:scale(1.055)}.productBadge,.stockBadge{z-index:3;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071121b8;border:1px solid #ffffff6b;box-shadow:0 8px 24px #00000026}.productBadge{padding:6px 11px;font-size:.61rem;top:12px;right:12px}.stockBadge{bottom:12px;right:12px}.productCardInfo{background:#fff;border-top:1px solid #07112111;flex-direction:column;flex:1;min-width:0;min-height:154px;padding:17px 18px 19px;display:flex}.productCardBrand{color:#9a7740;letter-spacing:.17em;margin-bottom:6px;font-size:.61rem}.productCardName{min-height:2.25em;color:var(--campaign-ink);font-family:var(--display-font);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 8px;font-size:clamp(1.12rem,1.7vw,1.42rem);font-weight:600;line-height:1.1;display:-webkit-box;overflow:hidden}.productCardColors{min-height:14px;margin-bottom:11px}.colorDot{border:1px solid #07112133;width:12px;height:12px;box-shadow:0 0 0 2px #fff}.productCardFooter{gap:8px;min-width:0;margin-top:auto}.productPrice{min-width:0;color:var(--campaign-ink);font-size:clamp(.92rem,1.3vw,1.08rem);font-weight:850;line-height:1.2}.oldPrice{margin-inline-start:4px;font-size:.66rem;display:inline-block}.ratingBadge{color:#626b78;background:#f5f1e9;border-radius:999px;flex:none;padding:4px 7px;font-size:.68rem}.productQuickAdd{z-index:4;opacity:1;top:12px;bottom:auto;left:12px;transform:none}.productQuickAdd button,.quickAddBtn{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#071121c7;border:1px solid #ffffff59;border-radius:14px;width:42px;min-width:42px;height:42px;min-height:42px;box-shadow:0 10px 26px #0000002e}.productQuickAdd button:hover,.quickAddBtn:hover{color:var(--campaign-ink);background:#fff;border-color:#fff;transform:translateY(-2px)}@media (max-width:900px){.productsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.shopToolbar{flex-direction:row;align-items:center;min-height:52px;padding:9px 14px;position:static;top:auto}.shopToolbar>div{display:none}}a,button,input,select,textarea,[role=button]{touch-action:manipulation;-webkit-tap-highlight-color:transparent}.productCardLink{isolation:isolate;position:relative}.productCardTransition{z-index:8;pointer-events:none;color:#fff;opacity:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#07112194;place-items:center;transition:opacity .22s;display:grid;position:absolute;inset:0}.productCardTransition i{background:#07112173;border:1px solid #ffffff73;border-radius:50%;place-items:center;width:48px;height:48px;transition:transform .25s cubic-bezier(.2,.7,.2,1);display:grid;transform:translate(-8px)}.productCardTransition.isPending{opacity:1}.productCardTransition.isPending i{transform:translate(0)}.productCardMetaChips{gap:6px;min-height:24px;margin-bottom:10px;display:flex;overflow:hidden}.productCardMetaChips span{color:#806338;text-overflow:ellipsis;white-space:nowrap;background:#faf6ee;border:1px solid #9a774029;border-radius:999px;max-width:50%;padding:4px 8px;font-size:.58rem;font-weight:750;line-height:1;overflow:hidden}.productLoadingShell{width:min(calc(100% - (2 * var(--page-gutter))), var(--content-width));grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(28px,5vw,72px);min-height:70vh;margin-inline:auto;padding:120px 0 80px;display:grid}.productLoadingMedia{border-radius:30px;min-height:620px}.productLoadingCopy{flex-direction:column;gap:20px;padding-top:70px;display:flex}.productLoadingCopy span{border-radius:999px;height:18px;display:block}.productLoadingCopy span:first-child{width:32%}.productLoadingCopy span:nth-child(2){border-radius:16px;width:88%;height:70px}.productLoadingCopy span:nth-child(3){width:62%;height:34px}.productLoadingCopy span:nth-child(4){border-radius:24px;width:100%;height:150px}.shimmerBlock{background:#e9e2d7 linear-gradient(100deg,#0000 30%,#ffffffb3 48%,#0000 66%) 0 0/220% 100%;animation:1.25s linear infinite ephediaShimmer;overflow:hidden}@keyframes ephediaShimmer{to{background-position-x:-220%}}@media (hover:none){.productCard:hover,.categoryCard:hover{transform:none}.productCard:active{border-color:#ab85466b;transform:scale(.985)}.categoryCard:active{transform:scale(.985)}}@media (max-width:640px){html,body{overscroll-behavior-x:none;width:100%;max-width:100%}input,select,textarea{font-size:16px!important}.shopCategoryRail{scroll-snap-type:x proximity;overscroll-behavior-inline:contain}.shopCategoryRail button{scroll-snap-align:start;min-height:44px}.productLoadingShell{grid-template-columns:1fr;gap:22px;padding-top:92px}.productLoadingMedia{aspect-ratio:4/5;border-radius:24px;min-height:0}.productLoadingCopy{padding-top:0}}@media (max-width:480px){.productsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.productCard{border-radius:24px}.productCardImg{aspect-ratio:4/4.7}.productCardInfo{min-height:146px;padding:16px 17px 18px}.productCardName{min-height:auto;font-size:1.35rem}.productCardMetaChips span{font-size:.64rem}.productPrice{font-size:1.04rem}}@media (prefers-reduced-motion:reduce){.productCard,.productCardImg img,.productCardTransition,.productCardTransition i,.categoryCard,.categoryMedia img{transition-duration:.01ms!important}.shimmerBlock{animation:none}}@media (max-width:640px){.productsGrid,.shopLayout main>.productsGrid{gap:10px}.productCard{border-radius:18px}.productCardImg{aspect-ratio:4/5}.productCardInfo{min-height:128px;padding:12px 11px 14px}.productCardBrand{margin-bottom:4px;font-size:.5rem}.productCardName{min-height:2.2em;margin-bottom:6px;font-size:.94rem}.productCardColors{min-height:11px;margin-bottom:8px}.colorDot{width:10px;height:10px}.productPrice{font-size:.82rem}.oldPrice{display:none}.ratingBadge{padding:3px 5px;font-size:.58rem}.productQuickAdd{top:8px;left:8px}.productQuickAdd button,.quickAddBtn{border-radius:11px;width:36px;min-width:36px;height:36px;min-height:36px;font-size:.82rem}.productBadge{padding:5px 8px;font-size:.52rem;top:8px;right:8px}}@media (prefers-reduced-motion:reduce){.productCard,.productCardImg img,.productQuickAdd button{transition:none}.productCard:hover,.productCard:hover .productCardImg img{transform:none}}@media (max-width:768px){.adminProductsShell .adminProductGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:560px){.adminProductsShell .adminProductGrid{grid-template-columns:1fr!important}}.jewelryBuilderModal{flex-direction:column;width:min(1180px,100vw - 28px);max-width:1180px;max-height:calc(100dvh - 40px);padding:0;display:flex;overflow:hidden}.jewelryBuilderLayout{flex:1;min-height:0;overflow:hidden}.jewelryBuilderModal input,.jewelryBuilderModal select,.jewelryBuilderModal textarea,.jewelryBuilderModal label,.jewelryBuilderModal .builderSectionTitle>div{min-width:0;max-width:100%}.catalogLoadingState{color:#737b87;text-align:center;align-content:center;place-items:center;gap:16px;min-height:360px;display:grid}.catalogLoadingState span{border:2px solid #07112121;border-top-color:var(--campaign-gold);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:900px){.jewelryBuilderModal{width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}.jewelryBuilderLayout{display:block;overflow:hidden auto}.jewelryBuilderModal .builderMain,.jewelryBuilderModal .builderPreview{overflow:visible}}@media (max-width:600px){.adminMain .statsGrid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.adminMain .statCard{border-radius:18px;min-width:0;padding:18px 15px}.adminMain .statValue{overflow-wrap:anywhere;font-size:clamp(1.25rem,6vw,1.65rem)}.adminMain .statusGrid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))!important}.adminMain .statusGrid button:last-child{grid-column:1/-1}}@media (max-width:560px){.jewelryBuilderOverlay{align-items:stretch;padding:0;overflow:hidden}.jewelryBuilderModal{border:0;border-radius:0;width:100%;max-width:none;height:100svh;max-height:100svh!important}.jewelryBuilderModal .builderHeader{z-index:2;gap:10px;position:relative;padding:17px 58px 16px 17px!important}.jewelryBuilderModal .builderHeader h2{font-size:1.3rem}.jewelryBuilderModal .builderHeader p{max-width:30ch;font-size:.76rem;line-height:1.45}.jewelryBuilderModal .builderHeader>button{position:absolute;top:16px;right:16px}.jewelryBuilderLayout{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:auto;width:100%;min-height:0;display:block;overflow:hidden auto}.jewelryBuilderModal .builderPreview{border-bottom:1px solid #eef0f5;border-right:0;grid-template-columns:92px minmax(0,1fr);gap:4px 13px;display:grid;overflow:visible;width:100%!important;max-height:none!important;padding:14px!important}.jewelryBuilderModal .builderPreviewImage{border-radius:16px;grid-area:1/1/span 6;width:92px;height:92px;margin:0}.jewelryBuilderModal .builderPreview>:not(.builderPreviewImage){grid-column:2;min-width:0}.jewelryBuilderModal .builderPreview .adminEyebrow{align-self:end;margin:0;font-size:.59rem}.jewelryBuilderModal .builderPreview h3{margin:0;font-size:.98rem}.jewelryBuilderModal .builderPreview p{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.72rem;line-height:1.35;display:-webkit-box;overflow:hidden}.jewelryBuilderModal .builderPreview strong{margin:2px 0 0;font-size:.86rem}.jewelryBuilderModal .builderPreview small{font-size:.66rem}.jewelryBuilderModal .uploadInfo{margin:4px 0 0}.jewelryBuilderModal .builderMain{width:100%;overflow:visible;padding:12px!important}.jewelryBuilderModal .builderSection{border-radius:17px;width:100%;padding:14px}.jewelryBuilderModal .builderSectionTitle{gap:9px}.jewelryBuilderModal .builderSectionTitle>span{border-radius:10px;width:30px;height:30px}.jewelryBuilderModal .adminFormGrid{grid-template-columns:minmax(0,1fr)!important}.jewelryBuilderModal .adminFormGrid .span2{grid-column:1!important}.jewelryImageControls,.jewelryUrlRow{flex-direction:column;align-items:stretch;width:100%}.jewelryBuilderModal .builderFooter{z-index:2;background:#fff;border-top:1px solid #e8e9ed;flex:none;grid-template-columns:1fr 1.3fr;gap:8px;width:100%;display:grid;position:sticky;bottom:0;box-shadow:0 -10px 28px #0711210f;padding:12px 12px calc(12px + env(safe-area-inset-bottom))!important}.jewelryBuilderModal .builderFooter button{touch-action:manipulation;width:100%;min-width:0;min-height:46px;padding-inline:8px}.adminProductTile .tileActions{grid-template-columns:1fr 1fr}.adminProductTile .tileActions button:last-child{grid-column:1/-1}}@media (max-width:380px){.jewelryBuilderModal .builderPreview{gap-inline:10px;grid-template-columns:78px minmax(0,1fr)}.jewelryBuilderModal .builderPreviewImage{width:78px;height:78px}.jewelryBuilderModal .builderFooter{grid-template-columns:1fr}}.contactPage{width:min(calc(100% - (2 * var(--page-gutter))), 860px);min-height:72vh;margin-inline:auto;padding:150px 0 90px}.contactHero{max-width:680px;margin-bottom:38px}.contactHero h1{max-width:650px;color:var(--campaign-ink,#071121);font-family:var(--display-font,Georgia, serif);letter-spacing:-.04em;margin:8px 0 16px;font-size:clamp(2.4rem,7vw,4.8rem);font-weight:500;line-height:.98}.contactHero p{max-width:620px;color:var(--text-muted);font-size:clamp(.96rem,2vw,1.1rem)}.contactSimpleCard{background:#fff;border:1px solid #0711211a;border-radius:26px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px;padding:30px;display:grid;box-shadow:0 18px 50px #07112114}.contactIcon{color:#fff;background:linear-gradient(145deg,#071121,#1e3057);border-radius:18px;place-items:center;width:58px;height:58px;font-size:1.45rem;display:grid}.contactSimpleCard small{color:#9a7740;letter-spacing:.14em;text-transform:uppercase;font-size:.68rem;font-weight:800}.contactSimpleCard h2{color:var(--campaign-ink,#071121);font-family:var(--display-font,Georgia, serif);margin:2px 0;font-size:1.65rem;font-weight:600}.contactSimpleCard p{color:var(--text-muted);font-size:.88rem}.contactBackLink{color:var(--campaign-ink,#071121);align-items:center;gap:8px;margin-top:26px;font-size:.84rem;font-weight:750;display:inline-flex}@media (max-width:640px){.contactPage{padding:112px 0 64px}.contactHero{margin-bottom:28px}.contactHero h1{font-size:clamp(2.2rem,12vw,3.35rem)}.contactSimpleCard{border-radius:22px;grid-template-columns:auto minmax(0,1fr);gap:16px;padding:24px 20px}.contactSimpleCard .btnPrimary{grid-column:1/-1;justify-content:center;width:100%}}.productActions button:disabled{cursor:not-allowed;opacity:.52;box-shadow:none;transform:none!important}.productDetailSoldOutBadge{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#7e1122e6;border:1px solid #ffffff73;border-radius:999px;padding:8px 13px;font-size:.72rem;font-weight:850;position:absolute;inset-block-start:18px;inset-inline-start:18px;box-shadow:0 10px 28px #4a051140}.adminSoldOutBadge{z-index:2;color:#fff;background:#9f1d2d;border-radius:999px;padding:6px 10px;font-size:.66rem;font-weight:850;position:absolute;inset-block-end:12px;inset-inline-start:12px;box-shadow:0 8px 20px #5a0d1938}.tileActions .soldOutAction{color:#9f1d2d;background:#fff5f6;border-color:#9f1d2d38}.tileActions .restockAction{color:#25613d;background:#f1faf4;border-color:#25613d38}.adminProductTile .tileActions{grid-template-columns:repeat(3,minmax(0,1fr))}.adminProductTile .tileActions button{touch-action:manipulation;padding-inline:7px;font-size:.68rem}.adminActionError{color:#a3182a;grid-column:1/-1;margin:0;font-size:.78rem;font-weight:750;line-height:1.35}.adminConfirmOverlay{align-items:center}.adminConfirmModal{text-align:center;width:min(430px,100vw - 28px);padding:28px;overflow:visible}.adminConfirmIcon{color:#a3182a;background:#fff0f2;border-radius:17px;place-items:center;width:52px;height:52px;margin:0 auto 14px;display:grid}.adminConfirmModal h2{margin:0 0 8px}.adminConfirmModal>p{color:var(--text-muted);margin:0 0 20px}.adminConfirmActions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.adminConfirmActions button{touch-action:manipulation;border-radius:13px;min-height:46px;font-weight:800}.adminDangerButton{color:#fff;background:#a3182a}@media (max-width:560px){.adminConfirmOverlay{padding:14px;padding-bottom:calc(14px + env(safe-area-inset-bottom))}.adminConfirmModal{border-radius:22px;padding:22px 18px}}.adminSoldOutToggle{background:#fff8f8;border:1px solid #9f1d2d2e;border-radius:12px;align-items:center;gap:10px;min-height:52px;padding:9px 11px;display:flex!important}.adminSoldOutToggle input{accent-color:#9f1d2d;flex:none;height:19px;width:19px!important}.adminSoldOutToggle span{flex-direction:column;min-width:0;display:flex}.adminSoldOutToggle strong{color:#791624;font-size:.76rem}.adminSoldOutToggle small{color:#8a6670;font-size:.62rem;line-height:1.25}@media (max-width:640px){:root{--transition:all .18s cubic-bezier(.2, .7, .2, 1)}.directOrderModalOverlay{-webkit-backdrop-filter:none;backdrop-filter:none;background:#071121ad;align-items:end;padding:12px}.directOrderModal{width:100%;max-height:84dvh}.directOrderModalCard{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;border:1px solid #c6a56a6b;border-top-width:3px;border-radius:22px;max-height:84dvh;padding:16px 14px 14px}.directOrderClose{width:36px;height:36px;inset-block-start:10px;inset-inline-end:10px}.directOrderModalCard .directOrderHeader{padding-inline-end:40px;margin-bottom:10px;padding-bottom:10px}.directOrderModalCard .directOrderHeader span{letter-spacing:.1em;font-size:.64rem}.directOrderModalCard .directOrderHeader h2{margin-top:2px;font-size:1.25rem}.directOrderModalCard .directOrderHeader>strong{margin-top:2px;font-size:.9rem}.directOrderProductSummary{border-radius:13px;grid-template-columns:50px minmax(0,1fr) auto;gap:8px;margin-bottom:12px;padding:8px}.directOrderProductSummary img{border-radius:10px;width:50px;height:50px}.directOrderProductSummary .qtyControl{grid-template-columns:27px 20px 27px}.directOrderProductSummary .qtyBtn{width:27px;height:29px;min-height:29px}.directOrderModalCard .directOrderGrid{grid-template-columns:1fr 1fr;gap:9px}.directOrderModalCard .directOrderGrid .span2{grid-column:1/-1}.directOrderModalCard .directOrderGrid label{font-size:.67rem}.directOrderModalCard .directOrderGrid input,.directOrderModalCard .directOrderGrid select,.directOrderModalCard .directOrderGrid textarea,.directOrderModalCard .searchableSelectButton{border-radius:11px;min-height:42px;padding:9px 11px}.directOrderModalCard .directOrderGrid textarea{min-height:62px}.directOrderModalCard .deliveryModeControl button{min-height:42px;padding:8px 6px;font-size:.66rem}.directOrderModalCard .directOrderTotal{margin:12px 0;padding:11px}.directOrderFooter small{margin-top:7px;font-size:.62rem}.luxuryNavbar,.navbar{-webkit-backdrop-filter:blur(10px)}.revealItem{transition-duration:.3s}}
