:root{--bg:#fff;--text:#111827;--muted:#6b7280;--border:#e5e7eb;--soft:#f8fafc;--accent:#111827}.black-friday-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;max-width:1200px;margin:0 auto;padding:12px;background:var(--bg);box-sizing:border-box}.bfc-card{display:flex;flex-direction:column;position:relative;gap:10px;padding:14px;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:12px;box-shadow:0 1px 2px rgba(17,24,39,.04);transition:border-color .2s ease,transform .15s ease}.bfc-card:hover{border-color:#d1d5db;transform:translateY(-2px)}.product-image img{width:100%;height:100%;object-fit:contain}.product-promotion-type{position:absolute;top:10px;inset-inline-start:10px}.promo-badge{margin:0;padding:4px 8px;font-size:.72rem;font-weight:700;color:var(--text);background:#ffffffcc;border:1px solid #000;border-radius:999px;backdrop-filter:blur(4px)}.product-details .product-title{font-size:1rem;font-weight:700;line-height:1.25;min-height:2.5ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-price{display:flex;align-items:center;gap:8px;font-size:.95rem;flex-wrap:wrap}.product-price del{color:var(--muted)}.product-price ins{text-decoration:none;color:var(--text);font-weight:800}.product-price .discount{margin-inline-start:auto;padding:2px 6px;font-size:.72rem;color:var(--text);background:var(--soft);border:1px solid var(--border);border-radius:6px}.product-purchase-cont .ppc-holder{display:flex;align-items:center;gap:8px;margin-top:auto;justify-content:space-between}.near-expiry-qty{appearance:textfield;width:4.2em !important;height:38px;padding:0 10px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);text-align:center;transition:border-color .2s ease,box-shadow .2s ease}.near-expiry-qty:focus{outline:none;border-color:#cbd5e1;box-shadow:0 0 0 3px rgba(148,163,184,.25)}.product-purchase .single_add_to_cart_button{all:unset;display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 14px;border-radius:999px;border:1px solid var(--border);background:#fff;color:var(--text);font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.product-purchase .single_add_to_cart_button:hover{background:var(--soft);border-color:#d1d5db}.product-purchase .single_add_to_cart_button:active{background:#eef2f7}.product-purchase .single_add_to_cart_button:focus-visible{outline:3px solid #cbd5e1;outline-offset:2px}.screen-reader-text{position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap;border:0;padding:0;margin:-1px}@media (max-width:480px){.black-friday-container{gap:12px}.bfc-card{padding:12px;border-radius:10px}.product-price{font-size:.9rem}}html[dir=rtl] .product-promotion-type{inset-inline-start:auto;inset-inline-end:10px}html[dir=rtl] .product-price .discount{margin-inline-start:0;margin-inline-end:auto}@media (prefers-reduced-motion:reduce){*{transition:none !important;animation:none !important}}.bfc-card .item-in-cart{display:flex;align-items:center;gap:8px;margin-top:8px;justify-content:space-between}.bfc-card .remove-cart-item{padding:0;border-radius:50%;width:20px;height:20px;display:flex;justify-content:center;align-items:center;background-color:#f5716c;border:none}.bfc-card .product-purchase{display:flex;flex-direction:column}.product-purchase-cont{margin-top:auto}.bfc-card .product-image a{display:flex;width:100%;aspect-ratio:1/1;border-radius:10px;overflow:hidden;justify-content:center;align-items:center}.bm-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);display:none;z-index:9998}.bm-modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999}.bm-card{background:#fff;width:min(800px,92vw);border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.bm-head{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.bm-title{font-size:18px;font-weight:600;margin:0}.bm-close{background:0 0;border:0;font-size:20px;cursor:pointer;line-height:1}.bm-body{padding:8px 20px 4px;max-height:60vh;overflow:auto}.bm-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;padding:12px 0}.bm-item{border:1px solid #eee;border-radius:12px;padding:10px;display:flex;gap:10px;align-items:flex-start}.bm-item img{width:56px;height:56px;object-fit:cover;border-radius:10px;background:#f7f7f7}.bm-item h4{margin:0 0 6px;font-size:14px}.bm-item .bm-meta{font-size:12px;color:#666}.bm-foot{padding:14px 20px;border-top:1px solid #eee;display:flex;gap:12px;justify-content:space-between;align-items:center}.bm-btn{appearance:none;border:0;padding:10px 14px;border-radius:10px;cursor:pointer;font-weight:600}.bm-btn.primary{background:#111;color:#fff}.bm-btn.secondary{background:#f2f2f2}.bm-counter{font-size:13px;color:#333}.bm-error{font-size:12px;color:#b00020;display:none}.bm-hidden{display:none !important}.product-desc{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:4.8em;position:relative}.desc-item{display:block;margin-bottom:6px;cursor:help}.desc-item[title]{pointer-events:auto}