.bs-product-card,.bs-product-card *,.bs-product-card *:before,.bs-product-card *:after{box-sizing:border-box}.bs-product-card{--bs-cg-blue: #0a3e76;--bs-cg-green: #8bcda3;--bs-cg-green-10: rgba(139, 205, 163, .1);--bs-cg-dark: #1a1a2e;--bs-cg-muted: #64748b;--bs-cg-muted-soft: #64748b;--bs-cg-border: #e2e8f0;--bs-cg-star-fill: #ffcc00;--bs-cg-star-empty: rgba(26, 26, 46, .3);--bs-cg-discount-from: #d84c65;--bs-cg-discount-to: #db8191;--bs-cg-bg-card: #ffffff;--bs-cg-radius: 12px;--bs-cg-radius-sm: 5px;--bs-cg-radius-pill: 100px;position:relative;display:flex;flex-direction:column;width:100%;background-color:var(--bs-cg-bg-card);border:1px solid var(--bs-cg-border);border-radius:var(--bs-cg-radius);padding:2px 0 0;font-family:Inter,sans-serif;color:var(--bs-cg-dark);overflow:hidden;transition:box-shadow .25s ease-out,border-color .25s ease-out}@media(hover:hover){.bs-product-card:hover{box-shadow:0 8px 20px #0a3e7621,0 0 10px #0a3e7612;border-color:#000;transition:box-shadow .35s ease-out,border-color .35s ease-out}}@media(prefers-reduced-motion:reduce){.bs-product-card,.bs-product-card:hover{transition:none}}.bs-product-card__link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;text-indent:-9999px;overflow:hidden}.bs-product-card__link:focus-visible{outline:2px solid var(--bs-cg-blue);outline-offset:-3px;border-radius:var(--bs-cg-radius)}.bs-product-card__image-wrap{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--bs-cg-radius) var(--bs-cg-radius) 0 0;background-color:var(--bs-cg-bg-card)}.bs-product-card__image-frame{position:absolute;top:0;right:0;bottom:0;left:0}.bs-product-card__image{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;width:calc(100% + 2px);height:calc(100% + 2px);object-fit:cover;object-position:center center}.bs-product-card__image-frame--placeholder{display:flex;align-items:center;justify-content:center}.bs-product-card__image-placeholder{max-width:60%;height:auto;opacity:.4}.bs-product-card__badges{position:absolute;top:7.25px;left:4px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;gap:8px;max-width:97px}.bs-product-card__badge{padding:3px 7px;border-radius:var(--bs-cg-radius-sm);font-size:12px;line-height:1.2;white-space:nowrap}.bs-product-card__badge--bestseller{background-color:var(--bs-pc-badge-bg, var(--bs-cg-green));color:var(--bs-pc-badge-color, var(--bs-cg-dark));font-weight:500}.bs-product-card__badge--discount{background:linear-gradient(to right,var(--bs-cg-discount-from),var(--bs-cg-discount-to));color:#fff;font-weight:700}.bs-product-card__wishlist{position:absolute;top:7.25px;right:7.25px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background-color:var(--bs-cg-bg-card);border:1px solid var(--bs-cg-border);border-radius:var(--bs-cg-radius-pill);color:var(--bs-cg-muted);cursor:pointer;appearance:none;-webkit-appearance:none;transition:color .15s ease,transform .15s ease}.bs-product-card__wishlist:hover{color:var(--bs-cg-discount-from);transform:scale(1.05)}.bs-product-card__wishlist:focus-visible{outline:2px solid var(--bs-cg-blue);outline-offset:2px}.bs-product-card__wishlist-icon{display:block;width:18px;height:18px}.bs-product-card__wishlist[aria-pressed=true] .bs-product-card__wishlist-icon,.bs-product-card__wishlist.is-wishlist .bs-product-card__wishlist-icon,.bs-product-card__wishlist.is-active .bs-product-card__wishlist-icon{fill:url(#bs-wishlist-grad);stroke:none;color:var(--bs-cg-discount-from)}.bs-product-card__wishlist.is-pulsing{animation:bs-card-wishlist-pulse .4s ease-out}@keyframes bs-card-wishlist-pulse{0%{transform:scale(1)}35%{transform:scale(1.25)}70%{transform:scale(.95)}to{transform:scale(1)}}@media(prefers-reduced-motion:reduce){.bs-product-card__wishlist,.bs-product-card__wishlist:hover,.bs-product-card__wishlist.is-pulsing{transition:none;animation:none;transform:none}}.bs-product-card__content{display:flex;flex-direction:column;flex:1 1 auto;gap:12px;padding:15px}.bs-product-card__brand-ref{display:flex;flex-direction:column;gap:2px}.bs-product-card__brand{font-size:11px;font-weight:500;line-height:1.2;color:var(--bs-cg-muted);letter-spacing:.04em}.bs-product-card__ref{font-size:11px;font-weight:400;line-height:1.2;color:var(--bs-cg-muted)}.bs-product-card__title{margin:0;font-size:14px;font-weight:700;line-height:1.3;color:var(--bs-cg-dark);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bs-product-card__rating{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.bs-product-card__stars{display:inline-flex;align-items:center;gap:1px}.bs-product-card__star{display:block;width:10px;height:9px}.bs-product-card__star--filled{color:var(--bs-cg-star-fill)}.bs-product-card__star--empty{color:var(--bs-cg-star-empty)}.bs-product-card__star--custom{object-fit:contain;color:initial}.bs-product-card__rating-count{font-size:13px;font-weight:400;line-height:1.2;color:var(--bs-cg-muted-soft)}.bs-product-card__verified{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:3px 5px;border-radius:var(--bs-cg-radius-pill);background-color:var(--bs-cg-green-10);color:var(--bs-cg-green)}.bs-product-card__verified-text{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.bs-product-card__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.bs-product-card__feature{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:400;line-height:1.3;color:var(--bs-cg-dark)}.bs-product-card__feature-icon{flex-shrink:0;width:12px;height:12px;color:var(--bs-cg-green)}.bs-product-card__trust{display:flex;flex-direction:column;gap:8px}.bs-product-card__stock{display:flex;align-items:center;gap:6px}.bs-product-card__stock-dot{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:var(--bs-cg-radius-pill);background-color:var(--bs-cg-green-10)}.bs-product-card__stock-dot-inner{width:10px;height:10px;border-radius:var(--bs-cg-radius-pill);background-color:var(--bs-cg-green)}.bs-product-card__stock-label{font-size:11px;font-weight:700;line-height:1.2;color:var(--bs-cg-dark)}.bs-product-card__stock--out .bs-product-card__stock-dot{background-color:#d84c6526}.bs-product-card__stock--out .bs-product-card__stock-dot-inner{background-color:#d84c65}.bs-product-card__warranty{display:flex;align-items:center;gap:4px}.bs-product-card__warranty-icon{flex-shrink:0;width:14px;height:14px;color:var(--bs-cg-muted)}.bs-product-card__warranty-label{font-size:11px;font-weight:700;line-height:1.2;color:var(--bs-cg-muted)}.bs-product-card__separator{margin:auto 0 0;height:1px;border:0;background-color:var(--bs-cg-border)}.bs-product-card__price{display:flex;flex-direction:column;gap:4px}.bs-product-card__price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bs-product-card__price-current{font-size:20px;font-weight:700;line-height:1.2;color:var(--bs-cg-blue)}.bs-product-card__price-compare{font-size:14px;font-weight:500;line-height:1.2;color:var(--bs-cg-muted-soft);text-decoration:line-through}.bs-product-card__sequra{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.bs-product-card__sequra-text{font-size:12px;font-weight:400;line-height:1.2;color:var(--bs-cg-muted-soft)}.bs-product-card__sequra-logo{display:block;height:10px;width:auto;padding:3px 5px;background:#15a88a1a;border-radius:2px;box-sizing:content-box}.bs-product-card__price-quote{font-size:16px;font-weight:700;line-height:1.2;color:var(--bs-cg-blue)}.bs-product-card__volume-hint{font-size:11px;font-weight:500;line-height:1.2;color:var(--bs-cg-blue)}.bs-product-card__qty-hint{display:block;padding:4px 0;font-size:11px;font-weight:500;line-height:1.2;color:var(--bs-cg-muted);text-align:center}.bs-product-card__form{position:relative;z-index:3;margin:0}.bs-product-card__add-btn{position:relative;z-index:3;display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;height:34px;padding:0 5px;border:none;border-radius:var(--bs-cg-radius-sm);background-color:var(--bs-cg-green);color:var(--bs-cg-dark);font-family:inherit;font-size:13px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;appearance:none;-webkit-appearance:none;transition:background-color .15s ease,transform .15s ease}.bs-product-card__add-btn:hover:not(:disabled){background-color:#7ec496}.bs-product-card__add-btn:focus-visible{outline:2px solid var(--bs-cg-blue);outline-offset:2px}.bs-product-card__add-btn--disabled,.bs-product-card__add-btn:disabled{background-color:#e2e8f0;color:var(--bs-cg-muted-soft);cursor:not-allowed}.bs-product-card__add-btn--view,.bs-product-card__add-btn--quote{background-color:var(--bs-cg-blue);color:#fff}.bs-product-card__add-btn--view:hover,.bs-product-card__add-btn--quote:hover{background-color:#082d57}.bs-product-card__add-icon{flex-shrink:0;width:18px;height:18px;fill:currentColor}.bs-product-card__price-prices{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.bs-product-card__price-savings{display:none}@media(min-width:768px){.bs-product-card__brand-ref{flex-direction:row;justify-content:space-between;align-items:baseline;gap:8px}.bs-product-card__verified-text{position:static;width:auto;height:auto;margin:0;padding:0;border:0;overflow:visible;clip:auto;clip-path:none;white-space:nowrap;font-size:11px;font-weight:400;line-height:1.2;color:var(--bs-cg-dark)}.bs-product-card__trust{flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}.bs-product-card__price-row{justify-content:space-between;align-items:center;gap:12px;flex-wrap:nowrap}.bs-product-card__price-savings{display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;border-radius:var(--bs-cg-radius-sm);background-color:var(--bs-cg-green);color:var(--bs-cg-dark);font-size:12px;font-weight:500;line-height:1.2;white-space:nowrap;flex-shrink:0}.bs-product-card__wishlist{top:10px;right:10px}.bs-product-card__badges{top:10px;left:10px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bs-product-card.css.map */
