.search-autocomplete{width:100%;min-width:0;max-width:100%;position:relative}.search-autocomplete__input-wrap{border-radius:var(--radius-full);background:linear-gradient(#f8fafc 0%,#fff 100%);border:1px solid #94a3b838;align-items:center;min-height:44px;transition:border-color .2s,box-shadow .2s;display:flex;overflow:hidden}.header--scrolled .search-autocomplete__input-wrap{min-height:40px}.search-autocomplete__input-wrap--focused{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,59,130,246),.1)}.search-autocomplete__input{font-size:var(--font-size-sm);background:0 0;border:none;outline:none;flex:1;width:100%;padding:.7rem 1rem;font-family:inherit}.header--scrolled .search-autocomplete__input{padding-block:.6rem}.search-autocomplete__btn{background:var(--color-primary);color:#fff;border-radius:0 var(--radius-full)var(--radius-full)0;min-width:44px;min-height:44px;font-size:var(--font-size-sm);transition:background var(--transition-fast);cursor:pointer;border:none;justify-content:center;align-items:center;padding:0 .9rem;display:flex}.header--scrolled .search-autocomplete__btn{min-width:40px;min-height:40px}.search-autocomplete__btn:hover{background:var(--color-primary-dark)}.search-autocomplete__dropdown{z-index:500;background:#fff;border:1px solid #0000000f;border-radius:16px;max-height:480px;animation:.2s cubic-bezier(.16,1,.3,1) search-dropdown-enter;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 48px #0000001f,0 4px 16px #0000000f}@keyframes search-dropdown-enter{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.search-autocomplete__section{padding:12px 16px 4px}.search-autocomplete__section+.search-autocomplete__section{border-top:1px solid #f0f0f0}.search-autocomplete__section-title{color:#999;text-transform:uppercase;letter-spacing:.8px;align-items:center;gap:6px;margin-bottom:8px;font-size:.7rem;font-weight:700;display:flex}.search-autocomplete__section-icon{font-size:.8rem}.search-autocomplete__category-item{color:#333;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.88rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.search-autocomplete__category-item:hover,.search-autocomplete__category-item--active{color:var(--color-primary);background:#f0f4ff}.search-autocomplete__category-arrow{opacity:.4;margin-left:auto;font-size:.75rem}.search-autocomplete__product-item{color:inherit;cursor:pointer;border-radius:10px;align-items:center;gap:12px;padding:8px 12px;text-decoration:none;transition:background .15s;display:flex}.search-autocomplete__product-item:hover,.search-autocomplete__product-item--active{background:#f8f9fc}.search-autocomplete__product-img{object-fit:cover;background:#f5f5f5;border:1px solid #eee;border-radius:8px;flex-shrink:0;width:44px;height:44px}.search-autocomplete__product-placeholder{color:#ccc;background:linear-gradient(135deg,#f0f0f0,#e8e8e8);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.2rem;display:flex}.search-autocomplete__product-info{flex:1;min-width:0}.search-autocomplete__product-name{color:#333;white-space:nowrap;text-overflow:ellipsis;font-size:.88rem;font-weight:500;overflow:hidden}.search-autocomplete__product-name mark{color:inherit;background:#fff3cd;border-radius:2px;padding:0 1px}.search-autocomplete__product-price{color:var(--color-primary);margin-top:2px;font-size:.8rem;font-weight:600}.search-autocomplete__product-price--contact{color:#999;font-style:italic;font-weight:400}.search-autocomplete__brands{flex-wrap:wrap;gap:6px;padding:4px 0 8px;display:flex}.search-autocomplete__brand-pill{color:var(--color-primary);cursor:pointer;background:#f0f4ff;border-radius:20px;align-items:center;gap:4px;padding:4px 12px;font-size:.78rem;font-weight:600;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.search-autocomplete__brand-pill:hover{background:#dde6ff;transform:translateY(-1px)}.search-autocomplete__trending-item{color:#555;cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:.85rem;text-decoration:none;transition:background .15s;display:flex}.search-autocomplete__trending-item:hover{color:#333;background:#f5f5f5}.search-autocomplete__trending-icon{opacity:.5;font-size:.9rem}.search-autocomplete__trending-remove{opacity:0;color:#999;cursor:pointer;background:0 0;border:none;border-radius:50%;margin-left:auto;padding:4px;font-size:.7rem;transition:opacity .15s,background .15s}.search-autocomplete__trending-item:hover .search-autocomplete__trending-remove{opacity:1}.search-autocomplete__trending-remove:hover{background:#eee}.search-autocomplete__view-all{color:var(--color-primary);border-top:1px solid #f0f0f0;border-radius:0 0 16px 16px;justify-content:center;align-items:center;gap:6px;padding:12px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.search-autocomplete__view-all:hover{background:#f0f4ff}.search-autocomplete__loading{color:#999;justify-content:center;align-items:center;gap:8px;padding:24px;font-size:.85rem;display:flex}.search-autocomplete__spinner{border:2px solid #e0e0e0;border-top-color:var(--color-primary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite search-spin}@keyframes search-spin{to{transform:rotate(360deg)}}.search-autocomplete__empty{text-align:center;color:#999;padding:24px 16px;font-size:.88rem}.search-autocomplete__empty-icon{opacity:.4;margin-bottom:8px;font-size:2rem}@media (max-width:768px){.search-autocomplete{display:none}.search-autocomplete--mobile-visible{min-width:0;display:block}.search-autocomplete--mobile-visible .search-autocomplete__input-wrap{min-height:40px}.search-autocomplete--mobile-visible .search-autocomplete__input{padding:.62rem .9rem;font-size:.875rem}.search-autocomplete--mobile-visible .search-autocomplete__btn{min-width:40px;min-height:40px;padding:0 .75rem}.search-autocomplete--mobile-open{z-index:1000;min-width:unset;background:#fff;padding:12px 16px;display:block;position:fixed;inset:0}.search-autocomplete--mobile-open .search-autocomplete__dropdown{box-shadow:none;border:none;border-radius:0;max-height:calc(100vh - 64px);position:static}.search-autocomplete--mobile-visible .search-autocomplete__dropdown{top:calc(100% + 6px)}.header--scrolled .search-autocomplete--mobile-visible .search-autocomplete__input-wrap{min-height:38px}.header--scrolled .search-autocomplete--mobile-visible .search-autocomplete__btn{min-width:38px;min-height:38px}}
.mobile-nav__backdrop{z-index:998;opacity:0;visibility:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-nav__backdrop--open{opacity:1;visibility:visible}.mobile-nav{z-index:999;overscroll-behavior:contain;background:#fff;flex-direction:column;width:min(320px,85vw);height:100dvh;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #00000026}.mobile-nav--open{transform:translate(0)}.mobile-nav__header{color:#fff;background:linear-gradient(135deg,#0d6efd 0%,#0a58ca 100%);border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-nav__logo{font-size:1.2rem;font-weight:700}.mobile-nav__close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1rem;transition:background .2s;display:flex}.mobile-nav__close:hover{background:#ffffff59}.mobile-nav__user{background:#f8f9fa;border-bottom:1px solid #f0f0f0;padding:16px 20px}.mobile-nav__user-info{align-items:center;gap:12px;display:flex}.mobile-nav__avatar{font-size:1.8rem}.mobile-nav__user-name{color:#222;font-size:.95rem;font-weight:600}.mobile-nav__user-email{color:#666;font-size:.8rem}.mobile-nav__auth-links{gap:10px;display:flex}.mobile-nav__btn{text-align:center;border-radius:8px;flex:1;padding:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.mobile-nav__btn--primary{color:#fff;background:#0d6efd}.mobile-nav__btn--primary:hover{background:#0a58ca}.mobile-nav__btn--outline{color:#0d6efd;background:#fff;border:1.5px solid #0d6efd}.mobile-nav__btn--outline:hover{background:#e7f1ff}.mobile-nav__section{border-bottom:1px solid #f0f0f0;padding:12px 0}.mobile-nav__section-title{text-transform:uppercase;letter-spacing:.5px;color:#999;padding:6px 20px;font-size:.75rem;font-weight:700}.mobile-nav__link{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 20px;font-family:inherit;font-size:.95rem;text-decoration:none;transition:background .15s,padding-left .15s;display:block}.mobile-nav__link:hover,.mobile-nav__link:active{background:#f0f4ff;padding-left:26px}.mobile-nav__link--sub{padding-left:28px;font-size:.9rem}.mobile-nav__link--sub:hover{padding-left:34px}.mobile-nav__logout{color:#dc3545}.mobile-nav__logout:hover{background:#fff5f5}.mobile-nav__contact{border-bottom:none;margin-top:auto}.header__hamburger{cursor:pointer;color:#333;background:0 0;border:none;border-radius:6px;padding:6px;font-size:1.5rem;line-height:1;transition:background .2s;display:none}.header__hamburger:hover{background:#f0f0f0}@media (max-width:768px){.header__hamburger{align-items:center;display:flex}.header__nav,.header__search{display:none}}
.header{border-bottom:1px solid var(--color-border-light);z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;transition:box-shadow .18s,background .18s,border-color .18s;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.header--scrolled{background:#fffffffa;box-shadow:0 10px 30px #0f172a14}.header__mobile-search{display:none}.header__inner{grid-template-columns:auto minmax(320px,540px) auto auto;align-items:center;gap:1rem;min-height:68px;transition:min-height .18s,gap .18s;display:grid}.header__logo{align-items:center;gap:var(--space-2);min-width:0;display:flex}.header__logo-image{object-fit:contain;width:auto;max-width:140px;height:34px;display:block}.header__logo--has-image{gap:.7rem}.header__logo--has-image .header__logo-image{max-width:180px;height:44px}.header__logo-icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.header__logo-text{font-size:clamp(1rem,1.3vw,1.15rem);font-weight:var(--font-weight-bold);color:var(--color-primary);letter-spacing:-.03em;white-space:nowrap;transition:font-size .18s,opacity .18s}.header__search-slot{width:100%}.header__nav{justify-content:flex-end;align-items:center;gap:1.1rem;min-width:max-content;display:flex}.header__nav-link{font-size:.94rem;font-weight:var(--font-weight-medium);color:var(--color-text-secondary);transition:color var(--transition-fast);white-space:nowrap}.header__nav-link:hover,.header__nav-link--active{color:var(--color-primary)}.header__actions{justify-content:flex-end;align-items:center;gap:.85rem;display:flex}.header__action{color:var(--color-text);transition:opacity var(--transition-fast);justify-content:center;align-items:center;font-size:1.3rem;display:inline-flex;position:relative}.header__action:hover{opacity:.72}.header__cart-badge{background:var(--color-sale);color:#fff;font-size:10px;font-weight:var(--font-weight-bold);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;min-width:18px;height:18px;display:flex;position:absolute;top:-6px;right:-8px}.header__hamburger{cursor:pointer;color:#333;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:6px;font-size:1.5rem;line-height:1;transition:background .2s;display:none}.header__hamburger:hover{background:#f0f0f0}.header__user-menu-wrap{position:relative}.header__user-btn{cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:4px;padding:4px 8px;font-size:1.3rem;transition:background .2s;display:flex}.header__user-btn:hover{background:#f0f4ff}.header__user-name{color:#333;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:.85rem;font-weight:600;overflow:hidden}.header__dropdown{z-index:200;background:#fff;border:1px solid #eee;border-radius:12px;min-width:180px;animation:.15s ease-out dropdown-enter;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 2px 8px #0000000f}@keyframes dropdown-enter{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-item{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:.9rem;text-decoration:none;transition:background .15s;display:flex}.header__dropdown-item:hover{background:#f0f4ff}.header__dropdown-logout{color:#dc3545;border-top:1px solid #f0f0f0}.header__dropdown-logout:hover{background:#fff5f5}.header--scrolled .header__inner{gap:.85rem;min-height:60px}.header--scrolled .header__logo-text{font-size:1.02rem}@media (max-width:1180px){.header__inner{grid-template-columns:auto minmax(240px,1fr) auto auto;gap:.8rem}.header__logo-text{font-size:1rem}.header__nav{gap:.9rem}.header__nav-link{font-size:.9rem}}@media (max-width:900px){.header__inner{grid-template-columns:auto minmax(220px,1fr) auto}.header__nav{display:none}}@media (max-width:768px){.header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:.5rem;min-height:56px}.header__hamburger{min-width:40px;min-height:40px;display:flex}.header__search-slot{display:none}.header__mobile-search{padding-bottom:.5rem;transition:padding-bottom .18s;display:block}.header__logo{gap:.35rem;min-width:0}.header__logo-image{max-width:108px;height:24px}.header__logo--has-image .header__logo-text{display:none}.header__logo-text{text-overflow:ellipsis;font-size:.92rem;overflow:hidden}.header__actions{gap:.45rem}.header__action,.header__user-btn{width:36px;height:36px;color:var(--color-primary);background:#0052cc0f;border-radius:999px;padding:0}.header__cart-badge{min-width:16px;height:16px;font-size:9px;top:-4px;right:-4px}.header__action:hover,.header__user-btn:hover{opacity:1;background:#0052cc1a}.header__user-name{display:none}.header--scrolled .header__inner{gap:.45rem;min-height:50px}.header--scrolled .header__logo-text{font-size:.88rem}.header__mobile-search--scrolled{padding-bottom:.45rem}}
.footer{color:#ffffffd9;margin-top:var(--space-8);background:#0a1628}.footer__inner{gap:var(--space-8);padding:var(--space-10)0;grid-template-columns:1.3fr 1fr 1fr 1.2fr;display:grid}.footer__logo{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);display:flex}.footer__logo-image{object-fit:contain;width:auto;max-width:140px;height:34px;display:block}.footer__logo-icon{font-size:1.5rem}.footer__logo-text{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:#fff}.footer__desc{font-size:var(--font-size-sm);color:#fff9;line-height:var(--line-height-relaxed)}.footer__col-title{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);letter-spacing:1px;text-transform:uppercase;color:#ffffff80;margin-bottom:var(--space-4)}.footer__links{gap:var(--space-2);flex-direction:column;display:flex}.footer__links a{font-size:var(--font-size-sm);color:#ffffffb3;transition:color var(--transition-fast)}.footer__links a:hover{color:#fff}.footer__social{gap:var(--space-2);display:flex}.footer__social-link{border-radius:var(--radius-md);width:36px;height:36px;transition:background var(--transition-fast);background:#ffffff1a;justify-content:center;align-items:center;font-size:1rem;display:flex}.footer__social-link:hover{background:#fff3}.footer__social-link[aria-disabled=true]{opacity:.45;cursor:not-allowed}.footer__newsletter{border-radius:var(--radius-md);border:1px solid #fff3;display:flex;overflow:hidden}.footer__newsletter-input{padding:var(--space-2)var(--space-3);color:#fff;font-size:var(--font-size-sm);background:0 0;border:none;outline:none;flex:1;font-family:inherit}.footer__newsletter-input::placeholder{color:#fff6}.footer__newsletter-btn{padding:var(--space-2)var(--space-4);background:var(--color-primary);color:#fff;font-weight:var(--font-weight-bold);font-size:var(--font-size-md);transition:background var(--transition-fast)}.footer__newsletter-btn:hover{background:var(--color-primary-dark)}.footer__newsletter-status{margin-top:var(--space-2);font-size:var(--font-size-xs);color:#ffffffa6;line-height:1.5}.footer__bottom{padding:var(--space-4)0;border-top:1px solid #ffffff1a}.footer__bottom p{font-size:var(--font-size-xs);color:#fff6;text-align:center}@media (max-width:768px){.footer__inner{gap:var(--space-5);grid-template-columns:1fr 1fr}}@media (max-width:480px){.footer__inner{grid-template-columns:1fr}}
.mobile-sticky-cart{display:none}@media (max-width:768px){.mobile-sticky-cart{z-index:106;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#0052ccf5;border:0;border-radius:999px;justify-content:center;align-items:center;width:58px;height:58px;padding:0;display:flex;position:fixed;bottom:104px;right:18px;overflow:visible;box-shadow:0 18px 40px #0052cc47}.mobile-sticky-cart:hover{background:#0052cc}.mobile-sticky-cart__badge{color:#fff;text-align:center;background:#ff6b35;border:2px solid #0052ccf5;border-radius:999px;min-width:18px;height:18px;padding:0 4px;font-size:.66rem;font-weight:700;line-height:18px;position:absolute;top:-5px;right:-5px}}@media (max-width:640px){.mobile-sticky-cart{right:14px;bottom:calc(env(safe-area-inset-bottom,0px) + 84px);width:56px;height:56px}}
.admin-toolbar{z-index:9999;color:#e0e0e0;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%);justify-content:space-between;align-items:center;height:40px;padding:0 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0000004d}.admin-toolbar__left{align-items:center;gap:10px;display:flex}.admin-toolbar__badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#f59e0b,#ef4444);border-radius:4px;padding:2px 8px;font-size:11px;font-weight:700}.admin-toolbar__user{color:#94a3b8}.admin-toolbar__right{align-items:center;gap:6px;display:flex}.admin-toolbar__btn{color:#e0e0e0;cursor:pointer;background:#ffffff14;border:none;border-radius:6px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.admin-toolbar__btn:hover{color:#fff;background:#ffffff26}.admin-toolbar__btn--active{color:#fff;background:#3b82f6}.admin-toolbar__btn--active:hover{background:#2563eb}.admin-toolbar__btn--danger:hover{color:#fca5a5;background:#ef44444d}.admin-ai-drawer{color:#0f172a;z-index:10001;background:#fff;border:1px solid #94a3b82e;border-radius:16px;grid-template-rows:auto auto 1fr auto;gap:12px;width:min(420px,100vw - 32px);max-height:calc(100vh - 72px);padding:14px;display:grid;position:fixed;top:52px;right:16px;box-shadow:0 24px 60px #0f172a40}.admin-ai-drawer__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.admin-ai-drawer__title{align-items:flex-start;gap:10px;display:flex}.admin-ai-drawer__title p{color:#64748b;margin:3px 0 0;font-size:12px}.admin-ai-drawer__close{color:#475569;cursor:pointer;background:#f8fafc;border:none;border-radius:8px;width:32px;height:32px}.admin-ai-drawer__suggestions{flex-wrap:wrap;gap:8px;display:flex}.admin-ai-chip{color:#1d4ed8;cursor:pointer;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:6px 10px;font-size:12px}.admin-ai-drawer__messages{flex-direction:column;gap:10px;padding-right:4px;display:flex;overflow:auto}.admin-ai-message{border-radius:14px;padding:12px;font-size:13px;line-height:1.55}.admin-ai-message p{margin:0}.admin-ai-message--assistant{background:#f8fafc}.admin-ai-message--user{background:#eff6ff}.admin-ai-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:8px;margin-top:10px;padding:12px;display:grid}.admin-ai-card__title{align-items:center;gap:8px;display:flex}.admin-ai-card__meta{color:#64748b;flex-wrap:wrap;gap:8px 12px;font-size:12px;display:flex}.admin-ai-card__meta--stack{display:grid}.admin-ai-card__action{color:#fff;cursor:pointer;background:#0f5bd7;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-size:13px;font-weight:700;display:inline-flex}.admin-ai-loading{align-items:center;gap:8px;display:inline-flex}.admin-ai-drawer__composer{gap:10px;display:grid}.admin-ai-drawer__composer textarea{resize:vertical;width:100%;min-height:88px;font:inherit;color:#0f172a;border:1px solid #cbd5e1;border-radius:12px;padding:12px}.admin-ai-drawer__composer button{color:#fff;cursor:pointer;background:#0f5bd7;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:11px 14px;font-weight:700;display:inline-flex}.admin-ai-drawer__composer button:disabled,.admin-ai-card__action:disabled,.admin-ai-chip:disabled{opacity:.65;cursor:wait}body:has(.admin-toolbar){padding-top:40px!important}body:has(.admin-toolbar) .header{top:40px!important}body:has(.admin-toolbar) header{top:40px!important}.editable-wrapper{border-radius:4px;transition:outline .15s,box-shadow .15s;position:relative}.editable-wrapper--active{cursor:pointer}.editable-wrapper--active:hover{outline-offset:4px;outline:2px dashed #3b82f6;box-shadow:0 0 0 4px #3b82f61a}.editable-wrapper--active:hover:after{content:"✏️";z-index:10;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 6px #3b82f666}.editable-wrapper--editing{outline-offset:4px;outline:2px solid #3b82f6!important}.editable-input{width:100%;font:inherit;color:inherit;background:#3b82f60d;border:none;border-radius:4px;outline:none;margin:-2px -4px;padding:2px 4px}.editable-image-overlay{opacity:0;border-radius:inherit;cursor:pointer;z-index:5;background:#00000080;justify-content:center;align-items:center;gap:8px;transition:opacity .2s;display:flex;position:absolute;inset:0}.editable-wrapper--active:hover .editable-image-overlay{opacity:1}.editable-image-overlay__btn{color:#1a1a2e;cursor:pointer;background:#fff;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:transform .1s;display:flex;box-shadow:0 4px 12px #0003}.editable-image-overlay__btn:hover{transform:scale(1.05)}.admin-toast{z-index:10000;border-radius:10px;align-items:center;gap:8px;padding:10px 20px;font-size:13px;font-weight:600;animation:.3s slideInUp,.3s 2.2s forwards fadeOut;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #0003}.admin-toast--success{color:#fff;background:#10b981}.admin-toast--error{color:#fff;background:#ef4444}.editable-rich-actions{justify-content:flex-end;gap:8px;padding:10px 0;display:flex}.editable-rich-actions__btn{cursor:pointer;border:none;border-radius:6px;padding:6px 16px;font-size:13px;font-weight:600;transition:all .15s}.editable-rich-actions__btn--save{color:#fff;background:#3b82f6}.editable-rich-actions__btn--save:hover{background:#2563eb}.editable-rich-actions__btn--cancel{color:#64748b;background:#ffffff1a;border:1px solid #e2e8f0}.editable-rich-actions__btn--cancel:hover{color:#ef4444;background:#fee2e2}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}
.admin-login-trigger{z-index:9990;color:#ffffff80;cursor:pointer;opacity:.3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:fixed;bottom:16px;left:16px}.admin-login-trigger:hover{opacity:1;color:#fff;background:linear-gradient(135deg,#1a1a2e,#16213e);transform:scale(1.1);box-shadow:0 4px 16px #0f172a66}.admin-login-overlay{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.admin-login-modal{background:#fff;border-radius:16px;width:min(400px,100vw - 32px);animation:.3s slideUp;overflow:hidden;box-shadow:0 24px 60px #0f172a4d}.admin-login-modal__header{justify-content:space-between;align-items:center;padding:20px 24px 0;display:flex}.admin-login-modal__title{color:#0f172a;align-items:center;gap:10px;font-size:18px;font-weight:700;display:flex}.admin-login-modal__title svg{color:#3b82f6}.admin-login-modal__close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.admin-login-modal__close:hover{color:#ef4444;background:#fee2e2}.admin-login-modal__form{gap:16px;padding:20px 24px;display:grid}.admin-login-modal__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:500}.admin-login-modal__field{gap:6px;display:grid}.admin-login-modal__field label{color:#374151;font-size:13px;font-weight:600}.admin-login-modal__field input{color:#0f172a;background:#f9fafb;border:1.5px solid #d1d5db;border-radius:10px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:all .15s}.admin-login-modal__field input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-login-modal__field input:disabled{opacity:.6;cursor:wait}.admin-login-modal__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#1a1a2e,#16213e);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .2s;display:flex}.admin-login-modal__submit:hover{background:linear-gradient(135deg,#0f172a,#1e293b);transform:translateY(-1px);box-shadow:0 4px 16px #0f172a4d}.admin-login-modal__submit:disabled{opacity:.7;cursor:wait;transform:none}.admin-login-modal__hint{color:#94a3b8;text-align:center;margin:0;padding:0 24px 20px;font-size:12px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.spin{animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.SupportChatWidget-module__s7D7ba__launcherStack{z-index:105;justify-items:end;gap:10px;display:grid;position:fixed;bottom:22px;right:18px}.SupportChatWidget-module__s7D7ba__launcherStackProductPage{bottom:22px}.SupportChatWidget-module__s7D7ba__launcherHint{color:#0f172a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #0f766e1f;border-radius:999px;align-items:center;gap:8px;padding:9px 12px;font-size:12px;font-weight:600;display:inline-flex;box-shadow:0 16px 30px #0f172a24}.SupportChatWidget-module__s7D7ba__launcher{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border:0;border-radius:999px;align-items:center;gap:12px;min-height:62px;padding:8px 12px 8px 8px;display:inline-flex;position:relative;box-shadow:0 22px 44px #0f766e4d}.SupportChatWidget-module__s7D7ba__launcherIcon{background:#ffffff2e;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;display:inline-flex}.SupportChatWidget-module__s7D7ba__launcherCopy{text-align:left;gap:2px;display:grid}.SupportChatWidget-module__s7D7ba__launcherCopy strong{font-size:14px;line-height:1.1}.SupportChatWidget-module__s7D7ba__launcherCopy small{color:#ffffffd6;max-width:150px;font-size:11px}.SupportChatWidget-module__s7D7ba__launcherBadge{color:#fff;background:#f97316;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 7px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-2px;box-shadow:0 10px 20px #f9731647}.SupportChatWidget-module__s7D7ba__panel{z-index:110;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle at 0 0,#0f766e1f,#0000 36%),linear-gradient(#fffffffa,#f3faf8fa);border:1px solid #0f766e24;border-radius:28px;flex-direction:column;gap:10px;width:min(400px,100vw - 24px);max-height:min(100vh - 40px,760px);padding:14px;display:flex;position:fixed;bottom:20px;right:18px;overflow:hidden;box-shadow:0 26px 56px #0f172a2e}.SupportChatWidget-module__s7D7ba__header{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.SupportChatWidget-module__s7D7ba__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;margin:0 0 4px;font-size:11px;font-weight:700}.SupportChatWidget-module__s7D7ba__title{color:#0f172a;margin:0;font-size:18px;line-height:1.2}.SupportChatWidget-module__s7D7ba__status,.SupportChatWidget-module__s7D7ba__meta{color:#475569;overflow-wrap:anywhere;margin:4px 0 0;font-size:12px}.SupportChatWidget-module__s7D7ba__meta{color:#64748b;font-size:12px}.SupportChatWidget-module__s7D7ba__close{color:#0f172a;background:#0f172a0f;border:0;border-radius:12px;width:36px;height:36px}.SupportChatWidget-module__s7D7ba__identityTitle{align-items:center;gap:8px;display:flex}.SupportChatWidget-module__s7D7ba__accountStrip{flex-shrink:0;align-items:center;gap:8px;display:flex}.SupportChatWidget-module__s7D7ba__accountBadge{color:#115e59;background:#0f766e14;border-radius:16px;flex:auto;align-items:center;gap:9px;min-width:0;padding:9px 10px;display:flex}.SupportChatWidget-module__s7D7ba__accountCopy{gap:3px;min-width:0;display:grid}.SupportChatWidget-module__s7D7ba__accountCopy strong{font-size:11px;line-height:1.2}.SupportChatWidget-module__s7D7ba__accountCopy span{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.SupportChatWidget-module__s7D7ba__lookupCard,.SupportChatWidget-module__s7D7ba__identityCard{background:#ffffffe6;border:1px solid #94a3b838;border-radius:20px;flex-shrink:0;gap:7px;padding:10px;display:grid}.SupportChatWidget-module__s7D7ba__identityTitle{color:#334155;font-size:13px;font-weight:600}.SupportChatWidget-module__s7D7ba__lookupHeader,.SupportChatWidget-module__s7D7ba__lookupActions,.SupportChatWidget-module__s7D7ba__orderSummaryHeader,.SupportChatWidget-module__s7D7ba__orderLine{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.SupportChatWidget-module__s7D7ba__lookupEyebrow{color:#0f172a;margin:0 0 4px;font-size:12px;font-weight:700}.SupportChatWidget-module__s7D7ba__lookupCaption,.SupportChatWidget-module__s7D7ba__lookupHint{color:#475569;overflow-wrap:anywhere;margin:0;font-size:12px}.SupportChatWidget-module__s7D7ba__lookupVerified{color:#115e59;background:#0f766e1a;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:700;display:inline-flex}.SupportChatWidget-module__s7D7ba__lookupForm,.SupportChatWidget-module__s7D7ba__orderSummary,.SupportChatWidget-module__s7D7ba__orderLines{gap:8px;display:grid}.SupportChatWidget-module__s7D7ba__recentOrders{gap:8px;max-height:168px;padding-right:4px;display:grid;overflow-y:auto}.SupportChatWidget-module__s7D7ba__recentOrderCard{color:#0f172a;text-align:left;background:#fffffff5;border:1px solid #94a3b833;border-radius:16px;gap:6px;padding:10px 11px;display:grid}.SupportChatWidget-module__s7D7ba__recentOrderCardActive{background:#f0fdfaf5;border-color:#0f766e57;box-shadow:inset 0 0 0 1px #14b8a633}.SupportChatWidget-module__s7D7ba__recentOrderHeader,.SupportChatWidget-module__s7D7ba__recentOrderMeta{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.SupportChatWidget-module__s7D7ba__recentOrderHeader strong{color:#0f172a;overflow-wrap:anywhere;font-size:13px;line-height:1.45}.SupportChatWidget-module__s7D7ba__recentOrderHeader span,.SupportChatWidget-module__s7D7ba__recentOrderMeta span{color:#64748b;flex-shrink:0;font-size:12px}.SupportChatWidget-module__s7D7ba__recentOrderMeta span:first-child{color:#115e59;font-weight:700}.SupportChatWidget-module__s7D7ba__lookupPrimary{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border:0;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700;box-shadow:0 10px 22px #0f766e2e}.SupportChatWidget-module__s7D7ba__orderSummary{background:#f8fafceb;border:1px solid #94a3b833;border-radius:16px;gap:10px;padding:12px}.SupportChatWidget-module__s7D7ba__orderSummaryHeader strong{color:#0f172a;overflow-wrap:anywhere;font-size:14px}.SupportChatWidget-module__s7D7ba__orderSummaryHeader span{color:#64748b;text-align:right;font-size:12px}.SupportChatWidget-module__s7D7ba__orderSummaryActions{flex-wrap:wrap;gap:8px;display:flex}.SupportChatWidget-module__s7D7ba__orderMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.SupportChatWidget-module__s7D7ba__orderMetaItem{background:#fff;border:1px solid #94a3b829;border-radius:14px;gap:4px;padding:10px;display:grid}.SupportChatWidget-module__s7D7ba__orderMetaItem span{text-transform:uppercase;letter-spacing:.05em;color:#64748b;font-size:11px}.SupportChatWidget-module__s7D7ba__orderMetaItem strong{color:#0f172a;font-size:13px}.SupportChatWidget-module__s7D7ba__orderLine{border-top:1px solid #94a3b829;padding:10px 0}.SupportChatWidget-module__s7D7ba__orderLine:first-child{border-top:0;padding-top:0}.SupportChatWidget-module__s7D7ba__orderLineName{color:#0f172a;overflow-wrap:anywhere;font-size:13px;font-weight:600}.SupportChatWidget-module__s7D7ba__orderLineMeta{color:#475569;text-align:right;font-size:12px}.SupportChatWidget-module__s7D7ba__input,.SupportChatWidget-module__s7D7ba__textarea{color:#0f172a;width:100%;font:inherit;background:#fffffff0;border:1px solid #94a3b85c;border-radius:16px;padding:11px 12px}.SupportChatWidget-module__s7D7ba__textarea{resize:none;min-height:60px;max-height:120px}.SupportChatWidget-module__s7D7ba__messages{flex-direction:column;flex:auto;gap:10px;min-height:0;padding-right:4px;display:flex;overflow-y:auto}.SupportChatWidget-module__s7D7ba__emptyState{color:#475569;justify-items:start;gap:8px;padding:18px 0;font-size:14px;display:grid}.SupportChatWidget-module__s7D7ba__bubble{border-radius:18px;gap:6px;max-width:88%;padding:12px 14px;display:grid}.SupportChatWidget-module__s7D7ba__bubble p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.SupportChatWidget-module__s7D7ba__messageLink{color:inherit;text-underline-offset:2px;font-weight:700;text-decoration:underline;text-decoration-thickness:1.5px}.SupportChatWidget-module__s7D7ba__messageLink:hover{opacity:.82}.SupportChatWidget-module__s7D7ba__bubbleCustomer{color:#fff;background:linear-gradient(135deg,#0f766e,#14b8a6);border-bottom-right-radius:6px;align-self:flex-end}.SupportChatWidget-module__s7D7ba__bubbleSupport{color:#0f172a;background:#fffffffa;border:1px solid #94a3b83d;border-bottom-left-radius:6px;align-self:flex-start}.SupportChatWidget-module__s7D7ba__bubbleLabel{opacity:.78;text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.SupportChatWidget-module__s7D7ba__typingBubble{gap:8px}.SupportChatWidget-module__s7D7ba__typingRow{color:#0f766e;align-items:center;gap:8px;font-size:13px;font-weight:600;display:inline-flex}.SupportChatWidget-module__s7D7ba__typingText{color:#0f172a}.SupportChatWidget-module__s7D7ba__typingIcon{opacity:.72;animation:1.8s linear infinite SupportChatWidget-module__s7D7ba__supportTypingSpin}.SupportChatWidget-module__s7D7ba__typingDots{align-items:center;gap:4px;display:inline-flex}.SupportChatWidget-module__s7D7ba__typingDots span{background:#14b8a675;border-radius:999px;width:6px;height:6px;animation:1.1s ease-in-out infinite SupportChatWidget-module__s7D7ba__supportTypingPulse}.SupportChatWidget-module__s7D7ba__typingDots span:nth-child(2){animation-delay:.15s}.SupportChatWidget-module__s7D7ba__typingDots span:nth-child(3){animation-delay:.3s}.SupportChatWidget-module__s7D7ba__error{color:#b91c1c;margin:0;font-size:13px}.SupportChatWidget-module__s7D7ba__actions{flex-wrap:wrap;flex-shrink:0;gap:8px;display:flex}.SupportChatWidget-module__s7D7ba__secondaryAction{color:#115e59;background:#0f766e1a;border:0;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.SupportChatWidget-module__s7D7ba__ghostAction{color:#0f766e;background:#ffffffe6;border:1px solid #0f766e2e;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.SupportChatWidget-module__s7D7ba__composer{flex-shrink:0;grid-template-columns:1fr auto;align-items:end;gap:10px;display:grid}.SupportChatWidget-module__s7D7ba__send{color:#fff;background:linear-gradient(135deg,#d97706,#f59e0b);border:0;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex;box-shadow:0 12px 24px #d977063d}.SupportChatWidget-module__s7D7ba__send:disabled,.SupportChatWidget-module__s7D7ba__launcher:disabled,.SupportChatWidget-module__s7D7ba__lookupPrimary:disabled,.SupportChatWidget-module__s7D7ba__secondaryAction:disabled,.SupportChatWidget-module__s7D7ba__ghostAction:disabled{opacity:.6}@keyframes SupportChatWidget-module__s7D7ba__supportTypingSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes SupportChatWidget-module__s7D7ba__supportTypingPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (max-width:640px){.SupportChatWidget-module__s7D7ba__launcherStack{bottom:18px;left:auto;right:14px}.SupportChatWidget-module__s7D7ba__launcherStackProductPage{bottom:calc(env(safe-area-inset-bottom,0px) + 18px)}.SupportChatWidget-module__s7D7ba__launcherHint{display:none}.SupportChatWidget-module__s7D7ba__launcher{border-radius:999px;justify-content:center;gap:0;width:56px;min-height:56px;padding:0}.SupportChatWidget-module__s7D7ba__launcherIcon{background:0 0;width:56px;height:56px}.SupportChatWidget-module__s7D7ba__launcherCopy{display:none}.SupportChatWidget-module__s7D7ba__launcherCopy small{max-width:none}.SupportChatWidget-module__s7D7ba__launcherBadge{top:-4px;right:-2px}.SupportChatWidget-module__s7D7ba__panel{border-radius:22px;width:auto;max-height:min(100dvh - 20px,760px);bottom:10px;left:10px;right:10px}.SupportChatWidget-module__s7D7ba__orderMetaGrid{grid-template-columns:1fr}.SupportChatWidget-module__s7D7ba__accountStrip{align-items:stretch}}
:root{--color-primary:#0052cc;--color-primary-dark:#003d99;--color-primary-light:#e8f0fe;--color-primary-50:#ebf5ff;--color-primary-100:#d1e9ff;--color-secondary:#00a859;--color-secondary-dark:#008847;--color-secondary-light:#e6f7ef;--color-accent:#ff6b35;--color-accent-dark:#e55a25;--color-accent-light:#fff0e8;--color-bg:#f5f5f7;--color-bg-white:#fff;--color-bg-card:#fff;--color-bg-hover:#f0f0f2;--color-border:#e0e0e0;--color-border-light:#eee;--color-text:#1a1a2e;--color-text-secondary:#555570;--color-text-muted:#8a8aa0;--color-text-on-primary:#fff;--color-text-price:#e53935;--color-text-price-old:#999;--color-success:#00a859;--color-warning:#ff9800;--color-error:#e53935;--color-info:#06c;--color-sale:#ff3d00;--color-badge-new:#00a859;--color-badge-hot:#ff6b35;--color-badge-sale:#e53935;--font-family:"Inter","Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-size-xs:.75rem;--font-size-sm:.8125rem;--font-size-base:.875rem;--font-size-md:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-base:1.5;--line-height-relaxed:1.75;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #00000008;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000a;--shadow-card:0 1px 3px #00000014;--shadow-card-hover:0 8px 25px #0000001f;--transition-fast:.15s ease;--transition-base:.25s ease;--transition-slow:.4s ease;--header-height:60px;--nav-height:44px;--container-max:1280px;--sidebar-width:256px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{font-family:var(--font-family);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-text);background:var(--color-bg)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:var(--container-max);padding:0 var(--space-4);margin:0 auto}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-5);font-size:var(--font-size-base);font-weight:var(--font-weight-semibold);border-radius:var(--radius-md);transition:all var(--transition-fast);white-space:nowrap;min-height:40px;line-height:1;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--color-text-on-primary)}.btn-primary:hover{background:var(--color-primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-secondary{color:var(--color-primary);border:1.5px solid var(--color-primary);background:0 0}.btn-secondary:hover{background:var(--color-primary-50)}.btn-accent{background:var(--color-accent);color:#fff}.btn-accent:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.btn-sm{padding:var(--space-1)var(--space-3);font-size:var(--font-size-sm);min-height:32px}.btn-lg{padding:var(--space-3)var(--space-8);font-size:var(--font-size-md);min-height:48px}.btn-icon{border-radius:var(--radius-full);justify-content:center;align-items:center;width:40px;height:40px;padding:0;display:inline-flex}.badge{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;align-items:center;padding:2px 8px;display:inline-flex}.badge-sale{background:var(--color-badge-sale);color:#fff}.badge-new{background:var(--color-badge-new);color:#fff}.badge-hot{background:var(--color-badge-hot);color:#fff}.card{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:all var(--transition-base);overflow:hidden}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.product-card{flex-direction:column;height:100%;display:flex}.product-card__image{aspect-ratio:1;background:var(--color-bg);position:relative;overflow:hidden}.product-card__image img{object-fit:contain;width:100%;height:100%;transition:transform var(--transition-base);padding:var(--space-3)}.product-card:hover .product-card__image img{transform:scale(1.05)}.product-card__badges{top:var(--space-2);left:var(--space-2);gap:var(--space-1);flex-direction:column;display:flex;position:absolute}.product-card__body{padding:var(--space-3);flex-direction:column;flex:1;display:flex}.product-card__brand{font-size:var(--font-size-xs);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:var(--space-1)}.product-card__title{font-size:var(--font-size-base);font-weight:var(--font-weight-medium);color:var(--color-text);line-height:var(--line-height-tight);margin-bottom:var(--space-2);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-card__rating{align-items:center;gap:var(--space-1);margin-bottom:var(--space-2);font-size:var(--font-size-xs);color:var(--color-text-muted);display:flex}.product-card__rating-stars{color:#ffc107}.product-card__price{margin-top:auto}.product-card__price-current{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-text-price)}.product-card__price-old{font-size:var(--font-size-sm);color:var(--color-text-price-old);margin-left:var(--space-2);text-decoration:line-through}.product-card__discount{font-size:var(--font-size-xs);color:var(--color-text-price);font-weight:var(--font-weight-semibold);margin-left:var(--space-1)}.product-card__actions{gap:var(--space-2);margin-top:var(--space-3);display:flex}.section{padding:var(--space-8)0}.section__header{margin-bottom:var(--space-6);justify-content:space-between;align-items:center;display:flex}.section__title{font-size:var(--font-size-xl);font-weight:var(--font-weight-bold);color:var(--color-text);align-items:center;gap:var(--space-2);display:flex}.section__link{font-size:var(--font-size-base);color:var(--color-primary);font-weight:var(--font-weight-medium);transition:color var(--transition-fast)}.section__link:hover{color:var(--color-primary-dark)}.grid{gap:var(--space-4);display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-5{grid-template-columns:repeat(5,1fr)}.grid-6{grid-template-columns:repeat(6,1fr)}.price{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.price__current{font-size:var(--font-size-lg);font-weight:var(--font-weight-bold);color:var(--color-text-price)}.price__original{font-size:var(--font-size-sm);color:var(--color-text-muted);text-decoration:line-through}.price__discount{font-size:var(--font-size-xs);font-weight:var(--font-weight-bold);color:var(--color-sale);border-radius:var(--radius-sm);background:#e5393514;padding:1px 6px}@media (max-width:1024px){.grid-5,.grid-6{grid-template-columns:repeat(4,1fr)}}@media (max-width:768px){.grid-3,.grid-4,.grid-5{grid-template-columns:repeat(2,1fr)}.grid-6{grid-template-columns:repeat(3,1fr)}.container{padding:0 var(--space-3)}.section{padding:var(--space-6)0}}@media (max-width:480px){.grid-2,.grid-3{grid-template-columns:1fr}.grid-6{grid-template-columns:repeat(2,1fr)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}h1>svg,h2>svg,h3>svg,.btn>svg,button>svg,a>svg,span>svg{vertical-align:-.125em;flex-shrink:0}
