.product-card{border-radius:var(--radius-sm);width:100%;height:100%;box-shadow:none;background:0 0;border:none;flex-direction:column;transition:box-shadow .3s ease-in-out,border-color .3s ease-in-out;display:flex;position:relative;overflow:hidden}@media (min-width:640px){.product-card{background:var(--white);border:1px solid #1a181614}.product-card:hover{border-color:#0000;box-shadow:0 0 24px #0000001f}}.product-card-media{width:100%;position:relative}.product-card-scroll-wrap{border-radius:var(--radius-sm);width:100%;position:relative;overflow:hidden}@media (min-width:640px){.product-card-scroll-wrap{border-radius:var(--radius-sm)}}.product-card-scroll{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x;overscroll-behavior-x:contain;display:flex;overflow:auto hidden}.product-card-scroll::-webkit-scrollbar{display:none}.product-card-slide{aspect-ratio:1;scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;width:100%;position:relative}.product-card-slide-link{display:block;position:absolute;inset:0}.product-card-slide-img{object-fit:cover}.product-card-badges{pointer-events:none;z-index:2;flex-wrap:wrap;gap:.35rem;display:flex;position:absolute;top:.5rem;left:.5rem;right:.5rem}.product-card-badge{border-radius:var(--radius-sm);letter-spacing:.02em;padding:.2rem .45rem;font-size:.65rem;font-weight:600}.product-card-badge-delivery{background:var(--primary);color:var(--white)}.product-card-badge-personal{background:var(--charcoal);color:var(--white)}.product-card-dots{justify-content:center;align-items:center;gap:.35rem;margin:0;padding:.5rem 0 0;list-style:none;display:flex}.product-card-dots button{cursor:pointer;width:6px;height:6px;transition:background .2s var(--ease), transform .2s var(--ease);background:#1a181638;border:none;border-radius:50%;padding:0}.product-card-dots button:hover{background:#1a181666}.product-card-dots button.is-active{background:var(--primary);transform:scale(1.15)}.product-card-body{color:inherit;padding:.5rem 0 0;text-decoration:none;display:block}@media (min-width:640px){.product-card-body{padding:.65rem .75rem .85rem}}@media (min-width:900px){.product-card-body{padding:.75rem .85rem 1rem}}.product-card-category{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:.2rem;font-size:.65rem;font-weight:600;display:block}.product-card-title{color:var(--charcoal);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .35rem;font-size:.75rem;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}@media (min-width:900px){.product-card-title{font-size:.875rem}}.product-card-price-row{flex-wrap:wrap;align-items:center;gap:.25rem .5rem;margin-bottom:.35rem;display:flex;position:relative}.product-card-offer-meta{clip:rect(0, 0, 0, 0);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.product-card-price-old{color:var(--charcoal-muted);white-space:nowrap;font-size:.75rem;font-weight:400;text-decoration:line-through}.product-card-price-current{color:var(--charcoal);white-space:nowrap;font-size:.875rem;font-weight:600}.product-card-discount-chip{color:#0b5c0b;clip-path:polygon(0 100%,90% 100%,100% 0,0% 0);background-image:linear-gradient(90deg,#2f855a00,#2f855a47);padding:.2rem .5rem .2rem .35rem;font-size:.625rem;font-weight:600;line-height:1}.product-card-rating{color:var(--charcoal);flex-wrap:wrap;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:inline-flex}@media (min-width:900px){.product-card-rating{font-size:.8125rem}}.product-card-star{color:var(--primary);flex-shrink:0}.product-card-rating-value{color:var(--charcoal)}.product-card-rating-sep{background:#1a18161f;width:1px;height:10px;margin:0 .1rem}@media (min-width:900px){.product-card-rating-sep{height:14px}}.product-card-rating-count{color:var(--charcoal-muted);font-weight:500}
