:root{--pc-navy: var(--clr-navy);--pc-muted: var(--clr-muted);--pc-border: #deebf4;--pc-blue: #0295ff;--pc-sale-red: #e10000;--pc-save-bg-start: rgb(255, 165, 165);--pc-save-bg-end: rgb(255, 221, 221);--pc-preorder-green: #0e990e;--pc-preorder-bg-start: rgb(124, 239, 124);--pc-preorder-bg-end: rgb(223, 255, 223);--pc-new-blue: #0051ad;--pc-new-bg-start: rgb(124, 195, 239);--pc-new-bg-end: rgb(223, 239, 255);--pc-soldout-gray: ##737373;--pc-soldout-bg-start: rgb(255, 255, 255);--pc-soldout-bg-end: rgb(238, 238, 238);--pc-orange-start: rgb(255, 107, 53);--pc-orange-end: rgb(247, 147, 30);--pc-overlay: rgba(24, 46, 94, .4)}.product-card{display:flex;flex-direction:column;width:100%;box-sizing:border-box;position:relative}.product-card__media{position:relative;display:block;text-decoration:none;color:inherit;flex-shrink:0}.product-card__media-inner{position:relative;aspect-ratio:1 / 1;width:100%;border-radius:8px}.product-card__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .18s ease}.product-card__img-placeholder{width:100%;height:100%;background:#e8e8e8}.product-card__hover{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;transition:opacity .18s ease;border-radius:8px}.product-card__media:hover .product-card__hover,.product-card__media:focus-visible .product-card__hover{opacity:1}.product-card__hover-dim{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--pc-overlay);border-radius:8px}.product-card__hover-label{position:relative;z-index:1;padding:10px;border:1px solid #ffffff;border-radius:8px;font-size:14px;font-weight:400;line-height:1;color:#fff;text-transform:uppercase;white-space:nowrap}.product-card__badges{position:absolute;left:10px;top:-10px;z-index:4;display:flex;align-items:flex-start;gap:6px;pointer-events:none}.product-card__body{display:flex;flex-direction:column;align-items:stretch;gap:12px;flex:1 1 auto;min-height:0;height:100%;justify-content:space-between}.product-card__title{margin:0;font-size:12px;font-weight:700;line-height:15.6px;color:var(--pc-navy);text-decoration:none;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--pc-clamp, 2);overflow:hidden}.product-card__prices{display:flex;flex-direction:column;gap:0;align-items:flex-start}.product-card__compare{margin:0;font-size:12px;font-weight:600;line-height:normal;color:var(--pc-navy);text-decoration:line-through}.product-card__price-inc{margin:0;font-size:14px;font-weight:600;line-height:normal;color:var(--pc-navy);white-space:nowrap}.product-card__price-inc--sale{color:var(--clr-red)}.product-card__exvat{margin:0;font-size:10px;font-weight:600;line-height:normal;color:var(--pc-muted);white-space:nowrap}.product-card__specs{display:flex;flex-direction:column;gap:6px;padding:8px;border:1px solid var(--pc-border);border-radius:8px;background-image:linear-gradient(54.5245deg,#e8f6ff 11.294%,#fff 32.937%);font-size:8px;line-height:normal;color:var(--pc-navy);width:100%}.product-card__spec-row{display:flex;gap:6px;align-items:flex-start;font-size:11px}.product-card__spec-label{flex:0 0 90px;font-weight:600}.product-card__spec-value{font-weight:300;white-space:normal;word-break:break-word}.product-card__promo{display:flex;justify-content:center;width:100%}.product-card__promo-inner{padding:6px;border:.5px solid var(--pc-border);border-radius:4px;background-image:linear-gradient(21.9065deg,#e8f6ff 11.294%,#fff 32.937%);font-size:12px;font-weight:600;line-height:normal;color:var(--pc-navy);text-align:center}.product-card__promo-inner p{margin:0}.product-card__promo-inner strong,.product-card__promo-inner b{font-weight:800}.product-card__footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}.product-card__cta-wrap{width:100%}.product-card__form{width:100%;align-items:center}.product-card__btn{width:100%;padding-top:12px;padding-bottom:12px;border-radius:8px}.product-card__btn:disabled{cursor:not-allowed}.product-card__btn--soldout{background:#b0b0b0;box-shadow:none;cursor:not-allowed}.product-card__promo-tag{width:100%;box-sizing:border-box;position:absolute;bottom:0;transform:translateY(calc(100% + 12px))}.product-card__promo-tag-inner{--promo-tag-border-color: var(--pc-border);box-sizing:border-box;width:100%;padding:6px;border:.5px solid var(--promo-tag-border-color);border-radius:4px;background-image:linear-gradient(21.9065deg,#e8f6ff 11.294%,#fff 32.937%);font-size:12px;font-weight:600;line-height:normal;color:var(--pc-navy);text-align:center;text-transform:uppercase}.product-card__promo-tag--custom-bg .product-card__promo-tag-inner{--promo-tag-border-color: var(--pc-promo-tag-bg);--promo-tag-gradient-start: color-mix(in srgb, var(--pc-promo-tag-bg), white 65%);--promo-tag-gradient-end: color-mix(in srgb, var(--pc-promo-tag-bg), white 90%);background-image:linear-gradient(52.7472deg,var(--promo-tag-gradient-start) 0%,var(--promo-tag-gradient-end) 50%);color:var(--pc-promo-tag-bg, #ffffff);font-weight:700}.product-card__promo-tag-inner p{margin:0}.product-card__promo-tag-inner strong,.product-card__promo-tag-inner b{font-weight:800}@media(min-width:1100px){.product-card__title{font-size:14px;line-height:18px}.product-card__specs{gap:5px;padding:14px;background-image:linear-gradient(63.1842deg,#e8f6ff 11.294%,#fff 32.937%);font-size:10px}.product-card__btn--atc{background-image:linear-gradient(96.2084deg,var(--pc-orange-start) 49.146%,var(--pc-orange-end) 100%);font-size:16.9px}}.product-card__badge{display:inline-flex;align-items:center;padding:6px!important;border-radius:4px!important;border-width:.5px;border-style:solid;font-size:12px!important;font-weight:600!important;line-height:1;white-space:nowrap}.product-card__badge--custom{border-color:transparent}.product-card__badge--save{border-color:var(--pc-sale-red);color:var(--pc-sale-red);background-image:linear-gradient(52.7472deg,var(--pc-save-bg-start) 0%,var(--pc-save-bg-end) 50%)}.product-card__badge--preorder{border-color:var(--pc-preorder-green);color:var(--pc-preorder-green);background-image:linear-gradient(51.3402deg,var(--pc-preorder-bg-start) 0%,var(--pc-preorder-bg-end) 50%)}.product-card__badge--new{border-color:var(--pc-new-blue);color:var(--pc-new-blue);background-image:linear-gradient(61.4888deg,var(--pc-new-bg-start) 0%,var(--pc-new-bg-end) 50%)}.product-card__badge--soldout{border-color:var(--pc-soldout-gray);color:var(--pc-soldout-gray);background-image:linear-gradient(61.4888deg,var(--pc-soldout-bg-start) 0%,var(--pc-soldout-bg-end) 50%)}.product-info__top{width:100%;display:flex;flex-direction:column;gap:8px}.product-info__bottom{width:100%;display:flex;flex-direction:column;gap:12px}
/*# sourceMappingURL=/cdn/shop/t/103/assets/product-card.css.map */
