:root{--background:#fff;--text:#111;--muted:#f3f3f5;--border:#0000001a;--primary:#000;--danger:#d4183d;--radius:10px}.dark{--background:#111;--text:#fff;--muted:#222;--border:#333;--primary:#fff}*{box-sizing:border-box;margin:0;padding:0}.container{box-sizing:border-box;width:100%;max-width:1700px;padding:0 .75rem;top:0}@media (width>=768px){.container{padding:0 2rem}}header{border-bottom:1px solid var(--border);z-index:50;box-sizing:border-box;background:#fff;width:100%;padding:.85rem 0;position:sticky;top:0;overflow:visible}@media (width>=768px){header{padding:1rem 0}}.brand-logo{z-index:60;pointer-events:none;width:64px;height:auto;position:absolute;top:45px;left:2.5rem;transform:translateY(-50%)}@media (width<=768px){.brand-logo{width:56px;display:none;left:.9rem}}@media (width>=1024px){.menu-container{display:none}}.menu-btn{cursor:pointer;min-width:20px;min-height:20px;color:var(--text);background:0 0;border:none;flex-shrink:0;order:3;justify-content:center;align-items:center;padding:0;display:flex;position:relative}@media (width>=768px){.menu-btn{min-width:24px;min-height:24px}}.menu-dropdown{border:1px solid var(--border);z-index:200;opacity:0;visibility:hidden;background:#fff;border-radius:16px;flex-direction:column;gap:.85rem;width:240px;padding:1rem;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:absolute;top:calc(100% + 14px);right:0;transform:translateY(-10px);box-shadow:0 14px 30px #00000024}.menu-contact{flex-direction:column;gap:.35rem;display:flex}.contact-name,.contact-copy,.contact-link{color:var(--text);font-size:.95rem;line-height:1.4}.contact-link{color:var(--text);text-decoration:none}.contact-link:hover{color:#1d4ed8}.theme-toggle-btn{background:var(--muted);border:1px solid var(--border);width:100%;color:var(--text);cursor:pointer;border-radius:14px;align-items:center;gap:.55rem;padding:.85rem 1rem;transition:background .2s,transform .2s;display:inline-flex}.theme-toggle-btn:hover{background:#0000000a;transform:translateY(-1px)}.theme-toggle-btn svg{width:18px;height:18px}.divider{border-top:1px solid var(--border);margin:.8rem 0}.menu-dropdown a{color:var(--text);border-radius:10px;padding:.55rem .65rem;font-size:.92rem;text-decoration:none;transition:background .2s,color .2s;display:block}.menu-dropdown a.member-menu-link{color:#1d4ed8;background:linear-gradient(135deg,#93c5fd3d,#2563eb24);font-weight:700}.menu-dropdown a.member-menu-link:hover{color:#1e3a8a;background:linear-gradient(135deg,#93c5fd57,#2563eb38)}.cart-icon{flex-shrink:0;width:20px;height:20px;transition:color .2s}@media (width>=768px){.cart-link{min-width:24px}.cart-icon{width:24px;height:24px}}.header-action-link,.menu-btn{color:var(--text);flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.member-profile-link{color:#fff;background:linear-gradient(135deg,#60a5fa,#2563eb 48%,#1d4ed8);border-radius:999px;gap:.45rem;padding:.45rem .8rem;transition:transform .2s,box-shadow .2s,filter .2s;box-shadow:0 12px 24px #1d4ed83d}.member-profile-link:hover{color:#fff;filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 16px 30px #1d4ed852}.member-profile-link svg{color:#fff}.member-profile-pill{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:700}.header-action-link svg,.menu-btn svg{flex-shrink:0;width:20px;height:20px}@media (width>=768px){.header-action-link svg,.menu-btn svg{width:24px;height:24px}}.cart-badge{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;transition:opacity .3s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}.logo{letter-spacing:0;cursor:pointer;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;min-width:0;font-size:18px;font-weight:700;transition:all .3s;display:flex}@media (width>=768px){.logo{letter-spacing:2px;flex-wrap:nowrap;justify-content:flex-start;gap:1rem}}.top{z-index:70;flex-flow:column wrap;flex:auto;order:1;align-items:flex-start;gap:.75rem;min-width:0;display:flex;position:relative}@media (width>=768px){.top{flex:1;gap:.5rem}}@media (width<=768px){.top h1{display:block}}h1{text-overflow:ellipsis;z-index:70;font-family:var(--heading-font,"Segoe UI Variable Display", "Aptos Display", "Trebuchet MS", Arial, sans-serif);order:1;max-width:440px;margin:0;font-size:1.2rem;font-weight:800;line-height:1.1;transition:color .3s,text-shadow .3s,transform .3s;position:relative}h1:hover{color:#000;text-shadow:0 0 10px #ffffffe6,0 0 24px #053ee9e6;transform:translateY(-1px)}h1.header-logo{font-family:var(--heading-font,"Segoe UI Variable Display", "Aptos Display", "Trebuchet MS", Arial, sans-serif);z-index:60;margin-left:0;font-size:2rem;font-weight:900;position:absolute;top:15px;left:1rem}@media (width>=640px){h1{flex-shrink:0;max-width:none;font-size:1.45rem}}@media (width>=1024px){h1{font-size:1.8rem}}.nav{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.desktop-nav{flex-wrap:wrap;gap:1rem;display:flex}.header-mini{border-top:1px solid var(--border);width:100%;margin-top:.6rem;padding:.75rem 0 0;display:none}.header-mini .nav{white-space:nowrap;justify-content:flex-start;gap:.75rem;overflow-x:auto}.header-mini .nav a{white-space:nowrap;flex:none}.menu-container{display:none;position:relative}@media (width<=1023px){.menu-container{align-items:center;display:flex}}@media (width>=1024px){.logo{font-size:20px}}@media (width<=1023px){.header-mini{display:block}.header-mini .nav{white-space:nowrap;gap:.75rem;overflow-x:auto}}nav{flex-wrap:wrap;order:2;align-items:center;gap:1.5rem;min-width:0;display:flex;position:static}@media (width<=1023px){.desktop-nav,nav:not(.mobile-nav):not(.header-nav){display:none}}.header-nav{flex-wrap:nowrap;align-items:center;gap:1rem;display:flex;overflow-x:auto}.header-nav a{color:inherit;text-decoration:none}@media (width>=768px){nav a{font-size:14px}}.search-bar{border:1px solid #ddd;border-radius:20px;flex:100%;order:3;gap:10px;width:100%;max-width:none;margin-left:0;padding:8px 12px;display:flex}.search-bar input{background:0 0;border:none;outline:none;width:100%;font-size:14px}@media (width<=767px){nav{gap:.9rem;top:0;overflow-x:auto}.search-bar{padding:12px 14px}}.header-actions{flex-shrink:0;order:2;justify-content:flex-end;align-items:center;gap:.85rem;margin-left:auto;display:flex}.search-panel{background:#fffffffa;border:1px solid #00000014;border-radius:24px;width:min(720px,100%);padding:1rem;box-shadow:0 24px 60px #0000002e}.search-panel-header p{letter-spacing:.04em;text-transform:uppercase;color:#444;font-size:.95rem;font-weight:700}.search-close-btn{width:42px;height:42px;color:var(--text);cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:999px;justify-content:center;align-items:center;transition:background .2s,transform .2s;display:inline-flex}.search-bar-overlay{background:#fff;border-radius:18px;width:100%;max-width:none;margin:0;padding:.95rem 1rem}.search-bar-overlay input{font-size:1rem}.search-result-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:18px;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:.9rem;width:100%;padding:.7rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.search-result-card:hover{border-color:#00000029;transform:translateY(-2px);box-shadow:0 16px 28px #00000014}.search-empty-state{color:#666;background:#ffffffb8;border:1px dashed #0000001f;border-radius:18px;padding:1rem}@media (width<=767px){.container{padding:0 1rem}.top{flex:auto}.header-actions{gap:.85rem;margin-left:auto}.menu-dropdown{width:min(260px,100vw - 2rem);right:0}.search-overlay{padding-top:5rem}.search-panel{border-radius:20px;padding:.9rem}.search-result-card{grid-template-columns:56px minmax(0,1fr)}.search-result-image{width:56px;height:56px}.search-result-price{grid-column:2}.member-profile-link{padding:.4rem .72rem}.member-profile-pill{display:none}}.settings-section{flex-direction:column;gap:.3rem;padding:.2rem 0;display:flex}.theme-toggle-btn{width:100%;color:var(--text,#111);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:10px;align-items:center;gap:.65rem;padding:.55rem .65rem;font-family:inherit;font-size:.92rem;transition:background .2s,color .2s;display:flex}.theme-toggle-btn:hover{background:var(--muted,#f3f3f5);color:#000}.theme-toggle-icon{font-size:1.1rem;line-height:1}@media (width>=768px) and (width<=1023px){.logo{align-items:center}.top{flex:auto}.header-actions{margin-left:auto}.menu-dropdown{width:260px}}@media (width>=768px){.page-content{padding-top:80px}}.filter-bar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:40;background:#fffffff2;border-bottom:1px solid #e5e5e5;width:100%;position:relative}@media (width>=768px){.filter-container{padding:1.25rem}}@media (width>=768px){.filter-row{flex-direction:row;align-items:center;gap:1.5rem}}@media (width>=768px){.filter-buttons{gap:.75rem}}.filter-btn{cursor:pointer;white-space:nowrap;background:#f3f3f3;border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:12px;transition:all .3s;display:inline-flex}@media (width>=768px){.filter-btn{padding:.5rem 1.25rem;font-size:14px}}.filter-btn.active{color:#fff;background:#000}@media (width>=768px){.sort-section{gap:.75rem;font-size:14px}}.sort-select{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;padding:.4rem .75rem;font-size:12px}@media (width>=768px){.sort-select{padding:.5rem 1rem;font-size:14px}}.product-card-list{background:#fff;border:1px solid #0f172a14;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:1200px;margin:40px auto;padding:20px 16px;display:grid;box-shadow:0 1px 3px #0f172a14}.dark .product-card-list{background:#111827;border-color:#2d2d44;box-shadow:0 2px 10px #0000002e}@media (width<=767px){.product-card-list{grid-template-columns:1fr}}.product-card{color:#111827;isolation:isolate;background:#fff;border:1px solid #0f172a14;border-radius:1rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}.dark .product-card{color:#f5f5ff;background:#16162a;border-color:#2d2d44;box-shadow:0 2px 8px #0000004d}.hover-tab-pill{z-index:1000;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;position:fixed;top:5.5rem;right:1rem;transform:translateY(-6px)}.hover-tab-pill.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.hover-tab{color:#fff;cursor:pointer;background:#111;border:none;border-radius:999px;padding:.45rem .8rem;font-size:.75rem;font-weight:600;box-shadow:0 8px 20px #00000029}.hover-tab:hover{box-shadow:0 12px 24px #0003}@media (width>=768px){.hover-tab-pill{top:6rem;right:1.25rem}}.product-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.product-badges{z-index:10;gap:.35rem;display:flex;position:absolute;top:.5rem;left:.5rem}.dark .badge-new{color:#0f0f1a;background:#60a5fa}@media (width>=768px){.product-badges{gap:.5rem;top:.75rem;left:.75rem}}.badge{border-radius:999px;padding:.2rem .4rem;font-size:.65rem}@media (width>=768px){.badge{padding:.25rem .5rem;font-size:.75rem}}.badge-new{color:#fff;background:#000}.badge-sale{color:#fff;background:#ef4444}.like-button{z-index:10;cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:999px;padding:.4rem;transition:transform .2s;position:absolute;top:.5rem;right:.5rem;box-shadow:0 4px 6px -1px #0000001a}.dark .like-button{background:#2d2d44;border-color:#3d3d56;box-shadow:0 3px 10px #0000004d}@media (width>=768px){.like-button{padding:.5rem;top:.75rem;right:.75rem}}.like-button:hover{transform:scale(1.1)}.product-image-container{background:#f3f4f6;width:100%;height:260px;position:relative;overflow:hidden}.dark .product-image-container{background:#0f172a}.product-image{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s}.quick-add-button{color:#fff;cursor:pointer;opacity:0;z-index:10;background:#000;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.5rem 1.2rem;font-size:.85rem;transition:all .3s;display:flex;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)translateY(1rem)}@media (width>=768px){.quick-add-button{padding:.625rem 1.5rem;font-size:1rem;bottom:1rem}}.product-card:hover .quick-add-button{opacity:1;transform:translate(-50%)translateY(0)}.product-info{background:0 0;padding:.75rem}@media (width>=768px){.product-info{padding:1rem}}.product-title{color:inherit;margin-bottom:.25rem;font-size:.9rem;font-weight:500}@media (width>=768px){.product-title{font-size:1rem}}.product-colors{align-items:center;gap:.3rem;margin-bottom:.4rem;display:flex}@media (width>=768px){.product-colors{gap:.375rem;margin-bottom:.5rem}}@media (width>=768px){.color-dot{width:1.25rem;height:1.25rem}}.color-overflow{color:#6b7280;font-size:.7rem}.dark .color-overflow{color:#9ca3af}@media (width>=768px){.color-overflow{font-size:.75rem}}.product-price{align-items:center;gap:.5rem;font-size:.9rem;display:flex}@media (width>=768px){.product-price{font-size:1rem}}.price-current{font-weight:600}.price-original{color:#6b7280;font-size:.8rem;text-decoration:line-through}.dark .price-original{color:#9ca3af}@media (width>=768px){.price-original{font-size:.875rem}}:root{--heading-font:"Segoe UI Variable Display", "Aptos Display", "Trebuchet MS", Arial, sans-serif;--body-font:"Segoe UI", Arial, sans-serif}body{color:#111;font-family:var(--body-font);background:#f9fafb}h1,h2,h3,h4,.hero h2,.product-title,.cart-title,.payment-header h1,.payment-success-card h1,.signin-signup-card h1,.member-profile-topbar h1,.user-profile-topbar h1,.footer h3,.footer h4{font-family:var(--heading-font);letter-spacing:0}.app-shell{min-height:100vh}.member-theme header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border-bottom-color:#dc26262e}.member-theme .menu-dropdown,.member-theme .search-panel,.member-theme .search-result-card,.member-theme .search-bar-overlay{background:#ffffffeb;border-color:#dc262629;box-shadow:0 18px 38px #b91c1c1a}.member-theme .hero h2,.member-theme .cart-title,.member-theme .payment-header h1,.member-theme .member-profile-topbar h1{color:#b91c1c}.member-theme .hero p,.member-theme .product-count-text,.member-theme .cart-back,.member-theme .payment-header p,.member-theme .footer,.member-theme .footer a{color:#7f1d1d}.member-theme section.container,.member-theme .newarrivals-page,.member-theme .men-page,.member-theme .women-page,.member-theme .sale-page,.member-theme .collection-page,.member-theme .cart-page,.member-theme .signin-signup-wrapper,.member-theme .user-profile-wrapper{background:radial-gradient(circle at 0 0,#fee2e2a6,#0000 30%),linear-gradient(#ffffffeb 0%,#fecacab8 100%)}.member-theme .footer h3,.member-theme .footer h4,.member-theme .product-title,.member-theme .cart-item-title,.member-theme .summary-total,.member-theme .current-price,.member-theme .price{color:#b91c1c}.member-theme .button.primary,.member-theme .checkout-btn,.member-theme .newsletter button{background:linear-gradient(135deg,#ef4444,#b91c1c)}.member-theme .newsletter input,.member-theme .cart-item-selected,.member-theme .quantity-btn{background:#ffffffdb;border-color:#dc262629}@media (width<=767px){html,body{width:100%;max-width:100%;overflow-x:hidden}#root{width:100%;overflow-x:hidden}}@media (width>=768px){.container{padding:0}}@media (width>=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0}.hero h2{font-size:2.5rem}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.hero h2{font-size:3rem}}.product-card{background:#fff;border-radius:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000d}.product-card:hover{transform:translateY(-6px);box-shadow:0 15px 30px #0000001a}.like-btn{cursor:pointer;background:#fff;border:none;border-radius:50%;padding:8px;transition:all .2s;position:absolute;top:12px;right:12px;box-shadow:0 3px 10px #00000026}.heart-icon{color:#444;width:18px;height:18px}.quick-add{color:#fff;cursor:pointer;opacity:0;background:#000;border:none;border-radius:25px;gap:8px;padding:10px 22px;transition:all .3s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)translateY(20px)}.old-price{color:#6b7280;text-decoration:line-through}.footer{color:#4b5563;background:#fff;border-top:1px solid #e5e7eb;margin-top:5rem;padding:3rem 1rem}@media (width>=768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer a{color:#4b5563;text-decoration:none;transition:all .2s}.newsletter input{border:1px solid #ddd;border-radius:8px;flex:1;padding:8px}.newsletter button{color:#fff;cursor:pointer;background:#000;border:none;border-radius:8px;padding:8px 14px}.footer-bottom{text-align:center;border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem;font-size:.9rem}.quick-view-close{cursor:pointer;background:0 0;border:none;font-size:1.4rem;font-weight:700;position:absolute;top:10px;right:10px}@media (width>=768px){.quick-view-grid{grid-template-columns:1.1fr 1fr}}.quick-view-details h2{margin-top:0}.quick-view-price .old-price{opacity:.7;text-decoration:line-through}.size-options{gap:.5rem;display:flex}.size-options button{cursor:pointer;background:#fff;border:1px solid #bbb;border-radius:8px;padding:.42rem .8rem}.quantity-controls button{cursor:pointer;background:#fff;border:1px solid #bbb;border-radius:8px;width:32px;height:32px}.quick-view-add{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;width:100%;margin-top:.85rem;padding:.75rem 1rem}.signin-signup-wrapper{background:linear-gradient(135deg,#f8fafc,#e5e7eb);min-height:80vh;padding:3rem 1rem}.signin-signup-card{background:#fff;border-radius:18px;max-width:460px;margin:auto;padding:2.5rem;box-shadow:0 15px 30px #0f172a1f}.signin-signup-card form label{color:#374151;margin-bottom:.35rem;font-size:.9rem;display:block}.signin-signup-card form input{border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;margin-bottom:.9rem;padding:.75rem .85rem;transition:border-color .2s,box-shadow .2s}.signin-signup-card form input:focus{border-color:#111827;box-shadow:0 0 0 2px #0f172a1f}.signin-signup-card form button{color:#f9fafb;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:.85rem;font-weight:700;transition:filter .2s}.signin-signup-card form button:hover{filter:brightness(1.05)}.user-profile-wrapper{background:#f8fafc;min-height:80vh;padding:3rem 1rem}@media (width>=1024px){.user-profile-grid{grid-template-columns:2fr 1fr}}.profile-card,.profile-summary,.account-stats,.profile-actions{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:1.5rem;box-shadow:0 3px 15px #0f172a0f}.profile-card .profile-header,.profile-summary .summary-header,.account-stats .stats-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-card .profile-header h2,.profile-summary .summary-header h3,.account-stats .stats-header h3{margin:0}.profile-card .profile-info,.profile-summary .summary-info,.account-stats .stats-info{gap:.9rem;display:grid}.profile-card .profile-label,.profile-summary .summary-label{color:#6b7280;font-size:.9rem}.profile-card .profile-value,.profile-summary .summary-value{color:#111827;background:#f8fafc;border-radius:10px;padding:.55rem .75rem;font-weight:600}.profile-actions button,.user-profile-grid .logout-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;width:100%;padding:.85rem;font-weight:700;transition:background .2s}.profile-actions button:hover,.user-profile-grid .logout-button:hover{background:#374151}@media (width>=640px){.profile-stats-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-stat-item{text-align:center;background:#f1f5f9;border-radius:10px;padding:.8rem}.user-profile-wrapper a.btn-ghost{color:#111827;background:#f3f4f6;border-radius:12px;margin-top:1rem;padding:.6rem 1rem;text-decoration:none;display:inline-block}:root{--heading-font:"Segoe UI Variable Display", "Aptos Display", "Trebuchet MS", Arial, sans-serif;--body-font:"Segoe UI", Arial, sans-serif;--blue-primary:#1e40af;--blue-dark:#1e3a5f;--blue-light:#3b82f6;--blue-bg:#eff6ff;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--shadow-sm:0 1px 3px #0f172a14;--shadow-md:0 8px 20px #0f172a14;--shadow-lg:0 16px 34px #0f172a1a;--transition:.2s ease}*{box-sizing:border-box;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;margin:0;padding:0}body{background:var(--gray-50);color:var(--gray-900);font-family:var(--body-font)}h1,h2,h3,h4,.product-title,.cart-title,.payment-header h1,.payment-success-card h1,.signin-signup-card h1,.member-profile-topbar h1,.user-profile-topbar h1,.footer h3,.footer h4{font-family:var(--heading-font);letter-spacing:0}img{max-width:100%;display:block}html{width:100%;overflow-x:hidden}@media (width<=767px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}}.container{max-width:1200px;margin:auto;padding:0 1rem}@media (width>=768px){.container{padding:0}}.page-content{padding-top:70px}@media (width>=768px){.page-content{padding-top:80px}}.hero{text-align:center;max-width:650px;margin:auto auto 2rem;padding:0 1rem}.hero h2{margin-bottom:1rem;font-size:2rem}.hero p{color:var(--gray-500);font-size:.95rem}.product-count{color:var(--gray-500);margin-bottom:1.5rem;font-size:.85rem}.products-grid{grid-template-columns:repeat(1,1fr);gap:1rem;padding:0 1rem;display:grid}@media (width>=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;padding:0}.hero h2{font-size:2.5rem}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}.hero h2{font-size:3rem}}header{border-bottom:1px solid var(--gray-200);z-index:50;background:#fffffffa;width:100%;padding:.85rem 0;position:sticky;top:0;overflow:visible}@media (width>=768px){header{padding:1rem 0}}header>.container{align-items:center;width:100%;min-width:0;display:flex;overflow:visible}.menu-container{flex-shrink:0;align-items:center;display:flex;position:relative}.menu-btn{cursor:pointer;min-width:20px;min-height:20px;color:var(--gray-900);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}@media (width>=768px){.menu-btn{min-width:24px;min-height:24px}}.menu-dropdown{background:var(--white);border:1px solid var(--gray-200);box-shadow:var(--shadow-lg);z-index:200;opacity:0;visibility:hidden;border-radius:16px;flex-direction:column;gap:.85rem;width:240px;padding:1rem;transition:opacity .3s,visibility .3s,transform .3s;display:flex;position:absolute;top:calc(100% + 14px);right:0;transform:translateY(-10px)}.menu-dropdown.open{opacity:1;visibility:visible;transform:translateY(0)}.menu-links{flex-direction:column;gap:.2rem;display:flex}.menu-dropdown a{color:var(--gray-900);transition:background var(--transition), color var(--transition);border-radius:10px;padding:.55rem .65rem;font-size:.92rem;text-decoration:none;display:block}.menu-dropdown a:hover{background:var(--gray-100);color:var(--blue-primary)}.menu-dropdown .divider{border-top:1px solid var(--gray-200);margin:0}.contact-card{flex-direction:column;gap:.3rem;padding:.2rem 0;display:flex}.contact-title{text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);font-size:.78rem;font-weight:700}.cart-link{flex-shrink:0;justify-content:center;align-items:center;min-width:20px;padding:0;display:inline-flex;position:relative}.cart-icon{width:20px;height:20px;transition:color var(--transition);flex-shrink:0}.cart-icon:hover{color:var(--gray-500)}@media (width>=768px){.cart-link{min-width:24px}.cart-icon{width:24px;height:24px}}.header-action-link{color:var(--gray-900);flex-shrink:0;justify-content:center;align-items:center;text-decoration:none;display:flex}.header-action-link svg{flex-shrink:0;width:20px;height:20px}@media (width>=768px){.header-action-link svg{width:24px;height:24px}}.cart-badge{color:#fff;background:#d4183d;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 4px #0003}.logo{cursor:pointer;flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:.75rem;width:100%;min-width:0;font-size:18px;font-weight:700;display:flex}@media (width>=768px){.logo{letter-spacing:2px;flex-wrap:nowrap;justify-content:flex-start;gap:1rem}}.top{flex-flow:column wrap;align-items:flex-start;gap:.75rem;min-width:0;display:flex}@media (width>=768px){.top{flex:1;gap:.5rem}}h1{font-family:var(--heading-font);margin:0;font-size:1.2rem;font-weight:800;line-height:1.1}@media (width>=640px){h1{flex-shrink:0;font-size:1.45rem}}@media (width>=1024px){h1{font-size:1.8rem}}.nav{align-items:center;gap:1rem;display:flex}nav{flex-wrap:wrap;align-items:center;gap:1.5rem;min-width:0;display:flex}@media (width<=1023px){.desktop-nav,nav:not(.mobile-nav):not(.header-nav){display:none}}nav a{color:var(--gray-900);font-size:13px;text-decoration:none;position:relative}@media (width>=768px){nav a{font-size:14px}}nav a:after{content:"";background:var(--blue-primary);width:0%;height:2px;transition:all .3s;position:absolute;bottom:-6px;left:0}nav a:hover:after{width:100%}.header-actions{flex-shrink:0;justify-content:flex-end;align-items:center;gap:.85rem;margin-left:auto;display:flex}.search-toggle{cursor:pointer;background:0 0;border:none;padding:0}.search-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:300;background:#0a0a0a73;justify-content:center;align-items:flex-start;padding:6rem 1rem 1.5rem;display:flex;position:fixed;inset:0}.search-panel{border:1px solid var(--gray-200);width:min(720px,100%);box-shadow:var(--shadow-lg);background:#fffffffa;border-radius:24px;padding:1rem}.search-panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.search-panel-header p{text-transform:uppercase;color:var(--gray-600);font-size:.95rem;font-weight:700}.search-close-btn{border:1px solid var(--gray-200);background:var(--white);width:42px;height:42px;color:var(--gray-900);cursor:pointer;transition:background var(--transition), transform var(--transition);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.search-close-btn:hover{background:var(--gray-100);transform:rotate(90deg)}.search-bar-overlay{background:var(--white);border-radius:18px;width:100%;margin:0;padding:.95rem 1rem}.search-bar-overlay input{border:1px solid var(--gray-300);border-radius:var(--radius-md);outline:none;width:100%;padding:.75rem .95rem;font-size:1rem}.search-bar-overlay input:focus{border-color:var(--blue-primary);box-shadow:0 0 0 2px #1e40af1f}.search-hint{color:var(--gray-500);margin-top:.85rem;font-size:.92rem}.search-results{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.search-result-card{border:1px solid var(--gray-200);background:var(--white);text-align:left;cursor:pointer;width:100%;transition:transform var(--transition), box-shadow var(--transition);border-radius:18px;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:.7rem;display:grid}.search-result-card:hover{box-shadow:var(--shadow-md);border-color:var(--blue-primary);transform:translateY(-2px)}.search-result-image{object-fit:cover;border-radius:14px;width:68px;height:68px}.search-result-copy{flex-direction:column;gap:.3rem;min-width:0;display:flex}.search-result-name{color:var(--gray-900);font-size:.98rem;font-weight:700}.search-result-meta{color:var(--gray-500);text-transform:capitalize;font-size:.84rem}.search-result-price{color:var(--gray-900);white-space:nowrap;font-size:.95rem;font-weight:700}.search-empty-state{border:1px dashed var(--gray-300);color:var(--gray-500);background:#ffffffb8;border-radius:18px;padding:1rem}@media (width<=767px){.container{padding:0 1rem}.top{flex:auto}.header-actions{gap:.85rem}.menu-dropdown{width:min(260px,100vw - 2rem);right:0}.search-overlay{padding-top:5rem}.search-panel{border-radius:20px;padding:.9rem}.search-result-card{grid-template-columns:56px minmax(0,1fr)}.search-result-image{width:56px;height:56px}.search-result-price{grid-column:2}.member-profile-link{padding:.4rem .72rem}.member-profile-pill{display:none}nav{gap:.9rem;overflow-x:auto}}@media (width>=768px) and (width<=1023px){.top{flex:auto}.header-actions{margin-left:auto}.menu-dropdown{width:260px}}.filter-bar{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--gray-200);z-index:40;background:#fffffff2;width:100%;position:relative}.filter-container{max-width:1200px;margin:auto;padding:1rem}@media (width>=768px){.filter-container{padding:1.25rem}}.filter-row{flex-direction:column;justify-content:space-between;gap:1rem;display:flex}@media (width>=768px){.filter-row{flex-direction:row;align-items:center}}.filter-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}@media (width>=768px){.filter-buttons{gap:.75rem}}.filter-btn{cursor:pointer;background:var(--gray-100);white-space:nowrap;color:var(--gray-700);transition:background var(--transition), color var(--transition);border:none;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:12px;display:inline-flex}@media (width>=768px){.filter-btn{padding:.5rem 1.25rem;font-size:14px}}.filter-btn:hover{background:var(--gray-200)}.filter-btn.active{background:var(--blue-primary);color:var(--white)}.filter-swatch{border:1px solid #0000;border-radius:999px;flex-shrink:0;width:.8rem;height:.8rem}.filter-swatch.light{border-color:var(--gray-300)}.sort-section{color:var(--gray-500);align-items:center;gap:.5rem;font-size:12px;display:flex}@media (width>=768px){.sort-section{gap:.75rem;font-size:14px}}.sort-select{border-radius:var(--radius-sm);border:1px solid var(--gray-300);background:var(--white);cursor:pointer;outline:none;padding:.4rem .75rem;font-size:12px}@media (width>=768px){.sort-select{padding:.5rem 1rem;font-size:14px}}.sort-select:focus{border-color:var(--blue-primary);box-shadow:0 0 0 2px #1e40af1f}.old-home-page-section{background:linear-gradient(#f8fafc 0%,#fff 100%);border:1px solid #e5e7eb;border-radius:24px;box-shadow:inset 0 1px #ffffffe6}.dark .old-home-page-section{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;box-shadow:inset 0 1px #ffffff0a}.old-home-page-header{margin-top:40px;margin-bottom:24px}.old-home-page-title{color:#111827;margin-bottom:12px;font-size:28px;font-weight:600}.dark .old-home-page-title{color:#f5f5ff}.old-home-page-subtitle{color:#6b7280;font-size:14px}.dark .old-home-page-subtitle{color:#cbd5e1}.old-home-product-card.product-card{background:#fff;border:1px solid #e5e7eb;box-shadow:0 8px 18px #0000000f}.dark .old-home-product-card.product-card{background:#16162a;border:1px solid #2d2d44;box-shadow:0 8px 18px #00000038}.old-home-product-info{background:0 0}.old-home-product-title{color:#111827}.dark .old-home-product-title{color:#f5f5ff}.old-home-product-price .price{color:#111827}.dark .old-home-product-price .price{color:#f5f5ff}.old-home-product-price .old-price{color:#6b7280}.dark .old-home-product-price .old-price{color:#9ca3af}.old-home-like-btn{background:#fff;box-shadow:0 2px 8px #00000014}.dark .old-home-like-btn{background:#2d2d44;box-shadow:0 3px 10px #0000004d}.product-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);position:relative;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.badges{z-index:10;gap:8px;display:flex;position:absolute;top:12px;left:12px}.badge{color:#fff;border-radius:20px;padding:4px 10px;font-size:12px}.badge.new{background:var(--blue-primary)}.badge.sale{background:#ef4444}.like-btn{background:var(--white);cursor:pointer;transition:transform var(--transition);border:none;border-radius:50%;padding:8px;position:absolute;top:12px;right:12px;box-shadow:0 3px 10px #00000026}.like-btn:hover{transform:scale(1.1)}.heart-icon{width:18px;height:18px;color:var(--gray-600)}.heart-icon.liked{color:#ef4444;fill:#ef4444}.image-container{background:var(--gray-100);height:260px;position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image{transform:scale(1.1)}.quick-add{background:var(--blue-primary);color:#fff;cursor:pointer;opacity:0;border:none;border-radius:25px;gap:8px;padding:10px 22px;transition:all .3s;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)translateY(20px)}.product-card:hover .quick-add{opacity:1;transform:translate(-50%)translateY(0)}.product-info{padding:18px}.product-title{margin-bottom:8px;font-weight:600}.color-row{gap:6px;margin-bottom:10px;display:flex}.color-dot{border:2px solid var(--gray-200);border-radius:50%;width:18px;height:18px}.price-row{align-items:center;gap:10px;display:flex}.price{font-weight:700}.newarrivals-page,.men-page,.women-page,.sale-page,.collection-page{background:var(--gray-50);min-height:80vh;padding:3rem 1rem}.newarrivals-page .hero,.men-page .hero,.women-page .hero,.sale-page .hero,.collection-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.newarrivals-page .hero h2,.men-page .hero h2,.women-page .hero h2,.sale-page .hero h2,.collection-page .hero h2{margin-bottom:.75rem;font-size:2.2rem}.newarrivals-page .hero p,.men-page .hero p,.women-page .hero p,.sale-page .hero p,.collection-page .hero p{color:var(--gray-500);font-size:1rem}.product-count-text{color:var(--gray-600);font-weight:500}.cart-empty{text-align:center;border:1px solid var(--gray-200);background:var(--white);border-radius:16px;padding:48px}.cart-empty-icon{width:96px;height:96px;color:var(--gray-300);margin-bottom:16px}.button.primary{background:var(--blue-primary);color:var(--white);border-radius:999px;margin-top:16px;padding:10px 24px;text-decoration:none;display:inline-block}.cart-back{color:var(--gray-500);align-items:center;gap:.5rem;font-weight:500;text-decoration:none;display:inline-flex}@media (width>=1024px){.cart-grid{grid-template-columns:2fr 1fr}}.cart-item{border:1px solid var(--gray-200);background:var(--white);border-radius:14px;align-items:center;gap:1rem;padding:1rem;display:flex}.cart-item-image{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:100px;height:100px}.cart-item-selected{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .6rem;display:inline-flex}.cart-item-controls{justify-content:space-between;align-items:center;display:flex}.quantity-btn{border:1px solid var(--gray-300);background:var(--white);cursor:pointer;width:32px;height:32px;color:var(--gray-700);border-radius:999px;place-items:center;display:grid}.remove-btn{color:#ef4444;cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;margin-left:.75rem;padding:6px}.order-summary{border:1px solid var(--gray-200);background:var(--white);border-radius:14px;width:100%;max-width:380px;padding:1rem}.summary-row{color:var(--gray-700);justify-content:space-between;display:flex}.checkout-btn{border-radius:var(--radius-md);background:var(--blue-primary);width:100%;color:var(--white);cursor:pointer;transition:background var(--transition), box-shadow var(--transition);border:none;margin-top:14px;padding:12px;font-size:1rem;font-weight:700}.checkout-btn:hover{background:var(--blue-dark);box-shadow:0 8px 20px #1e40af33}.signin-signup-page{background:linear-gradient(135deg, var(--gray-50), var(--gray-100));width:100%;min-height:80vh;padding:3rem 1rem;overflow-x:hidden}.signin-signup-container{width:100%;max-width:460px;margin:0 auto}.signin-signup-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.signin-loading{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:14px;margin-bottom:1.1rem;padding:.9rem}.form-group{flex-direction:column;gap:.35rem;margin-bottom:.9rem;display:flex}.form-group label{color:var(--gray-700);font-size:.9rem}.form-group input{border:1px solid var(--gray-300);border-radius:var(--radius-md);width:100%;transition:border-color var(--transition), box-shadow var(--transition);outline:none;padding:.75rem .85rem}.form-group input:focus{border-color:var(--blue-primary);box-shadow:0 0 0 2px #1e40af1f}.signin-signup-submit-btn{background:var(--blue-primary);width:100%;color:var(--white);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition);border:none;padding:.85rem;font-size:1rem;font-weight:700}.signin-signup-submit-btn:hover{background:var(--blue-dark)}.signin-signup-submit-btn:disabled{opacity:.7;cursor:wait}.signin-signup-footer{text-align:center;margin-top:1.25rem}.signin-signup-switch-btn{color:var(--blue-primary);cursor:pointer;background:0 0;border:none;font-weight:600;text-decoration:underline}.email-verified-icon{margin-bottom:1rem;font-size:3rem}.text-center{text-align:center}.text-sm{font-size:.9rem}.text-gray-500{color:var(--gray-500)}.mt-4{margin-top:1rem}.user-profile-page{background:var(--gray-50);min-height:80vh;padding:3rem 1rem}.user-profile-topbar{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.user-profile-topbar h1{margin:0;font-size:2rem}@media (width>=1024px){.user-profile-grid{grid-template-columns:2fr 1fr}}.user-profile-card,.user-profile-summary,.user-profile-stats,.user-profile-actions{background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);padding:1.5rem}@media (width>=640px){.profile-stats-row{grid-template-columns:repeat(3,1fr)}}.profile-stat-item .stat-value{font-size:1.4rem;font-weight:700}.profile-logout,.profile-continue{width:100%;color:var(--white);background:var(--blue-primary);border-radius:var(--radius-md);cursor:pointer;text-align:center;border:none;padding:.85rem;font-weight:700;text-decoration:none;display:block}.membership-banner h3{margin:.2rem 0}.membership-upgrade-btn,.member-cta-btn{border-radius:var(--radius-md);background:var(--blue-primary);color:var(--white);cursor:pointer;border:none;padding:.85rem 1rem;font-weight:700}@media (width<=768px){.membership-banner{flex-direction:column;align-items:flex-start}}@media (width>=1024px){.member-profile-grid{grid-template-columns:2fr 1fr}}.member-profile-card,.member-profile-summary,.member-profile-stats,.member-profile-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #1e40af1f;border-radius:22px;padding:1.5rem;box-shadow:0 8px 20px #1e40af0f}.member-banner{background:linear-gradient(135deg, var(--blue-dark), var(--blue-primary));color:var(--white);border-radius:var(--radius-lg);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.1rem;display:flex}.member-continue-link{text-align:center;width:100%;color:var(--white);background:linear-gradient(135deg, var(--blue-dark), var(--blue-light));transition:transform var(--transition), box-shadow var(--transition);border-radius:16px;justify-content:center;align-items:center;padding:.95rem 1rem;font-weight:700;text-decoration:none;display:flex;box-shadow:0 14px 28px #1e40af38}.member-continue-link:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1e40af42}@media (width<=768px){.member-banner{flex-direction:column;align-items:flex-start}}.payment-card{border:1px solid var(--gray-200);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);background:#ffffffeb;padding:2rem}.payment-summary{border:1px solid var(--gray-200);background:var(--blue-bg);border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1rem 1.2rem}.payment-destination-box{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:#fffbeb;border-left:4px solid #f59e0b;margin-bottom:1.25rem;padding:1.2rem}.agreement-box,.card-panel,.checkout-details-panel{border:1px solid var(--gray-200);border-radius:var(--radius-lg);background:var(--white);padding:1.2rem}.card-brand{background:var(--gray-800);color:var(--white);border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.35rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.delivery-option{border:1px solid var(--gray-300);color:var(--gray-700);cursor:pointer;border-radius:14px;align-items:center;gap:.6rem;padding:.85rem .95rem;font-weight:700;display:flex}.pay-now-btn{background:linear-gradient(135deg, var(--blue-dark), var(--blue-light));color:var(--white);cursor:pointer;border:none;border-radius:16px;padding:.95rem 1.4rem;font-size:1rem;font-weight:700;box-shadow:0 14px 28px #3b82f633}@media (width<=640px){.payment-card{padding:1.25rem}.payment-inline-fields,.delivery-methods{grid-template-columns:1fr}.payment-actions{flex-direction:column;align-items:stretch}}.payment-success-card{border:1px solid var(--gray-200);text-align:center;width:100%;max-width:560px;box-shadow:var(--shadow-md);background:#fffffff2;border-radius:28px;padding:2.5rem 2rem}.success-badge{background:var(--blue-bg);color:var(--blue-primary);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.4rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.delivery-confirmation{border:1px solid var(--gray-200);background:var(--blue-bg);text-align:left;border-radius:14px;max-width:28rem;margin:1rem auto;padding:.9rem 1rem}.success-home-link{background:linear-gradient(135deg, var(--blue-dark), var(--blue-light));color:var(--white);transition:transform var(--transition), box-shadow var(--transition);border-radius:16px;justify-content:center;align-items:center;margin-top:1rem;padding:.95rem 1.4rem;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 14px 28px #3b82f638}.quick-view-overlay{z-index:999;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.quick-view-modal{background:var(--white);border-radius:15px;width:min(95vw,900px);max-height:90vh;padding:1.25rem;position:relative;overflow:auto;box-shadow:0 20px 30px #00000040}.quick-view-close{cursor:pointer;color:var(--gray-900);background:0 0;border:none;font-size:1.65rem;font-weight:700;line-height:1;position:absolute;top:10px;right:10px}@media (width>=768px){.quick-view-grid{grid-template-columns:1.1fr 1fr}}.quick-view-image{object-fit:cover;border-radius:var(--radius-md);width:100%;max-height:420px}.color-options{gap:.5rem;display:flex}.color-swatch{border:2px solid var(--gray-300);cursor:pointer;border-radius:50%;width:30px;height:30px}.size-options button{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;padding:.42rem .8rem;font-size:.94rem}.size-options button.selected{border-color:var(--blue-primary);background:var(--blue-primary);color:var(--white)}.quantity-controls button{border:1px solid var(--gray-300);border-radius:var(--radius-sm);background:var(--white);cursor:pointer;width:32px;height:32px;font-size:1rem}.quick-view-add{background:var(--blue-primary);width:100%;color:var(--white);cursor:pointer;border:none;border-radius:10px;margin-top:.85rem;padding:.75rem 1rem;font-size:.98rem;font-weight:700}@media (width<=767px){.quick-view-modal{padding:1rem}.quick-view-details h2{font-size:1.45rem}.quick-view-price .price{font-size:1.2rem}.quick-view-price .old-price,.quick-view-desc,.quick-view-section h4,.size-options button,.quick-view-add{font-size:.92rem}}.footer{background:var(--white);border-top:1px solid var(--gray-200);color:var(--gray-600);margin-top:5rem;padding:3rem 1rem}.footer-container{max-width:1200px;margin:auto}.footer-grid{gap:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer h3,.footer h4{color:var(--gray-900);margin-bottom:1rem}.footer ul{flex-direction:column;gap:8px;list-style:none;display:flex}.footer a{color:var(--gray-500);transition:color var(--transition);text-decoration:none}.footer a:hover{color:var(--blue-primary)}.newsletter{gap:8px;margin-top:8px;display:flex}.newsletter input{border-radius:var(--radius-sm);border:1px solid var(--gray-300);flex:1;padding:8px}.newsletter button{background:var(--blue-primary);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;border:none;padding:8px 14px}.footer-bottom{border-top:1px solid var(--gray-200);text-align:center;margin-top:2rem;padding-top:2rem;font-size:.9rem}.dark{--gray-50:#0f0f1a;--gray-100:#1a1a2e;--gray-200:#2d2d44;--gray-300:#3d3d56;--gray-400:#6b6b82;--gray-500:#9ca3af;--gray-600:#c0c0d0;--gray-700:#d0d0e0;--gray-800:#e8e8f0;--gray-900:#f5f5ff;--blue-primary:#60a5fa;--blue-dark:#3b82f6;--blue-light:#93c5fd;--blue-bg:#1e293b;--white:#16162a;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 8px 20px #0006;--shadow-lg:0 16px 34px #00000080}.dark body{color:#f5f5ff;background:#0f0f1a}.dark .app-shell{background:#0f0f1a}.dark header{background:#16162afa;border-bottom-color:#2d2d44}.dark header .logo h1{color:#f5f5ff}.dark header .logo h1:hover{color:#fff;text-shadow:0 0 10px #fff3}.dark header nav a,.dark header .header-action-link,.dark header .cart-icon,.dark header .menu-btn,.dark header nav a:hover,.dark header .header-action-link:hover,.dark header .cart-icon:hover,.dark header .menu-btn:hover{color:#fff}.dark .menu-dropdown,.dark .search-panel{background:#1a1a2e;border-color:#2d2d44;box-shadow:0 14px 30px #00000080}.dark .menu-dropdown a{color:#d0d0e0}.dark .menu-dropdown a:hover{color:#93c5fd;background:#2d2d44}.dark .menu-btn{color:#f5f5ff}.dark .divider{border-top-color:#2d2d44}.dark .contact-card .contact-title{color:#9ca3af}.dark .search-overlay{background:#000000b3}.dark .search-panel-header p{color:#9ca3af}.dark .search-close-btn{color:#f5f5ff;background:#2d2d44;border-color:#3d3d56}.dark .search-close-btn:hover{background:#3d3d56}.dark .search-bar-overlay{background:#1a1a2e}.dark .search-bar-overlay input{color:#f5f5ff;background:#2d2d44;border-color:#3d3d56}.dark .search-bar-overlay input:focus{border-color:#60a5fa}.dark .search-hint{color:#9ca3af}.dark .search-result-card{background:#1a1a2e;border-color:#2d2d44}.dark .search-result-card:hover{border-color:#60a5fa;box-shadow:0 16px 28px #00000080}.dark .search-result-name,.dark .search-result-price{color:#f5f5ff}.dark .search-result-meta{color:#9ca3af}.dark .search-empty-state{color:#9ca3af;background:#1a1a2eb8;border-color:#2d2d44}.dark .product-card{background:#16162a;border-color:#2d2d44;box-shadow:0 2px 8px #0000004d}.dark .product-card:hover{box-shadow:0 15px 30px #00000080}.dark .product-card .card-info,.dark .product-card .card-title,.dark .product-card .colors,.dark .product-card .prices,.dark .product-card .price,.dark .product-card .price-old{background:0 0}.dark .product-card .card-title,.dark .product-card .price,.dark .product-card .price-old{color:#f5f5ff}.dark .old-price{color:#9ca3af}.dark .like-btn{background:#2d2d44;box-shadow:0 3px 10px #0000004d}.dark .heart-icon{color:#9ca3af}.dark .filter-bar{background:#16162af2;border-bottom-color:#2d2d44}.dark .filter-btn{color:#d0d0e0;background:#2d2d44}.dark .filter-btn:hover{background:#3d3d56}.dark .filter-btn.active{color:#0f0f1a;background:#60a5fa}.dark .sort-select{color:#f5f5ff;background:#1a1a2e;border-color:#3d3d56}.dark .sort-select:focus{border-color:#60a5fa}.dark .hero h2{color:#f5f5ff}.dark .hero p,.dark .product-count,.dark .product-count-text{color:#9ca3af}.dark .footer{color:#9ca3af;background:#1a1a2e;border-top-color:#2d2d44}.dark .footer h3,.dark .footer h4{color:#f5f5ff}.dark .footer a{color:#9ca3af}.dark .footer a:hover{color:#60a5fa}.dark .newsletter input{color:#f5f5ff;background:#2d2d44;border-color:#3d3d56}.dark .newsletter button{color:#0f0f1a;background:#60a5fa}.dark .cart-page{background:#0f0f1a}.dark .cart-empty{background:#1a1a2e;border-color:#2d2d44}.dark .cart-empty-icon{color:#3d3d56}.dark .cart-title{color:#f5f5ff}.dark .cart-back{color:#9ca3af}.dark .cart-item{background:#1a1a2e;border-color:#2d2d44}.dark .cart-item-title{color:#f5f5ff}.dark .cart-item-selected{background:#2d2d44;border-color:#3d3d56}.dark .cart-item-label{color:#9ca3af}.dark .cart-item-size{color:#f5f5ff}.dark .quantity-btn{color:#f5f5ff;background:#2d2d44;border-color:#3d3d56}.dark .current-price{color:#f5f5ff}.dark .order-summary{background:#1a1a2e;border-color:#2d2d44}.dark .summary-row{color:#d0d0e0}.dark .summary-total{color:#f5f5ff;border-top-color:#2d2d44}.dark .checkout-btn{color:#0f0f1a;background:#60a5fa}.dark .signin-signup-page{background:#0f0f1a}.dark .signin-signup-card{background:#16162a;border-color:#2d2d44;box-shadow:0 8px 20px #00000073}.dark .signin-signup-card h1,.dark .signin-signup-card p,.dark .signin-signup-card label,.dark .signin-signup-card .signin-loading p,.dark .signin-signup-card .benefits ul,.dark .signin-signup-card .benefits li,.dark .signin-signup-card .toggle-login,.dark .signin-signup-card .account-type-title,.dark .signin-signup-card .account-type-copy,.dark .signin-signup-card .subscription-check{color:#f5f5ff}.dark .signin-signup-card .signin-loading,.dark .signin-signup-card .benefits,.dark .signin-signup-card .signin-signup-google-button,.dark .signin-signup-card .signin-signup-method,.dark .signin-signup-card .account-type-option,.dark .signin-signup-card input{color:#f5f5ff;background:#1a1a2e;border-color:#3d3d56}.dark .signin-signup-card input:focus{border-color:#60a5fa}.dark .signin-signup-card .signin-signup-method.active,.dark .signin-signup-card .account-type-option.active,.dark .signin-signup-card button[type=submit],.dark .signin-signup-card .signin-signup-submit-btn{color:#f5f5ff;background:#0f0f1a;border-color:#3d3d56}.dark .signin-signup-card .signin-signup-switch-btn{color:#93c5fd}.dark .user-profile-page{background:#0f0f1a}.dark .user-profile-card,.dark .user-profile-summary,.dark .user-profile-stats,.dark .user-profile-actions{background:#1a1a2e;border-color:#2d2d44}.dark .profile-label{color:#9ca3af}.dark .profile-value{color:#f5f5ff;background:#2d2d44}.dark .profile-stat-item{background:#2d2d44}.dark .profile-stat-item .stat-label{color:#9ca3af}.dark .profile-stat-item .stat-value{color:#f5f5ff}.dark .profile-logout{color:#0f0f1a;background:#60a5fa}.dark .member-profile-page{background:#0f0f1a}.dark .member-profile-card,.dark .member-profile-summary,.dark .member-profile-stats,.dark .member-profile-actions{background:#1a1a2ee0;border-color:#2d2d44}.dark .member-profile-topbar h1{color:#f5f5ff}.dark .payment-page{background:#0f0f1a}.dark .payment-card{background:#1a1a2eeb;border-color:#2d2d44}.dark .payment-header h1{color:#f5f5ff}.dark .payment-header p{color:#9ca3af}.dark .payment-kicker{color:#60a5fa}.dark .payment-summary{background:#1e293b;border-color:#2d2d44}.dark .payment-field label{color:#d0d0e0}.dark .payment-field input,.dark .payment-field textarea{color:#f5f5ff;background:#2d2d44;border-color:#3d3d56}.dark .agreement-box,.dark .card-panel,.dark .checkout-details-panel{background:#1a1a2e;border-color:#2d2d44}.dark .panel-heading h2{color:#f5f5ff}.dark .delivery-option{color:#d0d0e0;background:#2d2d44;border-color:#3d3d56}.dark .payment-cancel-link{color:#9ca3af}.dark .payment-success-page{background:#0f0f1a}.dark .payment-success-card{background:#1a1a2ef2;border-color:#2d2d44}.dark .payment-success-card h1{color:#f5f5ff}.dark .payment-success-card p{color:#9ca3af}.dark .success-badge{color:#60a5fa;background:#1e293b}.dark .success-amount{color:#60a5fa}.dark .delivery-confirmation{background:#1e293b;border-color:#2d2d44}.dark .delivery-confirmation span{color:#60a5fa}.dark .delivery-confirmation p{color:#f5f5ff}.dark .quick-view-overlay{background:#000c}.dark .quick-view-modal{background:#16162a;border:1px solid #2d2d44;box-shadow:0 24px 60px #00000080}.dark .quick-view-panel{background:#16162a;border-color:#2d2d44;box-shadow:0 24px 60px #00000080}.dark .quick-view-panel-header p,.dark .quick-view-details h2,.dark .quick-view-desc,.dark .quick-view-section h4,.dark .quick-view-price .price,.dark .quick-view-close,.dark .quantity-controls span,.dark .quick-view-add{color:#f5f5ff}.dark .quick-view-image{background:#1e1e31}.dark .color-swatch{border-color:#3d3d56}.dark .size-options button{color:#f5f5ff;background:#1a1a2e;border-color:#3d3d56}.dark .size-options button.selected{color:#f5f5ff;background:#0f0f1a;border-color:#60a5fa}.dark .quantity-controls button{color:#f5f5ff;background:#1a1a2e;border-color:#3d3d56}.dark .quick-view-add,.dark .quick-view-close{background:#0f0f1a;border-color:#3d3d56}.dark .image-container{background:#2d2d44}.dark .quick-add{color:#0f0f1a;background:#60a5fa}.dark .color-dot{border-color:#3d3d56}.dark .badge.new{background:#60a5fa}.dark .quick-view-price .price,.dark .profile-header h2{color:#f5f5ff}.dark .membership-banner{background:#1e293b;border-color:#2d2d44}.dark .membership-banner h3{color:#f5f5ff}.dark .membership-banner p{color:#9ca3af}.dark .membership-upgrade-btn,.dark .member-cta-btn{color:#0f0f1a;background:#60a5fa}.dark .member-banner{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.dark .member-continue-link{background:linear-gradient(135deg,#1e3a8a,#60a5fa)}.dark .member-profile-link{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}.dark .member-menu-link{color:#60a5fa!important}.dark .cart-badge{background:#ef4444}.dark .button.primary{color:#0f0f1a;background:#60a5fa}.dark .payment-account-number{color:#f5f5ff}.dark .payment-destination-box{background:#1e293b;border-color:#3d3d56}.dark .payment-destination-header{color:#f5f5ff}.dark .payment-destination-row{color:#9ca3af}.dark .payment-destination-row strong{color:#f5f5ff}.dark .mini-order-row{color:#9ca3af}.dark .mini-order-row strong{color:#f5f5ff}.dark .mini-order-list{border-top-color:#2d2d44}.dark .card-note{color:#9ca3af;background:#2d2d44;border-color:#3d3d56}.dark .summary-row.discount{color:#93c5fd}.dark .payment-summary-total,.dark .member-highlight,.dark .member-status{color:#60a5fa}.dark .member-status-pill{background:#60a5fa33}.dark .checkout-details-panel h2,.dark .agreement-box h2{color:#f5f5ff}.dark .agreement-box p{color:#9ca3af}.dark .panel-kicker{color:#60a5fa}.dark .pay-now-btn,.dark .success-home-link{background:linear-gradient(135deg,#1e3a8a,#60a5fa)}.dark .user-profile-topbar h1{color:#f5f5ff}.dark .profile-continue{color:#0f0f1a;background:#60a5fa}.dark .signin-loading{background:#2d2d44;border-color:#3d3d56}.dark .signin-loading-track{background:#3d3d56}.dark .signin-loading p{color:#d0d0e0}.dark .quick-view-price .old-price{color:#9ca3af}@media (width<=767px){.dark .member-profile-link{background:linear-gradient(135deg,#1e3a8a,#3b82f6)}}@keyframes signinLoadingBar{0%{transform:translate(-110%)}50%{transform:translate(85%)}to{transform:translate(260%)}}@keyframes authLoadingBar{0%{transform:translate(-110%)}50%{transform:translate(85%)}to{transform:translate(260%)}}.member-theme{background:radial-gradient(circle at 0 0,#fee2e2eb,#0000 28%),radial-gradient(circle at 100% 0,#f8717147,#0000 24%),linear-gradient(#fff 0%,#fff1f2 52%,#fee2e2 100%)}.member-theme section.container,.member-theme .newarrivals-page,.member-theme .men-page,.member-theme .women-page,.member-theme .sale-page,.member-theme .collection-page,.member-theme .cart-page{background:radial-gradient(circle at 0 0,#fee2e29e,#0000 30%),linear-gradient(#ffffffd6 0%,#fecacab8 100%)}.member-theme .product-card,.member-theme .cart-item,.member-theme .order-summary,.member-theme .cart-empty,.member-theme .signin-signup-card,.member-theme .profile-card,.member-theme .profile-summary,.member-theme .account-stats,.member-theme .profile-actions,.member-theme .payment-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe0;border:1px solid #dc26261f;box-shadow:0 8px 20px #b91c1c0f}.member-theme{--blue-primary:#dc2626;--blue-dark:#991b1b;--blue-light:#f87171;--blue-bg:#fff1f2;--gray-50:snow;--gray-100:#ffe4e6;--gray-200:#fecaca;--gray-300:#fda4af;--gray-500:#9f4444;--gray-600:#7f1d1d;--gray-700:#5f1e1e;--gray-900:#4c0f0f;color:#4c0f0f;background:radial-gradient(circle at 12% 0,#fee2e2f5,#0000 28%),radial-gradient(circle at 88% 12%,#f871716b,#0000 30%),linear-gradient(#fff 0%,#fff1f2 42%,#fee2e2 100%)}.member-theme header,.member-theme .filter-bar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;border-color:#dc262629}.member-theme header .logo h1,.member-theme nav a,.member-theme .menu-btn,.member-theme .header-action-link,.member-theme .cart-icon{color:#4c0f0f}.member-theme header .logo h1:hover,.member-theme .footer a:hover,.member-theme .cart-icon:hover{color:#dc2626}.member-theme nav a:after{background:#dc2626}.member-theme .menu-dropdown,.member-theme .search-panel,.member-theme .search-bar-overlay,.member-theme .search-result-card,.member-theme .quick-view-modal,.member-theme .quick-view-panel{background:#fffffff0;border-color:#dc262629;box-shadow:0 18px 38px #b91c1c1a}.member-theme .menu-dropdown a.member-menu-link,.member-theme .member-menu-link{background:linear-gradient(135deg,#fecaca57,#dc262629);color:#b91c1c!important}.member-theme .member-profile-link{color:#fff;background:linear-gradient(135deg,#f87171,#dc2626 48%,#b91c1c);box-shadow:0 12px 24px #b91c1c3d}.member-theme .home-hero-section{background:radial-gradient(circle at 78% 22%,#f871712e,#0000 28%),linear-gradient(135deg,#fff 0%,#fff1f2 46%,#fee2e2 100%)}.member-theme .home-hero-copy p{color:#b91c1c}.member-theme .home-hero-copy h1,.member-theme .home-cta-section h1{color:#4c0f0f!important}.member-theme .home-hero-copy button,.member-theme .home-cta-section button{color:#fff!important;background:linear-gradient(135deg,#ef4444,#b91c1c)!important;box-shadow:0 16px 34px #b91c1c38!important}.member-theme .home-hero-glow{background:linear-gradient(135deg,#f871712e,#dc262629)}.member-theme .home-hero-dots button.active{background:#dc2626}.member-theme .home-cta-section{background:radial-gradient(circle at top,#fecacab8,#0000 34%),linear-gradient(#fff 0%,#fff1f2 100%)!important}.member-theme .home-cta-section p{color:#7f1d1d!important}.member-theme .home-cta-section a{color:#dc2626!important}.member-theme section.container,.member-theme .newarrivals-page,.member-theme .men-page,.member-theme .women-page,.member-theme .sale-page,.member-theme .collection-page,.member-theme .cart-page,.member-theme .signin-signup-page,.member-theme .signin-signup-wrapper,.member-theme .user-profile-page,.member-theme .user-profile-wrapper,.member-theme .member-profile-page,.member-theme .payment-page,.member-theme .payment-success-page{background:radial-gradient(circle at 12% 0,#fee2e2bd,#0000 28%),radial-gradient(circle at 92% 10%,#f871714d,#0000 30%),linear-gradient(#fff 0%,#fff1f2 52%,#fee2e2 100%)}.member-theme .product-card,.member-theme .cart-item,.member-theme .order-summary,.member-theme .cart-empty,.member-theme .signin-signup-card,.member-theme .user-profile-card,.member-theme .user-profile-summary,.member-theme .user-profile-stats,.member-theme .user-profile-actions,.member-theme .profile-card,.member-theme .profile-summary,.member-theme .account-stats,.member-theme .profile-actions,.member-theme .member-profile-card,.member-theme .member-profile-summary,.member-theme .member-profile-stats,.member-theme .member-profile-actions,.member-theme .payment-card,.member-theme .payment-success-card,.member-theme .agreement-box,.member-theme .card-panel,.member-theme .checkout-details-panel,.member-theme .delivery-confirmation,.member-theme .payment-summary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-color:#dc262629;box-shadow:0 14px 32px #b91c1c14}.member-theme .image-container,.member-theme .cart-item-selected,.member-theme .profile-value,.member-theme .profile-stat-item,.member-theme .payment-summary,.member-theme .signin-loading,.member-theme .membership-banner,.member-theme .delivery-option,.member-theme .payment-field input,.member-theme .payment-field textarea,.member-theme .newsletter input,.member-theme .quantity-btn,.member-theme .size-options button,.member-theme .quick-view-image{background:#eff6ffe6;border-color:#dc262629}.member-theme .hero h2,.member-theme .cart-title,.member-theme .payment-header h1,.member-theme .payment-success-card h1,.member-theme .signin-signup-card h1,.member-theme .user-profile-topbar h1,.member-theme .member-profile-topbar h1,.member-theme .profile-header h2,.member-theme .panel-heading h2,.member-theme .quick-view-details h2,.member-theme .footer h3,.member-theme .footer h4,.member-theme .product-title,.member-theme .cart-item-title,.member-theme .summary-total,.member-theme .current-price,.member-theme .price,.member-theme .search-result-name,.member-theme .search-result-price{color:#4c0f0f}.member-theme .hero p,.member-theme .product-count,.member-theme .product-count-text,.member-theme .cart-back,.member-theme .payment-header p,.member-theme .payment-field label,.member-theme .payment-destination-row,.member-theme .mini-order-row,.member-theme .quick-view-desc,.member-theme .footer,.member-theme .footer a{color:#7f1d1d}.member-theme .button.primary,.member-theme .quick-add,.member-theme .checkout-btn,.member-theme .pay-now-btn,.member-theme .payment-submit-btn,.member-theme .success-home-link,.member-theme .signin-signup-submit-btn,.member-theme .signin-signup-card button[type=submit],.member-theme .profile-logout,.member-theme .profile-continue,.member-theme .profile-continue-link,.member-theme .membership-upgrade-btn,.member-theme .member-cta-btn,.member-theme .member-activate-btn,.member-theme .member-continue-link,.member-theme .newsletter button,.member-theme .quick-view-add{color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-color:#b91c1c;box-shadow:0 12px 26px #b91c1c33}.member-theme .member-banner{color:#fff;background:linear-gradient(135deg,#f87171,#dc2626 46%,#b91c1c)}.member-theme .member-highlight,.member-theme .member-status,.member-theme .payment-kicker,.member-theme .payment-summary-total,.member-theme .success-badge,.member-theme .success-amount,.member-theme .delivery-confirmation span,.member-theme .summary-row.discount,.member-theme .panel-kicker{color:#dc2626}.member-theme .success-badge,.member-theme .member-status-pill{background:#fecaca66}.member-theme .filter-btn.active,.member-theme .size-options button.selected{color:#fff;background:#dc2626;border-color:#dc2626}.member-theme .footer{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border-top-color:#dc262629}.dark .member-theme{color:#fff;background:radial-gradient(circle at 0 0,#7f1d1d61,#0000 28%),radial-gradient(circle at 100% 0,#dc26263d,#0000 24%),linear-gradient(#000 0%,#120000 48%,#1a0000 100%)}.dark .member-theme header,.dark .member-theme .filter-bar{background:#000000e6;border-color:#dc262659}.dark .member-theme section.container,.dark .member-theme .newarrivals-page,.dark .member-theme .men-page,.dark .member-theme .women-page,.dark .member-theme .sale-page,.dark .member-theme .collection-page,.dark .member-theme .cart-page,.dark .member-theme .signin-signup-page,.dark .member-theme .signin-signup-wrapper,.dark .member-theme .user-profile-page,.dark .member-theme .user-profile-wrapper,.dark .member-theme .member-profile-page,.dark .member-theme .payment-page,.dark .member-theme .payment-success-page{background:radial-gradient(circle at 0 0,#7f1d1d6b,#0000 28%),radial-gradient(circle at 92% 10%,#dc262642,#0000 30%),linear-gradient(#000 0%,#0f0000 52%,#1a0000 100%)}.dark .member-theme .product-card,.dark .member-theme .cart-item,.dark .member-theme .order-summary,.dark .member-theme .cart-empty,.dark .member-theme .signin-signup-card,.dark .member-theme .user-profile-card,.dark .member-theme .user-profile-summary,.dark .member-theme .user-profile-stats,.dark .member-theme .user-profile-actions,.dark .member-theme .profile-card,.dark .member-theme .profile-summary,.dark .member-theme .account-stats,.dark .member-theme .profile-actions,.dark .member-theme .member-profile-card,.dark .member-theme .member-profile-summary,.dark .member-theme .member-profile-stats,.dark .member-theme .member-profile-actions,.dark .member-theme .payment-card,.dark .member-theme .payment-success-card,.dark .member-theme .agreement-box,.dark .member-theme .card-panel,.dark .member-theme .checkout-details-panel,.dark .member-theme .delivery-confirmation,.dark .member-theme .payment-summary,.dark .member-theme .membership-banner{color:#fff;background:#0a0a0af0;border-color:#dc26266b;box-shadow:0 18px 40px #00000080}.dark .member-theme .image-container,.dark .member-theme .cart-item-selected,.dark .member-theme .profile-value,.dark .member-theme .profile-stat-item,.dark .member-theme .signin-loading,.dark .member-theme .delivery-option,.dark .member-theme .payment-field input,.dark .member-theme .payment-field textarea,.dark .member-theme .newsletter input,.dark .member-theme .quantity-btn,.dark .member-theme .size-options button,.dark .member-theme .quick-view-image{color:#fff;background:#111;border-color:#dc262652}.dark .member-theme .hero h2,.dark .member-theme .cart-title,.dark .member-theme .payment-header h1,.dark .member-theme .payment-success-card h1,.dark .member-theme .signin-signup-card h1,.dark .member-theme .user-profile-topbar h1,.dark .member-theme .member-profile-topbar h1,.dark .member-theme .profile-header h2,.dark .member-theme .panel-heading h2,.dark .member-theme .quick-view-details h2,.dark .member-theme .footer h3,.dark .member-theme .footer h4,.dark .member-theme .product-title,.dark .member-theme .cart-item-title,.dark .member-theme .summary-total,.dark .member-theme .current-price,.dark .member-theme .price,.dark .member-theme .search-result-name,.dark .member-theme .search-result-price,.dark .member-theme .payment-field label,.dark .member-theme .payment-header p,.dark .member-theme .payment-destination-row,.dark .member-theme .mini-order-row,.dark .member-theme .quick-view-desc,.dark .member-theme .footer,.dark .member-theme .footer a,.dark .member-theme .hero p,.dark .member-theme .product-count,.dark .member-theme .product-count-text,.dark .member-theme .cart-back{color:#fff}.dark .member-theme .member-banner{color:#fff;background:linear-gradient(135deg,#dc2626,#7f1d1d 46%,#000)}.dark .member-theme .member-banner-label,.dark .member-theme .member-highlight,.dark .member-theme .member-status,.dark .member-theme .payment-kicker,.dark .member-theme .payment-summary-total,.dark .member-theme .success-badge,.dark .member-theme .success-amount,.dark .member-theme .delivery-confirmation span,.dark .member-theme .summary-row.discount,.dark .member-theme .panel-kicker{color:#ef4444}.dark .member-theme .success-badge,.dark .member-theme .member-status-pill{color:#fff;background:#dc26263d}.dark .member-theme .button.primary,.dark .member-theme .quick-add,.dark .member-theme .checkout-btn,.dark .member-theme .pay-now-btn,.dark .member-theme .payment-submit-btn,.dark .member-theme .success-home-link,.dark .member-theme .signin-signup-submit-btn,.dark .member-theme .signin-signup-card button[type=submit],.dark .member-theme .profile-logout,.dark .member-theme .profile-continue,.dark .member-theme .profile-continue-link,.dark .member-theme .membership-upgrade-btn,.dark .member-theme .member-cta-btn,.dark .member-theme .member-activate-btn,.dark .member-theme .member-continue-link,.dark .member-theme .newsletter button,.dark .member-theme .quick-view-add{color:#fff;background:linear-gradient(135deg,#dc2626,#000);border-color:#dc2626;box-shadow:0 12px 26px #0006}.dark .member-theme .menu-dropdown a.member-menu-link,.dark .member-theme .member-menu-link,.dark .member-theme .member-profile-link{background:linear-gradient(135deg,#7f1d1d,#000);color:#fff!important}.dark .member-theme header .logo h1,.dark .member-theme header nav a,.dark .member-theme header .header-action-link,.dark .member-theme header .cart-icon,.dark .member-theme header .menu-btn,.dark .member-theme header .logo h1:hover,.dark .member-theme header nav a:hover,.dark .member-theme header .header-action-link:hover,.dark .member-theme header .cart-icon:hover,.dark .member-theme header .menu-btn:hover{color:#fff}.dark .member-theme .membership-upgrade-btn,.dark .member-theme .member-cta-btn,.dark .member-theme .member-profile-back-btn{color:#fff;background:#000;border-color:#dc2626}.dark .member-theme .member-profile-back-btn:hover,.dark .member-theme .membership-upgrade-btn:hover,.dark .member-theme .member-cta-btn:hover{background:#1a0000}.dark .member-theme .payment-page .payment-summary,.dark .member-theme .payment-page .agreement-box,.dark .member-theme .payment-page .card-panel,.dark .member-theme .payment-page .checkout-details-panel,.dark .member-theme .payment-page .membership-unavailable-banner{background:#0a0a0af5;border-color:#dc26266b}.dark .member-theme .payment-page .membership-unavailable-banner h2,.dark .member-theme .payment-page .membership-unavailable-banner p,.dark .member-theme .payment-page .membership-unavailable-kicker{color:#fff}.quick-view-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:300;background:#0a0a0a73;justify-content:center;align-items:flex-start;padding:6rem 1rem 1.5rem;display:flex;position:fixed;inset:0}.quick-view-panel{background:#fffffffa;border:1px solid #00000014;border-radius:24px;width:min(900px,100%);max-height:calc(100vh - 7.5rem);padding:1rem;overflow:auto;box-shadow:0 24px 60px #0000002e}.quick-view-panel-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.quick-view-panel-header p{letter-spacing:.04em;text-transform:uppercase;color:#444;font-size:.95rem;font-weight:700}.quick-view-close{color:#111;cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.5rem;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.quick-view-close:hover{background:#f5f5f5;transform:rotate(90deg)}.quick-view-grid{gap:1rem;display:grid}@media (width>=768px){.quick-view-grid{grid-template-columns:1.1fr 1fr}}.quick-view-image{object-fit:cover;background:#f3f3f3;border-radius:18px;width:100%;max-height:420px}.quick-view-details h2{color:#111;margin-top:0;margin-bottom:.35rem;font-size:1.75rem;font-weight:700;line-height:1.08}.quick-view-price{align-items:baseline;gap:.75rem;margin:.5rem 0 .65rem;display:flex}.quick-view-price .price{color:#111;font-size:1.4rem;font-weight:700}.quick-view-price .old-price{opacity:.7;font-size:1rem;text-decoration:line-through}.quick-view-desc{color:#4b5563;font-size:.98rem}.quick-view-section{margin:.9rem 0}.quick-view-section h4{color:#111;margin-bottom:.55rem;font-size:.95rem;font-weight:700}.color-options{flex-wrap:wrap;gap:.5rem;display:flex}.color-swatch{cursor:pointer;border:2px solid #ddd;border-radius:50%;width:30px;height:30px}.color-swatch.selected{box-shadow:0 0 0 3px #111}.size-options{flex-wrap:wrap;gap:.5rem;display:flex}.size-options button{cursor:pointer;background:#fff;border:1px solid #bbb;border-radius:8px;padding:.42rem .8rem;font-size:.94rem}.size-options button.selected{color:#fff;background:#111;border-color:#111}.quantity-controls{align-items:center;gap:.5rem;display:flex}.quantity-controls button{cursor:pointer;background:#fff;border:1px solid #bbb;border-radius:8px;width:32px;height:32px;font-size:1rem}.quantity-controls span{color:#111;font-size:1rem;font-weight:600}.quick-view-add{color:#fff;cursor:pointer;background:#111;border:none;border-radius:10px;width:100%;margin-top:.85rem;padding:.75rem 1rem;font-size:.98rem;font-weight:700}@media (width<=767px){.quick-view-panel{border-radius:20px;padding:.9rem}.quick-view-details h2{font-size:1.45rem}.quick-view-price .price{font-size:1.2rem}.quick-view-price .old-price,.quick-view-desc,.quick-view-section h4,.size-options button,.quick-view-add{font-size:.92rem}}.member-page{color:var(--text-color,#111827);background:0 0;padding:24px}.header-space{height:72px}.members-main{max-width:1100px;margin:0 auto;padding:24px}.owner-section,.creator-section{margin-bottom:28px}.team-section h2{margin-bottom:12px}.team-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.person-card{border:1px solid var(--card-border,#e5e7eb);background:var(--card-bg,#fff);color:var(--text-color,#111827);cursor:pointer;border-radius:12px;align-items:center;gap:14px;width:100%;margin:0 auto;padding:12px;transition:transform .16s,box-shadow .16s;display:flex}.person-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #10182814}.job-no{color:#6b7280;align-self:flex-start;font-size:12px}.person-image{background:linear-gradient(#f8fafc 0%,#f3f4f6 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:120px;height:120px;display:flex;overflow:hidden}.person-image.has-image img{object-fit:cover;object-position:center;width:100%;height:100%}.person-info{text-align:left;flex:1;min-width:0}.placeholder{color:#9ca3af;font-size:14px}.member-details-overlay{z-index:60;background:#0f172ab8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.member-details-card{background:var(--card-bg,#fff);width:min(460px,100%);max-height:min(88vh,720px);color:var(--text-color,#111827);border:2px solid var(--card-border,#e5e7eb);border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 50px #0f172a47}.member-details-close{cursor:pointer;color:#111827;z-index:2;background:#ffffffd9;border:none;border-radius:999px;place-items:center;width:30px;height:30px;font-size:20px;line-height:1;display:grid;position:absolute;top:10px;right:10px}.details-image-wrap{aspect-ratio:1;background:#f8fafc;width:100%;overflow:hidden}.details-image-wrap img{object-fit:cover;width:100%;height:100%}.details-content{scrollbar-width:thin;padding:18px 18px 20px;overflow-y:auto}.details-content h2{color:var(--text-color,#111827);margin:0;font-size:20px}.details-title{color:var(--muted-text,#4b5563);margin:8px 0 0;font-size:14px}.details-tagline{color:var(--text-color,#374151);margin-top:12px;font-size:14px;line-height:1.6}.details-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.details-grid>div{background:var(--detail-bg,#f9fafb);border:1px solid var(--detail-border,#e5e7eb);border-radius:10px;padding:8px 10px}.details-label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-text,#6b7280);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.details-grid p{color:var(--text-color,#111827);margin:0;font-size:14px}.details-extra{color:var(--muted-text,#6b7280);margin-top:14px;font-size:12px}@media (width<=640px){.person-card{flex-direction:column;align-items:flex-start;padding:10px}.person-image{width:100%;height:180px}.person-info{text-align:left}.details-grid{grid-template-columns:1fr}.member-details-card{width:100%}}:root{--card-bg:#fff;--card-border:#e5e7eb;--text-color:#111827;--muted-text:#4b5563;--detail-bg:#f9fafb;--detail-border:#e5e7eb}html.dark .member-page,html.dark .member-details-card,html.dark .person-card{--card-bg:#111827;--card-border:#374151;--text-color:#f9fafb;--muted-text:#d1d5db;--detail-bg:#1f2937;--detail-border:#374151}.person-name{margin:0;font-size:18px;font-weight:600}.person-title{color:var(--muted-text,#4b5563);margin-top:6px;font-size:14px}.person-tagline{color:var(--muted-text,#6b7280);margin-top:8px;font-size:13px}@media (width<=640px){.person-image{height:140px}}.newarrivals-page{background:#f8fafc;min-height:80vh;padding:3rem 1rem}.dark .newarrivals-page{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;border-radius:24px;box-shadow:inset 0 1px #ffffff0a}.newarrivals-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.newarrivals-page .hero h2{color:#111827;margin-bottom:.75rem;font-size:2.2rem}.dark .newarrivals-page .hero h2{color:#f5f5ff}.newarrivals-page .hero p{color:#6b7280;font-size:1rem}.dark .newarrivals-page .hero p{color:#cbd5e1}.newarrivals-page .Product-Count{text-align:center;margin-bottom:1.25rem}.newarrivals-page .product-count-text{color:#4b5563;font-weight:500}.dark .newarrivals-page .product-count-text{color:#cbd5e1}.men-page{background:#f8fafc;min-height:80vh;padding:3rem 1rem}.dark .men-page{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;border-radius:24px;box-shadow:inset 0 1px #ffffff0a}.men-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.men-page .hero h2{color:#111827;margin-bottom:.75rem;font-size:2.2rem}.dark .men-page .hero h2{color:#f5f5ff}.men-page .hero p{color:#6b7280;font-size:1rem}.dark .men-page .hero p{color:#cbd5e1}.men-page .Product-Count{text-align:center;margin-bottom:1.25rem}.men-page .product-count-text{color:#4b5563;font-weight:500}.dark .men-page .product-count-text{color:#cbd5e1}.women-page{background:#f8fafc;min-height:80vh;padding:3rem 1rem}.dark .women-page{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;border-radius:24px;box-shadow:inset 0 1px #ffffff0a}.women-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.women-page .hero h2{color:#111827;margin-bottom:.75rem;font-size:2.2rem}.dark .women-page .hero h2{color:#f5f5ff}.women-page .hero p{color:#6b7280;font-size:1rem}.dark .women-page .hero p{color:#cbd5e1}.women-page .Product-Count{text-align:center;margin-bottom:1.25rem}.women-page .product-count-text{color:#4b5563;font-weight:500}.dark .women-page .product-count-text{color:#cbd5e1}.sale-page{background:#f8fafc;min-height:80vh}.dark .sale-page{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;border-radius:24px;box-shadow:inset 0 1px #ffffff0a}.sale-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.sale-page .hero h2{color:#111827;margin-bottom:.75rem;font-size:2.2rem}.dark .sale-page .hero h2{color:#f5f5ff}.sale-page .hero p{color:#6b7280;font-size:1rem}.dark .sale-page .hero p{color:#cbd5e1}.sale-page .Product-Count{text-align:center;margin-bottom:1.25rem}.sale-page .product-count-text{color:#4b5563;font-weight:500}.dark .sale-page .product-count-text{color:#cbd5e1}.collection-page{background:#f8fafc;min-height:80vh;padding:3rem 1rem}.dark .collection-page{background:linear-gradient(#0f0f1a 0%,#16162a 100%);border:1px solid #2d2d44;border-radius:24px;box-shadow:inset 0 1px #ffffff0a}.collection-page .hero{text-align:center;max-width:720px;margin:0 auto 2rem}.collection-page .hero h2{color:#111827;margin-bottom:.75rem;font-size:2.2rem}.dark .collection-page .hero h2{color:#f5f5ff}.collection-page .hero p{color:#6b7280;font-size:1rem}.dark .collection-page .hero p{color:#cbd5e1}.collection-page .Product-Count{text-align:center;margin-bottom:1.25rem}.collection-page .product-count-text{color:#4b5563;font-weight:500}.dark .collection-page .product-count-text{color:#cbd5e1}.cart-page{max-width:1120px;margin:0 auto;padding:1.5rem 1rem 2rem}.cart-empty{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem 1.25rem}.cart-empty-icon{color:#d1d5db;width:72px;height:72px;margin-bottom:.9rem}.button.primary{color:#fff;background:#111827;border-radius:999px;margin-top:.9rem;padding:.8rem 1.1rem;text-decoration:none;display:inline-block}.cart-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.cart-back{color:#4b5563;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.cart-title{margin:0;font-size:1.6rem}.icon{width:18px;height:18px}.cart-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=1024px){.cart-grid{grid-template-columns:1.5fr .9fr;gap:1rem}}.cart-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:.85rem;padding:.85rem;display:flex}.cart-item-image{object-fit:cover;border-radius:12px;flex-shrink:0;width:82px;height:82px}.cart-item-content{flex:1;min-width:0}.cart-item-title{margin:0 0 .4rem;font-size:1rem;font-weight:600}.cart-item-meta{flex-wrap:wrap;gap:.4rem;margin-bottom:.7rem;display:flex}.cart-item-selected{background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:.35rem;padding:.28rem .55rem;display:inline-flex}.cart-item-label{color:#6b7280;font-size:.72rem}.cart-item-color{border:1px solid #d1d5db;border-radius:50%;width:12px;height:12px}.cart-item-size{color:#111827;font-size:.8rem;font-weight:600}.cart-item-controls{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.quantity-control{align-items:center;gap:.4rem;display:flex}.quantity-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;place-items:center;width:28px;height:28px;display:grid}.quantity-value{text-align:center;min-width:24px;font-weight:600}.price-block{text-align:right}.old-price{color:#9ca3af;font-size:.84rem;text-decoration:line-through}.current-price{font-size:.95rem;font-weight:700}.remove-btn{color:#ef4444;cursor:pointer;background:0 0;border:none;border-radius:8px;margin-left:.4rem;padding:.3rem}.order-summary-wrap{justify-content:center;display:flex}.order-summary{background:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:340px;padding:.95rem}.order-summary h2{margin:0 0 .8rem;font-size:1.1rem}.summary-details{flex-direction:column;gap:.6rem;margin-bottom:.85rem;display:flex}.summary-row{color:#374151;justify-content:space-between;font-size:.95rem;display:flex}.summary-row.discount{color:#16a34a}.summary-total{border-top:1px solid #e5e7eb;justify-content:space-between;padding-top:.6rem;font-size:1rem;font-weight:700;display:flex}.checkout-btn{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:12px;width:100%;margin-top:.8rem;padding:.8rem}.checkout-btn:hover{background:#1f2937}.signin-signup-page{box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#e5e7eb);width:100%;min-height:80vh;padding:3rem 1rem;overflow-x:hidden}.signin-signup-container{box-sizing:border-box;width:100%;max-width:460px;margin:0 auto;overflow-x:hidden}.signin-signup-card{box-sizing:border-box;background:#fff;border-radius:18px;width:100%;padding:2.5rem;overflow-x:hidden;box-shadow:0 15px 30px #0f172a1f}.signin-loading{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:1.1rem;padding:.9rem}.signin-loading-track{background:#e5e7eb;border-radius:999px;height:7px;overflow:hidden}.signin-loading-bar{border-radius:inherit;background:linear-gradient(90deg,#111827,#22c55e,#111827);width:42%;height:100%;animation:1.05s ease-in-out infinite signinLoadingBar;display:block}.signin-loading p{color:#374151;margin:.65rem 0 0;font-size:.88rem;font-weight:700}.signin-signup-card h1{margin-bottom:1rem;font-size:2rem}.signin-signup-card p{color:#6b7280;margin-bottom:1.2rem}.signin-signup-card label{color:#374151;margin-bottom:.35rem;font-size:.9rem;display:block}.signin-signup-card input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:12px;outline:none;width:100%;margin-bottom:.9rem;padding:.75rem .85rem;transition:border-color .2s,box-shadow .2s}.signin-signup-card input:focus{border-color:#111827;box-shadow:0 0 0 2px #0f172a1f}.password-input-wrap{align-items:center;display:flex;position:relative}.password-input-wrap input{margin-bottom:0;padding-right:2.7rem}.password-toggle-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;justify-content:center;align-items:center;width:1.7rem;height:1.7rem;padding:0;display:inline-flex;position:absolute;top:50%;right:.45rem;transform:translateY(-50%);box-shadow:0 1px 3px #0f172a14}.password-toggle-btn:hover{color:#111827;background:#f3f4f6}.password-criteria{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;margin-top:.75rem;padding:.9rem .85rem}.password-criteria-title{color:#111827;margin:0 0 .5rem;font-size:.9rem;font-weight:700}.password-criteria-list{gap:.45rem;margin:0;padding:0;list-style:none;display:grid}.password-criteria-item{color:#6b7280;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.password-criteria-item:before{content:"•";color:#6b7280;background:#e5e7eb;border-radius:999px;justify-content:center;align-items:center;width:1rem;height:1rem;font-size:.7rem;display:inline-flex}.password-criteria-item.valid{color:#166534}.password-criteria-item.valid:before{content:"✓";color:#166534;background:#d1fae5}.password-criteria-item.invalid{color:#9ca3af}.password-criteria-item.invalid:before{content:"•";color:#9ca3af;background:#e5e7eb}.signin-signup-methods{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1rem;display:grid}.signin-signup-method{color:#374151;cursor:pointer;background:#f8fafc;border:1px solid #d1d5db;border-radius:12px;padding:.8rem 1rem;font-weight:600;transition:all .2s}.signin-signup-method.active{color:#f9fafb;background:#111827;border-color:#111827}.phone-recaptcha-container{justify-content:center;margin:.5rem 0 1rem;display:flex;overflow-x:auto}.account-type-picker{margin-bottom:1rem}.account-type-options{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.account-type-option{text-align:left;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:14px;flex-direction:column;gap:.35rem;padding:.9rem;display:flex}.account-type-option.active{background:#f8fafc;border-color:#111827}.account-type-title{color:#111827;font-weight:700}.account-type-copy{color:#6b7280;font-size:.85rem}.subscription-check{color:#374151;align-items:flex-start;gap:.65rem;margin-bottom:1rem;font-size:.9rem;display:flex}.subscription-check input{width:auto;margin:.15rem 0 0}.signin-signup-card button[type=submit]{color:#f9fafb;cursor:pointer;background:#111827;border:none;border-radius:10px;width:100%;padding:.85rem;font-weight:700;transition:filter .2s}.signin-signup-card button[type=submit]:hover{filter:brightness(1.05)}.signin-signup-divider{color:#6b7280;align-items:center;gap:.75rem;margin:1rem 0;font-size:.9rem;display:flex}.signin-signup-divider:before,.signin-signup-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.signin-signup-google-button{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:.85rem 1rem;font-weight:700;transition:border-color .2s,box-shadow .2s,transform .2s;display:flex}.signin-signup-google-button:hover{border-color:#111827;transform:translateY(-1px);box-shadow:0 8px 20px #0f172a14}.signin-signup-google-button:disabled{opacity:.7;cursor:wait;transform:none}.signin-signup-google-icon{color:#fff;background:linear-gradient(135deg,#4285f4,#34a853);border-radius:999px;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:inset 0 0 0 2px #ffffff26}.signin-signup-card .toggle-login{color:#6b7280;text-align:center;margin-top:.75rem}.signin-signup-card .toggle-login button{color:#111827;cursor:pointer;background:0 0;border:none;font-weight:600}.signin-signup-card .benefits{background:#f8fafc;border-radius:12px;margin-top:2rem;padding:1rem}.signin-signup-card .benefits ul{color:#4b5563;padding-left:0;font-size:.95rem;list-style:none}.signin-signup-card .benefits li{margin-bottom:.35rem}@media (width<=768px){*{box-sizing:border-box}html,body{width:100%;overflow-x:hidden}.signin-signup-page{padding:2rem 1rem;overflow-x:hidden}.signin-signup-card{width:100%;padding:1.5rem;overflow-x:hidden}.signin-signup-card h1{font-size:1.5rem}.signin-signup-card p{font-size:.9rem}.account-type-options{grid-template-columns:1fr}}.user-profile-page{background:var(--page-bg,#f8fafc);min-height:80vh;color:var(--text-color,#111827);padding:3rem 1rem}.user-profile-topbar{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:min(1100px,100%);margin-bottom:2rem;margin-left:auto;margin-right:auto;display:flex}.profile-continue-link{background:var(--button-bg,#111827);width:100%;color:var(--button-text,#fff);text-align:center;border-radius:12px;padding:.85rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s;display:block;box-shadow:0 8px 20px #0f172a1f}.profile-continue-link:hover{background:var(--button-hover-bg,#1f2937);transform:translateY(-1px)}.profile-signout-btn{border:1px solid var(--button-border,#d1d5db);background:var(--secondary-btn-bg,#f3f4f6);width:100%;color:var(--secondary-btn-text,#111827);cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s;display:flex}.profile-signout-btn:hover{background:var(--secondary-btn-hover-bg,#e5e7eb);border-color:var(--button-border-hover,#9ca3af);transform:translateY(-1px)}.user-profile-topbar h1{margin:0;font-size:2rem;line-height:1.1}.user-profile-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:auto;display:grid}@media (width>=1024px){.user-profile-grid{grid-template-columns:2fr 1fr}}.user-profile-card,.user-profile-summary,.user-profile-stats,.user-profile-actions{background:var(--card-bg,#fff);border:1px solid var(--card-border,#e5e7eb);color:var(--text-color,#111827);border-radius:18px;padding:1.5rem;box-shadow:0 3px 15px #0f172a14}.profile-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.profile-header h2{margin:0}.profile-label{color:var(--muted-text,#64748b);font-size:.9rem}.profile-value{color:var(--text-color,#111827);background:var(--value-bg,#f8fafc);border-radius:10px;padding:.55rem .75rem;font-weight:600}.profile-stats-row{gap:.75rem;display:grid}@media (width>=640px){.profile-stats-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.profile-stat-item{background:var(--value-bg,#f8fafc);text-align:center;border-radius:10px;padding:.8rem}.profile-stat-item .stat-value{color:var(--text-color,#111827);font-size:1.4rem;font-weight:700}.profile-stat-item .stat-label{color:var(--muted-text,#64748b);font-size:.85rem}.profile-logout,.profile-continue{width:100%;color:var(--button-text,#fff);background:var(--button-bg,#111827);cursor:pointer;text-align:center;border:none;border-radius:12px;padding:.85rem;font-weight:700;text-decoration:none}.profile-logout:hover,.profile-continue:hover{background:var(--button-hover-bg,#374151)}.membership-banner{background:var(--value-bg,#f8fafc);border:1px solid var(--card-border,#e5e7eb);border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.membership-banner h3{color:var(--text-color,#111827);margin:.2rem 0}.membership-banner p{color:var(--muted-text,#64748b);margin:0}.membership-banner-label{text-transform:uppercase;letter-spacing:.08em;color:var(--muted-text,#64748b);font-size:.8rem}.membership-upgrade-btn,.member-cta-btn{background:var(--button-bg,#111827);color:var(--button-text,#fff);cursor:pointer;border:none;border-radius:12px;padding:.85rem 1rem;font-weight:700}.member-status{color:var(--accent-color,#2563eb)}@media (width<=768px){.membership-banner{flex-direction:column;align-items:flex-start}}.skeleton{background:var(--skeleton-bg,#e2e8f0);position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);width:150%;height:100%;animation:1.2s infinite skeleton-loading;position:absolute;top:0;left:-150%}.skeleton-card{background:var(--skeleton-bg,#e2e8f0);min-height:180px;box-shadow:none;border-radius:18px;padding:1.5rem}.skeleton-title{border-radius:999px;width:240px;height:2rem;margin:0 auto}.skeleton-heading{border-radius:999px;width:60%;height:1.5rem;margin-bottom:1rem}.skeleton-line{border-radius:999px;width:100%;height:1rem;margin-bottom:.75rem}.skeleton-line.short{width:55%}.skeleton-avatar{border-radius:999px;width:4rem;height:4rem;margin-bottom:1rem}@keyframes skeleton-loading{0%{transform:translate(-100%)}to{transform:translate(100%)}}:root{--page-bg:#f8fafc;--text-color:#111827;--muted-text:#64748b;--card-bg:#fff;--card-border:#e5e7eb;--value-bg:#f8fafc;--button-bg:#111827;--button-text:#fff;--button-hover-bg:#1f2937;--secondary-btn-bg:#f3f4f6;--secondary-btn-text:#111827;--secondary-btn-hover-bg:#e5e7eb;--button-border:#d1d5db;--button-border-hover:#9ca3af;--accent-color:#2563eb}html.dark .user-profile-page,html.dark .user-profile-card,html.dark .user-profile-summary,html.dark .user-profile-stats,html.dark .user-profile-actions{--page-bg:#020617;--text-color:#f8fafc;--muted-text:#cbd5e1;--card-bg:#0f172a;--card-border:#334155;--value-bg:#111827;--button-bg:#f8fafc;--button-text:#111827;--button-hover-bg:#e2e8f0;--secondary-btn-bg:#1e293b;--secondary-btn-text:#f8fafc;--secondary-btn-hover-bg:#334155;--button-border:#475569;--button-border-hover:#64748b;--accent-color:#60a5fa}.member-profile-page{background:radial-gradient(circle at 0 0,#fee2e299,#0000 30%),radial-gradient(circle at 100% 0,#f8717133,#0000 28%),linear-gradient(#fff 0%,#fff1f2 48%,#fee2e2 100%);min-height:80vh;padding:3rem 1rem}.member-profile-topbar{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.member-profile-topbar h1{margin:0;font-size:2rem}.member-profile-grid{grid-template-columns:1fr;gap:1.5rem;max-width:1100px;margin:auto;display:grid}@media (width>=1024px){.member-profile-grid{grid-template-columns:2fr 1fr}}.member-profile-card,.member-profile-summary,.member-profile-stats,.member-profile-actions{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#4c0f0f;background:#ffffffe6;border:1px solid #dc262624;border-radius:22px;padding:1.5rem;box-shadow:0 18px 40px #b91c1c14}.member-banner{color:#fff;background:linear-gradient(135deg,#f87171,#dc2626 46%,#b91c1c);border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem 1.1rem;display:flex}.member-banner h3,.member-banner p{margin:0}.member-banner-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffffe6;font-size:.8rem}.member-status-pill{color:#fff;background:#fff3;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.member-highlight{color:#dc2626;font-weight:700}.member-action-btn{text-align:center;border-radius:12px;width:100%;padding:.85rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:block}.member-action-btn:hover{transform:translateY(-1px)}.member-activate-btn{color:#fff;cursor:pointer;background:#dc2626;border:1px solid #dc2626;box-shadow:0 8px 20px #b91c1c3d}.member-activate-btn:hover{background:#b91c1c}.member-activate-btn:disabled{opacity:.75;cursor:not-allowed}.member-profile-back-btn{color:#7f1d1d;background:#fff1f2;border:1px solid #fecaca}.member-profile-back-btn:hover{background:#fee2e2;border-color:#fca5a5}.member-continue-link{text-align:center;letter-spacing:.02em;color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);border-radius:16px;justify-content:center;align-items:center;width:100%;padding:.95rem 1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,filter .2s;display:flex;box-shadow:0 14px 28px #b91c1c3d}.member-continue-link:hover{filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 18px 34px #b91c1c52}.member-unavailable-note{color:#7f1d1d;margin:0;font-size:.92rem;line-height:1.5}@media (width<=768px){.member-banner{flex-direction:column;align-items:flex-start}}.payment-page{background:radial-gradient(circle at 100% 0,#60a5fa38,#0000 30%),linear-gradient(#f8fafc 0%,#eff6ff 100%);min-height:100vh;padding:2.5rem 1rem}.payment-shell{max-width:840px;margin:0 auto}.payment-card{background:#ffffffeb;border:1px solid #0f172a14;border-radius:24px;padding:2rem;box-shadow:0 20px 45px #0c225514}.payment-header{margin-bottom:1.5rem}.payment-kicker{text-transform:uppercase;letter-spacing:.1em;color:#1d4ed8;margin-bottom:.5rem;font-size:.8rem;font-weight:700}.payment-header h1{margin:0 0 .5rem;font-size:2rem}.payment-header p{color:#475569;margin:0}.payment-summary{background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;margin-bottom:1.5rem;padding:1rem 1.2rem}.payment-summary-row{justify-content:space-between;gap:1rem;margin-bottom:.6rem;display:flex}.payment-summary-row:last-child{margin-bottom:0}.payment-summary-value,.payment-summary-total{font-weight:700}.payment-summary-total{color:#1d4ed8}.membership-unavailable-banner{background:linear-gradient(#fff1f2 0%,#fff 100%);border:1px solid #fecaca;border-radius:18px;margin-bottom:1.25rem;padding:1.2rem 1.25rem}.membership-unavailable-banner h2{color:#991b1b;margin:.15rem 0 .5rem;font-size:1.15rem}.membership-unavailable-banner p{color:#7f1d1d;margin:0}.membership-unavailable-kicker{text-transform:uppercase;letter-spacing:.08em;color:#dc2626;margin:0;font-size:.75rem;font-weight:800}.payment-destination-box{background:#fffbeb;border:1px solid #e2e8f0;border-left:4px solid #f59e0b;border-radius:18px;margin-bottom:1.25rem;padding:1.2rem}.payment-destination-header{color:#0f172a;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:.95rem;font-weight:700;display:flex}.payment-destination-icon{font-size:1.2rem}.payment-destination-details{flex-direction:column;gap:.4rem;display:flex}.payment-destination-row{color:#475569;justify-content:space-between;gap:.5rem;font-size:.9rem;display:flex}.payment-destination-row strong{color:#0f172a}.payment-account-number{letter-spacing:.12em;font-family:Courier New,Courier,monospace;font-size:1.05rem}.card-note{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin:0 0 1rem;padding:.5rem .75rem;font-size:.82rem}.payment-form{flex-direction:column;gap:1.25rem;display:flex}.agreement-box,.card-panel,.checkout-details-panel{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:1.2rem}.panel-heading{margin-bottom:1rem}.panel-kicker{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .35rem;font-size:.78rem;font-weight:800}.panel-heading h2{margin:0;font-size:1.15rem}.agreement-box h2{margin:0 0 .75rem;font-size:1.15rem}.agreement-box p{color:#475569;margin:0 0 .75rem}.agreement-check{color:#0f172a;align-items:flex-start;gap:.7rem;display:flex}.agreement-check input{margin-top:.2rem}.card-brand{color:#fff;background:#111827;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.35rem .8rem;font-size:.8rem;font-weight:700;display:inline-flex}.payment-field{flex-direction:column;gap:.45rem;margin-bottom:1rem;display:flex}.payment-field label{color:#334155;font-size:.9rem;font-weight:600}.payment-field input,.payment-field textarea{border:1px solid #cbd5e1;border-radius:12px;padding:.85rem .95rem;font-family:inherit;font-size:.95rem}.payment-field textarea{resize:vertical;min-height:96px}.payment-inline-fields{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.delivery-methods{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.delivery-option{color:#334155;cursor:pointer;border:1px solid #cbd5e1;border-radius:14px;align-items:center;gap:.6rem;padding:.85rem .95rem;font-weight:700;display:flex}.delivery-option input{accent-color:#1d4ed8}.mini-order-list{border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:1rem}.mini-order-list h3{margin:0 0 .75rem;font-size:1rem}.mini-order-row{color:#475569;justify-content:space-between;gap:1rem;padding:.5rem 0;font-size:.95rem;display:flex}.mini-order-row strong{color:#0f172a;white-space:nowrap}.payment-method-selector{flex-wrap:wrap;gap:.75rem;display:flex}.payment-method-option{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem .95rem;font-weight:700;display:inline-flex}.payment-method-option input{accent-color:#1d4ed8}.payfast-info-box{background:#f0f4ff;border:1px solid #e2e8f0;border-left:4px solid #6366f1;border-radius:18px;padding:1.2rem}.payfast-brand{color:#0f172a;align-items:center;gap:.6rem;margin-bottom:.5rem;font-size:1rem;font-weight:700;display:flex}.payfast-note{color:#475569;margin:0;font-size:.82rem;line-height:1.5}.payfast-mode-note{color:#334155;margin-top:.75rem;font-size:.82rem;font-style:italic}.payment-actions{align-items:center;gap:1rem;display:flex}.pay-now-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:16px;padding:.95rem 1.4rem;font-weight:700;box-shadow:0 14px 28px #1d4ed833}.pay-now-btn:disabled{opacity:.7;cursor:wait}.payment-cancel-link{color:#475569;font-weight:600;text-decoration:none}@media (width<=640px){.payment-card{padding:1.25rem}.payment-inline-fields,.delivery-methods{grid-template-columns:1fr}.payment-actions{flex-direction:column;align-items:stretch}.payment-method-selector{flex-direction:column}}.payment-success-page{background:radial-gradient(circle at top,#60a5fa38,#0000 35%),linear-gradient(#f8fafc 0%,#eff6ff 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.payment-success-card{text-align:center;background:#fffffff2;border:1px solid #0f172a14;border-radius:28px;width:100%;max-width:560px;padding:2.5rem 2rem;box-shadow:0 20px 45px #0f172a14}.success-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.08em;background:#dbeafe;border-radius:999px;justify-content:center;align-items:center;margin-bottom:1rem;padding:.4rem .9rem;font-size:.82rem;font-weight:700;display:inline-flex}.payment-success-card h1{color:#0f172a;margin:0 0 .75rem;font-size:2rem}.payment-success-card p{color:#475569;max-width:34rem;margin:0 auto 1rem}.success-amount{color:#1d4ed8;margin:1.4rem 0 .8rem;font-size:2.2rem;font-weight:800}.success-note{font-size:.95rem}.delivery-confirmation{text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:14px;max-width:28rem;margin:1rem auto;padding:.9rem 1rem}.delivery-confirmation span{color:#1d4ed8;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.35rem;font-size:.8rem;font-weight:800;display:block}.delivery-confirmation p{color:#0f172a;margin:0;font-weight:700}.success-home-link{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:16px;justify-content:center;align-items:center;margin-top:1rem;padding:.95rem 1.4rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 28px #1d4ed838}.success-home-link:hover{transform:translateY(-2px);box-shadow:0 18px 34px #1d4ed84d}
