body,html{transition:all cubic-bezier(.175,.885,.32,1.275)}:root,.light,.light-orange{--color-brand-primary:#fd5236;--color-brand-secondary:#fff5f1;--color-brand-accent:#ff5000;--color-text-disabled:#d4d4d8;--color-brand-primary-hover:#e64800;--color-brand-secondary-hover:#feece3;--color-brand-accent-hover:#e64800;--color-text-primary:#27272a;--color-text-secondary:#71717a;--color-text-placeholder:#a1a1aa;--color-text-on-brand:#fff;--color-text-link:#fd5236;--color-bg-body:#f3f4f9;--color-bg-surface:#fff;--color-bg-surface-hover:#fafafa;--color-bg-secondary:#f4f4f5;--color-bg-accent:#fffffffa;--color-border-primary:#e4e4e7;--color-border-secondary:#e4e4e7;--color-bg-muted:#f4f4f5;--color-utility-success:#10b981;--color-utility-error:#ef4444;--color-utility-warning:#f59e0b;--color-utility-info:#3b82f6;--color-heading:#18181b;--auth-overlay-start:#fff6;--auth-overlay-end:#fff5f0e6;--shadow-color-rgb:0,0,0;--color-error:#ef4444}.dark,.dark-blue{--color-brand-primary:#3b82f6;--color-brand-primary-soft:#3b82f626;--color-brand-secondary:#3b82f61a;--color-brand-accent:#60a5fa;--color-brand-primary-hover:#60a5fa;--color-brand-secondary-hover:#3b82f633;--color-brand-accent-hover:#3b82f6;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-placeholder:#71717a;--color-text-on-brand:#fff;--color-text-link:#60a5fa;--color-bg-body:#09090b;--color-bg-surface:#121217;--color-bg-surface-hover:#18181b;--color-bg-secondary:#ffffff08;--color-bg-accent:#000000b3;--color-border-primary:#3f3f46;--color-border-secondary:#27272a;--color-bg-muted:#ffffff0f;--color-utility-success:#34d399;--color-utility-error:#ef4444;--color-utility-warning:#f59e0b;--color-utility-info:#60a5fa;--color-heading:#fff;--auth-overlay-start:#121212cc;--auth-overlay-end:#09090be6;--shadow-color-rgb:0,0,0;--color-error:#ef4444}.product-card{background-color:var(--color-bg-surface);border:1px solid var(--color-border-secondary);direction:rtl;border-radius:16px;flex-direction:column;height:100%;min-height:290px;padding:.75rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.product-card__overlay-link{z-index:1;cursor:pointer;position:absolute;inset:0}.product-card:hover{border-color:var(--color-brand-primary);box-shadow:0 10px 15px -3px rgba(var(--shadow-color-rgb),.1),0 4px 6px -4px rgba(var(--shadow-color-rgb),.1);transform:translateY(-2px)}.product-card:hover .product-card__image{transform:scale(1.04)}.product-card:hover .product-card__add-btn{opacity:1;transform:scale(1)}.product-card__badge-container{z-index:2;position:absolute;top:.5rem;right:.5rem}.product-card__timer{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#000000d9,#000000bf);border:1px solid #ffffff26;border-radius:8px;justify-content:space-between;align-items:center;gap:6px;padding:6px 10px;display:flex;position:absolute;top:8px;left:8px;right:8px}.product-card__timer-icon{color:var(--color-utility-warning);justify-content:center;align-items:center;display:flex}.product-card__timer-icon svg{width:16px;height:16px;animation:1.5s ease-in-out infinite pulse}.product-card__timer-items{direction:ltr;align-items:center;gap:4px;display:flex}.product-card__timer-items .timer-item{background:#00000080;border-radius:4px;flex-direction:column;align-items:center;min-width:38px;padding:2px 5px;display:flex}.product-card__timer-items .timer-item .timer-value{color:var(--color-utility-warning);font-family:monospace;font-size:16px;font-weight:900;line-height:1.2}.product-card__timer-items .timer-item .timer-label{color:#ffffffb3;margin-top:1px;font-size:8px;font-weight:700}.product-card__timer-items .timer-separator{color:#fffc;margin-top:-6px;font-size:14px;font-weight:700}.product-card .timer-badge{color:#ffffffe6;white-space:nowrap;background:#00000080;border-radius:20px;padding:2px 6px;font-size:8px;font-weight:700}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.product-card__image-container{aspect-ratio:1;background-color:#0000;border-radius:12px;justify-content:center;align-items:center;width:100%;margin-bottom:.75rem;display:flex;position:relative;overflow:hidden}.product-card__image{padding:.5rem;transition:transform .4s ease-out;object-fit:contain!important}.product-card__add-btn{z-index:3;background-color:var(--color-bg-surface);width:34px;height:34px;color:var(--color-brand-primary);border:1px solid var(--color-border-primary);cursor:pointer;box-shadow:0 1px 2px 0 rgba(var(--shadow-color-rgb),.05);opacity:0;border-radius:9999px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;bottom:.5rem;left:.5rem;transform:scale(.8)}.product-card__add-btn:hover{background-color:var(--color-brand-primary);color:var(--color-text-on-brand);border-color:var(--color-brand-primary)}@media (max-width:1024px){.product-card__add-btn{opacity:1;background-color:var(--color-bg-accent);transform:none}}.product-card__details{flex-direction:column;flex:1;padding:0 2px;display:flex}.product-card__title{color:var(--color-text-primary);-webkit-line-clamp:2;text-align:right;-webkit-box-orient:vertical;min-height:2.8em;margin-bottom:.5rem;font-size:.875rem;font-weight:700;line-height:1.6;display:-webkit-box;overflow:hidden}.product-card__footer{justify-content:flex-end;margin-top:auto;display:flex}.product-card__price-logic{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.product-card__discount-row{align-items:center;gap:.5rem;display:flex}.product-card__discount-row .discount-tag{background-color:var(--color-utility-error);color:var(--color-text-on-brand);border-radius:4px;padding:2px 6px;font-size:12px;font-weight:900}.product-card__discount-row .old-price{color:var(--color-text-placeholder);font-size:13px;font-weight:700;text-decoration:line-through}.product-card__current-price{align-items:baseline;gap:3px;display:flex}.product-card__current-price .price-value{color:var(--color-text-primary);font-size:1.25rem;font-weight:900}.product-card__current-price .currency{color:var(--color-text-secondary);font-size:10px;font-weight:700}.product-card__price-normal .price-value{color:var(--color-text-primary);font-size:1.25rem;font-weight:900}.product-card__price-normal .currency{color:var(--color-text-secondary);font-size:10px;font-weight:700}.product-card__out-of-stock .text-error{background-color:rgba(var(--color-utility-error),.1);color:var(--color-utility-error);border-radius:8px;padding:4px 12px;font-size:12px;font-weight:700}@media (max-width:640px){.product-card__timer{padding:4px 8px;top:6px;left:6px;right:6px}.product-card__timer .timer-value{font-size:13px}.product-card__timer .timer-item{min-width:30px;padding:1px 3px}.product-card__timer .timer-badge{padding:1px 4px;font-size:7px}.product-card__timer-icon svg{width:12px;height:12px}}
body,html{transition:all cubic-bezier(.175,.885,.32,1.275)}:root,.light,.light-orange{--color-brand-primary:#fd5236;--color-brand-secondary:#fff5f1;--color-brand-accent:#ff5000;--color-text-disabled:#d4d4d8;--color-brand-primary-hover:#e64800;--color-brand-secondary-hover:#feece3;--color-brand-accent-hover:#e64800;--color-text-primary:#27272a;--color-text-secondary:#71717a;--color-text-placeholder:#a1a1aa;--color-text-on-brand:#fff;--color-text-link:#fd5236;--color-bg-body:#f3f4f9;--color-bg-surface:#fff;--color-bg-surface-hover:#fafafa;--color-bg-secondary:#f4f4f5;--color-bg-accent:#fffffffa;--color-border-primary:#e4e4e7;--color-border-secondary:#e4e4e7;--color-bg-muted:#f4f4f5;--color-utility-success:#10b981;--color-utility-error:#ef4444;--color-utility-warning:#f59e0b;--color-utility-info:#3b82f6;--color-heading:#18181b;--auth-overlay-start:#fff6;--auth-overlay-end:#fff5f0e6;--shadow-color-rgb:0,0,0;--color-error:#ef4444}.dark,.dark-blue{--color-brand-primary:#3b82f6;--color-brand-primary-soft:#3b82f626;--color-brand-secondary:#3b82f61a;--color-brand-accent:#60a5fa;--color-brand-primary-hover:#60a5fa;--color-brand-secondary-hover:#3b82f633;--color-brand-accent-hover:#3b82f6;--color-text-primary:#f4f4f5;--color-text-secondary:#a1a1aa;--color-text-placeholder:#71717a;--color-text-on-brand:#fff;--color-text-link:#60a5fa;--color-bg-body:#09090b;--color-bg-surface:#121217;--color-bg-surface-hover:#18181b;--color-bg-secondary:#ffffff08;--color-bg-accent:#000000b3;--color-border-primary:#3f3f46;--color-border-secondary:#27272a;--color-bg-muted:#ffffff0f;--color-utility-success:#34d399;--color-utility-error:#ef4444;--color-utility-warning:#f59e0b;--color-utility-info:#60a5fa;--color-heading:#fff;--auth-overlay-start:#121212cc;--auth-overlay-end:#09090be6;--shadow-color-rgb:0,0,0;--color-error:#ef4444}.countdown-timer{direction:ltr;justify-content:center;align-items:center;gap:4px;display:flex}.countdown-timer__block{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-width:38px;padding:4px 2px;display:flex}.countdown-timer__value{color:#fff;font-size:1rem;font-weight:800;line-height:1}.countdown-timer__label{color:#fffc;margin-top:1px;font-size:8px;font-weight:500}.countdown-timer__separator{color:#fff6;padding-bottom:10px;font-size:1rem;font-weight:700}
