:root{--primary: #0f8a72;--primary-dark: #0d6b56;--primary-light: #14b8a6;--accent: #ed7d31;--brand-orange: #ed7d31;--brand-gold: #f7a828;--brand-lime: #8dc63f;--ink: #16332c;--bg: #eaf2fe;--surface: #ffffff;--surface-alt: #eaf7f1;--text: #16332c;--text-muted: #6b7d78;--border: #e6ede9;--danger: #ef4444;--danger-bg: #fef2f2;--success: #16a34a;--success-bg: #f0fdf4;--warn: #d97706;--warn-bg: #fffbeb;--pastel-mint-bg: #e3f5ee;--pastel-mint-ink: #0f8a72;--pastel-peach-bg: #fdece3;--pastel-peach-ink: #d96b2a;--pastel-lavender-bg: #efe9fb;--pastel-lavender-ink: #8462c7;--pastel-lime-bg: #f0f7e0;--pastel-lime-ink: #6f9a2c;--pastel-pink-bg: #fdeaf1;--pastel-pink-ink: #d6547e;--pastel-gold-bg: #fef3de;--pastel-gold-ink: #c98a1c;--pastel-sky-bg: #e6f2fb;--pastel-sky-ink: #2f7fb8;--pastel-rose-bg: #fbe8e8;--pastel-rose-ink: #c65a5a;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--shadow-sm: 0 2px 8px rgba(15, 32, 39, .06);--shadow-md: 0 8px 24px rgba(15, 32, 39, .08);--shadow-lg: 0 16px 40px rgba(15, 32, 39, .12)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Cairo,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.6}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:.95rem}h1,h2,h3,h4{margin:0 0 .4em;font-weight:700}p{margin:0 0 .6em}.container{width:100%;max-width:1180px;margin:0 auto;padding:0 20px}.reveal{opacity:0;transform:translateY(42px) scale(.96);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.reveal.revealed{opacity:1;transform:none}@keyframes hero-in{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.hero-anim{opacity:0;animation:hero-in .8s cubic-bezier(.16,1,.3,1) forwards}@media (prefers-reduced-motion: reduce){.reveal,.hero-anim{opacity:1!important;transform:none!important;animation:none!important;transition:none!important}}.main{min-height:60vh;padding-top:72px}.home-page{margin-top:-72px}.muted{color:var(--text-muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--radius-pill);border:none;font-weight:600;font-size:.95rem;transition:all .18s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-light{background:#fff;color:var(--primary-dark)}.btn-light:hover{background:var(--surface-alt)}.btn-sm{padding:8px 14px;font-size:.85rem}.btn-lg{padding:14px 24px;font-size:1rem}.btn-block{width:100%}.btn-icon{padding:10px;border-radius:50%}.icon-btn{background:transparent;border:none;color:var(--text);padding:8px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:background .15s ease}.icon-btn:hover{background:var(--surface-alt)}.icon-btn:disabled{opacity:.35;cursor:not-allowed}.icon-btn:disabled:hover{background:transparent}.icon-btn.danger:hover{background:var(--danger-bg);color:var(--danger)}.navbar{position:sticky;top:0;z-index:40;background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.navbar.navbar-overlay{position:fixed;left:0;right:0;top:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease}.navbar.navbar-overlay.scrolled{background:#ffffff38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:#ffffff4d}.navbar.navbar-tinted{position:fixed;left:0;right:0;top:0;background:#eaf2fe;-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom:1px solid transparent;transition:background .25s ease,border-color .25s ease}.navbar.navbar-tinted.scrolled{background:#ffffff38;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom-color:#ffffff4d}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:16px}@media (min-width: 861px){.navbar-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.nav-links{justify-self:center}}.navbar-brand{display:flex;align-items:center;min-width:0}.brand-logo{display:flex;align-items:center;flex-shrink:0}.brand-logo img{display:block;height:44px;width:auto}.nav-search{position:relative;display:flex;align-items:center;gap:8px;background:var(--surface-alt);border-radius:var(--radius-pill);padding:9px 16px;min-width:220px;color:var(--text-muted)}.search-suggestions{position:absolute;top:calc(100% + 8px);right:0;left:0;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);overflow:hidden;z-index:50}.search-suggestion-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 14px;background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;text-align:right;font-family:inherit;font-size:.85rem;color:var(--text)}.search-suggestion-item:last-child{border-bottom:none}.search-suggestion-item:hover{background:var(--surface-alt)}.search-suggestion-item img{width:32px;height:32px;object-fit:contain;flex:none}.search-suggestion-item span:first-of-type{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-search input{border:none;outline:none;background:transparent;flex:1;font-size:.85rem;color:var(--text)}.desktop-only{display:none}@media (min-width: 861px){.desktop-only{display:flex}.mobile-only{display:none}}.brand{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:var(--primary-dark);white-space:nowrap}.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0}.brand-icon svg{width:100%;height:100%}.nav-links{display:flex;align-items:center;gap:6px}.nav-link{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:var(--radius-sm);font-weight:600;color:var(--text-muted)}.nav-link:hover,.nav-link.active{background:var(--surface-alt);color:var(--primary-dark)}.nav-actions{display:flex;align-items:center;gap:6px}.nav-account{align-items:center;gap:6px}.user-menu{position:relative;display:flex;align-items:center;gap:2px}.icon-btn.active{background:var(--surface-alt);color:var(--primary-dark)}.profile-dropdown{position:absolute;top:calc(100% + 10px);left:0;min-width:190px;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-direction:column;gap:2px;z-index:50;animation:profile-dropdown-in .15s ease}@keyframes profile-dropdown-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text);font-weight:600;font-size:.9rem;text-align:right;width:100%;cursor:pointer}.profile-dropdown-item:hover{background:var(--surface-alt);color:var(--primary-dark)}.profile-dropdown-item.danger{color:var(--danger)}.profile-dropdown-item.danger:hover{background:var(--danger-bg);color:var(--danger)}.cart-btn{position:relative}.badge{position:absolute;top:-2px;left:-2px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.badge.static{position:static;margin-inline-start:auto}.nav-links-account{display:flex;flex-direction:column;gap:2px;margin-top:10px;padding-top:10px;border-top:1px solid var(--border)}.nav-links-account-item{display:flex;align-items:center;gap:10px;padding:10px 4px;border:none;background:transparent;color:var(--text);font-weight:600;font-size:.92rem;text-align:right;width:100%;cursor:pointer}.nav-links-account-item.danger{color:var(--danger)}.nav-links-account .btn{margin-top:6px}@media (min-width: 861px){.nav-links-account{display:none}}.menu-toggle{display:none}@media (max-width: 860px){.nav-links{position:absolute;top:68px;left:0;right:0;width:100%;min-width:0;background:#fff;flex-direction:column;align-items:stretch;padding:10px 20px 16px;border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);max-height:calc(100vh - 68px);overflow-y:auto;overflow-x:hidden;opacity:0;visibility:hidden;transform:translateY(-14px);transition:opacity .2s ease,transform .2s ease,visibility .2s}.nav-links.open{opacity:1;visibility:visible;transform:translateY(0)}.nav-links .nav-search{width:100%;margin-top:6px}.menu-toggle{display:inline-flex}.brand-logo img{height:32px}}.footer{background:#0b2b28;color:#cdece7;padding:48px 0 0}.footer .brand{color:#fff}.footer-logo{display:inline-flex;background:#fff;border-radius:var(--radius-md);padding:10px 16px;margin-bottom:16px}.footer-logo img{height:40px;width:auto;display:block}.footer h4{color:#fff;margin-bottom:14px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:32px;padding-bottom:32px}.footer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer-list li{display:flex;align-items:center;gap:8px;font-size:.92rem}.footer-list a:hover{color:#fff}.footer-social{display:flex;align-items:center;gap:10px;margin-top:16px}.footer-social a{width:36px;height:36px;border-radius:50%;background:#ffffff14;color:#cdece7;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.footer-social a:hover{background:var(--primary);color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);text-align:center;padding:16px 0;font-size:.85rem;color:#9fc9c2}@media (max-width: 700px){.footer-grid{grid-template-columns:1fr}}.home-page{background:#eaf2fe}.static-hero{position:relative;width:100%;line-height:0}.static-hero img{width:100%;height:auto;display:block}.hero-caption{position:absolute;top:40%;left:2%;transform:translateY(-50%);max-width:300px;line-height:1.5;text-align:right}.hero-text{width:420px;transform:translate(150px)}.hero-caption h1{font-size:clamp(1.6rem,3vw,2.3rem);font-weight:800;color:var(--text);margin-bottom:26px;white-space:nowrap}.hero-caption h1 span{color:var(--primary-dark)}.hero-caption p{font-size:clamp(1rem,1.3vw,1.15rem);color:var(--text-muted);line-height:1.8;margin-bottom:26px}.hero-cta{margin-top:46px;padding:12px 26px;font-size:.95rem}@media (max-width: 760px){.hero-caption{display:none}}.category-section-v2{padding:32px 56px 0;margin-bottom:30px}.category-panel{background:#f9fbfc;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px}.scroll-row-wrap{position:relative}.row-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:#fff;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;color:var(--primary-dark);z-index:2;transition:transform .15s ease,box-shadow .15s ease}.row-arrow:hover{transform:translateY(-50%) scale(1.08)}.row-arrow-start{left:-8px}.row-arrow-end{right:-8px}@media (max-width: 700px){.row-arrow{display:none}}.category-panel-head{display:flex;justify-content:flex-end;margin-bottom:14px}.category-view-all{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface-alt);color:var(--primary-dark);font-size:.85rem;font-weight:600;transition:background .15s ease,border-color .15s ease,transform .15s ease}.category-view-all:hover{background:#fff;border-color:var(--primary);transform:translate(-2px)}.category-row{display:flex;align-items:stretch;gap:14px;overflow-x:auto;padding-top:8px;padding-bottom:6px;scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;will-change:scroll-position}.category-row:active{cursor:grabbing}.category-row::-webkit-scrollbar{display:none}.category-card{flex:0 0 168px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;padding:33px 14px;border-radius:var(--radius-md);color:var(--text);transition:transform .15s ease;opacity:0}@keyframes card-in{0%{opacity:0;transform:translateY(28px) scale(.94)}to{opacity:1;transform:none}}.category-row.revealed .category-card{animation:card-in .55s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.category-card{opacity:1;animation:none!important}}.category-row:not(.dragging) .category-card:hover{transform:translateY(-3px)}.category-row.dragging .category-card{transition:none}.category-row.dragging .category-card img{pointer-events:none}.category-card-media{width:98px;height:98px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.category-card-media img{width:100%;height:100%;object-fit:contain}.category-card-name{font-weight:700;font-size:.88rem}.category-card-count{font-size:.72rem;color:var(--text);opacity:.75}@media (max-width: 700px){.category-section-v2{padding:20px 12px 0}.category-panel{padding:14px}.category-row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-auto-columns:118px;gap:10px}.category-card{flex:none;padding:16px 8px}.category-card-media{width:64px;height:64px}}.category-card-price{font-size:.75rem;color:var(--accent);font-weight:700}.admin-image-list{display:flex;flex-wrap:wrap;gap:10px}.admin-image-item{position:relative;width:72px;height:72px;border-radius:var(--radius-sm);overflow:hidden;background:#fff;border:1px solid var(--border)}.admin-image-item img{width:100%;height:100%;object-fit:contain}.admin-image-remove{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;border:none;background:#0009;color:#fff;display:flex;align-items:center;justify-content:center}.admin-video-preview{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--surface-alt);border-radius:var(--radius-sm);font-size:.85rem;color:var(--text-muted)}.category-card-preview{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;border-radius:var(--radius-md);max-width:160px}.category-card-preview img{width:64px;height:64px;border-radius:50%;object-fit:cover}.category-card-preview span{font-weight:700;font-size:.85rem}.brand-carousel-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:6px;scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none}.brand-carousel-row:active{cursor:grabbing}.brand-carousel-row.dragging .brand-carousel-card{transition:none}.brand-carousel-row::-webkit-scrollbar{display:none}.brand-carousel-card{flex:0 0 160px;height:76px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-md);font-weight:800;font-size:1rem;color:var(--text);letter-spacing:.02em;transition:transform .15s ease;opacity:0}.brand-carousel-row.revealed .brand-carousel-card{animation:card-in .55s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.brand-carousel-card{opacity:1;animation:none!important}}.brand-carousel-card:hover{transform:translateY(-3px)}.brand-carousel-card img{max-width:80%;max-height:60%;object-fit:contain}@media (max-width: 700px){.brand-carousel-row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-auto-columns:130px;gap:10px}.brand-carousel-card{flex:none;height:62px}}.featured-section-v2{padding:32px 56px 0}.featured-panel{padding:0}.featured-panel-head{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:22px}.featured-panel-head h2{display:flex;align-items:center;gap:14px;margin:0;font-size:1.5rem;white-space:nowrap}.featured-panel-head h2:before,.featured-panel-head h2:after{content:"";flex:none;width:28px;height:1px;background:var(--text);opacity:.8}.section-head-icon{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:none}.featured-panel-head .link-more{position:absolute;left:0;top:50%;transform:translateY(-50%)}@media (max-width: 700px){.featured-section-v2{padding:20px 12px 0}.featured-panel-head{justify-content:space-between}.featured-panel-head h2{font-size:1.15rem}.featured-panel-head h2:before,.featured-panel-head h2:after{display:none}.featured-panel-head .link-more{position:static;transform:none;flex:none}}.picks-section{padding-top:40px}.picks-hint{display:flex;align-items:center;gap:4px;font-size:.8rem;color:var(--text-muted);font-weight:600}.picks-row{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:10px;scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y;-webkit-user-select:none;user-select:none;will-change:scroll-position}.picks-row:active{cursor:grabbing}.picks-row.dragging{scroll-snap-type:none}.picks-row::-webkit-scrollbar{display:none}.picks-item{flex:0 0 208px;scroll-snap-align:start;opacity:0}.picks-row.revealed .picks-item{animation:card-in .55s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.picks-item{opacity:1;animation:none!important}}.picks-row.dragging .product-card{transition:none}.picks-row.dragging .product-card:hover,.picks-row.dragging .product-card:hover .product-media img{transform:none}.picks-row.dragging .product-card img{pointer-events:none}@media (max-width: 640px){.picks-item{flex-basis:168px}}@media (max-width: 700px){.picks-row{display:grid;grid-auto-flow:column;grid-template-rows:repeat(2,auto);grid-auto-columns:140px;gap:10px;scroll-snap-type:none}.picks-item{flex:none}.picks-row .product-media{height:110px;padding:8px}.picks-row .product-body{padding:8px;gap:2px}.picks-row .product-name{font-size:.82rem}.picks-row .favorite-btn{width:28px;height:28px}.picks-row .product-add-btn{width:34px;height:34px}.picks-row .product-price{font-size:.9rem}}.brand-cash-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:32px 56px 0}.brand-cash-tile{display:block;border-radius:var(--radius-md);overflow:hidden;line-height:0;transition:transform .15s ease}.brand-cash-tile:hover{transform:translateY(-3px)}.brand-cash-tile img{width:100%;height:auto;display:block}@media (max-width: 700px){.brand-cash-row{grid-template-columns:1fr;padding:20px 12px 0;gap:12px}}.promo-tiles-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:32px 56px 40px}.promo-tiles-row img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:var(--radius-md);display:block;opacity:0}.promo-tiles-row.revealed img{animation:card-in .55s cubic-bezier(.16,1,.3,1) both}@media (prefers-reduced-motion: reduce){.promo-tiles-row img{opacity:1;animation:none!important}}@media (max-width: 900px){.promo-tiles-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.promo-tiles-row{padding:20px 12px 30px;gap:10px}}.banner-carousel{position:relative;width:100%;line-height:0;overflow:hidden}.banner-carousel-track{display:flex;direction:ltr;transition:transform .6s ease}.banner-carousel-slide{flex:0 0 100%;display:block;aspect-ratio:21 / 6}.banner-carousel-slide img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 700px){.banner-carousel-slide{aspect-ratio:4 / 3}}.banner-carousel-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.banner-carousel-dot{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#ffffff8c;cursor:pointer;transition:all .2s ease}.banner-carousel-dot.active{width:22px;border-radius:4px;background:#fff}.banner-manager{display:flex;flex-direction:column;gap:10px}.banner-manager-item{display:flex;align-items:center;gap:10px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:8px}.banner-manager-item img{width:72px;height:48px;object-fit:cover;border-radius:6px;flex:none}.banner-manager-item input{flex:1}.banner-manager-add{border:1px dashed var(--border);border-radius:var(--radius-sm);padding:10px;text-align:center;cursor:pointer;color:var(--text-muted);font-weight:600;font-size:.9rem}.banner-manager-add input{display:none}.section-head{display:flex;align-items:center;justify-content:space-between;margin:40px 0 18px}.link-more{display:inline-flex;align-items:center;gap:6px;color:var(--primary-dark);font-weight:700;font-size:.9rem;background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;padding-bottom:20px}.product-card{background:transparent;border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:transform .18s ease}.product-card:hover{transform:translateY(-4px)}.product-media{position:relative;height:176px;background:transparent;display:flex;align-items:center;justify-content:center;padding:14px;color:var(--primary)}.product-media img{width:100%;height:100%;object-fit:contain;transition:transform .25s ease}.product-card:hover .product-media img{transform:scale(1.1)}.chip{position:absolute;top:10px;right:10px;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:999px}.chip.static{position:static;display:inline-block}.favorite-btn{position:absolute;top:10px;left:10px;width:34px;height:34px;border-radius:50%;border:none;background:transparent;color:var(--text-muted);display:flex;align-items:center;justify-content:center;transition:color .15s ease,transform .15s ease;z-index:1}.favorite-btn:hover{transform:scale(1.08)}.favorite-btn.active{color:#e11d48}.detail-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-title-row h1{margin:0}.favorite-btn.detail{position:static;flex-shrink:0;width:40px;height:40px;background:var(--surface-alt);box-shadow:none}.chip-warn{background:var(--warn-bg);color:var(--warn)}.chip-danger{background:var(--danger-bg);color:var(--danger)}.chip-discount{top:auto;bottom:10px;right:10px;background:var(--danger);color:#fff;font-weight:800}.chip-success{background:var(--success-bg);color:var(--success);position:static;display:inline-block}.product-body{padding:16px;display:flex;flex-direction:column;gap:4px;flex:1}.product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.product-category{font-size:.75rem;color:var(--primary);font-weight:700}.product-brand{font-size:.72rem;color:var(--text-muted);font-weight:600;background:var(--surface-alt);padding:2px 8px;border-radius:999px}.product-brand-logo{display:flex;align-items:center;justify-content:center;height:24px;margin-bottom:2px}.product-brand-logo img{max-height:100%;max-width:110px;object-fit:contain}.product-name{font-weight:700;font-size:1rem;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-desc{font-size:.85rem;color:var(--text-muted);margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:10px}.product-add-btn{width:44px;height:44px;border-radius:50%;border:none;background:var(--pastel-mint-bg);color:var(--pastel-mint-ink);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s ease,transform .15s ease}.product-add-btn:hover:not(:disabled){background:var(--primary);color:#fff}.product-add-btn:disabled{opacity:.4;cursor:not-allowed}.product-price-group{display:flex;flex-direction:column;gap:1px}.product-old-price{font-size:.75rem;font-weight:600;color:var(--danger);text-decoration:line-through}.product-price{font-weight:800;font-size:1.1rem;color:var(--primary-dark)}@media (max-width: 960px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 680px){.product-grid{grid-template-columns:repeat(2,1fr)}}.page{padding:32px 20px 60px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.page-head h1{display:flex;align-items:center;gap:10px}.search-box{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-pill);padding:9px 16px;min-width:260px}.search-box input{border:none;outline:none;flex:1;background:transparent}.filters-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px}.filter-dropdown{position:relative}.filter-dropdown-trigger{display:flex;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;padding:10px 16px;border-radius:var(--radius-pill);font-size:.88rem;font-weight:600;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}.filter-dropdown-trigger:hover{border-color:var(--primary)}.filter-dropdown-trigger.open{border-color:var(--primary);box-shadow:0 0 0 3px var(--surface-alt)}.filter-dropdown-trigger.active{background:var(--surface-alt);border-color:var(--primary);color:var(--primary-dark)}.filter-dropdown-chevron{transition:transform .2s ease;color:var(--text-muted)}.filter-dropdown-trigger.open .filter-dropdown-chevron{transform:rotate(180deg)}.filter-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-height:320px;overflow-y:auto;background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);padding:8px;display:flex;flex-direction:column;gap:2px;z-index:30;animation:profile-dropdown-in .15s ease}.filter-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--text);font-weight:600;font-size:.9rem;text-align:right;white-space:nowrap}.filter-dropdown-item-label{display:flex;align-items:center;gap:10px}.filter-dropdown-item-thumb{flex-shrink:0;width:30px;height:30px;border-radius:50%;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;overflow:hidden}.filter-dropdown-item-thumb img{width:100%;height:100%;object-fit:contain}.filter-dropdown-item-icon{color:var(--text-muted);flex-shrink:0}.filter-dropdown-item:hover{background:var(--surface-alt)}.filter-dropdown-item.active{color:var(--primary-dark)}.filter-dropdown-item.active svg{color:var(--primary)}.empty-state{text-align:center;padding:60px 20px;color:var(--text-muted);display:flex;flex-direction:column;align-items:center;gap:10px}.loader-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 0;gap:12px;color:var(--text-muted)}.spinner{width:34px;height:34px;border:3px solid var(--surface-alt);border-top-color:var(--primary);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.breadcrumb{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:.85rem;color:var(--text-muted);margin-bottom:20px}.breadcrumb a:hover{color:var(--primary-dark)}.breadcrumb span{color:var(--text);font-weight:600}.product-detail-page{background:#eaf2fe;min-height:60vh}.product-detail-panel{background:transparent}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:44px}.product-gallery{display:flex;flex-direction:column;gap:12px}.product-gallery-main{background:transparent;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;overflow:hidden;color:var(--primary);padding:24px}.product-gallery-main img,.product-gallery-main video{width:100%;height:100%;object-fit:contain}.product-gallery-thumbs{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none}.product-gallery-thumbs::-webkit-scrollbar{display:none}.product-gallery-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:var(--radius-sm);border:2px solid transparent;background:var(--surface);display:flex;align-items:center;justify-content:center;overflow:hidden;color:var(--primary);transition:border-color .15s ease}.product-gallery-thumb img{width:100%;height:100%;object-fit:contain}.product-gallery-thumb.active{border-color:var(--primary)}.product-price-lg{font-size:1.6rem;font-weight:800;color:var(--primary-dark);margin:0}.detail-price-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.product-old-price-lg{font-size:1.05rem;font-weight:600;color:var(--danger);text-decoration:line-through}.chip-discount.static{position:static}.detail-trust-row{display:flex;flex-wrap:wrap;gap:18px;margin-top:22px;padding-top:18px;border-top:1px solid var(--border)}.detail-trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-muted);font-weight:600}.detail-trust-item svg{color:var(--primary)}.notice{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:var(--radius-sm);font-size:.9rem;margin-bottom:16px}.notice-warn{background:transparent;color:var(--warn);padding-right:0;padding-left:0}.stock-info{margin-bottom:18px}.qty-row{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.qty-control{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:var(--radius-sm);padding:6px 12px}.qty-control button{background:var(--surface-alt);border:none;width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.qty-control span{min-width:20px;text-align:center;font-weight:700}@media (max-width: 780px){.product-detail{grid-template-columns:1fr}}.related-section{margin-top:56px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:2fr 1fr;gap:28px;align-items:start}.cart-items{display:flex;flex-direction:column;gap:14px}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto auto;align-items:center;gap:16px;background:#fff;border-radius:var(--radius-md);padding:12px;box-shadow:var(--shadow-sm)}.cart-item-media{width:64px;height:64px;border-radius:12px;overflow:hidden;background:var(--surface-alt)}.cart-item-media img{width:100%;height:100%;object-fit:cover}.cart-item-info h4{margin:0;font-size:.95rem}.cart-item-total{font-weight:700;color:var(--primary-dark);white-space:nowrap}.cart-summary{background:#fff;border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-sm);position:sticky;top:88px}.summary-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;font-size:.92rem;color:var(--text-muted)}.summary-row.total{border-top:1px solid var(--border);margin-top:8px;padding-top:14px;font-weight:800;font-size:1.1rem;color:var(--text)}.hint{font-size:.8rem;color:var(--accent);margin:4px 0 0}@media (max-width: 860px){.cart-layout,.checkout-layout{grid-template-columns:1fr}.cart-item{grid-template-columns:52px 1fr auto;row-gap:8px}}.form-card{background:#fff;border-radius:var(--radius-md);padding:24px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:16px}.form-card.plain{box-shadow:none;padding:0}.form-card h3{display:flex;align-items:center;gap:8px;font-size:1rem;margin:6px 0 -4px}.form-card label{display:flex;flex-direction:column;gap:6px;font-size:.88rem;font-weight:600;color:var(--text-muted)}.form-card input,.form-card textarea,.form-card select{width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:var(--radius-sm);outline:none;color:var(--text);background:#fff;font-weight:500}.form-card input[type=radio],.form-card input[type=checkbox]{width:auto;padding:0;border:none;flex:none}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{border-color:var(--primary)}.form-card input:disabled{background:var(--surface-alt);color:var(--text-muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-row>label{min-width:0}.password-input-wrap{position:relative}.form-card .password-input-wrap input{width:100%;padding-inline-end:42px}.password-toggle-btn{position:absolute;top:50%;inset-inline-end:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;cursor:pointer;color:var(--text-muted)}.password-toggle-btn:hover{color:var(--text)}.form-field{display:flex;flex-direction:column;gap:6px;font-size:.88rem;font-weight:600;color:var(--text-muted)}.color-input-row{display:flex;align-items:center;gap:10px}.color-input-row input[type=color]{width:44px;height:40px;padding:2px;flex-shrink:0}.color-input-row input[type=text]{flex:1}.checkbox-label{flex-direction:row!important;align-items:center;gap:8px!important}.form-error{background:var(--danger-bg);color:var(--danger);padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;margin:0}.form-hint{background:var(--success-bg);color:var(--success);padding:10px 14px;border-radius:var(--radius-sm);font-size:.85rem;margin:0}.password-strength{display:flex;align-items:center;gap:10px;margin-top:-10px}.password-strength-track{flex:1;height:5px;border-radius:999px;background:var(--border);overflow:hidden}.password-strength-fill{height:100%;border-radius:999px;transition:width .2s ease,background .2s ease}.password-strength-label{font-size:.75rem;font-weight:700;white-space:nowrap}.password-match{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;margin:-10px 0 0}.password-match.ok{color:var(--success)}.password-match.bad{color:var(--danger)}.radio-options{display:flex;gap:12px;flex-wrap:wrap}.radio-card{display:flex!important;flex-direction:row!important;align-items:center;gap:8px!important;border:1px solid var(--border);padding:12px 16px;border-radius:var(--radius-sm);cursor:pointer;font-weight:600;color:var(--text)}.radio-card:has(input:checked){border-color:var(--primary);background:var(--surface-alt);color:var(--primary-dark)}.bank-transfer-box{background:var(--surface-alt);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:10px;margin-top:-8px}.bank-transfer-hint{font-size:.85rem;color:var(--text-muted);margin:0}.bank-detail-row{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:var(--radius-sm);padding:10px 14px;font-size:.9rem}.bank-detail-row span{color:var(--text-muted)}.upload-receipt-label{display:inline-flex!important;flex-direction:row!important;align-items:center;gap:8px!important;width:fit-content;background:var(--primary);color:#fff!important;padding:10px 18px;border-radius:var(--radius-pill);font-weight:600;font-size:.88rem;cursor:pointer}.upload-receipt-label:hover{background:var(--primary-dark)}.auth-page{display:flex;align-items:center;justify-content:center;padding:60px 20px}.auth-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:36px;width:100%;max-width:420px}.auth-brand{text-align:center;margin-bottom:20px}.auth-brand .brand-icon{margin:0 auto 12px}.auth-switch{text-align:center;margin-top:18px;font-size:.9rem;color:var(--text-muted)}.auth-switch a{color:var(--primary-dark);font-weight:700}.demo-hint{margin-top:18px;background:var(--surface-alt);border-radius:var(--radius-sm);padding:12px 14px;display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:var(--primary-dark)}.orders-list{display:flex;flex-direction:column;gap:10px}.order-row{display:grid;grid-template-columns:1.4fr 1fr auto auto;align-items:center;gap:14px;background:#fff;padding:14px 18px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.order-row div{display:flex;flex-direction:column;gap:2px}.order-total{font-weight:700;color:var(--primary-dark)}@media (max-width: 700px){.order-row{grid-template-columns:1fr 1fr}}.status-badge{display:inline-flex;align-items:center;padding:6px 14px;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap;width:fit-content}.status-pending{background:var(--warn-bg);color:var(--warn)}.status-confirmed{background:#eff6ff;color:#2563eb}.status-shipping{background:#f5f3ff;color:#7c3aed}.status-delivered{background:var(--success-bg);color:var(--success)}.status-cancelled{background:var(--danger-bg);color:var(--danger)}.tracker{display:flex;align-items:center;gap:8px;margin:24px 0;overflow-x:auto}.tracker-step{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;font-weight:600;white-space:nowrap}.tracker-step:after{content:"";width:40px;height:2px;background:var(--border);margin-inline-start:8px}.tracker-step:last-child:after{display:none}.tracker-dot{width:10px;height:10px;border-radius:50%;background:var(--border);display:inline-block}.tracker-step.done{color:var(--primary-dark)}.tracker-step.done .tracker-dot{background:var(--primary)}.tracker-step.done:after{background:var(--primary)}.order-item-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:.92rem}.order-item-row:last-child{border-bottom:none}.order-item-info{display:flex;align-items:center;gap:12px}.order-item-image{width:48px;height:48px;object-fit:contain;border-radius:var(--radius-sm);border:1px solid var(--border);background:#fff;flex:none}.info-line{display:flex;align-items:center;gap:8px;font-size:.88rem;color:var(--text-muted)}.wallet-balance-card{display:flex;flex-direction:column;gap:6px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:var(--radius-md);padding:22px 26px;margin-bottom:24px}.wallet-balance-card span{font-size:.9rem;opacity:.85}.wallet-balance-card strong{font-size:2rem}.wallet-tx-list{display:flex;flex-direction:column;gap:10px}.wallet-tx-row{display:flex;align-items:center;gap:14px;background:#fff;padding:14px 18px;border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.wallet-tx-icon{width:38px;height:38px;flex:none;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--surface-alt);color:var(--primary-dark)}.wallet-tx-info{display:flex;flex-direction:column;gap:2px;flex:1}.wallet-tx-amount{font-weight:800;white-space:nowrap}.wallet-tx-amount.positive{color:var(--success)}.wallet-tx-amount.negative{color:var(--danger)}.order-total-cell{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.cashback-chip{display:inline-flex;align-items:center;gap:4px;background:#fff7ed;color:var(--accent);font-size:.72rem;font-weight:700;padding:3px 9px;border-radius:999px;white-space:nowrap}.payment-cell{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.payment-chip-btn{cursor:pointer;font-family:inherit}.receipt-preview-link{display:block}.receipt-preview{width:100%;max-width:200px;border-radius:var(--radius-sm);border:1px solid var(--border);display:block}.admin-layout{display:grid;grid-template-columns:240px 1fr;gap:28px;padding:100px 20px 60px;align-items:start}.admin-sidebar{background:#fff;border-radius:var(--radius-md);padding:16px;box-shadow:var(--shadow-sm);position:sticky;top:88px;display:flex;flex-direction:column;gap:6px}.order-back-btn{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;font-weight:600;background:none;border:none;padding:0;margin-bottom:16px;cursor:pointer;font-family:inherit}.order-back-btn:hover{color:var(--text)}.admin-back{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:.85rem;font-weight:600;padding:8px 10px 14px;margin-bottom:8px;border-bottom:1px solid var(--border)}.admin-sidebar nav{display:flex;flex-direction:column;gap:4px}.admin-link{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:var(--radius-sm);font-weight:600;color:var(--text-muted);font-size:.92rem}.admin-link:hover{background:var(--surface-alt)}.admin-link.active{background:var(--primary);color:#fff}@keyframes admin-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.admin-fade-in{animation:admin-fade-in .35s ease both}@media (prefers-reduced-motion: reduce){.admin-fade-in{animation:none}}@media (max-width: 860px){.admin-layout{grid-template-columns:1fr;padding:90px 12px 40px}.admin-sidebar,.admin-content{min-width:0}.admin-sidebar{position:static;flex-direction:column;align-items:stretch;gap:8px}.admin-back{margin-bottom:0;padding-bottom:10px}.admin-sidebar nav{flex-direction:row;overflow-x:auto;min-width:0;gap:6px}.admin-link{white-space:nowrap;flex:none}}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:30px}@media (max-width: 700px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 460px){.stats-grid{grid-template-columns:1fr}}.stat-card{background:#fff;border-radius:var(--radius-md);padding:18px;display:flex;align-items:center;gap:14px;box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.stat-icon{width:44px;height:44px;border-radius:12px;background:var(--surface-alt);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-value{display:block;font-size:1.3rem;font-weight:800}.stat-label{display:block;font-size:.8rem;color:var(--text-muted)}@media (max-width: 780px){.stats-grid{grid-template-columns:1fr 1fr}}.admin-panel{background:#fff;border-radius:var(--radius-md);padding:20px;box-shadow:var(--shadow-sm);margin-bottom:24px}.panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.panel-head a{font-size:.85rem;font-weight:700;color:var(--primary-dark)}.simple-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:var(--text-muted)}.table-wrap{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow-x:auto}.admin-table{width:100%;min-width:720px;border-collapse:collapse;font-size:.9rem}.admin-table td{white-space:nowrap}.admin-table .payment-cell,.admin-table .cell-product,.admin-table .cell-actions{white-space:normal}.admin-table tr.row-clickable{cursor:pointer}.admin-table tr.row-clickable:hover{background:var(--surface-alt)}.admin-table th{text-align:right;padding:14px 16px;color:var(--text-muted);font-size:.8rem;border-bottom:1px solid var(--border);white-space:nowrap}.admin-table td{padding:12px 16px;border-bottom:1px solid var(--border);vertical-align:middle}.admin-table tr:last-child td{border-bottom:none}.cell-product{display:flex;align-items:center;gap:10px;font-weight:600}.cell-product img{width:36px;height:36px;border-radius:8px;object-fit:cover}.cell-actions{display:flex;gap:4px}.text-danger{color:var(--danger);font-weight:700}.select-input{padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:#fff;font-size:.85rem}.role-chip{padding:4px 10px;border-radius:999px;font-size:.75rem;font-weight:700;background:var(--surface-alt);color:var(--primary-dark)}.role-chip.admin{background:#fff7ed;color:var(--accent)}.admin-load-more{display:flex;justify-content:center;margin-top:16px}.admin-load-more .btn{min-width:200px}@media (max-width: 700px){.admin-table{min-width:0}.table-wrap{overflow-x:visible;background:none;box-shadow:none;border-radius:0}.admin-table thead{display:none}.admin-table,.admin-table tbody,.admin-table tr{display:block;width:100%}.admin-table tr{margin-bottom:10px;border:1px solid var(--border);border-radius:var(--radius-md);padding:4px 14px;background:#fff;box-shadow:var(--shadow-sm)}.admin-table tr:last-child{margin-bottom:0}.admin-table td{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:7px 0;font-size:1rem;white-space:normal}.admin-table td[data-label]:before{content:attr(data-label);font-weight:600;color:var(--text-muted);font-size:.85rem;flex:none}.admin-table td.cell-actions{justify-content:flex-end;gap:10px}.admin-table td.cell-product{justify-content:flex-start}.admin-table td.cell-actions .icon-btn{width:40px;height:40px}.admin-table select.select-input{font-size:.95rem;padding:10px 12px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b2b2873;display:flex;align-items:center;justify-content:center;padding:20px;z-index:100}.modal-card{background:#fff;border-radius:var(--radius-lg);padding:22px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}
