.product-card{background:#14141466;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s ease,border-color .4s ease;display:flex;flex-direction:column;height:100%;position:relative;box-shadow:0 10px 30px #00000080}.product-card--compact{box-shadow:0 8px 22px #00000061}.product-card:before{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 1px #ffffff0d;pointer-events:none;z-index:10}.product-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0009,0 0 30px #ee2b8c26;border-color:#ee2b8c66;background:#141414cc}.product-image-wrap{position:relative;aspect-ratio:4/5;width:100%;flex-shrink:0;overflow:hidden;background:radial-gradient(circle at 50% 46%,rgba(238,43,140,.18),transparent 44%),linear-gradient(180deg,#130711,#0a070c 44%,#050506)}.product-img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .8s cubic-bezier(.2,.8,.2,1),filter .8s ease;filter:brightness(.9) contrast(1.05)}.product-card:hover .product-img{transform:none;filter:brightness(1.1) contrast(1.1)}.product-overlay{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;z-index:5;transition:all .4s ease;pointer-events:none}.product-card:hover .product-overlay{opacity:1;pointer-events:auto}.overlay-btn{background:var(--color-primary);color:#fff;padding:12px 24px;border-radius:50px;font-size:.85rem;font-weight:800;font-family:var(--font-family-label);letter-spacing:1px;text-transform:uppercase;text-decoration:none;transform:translateY(20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px #ee2b8c66}.product-card:hover .overlay-btn{transform:translateY(0)}.overlay-btn:hover{transform:scale(1.05)!important;background:#fff;color:var(--color-primary);box-shadow:0 10px 25px #fff6,0 0 15px #ee2b8ccc}.product-badge{position:absolute;top:15px;left:15px;background:var(--color-primary);color:#fff;padding:6px 14px;font-size:.75rem;font-family:var(--font-family-label);font-weight:900;text-transform:uppercase;letter-spacing:2px;border-radius:4px;z-index:6;box-shadow:0 0 15px #ee2b8c80}.product-badge.sale{background:#ff2a5f;box-shadow:0 0 15px #ff2a5f80}.product-badge.featured{background:var(--color-secondary);color:var(--color-bg-main);box-shadow:0 0 15px #00f4fe80}.product-badge.off-shelf{background:#f8c84eeb;color:#150d15;border:1px solid rgba(255,255,255,.42);box-shadow:0 0 18px #f8c84e47}.product-actions{position:absolute;top:15px;right:15px;z-index:6;opacity:0;transform:translate(15px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);pointer-events:none}.product-card:hover .product-actions{opacity:1;transform:translate(0);pointer-events:auto}.action-btn{background:#0e0e0ecc;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:44px;height:44px;display:flex;justify-content:center;align-items:center;color:var(--color-white);cursor:pointer;transition:all .3s}.action-btn:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;box-shadow:0 0 15px #ee2b8c99;transform:scale(1.1)}.product-info{padding:16px;display:flex;flex-direction:column;position:relative;z-index:12}.product-meta-top{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.brand-rating-row{display:flex;justify-content:space-between;align-items:center}.product-brand{font-size:.75rem;color:var(--color-primary);text-transform:uppercase;letter-spacing:1.5px;font-weight:800;text-decoration:none;transition:all .3s ease}.product-brand:hover{text-shadow:0 0 10px rgba(238,43,140,.5)}.product-rating{display:flex;align-items:center;gap:4px;background:#0000004d;padding:3px 8px;border-radius:50px;border:1px solid rgba(255,255,255,.05)}.star-icon{font-size:.75rem;color:var(--color-secondary);filter:drop-shadow(0 0 5px rgba(0,244,254,.4))}.rating-val{color:var(--color-white);font-weight:700;font-size:.8rem;font-family:var(--font-family-label)}.review-count{font-size:.75rem;color:var(--color-text-muted);font-family:var(--font-family-label)}.sales-row{color:#ff9800;font-size:.75rem;font-weight:800;font-family:var(--font-family-label);letter-spacing:.5px;text-transform:uppercase;display:flex;align-items:center;gap:4px}.product-title{font-size:1rem;font-weight:700;font-family:var(--font-family-headline);margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35;min-height:2.7em;text-shadow:0 2px 4px rgba(0,0,0,.8);letter-spacing:.3px}.product-title a{color:var(--color-white);display:block;min-height:44px;transition:color .3s ease;text-decoration:none}.product-title a:hover{color:var(--color-primary)}.attrs-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:10px}.attr-item{display:flex;align-items:center;gap:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:6px 10px;border-radius:6px;transition:all .3s;min-width:0}.product-card:hover .attr-item{background:#ffffff0f;border-color:#ee2b8c33;box-shadow:inset 0 0 10px #ee2b8c0d}.attr-icon{font-size:.8rem;color:var(--color-primary);opacity:.8}.attr-val{font-size:.75rem;color:#ffffffd9;font-family:var(--font-family-label);font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-category-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.cat-pill{background:transparent;border:1px solid rgba(255,255,255,.15);color:#fff9;font-size:.7rem;font-family:var(--font-family-label);padding:3px 10px;border-radius:50px;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.product-card:hover .cat-pill{border-color:#ee2b8c66;color:var(--color-white);background:#ee2b8c1a}.product-footer{margin-top:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:12px;border-top:1px solid rgba(255,255,255,.05);padding-top:15px;min-width:0}.product-price{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:0}.old-price{color:#fff6;font-size:.85rem;text-decoration:line-through;font-weight:400;margin-bottom:-2px}.current-price{font-size:1.6rem;font-weight:800;font-family:var(--font-family-headline);color:var(--color-white);text-shadow:0 0 20px rgba(255,255,255,.2);letter-spacing:-.5px;line-height:1}.product-card:hover .current-price{color:var(--color-primary);text-shadow:0 0 20px rgba(238,43,140,.4)}.select-options-link{display:inline-flex;align-items:center;max-width:100%;min-width:0;min-height:44px;font-size:1rem;font-weight:800;font-family:var(--font-family-label);color:var(--color-primary);text-decoration:none;text-transform:uppercase;letter-spacing:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:relative;z-index:14;transition:all .3s ease}.select-options-link:hover{text-shadow:0 0 10px rgba(238,43,140,.5)}.buy-btn{background:#ee2b8c1a;color:var(--color-primary);border:1px solid rgba(238,43,140,.3);width:100%;height:45px;border-radius:8px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;font-size:1.1rem;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease;text-decoration:none;overflow:hidden}.buy-btn--quote{width:100%;min-width:0;max-width:none;padding:0 14px;gap:8px;font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;overflow:hidden;white-space:nowrap}.buy-btn--quote span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1}.buy-btn--quote.is-off-shelf{min-width:0}.product-card:hover .buy-btn{background:var(--color-primary);color:#fff;border-color:var(--color-primary);box-shadow:0 5px 15px #ee2b8c66;transform:translateY(-1px)}.image-placeholder{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;font-family:var(--font-family-headline, sans-serif);font-size:1.1rem;font-weight:800;letter-spacing:4px;color:#ee2b8c4d;text-transform:uppercase;z-index:1;pointer-events:none;animation:blinkPlaceholder 2s infinite alternate ease-in-out}@keyframes blinkPlaceholder{0%{opacity:.2;text-shadow:0 0 5px rgba(238,43,140,.1)}to{opacity:1;text-shadow:0 0 15px rgba(238,43,140,.6)}}.product-img{z-index:2;position:relative;width:100%;height:100%}.card-link-overlay{position:absolute;inset:0;z-index:13;cursor:pointer}.product-actions,.product-overlay,.buy-btn,.product-brand,.product-title a,.action-btn{position:relative;z-index:14}.product-card{border-radius:24px;background:linear-gradient(180deg,#ffffff13,#ffffff08),#100d12e6;border-color:#ffffff1a;box-shadow:0 18px 46px #00000052;transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease,background .28s ease}.product-card:hover,.product-card:focus-within{transform:translateY(-6px);border-color:#ee2b8c6b;background:linear-gradient(180deg,#ee2b8c1f,#ffffff0a),#120e14f2;box-shadow:0 24px 58px #0000006b,0 0 34px #ee2b8c1f}.card-link-overlay:focus-visible{border-radius:inherit}.product-image-wrap{background:radial-gradient(circle at 50% 46%,rgba(238,43,140,.18),transparent 44%),linear-gradient(180deg,#130711,#0a070c 44%,#050506)}.product-img{filter:saturate(.94) contrast(1.04) brightness(.94)}.product-card:hover .product-img,.product-card:focus-within .product-img{transform:none;filter:saturate(1.04) contrast(1.08) brightness(1.03)}.product-card.has-thumbs .product-image-wrap{margin:10px 10px 0;width:auto;border-radius:20px;aspect-ratio:4 / 4.25;box-shadow:inset 0 0 0 1px #ffffff14}.product-card.has-thumbs .product-badge{top:10px;left:10px}.product-card.has-thumbs .product-actions{top:10px;right:10px}.product-img.is-switching{opacity:.45;transform:scale(1.02)}.product-thumb-strip{position:relative;z-index:16;display:grid;grid-template-columns:repeat(var(--thumb-count, 4),minmax(0,1fr));gap:8px;padding:10px 12px 0}.product-card--compact .product-thumb-strip{display:flex;grid-template-columns:none;gap:7px;padding:10px 12px 2px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(255,211,181,.42) rgba(255,255,255,.06)}.product-card--compact .product-thumb-strip::-webkit-scrollbar{height:5px}.product-card--compact .product-thumb-strip::-webkit-scrollbar-track{background:#ffffff0a;border-radius:999px}.product-card--compact .product-thumb-strip::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#ee2b8c9e,#ffd3b594);border-radius:999px}.product-thumb{appearance:none;min-width:0;min-height:44px;aspect-ratio:1;padding:3px;border:1px solid rgba(255,255,255,.11);border-radius:14px;background:linear-gradient(180deg,#ffffff13,#ffffff06),#08070acc;cursor:pointer;opacity:.62;overflow:hidden;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-card--compact .product-thumb{flex:0 0 clamp(42px,16%,54px);width:clamp(42px,16%,54px);min-width:42px;min-height:42px;scroll-snap-align:start}.product-thumb-swatch{display:block;width:100%;height:100%;border-radius:inherit;background:radial-gradient(circle at 35% 28%,rgba(238,43,140,.24),transparent 38%),linear-gradient(135deg,#ffffff1f,#ffffff09)}.product-thumb img{width:100%;height:100%;border-radius:10px;object-fit:cover;display:block}.product-card--compact .product-image-wrap{margin-bottom:0}.product-card--compact .product-info{padding-top:14px}.product-card--compact .product-title{margin-bottom:12px}.product-card--compact .product-footer{gap:12px}.product-card--compact .current-price{font-size:1.05rem}.product-thumb:hover,.product-thumb:focus-visible,.product-thumb.is-active{opacity:1;transform:translateY(-1px);border-color:#f3c7a2c2;box-shadow:0 8px 20px #00000047,0 0 0 1px #ee2b8c3d}.product-thumb.is-active{background:linear-gradient(180deg,#f3c7a229,#ee2b8c0f),#0c0a0ee6}.product-overlay{background:linear-gradient(180deg,#09070a14,#09070a9e)}.product-card:focus-within .product-overlay{opacity:1;pointer-events:auto}.overlay-btn{min-height:44px;border-radius:999px;background:#ffffffeb;color:#140e14;box-shadow:0 14px 34px #00000057}.overlay-btn:hover{background:var(--color-primary);color:var(--color-white);text-shadow:none}.product-badge{top:12px;left:12px;padding:6px 11px;border:1px solid rgba(255,255,255,.2);border-radius:999px;font-size:.68rem;letter-spacing:.12em;box-shadow:0 10px 24px #00000047}.product-badge.off-shelf{max-width:calc(100% - 24px);white-space:normal;line-height:1.15;text-align:center}.product-badge+.product-badge{top:44px}.product-actions{top:12px;right:12px;opacity:1;transform:none;pointer-events:auto}.action-btn{background:#09080ab8;border-color:#ffffff2e;box-shadow:0 10px 22px #00000047}.action-btn:hover{transform:translateY(-2px);text-shadow:none}.product-info{gap:10px;padding:18px}.product-card.has-thumbs .product-info{padding-top:14px}.brand-rating-row{gap:10px}.product-brand{max-width:62%;overflow:hidden;color:var(--color-accent-warm);text-overflow:ellipsis;white-space:nowrap}.product-rating{flex-shrink:0;background:#ffffff0f;border-color:#ffffff17}.source-status-pill{color:var(--color-accent-warm);font-size:.68rem;font-weight:850;letter-spacing:.08em;line-height:1.2;text-transform:uppercase;max-width:100%;min-width:0;white-space:normal;overflow-wrap:anywhere;text-align:center}.star-icon{color:var(--color-accent-warm);filter:none}.sales-row{color:var(--color-secondary)}.source-signal-row{color:#ffffffa8;font-size:.7rem;letter-spacing:.06em}.product-title{margin:0;font-size:1.02rem;min-height:2.72em;text-shadow:none}.product-title a:hover{color:var(--color-white);text-shadow:none}.attrs-grid{gap:7px;margin-bottom:0}.attr-item{border-color:#ffffff14;border-radius:999px;background:#ffffff0b;padding:7px 10px}.product-card:hover .attr-item,.product-card:focus-within .attr-item{border-color:#ee2b8c3d;background:#fff1}.product-category-tags{margin-bottom:0}.cat-pill{padding:4px 9px;border-color:#ffffff21;background:#ffffff09}.product-footer{align-items:center;gap:12px;flex-direction:column;align-items:stretch;padding-top:14px;border-top-color:#ffffff14}.product-price{position:relative;min-width:0;width:100%;max-width:100%;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.old-price{color:#ffffff6b;font-size:.72rem;line-height:1}.current-price{width:fit-content;color:#f3c7a2f5;font-size:clamp(1rem,1.45vw,1.18rem);font-weight:760;letter-spacing:-.035em;line-height:1.12;text-shadow:none}.price-confirm-note{display:block;max-width:260px;margin-top:5px;color:var(--color-text-muted);font-size:.72rem;font-weight:600;line-height:1.35}.product-card:hover .current-price,.product-card:focus-within .current-price{color:#ffe2bcfa;text-shadow:none}.product-card:hover .product-price,.product-card:focus-within .product-price{background:transparent}.buy-btn{min-width:48px;width:48px;height:48px;border-radius:999px;background:#ee2b8c21;transition:transform .28s ease,background .28s ease,border-color .28s ease,box-shadow .28s ease}.buy-btn--quote{display:inline-flex;box-sizing:border-box;width:100%;max-width:none;min-width:0;height:46px;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 16px;background:#121014;border-color:#ee2b8c94;color:#ffebf6f5;box-shadow:inset 0 0 0 1px #ffffff0a,0 10px 24px #0000003d;overflow:hidden;white-space:nowrap;position:relative;touch-action:manipulation}.buy-btn--quote i,.buy-btn--quote span{color:currentColor;position:relative;transition:transform .19s cubic-bezier(.16,1,.3,1)}.buy-btn--quote span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:900;letter-spacing:.08em;line-height:1}.product-card:hover .buy-btn,.product-card:focus-within .buy-btn{transform:translateY(-2px);box-shadow:0 14px 30px #ee2b8c47;background:#ee2b8c;color:#130a11;border-color:#fff3}.product-card:hover .buy-btn--quote i,.product-card:focus-within .buy-btn--quote i{transform:translate(3px) rotate(-10deg)}.image-placeholder{color:#f3c7a247;animation-duration:2.8s}@media(max-width:640px){.product-card{width:100%;max-width:100%;min-width:0}.product-thumb-strip{gap:6px;padding-inline:10px}.product-card--compact .product-thumb-strip{padding:9px 10px 2px}.product-card--compact .product-thumb{flex-basis:44px;width:44px;min-width:44px;min-height:44px}.product-thumb{border-radius:12px}.product-info{padding:16px}.product-footer{gap:12px}.product-price{max-width:100%;padding-left:0}.current-price{font-size:1.28rem;letter-spacing:-.03em}.attrs-grid{grid-template-columns:1fr}.product-brand{max-width:55%}}@media(hover:none){.product-overlay{display:none}.product-card:hover{transform:none}}
