*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--indigo-50:#f5f7ff;--indigo-100:#e6eafc;--indigo-200:#c7d2fe;--indigo-400:#818cf8;--indigo-500:#635bff;--indigo-600:#5851e8;--indigo-700:#4f46d4;--slate-50:#f8fafc;--slate-100:#f1f5f9;--slate-200:#e2e8f0;--slate-300:#cbd5e1;--slate-400:#94a3b8;--slate-500:#64748b;--slate-600:#475569;--slate-700:#334155;--slate-800:#1e293b;--slate-900:#0f172a;--green-50:#ecfdf5;--green-100:#d1fae5;--green-500:#10b981;--green-600:#059669;--green-700:#047857;--red-50:#fef2f2;--red-100:#fee2e2;--red-500:#ef4444;--red-600:#dc2626;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-500:#f59e0b;--amber-700:#b45309;--primary:var(--indigo-500);--primary-dark:var(--indigo-600);--primary-light:var(--indigo-50);--text:var(--slate-900);--text-2:var(--slate-500);--text-3:var(--slate-400);--border:var(--slate-200);--border-2:var(--slate-300);--bg:var(--slate-50);--bg-2:var(--slate-100);--white:#fff;--radius-sm:6px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--shadow-xs:0 1px 2px #0f172a0a;--shadow-sm:0 1px 3px #0f172a14, 0 1px 2px #0f172a0a;--shadow:0 4px 6px -1px #0f172a12, 0 2px 4px -2px #0f172a0a;--shadow-md:0 10px 15px -3px #0f172a14, 0 4px 6px -4px #0f172a0a;--shadow-lg:0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a0d;--shadow-xl:0 25px 50px -12px #0f172a26;--shadow-stripe:0 0 0 1px #635bff0f, 0 5px 10px #635bff0f;--shadow-stripe-lg:0 50px 100px -20px #32325d26, 0 30px 60px -30px #0003;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Instrument Serif", "Cormorant Garamond", Georgia, serif}html{scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv11", "ss01", "ss03";line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,select,textarea,button{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}code{font-family:SF Mono,JetBrains Mono,Consolas,monospace;font-size:.9em}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--slate-300);border:2px solid var(--bg);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--slate-400)}.spinner{border:2.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{background:var(--bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.btn{border-radius:var(--radius);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:500;line-height:1;transition:all .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 1px #00000014,0 1px 3px #635bff40}.btn-primary:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-1px);box-shadow:0 2px 4px #00000014,0 4px 12px #635bff59}.btn-secondary{background:var(--white);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover:not(:disabled){background:var(--bg);border-color:var(--border-2)}.btn-ghost{color:var(--text-2);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--bg-2);color:var(--text)}.btn-danger{background:var(--red-500);color:#fff}.btn-danger:hover:not(:disabled){background:var(--red-600)}.btn-sm{border-radius:var(--radius-sm);padding:7px 12px;font-size:13px}.btn-lg{padding:14px 24px;font-size:15px}.btn-xl{padding:16px 28px;font-size:16px;font-weight:600}.btn-full{width:100%}.field{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.field-row{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.field label{color:var(--text);font-size:13px;font-weight:500}.field-hint{color:var(--text-2);margin-top:-4px;font-size:12px}.field input,.field select,.field textarea{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:11px 14px;font-size:14px;transition:all .15s}.field input:hover,.field select:hover,.field textarea:hover{border-color:var(--border-2)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #635bff1f}.field textarea{resize:vertical;min-height:80px;line-height:1.5}.error-msg{background:var(--red-50);color:var(--red-600);border-radius:var(--radius);border:1px solid var(--red-100);margin-bottom:14px;padding:10px 14px;font-size:13px}.success-msg{background:var(--green-50);color:var(--green-700);border-radius:var(--radius);border:1px solid var(--green-100);padding:10px 14px;font-size:13px}.badge{letter-spacing:.01em;white-space:nowrap;border-radius:9999px;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:500;display:inline-flex}.badge-green{background:var(--green-50);color:var(--green-700);border:1px solid var(--green-100)}.badge-red{background:var(--red-50);color:var(--red-600);border:1px solid var(--red-100)}.badge-amber{background:var(--amber-50);color:var(--amber-700);border:1px solid var(--amber-100)}.badge-indigo{background:var(--indigo-50);color:var(--indigo-700);border:1px solid var(--indigo-100)}.badge-slate{background:var(--slate-100);color:var(--slate-700);border:1px solid var(--slate-200)}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs)}.card-padded{padding:24px}.table-wrap{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th{background:var(--bg);text-align:left;color:var(--text-2);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);padding:12px 16px;font-size:12px;font-weight:500}.data-table td{border-bottom:1px solid var(--border);color:var(--text);padding:14px 16px}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--bg)}.empty-row{text-align:center;color:var(--text-2);padding:56px 0!important}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a8c;justify-content:center;align-items:center;padding:16px;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:540px;max-height:92vh;box-shadow:var(--shadow-xl);padding:28px;animation:.2s slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.modal h2{margin-bottom:18px;font-size:18px;font-weight:600}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.mt-0{margin-top:0!important}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.text-center{text-align:center}.font-display{font-family:var(--font-display);font-weight:400}@media (width<=768px){.modal{border-radius:var(--radius-lg);padding:22px}}.auth-page{background:linear-gradient(#fafbff 0%,#f3f4ff 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:32px 20px;display:flex;position:relative;overflow:hidden}.auth-bg-decor{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.decor-orb{filter:blur(80px);opacity:.4;border-radius:50%;position:absolute}.decor-orb-1{background:radial-gradient(circle, var(--indigo-200) 0%, transparent 70%);width:480px;height:480px;top:-120px;left:-180px}.decor-orb-2{background:radial-gradient(circle,#fbcfe8 0%,#0000 70%);width:520px;height:520px;bottom:-200px;right:-200px}.auth-brand{z-index:2;color:var(--text);letter-spacing:-.01em;align-items:center;gap:10px;margin-bottom:36px;font-size:18px;font-weight:600;display:inline-flex;position:relative}.brand-mark{background:linear-gradient(135deg, var(--indigo-500) 0%, var(--indigo-700) 100%);border-radius:8px;width:28px;height:28px;position:relative;box-shadow:0 2px 6px #635bff59}.brand-mark:after{content:"";background:#fff6;border-radius:3px;position:absolute;inset:6px}.auth-card{z-index:1;background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:440px;padding:40px;position:relative;box-shadow:0 0 0 1px #635bff14,0 25px 50px -12px #635bff26,0 8px 16px -4px #0f172a0f}.auth-title{letter-spacing:-.02em;margin-bottom:8px;font-size:26px;font-weight:700;line-height:1.2}.auth-title .font-display{background:linear-gradient(135deg, var(--indigo-500) 0%, #c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:400}.auth-sub{color:var(--text-2);margin-bottom:28px;font-size:15px}.auth-form{flex-direction:column;display:flex}.auth-form .btn{margin-top:8px}.field-optional{color:var(--text-3);font-size:12px;font-weight:400}.auth-terms{color:var(--text-3);text-align:center;margin-top:14px;font-size:12px;line-height:1.5}.auth-link{text-align:center;color:var(--text-2);border-top:1px solid var(--border);margin-top:24px;padding-top:24px;font-size:14px}.auth-link a{color:var(--primary);font-weight:500;transition:color .15s}.auth-link a:hover{color:var(--primary-dark);text-decoration:underline}@media (width<=480px){.auth-card{border-radius:var(--radius-lg);padding:28px 22px}.auth-title{font-size:22px}}.dash-layout{background:var(--bg);grid-template-columns:240px 1fr;min-height:100vh;display:grid}.dash-sidebar{background:var(--white);border-right:1px solid var(--border);flex-direction:column;height:100vh;padding:24px 16px;display:flex;position:sticky;top:0}.dash-brand{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:10px;margin-bottom:8px;padding:0 8px 24px;font-size:16px;font-weight:600;display:inline-flex}.dash-nav{flex-direction:column;flex:1;gap:2px;padding-top:16px;display:flex}.dash-nav-item{border-radius:var(--radius);color:var(--text-2);align-items:center;gap:10px;padding:9px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.dash-nav-item:hover{background:var(--bg-2);color:var(--text)}.dash-nav-icon{justify-content:center;width:20px;font-size:14px;display:inline-flex}.dash-sidebar-bottom{border-top:1px solid var(--border);flex-direction:column;gap:12px;padding-top:16px;display:flex}.dash-store-link{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-2);align-items:center;gap:8px;padding:10px 12px;font-size:13px;transition:all .15s;display:flex;overflow:hidden}.dash-store-link:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.dash-store-status{background:var(--green-500);border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #10b98126}.dash-store-name{white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.dash-store-arrow{opacity:.6;font-size:12px}.dash-user{align-items:center;gap:10px;padding:8px;display:flex}.dash-user-avatar{background:linear-gradient(135deg, var(--indigo-500) 0%, var(--indigo-700) 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.dash-user-info{flex:1;overflow:hidden}.dash-user-email{color:var(--text-2);white-space:nowrap;text-overflow:ellipsis;font-size:12px;display:block;overflow:hidden}.dash-user-logout{width:28px;height:28px;color:var(--text-2);border-radius:6px;font-size:16px;transition:all .15s}.dash-user-logout:hover{background:var(--red-50);color:var(--red-600)}.dash-main{width:100%;max-width:1280px;padding:32px 40px}.dash-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px;display:flex}.dash-header h1{letter-spacing:-.02em;font-size:26px;font-weight:700}.dash-sub{color:var(--text-2);margin-top:4px;font-size:14px}.dash-sub code{background:var(--white);border:1px solid var(--border);color:var(--primary);border-radius:5px;padding:2px 8px;font-weight:500}.dash-welcome{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.dash-welcome h2{margin-bottom:4px;font-size:20px;font-weight:600}.dash-welcome p{color:var(--text-2);font-size:14px}.dash-warning{background:var(--amber-50);border:1px solid var(--amber-100);color:var(--amber-700);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 16px;font-size:13px;display:flex}.stats-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:36px;display:grid}.stat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);align-items:center;gap:14px;padding:20px;transition:all .2s;display:flex}.stat-card:hover{border-color:var(--border-2);box-shadow:var(--shadow-sm)}.stat-card.highlight{background:linear-gradient(135deg, var(--indigo-50) 0%, var(--white) 100%);border-color:var(--indigo-100)}.stat-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;font-weight:600;display:flex}.stat-icon-blue{background:var(--indigo-50);color:var(--indigo-700)}.stat-icon-purple{color:#7c3aed;background:#faf5ff}.stat-icon-green{background:var(--green-50);color:var(--green-700)}.stat-icon-amber{background:var(--amber-50);color:var(--amber-700)}.stat-label{color:var(--text-2);margin-bottom:2px;font-size:12px;font-weight:500;display:block}.stat-value{letter-spacing:-.02em;color:var(--text);font-size:22px;font-weight:700;display:block}.dash-empty-state{background:var(--white);border:1px dashed var(--border-2);border-radius:var(--radius-lg);text-align:center;padding:64px 32px}.dash-empty-state h3{margin-bottom:8px;font-size:18px;font-weight:600}.dash-empty-state p{color:var(--text-2);margin-bottom:20px}.dash-section{margin-bottom:32px}.dash-section-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.dash-section-header h2{font-size:16px;font-weight:600}.filter-tabs{flex-wrap:wrap;gap:4px;margin-bottom:20px;display:flex}.filter-tab{border:1px solid var(--border);background:var(--white);color:var(--text-2);border-radius:9999px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.filter-tab:hover{border-color:var(--border-2);color:var(--text)}.filter-tab.active{background:var(--text);color:var(--white);border-color:var(--text)}.filter-count{text-align:center;background:#0000001a;border-radius:9999px;min-width:18px;padding:1px 6px;font-size:11px}.filter-tab.active .filter-count{background:#fff3}.table-thumb{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border);width:44px;height:44px}.table-thumb-empty{background:var(--bg);color:var(--text-3);justify-content:center;align-items:center;font-size:18px;display:flex}.row-actions{justify-content:flex-end;gap:4px;display:flex}.row-delete:hover{background:var(--red-50)!important;color:var(--red-600)!important}.text-muted{color:var(--text-2)}.price{color:var(--text);font-weight:600}.old-price{color:var(--text-3);font-size:13px;text-decoration:line-through}.image-input-row{gap:8px;margin-bottom:6px;display:flex}.image-input-row input{flex:1}.order-detail{background:var(--bg);border-radius:var(--radius);margin-bottom:16px;padding:16px}.order-row{border-bottom:1px solid var(--border);justify-content:space-between;padding:8px 0;font-size:14px;display:flex}.order-row:last-child{border-bottom:none}.order-row span{color:var(--text-2)}.onboard-page{background:linear-gradient(#fafbff 0%,#f3f4ff 100%);flex-direction:column;align-items:center;min-height:100vh;padding:32px 20px 64px;display:flex;position:relative}.onboard-bg-decor{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.onboard-header{z-index:2;margin-bottom:32px;position:relative}.onboard-progress{z-index:2;align-items:center;gap:8px;margin-bottom:32px;display:flex;position:relative}.progress-step{opacity:.35;align-items:center;gap:8px;transition:opacity .2s;display:flex}.progress-step.active{opacity:1}.progress-num{background:var(--white);border:1.5px solid var(--border-2);width:28px;height:28px;color:var(--text-2);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.progress-step.active .progress-num{background:var(--primary);border-color:var(--primary);color:#fff}.progress-label{color:var(--text);font-size:13px;font-weight:500}.onboard-card{z-index:1;background:var(--white);border-radius:var(--radius-xl);width:100%;max-width:600px;padding:44px;position:relative;box-shadow:0 0 0 1px #635bff14,0 25px 50px -12px #635bff26}.step-header{margin-bottom:28px}.step-header h1{letter-spacing:-.02em;margin-bottom:8px;font-size:28px;font-weight:700;line-height:1.2}.step-header .font-display{background:linear-gradient(135deg, var(--indigo-500) 0%, #c084fc 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-style:italic;font-weight:400}.step-header p{color:var(--text-2);font-size:15px}.slug-preview{background:linear-gradient(135deg, var(--indigo-50) 0%, var(--bg) 100%);border:1px solid var(--indigo-100);border-radius:var(--radius);margin-bottom:16px;padding:14px 16px}.slug-preview-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);margin-bottom:4px;font-size:11px;font-weight:500}.slug-preview-url{color:var(--text-2);flex-wrap:wrap;align-items:center;font-family:SF Mono,monospace;font-size:14px;display:flex}.slug-domain{opacity:.7}.slug-preview-url strong{color:var(--primary);font-weight:600}.cat-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.cat-card{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text-2);flex-direction:column;align-items:center;gap:8px;padding:16px 8px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.cat-card:hover{border-color:var(--border-2);color:var(--text)}.cat-card.selected{border-color:var(--primary);background:var(--indigo-50);color:var(--primary)}.cat-icon{font-size:22px;font-weight:600}.template-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px;display:grid}.template-card{text-align:left;background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;padding:0;transition:all .15s;position:relative;overflow:hidden}.template-card:hover{border-color:var(--border-2)}.template-card.selected{border-color:var(--primary);box-shadow:0 0 0 4px #635bff1a}.template-preview{flex-direction:column;gap:6px;height:150px;padding:14px;display:flex}.template-preview-simple{background:linear-gradient(135deg,#f5f7ff 0%,#fff 100%)}.template-preview-luxe{--accent:#c9a84c;background:linear-gradient(135deg,#1a1714 0%,#2a2520 100%)}.tp-header{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;height:18px;padding-bottom:8px;display:flex}.template-preview-luxe .tp-header{border-bottom-color:#ffffff1a}.tp-logo{background:var(--indigo-500);border-radius:2px;width:30px;height:8px}.template-preview-luxe .tp-logo{background:var(--accent);width:50px}.tp-nav{gap:4px;display:flex}.tp-nav>div{background:var(--slate-300);border-radius:2px;width:16px;height:4px}.template-preview-luxe .tp-nav>div{background:#ffffff4d}.tp-hero{background:linear-gradient(90deg, var(--indigo-100) 0%, var(--indigo-200) 100%);border-radius:4px;height:30px}.template-preview-luxe .tp-hero{background:linear-gradient(90deg,#c9a84c33 0%,#c9a84c66 100%)}.tp-grid{flex:1;grid-template-columns:1fr 1fr 1fr 1fr;gap:4px;display:grid}.tp-grid>div{background:var(--white);border:1px solid var(--border);border-radius:3px}.template-preview-luxe .tp-grid>div{background:#ffffff0d;border-color:#ffffff1a}.template-info{padding:14px 16px}.template-name{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.template-name strong{font-size:15px;font-weight:600}.template-info p{color:var(--text-2);font-size:12px;line-height:1.4}.template-check{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.onboard-actions{gap:10px;margin-top:28px;display:flex}.onboard-actions .btn-primary{flex:1}.coupon-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;display:grid}.coupon-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);flex-direction:column;transition:all .15s;display:flex;overflow:hidden}.coupon-card:hover{border-color:var(--primary);box-shadow:var(--shadow)}.coupon-stripe{background:linear-gradient(135deg, var(--indigo-500) 0%, #a78bfa 100%);color:#fff;padding:16px 20px;position:relative}.coupon-stripe:after{content:"";background-image:radial-gradient(circle at 8px 8px, var(--bg) 4px, transparent 4px);background-position:0 -8px;background-size:16px 16px;height:16px;position:absolute;bottom:-8px;left:0;right:0}.coupon-code-label{text-transform:uppercase;letter-spacing:.08em;opacity:.8;margin-bottom:4px;font-size:11px;font-weight:500}.coupon-code{letter-spacing:.05em;font-family:SF Mono,monospace;font-size:22px;font-weight:700}.coupon-body{flex-direction:column;flex:1;padding:24px 20px 16px;display:flex}.coupon-value{flex-wrap:wrap;align-items:baseline;gap:4px;margin-bottom:12px;display:flex}.coupon-num{color:var(--text);letter-spacing:-.02em;font-size:32px;font-weight:700}.coupon-unit{color:var(--text-2);font-size:18px;font-weight:600}.coupon-text{color:var(--text-2);margin-left:6px;font-size:14px}.coupon-meta{color:var(--text-2);flex-direction:column;gap:4px;margin-top:auto;font-size:12px;display:flex}.settings-container{max-width:720px}.settings-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);margin-bottom:16px;padding:24px}.settings-card h3{margin-bottom:8px;font-size:15px;font-weight:600}.settings-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.settings-row p{font-size:13px}.toggle-wrap{align-items:center;gap:12px;display:flex}.toggle{background:var(--slate-300);border-radius:9999px;width:44px;height:24px;transition:background .2s;position:relative}.toggle.on{background:var(--primary)}.toggle-handle{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 2px #0003}.toggle.on .toggle-handle{transform:translate(20px)}.url-display{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-wrap:wrap;align-items:center;gap:4px;margin-top:8px;padding:10px 14px;font-family:SF Mono,monospace;font-size:14px;display:flex}.url-domain{color:var(--text-2)}.url-display strong{color:var(--primary);flex:1;font-weight:600}.settings-template-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.settings-template{text-align:left;background:var(--white);border:2px solid var(--border);border-radius:var(--radius);cursor:pointer;align-items:center;gap:14px;padding:16px;transition:all .15s;display:flex;position:relative}.settings-template:hover{border-color:var(--border-2)}.settings-template.selected{border-color:var(--primary);background:var(--indigo-50)}.tp-mini{border-radius:var(--radius-sm);flex-shrink:0;width:56px;height:56px}.tp-mini-simple{background:linear-gradient(135deg, var(--indigo-500) 0%, var(--indigo-700) 100%)}.tp-mini-luxe{background:linear-gradient(135deg,#1a1714 0%,#2a2520 100%);border:2px solid #c9a84c}.settings-template strong{margin-bottom:2px;font-size:14px;font-weight:600;display:block}.settings-template p{color:var(--text-2);font-size:12px}.settings-actions{margin-top:24px}@media (width<=1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.dash-layout{grid-template-columns:1fr}.dash-sidebar{flex-direction:row;align-items:center;height:auto;padding:12px 16px;position:relative;overflow-x:auto}.dash-brand{border:none;margin:0;padding:0}.dash-nav{flex-direction:row;padding:0}.dash-nav-item{white-space:nowrap;padding:7px 10px}.dash-sidebar-bottom{display:none}.dash-main{padding:20px 16px}.stats-grid{grid-template-columns:1fr 1fr}.onboard-card{padding:28px 20px}.step-header h1{font-size:22px}.template-grid{grid-template-columns:1fr}.cat-grid{grid-template-columns:1fr 1fr}.settings-template-grid{grid-template-columns:1fr}}.store-error-page{background:linear-gradient(#fafbff 0%,#f3f4ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.error-card{background:var(--white);border-radius:var(--radius-xl);text-align:center;max-width:480px;box-shadow:var(--shadow-lg);padding:56px 40px}.error-icon{background:var(--bg);width:64px;height:64px;color:var(--text-2);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 20px;font-size:28px;display:flex}.error-card h1{margin-bottom:12px;font-size:22px;font-weight:700}.error-card p{color:var(--text-2);margin-bottom:24px}.error-card code{background:var(--bg);border-radius:5px;padding:2px 8px;font-size:13px}.st-simple{color:#0f172a;background:#fafbfc;flex-direction:column;min-height:100vh;display:flex}.st-simple__container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.st-simple__topbar{background:linear-gradient(90deg, var(--indigo-500) 0%, #a78bfa 100%);color:#fff;text-align:center;padding:8px 16px;font-size:13px;font-weight:500}.st-simple__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:50;background:#ffffffd9;position:sticky;top:0}.st-simple__header .st-simple__container{justify-content:space-between;align-items:center;gap:24px;height:68px;display:flex}.st-simple__logo{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text);font-size:22px;font-style:italic;font-weight:400}.st-simple__nav{gap:28px;display:flex}.st-simple__nav a{color:var(--text-2);font-size:14px;font-weight:500;transition:color .15s;position:relative}.st-simple__nav a:hover{color:var(--text)}.st-simple__nav a.active:after{content:"";background:var(--primary);height:2px;position:absolute;bottom:-22px;left:0;right:0}.st-simple__cart-btn{background:var(--text);color:#fff;border-radius:9999px;align-items:center;gap:8px;padding:9px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.st-simple__cart-btn:hover{background:var(--indigo-600);transform:translateY(-1px)}.cart-badge{background:var(--white);color:var(--text);border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex}.st-simple__cart-btn .cart-badge{background:var(--white);color:var(--text)}.st-simple__main{flex:1}.st-simple__main>section{max-width:1200px;margin:0 auto;padding:0 24px}.st-simple__footer{background:var(--white);border-top:1px solid var(--border);margin-top:80px;padding:56px 0 24px}.st-simple__footer-grid{grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:32px;display:grid}.st-simple__footer h4{text-transform:uppercase;letter-spacing:.08em;color:var(--text);margin-bottom:14px;font-size:13px;font-weight:600}.st-simple__footer p,.st-simple__footer a,.st-simple__footer span:not(.cart-badge){color:var(--text-2);margin-bottom:8px;font-size:14px;line-height:1.5;display:block}.st-simple__footer a:hover{color:var(--primary)}.st-simple__footer-bottom{border-top:1px solid var(--border);color:var(--text-3);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:24px;font-size:13px;display:flex}.st-simple__footer-bottom strong{color:var(--primary)}.st-luxe{color:#f5f0e8;--luxe-bg:#0f0d0b;--luxe-surface:#1a1714;--luxe-surface-2:#221e1a;--luxe-gold:#c9a84c;--luxe-gold-light:#e0c574;--luxe-text:#f5f0e8;--luxe-text-2:#9c9589;--luxe-border:#2e2a25;background:#0f0d0b;flex-direction:column;min-height:100vh;display:flex}.st-luxe__container{width:100%;max-width:1200px;margin:0 auto;padding:0 32px}.st-luxe__topbar{background:var(--luxe-gold);color:var(--luxe-bg);text-align:center;letter-spacing:.12em;text-transform:uppercase;padding:7px 16px;font-size:11px;font-weight:600}.st-luxe__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--luxe-border);z-index:50;background:#0f0d0bf2;position:sticky;top:0}.st-luxe__header .st-luxe__container{grid-template-columns:1fr auto 1fr;align-items:center;gap:24px;height:80px;display:grid}.st-luxe__logo{text-align:center;font-family:var(--font-display);letter-spacing:.15em;text-transform:uppercase;color:var(--luxe-text);font-size:26px;font-weight:400}.st-luxe__nav{align-items:center;gap:28px;display:flex}.st-luxe__nav--right{justify-content:flex-end}.st-luxe__nav a{letter-spacing:.15em;text-transform:uppercase;color:var(--luxe-text-2);font-size:11px;font-weight:500;transition:color .15s}.st-luxe__nav a:hover,.st-luxe__nav a.active{color:var(--luxe-gold)}.st-luxe__cart-btn{align-items:center;gap:6px;display:inline-flex}.st-luxe .cart-badge{background:var(--luxe-gold);color:var(--luxe-bg)}.st-luxe__main{flex:1}.st-luxe__main>section{max-width:1200px;margin:0 auto;padding:0 32px}.st-luxe__footer{background:var(--luxe-surface);border-top:1px solid var(--luxe-border);margin-top:80px;padding:64px 0 24px}.st-luxe__footer-grid{border-bottom:1px solid var(--luxe-border);grid-template-columns:2fr 1fr 1fr;gap:40px;margin-bottom:24px;padding-bottom:32px;display:grid}.st-luxe__footer h4{letter-spacing:.15em;text-transform:uppercase;color:var(--luxe-gold);margin-bottom:16px;font-size:11px;font-weight:600}.st-luxe__footer p,.st-luxe__footer a,.st-luxe__footer span:not(.cart-badge){color:var(--luxe-text-2);margin-bottom:8px;font-size:13px;display:block}.st-luxe__footer a:hover{color:var(--luxe-text)}.st-luxe__footer-bottom{color:var(--luxe-text-2);flex-wrap:wrap;justify-content:space-between;gap:8px;font-size:12px;display:flex}.st-luxe__footer-bottom strong{color:var(--luxe-gold)}.store-hero{margin-bottom:32px;padding:80px 0 60px}.store-hero__inner{text-align:center;max-width:720px;margin:0 auto}.store-hero__badge{color:var(--primary);letter-spacing:.03em;background:#635bff1a;border-radius:9999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-block}.st-luxe .store-hero__badge{color:var(--luxe-gold);background:#c9a84c26}.store-hero__title{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:16px;font-size:64px;font-style:italic;font-weight:400;line-height:1}.st-luxe .store-hero__title{color:var(--luxe-text);letter-spacing:.05em;text-transform:uppercase;font-size:56px;font-style:normal}.store-hero__sub{color:var(--text-2);margin-bottom:32px;font-size:18px;line-height:1.6}.st-luxe .store-hero__sub{color:var(--luxe-text-2)}.store-hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.st-luxe .btn-primary{background:var(--luxe-gold);color:var(--luxe-bg);box-shadow:0 2px 6px #c9a84c4d}.st-luxe .btn-primary:hover{background:var(--luxe-gold-light)}.st-luxe .btn-secondary{border-color:var(--luxe-border);color:var(--luxe-text);background:0 0}.st-luxe .btn-secondary:hover{background:var(--luxe-surface);border-color:var(--luxe-text-2)}.store-section{padding:40px 0}.store-section__eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:6px;font-size:11px;font-weight:600;display:block}.st-luxe .store-section__eyebrow{color:var(--luxe-gold)}.store-section h2{font-family:var(--font-display);letter-spacing:-.02em;font-size:36px;font-style:italic;font-weight:400}.st-luxe .store-section h2{text-transform:uppercase;letter-spacing:.04em;color:var(--luxe-text);font-size:28px;font-style:normal}.st-luxe .store-empty{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text-2)}.st-luxe .store-empty p{color:var(--luxe-text-2)}.product-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:inherit;flex-direction:column;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-2);transform:translateY(-2px)}.st-luxe .product-card{background:var(--luxe-surface);border-color:var(--luxe-border)}.st-luxe .product-card:hover{border-color:var(--luxe-gold)}.product-card__img{aspect-ratio:1;background:var(--bg);position:relative;overflow:hidden}.st-luxe .product-card__img{background:var(--luxe-surface-2)}.product-card__img img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.product-card:hover .product-card__img img{transform:scale(1.06)}.product-card__no-img{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:36px;display:flex}.product-card__badge{background:var(--red-500);color:#fff;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.product-card__sold-out{color:#fff;background:#0f172ae6;border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:600;position:absolute;top:12px;right:12px}.product-card__body{flex:1;padding:14px 16px}.product-card__name{-webkit-box-orient:vertical;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.st-luxe .product-card__name{color:var(--luxe-text)}.product-card__prices{align-items:baseline;gap:8px;display:flex}.product-card__price{color:var(--text);font-size:16px;font-weight:700}.st-luxe .product-card__price{color:var(--luxe-gold)}.product-card__old-price{color:var(--text-3);font-size:13px;text-decoration:line-through}.product-card__add{background:var(--text);color:#fff;border-radius:var(--radius);text-align:center;margin:0 12px 12px;padding:9px;font-size:13px;font-weight:500;transition:all .15s}.st-luxe .product-card__add{border:1px solid var(--luxe-border);color:var(--luxe-text);background:0 0}.st-luxe .product-card__add:hover{background:var(--luxe-gold);color:var(--luxe-bg);border-color:var(--luxe-gold)}.catalogue-search:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #635bff1f}.st-luxe .catalogue-search,.st-luxe .catalogue-sort{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text)}.store-features{grid-template-columns:repeat(3,1fr);gap:20px;padding:60px 0;display:grid}.store-feature{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 24px}.st-luxe .store-feature{background:var(--luxe-surface);border-color:var(--luxe-border)}.feature-icon{margin-bottom:12px;font-size:36px}.store-feature h3{margin-bottom:6px;font-size:16px;font-weight:600}.st-luxe .store-feature h3{color:var(--luxe-text)}.store-feature p{color:var(--text-2);font-size:13px;line-height:1.5}.st-luxe .store-feature p{color:var(--luxe-text-2)}.product-page{padding:32px 0 60px}.product-breadcrumb{color:var(--text-2);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.product-breadcrumb a:hover{color:var(--primary)}.product-breadcrumb .current{color:var(--text);font-weight:500}.st-luxe .product-breadcrumb{color:var(--luxe-text-2)}.st-luxe .product-breadcrumb a:hover{color:var(--luxe-gold)}.st-luxe .product-breadcrumb .current{color:var(--luxe-text)}.product-page__inner{grid-template-columns:1fr 1fr;align-items:start;gap:56px;display:grid}.product-gallery{flex-direction:column;gap:12px;display:flex;position:sticky;top:100px}.gallery-main{aspect-ratio:1;border-radius:var(--radius-lg);background:var(--bg);position:relative;overflow:hidden}.st-luxe .gallery-main{background:var(--luxe-surface)}.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-placeholder{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:48px;display:flex}.gallery-badge{background:var(--red-500);color:#fff;border-radius:9999px;padding:6px 14px;font-size:13px;font-weight:700;position:absolute;top:16px;left:16px}.gallery-thumbs{gap:8px;display:flex}.gallery-thumb{border-radius:var(--radius);border:2px solid var(--border);cursor:pointer;width:72px;height:72px;padding:0;transition:border-color .15s;overflow:hidden}.gallery-thumb img{object-fit:cover;width:100%;height:100%}.gallery-thumb.active{border-color:var(--primary)}.st-luxe .gallery-thumb.active{border-color:var(--luxe-gold)}.product-info{padding-top:8px}.product-info h1{letter-spacing:-.02em;margin-bottom:16px;font-size:32px;font-weight:700;line-height:1.2}.st-luxe .product-info h1{color:var(--luxe-text);font-family:var(--font-display);font-style:italic;font-weight:400}.product-pricing{flex-wrap:wrap;align-items:baseline;gap:12px;margin-bottom:16px;display:flex}.product-price{color:var(--primary);font-size:32px;font-weight:700}.st-luxe .product-price{color:var(--luxe-gold)}.product-old-price{color:var(--text-3);font-size:18px;text-decoration:line-through}.product-discount{background:var(--red-50);color:var(--red-600);border-radius:9999px;padding:4px 10px;font-size:12px;font-weight:600}.product-stock-info{color:var(--text-2);border-bottom:1px solid var(--border);align-items:center;gap:8px;margin-bottom:24px;padding:12px 0;font-size:14px;display:flex}.st-luxe .product-stock-info{color:var(--luxe-text-2);border-color:var(--luxe-border)}.stock-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.stock-dot-ok{background:var(--green-500);box-shadow:0 0 0 3px #10b98126}.stock-dot-out{background:var(--red-500)}.qty-selector{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.qty-selector>span:first-child{color:var(--text-2);font-size:14px;font-weight:500}.qty-controls{background:var(--bg);border-radius:9999px;align-items:center;padding:4px;display:flex}.st-luxe .qty-controls{background:var(--luxe-surface)}.qty-controls button{width:32px;height:32px;color:var(--text);border-radius:50%;font-size:16px;font-weight:600}.st-luxe .qty-controls button{color:var(--luxe-text)}.qty-controls button:hover{background:var(--white)}.st-luxe .qty-controls button:hover{background:var(--luxe-bg)}.qty-controls span{text-align:center;min-width:40px;font-weight:600}.product-actions{gap:10px;margin-bottom:32px;display:grid}.product-perks{background:var(--bg);border-radius:var(--radius-lg);grid-template-columns:1fr 1fr;gap:12px;padding:20px;display:grid}.st-luxe .product-perks{background:var(--luxe-surface)}.perk{align-items:flex-start;gap:12px;display:flex}.perk>span:first-child{font-size:24px}.perk strong{margin-bottom:2px;font-size:13px;font-weight:600;display:block}.perk p{color:var(--text-2);font-size:12px}.st-luxe .perk strong{color:var(--luxe-text)}.st-luxe .perk p{color:var(--luxe-text-2)}.cart-empty{text-align:center;padding:80px 24px}.cart-empty__icon{margin-bottom:16px;font-size:64px}.cart-empty h1{margin-bottom:8px;font-size:24px;font-weight:700}.cart-empty p{color:var(--text-2);margin-bottom:24px}.st-luxe .cart-empty p{color:var(--luxe-text-2)}.cart-layout{grid-template-columns:1fr 360px;align-items:start;gap:28px;display:grid}.cart-items{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.st-luxe .cart-items{background:var(--luxe-surface);border-color:var(--luxe-border)}.cart-item{border-bottom:1px solid var(--border);grid-template-columns:80px 1fr auto auto auto;align-items:center;gap:16px;padding:16px;display:grid}.cart-item:last-child{border-bottom:none}.st-luxe .cart-item{border-color:var(--luxe-border)}.cart-item__img{border-radius:var(--radius);background:var(--bg);width:80px;height:80px;overflow:hidden}.st-luxe .cart-item__img{background:var(--luxe-surface-2)}.cart-item__img img{object-fit:cover;width:100%;height:100%}.cart-item__no-img{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:24px;display:flex}.cart-item__info h3{margin-bottom:4px;font-size:14px;font-weight:500}.st-luxe .cart-item__info h3{color:var(--luxe-text)}.cart-item__price{color:var(--text-2);font-size:13px}.cart-item__qty{background:var(--bg);border-radius:9999px;align-items:center;padding:3px;display:flex}.st-luxe .cart-item__qty{background:var(--luxe-bg)}.cart-item__qty button{border-radius:50%;width:28px;height:28px;font-size:14px;font-weight:600}.st-luxe .cart-item__qty button{color:var(--luxe-text)}.cart-item__qty span{text-align:center;min-width:28px;font-size:14px;font-weight:600}.cart-item__subtotal{text-align:right;min-width:80px;font-size:15px;font-weight:700}.st-luxe .cart-item__subtotal{color:var(--luxe-text)}.cart-item__remove{width:28px;height:28px;color:var(--text-3);border-radius:50%;font-size:14px}.cart-item__remove:hover{background:var(--red-50);color:var(--red-600)}.cart-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:100px}.st-luxe .cart-summary{background:var(--luxe-surface);border-color:var(--luxe-border)}.cart-summary h3{margin-bottom:16px;font-size:16px;font-weight:600}.st-luxe .cart-summary h3{color:var(--luxe-text)}.summary-row{color:var(--text-2);justify-content:space-between;align-items:center;margin-bottom:10px;font-size:14px;display:flex}.st-luxe .summary-row{color:var(--luxe-text-2)}.summary-discount{color:var(--green-600)!important}.summary-divider{background:var(--border);height:1px;margin:14px 0}.st-luxe .summary-divider{background:var(--luxe-border)}.summary-total{justify-content:space-between;font-size:18px;font-weight:700;display:flex}.st-luxe .summary-total{color:var(--luxe-text)}.summary-trust{text-align:center;color:var(--text-3);border-top:1px solid var(--border);margin-top:16px;padding-top:16px;font-size:12px}.st-luxe .summary-trust{border-color:var(--luxe-border)}.checkout-form{flex-direction:column;gap:14px;display:flex}.checkout-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);gap:16px;padding:24px;display:flex}.st-luxe .checkout-card{background:var(--luxe-surface);border-color:var(--luxe-border)}.checkout-card__num{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.st-luxe .checkout-card__num{background:var(--luxe-gold);color:var(--luxe-bg)}.checkout-card__body{flex:1}.checkout-card__body h3{margin-bottom:16px;font-size:16px;font-weight:600}.st-luxe .checkout-card__body h3{color:var(--luxe-text)}.coupon-input-row{gap:8px;display:flex}.coupon-input-row input{border:1px solid var(--border);border-radius:var(--radius);letter-spacing:.02em;flex:1;padding:11px 14px;font-size:14px;font-weight:500}.coupon-applied{background:var(--green-50);border:1px solid var(--green-100);border-radius:var(--radius);color:var(--green-700);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;font-size:14px;display:flex}.coupon-applied strong{font-weight:700}.payment-option{border:2px solid var(--border);border-radius:var(--radius);align-items:center;gap:14px;padding:16px;display:flex;position:relative}.st-luxe .payment-option.selected{border-color:var(--luxe-gold);background:#c9a84c14}.payment-icon{font-size:24px}.payment-info{flex:1}.payment-info strong{margin-bottom:2px;font-size:14px;font-weight:600;display:block}.payment-info p{color:var(--text-2);font-size:12px}.payment-check{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex}.st-luxe .payment-check{background:var(--luxe-gold);color:var(--luxe-bg)}.checkout-summary{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px;position:sticky;top:100px}.st-luxe .checkout-summary{background:var(--luxe-surface);border-color:var(--luxe-border)}.checkout-summary h3{margin-bottom:16px;font-size:15px;font-weight:600}.st-luxe .checkout-summary h3{color:var(--luxe-text)}.checkout-items{flex-direction:column;gap:12px;display:flex}.checkout-item{align-items:center;gap:12px;display:flex}.checkout-item__img{border-radius:var(--radius-sm);background:var(--bg);flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.st-luxe .checkout-item__img{background:var(--luxe-surface-2)}.checkout-item__img img{object-fit:cover;width:100%;height:100%}.checkout-item__img .no-img{height:100%;color:var(--text-3);justify-content:center;align-items:center;font-size:18px;display:flex}.checkout-item__qty{background:var(--text);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.checkout-item__info{flex:1;justify-content:space-between;gap:12px;display:flex}.checkout-item__info span{color:var(--text);font-size:13px}.st-luxe .checkout-item__info span{color:var(--luxe-text)}.checkout-item__info strong{white-space:nowrap;font-size:13px;font-weight:600}.confirmed{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:var(--radius-xl);max-width:600px;box-shadow:var(--shadow);margin:40px auto;padding:56px 40px}.st-luxe .confirmed{background:var(--luxe-surface);border-color:var(--luxe-border)}.confirmed__icon{background:linear-gradient(135deg, var(--green-500) 0%, var(--green-600) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 24px;display:flex;box-shadow:0 10px 30px #10b98159}.confirmed h1{margin-bottom:12px;font-size:28px;font-weight:700}.st-luxe .confirmed h1{color:var(--luxe-text)}.confirmed__sub{color:var(--text-2);margin-bottom:32px;font-size:15px;line-height:1.6}.st-luxe .confirmed__sub{color:var(--luxe-text-2)}.confirmed__steps{text-align:left;background:var(--bg);border-radius:var(--radius-lg);flex-direction:column;gap:14px;margin-bottom:32px;padding:20px;display:flex}.st-luxe .confirmed__steps{background:var(--luxe-bg)}.confirmed__step{align-items:flex-start;gap:12px;display:flex}.step-num{background:var(--white);border:2px solid var(--primary);width:28px;height:28px;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:flex}.st-luxe .step-num{background:var(--luxe-surface);border-color:var(--luxe-gold);color:var(--luxe-gold)}.confirmed__step strong{margin-bottom:2px;font-size:14px;font-weight:600;display:block}.confirmed__step p{color:var(--text-2);font-size:13px}.st-luxe .confirmed__step strong{color:var(--luxe-text)}.st-luxe .confirmed__step p{color:var(--luxe-text-2)}.st-luxe .contact-card,.st-luxe .contact-info-card{background:var(--luxe-surface);border-color:var(--luxe-border)}.st-luxe .contact-card h3,.st-luxe .contact-info-card h3{color:var(--luxe-text)}.st-luxe .contact-card>p,.st-luxe .contact-info-card>p{color:var(--luxe-text-2)}.st-luxe .contact-row strong{color:var(--luxe-text)}.st-luxe .contact-row span:not(.contact-icon){color:var(--luxe-text-2)}.st-luxe .contact-tip{color:var(--luxe-gold);background:#c9a84c1a;border-color:#c9a84c4d}@media (width<=968px){.product-page__inner{grid-template-columns:1fr}.product-gallery{position:static}.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-summary,.checkout-summary{position:static}.contact-grid{grid-template-columns:1fr}.st-simple__footer-grid,.st-luxe__footer-grid{grid-template-columns:1fr;gap:24px}.store-features{grid-template-columns:1fr}}@media (width<=768px){.store-hero{padding:48px 0 32px}.store-hero__title{font-size:40px}.st-luxe .store-hero__title{font-size:32px}.store-section h2{font-size:26px}.product-info h1,.product-price{font-size:24px}.st-simple__header .st-simple__container,.st-luxe__header .st-luxe__container{flex-wrap:wrap;grid-template-columns:1fr auto;height:auto;padding:12px 16px}.st-luxe__logo{order:-1;grid-column:1/-1;padding:8px 0;font-size:22px}.st-simple__nav,.st-luxe__nav{gap:14px;font-size:12px}.cart-item{grid-template-columns:60px 1fr auto;gap:10px}.cart-item__qty,.cart-item__subtotal{grid-column:2/-1;justify-self:start}.cart-item__subtotal{font-size:14px}.checkout-card{flex-direction:column;gap:12px}.product-perks{grid-template-columns:1fr}}.image-uploader{margin-top:4px}.image-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;display:grid}.image-thumb{aspect-ratio:1;border-radius:var(--radius);border:1px solid var(--border);background:var(--bg);position:relative;overflow:hidden}.image-thumb img{object-fit:cover;width:100%;height:100%}.image-thumb-remove{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172abf;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:600;transition:background .15s;display:flex;position:absolute;top:6px;right:6px}.image-thumb-remove:hover{background:var(--red-500)}.image-thumb-main{background:var(--primary);color:#fff;letter-spacing:.02em;border-radius:9999px;padding:3px 8px;font-size:10px;font-weight:600;position:absolute;bottom:6px;left:6px}.image-upload-btn{aspect-ratio:1;border:2px dashed var(--border-2);border-radius:var(--radius);cursor:pointer;background:var(--bg);color:var(--text-2);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.image-upload-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light)}.image-upload-icon{font-size:26px;font-weight:300;line-height:1}.image-uploader-hint{color:var(--text-2);margin-top:16px;font-size:12px;line-height:1.5}.modal-lg{max-width:720px}.modal-tabs{border-bottom:1px solid var(--border);gap:4px;margin-top:-4px;margin-bottom:24px;display:flex}.modal-tab{color:var(--text-2);border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.modal-tab:hover{color:var(--text)}.modal-tab-badge{background:var(--bg-2);color:var(--text-2);border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.variants-editor{flex-direction:column;gap:12px;display:flex}.variants-empty{text-align:center;background:var(--bg);border:2px dashed var(--border-2);border-radius:var(--radius-lg);padding:40px 24px}.variants-empty-icon{opacity:.6;margin-bottom:12px;font-size:32px}.variants-empty p{color:var(--text-2);margin-bottom:14px;font-size:14px}.variants-empty .field-hint{margin-top:12px;font-size:12px}.variant-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:18px;position:relative}.variant-header{align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.variant-name-input{flex-direction:column;flex:1;gap:6px;display:flex}.variant-name-input label{color:var(--text-2);font-size:12px;font-weight:500}.variant-name-input input{border:1px solid var(--border);border-radius:var(--radius);background:var(--white);padding:10px 14px;font-size:14px;font-weight:500}.variant-name-input input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #635bff1f}.variant-remove{border-radius:var(--radius);background:var(--bg);width:36px;height:36px;color:var(--text-2);flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.variant-remove:hover{background:var(--red-50);color:var(--red-600)}.variant-values{border-top:1px dashed var(--border);padding-top:14px}.variant-values-label{color:var(--text-2);margin-bottom:10px;font-size:12px;font-weight:500;display:block}.variant-values-list{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin-bottom:12px;display:grid}.variant-value-row{gap:4px;display:flex}.variant-value-row input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);flex:1;padding:8px 12px;font-size:13px}.variant-value-row input:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 2px #635bff1f}.variant-value-remove{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-3);flex-shrink:0;justify-content:center;align-items:center;font-size:11px;transition:all .15s;display:flex}.variant-value-remove:hover{background:var(--red-50);color:var(--red-600)}.variant-add-value{color:var(--primary)!important;padding:6px 10px!important;font-size:12px!important}.variant-add-btn{width:100%;margin-top:4px;border-style:dashed!important}.variants-summary{flex-wrap:wrap;gap:4px;display:flex}@media (width<=640px){.modal-lg{max-width:100%}.variant-values-list{grid-template-columns:1fr 1fr}}.product-description{border-bottom:1px solid var(--border);margin:4px 0 20px;padding:16px 0}.product-description p{color:var(--text-2);white-space:pre-wrap;font-size:14px;line-height:1.6}.st-luxe .product-description{border-color:var(--luxe-border)}.st-luxe .product-description p{color:var(--luxe-text-2)}.product-variants{flex-direction:column;gap:20px;margin:8px 0 24px;display:flex}.variant-selector{flex-direction:column;gap:10px;display:flex}.variant-selector-label{color:var(--text);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.st-luxe .variant-selector-label{color:var(--luxe-text)}.variant-selected-value{color:var(--text-2);font-weight:400}.st-luxe .variant-selected-value{color:var(--luxe-text-2)}.variant-options{flex-wrap:wrap;gap:8px;display:flex}.variant-option{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);min-width:56px;color:var(--text);cursor:pointer;text-align:center;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s}.variant-option:hover{border-color:var(--text-2);transform:translateY(-1px)}.variant-option.selected{background:var(--text);border-color:var(--text);color:var(--white)}.st-luxe .variant-option{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text)}.st-luxe .variant-option:hover{border-color:var(--luxe-text-2)}.st-luxe .variant-option.selected{background:var(--luxe-gold);border-color:var(--luxe-gold);color:var(--luxe-bg)}.variant-toggle{background:var(--bg);border-radius:var(--radius);margin-bottom:14px;padding:12px 14px}.variant-toggle-row{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.variant-toggle-row input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin-top:2px}.variant-toggle-row strong{margin-bottom:2px;font-size:13px;font-weight:600;display:block}.variant-toggle-row small{color:var(--text-2);font-size:12px;display:block}.variant-values-list:not(.with-images){grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin-bottom:12px;display:grid}.variant-values-list:not(.with-images) .variant-value-item{display:contents}.variant-values-list:not(.with-images) .variant-value-input{gap:4px;display:flex}.variant-values-list:not(.with-images) .variant-value-input input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);flex:1;padding:8px 12px;font-size:13px}.variant-values-list:not(.with-images) .variant-value-input input:focus{border-color:var(--primary);background:var(--white);outline:none;box-shadow:0 0 0 2px #635bff1f}.variant-values-list.with-images{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;margin-bottom:12px;display:grid}.variant-value-item.has-image{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:8px;padding:10px;display:flex}.variant-value-image{aspect-ratio:1;background:var(--white);border:1.5px dashed var(--border-2);border-radius:var(--radius-sm);position:relative;overflow:hidden}.variant-value-image img{object-fit:cover;width:100%;height:100%}.variant-value-image-upload{cursor:pointer;height:100%;color:var(--text-2);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.variant-value-image-upload:hover{background:var(--primary-light);color:var(--primary)}.variant-value-image-upload span:first-child{font-size:24px;font-weight:300;line-height:1}.variant-value-image-remove{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172abf;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:10px;display:flex;position:absolute;top:4px;right:4px}.variant-value-image-remove:hover{background:var(--red-500)}.variant-value-item.has-image .variant-value-input{gap:4px;display:flex}.variant-value-item.has-image .variant-value-input input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);flex:1;padding:7px 10px;font-size:12px;font-weight:500}.variant-options-images{flex-wrap:wrap;gap:10px;display:flex}.variant-swatch{border:2px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;width:64px;height:64px;padding:0;transition:all .15s;position:relative;overflow:hidden}.variant-swatch:hover{border-color:var(--text-2);transform:translateY(-1px)}.variant-swatch.selected{border-color:var(--text);box-shadow:0 0 0 2px var(--white), 0 0 0 4px var(--text)}.variant-swatch img{object-fit:cover;width:100%;height:100%}.variant-swatch-text{height:100%;color:var(--text);text-align:center;justify-content:center;align-items:center;padding:4px;font-size:12px;font-weight:500;line-height:1.1;display:flex}.st-luxe .variant-swatch{background:var(--luxe-surface);border-color:var(--luxe-border)}.st-luxe .variant-swatch:hover{border-color:var(--luxe-text-2)}.st-luxe .variant-swatch.selected{border-color:var(--luxe-gold);box-shadow:0 0 0 2px var(--luxe-bg), 0 0 0 4px var(--luxe-gold)}.st-luxe .variant-swatch-text{color:var(--luxe-text)}.gallery-main-img{animation:.3s fadeImg}@keyframes fadeImg{0%{opacity:.6;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@media (width<=640px){.variant-values-list.with-images{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}.variant-swatch{width:56px;height:56px}}.opt-empty{text-align:center;background:linear-gradient(135deg, var(--indigo-50) 0%, var(--bg) 100%);border:2px dashed var(--border-2);border-radius:var(--radius-lg);padding:48px 32px}.opt-empty-icon{margin-bottom:12px;font-size:40px}.opt-empty h4{margin-bottom:6px;font-size:17px;font-weight:600}.opt-empty p{color:var(--text-2);max-width:380px;margin-bottom:18px;margin-left:auto;margin-right:auto;font-size:14px}.opt-editor{flex-direction:column;gap:16px;display:flex}.opt-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);overflow:hidden}.opt-card-header{background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:14px 18px;display:flex}.opt-card-num{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;display:flex}.opt-card-title{flex-direction:column;flex:1;gap:2px;display:flex}.opt-card-title span{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);font-size:11px;font-weight:500}.opt-card-title strong{color:var(--text);font-size:15px;font-weight:600}.opt-remove{border-radius:var(--radius);width:32px;height:32px;color:var(--text-2);justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}.opt-remove:hover{background:var(--red-50);color:var(--red-600)}.opt-card-body{padding:18px}.opt-image-name-row{gap:16px;margin-bottom:20px;display:flex}.opt-image{background:var(--bg);border:2px dashed var(--border-2);border-radius:var(--radius);flex-shrink:0;width:100px;height:100px;position:relative;overflow:hidden}.opt-image img{object-fit:cover;width:100%;height:100%}.opt-image-upload{cursor:pointer;height:100%;color:var(--text-2);flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:12px;font-weight:500;transition:all .15s;display:flex}.opt-image-upload:hover{background:var(--primary-light);color:var(--primary)}.opt-image-icon{font-size:28px;font-weight:300;line-height:1}.opt-image-remove{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172acc;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:6px;right:6px}.opt-image-remove:hover{background:var(--red-500)}.opt-name-field{flex-direction:column;flex:1;gap:6px;display:flex}.opt-name-field label{color:var(--text-2);font-size:12px;font-weight:500}.opt-name-field input{border:1px solid var(--border);border-radius:var(--radius);padding:10px 14px;font-size:14px;font-weight:500}.opt-name-field input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #635bff1f}.opt-sizes{background:var(--bg);border-radius:var(--radius);padding:14px}.opt-sizes-header{color:var(--text-2);margin-bottom:10px;font-size:13px}.opt-sizes-header strong{color:var(--text)}.opt-sizes-table{flex-direction:column;gap:6px;margin-bottom:10px;display:flex}.opt-sizes-row{grid-template-columns:1fr 1fr 1fr 1fr 32px;align-items:center;gap:6px;display:grid}.opt-sizes-row-head{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);padding:0 4px;font-size:11px;font-weight:600}.opt-sizes-row input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);width:100%;padding:8px 10px;font-size:13px}.opt-sizes-row input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #635bff1f}.opt-size-remove{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-3);justify-content:center;align-items:center;font-size:11px;transition:all .15s;display:flex}.opt-size-remove:hover{background:var(--red-50);color:var(--red-600)}.opt-add-size{color:var(--primary)!important;padding:6px 10px!important;font-size:12px!important}.opt-add-btn{width:100%;margin-top:4px;border-style:dashed!important}.opt-selector{margin-bottom:20px}.opt-selector-label{color:var(--text-2);gap:8px;margin-bottom:10px;font-size:13px;font-weight:500;display:flex}.opt-selector-label strong{color:var(--text);font-weight:600}.st-luxe .opt-selector-label{color:var(--luxe-text-2)}.st-luxe .opt-selector-label strong{color:var(--luxe-text)}.opt-selector-grid{flex-wrap:wrap;gap:10px;display:flex}.opt-swatch{border:2px solid var(--border);border-radius:var(--radius);background:var(--white);cursor:pointer;width:64px;height:64px;padding:0;transition:all .15s;overflow:hidden}.opt-swatch:hover{border-color:var(--text-2);transform:translateY(-1px)}.opt-swatch.selected{border-color:var(--text);box-shadow:0 0 0 2px var(--white), 0 0 0 4px var(--text)}.opt-swatch img{object-fit:cover;width:100%;height:100%}.opt-swatch-text{height:100%;color:var(--text);text-align:center;justify-content:center;align-items:center;padding:4px;font-size:11px;font-weight:500;display:flex}.st-luxe .opt-swatch{background:var(--luxe-surface);border-color:var(--luxe-border)}.st-luxe .opt-swatch:hover{border-color:var(--luxe-text-2)}.st-luxe .opt-swatch.selected{border-color:var(--luxe-gold);box-shadow:0 0 0 2px var(--luxe-bg), 0 0 0 4px var(--luxe-gold)}.st-luxe .opt-swatch-text{color:var(--luxe-text)}.opt-sizes-options{flex-wrap:wrap;gap:8px;display:flex}.opt-size-btn{background:var(--white);border:1.5px solid var(--border);border-radius:var(--radius);min-width:56px;color:var(--text);cursor:pointer;text-align:center;padding:10px 16px;font-size:13px;font-weight:500;transition:all .15s;position:relative}.opt-size-btn:hover:not(.out-of-stock){border-color:var(--text-2);transform:translateY(-1px)}.opt-size-btn.selected{background:var(--text);border-color:var(--text);color:var(--white)}.opt-size-btn.out-of-stock{opacity:.4;cursor:not-allowed;color:var(--text-3);text-decoration:line-through}.st-luxe .opt-size-btn{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text)}.st-luxe .opt-size-btn:hover:not(.out-of-stock){border-color:var(--luxe-text-2)}.st-luxe .opt-size-btn.selected{background:var(--luxe-gold);border-color:var(--luxe-gold);color:var(--luxe-bg)}@media (width<=640px){.opt-image-name-row{flex-direction:column}.opt-image{width:100%;height:140px}.opt-sizes-row{grid-template-columns:1fr 1fr;gap:6px}.opt-sizes-row-head{display:none}.opt-sizes-row>div:first-child:before{content:"Taille: ";font-weight:600}}.dash-nav-icon{color:currentColor;opacity:.85;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:opacity .15s;display:inline-flex}.dash-nav-icon svg{display:block}.dash-nav-item:hover .dash-nav-icon,.dash-nav-item.active .dash-nav-icon{opacity:1}.dash-store-arrow{opacity:.6;justify-content:center;align-items:center;display:inline-flex}.dash-user-logout{justify-content:center;align-items:center;display:inline-flex}.dash-user-logout svg,.stat-icon svg{display:block}.stat-icon-blue{color:var(--indigo-700)}.stat-icon-purple{color:#7c3aed}.stat-icon-green{color:var(--green-700)}.stat-icon-amber{color:var(--amber-700)}.action-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;transition:all .2s;display:flex}.quick-actions{margin-bottom:32px}.quick-actions h2{margin-bottom:16px;font-size:16px;font-weight:600}.action-grid{grid-template-columns:repeat(4,1fr)!important;gap:14px!important;display:grid!important}.action-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--text);box-shadow:var(--shadow-xs);min-height:110px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;flex-direction:column!important;justify-content:flex-start!important;align-items:flex-start!important;gap:14px!important;padding:20px!important;display:flex!important}.action-card:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.action-card>span:last-child{line-height:1.3}.action-icon{flex-shrink:0;transition:all .2s;border-radius:11px!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;margin:0!important;display:flex!important}.action-icon svg{display:block}.action-icon-blue{background:var(--indigo-50);color:var(--indigo-700)}.action-icon-purple{color:#7c3aed;background:#faf5ff}.action-icon-pink{color:#be185d;background:#fdf2f8}.action-icon-slate{background:var(--slate-100);color:var(--slate-700)}.action-card:hover .action-icon{transform:scale(1.05)}.action-card:hover .action-icon-blue{background:var(--indigo-100)}.action-card:hover .action-icon-purple{background:#f3e8ff}.action-card:hover .action-icon-pink{background:#fce7f3}.action-card:hover .action-icon-slate{background:var(--slate-200)}@media (width<=1024px){.action-grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=480px){.action-grid{grid-template-columns:1fr!important}}.st-shop{--shop-black:#0f0f0f;--shop-dark:#1a1a1a;--shop-gray-900:#171717;--shop-gray-800:#262626;--shop-gray-600:#525252;--shop-gray-500:#737373;--shop-gray-400:#a3a3a3;--shop-gray-300:#d4d4d4;--shop-gray-200:#e5e5e5;--shop-gray-100:#f5f5f5;--shop-gray-50:#fafafa;--shop-cream:#f7f5f2;min-height:100vh;color:var(--shop-black);font-family:var(--font-sans);background:#fff;flex-direction:column;display:flex}.shop-container{width:100%;max-width:1280px;margin:0 auto;padding:0 32px}.st-shop__topbar{background:var(--shop-black);color:#fff;text-align:center;letter-spacing:.01em;padding:9px 16px;font-size:13px;font-weight:500}.st-shop__header{border-bottom:1px solid var(--shop-gray-200);z-index:50;background:#fff;position:sticky;top:0}.st-shop__container{justify-content:space-between;align-items:center;gap:24px;max-width:1280px;height:72px;margin:0 auto;padding:0 32px;display:flex}.st-shop__logo{letter-spacing:-.02em;color:var(--shop-black);flex-shrink:0;align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.st-shop__logo-mark{background:var(--shop-black);border-radius:8px;width:32px;height:32px;position:relative}.st-shop__logo-mark:after{content:"";background:#fff;border-radius:3px;position:absolute;inset:7px}.st-shop__nav{flex:1;justify-content:center;gap:32px;display:flex}.st-shop__nav a{color:var(--shop-gray-600);font-size:14px;font-weight:500;transition:color .15s;position:relative}.st-shop__nav a:hover,.st-shop__nav a.active{color:var(--shop-black)}.st-shop__nav a.active:after{content:"";background:var(--shop-black);height:2px;position:absolute;bottom:-28px;left:0;right:0}.st-shop__icons{align-items:center;gap:4px;display:flex}.st-shop__icon-btn{width:40px;height:40px;color:var(--shop-black);border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:inline-flex;position:relative}.st-shop__icon-btn:hover{background:var(--shop-gray-100)}.st-shop__cart-icon{position:relative}.st-shop__cart-badge{background:var(--shop-black);color:#fff;border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:6px;right:4px}.st-shop__mobile-toggle{width:40px;height:40px;color:var(--shop-black);border-radius:50%;justify-content:center;align-items:center;display:none}.st-shop__mobile-toggle:hover{background:var(--shop-gray-100)}.st-shop__search-bar{border-top:1px solid var(--shop-gray-200);background:#fff;padding:14px 0;animation:.2s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.st-shop__search-bar .st-shop__container{align-items:center;gap:12px;height:auto;padding:0 32px;display:flex}.st-shop__search-bar input{border:1px solid var(--shop-gray-200);background:var(--shop-gray-50);border-radius:9999px;flex:1;padding:12px 18px;font-size:15px}.st-shop__search-bar input:focus{border-color:var(--shop-black);background:#fff;outline:none}.st-shop__search-bar button{width:40px;height:40px;color:var(--shop-gray-600);border-radius:50%;justify-content:center;align-items:center;display:flex}.st-shop__search-bar button:hover{background:var(--shop-gray-100);color:var(--shop-black)}.st-shop__mobile-menu{z-index:100;background:#fff;flex-direction:column;animation:.25s slideRight;display:flex;position:fixed;inset:0}@keyframes slideRight{0%{transform:translate(-100%)}to{transform:translate(0)}}.st-shop__mobile-menu-head{border-bottom:1px solid var(--shop-gray-200);align-items:center;gap:12px;padding:16px 24px;display:flex}.st-shop__mobile-menu-head strong{flex:1;font-size:16px}.st-shop__mobile-menu-head button{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.st-shop__mobile-nav{flex-direction:column;padding:16px 0;display:flex}.st-shop__mobile-nav a{color:var(--shop-black);border-bottom:1px solid var(--shop-gray-100);padding:16px 24px;font-size:17px;font-weight:500}.st-shop__mobile-nav a.active{background:var(--shop-gray-50)}.st-shop__main{flex:1}.st-shop__footer{background:var(--shop-gray-50);border-top:1px solid var(--shop-gray-200);margin-top:80px;padding:64px 0 32px}.st-shop__footer-grid{border-bottom:1px solid var(--shop-gray-200);grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:48px;padding-bottom:48px;display:grid}.st-shop__footer-brand p{color:var(--shop-gray-600);margin:16px 0 20px;font-size:14px;line-height:1.6}.st-shop__footer h4{text-transform:uppercase;letter-spacing:.08em;color:var(--shop-black);margin-bottom:16px;font-size:13px;font-weight:600}.st-shop__footer a,.st-shop__footer p{color:var(--shop-gray-600);margin-bottom:10px;font-size:14px;transition:color .15s;display:block}.st-shop__footer a:hover{color:var(--shop-black)}.st-shop__socials{gap:8px;display:flex}.st-shop__socials a{border:1px solid var(--shop-gray-200);width:36px;height:36px;color:var(--shop-gray-600);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0;transition:all .15s;display:flex}.st-shop__socials a:hover{background:var(--shop-black);color:#fff;border-color:var(--shop-black);transform:translateY(-2px)}.st-shop__newsletter{gap:6px;margin-top:12px;display:flex}.st-shop__newsletter input{border:1px solid var(--shop-gray-300);background:#fff;border-radius:8px;flex:1;padding:10px 14px;font-size:13px}.st-shop__newsletter input:focus{border-color:var(--shop-black);outline:none}.st-shop__newsletter button{background:var(--shop-black);color:#fff;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:500;transition:background .15s}.st-shop__footer-bottom{color:var(--shop-gray-500);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-top:24px;font-size:13px;display:flex}.st-shop__footer-bottom strong{color:var(--shop-black)}.btn-shop{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:9999px;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.btn-shop-dark:hover{background:var(--shop-gray-800);transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.btn-shop-light{color:var(--shop-black);background:#fff}.btn-shop-light:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.btn-shop-outline{color:var(--shop-black);border-color:var(--shop-black);background:0 0}.btn-shop-link{color:var(--shop-black);border-bottom:1px solid var(--shop-black);padding-bottom:2px;font-size:14px;font-weight:500;transition:gap .15s}.btn-shop-link:hover{opacity:.7}.shop-hero{background:linear-gradient(180deg, var(--shop-cream) 0%, #fff 100%);padding:64px 0 40px;overflow:hidden}.shop-hero__grid{grid-template-columns:1fr 1fr;align-items:center;gap:48px;min-height:480px;display:grid}.shop-hero__eyebrow{color:var(--shop-black);letter-spacing:.04em;text-transform:uppercase;background:#0f0f0f14;border-radius:9999px;margin-bottom:20px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-block}.shop-hero__title{letter-spacing:-.03em;color:var(--shop-black);margin-bottom:20px;font-size:64px;font-weight:700;line-height:1.05}.shop-hero__title em{font-style:italic;font-family:var(--font-display);font-size:1.05em;font-weight:400}.shop-hero__sub{color:var(--shop-gray-600);max-width:480px;margin-bottom:32px;font-size:17px;line-height:1.6}.shop-hero__actions{flex-wrap:wrap;gap:12px;margin-bottom:40px;display:flex}.shop-hero__trust{border-top:1px solid var(--shop-gray-200);gap:32px;padding-top:24px;display:flex}.shop-hero__trust-item{flex-direction:column;gap:2px;display:flex}.shop-hero__trust-item strong{letter-spacing:-.02em;font-size:22px;font-weight:700}.shop-hero__trust-item span{color:var(--shop-gray-500);text-transform:uppercase;letter-spacing:.03em;font-size:12px}.shop-hero__visual{aspect-ratio:1;background:var(--shop-gray-100);border-radius:24px;position:relative;overflow:hidden}.shop-hero__image{object-fit:cover;width:100%;height:100%}.shop-hero__placeholder{background:linear-gradient(135deg, var(--shop-gray-100) 0%, var(--shop-gray-200) 100%);width:100%;height:100%;font-family:var(--font-display);color:var(--shop-gray-500);justify-content:center;align-items:center;font-size:48px;font-style:italic;display:flex}.shop-features-bar{border-top:1px solid var(--shop-gray-200);border-bottom:1px solid var(--shop-gray-200);background:var(--shop-cream);padding:24px 0}.shop-features-bar__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.shop-feature{color:var(--shop-black);align-items:center;gap:14px;display:flex}.shop-feature svg{color:var(--shop-black);flex-shrink:0}.shop-feature strong{margin-bottom:2px;font-size:14px;font-weight:600;display:block}.shop-feature p{color:var(--shop-gray-500);font-size:12px;line-height:1.4}.shop-section__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:32px;display:flex}.shop-section__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--shop-gray-500);margin-bottom:8px;font-size:12px;font-weight:600;display:block}.shop-section h2{letter-spacing:-.02em;color:var(--shop-black);font-size:36px;font-weight:700;line-height:1.1}.shop-product-grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.shop-empty{text-align:center;background:var(--shop-cream);border-radius:24px;padding:80px 24px}.shop-empty h3{margin-bottom:8px;font-size:22px;font-weight:700}.shop-empty p{color:var(--shop-gray-500)}.shop-promo-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.shop-promo{border-radius:24px;align-items:center;min-height:280px;padding:56px 48px;display:flex;position:relative;overflow:hidden}.shop-promo-dark{background:var(--shop-black);color:#fff}.shop-promo-light{background:var(--shop-cream);color:var(--shop-black)}.shop-promo__content{z-index:1;max-width:320px;position:relative}.shop-promo__eyebrow{color:inherit;letter-spacing:.05em;text-transform:uppercase;background:#ffffff26;border-radius:9999px;margin-bottom:16px;padding:4px 12px;font-size:11px;font-weight:600;display:inline-block}.shop-promo-light .shop-promo__eyebrow{background:#0f0f0f14}.shop-promo h3{letter-spacing:-.02em;margin-bottom:12px;font-size:32px;font-weight:700;line-height:1.1}.shop-promo p{opacity:.8;margin-bottom:24px;font-size:14px;line-height:1.5}.st-shop .product-card{border:1px solid var(--shop-gray-200);background:#fff;border-radius:16px;transition:all .25s;overflow:hidden}.st-shop .product-card:hover{border-color:var(--shop-gray-300);transform:translateY(-4px);box-shadow:0 20px 40px #00000014}.st-shop .product-card__img{background:var(--shop-gray-100);border-radius:0}.st-shop .product-card__name{color:var(--shop-black);font-size:14px;font-weight:500}.st-shop .product-card__price{color:var(--shop-black);font-size:16px;font-weight:700}.st-shop .product-card__add{background:var(--shop-black);border-radius:9999px;font-weight:500}.st-shop .product-card__add:hover{background:var(--shop-gray-800)}.st-shop .product-card__badge{background:var(--shop-black);color:#fff;letter-spacing:.03em;border-radius:4px;font-size:10px}@media (width<=968px){.shop-hero__title{font-size:48px}.shop-product-grid{grid-template-columns:repeat(3,1fr)}.shop-features-bar__grid{grid-template-columns:repeat(2,1fr)}.st-shop__footer-grid{grid-template-columns:1fr 1fr;gap:32px}}@media (width<=768px){.shop-container,.st-shop__container{padding:0 20px}.st-shop__nav{display:none}.st-shop__mobile-toggle{display:flex}.shop-hero{padding:40px 0 32px}.shop-hero__grid{grid-template-columns:1fr;gap:32px;min-height:auto}.shop-hero__title{font-size:36px}.shop-hero__sub{font-size:15px}.shop-hero__trust{flex-wrap:wrap;gap:20px}.shop-hero__trust-item strong{font-size:18px}.shop-features-bar__grid{grid-template-columns:1fr 1fr;gap:16px}.shop-section{padding:40px 0}.shop-section h2{font-size:26px}.shop-product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-promo-grid{grid-template-columns:1fr}.shop-promo{min-height:220px;padding:40px 32px}.shop-promo h3{font-size:26px}.st-shop__footer{padding:48px 0 24px}.st-shop__footer-grid{grid-template-columns:1fr;gap:32px}.st-shop__footer-bottom{text-align:center;flex-direction:column;gap:4px}.btn-shop{padding:12px 22px;font-size:13px}}@media (width<=480px){.shop-hero__title{font-size:30px}.shop-features-bar__grid{grid-template-columns:1fr}.shop-product-grid{gap:10px}}.reviews-section{background:linear-gradient(180deg, var(--bg) 0%, var(--white) 100%);padding:80px 0;position:relative;overflow:hidden}.reviews-section:before{content:"";background:var(--border);height:1px;position:absolute;top:0;left:0;right:0}.reviews-header{text-align:center;margin-bottom:48px}.reviews-header .shop-section__eyebrow{margin-bottom:8px}.reviews-header h2{letter-spacing:-.02em;color:var(--text);margin-bottom:20px;font-size:36px;font-weight:700}.reviews-rating{background:var(--white);border:1px solid var(--border);color:var(--text-2);border-radius:9999px;align-items:center;gap:12px;padding:10px 20px;font-size:14px;display:inline-flex}.reviews-rating strong{color:var(--text);font-weight:700}.reviews-stars{color:#f59e0b;gap:2px;display:flex}.reviews-carousel{grid-template-columns:1fr 1.15fr 1fr;align-items:stretch;gap:24px;max-width:1100px;margin:0 auto;display:grid}.reviews-mobile{display:none}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);opacity:.55;flex-direction:column;gap:14px;padding:32px 28px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:scale(.95)}.review-card.active{opacity:1;border-color:var(--text);transform:scale(1);box-shadow:0 20px 40px -10px #0f172a1a}.review-card__quote{font-family:var(--font-display);color:var(--bg-2);pointer-events:none;font-size:80px;font-style:italic;line-height:1;position:absolute;top:16px;right:24px}.review-card.active .review-card__quote{color:var(--primary-light)}.review-card__stars{color:#f59e0b;z-index:1;gap:2px;display:flex;position:relative}.review-card__text{color:var(--text);z-index:1;flex:1;font-size:15px;line-height:1.65;position:relative}.review-card__author{border-top:1px solid var(--border);z-index:1;align-items:center;gap:12px;padding-top:16px;display:flex;position:relative}.review-card__avatar{width:44px;height:44px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.review-card__author strong{color:var(--text);margin-bottom:2px;font-size:14px;font-weight:600;display:block}.review-card__author span{color:var(--text-2);font-size:12px}.reviews-controls{justify-content:center;align-items:center;gap:16px;margin-top:32px;display:flex}.reviews-arrow{background:var(--white);border:1px solid var(--border);width:40px;height:40px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:inline-flex}.reviews-arrow:hover{background:var(--text);color:var(--white);border-color:var(--text)}.reviews-dots{gap:6px;display:flex}.reviews-dot{background:var(--border-2);border-radius:50%;width:8px;height:8px;transition:all .25s}.reviews-dot.active{background:var(--text);border-radius:9999px;width:24px}.reviews-dot:hover{background:var(--text-2)}.related-products{border-top:1px solid var(--border);margin-top:80px;padding-top:48px}.related-products__head{text-align:center;margin-bottom:32px}.related-products__head .shop-section__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-2);margin-bottom:8px;font-size:12px;font-weight:600;display:block}.related-products__head h2{letter-spacing:-.02em;color:var(--text);font-size:28px;font-weight:700}.st-luxe .reviews-section{background:linear-gradient(180deg, var(--luxe-surface) 0%, var(--luxe-bg) 100%)}.st-luxe .reviews-section:before{background:var(--luxe-border)}.st-luxe .reviews-header h2{color:var(--luxe-text)}.st-luxe .reviews-rating{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text-2)}.st-luxe .reviews-rating strong{color:var(--luxe-text)}.st-luxe .review-card{background:var(--luxe-surface);border-color:var(--luxe-border)}.st-luxe .review-card.active{border-color:var(--luxe-gold)}.st-luxe .review-card__text{color:var(--luxe-text)}.st-luxe .review-card__author{border-color:var(--luxe-border)}.st-luxe .review-card__author strong{color:var(--luxe-text)}.st-luxe .review-card__author span{color:var(--luxe-text-2)}.st-luxe .reviews-arrow{background:var(--luxe-surface);border-color:var(--luxe-border);color:var(--luxe-text)}.st-luxe .reviews-arrow:hover{background:var(--luxe-gold);color:var(--luxe-bg);border-color:var(--luxe-gold)}.st-luxe .reviews-dot{background:var(--luxe-border)}.st-luxe .reviews-dot.active{background:var(--luxe-gold)}.st-luxe .related-products__head h2{color:var(--luxe-text)}.st-luxe .related-products__head .shop-section__eyebrow{color:var(--luxe-text-2)}.st-luxe .related-products{border-color:var(--luxe-border)}@media (width<=968px){.reviews-carousel{display:none}.reviews-mobile{max-width:480px;margin:0 auto;display:block}.reviews-section{padding:56px 0}.reviews-header h2{font-size:26px}.related-products{margin-top:56px}.related-products__head h2{font-size:22px}}.hc-page{--hc-primary:#6c2bd9;--hc-primary-dark:#5b21b6;--hc-primary-light:#f3eeff;--hc-text:#111;--hc-text-2:#555;--hc-text-3:#999;--hc-bg:#f8f8f8;--hc-border:#ececec;--hc-radius:14px;--hc-radius-lg:20px;background:var(--hc-bg);color:var(--hc-text);padding:32px 0 120px}.hc-container{max-width:1200px;margin:0 auto;padding:0 24px}.hc-breadcrumb{color:var(--hc-text-2);align-items:center;gap:8px;margin-bottom:24px;font-size:13px;display:flex}.hc-breadcrumb a:hover{color:var(--hc-primary)}.hc-breadcrumb .current{color:var(--hc-text);font-weight:500}.hc-top{grid-template-columns:1fr 1fr;align-items:start;gap:32px;margin-bottom:32px;display:grid}.hc-gallery{grid-template-columns:88px 1fr;gap:12px;display:grid}.hc-thumbs{flex-direction:column;gap:8px;display:flex}.hc-thumb{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:12px;flex-shrink:0;width:88px;height:88px;padding:0;transition:all .15s;position:relative;overflow:hidden}.hc-thumb img{object-fit:cover;width:100%;height:100%}.hc-thumb:hover{border-color:var(--hc-text-3)}.hc-thumb.active{border-color:var(--hc-primary)}.hc-thumb-badge{background:var(--hc-primary);color:#fff;letter-spacing:.02em;border-radius:6px;padding:2px 6px;font-size:10px;font-weight:700;position:absolute;top:6px;left:6px}.hc-thumb-more{color:var(--hc-text-2);background:var(--hc-bg);border:1px solid var(--hc-border);justify-content:center;align-items:center;font-size:13px;font-weight:600;display:flex}.hc-main-image{border-radius:var(--hc-radius-lg);aspect-ratio:1;background:#fff;position:relative;overflow:hidden}.hc-main-image img{object-fit:cover;width:100%;height:100%}.hc-placeholder{height:100%;color:var(--hc-text-3);background:var(--hc-bg);justify-content:center;align-items:center;font-size:64px;display:flex}.hc-badge-discount{background:var(--hc-primary);color:#fff;border-radius:8px;padding:6px 12px;font-size:13px;font-weight:700;position:absolute;top:16px;left:16px}.hc-favorite{width:44px;height:44px;color:var(--hc-text-2);background:#fff;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #00000014}.hc-favorite:hover{color:var(--hc-primary);transform:scale(1.05)}.hc-gallery-bottom{grid-column:2;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}.hc-gallery-bottom__img{aspect-ratio:1;border-radius:var(--hc-radius);background:#fff;overflow:hidden}.hc-gallery-bottom__img img{object-fit:cover;width:100%;height:100%}.hc-info{flex-direction:column;gap:16px;display:flex;position:sticky;top:16px}.hc-rating-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hc-stars{color:var(--hc-text-3);align-items:center;gap:4px;font-size:13px;display:flex}.hc-stars svg{color:#f59e0b}.hc-stars span{color:var(--hc-text-2);margin-left:6px}.hc-stars strong{color:var(--hc-text);font-weight:700}.hc-tag-bestseller{color:#fff;letter-spacing:.02em;background:linear-gradient(135deg,#ec4899 0%,#ef4444 100%);border-radius:9999px;padding:4px 10px;font-size:11px;font-weight:600}.hc-title{letter-spacing:-.01em;margin:0;font-size:28px;font-weight:700;line-height:1.2}.hc-price-row{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.hc-price-current{color:var(--hc-primary);letter-spacing:-.02em;font-size:32px;font-weight:700}.hc-price-old{color:var(--hc-text-3);font-size:18px;text-decoration:line-through}.hc-discount-pill{background:var(--hc-primary-light);color:var(--hc-primary);border-radius:9999px;padding:3px 10px;font-size:12px;font-weight:700}.hc-description{color:var(--hc-text-2);font-size:14px;line-height:1.6}.hc-badges{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.hc-badge-card{border:1px solid var(--hc-border);text-align:center;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:12px 10px;display:flex}.hc-badge-icon{background:var(--hc-primary-light);width:36px;height:36px;color:var(--hc-primary);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.hc-badge-card strong{color:var(--hc-text);font-size:12px;font-weight:600;display:block}.hc-badge-card span{color:var(--hc-text-2);font-size:11px;display:block}.hc-selector{flex-direction:column;gap:10px;display:flex}.hc-selector-label{color:var(--hc-text-2);gap:6px;font-size:14px;display:flex}.hc-selector-label strong{color:var(--hc-text);font-weight:600}.hc-swatches{flex-wrap:wrap;gap:8px;display:flex}.hc-swatch{border:2px solid var(--hc-border);cursor:pointer;background:#fff;border-radius:10px;width:56px;height:56px;padding:0;transition:all .15s;overflow:hidden}.hc-swatch:hover{border-color:var(--hc-text-3)}.hc-swatch.selected{border-color:var(--hc-primary);box-shadow:0 0 0 3px var(--hc-primary-light)}.hc-swatch img{object-fit:cover;width:100%;height:100%}.hc-swatch span{text-align:center;justify-content:center;align-items:center;height:100%;padding:4px;font-size:11px;font-weight:500;display:flex}.hc-sizes{flex-wrap:wrap;gap:8px;display:flex}.hc-size-btn{border:1.5px solid var(--hc-border);min-width:52px;color:var(--hc-text);cursor:pointer;background:#fff;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.hc-size-btn:hover:not(.out){border-color:var(--hc-text-3)}.hc-size-btn.selected{background:var(--hc-text);border-color:var(--hc-text);color:#fff}.hc-size-btn.out{opacity:.4;cursor:not-allowed;text-decoration:line-through}.hc-bundles{margin-top:8px}.hc-bundles-title{color:var(--hc-text);margin-bottom:12px;font-size:15px;font-weight:700}.hc-bundles-list{flex-direction:column;gap:10px;display:flex}.hc-bundle{border:1.5px solid var(--hc-border);cursor:pointer;text-align:left;background:#fff;border-radius:12px;align-items:center;gap:14px;width:100%;padding:16px 18px;transition:all .2s;display:flex;position:relative}.hc-bundle:hover{border-color:#ccc;transform:translateY(-1px)}.hc-bundle.selected{border-color:var(--hc-primary);background:var(--hc-primary-light);box-shadow:0 4px 12px #6c2bd91f}.hc-bundle__crown{background:var(--hc-primary);color:#fff;letter-spacing:.02em;border-radius:9999px;padding:3px 10px;font-size:11px;font-weight:700;position:absolute;top:-10px;right:16px}.hc-bundle__radio{border:2px solid var(--hc-text-3);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.hc-bundle__radio span{background:0 0;border-radius:50%;width:8px;height:8px;transition:all .2s}.hc-bundle.selected .hc-bundle__radio{border-color:var(--hc-primary)}.hc-bundle__main{flex:1;min-width:0}.hc-bundle__title{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.hc-bundle__title strong{color:var(--hc-text);font-size:15px;font-weight:700}.hc-bundle__label{color:var(--hc-primary);font-size:13px;font-weight:500}.hc-bundle__sub{color:var(--hc-text-2);margin-top:2px;font-size:13px}.hc-bundle__price{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.hc-bundle__price strong{color:var(--hc-text);font-size:16px;font-weight:700}.hc-bundle__price span{color:var(--hc-text-3);font-size:13px;text-decoration:line-through}.hc-cta{background:var(--hc-primary);color:#fff;letter-spacing:.04em;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:8px;padding:18px 24px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 12px #6c2bd940}.hc-cta:hover:not(:disabled){background:var(--hc-primary-dark);transform:translateY(-1px);box-shadow:0 6px 20px #6c2bd959}.hc-cta:disabled{opacity:.5;cursor:not-allowed}.hc-trust{color:var(--hc-text-2);justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:13px;display:flex}.hc-payment-methods{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.hc-pay-method{border:1px solid var(--hc-border);color:var(--hc-text-2);letter-spacing:.03em;background:#fff;border-radius:6px;padding:6px 10px;font-size:11px;font-weight:700}.hc-timeline{border:1px solid var(--hc-border);border-radius:var(--hc-radius);background:#fff;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px;padding:20px;display:grid}.hc-timeline-step{align-items:center;gap:12px;display:flex}.hc-timeline-icon{background:var(--hc-primary-light);width:40px;height:40px;color:var(--hc-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;display:flex}.hc-timeline-content strong{color:var(--hc-text);margin-bottom:2px;font-size:13px;font-weight:600;display:block}.hc-timeline-content span{color:var(--hc-text-2);font-size:12px}.hc-features{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:32px;display:grid}.hc-feature-card{border:1px solid var(--hc-border);border-radius:var(--hc-radius);background:#fff;align-items:flex-start;gap:14px;padding:20px;display:flex}.hc-feature-icon{background:var(--hc-primary-light);width:44px;height:44px;color:var(--hc-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.hc-feature-card strong{color:var(--hc-text);margin-bottom:4px;font-size:14px;font-weight:600;display:block}.hc-feature-card p{color:var(--hc-text-2);font-size:13px;line-height:1.5}.hc-faq{margin-bottom:32px}.hc-faq-title{color:var(--hc-text);margin-bottom:16px;font-size:22px;font-weight:700}.hc-faq-list{flex-direction:column;gap:8px;display:flex}.hc-faq-item{border:1px solid var(--hc-border);border-radius:var(--hc-radius);text-align:left;cursor:pointer;background:#fff;grid-template-columns:1fr auto;align-items:center;gap:16px;width:100%;padding:18px 20px;transition:all .2s;display:grid}.hc-faq-item:hover{border-color:var(--hc-text-3)}.hc-faq-q{color:var(--hc-text);font-size:15px;font-weight:500;line-height:1.4}.hc-faq-icon{background:var(--hc-primary-light);width:32px;height:32px;color:var(--hc-primary);border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:600;transition:all .2s;display:flex}.hc-faq-a-wrap{opacity:0;grid-column:1/-1;max-height:0;transition:max-height .3s,opacity .2s,margin-top .2s;overflow:hidden}.hc-faq-item.open .hc-faq-a-wrap{opacity:1;max-height:400px;margin-top:12px}.hc-faq-a{color:var(--hc-text-2);border-top:1px solid var(--hc-border);padding-top:12px;font-size:14px;line-height:1.6}.hc-sticky-bar{border-top:1px solid var(--hc-border);z-index:60;background:#fff;padding:12px 20px;transition:transform .3s;position:fixed;bottom:0;left:0;right:0;transform:translateY(100%);box-shadow:0 -8px 24px #00000014}.hc-sticky-bar.visible{transform:translateY(0)}.hc-sticky-bar__inner{align-items:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.hc-sticky-bar__product{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.hc-sticky-bar__product img{object-fit:cover;border-radius:8px;width:48px;height:48px}.hc-sticky-bar__product strong{color:var(--hc-text);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:13px;font-weight:600;display:block;overflow:hidden}.hc-sticky-bar__price{align-items:baseline;gap:6px;display:flex}.hc-sticky-bar__price span{color:var(--hc-primary);font-size:16px;font-weight:700}.hc-sticky-bar__price s{color:var(--hc-text-3);font-size:12px}.hc-cta-sticky{white-space:nowrap;flex-shrink:0;width:auto;margin:0;padding:14px 24px;font-size:13px}@media (width<=968px){.hc-page{padding:20px 0 100px}.hc-top{grid-template-columns:1fr;gap:24px}.hc-info{position:static}.hc-gallery{grid-template-columns:1fr;gap:8px}.hc-thumbs{scrollbar-width:thin;flex-direction:row;order:2;padding-bottom:4px;overflow-x:auto}.hc-thumb,.hc-thumb-more{width:64px;height:64px}.hc-main-image{order:1}.hc-gallery-bottom{order:3;grid-column:1}.hc-title{font-size:22px}.hc-price-current{font-size:26px}.hc-timeline{grid-template-columns:1fr 1fr;gap:14px}.hc-features{grid-template-columns:1fr}.hc-faq-title{font-size:19px}}@media (width<=480px){.hc-container{padding:0 16px}.hc-bundle{gap:10px;padding:14px}.hc-bundle__title strong{font-size:14px}.hc-bundle__price strong{font-size:15px}.hc-sticky-bar{padding:10px 16px}.hc-sticky-bar__product img{width:40px;height:40px}.hc-sticky-bar__product strong{max-width:140px;font-size:12px}.hc-cta-sticky{padding:12px 18px;font-size:12px}}.hc-reviews{border-radius:var(--hc-radius-lg);border:1px solid var(--hc-border);background:#fff;margin-bottom:32px;padding:32px}.hc-reviews-head{border-bottom:1px solid var(--hc-border);grid-template-columns:1fr auto;align-items:center;gap:32px;margin-bottom:28px;padding-bottom:28px;display:grid}.hc-reviews-title h2{color:var(--hc-text);letter-spacing:-.02em;margin:0 0 6px;font-size:24px;font-weight:700}.hc-reviews-title p{color:var(--hc-text-2);margin:0;font-size:14px}.hc-reviews-summary{text-align:center}.hc-reviews-summary-score{justify-content:center;align-items:baseline;gap:4px;margin-bottom:4px;display:flex}.hc-reviews-summary-score strong{color:var(--hc-primary);letter-spacing:-.02em;font-size:42px;font-weight:700;line-height:1}.hc-reviews-summary-score span{color:var(--hc-text-3);font-size:16px;font-weight:500}.hc-reviews-summary-stars{justify-content:center;gap:2px;margin-bottom:6px;display:flex}.hc-reviews-summary-count{color:var(--hc-text-2);margin:0;font-size:12px}.hc-reviews-content{grid-template-columns:280px 1fr;align-items:start;gap:32px;display:grid}.hc-reviews-breakdown{background:var(--hc-bg);border-radius:var(--hc-radius);flex-direction:column;gap:10px;padding:20px;display:flex}.hc-reviews-bar-row{grid-template-columns:36px 1fr 36px;align-items:center;gap:10px;font-size:13px;display:grid}.hc-reviews-bar-label{color:var(--hc-text-2);align-items:center;gap:4px;font-weight:500;display:flex}.hc-reviews-bar-track{border:1px solid var(--hc-border);background:#fff;border-radius:9999px;height:8px;overflow:hidden}.hc-reviews-bar-fill{background:linear-gradient(90deg, var(--hc-primary) 0%, #8b5cf6 100%);border-radius:9999px;height:100%;transition:width .4s}.hc-reviews-bar-count{text-align:right;color:var(--hc-text-3);font-size:12px;font-weight:500}.hc-reviews-cards-wrap{position:relative;overflow:hidden}.hc-reviews-cards{grid-template-columns:repeat(3,1fr);gap:16px;transition:transform .4s;display:grid}.hc-review-card{border:1px solid var(--hc-border);border-radius:var(--hc-radius);background:#fff;flex-direction:column;gap:14px;padding:20px;transition:all .2s;display:flex}.hc-review-card:hover{border-color:var(--hc-text-3);box-shadow:0 4px 16px #0000000a}.hc-review-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.hc-review-card__stars{gap:2px;display:flex}.hc-review-card__verified{color:#16a34a;background:#f0fdf4;border-radius:9999px;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.hc-review-card__text{color:var(--hc-text);flex:1;margin:0;font-size:14px;line-height:1.6}.hc-review-card__author{border-top:1px solid var(--hc-border);align-items:center;gap:10px;padding-top:14px;display:flex}.hc-review-card__avatar{width:36px;height:36px;color:var(--hc-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.hc-review-card__author-info{flex:1;min-width:0}.hc-review-card__author-info strong{color:var(--hc-text);margin-bottom:2px;font-size:13px;font-weight:600;display:block}.hc-review-card__author-info span{color:var(--hc-text-3);font-size:11px}.hc-review-card__helpful{background:var(--hc-bg);border:1px solid var(--hc-border);color:var(--hc-text-2);cursor:pointer;border-radius:9999px;align-items:center;gap:4px;padding:6px 10px;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.hc-review-card__helpful:hover{background:var(--hc-primary-light);color:var(--hc-primary);border-color:var(--hc-primary-light)}.hc-review-card__helpful.active{background:var(--hc-primary-light);color:var(--hc-primary);border-color:var(--hc-primary)}.hc-reviews-nav{justify-content:center;gap:8px;margin-top:16px;display:flex}.hc-reviews-arrow{border:1px solid var(--hc-border);width:36px;height:36px;color:var(--hc-text);cursor:pointer;background:#fff;border-radius:50%;font-size:14px;transition:all .15s}.hc-reviews-arrow:hover:not(:disabled){background:var(--hc-primary);color:#fff;border-color:var(--hc-primary)}.hc-reviews-arrow:disabled{opacity:.35;cursor:not-allowed}.hc-reviews-footer{border-top:1px solid var(--hc-border);justify-content:center;margin-top:24px;padding-top:20px;display:flex}.hc-reviews-show-all{border:1.5px solid var(--hc-primary);color:var(--hc-primary);cursor:pointer;background:0 0;border-radius:9999px;padding:10px 24px;font-size:13px;font-weight:600;transition:all .15s}@media (width<=968px){.hc-reviews{padding:24px 20px}.hc-reviews-head{text-align:center;grid-template-columns:1fr;gap:16px}.hc-reviews-title{text-align:center}.hc-reviews-title h2{font-size:20px}.hc-reviews-content{grid-template-columns:1fr;gap:20px}.hc-reviews-cards{grid-template-columns:1fr;gap:12px}.hc-review-card{padding:18px}.hc-review-card__text{font-size:13px}}@media (width<=480px){.hc-reviews{padding:20px 16px}.hc-reviews-summary-score strong{font-size:36px}}.bundles-empty{text-align:center;background:var(--bg);border:2px dashed var(--border-2);border-radius:14px;padding:40px 24px}.bundles-empty-icon{margin-bottom:10px;font-size:36px}.bundles-empty h4{margin-bottom:6px;font-size:16px;font-weight:600}.bundles-empty p{color:var(--text-2);max-width:380px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:14px}.bundles-list{flex-direction:column;gap:10px;margin-bottom:12px;display:flex}.bundle-row{border:1.5px solid var(--border);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:14px;transition:all .15s;display:flex}.bundle-row:hover{border-color:var(--border-2)}.bundle-row.highlighted{background:#faf5ff;border-color:#6c2bd9}.bundle-row-num{background:var(--bg);width:32px;height:32px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.bundle-row.highlighted .bundle-row-num{color:#fff;background:#6c2bd9}.bundle-row-fields{flex:1;align-items:flex-end;gap:10px;display:flex}.bundle-field{flex-direction:column;gap:4px;min-width:80px;display:flex}.bundle-field-grow{flex:1}.bundle-field label{color:var(--text-2);text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:500}.bundle-field input{border:1px solid var(--border);background:var(--bg);border-radius:8px;padding:8px 12px;font-size:13px}.bundle-field input:focus{background:#fff;border-color:#6c2bd9;outline:none}.bundle-row-actions{gap:4px;display:flex}.bundle-star{background:var(--bg);width:32px;height:32px;color:var(--text-3);cursor:pointer;border-radius:8px;font-size:16px;transition:all .15s}.bundle-star:hover,.bundle-star.active{color:#f59e0b;background:#fef3c7}.bundle-remove{background:var(--bg);width:32px;height:32px;color:var(--text-2);cursor:pointer;border-radius:8px;font-size:12px;transition:all .15s}.bundle-remove:hover{color:#dc2626;background:#fee2e2}.bundles-add-btn{width:100%;border-style:dashed!important}.faqs-empty{text-align:center;background:var(--bg);border:2px dashed var(--border-2);border-radius:14px;padding:40px 24px}.faqs-empty-icon{margin-bottom:10px;font-size:36px}.faqs-empty h4{margin-bottom:6px;font-size:16px;font-weight:600}.faqs-empty p{color:var(--text-2);max-width:380px;margin-bottom:16px;margin-left:auto;margin-right:auto;font-size:14px}.faqs-list{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.faq-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:16px}.faq-card-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.faq-card-num{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);font-size:11px;font-weight:600}.faq-remove{background:var(--bg);width:28px;height:28px;color:var(--text-2);cursor:pointer;border-radius:6px;font-size:12px;transition:all .15s}.faq-remove:hover{color:#dc2626;background:#fee2e2}.faq-fields{flex-direction:column;gap:12px;display:flex}.faqs-add-btn{width:100%;border-style:dashed!important}.features-editor{flex-direction:column;gap:24px;display:flex}.features-section-header{margin-bottom:14px}.features-section-header h4{color:var(--text);margin-bottom:4px;font-size:14px;font-weight:600}.features-section-header p{color:var(--text-2);font-size:13px}.features-divider{background:var(--border);height:1px}.features-empty{background:var(--bg);text-align:center;border-radius:12px;padding:24px}.features-empty p{color:var(--text-2);margin-bottom:12px;font-size:13px}.badges-grid{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.badge-edit-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:14px;position:relative}.badge-edit-remove{background:var(--bg);width:24px;height:24px;color:var(--text-2);cursor:pointer;border-radius:6px;font-size:11px;transition:all .15s;position:absolute;top:8px;right:8px}.badge-edit-remove:hover{color:#dc2626;background:#fee2e2}.badge-edit-fields{flex-direction:column;gap:10px;display:flex}.badge-icon-field{flex-direction:column;gap:4px;max-width:80px;display:flex}.badge-icon-field label{color:var(--text-2);font-size:11px;font-weight:500}.badge-icon-field input{border:1px solid var(--border);text-align:center;background:var(--bg);border-radius:8px;padding:8px 12px;font-size:16px}.features-list{flex-direction:column;gap:12px;margin-bottom:12px;display:flex}.feature-edit-card{border:1px solid var(--border);background:#fff;border-radius:12px;padding:14px;position:relative}.feature-edit-remove{background:var(--bg);width:24px;height:24px;color:var(--text-2);cursor:pointer;border-radius:6px;font-size:11px;transition:all .15s;position:absolute;top:8px;right:8px}.feature-edit-remove:hover{color:#dc2626;background:#fee2e2}.feature-edit-fields{flex-direction:column;gap:10px;display:flex}@media (width<=640px){.bundle-row{flex-direction:column;align-items:stretch;gap:10px}.bundle-row-fields{flex-direction:column;align-items:stretch;gap:8px}.bundle-row-actions{justify-content:flex-end}.badges-grid{grid-template-columns:1fr}}:root{--theme-primary:#6c2bd9;--theme-primary-dark:#5b21b6;--theme-primary-light:#f3eeff;--theme-accent:#8b5cf6}button,a,.btn,.card,[class*=btn-],[class*=card],[class*=badge]{transition:background-color .25s,color .25s,border-color .25s,box-shadow .25s,transform .15s}.st-shop__topbar,.st-simple__topbar{background:var(--theme-primary)!important;color:#fff!important}.st-shop__logo-mark{background:var(--theme-primary)!important}.st-shop__nav a.active{color:var(--theme-primary)!important}.st-shop__nav a.active:after{background:var(--theme-primary)!important}.st-simple__nav a.active{color:var(--theme-primary)!important}.st-simple__nav a.active:after{background:var(--theme-primary)!important}.st-shop__nav a:hover,.st-simple__nav a:hover{color:var(--theme-primary)!important}.st-shop__cart-badge,.cart-badge{background:var(--theme-primary)!important;color:#fff!important}.st-shop__icon-btn:hover{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.btn-primary{background:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}.btn-primary:hover:not(:disabled){background:var(--theme-primary-dark)!important;border-color:var(--theme-primary-dark)!important}.btn-shop-dark{background:var(--theme-primary)!important;color:#fff!important}.btn-shop-dark:hover{background:var(--theme-primary-dark)!important}.btn-shop-outline{border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}.btn-shop-outline:hover{background:var(--theme-primary)!important;color:#fff!important}.btn-shop-link{color:var(--theme-primary)!important;border-bottom-color:var(--theme-primary)!important}.hc-cta{box-shadow:0 4px 12px #6c2bd940;background:var(--theme-primary)!important}.hc-cta:hover:not(:disabled){box-shadow:0 6px 20px #6c2bd959;background:var(--theme-primary-dark)!important}.st-shop__cart-btn,.st-simple__cart-btn{background:var(--theme-primary)!important;color:#fff!important}.st-shop__cart-btn:hover,.st-simple__cart-btn:hover{background:var(--theme-primary-dark)!important}.product-card__add{background:var(--theme-primary)!important}.product-card__add:hover{background:var(--theme-primary-dark)!important}.st-shop__footer .st-shop__logo-mark{background:var(--theme-primary)!important}.st-shop__footer a:hover,.st-simple__footer a:hover,.st-shop__footer h4,.st-shop__footer-bottom strong,.st-simple__footer-bottom strong{color:var(--theme-primary)!important}.st-shop__newsletter button{background:var(--theme-primary)!important}.st-shop__newsletter button:hover{background:var(--theme-primary-dark)!important}.st-shop__newsletter input:focus{border-color:var(--theme-primary)!important}.st-shop__socials a{transition:all .25s}.st-shop__socials a:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 8px 20px #6c2bd959;background:var(--theme-primary)!important;color:#fff!important;border-color:var(--theme-primary)!important}.product-price,.hc-price-current{color:var(--theme-primary)!important}.hc-discount-pill{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.hc-badge-discount,.hc-thumb-badge{background:var(--theme-primary)!important;color:#fff!important}.store-hero__badge,.shop-hero__eyebrow{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.store-section__eyebrow{color:var(--theme-primary)!important}.hc-page{--hc-primary:var(--theme-primary)!important;--hc-primary-dark:var(--theme-primary-dark)!important;--hc-primary-light:var(--theme-primary-light)!important}.hc-bundle.selected{box-shadow:0 4px 12px #6c2bd91f;border-color:var(--theme-primary)!important;background:var(--theme-primary-light)!important}.hc-bundle.highlighted,.hc-bundle.selected .hc-bundle__radio{border-color:var(--theme-primary)!important}.hc-bundle.selected .hc-bundle__radio span,.hc-bundle__crown{background:var(--theme-primary)!important}.hc-bundle__label{color:var(--theme-primary)!important}.hc-badge-icon,.hc-feature-icon,.hc-timeline-icon,.hc-faq-icon{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.hc-faq-item.open{border-color:var(--theme-primary)!important}.hc-faq-item.open .hc-faq-icon{background:var(--theme-primary)!important;color:#fff!important}.opt-swatch.selected,.hc-swatch.selected{border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px var(--theme-primary-light)!important}.hc-favorite.active,.hc-reviews-summary-score strong{color:var(--theme-primary)!important}.hc-reviews-bar-fill{background:linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-accent) 100%)!important}.hc-review-card__helpful:hover,.hc-review-card__helpful.active{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important;border-color:var(--theme-primary)!important}.hc-reviews-arrow:hover:not(:disabled){background:var(--theme-primary)!important;border-color:var(--theme-primary)!important;color:#fff!important}.hc-reviews-show-all{border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}.hc-reviews-show-all:hover{background:var(--theme-primary)!important;color:#fff!important}.review-card.active{border-color:var(--theme-primary)!important}.reviews-dot.active{background:var(--theme-primary)!important}.reviews-arrow:hover{background:var(--theme-primary)!important;border-color:var(--theme-primary)!important;color:#fff!important}.checkout-card__num{background:var(--theme-primary)!important}.payment-option.selected{border-color:var(--theme-primary)!important;background:var(--theme-primary-light)!important}.payment-check{background:var(--theme-primary)!important}.step-num{border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}.dash-brand .brand-mark{background:var(--theme-primary)!important}.dash-nav-item.active,.dash-nav-item:hover{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.modal-tab.active{color:var(--theme-primary)!important;border-bottom-color:var(--theme-primary)!important}.modal-tab.active .modal-tab-badge,.action-icon-blue{background:var(--theme-primary-light)!important;color:var(--theme-primary)!important}.bundle-row.highlighted{border-color:var(--theme-primary)!important;background:var(--theme-primary-light)!important}.bundle-row.highlighted .bundle-row-num{background:var(--theme-primary)!important;color:#fff!important}input:focus,textarea:focus,select:focus,.variant-name-input input:focus,.variant-value-row input:focus,.opt-name-field input:focus,.opt-sizes-row input:focus,.bundle-field input:focus{border-color:var(--theme-primary)!important;box-shadow:0 0 0 3px var(--theme-primary-light)!important}.auth-side{background:linear-gradient(135deg, var(--theme-primary) 0%, var(--theme-primary-dark) 100%)!important}.auth-link,.auth-link:hover{color:var(--theme-primary)!important}.settings-grid{flex-direction:column;gap:20px;display:flex}.settings-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px}.settings-card-header{margin-bottom:20px}.settings-card-header h3{color:var(--text);margin-bottom:4px;font-size:18px;font-weight:600}.settings-card-header p{color:var(--text-2);font-size:14px}.settings-status{background:var(--bg);border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;display:flex}.settings-status strong{color:var(--text);margin-bottom:2px;font-size:15px;font-weight:600;display:block}.settings-status p{color:var(--text-2);font-size:13px}.template-choices{grid-template-columns:1fr 1fr;gap:12px;display:grid}.template-choice{background:var(--white);border:2px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;gap:4px;padding:16px;display:flex;position:relative}.template-choice:hover{border-color:var(--border-2)}.template-choice.active{border-color:var(--theme-primary)!important;background:var(--theme-primary-light)!important}.template-choice input{opacity:0;position:absolute}.template-choice strong{color:var(--text);font-size:14px;font-weight:600}.template-choice span{color:var(--text-2);font-size:12px}.success-msg{color:#16a34a;background:#f0fdf4;border-radius:10px;margin-bottom:12px;padding:10px 14px;font-size:13px;font-weight:500}.theme-card{background:var(--white);border:2px solid var(--border);cursor:pointer;border-radius:14px;flex-direction:column;align-items:center;gap:8px;padding:14px;display:flex}.theme-card:hover{border-color:var(--border-2);transform:translateY(-2px)}.theme-card.active{box-shadow:0 4px 12px #00000014;border-color:var(--theme-primary)!important}.theme-card-swatch{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative;box-shadow:inset 0 0 0 2px #ffffff4d}.theme-card:hover .theme-card-swatch{transform:scale(1.05)}.theme-card-check{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:22px;font-weight:700}.theme-card.active .theme-card-name{font-weight:600}@media (width<=640px){.settings-status{text-align:center;flex-direction:column;align-items:stretch}.template-choices{grid-template-columns:1fr}.theme-selector-grid{grid-template-columns:repeat(3,1fr)}.theme-card-swatch{width:48px;height:48px}}.logo-uploader{margin-top:8px}.logo-uploader-row{background:var(--bg);border-radius:14px;align-items:center;gap:24px;padding:20px;display:flex}.logo-preview{border:2px solid var(--border);background:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex;overflow:hidden}.logo-preview img{object-fit:contain;width:100%;height:100%;padding:8px}.logo-preview-fallback{background:var(--theme-primary);color:#fff;letter-spacing:-.02em;justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;font-weight:700;display:flex}.logo-uploader-actions{flex-direction:column;flex:1;align-items:flex-start;gap:8px;display:flex}.logo-upload-btn{cursor:pointer;align-items:center;gap:6px;display:inline-flex}.logo-remove-btn{color:var(--red-600)!important}.logo-remove-btn:hover{background:var(--red-50)!important}.st-shop__logo-img{background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 1px 3px #00000014}.st-shop__logo-img img{object-fit:contain;width:100%;height:100%;padding:2px}.st-shop__logo:hover .st-shop__logo-img{transform:scale(1.05)}.st-shop__logo-mark{background:var(--theme-primary);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:relative}.st-shop__logo-mark:after{content:none}.st-shop__logo-initials{color:#fff;letter-spacing:-.02em;font-size:14px;font-weight:700}.st-shop__logo:hover .st-shop__logo-mark{transform:scale(1.05)}.st-shop__footer-brand .st-shop__logo-img,.st-shop__footer-brand .st-shop__logo-mark{width:40px;height:40px}.st-shop__footer-brand .st-shop__logo-initials{font-size:16px}.st-shop__mobile-menu-head .st-shop__logo-img,.st-shop__mobile-menu-head .st-shop__logo-mark{width:40px;height:40px}@media (width<=640px){.logo-uploader-row{text-align:center;flex-direction:column;align-items:stretch}.logo-preview{margin:0 auto}.logo-uploader-actions{align-items:center}.st-shop__logo-img,.st-shop__logo-mark{width:32px;height:32px}.st-shop__logo-initials{font-size:12px}}.shop-container{box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto!important;padding:0 32px!important}.shop-section{padding:64px 0}.st-shop__footer{padding-top:80px!important;padding-bottom:32px!important}.st-shop__main{padding-bottom:0}.st-shop__footer .st-shop__container{height:auto!important;padding:0 32px!important;display:block!important}.store-section__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:28px;display:flex}.store-section__eyebrow{text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:600;display:block;color:var(--theme-primary)!important}.store-section__head h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0;font-size:36px;font-style:italic;font-weight:400}.catalogue-toolbar{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.catalogue-search{border:1px solid var(--border);background:var(--white);border-radius:9999px;flex:1;min-width:240px;padding:12px 18px;font-size:14px}.catalogue-search:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.catalogue-sort{border:1px solid var(--border);background:var(--white);cursor:pointer;border-radius:9999px;padding:12px 18px;font-size:14px}.product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;display:grid}.store-empty{text-align:center;background:var(--white);border-radius:var(--radius-lg);border:1px dashed var(--border);padding:80px 24px}.store-empty h3{margin-bottom:8px;font-size:18px;font-weight:600}.store-empty p{color:var(--text-2)}.contact-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.contact-card,.contact-info-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}.contact-card h3,.contact-info-card h3{margin-bottom:12px;font-size:20px;font-weight:700}.contact-card>p,.contact-info-card>p{color:var(--text-2);margin-bottom:24px;line-height:1.6}.contact-list{flex-direction:column;gap:16px;display:flex}.contact-row{align-items:flex-start;gap:14px;display:flex}.contact-icon{flex-shrink:0;font-size:22px}.contact-row strong{margin-bottom:2px;font-size:13px;font-weight:600;display:block}.contact-row span:not(.contact-icon){color:var(--text-2);font-size:13px}.contact-tip{background:var(--theme-primary-light);border:1px solid var(--theme-primary-light);color:var(--theme-primary);border-radius:var(--radius);margin-top:16px;padding:14px;font-size:13px}@media (width<=768px){.shop-container,.st-shop__footer .st-shop__container{padding:0 20px!important}.store-section__head h2{font-size:26px}.contact-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (width<=480px){.product-grid{grid-template-columns:1fr}}.social-editor{flex-direction:column;gap:12px;display:flex}.social-row{background:var(--bg);border:1.5px solid var(--border);border-radius:12px;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:16px;transition:all .2s;display:grid}.social-row.enabled{border-color:var(--theme-primary);background:#fff;box-shadow:0 2px 8px #00000008}.social-row-info{align-items:center;gap:12px;display:flex}.social-row-icon{color:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.social-row-name strong{color:var(--text);margin-bottom:2px;font-size:14px;font-weight:600;display:block}.social-row-name span{color:var(--text-2);font-size:12px}.social-row.enabled .social-row-name span{color:var(--theme-primary);font-weight:500}.toggle-switch{cursor:pointer;background:#d4d4d4;border:none;border-radius:9999px;flex-shrink:0;width:48px;height:28px;padding:0;transition:background .25s;position:relative}.toggle-switch.on{background:var(--theme-primary)}.toggle-knob{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .25s;position:absolute;top:3px;left:3px;box-shadow:0 2px 4px #00000026}.toggle-switch.on .toggle-knob{transform:translate(20px)}.social-row-input{border-top:1px dashed var(--border);grid-column:1/-1;margin-top:8px;padding-top:14px}.social-row-input input{border:1px solid var(--border);background:var(--white);width:100%;font-size:13px;font-family:var(--font-sans);border-radius:10px;padding:10px 14px}.social-row-input input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.social-row-input input.input-error{background:#fef2f2;border-color:#dc2626}.social-row-input input.input-error:focus{box-shadow:0 0 0 3px #fee2e2}.social-error{color:#dc2626;margin-top:6px;font-size:12px;font-weight:500}.social-hint{color:var(--text-2);margin-top:6px;font-size:12px;font-style:italic}@media (width<=480px){.social-row{padding:14px}.social-row-info{gap:10px}.social-row-icon{width:36px;height:36px}.social-row-name strong{font-size:13px}}.home-editor{flex-direction:column;gap:0;display:flex}.home-editor-section{padding:4px 0 20px}.home-editor-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:16px;display:flex}.home-editor-section-header h4{color:var(--text);margin:0;font-size:15px;font-weight:600}.home-editor-divider{background:var(--border);height:1px;margin:8px 0}.home-editor-actions{border-top:2px dashed var(--border);margin-top:16px;padding-top:20px}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.home-editor-actions .success-msg{animation:.25s slideIn}.pages-editor{flex-direction:column;gap:0;display:flex}.pages-editor-tabs{background:var(--bg);border-radius:12px;flex-wrap:wrap;gap:6px;margin-bottom:20px;padding:6px;display:flex}.pages-tab{min-width:120px;color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}.pages-tab:hover{background:var(--white);color:var(--text)}.pages-tab.active{background:var(--white);color:var(--theme-primary);font-weight:600;box-shadow:0 1px 3px #00000014}.pages-editor-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:14px;display:flex}.pages-editor-header h4{color:var(--text);margin:0;font-size:16px;font-weight:600}.pages-editor-fields{flex-direction:column;gap:24px;display:flex}.pages-editor-section{flex-direction:column;gap:14px;display:flex}.pages-editor-section h5{color:var(--text-2);text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px;font-size:13px;font-weight:600}.pages-editor-actions{border-top:2px dashed var(--border);margin-top:24px;padding-top:20px}.pages-editor-actions .success-msg{animation:.25s slideIn}@media (width<=640px){.pages-editor-tabs{flex-direction:column}.pages-tab{width:100%}.pages-editor-header{flex-direction:column;align-items:stretch;gap:10px}}.reviews-section-h{background:var(--bg);padding:64px 0}.reviews-section-h__head{text-align:center;margin-bottom:40px}.reviews-section-h__head h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:8px 0 12px;font-size:36px;font-style:italic;font-weight:400}.reviews-section-h__head p{color:var(--text-2);max-width:480px;margin:0 auto;font-size:15px}.reviews-grid-h{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px;display:grid}.review-card-h{background:#fff;border-radius:16px;flex-direction:column;gap:14px;padding:24px;transition:all .25s;display:flex;box-shadow:0 2px 8px #0000000a}.review-card-h:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000014}.review-card-h__stars{gap:3px;font-size:16px;display:flex}.review-card-h__text{color:var(--text);flex:1;margin:0;font-size:14px;line-height:1.65}.review-card-h__author{border-top:1px solid var(--border);align-items:center;gap:12px;padding-top:14px;display:flex}.review-card-h__avatar{width:40px;height:40px;color:var(--text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.review-card-h__author strong{color:var(--text);margin-bottom:2px;font-size:13px;font-weight:600;display:block}.review-card-h__author span{color:var(--text-2);font-size:11px}.reviews-list-editor{flex-direction:column;gap:12px;margin-top:8px;display:flex}.review-item-editor{border:1px solid var(--border);background:#fff;border-radius:12px;padding:16px}.review-item-editor__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.review-item-editor__num{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);font-size:11px;font-weight:600}.review-item-editor__fields{flex-direction:column;gap:12px;display:flex}.pages-editor-divider-h{background:var(--border);height:1px;margin:8px 0}@media (width<=768px){.reviews-grid-h{grid-template-columns:1fr}.reviews-section-h__head h2{font-size:26px}}.rating-breakdown-editor{background:var(--bg);border-radius:12px;flex-direction:column;gap:10px;padding:16px;display:flex}.rating-breakdown-row{grid-template-columns:50px 1fr 60px;align-items:center;gap:12px;display:grid}.rating-breakdown-label{color:var(--text);align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.rating-breakdown-label:after{content:""}.rating-breakdown-row input{border:1px solid var(--border);background:#fff;border-radius:8px;padding:8px 12px;font-size:14px}.rating-breakdown-row input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.rating-breakdown-percent{color:var(--theme-primary);text-align:right;background:var(--theme-primary-light);border-radius:9999px;min-width:50px;padding:4px 10px;font-size:13px;font-weight:600}.rating-breakdown-total{border-top:1px dashed var(--border);text-align:center;color:var(--text-2);margin-top:8px;padding-top:12px;font-size:13px}.rating-breakdown-total strong{color:var(--text);font-weight:700}.hc-cta-out{color:#fff!important;cursor:not-allowed!important;box-shadow:none!important;opacity:1!important;background:#6b7280!important}.hc-cta-out:hover{box-shadow:none!important;background:#6b7280!important;transform:none!important}.hc-cta-out:disabled{opacity:1!important}.product-card.out-of-stock{position:relative}.product-card.out-of-stock .product-card__image img{filter:grayscale(.6)opacity(.7)}.product-card__out-overlay{color:#fff;letter-spacing:.02em;white-space:nowrap;z-index:2;text-transform:uppercase;background:#000000d9;border-radius:9999px;padding:8px 16px;font-size:13px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card__add-out{color:#fff!important;cursor:not-allowed!important;opacity:1!important;background:#6b7280!important}.product-card__add-out:hover{background:#6b7280!important;transform:none!important}.product-stock-warning{color:#d97706;background:#fef3c7;border-radius:9999px;align-items:center;gap:4px;margin-top:6px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-flex}.policies-editor{grid-template-columns:220px 1fr;align-items:start;gap:24px;display:grid}.policies-sidebar{background:var(--bg);border-radius:12px;flex-direction:column;gap:6px;padding:8px;display:flex;position:sticky;top:16px}.policy-tab{color:var(--text-2);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:500;transition:all .15s;display:flex;position:relative}.policy-tab:hover{color:var(--text);background:#fff}.policy-tab.active{color:var(--theme-primary);background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.policy-tab__icon{flex-shrink:0;font-size:16px}.policy-tab__name{flex:1}.policy-tab__dot{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px;height:8px}.policies-content{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:24px}.policy-header{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px;padding-bottom:16px;display:flex}.policy-eyebrow{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);margin-bottom:4px;font-size:11px;font-weight:600;display:block}.policy-header h4{color:var(--text);margin:0;font-size:18px;font-weight:600}.policy-toggle-row{flex-shrink:0;align-items:center;gap:10px;display:flex}.policy-toggle-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.03em;font-size:12px;font-weight:600}.policy-content-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.policy-content-area{border:1px solid var(--border);background:var(--bg);resize:vertical;border-radius:10px;width:100%;min-height:400px;padding:14px;font-family:Courier New,monospace;font-size:13px;line-height:1.5}.policy-content-area:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);background:#fff;outline:none}.policy-page-container{max-width:800px!important}.policy-page{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;margin-top:24px;padding:48px}.policy-page__header{text-align:center;border-bottom:1px solid var(--border);margin-bottom:40px;padding-bottom:24px}.policy-page__icon{margin-bottom:16px;font-size:48px;display:inline-block}.policy-page__header h1{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0 0 12px;font-size:36px;font-style:italic;font-weight:400}.policy-page__date{color:var(--text-2);margin:0;font-size:13px}.policy-page__content{color:var(--text);font-size:15px;line-height:1.75}.policy-page__content h2{color:var(--text);border-bottom:1px solid var(--border);margin:32px 0 12px;padding-bottom:8px;font-size:20px;font-weight:700}.policy-page__content h2:first-child{margin-top:0}.policy-page__content h3{color:var(--text);margin:24px 0 8px;font-size:17px;font-weight:600}.policy-page__content p{margin:0 0 14px}.policy-page__content ul,.policy-page__content ol{margin:12px 0 16px;padding-left:24px}.policy-page__content li{margin-bottom:6px}.policy-page__content strong{color:var(--text);font-weight:600}.policy-page__content a{color:var(--theme-primary);text-decoration:underline}.policy-page__footer{border-top:1px solid var(--border);text-align:center;color:var(--text-2);margin-top:40px;padding-top:24px;font-size:14px}.policy-page__footer a{color:var(--theme-primary);font-weight:500}.policy-page__footer a:hover{text-decoration:underline}.policy-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius-lg);background:#fff;padding:80px 24px}.policy-empty__icon{margin-bottom:16px;font-size:48px}.policy-empty h2{color:var(--text);margin-bottom:12px;font-size:22px;font-weight:600}.policy-empty p{color:var(--text-2);margin-bottom:24px}.st-shop__policies{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 8px;margin-top:24px;padding:20px 0;display:flex}.st-shop__policy-link-wrap{align-items:center;gap:8px;display:inline-flex}.st-shop__policy-link{color:var(--text-2);padding:4px 6px;font-size:13px;text-decoration:none;transition:color .15s}.st-shop__policy-link:hover{color:var(--theme-primary);text-decoration:underline}.st-shop__policy-sep{color:var(--text-3);-webkit-user-select:none;user-select:none;font-size:12px}@media (width<=768px){.policies-editor{grid-template-columns:1fr;gap:16px}.policies-sidebar{flex-direction:row;padding:6px;position:static;overflow-x:auto}.policy-tab{flex-shrink:0;padding:8px 12px}.policy-tab__name{flex:initial}.policies-content{padding:20px}.policy-page{padding:24px 20px}.policy-page__header h1{font-size:26px}.policy-page__content{font-size:14px}.policy-page__content h2{font-size:17px}.st-shop__policies{gap:4px;padding:16px 0}.st-shop__policy-link{font-size:12px}}.contact-info-row{border-bottom:1px dashed var(--border);grid-template-columns:80px 1fr 2fr;align-items:flex-end;gap:12px;margin-bottom:16px;padding-bottom:16px;display:grid}.contact-info-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-info-row .field{margin-bottom:0}.contact-info-row input[name*=icon]{text-align:center;padding:8px 6px;font-size:18px}@media (width<=640px){.contact-info-row{grid-template-columns:1fr;gap:8px}}.settings-overview{max-width:980px;margin:0 auto}.settings-overview-header{text-align:center;margin-bottom:32px}.settings-overview-header h2{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0 0 8px;font-size:32px;font-style:italic;font-weight:400}.settings-overview-header p{color:var(--text-2);margin:0;font-size:15px}.settings-categories-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px;display:grid}.settings-category-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;text-align:left;align-items:center;gap:16px;width:100%;padding:24px;font-family:inherit;transition:all .2s;display:flex}.settings-category-card:hover{border-color:var(--theme-primary);transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.settings-category-card__icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;transition:transform .2s;display:flex}.settings-category-card:hover .settings-category-card__icon{transform:scale(1.05)}.settings-category-card__content{flex:1;min-width:0}.settings-category-card__content h3{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:600}.settings-category-card__content p{color:var(--text-2);margin:0;font-size:13px;line-height:1.5}.settings-category-card__arrow{color:var(--text-3);flex-shrink:0;font-size:20px;transition:all .2s}.settings-category-card:hover .settings-category-card__arrow{color:var(--theme-primary);transform:translate(4px)}.settings-detail{max-width:980px;margin:0 auto}.settings-breadcrumb{margin-bottom:16px}.settings-breadcrumb button{color:var(--text-2);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 0;font-size:14px;font-weight:500;transition:color .15s;display:inline-flex}.settings-breadcrumb button:hover{color:var(--theme-primary)}.settings-detail-header{border-bottom:1px solid var(--border);align-items:center;gap:18px;margin-bottom:24px;padding-bottom:24px;display:flex}.settings-detail-icon{border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:28px;display:flex}.settings-detail-header h2{color:var(--text);letter-spacing:-.02em;margin:0 0 4px;font-size:22px;font-weight:700}.settings-detail-header p{color:var(--text-2);margin:0;font-size:14px}.settings-detail .settings-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:16px;padding:28px}.settings-detail .settings-card:last-child{margin-bottom:0}@media (width<=640px){.settings-overview-header h2{font-size:24px}.settings-categories-grid{grid-template-columns:1fr}.settings-category-card{gap:14px;padding:18px}.settings-category-card__icon{width:48px;height:48px;font-size:22px}.settings-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.settings-detail .settings-card{padding:20px}}.account-editor{flex-direction:column;gap:24px;display:flex}.account-info-card{background:var(--theme-primary-light);border:1px solid var(--theme-primary);border-radius:14px;align-items:center;gap:16px;padding:20px;display:flex}.account-avatar{background:var(--theme-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:flex}.account-info-card strong{color:var(--text);margin-bottom:4px;font-size:15px;font-weight:600;display:block}.account-info-card span{color:var(--text-2);font-size:13px}.account-section{border:1px solid var(--border);background:#fff;border-radius:14px;padding:24px}.account-section-header{border-bottom:1px solid var(--border);margin-bottom:20px;padding-bottom:16px}.account-section-header h4{color:var(--text);margin:0 0 4px;font-size:16px;font-weight:600}.account-section-header p{color:var(--text-2);margin:0;font-size:13px}.password-field{align-items:center;display:flex;position:relative}.password-field input{width:100%;padding-right:44px}.password-toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px 8px;font-size:16px;transition:background .15s;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.password-toggle:hover{background:var(--bg)}.password-strength{align-items:center;gap:10px;margin-top:8px;font-size:12px;font-weight:600;display:flex}.password-strength-bar{background:#e5e5e5;border-radius:9999px;flex:1;height:4px;overflow:hidden}.password-strength-fill{border-radius:9999px;height:100%;transition:all .3s}@media (width<=640px){.account-info-card{gap:12px;padding:16px}.account-avatar{width:48px;height:48px;font-size:20px}.account-info-card strong{word-break:break-all;font-size:13px}.account-section{padding:18px}}.lang-selector{display:inline-block;position:relative}.lang-selector__btn{border:1px solid var(--border);cursor:pointer;color:var(--text);background:0 0;border-radius:9999px;align-items:center;gap:6px;padding:7px 10px;font-size:13px;font-weight:600;transition:all .15s;display:flex}.lang-selector__btn:hover{background:var(--bg);border-color:var(--theme-primary)}.lang-selector__flag{font-size:16px;line-height:1}.lang-selector__code{letter-spacing:.03em;font-size:12px;font-weight:700}.lang-selector__chevron{color:var(--text-2);transition:transform .2s}.lang-selector__chevron.open{transform:rotate(180deg)}.lang-selector__dropdown{border:1px solid var(--border);z-index:200;background:#fff;border-radius:12px;min-width:180px;padding:6px;animation:.2s langDropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 8px 24px #0000001f}@keyframes langDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.lang-option{width:100%;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.lang-option:hover{background:var(--bg)}.lang-option.active{background:var(--theme-primary-light);color:var(--theme-primary);font-weight:600}.lang-option__flag{font-size:18px}.lang-option__name{flex:1}.lang-option__check{color:var(--theme-primary);font-weight:700}body.lang-switching *{transition:opacity .25s,transform .25s!important}body.lang-switching .st-shop__main,body.lang-switching .st-shop__header,body.lang-switching .st-shop__footer{opacity:.4;transform:scale(.998)}html[dir=rtl] body{font-family:Tajawal,Cairo,Inter,system-ui,sans-serif}html[dir=rtl] .st-shop__nav,html[dir=rtl] .st-shop__icons{flex-direction:row-reverse}html[dir=rtl] .st-shop__cart-badge{left:-4px;right:auto}html[dir=rtl] .lang-selector__dropdown{left:0;right:auto}html[dir=rtl] .lang-option,html[dir=rtl] .hero-content{text-align:right}html[dir=rtl] .product-card__price,html[dir=rtl] .product-card__old,html[dir=rtl] .hc-price-current,html[dir=rtl] .hc-price-old,html[dir=rtl] .summary-row,html[dir=rtl] .summary-total{text-align:right;direction:ltr;unicode-bidi:embed}html[dir=rtl] .product-card__add svg,html[dir=rtl] .hc-cta svg{margin-left:0;margin-right:6px}html[dir=rtl] .hc-sticky-bar__inner{flex-direction:row-reverse}html[dir=rtl] .hc-top{direction:rtl}html[dir=rtl] .hc-thumbs{direction:ltr}html[dir=rtl] .hc-bundle__radio{margin-left:0;margin-right:0}html[dir=rtl] .review-card-h__author,html[dir=rtl] .hc-review-card__author,html[dir=rtl] .checkout-card{flex-direction:row-reverse}html[dir=rtl] .checkout-card__num{margin-left:16px;margin-right:0}html[dir=rtl] .st-shop__footer-bottom{flex-direction:row-reverse}html[dir=rtl] .st-shop__footer-grid,html[dir=rtl] .st-shop__topbar{direction:rtl}html[dir=rtl] input[type=text],html[dir=rtl] input[type=email],html[dir=rtl] input[type=tel],html[dir=rtl] input[type=search],html[dir=rtl] textarea{text-align:right}html[dir=rtl] input[type=number],html[dir=rtl] input[type=password]{text-align:left;direction:ltr}html[dir=rtl] .st-shop__search-bar input{padding-left:50px;padding-right:16px}html[dir=rtl] .st-shop__mobile-menu{left:0;right:auto}html[dir=rtl] .st-shop__mobile-menu-head{flex-direction:row-reverse}html[dir=rtl] h1,html[dir=rtl] h2,html[dir=rtl] h3,html[dir=rtl] h4{font-family:Tajawal,Cairo,Amiri,serif;font-style:normal!important}html[dir=rtl] .product-card__info{text-align:right}html[dir=rtl] .product-breadcrumb,html[dir=rtl] .hc-breadcrumb,html[dir=rtl] .contact-row{flex-direction:row-reverse}@media (width<=640px){.lang-selector__btn{padding:6px 8px}.lang-selector__code{display:none}.lang-selector__dropdown{min-width:160px}}.st-shop[dir=rtl]{text-align:right;direction:rtl}.st-shop[dir=rtl] body{font-family:Tajawal,Cairo,Inter,system-ui,sans-serif}.st-shop[dir=rtl] .st-shop__nav,.st-shop[dir=rtl] .st-shop__icons{flex-direction:row-reverse}.st-shop[dir=rtl] .st-shop__cart-badge{left:-4px;right:auto}.st-shop[dir=rtl] .lang-selector__dropdown{left:0;right:auto}.st-shop[dir=rtl] .lang-option,.st-shop[dir=rtl] .shop-hero__content{text-align:right}.st-shop[dir=rtl] .product-card__price,.st-shop[dir=rtl] .product-card__old,.st-shop[dir=rtl] .hc-price-current,.st-shop[dir=rtl] .hc-price-old,.st-shop[dir=rtl] .summary-row,.st-shop[dir=rtl] .summary-total{text-align:right;direction:ltr;unicode-bidi:embed}.st-shop[dir=rtl] .hc-sticky-bar__inner{flex-direction:row-reverse}.st-shop[dir=rtl] .hc-top{direction:rtl}.st-shop[dir=rtl] .hc-thumbs{direction:ltr}.st-shop[dir=rtl] .review-card-h__author,.st-shop[dir=rtl] .hc-review-card__author,.st-shop[dir=rtl] .checkout-card{flex-direction:row-reverse}.st-shop[dir=rtl] .checkout-card__num{margin-left:16px;margin-right:0}.st-shop[dir=rtl] .st-shop__footer-bottom{flex-direction:row-reverse}.st-shop[dir=rtl] .st-shop__footer-grid,.st-shop[dir=rtl] .st-shop__topbar{direction:rtl}.st-shop[dir=rtl] input[type=text],.st-shop[dir=rtl] input[type=email],.st-shop[dir=rtl] input[type=tel],.st-shop[dir=rtl] input[type=search],.st-shop[dir=rtl] textarea{text-align:right}.st-shop[dir=rtl] input[type=number],.st-shop[dir=rtl] input[type=password]{text-align:left;direction:ltr}.st-shop[dir=rtl] .st-shop__search-bar input{padding-left:50px;padding-right:16px}.st-shop[dir=rtl] .st-shop__mobile-menu{left:0;right:auto}.st-shop[dir=rtl] .st-shop__mobile-menu-head{flex-direction:row-reverse}.st-shop[dir=rtl] h1,.st-shop[dir=rtl] h2,.st-shop[dir=rtl] h3,.st-shop[dir=rtl] h4{font-family:Tajawal,Cairo,Amiri,serif;font-style:normal!important}.st-shop[dir=rtl] .product-card__info{text-align:right}.st-shop[dir=rtl] .product-breadcrumb,.st-shop[dir=rtl] .hc-breadcrumb,.st-shop[dir=rtl] .contact-row{flex-direction:row-reverse}html[dir=rtl]{direction:ltr!important}html[dir=rtl] body{text-align:left!important;direction:ltr!important}.st-shop,.st-shop *{direction:ltr!important}.st-shop h1,.st-shop h2,.st-shop h3,.st-shop h4,.st-shop h5,.st-shop p,.st-shop span,.st-shop a,.st-shop button,.st-shop label{unicode-bidi:plaintext}html,html body{direction:ltr!important}body.lang-switching{pointer-events:none}body.lang-switching .st-shop{opacity:.4;transition:opacity .25s}.orders-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-bottom:16px;display:grid}.stat-card{border:1px solid var(--border);text-align:left;background:#fff;border-radius:14px;align-items:center;gap:14px;padding:18px;transition:all .2s;display:flex}.stat-card-clickable{cursor:pointer;border:1px solid var(--border);font-family:inherit}.stat-card-clickable:hover{border-color:var(--theme-primary);transform:translateY(-2px);box-shadow:0 6px 20px #0000000f}.stat-card-clickable.active{border-color:var(--theme-primary);background:var(--theme-primary-light)}.stat-card__icon{border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:22px;display:flex}.stat-card__content{flex-direction:column;min-width:0;display:flex}.stat-card__label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);font-size:11px;font-weight:600}.stat-card__value{color:var(--text);margin-top:2px;font-size:24px;font-weight:700;line-height:1.1}.stat-card__sub{color:var(--text-2);margin-top:2px;font-size:12px;font-weight:500}.orders-mini-stats{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.mini-stat{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:9999px;align-items:center;gap:8px;padding:8px 14px;font-family:inherit;font-size:13px;transition:all .15s;display:inline-flex}.mini-stat:hover{border-color:var(--theme-primary);background:var(--bg)}.mini-stat.active{border-color:var(--theme-primary);background:var(--theme-primary-light);color:var(--theme-primary);font-weight:600}.mini-stat__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.mini-stat strong{font-weight:700}.orders-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.orders-search{border:1px solid var(--border);background:#fff;border-radius:10px;flex:1;min-width:240px;padding:10px 16px;font-size:14px}.orders-search:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.orders-filter-pills{background:var(--bg);border-radius:10px;gap:2px;padding:4px;display:inline-flex}.filter-pill{color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.filter-pill:hover{color:var(--text)}.filter-pill.active{color:var(--theme-primary);background:#fff;font-weight:600;box-shadow:0 1px 3px #00000014}.orders-status-select{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:14px}.orders-status-select:focus{border-color:var(--theme-primary);outline:none}.orders-result-count{background:var(--theme-primary-light);color:var(--text);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:10px 14px;font-size:13px;display:flex}.orders-result-count strong{color:var(--theme-primary);font-weight:700}.orders-table-wrapper{border:1px solid var(--border);background:#fff;border-radius:12px;overflow-x:auto}.orders-date{white-space:nowrap;color:var(--text-2);font-size:13px}@media (width<=768px){.orders-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.stat-card{gap:10px;padding:14px}.stat-card__icon{width:38px;height:38px;font-size:18px}.stat-card__value{font-size:20px}.orders-toolbar{flex-direction:column;align-items:stretch}.orders-search{min-width:0}.orders-filter-pills{flex-wrap:nowrap;overflow-x:auto}.filter-pill{flex-shrink:0;padding:7px 12px;font-size:12px}.orders-status-select{width:100%}}@media (width<=480px){.orders-stats-grid{grid-template-columns:1fr}}.orders-table-wrapper{border:1px solid var(--border);background:#fff;border-radius:14px;overflow-x:auto;box-shadow:0 1px 3px #0000000a}.orders-table{border-collapse:separate;border-spacing:0;width:100%;font-size:14px}.orders-table thead{border-bottom:1px solid var(--border);background:#fafbfc}.orders-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 20px;font-size:11px;font-weight:700}.orders-table thead th:first-child{border-top-left-radius:14px}.orders-table thead th:last-child{text-align:right;border-top-right-radius:14px}.orders-table tbody td{vertical-align:middle;color:var(--text);border-bottom:1px solid #f3f4f6;padding:16px 20px}.orders-table tbody tr:last-child td{border-bottom:none}.orders-table tbody tr{transition:background .15s}.orders-table tbody tr:hover{background:#fafbfc}.orders-date{white-space:nowrap;color:var(--text-2);font-variant-numeric:tabular-nums;font-size:13px}.orders-table tbody td:nth-child(2){color:var(--text);font-weight:600}.orders-table tbody td:nth-child(3){color:var(--text-2);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:13px}.orders-table tbody td:nth-child(4){color:var(--text);white-space:nowrap;font-variant-numeric:tabular-nums;font-weight:700}.orders-table tbody td:nth-child(4) strong{font-size:15px}.orders-table tbody td:nth-child(5){white-space:nowrap}.orders-table tbody td:last-child{text-align:right;white-space:nowrap}.orders-table .btn-link{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:4px;padding:7px 14px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.orders-table .btn-link:hover{background:var(--theme-primary);border-color:var(--theme-primary);color:#fff}.orders-table .badge{letter-spacing:.01em;white-space:nowrap;border-radius:9999px;align-items:center;padding:5px 11px;font-size:12px;font-weight:600;display:inline-flex}@media (width<=768px){.orders-table-wrapper{box-shadow:none;background:0 0;border:none}.orders-table thead{display:none}.orders-table,.orders-table tbody,.orders-table tr,.orders-table td{width:100%;display:block}.orders-table tr{border:1px solid var(--border);background:#fff;border-radius:12px;margin-bottom:12px;padding:16px;box-shadow:0 1px 3px #0000000a}.orders-table tbody td{border:none;justify-content:space-between;align-items:center;gap:12px;padding:6px 0;display:flex}.orders-table tbody td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);font-size:12px;font-weight:600}.orders-table tbody td:last-child{border-top:1px solid var(--border);margin-top:8px;padding-top:12px}.orders-table tbody td:last-child:before{display:none}.orders-table .btn-link{justify-content:center;width:100%}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s modalBackdropIn;display:flex;position:fixed;inset:0}@keyframes modalBackdropIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;animation:.25s modalIn;display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}@keyframes modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal-header h3{color:var(--text);letter-spacing:-.01em;margin:0;font-size:17px;font-weight:700}.modal-close{background:var(--bg);width:32px;height:32px;color:var(--text-2);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:all .15s;display:flex}.modal-close:hover{color:#ef4444;background:#fee}.modal-body{padding:20px 24px 24px;overflow-y:auto}.order-detail-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;display:flex}.order-detail-row:last-of-type{border-bottom:none}.order-detail-row span{color:var(--text-2);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0;min-width:100px;font-size:13px;font-weight:600}.order-detail-row strong{color:var(--text);text-align:right;word-break:break-word;font-size:14px;font-weight:600}.order-total{color:var(--theme-primary)!important;font-size:18px!important;font-weight:700!important}.modal-body .field{border-top:2px dashed var(--border);margin-top:24px;padding-top:20px}.modal-body .field label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);margin-bottom:12px;font-size:12px;font-weight:700;display:block}.status-buttons{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;display:grid}.btn-status{border:1.5px solid var(--border);color:var(--text);cursor:pointer;text-align:center;white-space:nowrap;background:#fff;border-radius:10px;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.btn-status:hover{border-color:var(--theme-primary);background:var(--theme-primary-light);color:var(--theme-primary);transform:translateY(-1px)}.btn-status.active{cursor:default;border-width:2px;font-weight:700}.btn-status.active.badge-amber{color:#92400e;background:#fef3c7;border-color:#f59e0b}.btn-status.active.badge-indigo{color:#3730a3;background:#e0e7ff;border-color:#6366f1}.btn-status.active.badge-green{color:#166534;background:#dcfce7;border-color:#16a34a}.btn-status.active.badge-red{color:#991b1b;background:#fee2e2;border-color:#ef4444}@media (width<=640px){.modal{max-height:95vh;margin:0}.modal-header,.modal-body{padding-left:18px;padding-right:18px}.modal-header h3{font-size:15px}.order-detail-row{flex-direction:column;gap:4px;padding:10px 0}.order-detail-row strong{text-align:left}.status-buttons{grid-template-columns:1fr 1fr}}.btn-status,.btn-status:hover,.btn-status.active,.btn-status:focus{transition:none!important;animation:none!important;transform:none!important}.btn-status:hover{border-color:var(--theme-primary);background:var(--theme-primary-light);color:var(--theme-primary)}.btn-status.active{cursor:default}.product-card.out-of-stock{flex-direction:column;display:flex;position:relative}.product-card.out-of-stock .product-card__image{aspect-ratio:1;position:relative;overflow:hidden}.product-card.out-of-stock .product-card__image img{object-fit:cover;filter:grayscale(60%)opacity(.7);width:100%;height:100%}.product-card__out-overlay{color:#fff;letter-spacing:.02em;white-space:nowrap;z-index:2;text-transform:uppercase;pointer-events:none;background:#000000d9;border-radius:9999px;padding:8px 18px;font-size:13px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-card__add-out{letter-spacing:.01em!important;cursor:not-allowed!important;color:#fff!important;opacity:1!important;background:#6b7280!important;border:none!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:calc(100% - 24px)!important;margin:0 12px 12px!important;padding:10px 16px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.product-card__add-out:hover{box-shadow:none!important;background:#6b7280!important;transform:none!important}.product-card__add-out:disabled{opacity:1!important;cursor:not-allowed!important}.product-card{flex-direction:column!important;height:auto!important;display:flex!important}.product-card__image{flex-shrink:0;position:relative;aspect-ratio:1!important;width:100%!important;overflow:hidden!important}.product-card__image img{display:block;object-fit:cover!important;width:100%!important;height:100%!important}.product-card__info{flex-direction:column;flex:1;justify-content:flex-start;padding:12px 12px 0;display:flex}.product-card__add{cursor:pointer;transition:all .15s;background:var(--theme-primary)!important;color:#fff!important;border:none!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;gap:6px!important;width:calc(100% - 24px)!important;margin:auto 12px 12px!important;padding:10px 16px!important;font-size:13px!important;font-weight:600!important;display:flex!important}.product-card__add:hover:not(:disabled){transform:translateY(-1px);background:var(--theme-primary-dark)!important}.product-card__add:disabled,.product-card__add[disabled]{color:#fff!important;cursor:not-allowed!important;opacity:1!important;background:#6b7280!important}.product-card__add:disabled:hover{background:#6b7280!important;transform:none!important}.checkout-form .field-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.field-optional{color:var(--text-2);font-size:11px;font-style:italic;font-weight:400}.checkout-form select{appearance:none;border:1px solid var(--border);cursor:pointer;width:100%;color:var(--text);background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23737373' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;border-radius:10px;padding:11px 36px 11px 14px;font-family:inherit;font-size:14px}.checkout-form select:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.order-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);border-bottom:1px solid var(--border);margin-top:18px;margin-bottom:8px;padding-bottom:6px;font-size:11px;font-weight:700}.order-section-title:first-child{margin-top:0}.order-detail-row a{font-weight:600;text-decoration:none}.order-detail-row a:hover{text-decoration:underline}.field-hint{color:var(--text-2);margin-top:6px;margin-bottom:0;font-size:12px;line-height:1.5}@media (width<=640px){.checkout-form .field-row{grid-template-columns:1fr;gap:0}.checkout-form .field-row .field{margin-bottom:14px}}.admin-login{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.admin-login__card{background:#fff;border-radius:20px;width:100%;max-width:420px;padding:40px;box-shadow:0 20px 50px #00000040}.admin-login__brand{text-align:center;margin-bottom:28px}.admin-login__logo{margin-bottom:12px;font-size:48px;display:inline-block}.admin-login__brand h1{color:#1a1a1a;margin:0 0 4px;font-size:24px;font-weight:700}.admin-login__brand p{color:var(--text-2);margin:0;font-size:14px}.admin-login__hint{text-align:center;color:var(--text-2);margin-top:20px;font-size:12px}.admin-layout{background:#f8fafc;grid-template-columns:260px 1fr;min-height:100vh;display:grid}.admin-sidebar{color:#fff;background:#0f172a;flex-direction:column;height:100vh;padding:20px;display:flex;position:sticky;top:0}.admin-sidebar__brand strong{font-size:16px;font-weight:700;display:block}.admin-nav-item{color:#cbd5e1;border-radius:10px;align-items:center;gap:12px;padding:11px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.admin-nav-item.active{color:#fff;background:#6366f1;box-shadow:0 4px 12px #6366f159}.admin-sidebar__footer{border-top:1px solid #1e293b;padding-top:16px}.admin-user-avatar{background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:flex}.admin-user-info{min-width:0}.admin-main{flex-direction:column;min-width:0;display:flex}.admin-content{padding:28px 32px}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:28px;display:grid}.admin-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:14px;padding:20px;display:flex}.admin-stat-card__icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.admin-stat-card__content{flex-direction:column;display:flex}.admin-stat-card__content>span:first-child{text-transform:uppercase;letter-spacing:.04em;color:#64748b;font-size:11px;font-weight:600}.admin-stat-card__content strong{color:#0f172a;margin-top:2px;font-size:26px;font-weight:700;line-height:1.1}.admin-stat-card__sub{color:#94a3b8;margin-top:4px;font-size:11px}.admin-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:16px;padding:24px}.admin-section h2{color:#0f172a;margin:0 0 16px;font-size:16px;font-weight:700}.admin-section__head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.admin-section__head h2{margin:0}.admin-plans-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;display:grid}.admin-plan-card{background:#f8fafc;border-radius:10px;align-items:center;gap:12px;padding:14px;display:flex}.admin-plan-card__bar{border-radius:2px;width:4px;height:36px}.admin-plan-card__content strong{font-size:20px;font-weight:700;display:block}.admin-plan-card__content span{color:#64748b;text-transform:capitalize;font-size:12px}.admin-logs-list,.admin-logs-timeline{flex-direction:column;gap:8px;display:flex}.admin-log-item,.admin-log-row{background:#f8fafc;border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.admin-log-item__icon,.admin-log-row__icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:flex}.admin-log-item__content,.admin-log-row__content{flex:1;min-width:0}.admin-log-item__content strong{margin-bottom:2px;font-size:13px;display:block}.admin-log-item__content span{color:#64748b;font-size:12px;display:block}.admin-log-item__content small{color:#94a3b8;margin-top:4px;font-size:11px;display:block}.admin-log-row__head{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.admin-log-row__head strong{font-size:14px}.admin-log-row__head span{color:#94a3b8;font-size:11px}.admin-log-row__content p{margin:0 0 4px;font-size:13px}.admin-log-row__details{color:#64748b}.admin-log-row__content small{color:#94a3b8;font-size:11px}.admin-filter-tabs{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:6px;margin-bottom:20px;padding:6px;display:flex;overflow-x:auto}.admin-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.admin-tab:hover{color:#0f172a}.admin-tab.active{color:#fff;background:#6366f1;font-weight:600}.admin-tab__count{background:#0000001a;border-radius:9999px;padding:2px 8px;font-size:11px;font-weight:700}.admin-tab.active .admin-tab__count{background:#ffffff40}.admin-toolbar{margin-bottom:16px}.admin-search{background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:11px 16px;font-family:inherit;font-size:14px}.admin-search:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.admin-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.admin-table{border-collapse:collapse;width:100%}.admin-table thead{background:#f8fafc}.admin-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:#64748b;border-bottom:1px solid #e2e8f0;padding:14px 20px;font-size:11px;font-weight:700}.admin-table tbody td{border-bottom:1px solid #f1f5f9;padding:14px 20px;font-size:14px}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:#f8fafc}.admin-store-cell{align-items:center;gap:12px;display:flex}.admin-store-cell__avatar{color:#fff;background:#6366f1;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex;overflow:hidden}.admin-store-cell__avatar img{object-fit:cover;width:100%;height:100%}.admin-store-cell strong{color:#0f172a;font-size:14px;display:block}.admin-store-cell span{color:#64748b;font-size:12px}.admin-badge{white-space:nowrap;border-radius:9999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.admin-plan-select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-position:right 7px center;background-repeat:no-repeat;border:1.5px solid;border-radius:8px;padding:5px 26px 5px 10px;font-family:inherit;font-size:12px;font-weight:600}.admin-date{color:#64748b;font-size:12px}.admin-actions{align-items:center;gap:6px;display:flex}.btn-icon{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .15s;display:flex}.btn-icon-danger:hover{background:#fee2e2;border-color:#ef4444}.btn-icon-success:hover{background:#dcfce7;border-color:#16a34a}.admin-detail-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px}.admin-card h3{color:#0f172a;margin:0 0 16px;font-size:16px;font-weight:700}.admin-detail-list{flex-direction:column;gap:0;display:flex}.admin-detail-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:10px 0;display:flex}.admin-detail-row:last-child{border-bottom:none}.admin-detail-row span{color:#64748b;font-size:13px}.admin-detail-row strong{color:#0f172a;text-align:right;font-size:14px}.admin-quick-actions{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.btn-quick{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.btn-quick:hover{color:#fff;background:#6366f1;border-color:#6366f1}.admin-alert{border-radius:12px;margin-bottom:16px;padding:16px}.admin-alert-danger{color:#991b1b;background:#fee2e2;border-left:4px solid #ef4444}.admin-alert strong{margin-bottom:4px;display:block}.admin-alert p{margin:4px 0 0;font-size:13px}.btn-success{color:#fff;background:#16a34a;border:none}.btn-success:hover{background:#15803d}.btn-danger{color:#fff;background:#ef4444;border:none}.btn-danger:hover{background:#dc2626}@media (width<=768px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;height:auto;position:relative;overflow-x:auto}.admin-sidebar__nav{flex-direction:row;flex:initial}.admin-detail-grid{grid-template-columns:1fr}}.theme-selector{flex-direction:column;gap:24px;display:flex}.theme-section{border:1px solid var(--border);background:#fff;border-radius:14px;padding:20px}.theme-section-head{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.theme-section-title{color:var(--text);margin:0 0 14px;font-size:14px;font-weight:700}.theme-section-head .theme-section-title{margin-bottom:0}.theme-selector-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;display:grid}.theme-card{cursor:pointer;background:0 0;border:2px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:8px;font-family:inherit;transition:all .15s;display:flex}.theme-card:hover:not(:disabled){border-color:var(--border);background:var(--bg)}.theme-card.active{border-color:var(--theme-primary);background:var(--theme-primary-light)}.theme-card-swatch{border-radius:12px;width:48px;height:48px;position:relative;box-shadow:0 2px 6px #0000001f}.theme-card-check{color:#fff;text-shadow:0 1px 3px #0000004d;font-size:18px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.theme-card-name{color:var(--text-2);font-size:11px;font-weight:500}.theme-card.active .theme-card-name{color:var(--theme-primary);font-weight:700}.btn-toggle-custom{background:var(--bg);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.btn-toggle-custom:hover{background:var(--theme-primary);color:#fff;border-color:var(--theme-primary)}.custom-color-panel{border-top:1px solid var(--border);flex-direction:column;gap:18px;padding-top:14px;display:flex}.custom-color-row{align-items:flex-end;gap:14px;display:flex}.custom-color-preview{border:2px solid #fff;border-radius:12px;flex-shrink:0;width:60px;height:60px;box-shadow:0 4px 12px #00000026}.color-picker{cursor:pointer;border:1px solid var(--border)!important;background:0 0!important;border-radius:8px!important;width:50px!important;height:38px!important;padding:0!important}.color-picker::-webkit-color-swatch-wrapper{padding:2px}.color-picker::-webkit-color-swatch{border:none;border-radius:6px}.color-hex-input{border:1px solid var(--border);text-transform:uppercase;letter-spacing:.04em;background:#fff;border-radius:8px;flex:1;padding:9px 12px;font-family:Courier New,monospace;font-size:14px;font-weight:600}.color-hex-input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-light);outline:none}.palette-label{color:var(--text-2);text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:12px;font-weight:600;display:block}.color-palette{grid-template-columns:repeat(auto-fill,minmax(36px,1fr));gap:6px;display:grid}.palette-swatch{aspect-ratio:1;cursor:pointer;border:2px solid #0000;border-radius:8px;padding:0;font-family:inherit;transition:all .15s;position:relative}.palette-swatch:hover:not(:disabled){z-index:1;border-color:#fff;transform:scale(1.1);box-shadow:0 4px 12px #0003}.palette-swatch.active{box-shadow:0 0 0 3px var(--theme-primary), 0 4px 12px #00000026;border-color:#fff;transform:scale(1.05)}.palette-swatch-check{color:#fff;text-shadow:0 1px 2px #0006;font-size:14px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=480px){.theme-selector-grid{grid-template-columns:repeat(auto-fill,minmax(70px,1fr))}.theme-card-swatch{width:40px;height:40px}.color-palette{grid-template-columns:repeat(auto-fill,minmax(32px,1fr))}}.cart-item__stock{color:#16a34a;margin-top:4px;font-size:11px;font-weight:500;display:block}.cart-item__stock-warn{color:#f59e0b;font-weight:600}.cart-item__qty button:disabled{opacity:.3;cursor:not-allowed!important;background:#f3f4f6!important}.cart-item__qty button:disabled:hover{background:#f3f4f6!important;transform:none!important}.cart-item__stock-warn{animation:2s ease-in-out infinite pulseWarn}@keyframes pulseWarn{0%,to{opacity:1}50%{opacity:.7}}.hc-reviews-nav{justify-content:center;align-items:center;gap:20px;margin-top:24px;padding:0 16px;display:flex}.hc-reviews-arrow{border:1.5px solid var(--border);width:44px;height:44px;color:var(--text);cursor:pointer;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:inherit;transition:all .2s;padding:0!important;display:flex!important}.hc-reviews-arrow:hover:not(:disabled){background:var(--theme-primary);color:#fff;border-color:var(--theme-primary);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.hc-reviews-arrow:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #0000001a}.hc-reviews-arrow:disabled{opacity:.35;cursor:not-allowed;background:var(--bg)}.hc-reviews-arrow:disabled:hover{background:var(--bg);color:var(--text);border-color:var(--border);box-shadow:none;transform:none}.hc-reviews-arrow svg{pointer-events:none;display:block}.hc-reviews-counter{color:var(--text-2);font-variant-numeric:tabular-nums;letter-spacing:.04em;text-align:center;-webkit-user-select:none;user-select:none;min-width:50px;font-size:13px;font-weight:600}@media (width<=640px){.hc-reviews-nav{gap:14px;margin-top:18px}.hc-reviews-arrow{width:40px;height:40px}.hc-reviews-arrow svg{width:18px;height:18px}.hc-reviews-counter{min-width:40px;font-size:12px}}.checkout-layout{grid-template-columns:1fr 380px;align-items:start;gap:24px;display:grid}@media (width<=968px){.checkout-layout{grid-template-columns:1fr;gap:20px}.checkout-summary{order:-1;position:relative!important;top:0!important}}@media (width<=768px){.shop-container{padding-left:14px;padding-right:14px}.shop-section{padding-top:14px;padding-bottom:28px}.store-section__head h2{font-size:22px}.checkout-card{align-items:flex-start;margin-bottom:12px;flex-direction:row!important;padding:16px!important}.checkout-card__num{flex-shrink:0;width:28px!important;height:28px!important;margin-right:12px!important;font-size:13px!important}.checkout-card__body{flex:1;min-width:0}.checkout-card h3{margin-bottom:12px!important;font-size:15px!important}.checkout-form .field-row{grid-template-columns:1fr!important;gap:0!important}.checkout-form .field-row .field{margin-bottom:12px}.checkout-form .field input,.checkout-form .field select,.checkout-form .field textarea{box-sizing:border-box;border-radius:10px;width:100%;padding:12px 14px!important;font-size:16px!important}.coupon-input-row{flex-direction:column;gap:8px}.coupon-input-row input{box-sizing:border-box;width:100%!important}.coupon-input-row .btn{width:100%}.coupon-applied{flex-direction:column;align-items:flex-start;gap:10px;padding:14px}.coupon-applied .btn{align-self:flex-end}.payment-option{gap:10px!important;padding:14px!important}.payment-icon{flex-shrink:0;font-size:22px!important}.payment-info strong{font-size:14px!important}.payment-info p{font-size:12px!important}.payment-check{flex-shrink:0}.checkout-form .btn-xl{padding:14px 16px!important;font-size:15px!important}.checkout-summary{border-radius:12px;padding:16px!important}.checkout-summary h3{margin-bottom:12px!important;font-size:15px!important}.checkout-item{gap:10px!important;padding:8px 0!important}.checkout-item__img{flex-shrink:0;width:50px!important;height:50px!important}.checkout-item__info{min-width:0}.checkout-item__info span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden;font-size:13px!important}.checkout-item__info strong{font-size:13px!important}.checkout-item__qty{font-size:11px!important}.summary-row{padding:6px 0!important;font-size:13px!important}.summary-total{padding-top:10px!important;font-size:16px!important}.summary-total strong{font-size:18px!important}}@media (width<=380px){.shop-container{padding-left:10px;padding-right:10px}.checkout-card{padding:12px!important}.checkout-card__num{width:24px!important;height:24px!important;margin-right:10px!important;font-size:12px!important}.checkout-form .field input,.checkout-form .field select,.checkout-form .field textarea{padding:10px 12px!important}.product-breadcrumb{font-size:12px}}html,body{max-width:100vw;overflow-x:hidden}.shop-section,.shop-container,.checkout-layout,.checkout-form,.checkout-summary{box-sizing:border-box;max-width:100%}@media (width<=968px){.dash-layout{flex-direction:column;grid-template-columns:1fr!important;display:flex!important}.dash-sidebar{flex-wrap:wrap;gap:10px;overflow-x:auto;border-right:none!important;border-bottom:1px solid var(--border)!important;flex-direction:row!important;width:100%!important;height:auto!important;padding:12px 14px!important;position:relative!important}.dash-brand{flex-shrink:0;margin-bottom:0!important;padding:0!important}.dash-nav{flex-wrap:nowrap;flex:1;padding-bottom:4px;overflow-x:auto;flex-direction:row!important;gap:6px!important}.dash-nav-link{white-space:nowrap;padding:8px 12px!important;font-size:13px!important}.dash-nav-link span:not(.dash-nav-icon){display:none}.dash-nav-icon{margin:0!important}.dash-sidebar-bottom{border-top:1px solid var(--border);align-items:center;gap:8px;width:100%;margin-top:8px;padding-top:8px;flex-direction:row!important}.dash-store-link{flex:1;padding:8px 10px!important;font-size:12px!important}.dash-store-name{font-size:12px!important}.dash-user{gap:6px!important;padding:6px!important}.dash-user-info{display:none}.dash-user-avatar{width:30px!important;height:30px!important;font-size:13px!important}.dash-user-logout{padding:6px!important}.dash-main{width:100%;margin-left:0!important}.dash-header{flex-direction:column;gap:12px;align-items:flex-start!important;padding:16px 14px!important}.dash-header h1{font-size:22px!important}.dash-sub{font-size:13px!important}.dash-header-action{width:100%}.dash-header-action .btn{justify-content:center;width:100%}.dash-content{padding:14px!important}.dash-welcome{margin-bottom:16px;padding:20px 16px!important}.dash-welcome h2{font-size:20px!important}.dash-welcome p{font-size:13px!important}.dash-warning{font-size:13px;padding:14px!important}.stats-grid{margin-bottom:16px;grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.stat-card{flex-direction:column!important;align-items:flex-start!important;gap:10px!important;padding:14px!important}.stat-icon{width:36px!important;height:36px!important}.stat-icon svg{width:18px!important;height:18px!important}.stat-label{font-size:11px!important}.stat-value{font-size:20px!important}.quick-actions{grid-template-columns:1fr!important;gap:10px!important}.quick-action{padding:16px!important}.quick-action-icon{width:38px!important;height:38px!important}.recent-section{border-radius:12px;padding:16px!important}.recent-section h3{font-size:15px!important}}@media (width<=768px){.dash-content table{font-size:13px}.dash-content .field input,.dash-content .field select,.dash-content .field textarea{padding:11px 14px!important;font-size:16px!important}.dash-content .btn-lg,.dash-content .btn-xl{justify-content:center;width:100%}.product-list-grid{grid-template-columns:1fr!important}}@media (width<=380px){.stats-grid{grid-template-columns:1fr!important}.dash-header h1{font-size:20px!important}.dash-content{padding:12px!important}}.dash-layout,.dash-main,.dash-content{box-sizing:border-box;max-width:100%;overflow-x:hidden}.modal-tabs{background:var(--bg);scrollbar-width:thin;-webkit-overflow-scrolling:touch;border-radius:12px;flex-wrap:nowrap;gap:4px;margin:16px 0 20px;padding:6px;overflow:auto hidden;display:flex!important}.modal-tabs::-webkit-scrollbar{height:4px}.modal-tabs::-webkit-scrollbar-track{background:0 0}.modal-tabs::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.modal-tab{color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:9px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.modal-tab:hover:not(.active){color:var(--text);background:#00000008}.modal-tab.active{color:var(--theme-primary);background:#fff;font-weight:700;box-shadow:0 1px 4px #00000014}.modal-tab-badge{background:var(--theme-primary);color:#fff;border-radius:9999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.modal-tab:not(.active) .modal-tab-badge{background:#94a3b8}.product-modal{width:100%!important;max-width:720px!important;max-height:92vh!important}.product-modal .modal-body{padding:24px}.modal-body{position:relative}.modal-tabs-sticky{z-index:10;background:#fff;margin-top:-8px;padding-top:8px;position:sticky;top:0}@media (width<=768px){.modal-tabs{border-radius:10px;gap:2px;margin:12px 0 16px;padding:4px}.modal-tab{gap:5px;padding:8px 12px;font-size:12px}.modal-tab-badge{min-width:18px;height:18px;padding:0 5px;font-size:10px}.product-modal{margin:0 8px;max-height:95vh!important}.product-modal .modal-body{padding:16px}.product-modal .modal-actions,.product-modal .form-actions{border-top:1px solid var(--border);z-index:5;background:#fff;margin-top:16px;padding:12px 0;position:sticky;bottom:0}}@media (width<=480px){.modal-tab{padding:7px 10px;font-size:11px}.modal-tab-badge{min-width:16px;height:16px;font-size:9px}}.modal-tabs{background-image:linear-gradient(to right, var(--bg), var(--bg)), linear-gradient(to right, var(--bg), var(--bg)), linear-gradient(to right, #00000014, #0000), linear-gradient(to left, #00000014, #0000);background-position:0,100%,0,100%;background-repeat:no-repeat;background-size:8px 100%,8px 100%,6px 100%,6px 100%;background-attachment:local,local,scroll,scroll;position:relative;background-image:none!important;background:var(--bg)!important;position:relative!important}.modal-tab{z-index:1;position:relative;opacity:1!important;visibility:visible!important}.modal-tab.active{font-weight:700;box-shadow:0 1px 4px #00000014;color:var(--theme-primary)!important;background:#fff!important}.modal-tab,.modal-tab span:not(.modal-tab-badge){color:var(--text-2)!important}.modal-tab.active,.modal-tab.active span:not(.modal-tab-badge){color:var(--theme-primary)!important}.modal-tabs,div.modal-tabs{background:#f1f5f9!important;border-radius:12px!important;flex-wrap:nowrap!important;gap:4px!important;margin:16px 0 20px!important;padding:6px!important;display:flex!important;position:relative!important;overflow:auto hidden!important}.modal-tabs button,.modal-tabs .modal-tab,button.modal-tab{color:#475569!important;cursor:pointer!important;white-space:nowrap!important;opacity:1!important;visibility:visible!important;text-shadow:none!important;filter:none!important;background:0 0!important;border:none!important;border-radius:8px!important;flex-shrink:0!important;align-items:center!important;gap:6px!important;padding:9px 16px!important;font-family:inherit!important;font-size:13px!important;font-weight:500!important;display:inline-flex!important}.modal-tabs button.active,.modal-tabs .modal-tab.active,button.modal-tab.active{color:var(--theme-primary,#6c2bd9)!important;background:#fff!important;font-weight:700!important;box-shadow:0 1px 4px #00000014!important}.modal-tabs button:not(.active):hover{color:#1e293b!important;background:#0000000a!important}.modal-tab-badge{color:#fff!important;background:#94a3b8!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;font-size:11px!important;font-weight:700!important;line-height:1!important;display:inline-flex!important}.modal-tab.active .modal-tab-badge{background:var(--theme-primary,#6c2bd9)!important}@media (width<=768px){.modal-tabs,div.modal-tabs{gap:2px!important;margin:12px 0 16px!important;padding:4px!important}.modal-tabs button,.modal-tabs .modal-tab,button.modal-tab{padding:8px 12px!important;font-size:12px!important}}.product-modal h2,.modal h2{z-index:11;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;margin:0!important;padding:20px 24px 12px!important}.product-modal .modal-tabs,.modal .modal-tabs{border-bottom:1px solid var(--border);z-index:10!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:12px 24px!important;position:sticky!important;top:60px!important}.product-modal .modal-tabs:before,.modal .modal-tabs:before{content:"";z-index:-1;background:#f1f5f9;border-radius:12px;position:absolute;inset:12px 24px}.product-modal .modal-tabs{flex-wrap:nowrap!important;gap:4px!important;display:flex!important;overflow-x:auto!important}.product-modal form,.product-modal .form-wrapper{padding:20px 24px!important}.product-modal .modal-actions,.modal-actions{border-top:1px solid var(--border);z-index:10;background:#fff;justify-content:flex-end;gap:10px;display:flex;bottom:0;margin:0!important;padding:16px 24px!important;position:sticky!important}.product-modal{flex-direction:column!important;max-height:92vh!important;display:flex!important;overflow:hidden!important}.product-modal h2,.product-modal .modal-tabs{flex-shrink:0}.product-modal>form{flex-direction:column;flex:1;display:flex;overflow-y:auto}.product-modal>form>:not(.modal-actions){flex-shrink:0}@media (width<=768px){.product-modal h2,.modal h2{padding:14px 16px 10px!important;font-size:16px!important}.product-modal .modal-tabs,.modal .modal-tabs{padding:10px 16px!important;top:46px!important}.product-modal .modal-tabs:before{inset:10px 16px}.product-modal form,.product-modal .form-wrapper{padding:16px!important}.product-modal .modal-actions{padding:12px 16px!important}}@media (width<=968px){.dash-sidebar{gap:10px;border-right:none!important;border-bottom:1px solid var(--border)!important;flex-direction:column!important;width:100%!important;height:auto!important;padding:12px 14px!important;position:relative!important}.dash-brand{border-bottom:1px solid var(--border);width:100%;margin-bottom:0!important;padding-bottom:8px!important}.dash-nav{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:4px;flex-direction:row!important;gap:6px!important;overflow-x:auto!important}.dash-nav::-webkit-scrollbar{height:3px}.dash-nav-link{white-space:nowrap;flex-shrink:0!important;padding:8px 12px!important;font-size:13px!important}.dash-sidebar-bottom{border-top:1px solid var(--border);flex-wrap:nowrap;width:100%;visibility:visible!important;opacity:1!important;flex-direction:row!important;align-items:center!important;gap:8px!important;margin-top:4px!important;padding-top:10px!important;display:flex!important;overflow:visible!important}.dash-store-link{overflow:hidden;visibility:visible!important;opacity:1!important;background:var(--bg)!important;border:1px solid var(--border)!important;color:var(--text)!important;border-radius:8px!important;flex:1!important;align-items:center!important;gap:8px!important;min-width:0!important;padding:8px 12px!important;text-decoration:none!important;display:flex!important}.dash-store-link:hover{background:var(--theme-primary-light)}.dash-store-status{background:#16a34a;border-radius:50%;flex-shrink:0;width:8px!important;height:8px!important;display:inline-block!important}.dash-store-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden;font-size:13px!important;font-weight:600!important}.dash-store-arrow{color:var(--text-2);flex-shrink:0;display:flex!important}.dash-store-arrow svg{width:14px;height:14px}.dash-user{flex-shrink:0;visibility:visible!important;opacity:1!important;align-items:center!important;gap:8px!important;padding:4px!important;display:flex!important}.dash-user-avatar{background:var(--theme-primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;border-radius:50%!important;width:32px!important;height:32px!important;font-size:13px!important;display:flex!important}.dash-user-info{display:none!important}.dash-user-logout{flex-shrink:0;transition:all .15s;visibility:visible!important;opacity:1!important;border:1px solid var(--border)!important;cursor:pointer!important;width:36px!important;height:36px!important;color:var(--text)!important;background:0 0!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important}.dash-user-logout:hover{color:#ef4444!important;background:#fee2e2!important;border-color:#ef4444!important}.dash-user-logout svg{width:16px;height:16px}}@media (width<=480px){.dash-store-name{font-size:12px!important}.dash-nav-link{padding:7px 10px!important;font-size:12px!important}.dash-user-avatar{width:28px!important;height:28px!important;font-size:12px!important}.dash-user-logout{width:32px!important;height:32px!important}}@media (width<=768px){.orders-table tbody td{gap:12px;text-align:left!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;padding:8px 0!important;display:flex!important}.orders-table tbody td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.04em;color:var(--text-2);flex-shrink:0;min-width:90px;text-align:left!important;font-size:12px!important;font-weight:600!important}.orders-table tbody td>*,.orders-table tbody td.orders-date,.orders-table tbody td:first-child,.orders-table tbody td:nth-child(2),.orders-table tbody td:nth-child(3),.orders-table tbody td:nth-child(4){text-align:left!important}.status-select-inline{text-align:left!important;text-align-last:left!important}.orders-table tbody td:last-child{border-top:1px solid var(--border);margin-top:8px;justify-content:center!important;padding-top:12px!important}.orders-table tbody td:last-child:before{display:none}.orders-table .btn-link{text-align:center!important;justify-content:center!important;width:100%!important}}.btn-status,.btn-status:hover,.btn-status.active,.btn-status:focus,.btn-status:active,.status-buttons button,.status-buttons button:hover,.status-buttons button:focus{transition:none!important;animation:none!important;transform:none!important}.btn-status:hover:not(.active){background:var(--theme-primary-light)!important;border-color:var(--theme-primary)!important;color:var(--theme-primary)!important}.btn-status.active{cursor:default!important;transition:none!important}.btn-status:active{box-shadow:none!important;transform:none!important}.status-buttons{contain:layout style}.btn-status{will-change:auto!important}.cat-card .cat-icon{background:var(--bg);width:44px;height:44px;color:var(--text-2);border-radius:12px;justify-content:center;align-items:center;margin-bottom:8px;transition:all .2s;display:inline-flex!important}.cat-card .cat-icon svg{width:26px;height:26px;display:block}.cat-card.selected .cat-icon{background:var(--theme-primary-light);color:var(--theme-primary)}.cat-card:hover:not(.selected) .cat-icon{color:var(--text);background:#f3f4f6}.cat-icon svg{fill:none!important;stroke:currentColor!important}@media (width<=480px){.cat-card .cat-icon{width:38px;height:38px}.cat-card .cat-icon svg{width:22px;height:22px}}@media (width>=969px){.dash-sidebar{flex-shrink:0;align-self:start;height:100vh!important;max-height:100vh!important;position:sticky!important;top:0!important;overflow-y:auto!important}.dash-sidebar::-webkit-scrollbar{width:4px}.dash-sidebar::-webkit-scrollbar-track{background:0 0}.dash-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.dash-sidebar::-webkit-scrollbar-thumb:hover{background:var(--text-2)}.dash-layout{align-items:flex-start}.dash-main{width:100%;min-width:0}.dash-sidebar{flex-direction:column;display:flex}.dash-nav{flex:1}.dash-sidebar-bottom{margin-top:auto}body .dash-layout>.dash-sidebar,body aside.dash-sidebar{z-index:100!important;flex-direction:column!important;width:240px!important;height:100vh!important;padding:24px 16px!important;display:flex!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;overflow-y:auto!important}body .dash-layout>.dash-main,body main.dash-main{width:calc(100% - 240px)!important;margin-left:240px!important}body .dash-layout{grid-template-rows:none!important;grid-template-columns:none!important;display:block!important}.dash-sidebar .dash-nav{flex:1!important;overflow-y:auto!important}.dash-sidebar .dash-sidebar-bottom{border-top:1px solid var(--border,#e5e5e5);flex-shrink:0!important;margin-top:auto!important;padding-top:12px!important}}.danger-zone{background:#fff;border:2px solid #fee2e2;border-radius:14px;padding:24px;position:relative}.danger-zone__head{border-bottom:1px solid #fee2e2;justify-content:space-between;align-items:flex-start;margin-bottom:20px;padding-bottom:16px;display:flex}.danger-zone__head h3{color:#dc2626;margin:0 0 4px;font-size:18px;font-weight:700}.danger-zone__head p{color:var(--text-2);margin:0;font-size:13px}.danger-zone__action{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.danger-zone__info{flex:1;min-width:0}.danger-zone__info h4{color:var(--text);margin:0 0 6px;font-size:15px;font-weight:700}.danger-zone__info p{color:var(--text-2);margin:0 0 8px;font-size:13px;line-height:1.5}.btn-danger{cursor:pointer;white-space:nowrap;flex-shrink:0;font-family:inherit;transition:all .15s;color:#fff!important;background:#dc2626!important;border:none!important;border-radius:10px!important;padding:10px 18px!important;font-weight:600!important}.btn-danger:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d;background:#b91c1c!important}.btn-danger:disabled{cursor:not-allowed;transform:none;background:#fca5a5!important}.danger-warning{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:16px}.danger-warning p{margin:0 0 10px;font-size:14px;line-height:1.5}.danger-warning p:last-child{margin-bottom:0}.danger-warning ul{margin:8px 0 0;padding-left:20px;font-size:13px}.danger-warning ul li{margin-bottom:4px}@media (width<=640px){.danger-zone{padding:16px}.danger-zone__action{flex-direction:column;align-items:stretch}.btn-danger{text-align:center;justify-content:center;width:100%}}.admin-quick-stats{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}.admin-stat-pill{cursor:pointer;color:#475569;background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:10px;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:flex}.admin-stat-pill:hover{border-color:#6366f1;transform:translateY(-1px)}.admin-stat-pill.active{color:#4338ca;background:#eef2ff;border-color:#6366f1}.admin-stat-pill.green.active{color:#166534;background:#dcfce7;border-color:#16a34a}.admin-stat-pill.gray.active{color:#334155;background:#f1f5f9;border-color:#64748b}.admin-stat-pill.red.active{color:#991b1b;background:#fee2e2;border-color:#ef4444}.admin-stat-pill__count{font-variant-numeric:tabular-nums;font-size:18px;font-weight:700}.admin-search-bar{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;margin-bottom:20px;padding:4px 16px 4px 4px;display:flex}.admin-search-bar input{background:0 0;border:none;outline:none;flex:1;padding:11px 14px;font-family:inherit;font-size:14px}.admin-search-count{color:#64748b;white-space:nowrap;background:#f1f5f9;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600}.admin-store-cards{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:16px;display:grid}.admin-store-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;gap:16px;padding:20px;transition:all .15s;display:flex;position:relative}.admin-store-card:hover{border-color:#6366f1;box-shadow:0 6px 20px #0000000f}.admin-store-card--active{border-left:4px solid #16a34a}.admin-store-card--inactive{background:#fafbfc;border-left:4px solid #94a3b8}.admin-store-card--suspended{background:#fef2f2;border-left:4px solid #ef4444}.admin-store-card--expired{background:#fffbeb;border-left:4px solid #f59e0b}.admin-store-card__head{align-items:center;gap:12px;display:flex}.admin-store-card__avatar{color:#fff;background:#6366f1;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;font-weight:700;display:flex;overflow:hidden}.admin-store-card__avatar img{object-fit:cover;width:100%;height:100%}.admin-store-card__title{flex:1;min-width:0}.admin-store-card__title h3{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;margin:0 0 2px;font-size:15px;font-weight:700;overflow:hidden}.admin-store-card__url{color:#64748b;font-family:Courier New,monospace;font-size:12px}.admin-store-card__status{white-space:nowrap;border-radius:9999px;flex-shrink:0;padding:4px 10px;font-size:11px;font-weight:700}.admin-store-card__status--active{color:#166534;background:#dcfce7}.admin-store-card__status--inactive{color:#475569;background:#f1f5f9}.admin-store-card__status--suspended{color:#991b1b;background:#fee2e2}.admin-store-card__status--expired{color:#92400e;background:#fef3c7}.admin-store-card__status--cancelled{color:#525252;background:#f5f5f5}.admin-store-card__info{background:#f8fafc;border-radius:10px;padding:12px 14px}.admin-info-row{justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.admin-info-row span{color:#64748b;font-weight:500}.admin-info-row strong{color:#0f172a;font-weight:600}.admin-mini-select{cursor:pointer;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:4px 24px 4px 10px;font-family:inherit;font-size:12px;font-weight:600}.admin-mini-select:focus{outline-offset:1px;outline:2px solid #6366f1}.admin-store-card__actions{grid-template-columns:1fr 1fr;gap:8px;display:grid}.admin-action-btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-family:inherit;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex}.admin-action-btn--info{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.admin-action-btn--info:hover{color:#fff;background:#4338ca}.admin-action-btn--secondary{color:#475569;background:#f1f5f9;border-color:#cbd5e1}.admin-action-btn--secondary:hover{color:#fff;background:#475569}.admin-action-btn--success{color:#166534;background:#dcfce7;border-color:#86efac}.admin-action-btn--success:hover{color:#fff;background:#16a34a}.admin-action-btn--warning{color:#92400e;background:#fef3c7;border-color:#fcd34d}.admin-action-btn--warning:hover{color:#fff;background:#f59e0b}.admin-action-btn--danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.admin-action-btn--danger:hover{color:#fff;background:#ef4444}.admin-action-btn:disabled{opacity:.5;cursor:not-allowed}.admin-card-loading{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff9;border-radius:14px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.spinner-sm{border-width:2px;width:24px;height:24px}.admin-empty{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:60px 20px}.admin-empty h3{color:#0f172a;margin:0 0 6px}.admin-empty p{color:#64748b;margin:0}.admin-error-card{text-align:center;background:#fee2e2;border:1px solid #fca5a5;border-radius:14px;padding:24px}.admin-error-card h3{color:#991b1b;margin:0 0 8px}.admin-error-card p{color:#7f1d1d;margin:0 0 12px}.admin-error-card button{margin-top:12px}@media (width<=640px){.admin-store-cards,.admin-store-card__actions{grid-template-columns:1fr}.admin-quick-stats{flex-wrap:nowrap;overflow-x:auto}.admin-stat-pill{flex-shrink:0}}@media (width>=769px){.admin-layout{background:#f8fafc!important;grid-template-columns:260px 1fr!important;min-height:100vh!important;display:grid!important}.admin-sidebar{color:#fff!important;visibility:visible!important;opacity:1!important;background:#0f172a!important;flex-direction:column!important;height:100vh!important;max-height:100vh!important;padding:20px!important;display:flex!important;position:sticky!important;top:0!important;overflow-y:auto!important}.admin-main{flex-direction:column!important;min-width:0!important;display:flex!important}}.admin-sidebar__brand{align-items:center!important;gap:12px!important;margin-bottom:28px!important;padding:12px!important;display:flex!important}.admin-sidebar__logo{font-size:28px!important}.admin-sidebar__brand strong{color:#fff!important;font-size:16px!important;font-weight:700!important;display:block!important}.admin-sidebar__brand span{color:#94a3b8!important;text-transform:uppercase!important;letter-spacing:.05em!important;font-size:11px!important;display:block!important}.admin-sidebar__nav{flex-direction:column!important;flex:1!important;gap:4px!important;display:flex!important}.admin-nav-item{color:#cbd5e1!important;cursor:pointer!important;border-radius:10px!important;align-items:center!important;gap:12px!important;padding:11px 14px!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:all .15s!important;display:flex!important}.admin-nav-item:hover{color:#fff!important;background:#1e293b!important}.admin-nav-item.active{color:#fff!important;background:#6366f1!important;font-weight:600!important}.admin-nav-item__icon{flex-shrink:0!important;font-size:17px!important}.admin-sidebar__footer{border-top:1px solid #1e293b!important;margin-top:auto!important;padding-top:16px!important}.admin-user-card{background:#1e293b!important;border-radius:10px!important;align-items:center!important;gap:10px!important;margin-bottom:10px!important;padding:10px 12px!important;display:flex!important}.admin-user-avatar{color:#fff!important;background:#6366f1!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;font-weight:700!important;display:flex!important}.admin-user-info{flex:1!important;min-width:0!important}.admin-user-info strong{color:#fff!important;white-space:nowrap!important;text-overflow:ellipsis!important;font-size:12px!important;display:block!important;overflow:hidden!important}.admin-user-info span{color:#94a3b8!important;font-size:11px!important;display:block!important}.admin-logout-btn{color:#cbd5e1!important;cursor:pointer!important;background:0 0!important;border:1px solid #334155!important;border-radius:8px!important;width:100%!important;padding:10px!important;font-family:inherit!important;font-size:13px!important;transition:all .15s!important}.admin-logout-btn:hover{color:#fff!important;background:#ef4444!important;border-color:#ef4444!important}.admin-header{background:#fff!important;border-bottom:1px solid #e2e8f0!important;padding:20px 32px!important}.admin-header h1{color:#0f172a!important;margin:0!important;font-size:22px!important;font-weight:700!important}.admin-content{flex:1!important;padding:28px 32px!important}@media (width<=768px){.admin-layout{flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.admin-sidebar{flex-direction:column!important;gap:10px!important;width:100%!important;height:auto!important;padding:12px 14px!important;position:relative!important}.admin-sidebar__brand{border-bottom:1px solid #1e293b;width:100%;margin-bottom:0!important;padding:0 0 8px!important}.admin-sidebar__nav{flex-direction:row!important;flex:initial!important;width:100%!important;overflow-x:auto!important}.admin-nav-item{flex-shrink:0!important;padding:8px 12px!important}.admin-sidebar__footer{align-items:center!important;gap:8px!important;width:100%!important;margin-top:0!important;padding-top:8px!important;display:flex!important}.admin-user-card{flex:1!important;margin-bottom:0!important}.admin-logout-btn{flex-shrink:0!important;width:auto!important;padding:8px 14px!important}.admin-header{padding:16px 14px!important}.admin-content{padding:14px!important}}.adm-layout{background:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.adm-topbar{color:#fff;z-index:100;background:#0f172a;position:sticky;top:0;box-shadow:0 2px 8px #00000026}.adm-topbar__inner{justify-content:space-between;align-items:center;gap:24px;max-width:1400px;margin:0 auto;padding:12px 24px;display:flex}.adm-topbar__brand{flex-shrink:0;align-items:center;gap:10px;display:flex}.adm-topbar__logo{font-size:24px}.adm-topbar__brand-text{flex-direction:column;line-height:1.2;display:flex}.adm-topbar__brand-text strong{color:#fff;font-size:15px;font-weight:700}.adm-topbar__brand-text span{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:10px}.adm-topbar__nav{flex:1;justify-content:center;gap:4px;display:flex}.adm-nav-link{color:#cbd5e1;white-space:nowrap;border-radius:10px;align-items:center;gap:8px;padding:9px 16px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.adm-nav-link:hover{color:#fff;background:#1e293b}.adm-nav-link.active{color:#fff;background:#6366f1;font-weight:600;box-shadow:0 2px 8px #6366f14d}.adm-nav-link__icon{font-size:16px}.adm-topbar__user{flex-shrink:0;align-items:center;gap:10px;display:flex}.adm-user-info-mini{background:#1e293b;border-radius:10px;align-items:center;gap:10px;padding:6px 12px;display:flex}.adm-user-avatar-mini{color:#fff;background:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:flex}.adm-user-text{flex-direction:column;min-width:0;max-width:160px;line-height:1.2;display:flex}.adm-user-text strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.adm-user-text span{color:#94a3b8;font-size:10px}.adm-logout-mini{color:#cbd5e1;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;transition:all .15s;display:flex}.adm-logout-mini:hover{color:#fff;background:#ef4444;border-color:#ef4444}.adm-main{flex-direction:column;flex:1;width:100%;max-width:1400px;margin:0 auto;display:flex}.adm-page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:24px 32px}.adm-page-header h1{color:#0f172a;letter-spacing:-.01em;margin:0;font-size:24px;font-weight:700}.adm-content{flex:1;padding:28px 32px}@media (width<=768px){.adm-topbar__inner{flex-wrap:wrap;gap:12px;padding:12px 14px}.adm-topbar__brand{flex:1}.adm-topbar__user{flex-shrink:0}.adm-user-info-mini{display:none}.adm-topbar__nav{flex-wrap:nowrap;order:3;justify-content:flex-start;width:100%;padding-bottom:4px;overflow-x:auto}.adm-topbar__nav::-webkit-scrollbar{height:3px}.adm-nav-link{flex-shrink:0;padding:8px 14px;font-size:13px}.adm-page-header{padding:16px 14px}.adm-page-header h1{font-size:20px}.adm-content{padding:16px 14px}}@media (width<=480px){.adm-nav-link__label{font-size:12px}.adm-topbar__brand-text span{display:none}}.password-input-wrap{width:100%;display:block!important;position:relative!important}.password-input-wrap input{box-sizing:border-box;width:100%!important;padding-right:48px!important}.password-toggle-btn{cursor:pointer!important;color:#94a3b8!important;z-index:2!important;background:0 0!important;border:none!important;border-radius:8px!important;justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;padding:0!important;font-family:inherit!important;transition:all .15s!important;display:flex!important;position:absolute!important;top:50%!important;right:8px!important;transform:translateY(-50%)!important}.password-toggle-btn:hover{background:var(--bg,#f1f5f9)!important;color:var(--theme-primary,#6c2bd9)!important}.password-toggle-btn svg{pointer-events:none;width:20px;height:20px;display:block!important}.lp-page{--lp-primary:#6c2bd9;--lp-primary-dark:#5b21b6;--lp-primary-light:#f3eeff;--lp-accent:#ec4899;--lp-text:#0f172a;--lp-text-2:#64748b;--lp-text-3:#94a3b8;--lp-bg:#fff;--lp-bg-alt:#f8fafc;--lp-border:#e2e8f0;background:var(--lp-bg);color:var(--lp-text);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,Roboto,sans-serif;line-height:1.6}.lp-container{max-width:1200px;margin:0 auto;padding:0 24px}.lp-gradient{background:linear-gradient(135deg,#6c2bd9 0%,#ec4899 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.lp-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--lp-border);background:#fffffff2;position:sticky;top:0}.lp-header__inner{justify-content:space-between;align-items:center;gap:24px;padding:14px 24px;display:flex}.lp-logo{color:var(--lp-text);flex-shrink:0;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.lp-logo__mark{color:#fff;background:linear-gradient(135deg,#6c2bd9,#ec4899);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;display:flex;box-shadow:0 4px 12px #6c2bd94d}.lp-logo__text{color:var(--lp-text);font-size:18px;font-weight:700}.lp-nav{flex:1;justify-content:center;gap:28px;display:flex}.lp-nav a{color:var(--lp-text-2);font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.lp-nav a:hover{color:var(--lp-primary)}.lp-header__cta{flex-shrink:0;align-items:center;gap:10px;display:flex}.lp-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.lp-btn-primary{color:#fff;background:linear-gradient(135deg,#6c2bd9,#8b5cf6);box-shadow:0 4px 12px #6c2bd94d}.lp-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 18px #6c2bd966}.lp-btn-outline{color:var(--lp-text);border:1.5px solid var(--lp-border);background:0 0}.lp-btn-outline:hover{border-color:var(--lp-primary);color:var(--lp-primary)}.lp-btn-ghost{color:var(--lp-text);background:0 0}.lp-btn-ghost:hover{background:var(--lp-bg-alt)}.lp-btn-lg{border-radius:12px;padding:14px 26px;font-size:15px}.lp-btn-full{width:100%}.lp-hero{text-align:center;background:radial-gradient(circle at 20% 20%,#6c2bd914,#0000 50%),radial-gradient(circle at 80% 60%,#ec489914,#0000 50%);padding:80px 0 60px;position:relative;overflow:hidden}.lp-hero__badge{background:var(--lp-primary-light);color:var(--lp-primary);border-radius:9999px;margin-bottom:24px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.lp-hero__title{letter-spacing:-.02em;margin:0 0 24px;font-size:clamp(32px,5.5vw,56px);font-weight:800;line-height:1.15}.lp-hero__subtitle{color:var(--lp-text-2);max-width:640px;margin:0 auto 36px;font-size:18px;line-height:1.6}.lp-hero__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;display:flex}.lp-hero__trust{color:var(--lp-text-2);flex-wrap:wrap;justify-content:center;gap:24px;margin-bottom:60px;font-size:13px;display:flex}.lp-hero__visual{perspective:1200px;max-width:900px;margin:0 auto}.lp-mockup{border:1px solid var(--lp-border);transform-origin:top;background:#fff;border-radius:14px;overflow:hidden;transform:rotateX(8deg);box-shadow:0 30px 80px -20px #00000040}.lp-mockup__bar{border-bottom:1px solid var(--lp-border);background:#f1f5f9;align-items:center;gap:8px;padding:12px 16px;display:flex}.lp-mockup__dot{border-radius:50%;width:12px;height:12px}.lp-mockup__url{text-align:center;color:var(--lp-text-2);flex:1;font-family:monospace;font-size:12px}.lp-mockup__content{padding:0}.lp-mockup__header{border-bottom:1px solid var(--lp-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.lp-mockup__logo{font-size:16px;font-weight:700}.lp-mockup__menu{color:var(--lp-text-2);gap:18px;font-size:13px;display:flex}.lp-mockup__hero{text-align:left;background:linear-gradient(135deg, var(--lp-primary-light), #fce7f3);padding:40px 24px}.lp-mockup__hero h3{color:var(--lp-text);margin:0 0 4px;font-size:22px}.lp-mockup__hero p{color:var(--lp-text-2);margin:0;font-size:13px}.lp-mockup__products{grid-template-columns:repeat(3,1fr);gap:12px;padding:20px 24px;display:grid}.lp-mockup__product{flex-direction:column;gap:6px;display:flex}.lp-mockup__product-img{aspect-ratio:1;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:8px}.lp-mockup__product span{color:var(--lp-text-2);font-size:12px}.lp-mockup__product strong{color:var(--lp-primary);font-size:13px}.lp-stats{background:var(--lp-bg-alt);border-top:1px solid var(--lp-border);border-bottom:1px solid var(--lp-border);padding:50px 0}.lp-stats__grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.lp-stat{flex-direction:column;gap:4px;display:flex}.lp-stat strong{color:var(--lp-primary);letter-spacing:-.02em;font-size:36px;font-weight:800}.lp-stat span{color:var(--lp-text-2);font-size:14px}.lp-section-head{text-align:center;max-width:700px;margin:0 auto 60px}.lp-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--lp-primary);margin-bottom:12px;font-size:13px;font-weight:700;display:inline-block}.lp-section-head h2{letter-spacing:-.02em;margin:0 0 16px;font-size:clamp(28px,4vw,42px);font-weight:800;line-height:1.2}.lp-section-head p{color:var(--lp-text-2);margin:0;font-size:17px}.lp-features{padding:90px 0}.lp-features__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.lp-feature{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:16px;padding:28px;transition:all .2s}.lp-feature:hover{border-color:var(--lp-primary);transform:translateY(-3px);box-shadow:0 16px 40px -12px #6c2bd926}.lp-feature__icon{background:linear-gradient(135deg, var(--lp-primary-light), #fce7f3);border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:18px;font-size:26px;display:flex}.lp-feature h3{margin:0 0 8px;font-size:17px;font-weight:700}.lp-feature p{color:var(--lp-text-2);margin:0;font-size:14px;line-height:1.6}.lp-pricing{background:var(--lp-bg-alt);padding:90px 0}.lp-pricing__grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1000px;margin:0 auto;display:grid}.lp-plan{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:16px;flex-direction:column;padding:32px 28px;display:flex;position:relative}.lp-plan--highlight{border:2px solid var(--lp-primary);transform:scale(1.03);box-shadow:0 20px 50px -15px #6c2bd940}.lp-plan__badge{color:#fff;background:linear-gradient(135deg,#6c2bd9,#ec4899);border-radius:9999px;padding:5px 14px;font-size:12px;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.lp-plan h3{margin:0 0 4px;font-size:22px;font-weight:800}.lp-plan__desc{color:var(--lp-text-2);margin:0 0 20px;font-size:13px}.lp-plan__price{align-items:baseline;gap:6px;margin-bottom:24px;display:flex}.lp-plan__price strong{color:var(--lp-text);font-size:42px;font-weight:800;line-height:1}.lp-plan__price span{color:var(--lp-text-2);font-size:14px}.lp-plan__features{flex-direction:column;flex:1;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.lp-plan__features li{color:var(--lp-text);align-items:flex-start;gap:8px;font-size:14px;display:flex}.lp-faq{padding:90px 0}.lp-faq__list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.lp-faq-item{background:var(--lp-bg);border:1px solid var(--lp-border);border-radius:12px;transition:all .2s;overflow:hidden}.lp-faq-item.open{border-color:var(--lp-primary);box-shadow:0 4px 16px #6c2bd91a}.lp-faq-item__q{cursor:pointer;text-align:left;width:100%;color:var(--lp-text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:18px 22px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.lp-faq-item__icon{color:var(--lp-primary);text-align:center;flex-shrink:0;width:24px;font-size:22px;font-weight:300}.lp-faq-item__a{padding:0 22px 18px}.lp-faq-item__a p{color:var(--lp-text-2);margin:0;font-size:14px;line-height:1.6}.lp-cta-final{padding:50px 0 90px}.lp-cta-final__card{text-align:center;color:#fff;background:linear-gradient(135deg,#6c2bd9 0%,#ec4899 100%);border-radius:20px;padding:60px 40px;box-shadow:0 30px 80px -20px #6c2bd966}.lp-cta-final__card h2{letter-spacing:-.02em;margin:0 0 12px;font-size:clamp(26px,4vw,38px);font-weight:800}.lp-cta-final__card p{opacity:.95;margin:0 0 28px;font-size:17px}.lp-cta-final__card .lp-btn-primary{color:var(--lp-primary);background:#fff;box-shadow:0 8px 24px #00000026}.lp-cta-final__card .lp-btn-primary:hover{background:#f8fafc;transform:translateY(-2px)}.lp-footer{color:#cbd5e1;background:#0f172a;padding:60px 0 30px}.lp-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}.lp-footer__brand .lp-logo__text{color:#fff}.lp-footer__brand p{color:#94a3b8;max-width:280px;margin:12px 0 0;font-size:14px}.lp-footer__col h4{color:#fff;margin:0 0 14px;font-size:14px;font-weight:700}.lp-footer__col a{color:#94a3b8;padding:4px 0;font-size:14px;text-decoration:none;transition:color .15s;display:block}.lp-footer__col a:hover{color:#fff}.lp-footer__bottom{color:#64748b;border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:13px;display:flex}@media (width<=968px){.lp-stats__grid,.lp-features__grid,.lp-pricing__grid{grid-template-columns:repeat(2,1fr)}.lp-footer__grid{grid-template-columns:1fr 1fr}.lp-plan--highlight{transform:none}.lp-mockup__menu{display:none}}@media (width<=640px){.lp-container{padding:0 16px}.lp-nav{display:none}.lp-header__inner{padding:12px 16px}.lp-header__cta .lp-btn-ghost{display:none}.lp-hero{padding:50px 0 40px}.lp-hero__title{font-size:32px}.lp-hero__subtitle{font-size:15px}.lp-hero__actions{flex-direction:column}.lp-hero__actions .lp-btn{width:100%}.lp-hero__trust{flex-direction:column;gap:8px}.lp-stats__grid{grid-template-columns:1fr 1fr;gap:18px}.lp-stat strong{font-size:28px}.lp-features__grid,.lp-pricing__grid,.lp-footer__grid{grid-template-columns:1fr}.lp-features,.lp-pricing,.lp-faq{padding:60px 0}.lp-cta-final__card{padding:40px 24px}.lp-mockup{transform:none}}.hc-trust-cod{background:#fff8f1;border:1px solid #fed7aa;border-radius:12px;align-items:center;gap:14px;margin-top:16px;padding:14px 18px;transition:all .15s;display:flex}.hc-trust-cod:hover{background:#ffedd5;border-color:#fdba74}.hc-trust-cod__icon{flex-shrink:0;font-size:26px;line-height:1}.hc-trust-cod__text{flex-direction:column;gap:2px;min-width:0;display:flex}.hc-trust-cod__text strong{color:#9a3412;letter-spacing:-.01em;font-size:14px;font-weight:700}.hc-trust-cod__text span{color:#c2410c;font-size:12px;line-height:1.4}@media (width<=480px){.hc-trust-cod{gap:10px;padding:12px 14px}.hc-trust-cod__icon{font-size:22px}.hc-trust-cod__text strong{font-size:13px}.hc-trust-cod__text span{font-size:11px}}.lp-pricing__grid--2{grid-template-columns:repeat(2,1fr)!important;max-width:800px!important;margin:0 auto!important}.lp-plan__saving{color:#16a34a;background:#dcfce7;border-radius:6px;align-self:flex-start;margin:-16px 0 20px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}@media (width<=768px){.lp-pricing__grid--2{grid-template-columns:1fr!important}}.lp-logo__img{object-fit:contain;border-radius:8px;flex-shrink:0;width:38px;height:38px;display:block}.lp-footer .lp-logo__img{filter:brightness(1.1)}.auth-brand{color:#0f172a!important;align-items:center!important;gap:10px!important;font-size:18px!important;font-weight:700!important;text-decoration:none!important;display:inline-flex!important}.auth-brand__img{object-fit:contain!important;border-radius:10px!important;width:44px!important;height:44px!important;display:block!important}.admin-login__logo-img{object-fit:contain;border-radius:12px;width:56px;height:56px;margin:0 auto 16px;display:block}.dash-brand{color:#0f172a!important;align-items:center!important;gap:10px!important;font-size:16px!important;font-weight:700!important;text-decoration:none!important;display:flex!important}.dash-brand__img{object-fit:contain!important;border-radius:8px!important;flex-shrink:0!important;width:36px!important;height:36px!important;display:block!important}.adm-topbar__logo-img{filter:brightness(1.1);object-fit:contain!important;border-radius:8px!important;width:34px!important;height:34px!important;display:block!important}img.dash-brand__img,.dash-brand img,.dash-brand .dash-brand__img{visibility:visible!important;opacity:1!important;object-fit:contain!important;background:0 0!important;border-radius:8px!important;width:36px!important;height:36px!important;display:block!important}img.lp-logo__img,.lp-logo img{visibility:visible!important;opacity:1!important;object-fit:contain!important;border-radius:8px!important;width:38px!important;height:38px!important;display:block!important}img.auth-brand__img,.auth-brand img{visibility:visible!important;opacity:1!important;object-fit:contain!important;border-radius:10px!important;width:44px!important;height:44px!important;display:block!important}img.admin-login__logo-img{visibility:visible!important;opacity:1!important;object-fit:contain!important;border-radius:12px!important;width:56px!important;height:56px!important;margin:0 auto 16px!important;display:block!important}img.adm-topbar__logo-img{visibility:visible!important;opacity:1!important;object-fit:contain!important;filter:brightness(1.1)!important;border-radius:8px!important;width:34px!important;height:34px!important;display:block!important}.dash-brand>span{color:#0f172a!important;font-size:16px!important;font-weight:700!important}.dash-brand,a.dash-brand{align-items:center!important;gap:10px!important;margin-bottom:8px!important;padding:8px 12px!important;text-decoration:none!important;display:flex!important}.dash-brand>span:not(.dash-brand__img){color:#0f172a!important;font-size:17px!important;font-weight:700!important}img.dash-brand__img,.dash-brand img{width:32px!important;height:32px!important}@media (width>=969px){.dash-sidebar,aside.dash-sidebar{padding-top:12px!important}.dash-brand,a.dash-brand{margin-top:0!important;padding-top:4px!important;padding-bottom:8px!important}}.dash-brand,a.dash-brand{border-bottom:1px solid #f1f5f9;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:12px!important;margin:0 0 12px!important;padding:12px 8px!important;text-decoration:none!important;display:flex!important}.dash-brand img,.dash-brand .dash-brand__img,img.dash-brand__img{object-fit:contain!important;background:0 0!important;border-radius:10px!important;flex-shrink:0!important;width:44px!important;height:44px!important;margin:0!important;padding:0!important;display:block!important}.dash-brand>span:not(.dash-brand__img),.dash-brand span:last-child{color:#0f172a!important;letter-spacing:-.01em!important;margin:0!important;padding:0!important;font-size:20px!important;font-weight:700!important;line-height:1!important;display:inline-block!important}.brand-mark,span.brand-mark{display:none!important}@media (width<=768px){.cart-item,.cart-line{position:relative;grid-template-columns:80px 1fr auto!important;grid-template-areas:"img info price""img info qty""img info remove"!important;align-items:start!important;gap:4px 14px!important;padding:14px!important;display:grid!important}.cart-item img,.cart-line img,.cart-item__image,.cart-line__image{object-fit:cover!important;border-radius:10px!important;grid-area:img!important;width:80px!important;height:80px!important;margin:0!important;display:block!important}.cart-item__info,.cart-line__info,.cart-item__details{grid-area:info!important;width:100%!important;min-width:0!important;display:block!important;overflow:hidden!important}.cart-item__info *,.cart-line__info *,.cart-item__details *{word-break:normal!important;word-wrap:normal!important;overflow-wrap:break-word!important;writing-mode:horizontal-tb!important;white-space:normal!important}.cart-item__name,.cart-line__name,.cart-item h3,.cart-item h4{color:#0f172a!important;word-break:normal!important;overflow-wrap:break-word!important;width:100%!important;margin:0 0 4px!important;font-size:14px!important;font-weight:600!important;line-height:1.3!important;display:block!important}.cart-item__unit-price,.cart-line__unit-price,.cart-item__info>p:first-of-type{color:#64748b!important;margin:0 0 4px!important;font-size:13px!important;display:block!important}.cart-stock-info,.stock-info,.cart-item__stock{color:#16a34a!important;margin:0!important;font-size:12px!important;display:block!important}.cart-item__price,.cart-line__price,.cart-item__total{color:#0f172a!important;text-align:right!important;white-space:nowrap!important;grid-area:price!important;align-self:start!important;margin:0!important;font-size:14px!important;font-weight:700!important}.cart-item__qty,.cart-line__qty,.qty-controls{grid-area:qty!important;justify-self:end!important;align-items:center!important;gap:8px!important;margin-top:8px!important;display:flex!important}.cart-item__remove,.cart-line__remove,.cart-remove{color:#94a3b8!important;cursor:pointer!important;background:0 0!important;border:none!important;border-radius:6px!important;grid-area:remove!important;justify-content:center!important;justify-self:end!important;align-items:center!important;width:28px!important;height:28px!important;margin-top:4px!important;padding:0!important;display:flex!important}}@media (width<=380px){.cart-item,.cart-line{grid-template-columns:70px 1fr auto!important;column-gap:10px!important;padding:12px!important}.cart-item img,.cart-line img,.cart-item__image,.cart-line__image{width:70px!important;height:70px!important}.cart-item__name,.cart-line__name{font-size:13px!important}}.auth-forgot{justify-content:flex-end;margin-top:6px;display:flex}.auth-forgot a{color:var(--theme-primary,#6c2bd9);font-size:13px;font-weight:500;text-decoration:none;transition:color .15s}.auth-forgot a:hover{color:var(--theme-primary-dark,#5b21b6);text-decoration:underline}.auth-success-icon{text-align:center;margin-bottom:16px;font-size:64px;line-height:1}.auth-info-box{background:var(--bg,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:12px;margin:20px 0;padding:16px}.auth-info-box p{color:var(--text-2,#64748b);margin:0 0 8px;font-size:13px;line-height:1.5}.auth-info-box p:last-child{margin-bottom:0}.auth-resend-link{color:var(--theme-primary,#6c2bd9);cursor:pointer;background:0 0;border:none;padding:0 0 0 4px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:underline}.auth-resend-link:hover{color:var(--theme-primary-dark,#5b21b6)}
