.rating .rating-stars{justify-content:center;align-items:center;display:flex}.rating .rating-star{margin:.1rem;font-size:.85rem;line-height:1;display:inline-flex;color:rgb(var(--bs-warning-rgb))!important}.rating-text{color:var(--text-muted);text-align:center;margin:.25rem auto 0;padding-left:.25rem;font-size:.8rem;font-weight:400}
@media (prefers-reduced-motion:reduce){.product-card .card-image .loading-blur{filter:none;transform:none}.product-card .card-image .image-skeleton-overlay .skel-rect{box-shadow:var(--shadow-1);animation:none}}@media (max-width:509.98px){.product-card .card-image{max-width:200px;height:200px}}.product-card .card-body{flex-direction:column;flex-grow:1;justify-content:flex-end;align-items:center;padding:.5rem 1rem 1.25rem;display:flex}.product-card .add-to-cart-btn--pulsing{animation:.26s ease-out addToCartPulse}.product-card .price{font-size:1.1rem;color:var(--pc-price)!important}.product-card .price-container .price-control{justify-content:center;align-items:center;gap:1rem;line-height:1.2;display:flex}.product-card .product-card__meta{grid-template-columns:minmax(0,1fr) minmax(0,auto);align-items:center;gap:1rem;width:100%;display:grid}.product-card .product-card__meta--split{white-space:nowrap;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.product-card .product-card__category-badge{border:1px solid rgba(var(--bs-info-rgb),.28);text-overflow:ellipsis;white-space:nowrap;text-align:center;text-transform:capitalize;place-self:start end;min-width:0;max-width:min(100%,11rem);margin-left:auto;padding:.42rem .7rem;font-size:.74rem;font-weight:700;line-height:1.1;display:block;overflow:hidden;background:rgba(var(--bs-info-rgb),.18)!important;color:var(--bs-info)!important}.product-card .card-body,.product-card .card-text{color:var(--pc-title)}@keyframes cardSkeletonShimmer{0%{background-position:0%}to{background-position:-200%}}@keyframes cardSkeletonBreathe{0%{box-shadow:var(--shadow-1)}50%{box-shadow:var(--shadow-2),var(--glow-secondary)}to{box-shadow:var(--shadow-1)}}@keyframes addToCartPulse{0%{box-shadow:var(--pc-cta-shadow);transform:scale(1)}45%{box-shadow:0 8px 18px rgba(var(--bs-secondary-rgb),.44);transform:scale(1.03)}to{box-shadow:var(--pc-cta-shadow);transform:scale(1)}}@media (max-width:596px){.product-card{height:fit-content;max-height:450px}.product-card .card-image{width:100%}.product-card .product-title{height:fit-content;min-height:auto;max-height:4.5em;overflow:hidden}}.product-card{--pc-surface:var(--surface-paper);--pc-shadow:var(--shadow-1);--pc-shadow-hover:var(--shadow-2);--pc-title:rgba(var(--bs-light-rgb),.9);--pc-muted:rgba(var(--bs-dark-rgb),.65);--pc-price:var(--bs-info);--pc-cta:var(--bs-secondary);--pc-cta-ink:var(--interactive-secondary-text);--pc-cta-shadow:0 4px 12px rgba(var(--bs-secondary-rgb),.35);--pc-chip-bg:rgba(var(--bs-secondary-rgb),.12);--pc-chip-border:rgba(var(--bs-secondary-rgb),.3);--pc-chip-ink:var(--bs-dark);--pc-image-well:rgb(var(--primitive-slate-50));--pc-image-well-border:rgba(var(--primitive-slate-950),.08);max-width:325px;height:100%;box-shadow:var(--pc-shadow);color:var(--pc-title);border-radius:14px;flex-direction:column;justify-content:space-between;transition:transform .25s,box-shadow .25s,opacity .6s;display:flex;background:0 0!important}.product-card:hover{box-shadow:var(--pc-shadow-hover);transform:translateY(-2px)}.product-card .card-image{background:var(--pc-image-well);border:1px solid var(--pc-image-well-border);border-radius:12px;width:100%;max-width:220px;height:220px;margin:0 auto;padding:0;display:block;position:relative;overflow:hidden}.product-card .card-image img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;transition:transform .3s}.product-card .card-image:hover img{transform:scale(1.05)}.product-card .card-image .image-wrapper{mix-blend-mode:multiply;display:block;position:absolute;inset:.75rem}.product-card .card-image .image-skeleton-overlay{--pc-skel-base:rgba(var(--bs-dark-rgb),.06);--pc-skel-hi:rgba(var(--bs-dark-rgb),.12);background:linear-gradient(145deg,var(--pc-skel-base),var(--pc-skel-hi));pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card .card-image .image-skeleton-overlay .skel-rect{background:linear-gradient(90deg,var(--pc-skel-base)0%,var(--pc-skel-hi)40%,var(--pc-skel-base)80%);width:70%;max-width:180px;height:60%;box-shadow:var(--shadow-1),var(--glow-secondary);background-size:200% 100%;border-radius:12px;animation:1.4s linear infinite cardSkeletonShimmer,1.8s ease-in-out infinite cardSkeletonBreathe}.product-card .card-image .loading-blur{filter:blur(12px)contrast(1.05)saturate(1.15);transform:scale(1.02)}@media (prefers-reduced-motion:reduce){.product-card .card-image .loading-blur{filter:none;transform:none}.product-card .card-image .image-skeleton-overlay .skel-rect{box-shadow:var(--shadow-1);animation:none}}@media (max-width:509.98px){.product-card .card-image{max-width:200px;height:200px}}.product-card .card-body{flex-direction:column;flex-grow:1;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem 1.25rem;display:flex}.product-card .promo-ribbon{background:rgba(var(--bs-light-rgb),.92);border:1px solid rgba(var(--bs-dark-rgb),.08);box-shadow:var(--shadow-2);color:var(--pc-title);z-index:2;border-radius:999px;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.9rem;font-weight:600;display:inline-flex;position:absolute;top:8px;right:8px}.product-card .promo-ribbon .emoji{line-height:1}.product-card .promo-note{background:rgba(var(--bs-light-rgb),.92);border:1px solid rgba(var(--bs-dark-rgb),.08);box-shadow:var(--shadow-1);text-align:center;border-radius:8px;width:100%;padding:.25rem .5rem}.product-card .coupon-badge{background:var(--pc-chip-bg);color:var(--pc-chip-ink);border:1px solid var(--pc-chip-border);align-self:flex-end;align-items:center;gap:.4rem;margin:.25rem 0 .5rem;padding:.25rem .5rem;font-size:.85rem;font-weight:600;display:inline-flex}.product-card .coupon-badge .coupon-emoji{font-size:1rem;line-height:1}.product-card .coupon-badge .coupon-code{letter-spacing:.5px}.product-card .card-title{margin-bottom:0}.product-card .add-to-cart-btn{letter-spacing:.2px;width:100%;box-shadow:var(--pc-cta-shadow);background-color:var(--pc-cta);border-color:var(--pc-cta);white-space:nowrap;will-change:transform;justify-content:center;align-items:center;gap:.5rem;font-weight:400;transition:transform .12s cubic-bezier(.2,.9,.2,1),filter .12s,box-shadow .12s;display:flex;color:var(--pc-cta-ink)!important}.product-card .add-to-cart-btn .cta-emoji{filter:drop-shadow(0 1px 0 rgba(var(--bs-light-rgb),.15))}.product-card .add-to-cart-btn .cta-label{color:var(--pc-cta-ink)!important}.product-card .add-to-cart-btn:hover,.product-card .add-to-cart-btn:focus{filter:brightness(.96);box-shadow:0 6px 16px rgba(var(--bs-info-rgb),.4);transform:translateY(-2px)scale(1.01)}.product-card .add-to-cart-btn:disabled,.product-card .add-to-cart-btn[aria-disabled=true]{background-color:color-mix(in srgb,var(--bs-warning)65%,rgb(var(--bs-light-rgb))35%);border-color:color-mix(in srgb,var(--bs-warning)65%,rgb(var(--bs-light-rgb))35%);box-shadow:none;cursor:not-allowed;opacity:1;filter:grayscale(8%)brightness(.98);color:var(--bs-dark)!important}.product-card .add-to-cart-btn .cta-label{white-space:nowrap;display:inline-block}.product-card .price{text-align:center;margin-bottom:0;font-size:1.25rem;color:var(--pc-price)!important}.product-card .price-container{flex-direction:column;align-items:center;gap:.25rem;display:grid}.product-card .price-container .price-control{flex-direction:column;justify-content:center;align-self:start;align-items:flex-start;gap:.5rem;line-height:1.2;display:flex}.product-card .price-container .price-control .original-price{font-size:1rem}.product-card .price-container .price-control .discounted-price{color:var(--pc-price);margin:.42rem 0 0;font-weight:400}.product-card .price-container .discount-badge{letter-spacing:.5px;padding:.25rem .5rem;font-size:.75rem}.product-card .product-title{color:var(--pc-title);text-align:center;justify-content:center;align-items:center;min-height:3.2em;max-height:3.2em;display:flex}.product-card .product-title strong{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:1.2rem;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.product-card .card-body,.product-card .card-text,.product-card .rating-block{color:var(--pc-title)}.product-card .rating-block{margin-top:-.25rem;margin-bottom:.5rem}.product-card.product-card--related .card-body{justify-content:flex-start;align-items:stretch;gap:.4rem}.product-card.product-card--related .product-title{text-align:left;justify-content:flex-start;min-height:2.9rem;margin-bottom:0}.product-card.product-card--related .product-title strong{text-align:left}.product-card.product-card--related .rating-block{align-self:flex-start;margin-top:-.1rem;margin-bottom:.15rem}.product-card.product-card--related .price,.product-card.product-card--related .price-container{text-align:left;align-items:flex-start}.product-card.product-card--related .price-container .price-control{justify-content:flex-start}@media (max-width:596px){.product-card{height:fit-content;max-height:450px}.product-card .card-image{width:100%}.product-card .product-title{height:fit-content;min-height:auto;max-height:4.5em;overflow:hidden}}
/*# sourceMappingURL=aa6ccf8ed5697648.css.map*/