.product-card{display:flex;flex-direction:column;justify-content:space-between}.product-card__image{width:100%;padding-top:100%;border:1px solid #D9D9D9;position:relative;display:block;cursor:pointer;text-decoration:none}.product-card__image--discount-badge{border-color:#000}.product-card__image-image{position:absolute;z-index:0;top:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center center}.product-card__image-badge{position:absolute;z-index:1;top:0;right:0;width:72px;height:72px;background-image:url(./discount-badge.svg?v=6);font-family:PoppinsRegular;font-size:14px;line-height:44px;color:#fff;background-repeat:no-repeat;text-align:right;padding-right:6px}.product-card__wishlist-button{position:absolute;right:0;top:0;width:30px;height:30px;background-color:#d9d9d9;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:1}.product-card__wishlist-button-icon{fill:#fff;transition:fill .3s}.product-card__wishlist-button:active .product-card__wishlist-button-icon,.product-card__wishlist-button:focus .product-card__wishlist-button-icon,.product-card__wishlist-button:hover .product-card__wishlist-button-icon{fill:#000}.product-card__name{display:inline-block;margin-top:24px;font-weight:400;font-family:PoppinsSemiBold;font-size:14px;line-height:28px;color:#1c1c1c;text-decoration:none;position:relative}.product-card__price{font-family:PoppinsRegular;font-size:14px;line-height:28px;color:#1c1c1c}.product-card__price-from{color:silver;text-decoration:line-through;margin-right:8px}.product-card__footer{margin-top:16px;display:flex;justify-content:space-between}.product-card__amount{border:1px solid #E3E3E3;display:flex;justify-content:space-between;width:54%;height:44px}.product-card__amount-input{width:59.26%;border:none;outline:none;text-align:center;font-weight:400;font-family:PoppinsSemiBold;font-size:14px;line-height:20px;color:#1c1c1c;flex-grow:1}.product-card__amount-toggles{width:40.74%;display:flex;flex-direction:column;align-items:stretch;cursor:pointer;flex-shrink:0}.product-card__amount-toggle-up{background-color:#e3e3e3;transition:background-color .3s;height:50%;background-repeat:no-repeat;background-image:url(./triangle-up.svg);background-position:center center}.product-card__amount-toggle-up:active,.product-card__amount-toggle-up:focus,.product-card__amount-toggle-up:hover{background-color:silver}.product-card__amount-toggle-down{background-color:#e3e3e3;transition:background-color .3s;height:50%;background-repeat:no-repeat;background-image:url(./triangle-down.svg);background-position:center center}.product-card__amount-toggle-down:active,.product-card__amount-toggle-down:focus,.product-card__amount-toggle-down:hover{background-color:silver}.product-card__add-to-cart-button{width:40.5%;height:44px;background-color:#000;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s;border:none}.product-card__add-to-cart-button:active,.product-card__add-to-cart-button:focus,.product-card__add-to-cart-button:hover{background-color:#444}.product-card__add-to-cart-button-icon{pointer-events:none;-webkit-user-select:none;user-select:none}.product-card__add-to-cart-button-icon--loading{display:none;height:18px;animation:product-add-to-cart-spinner-rotate 1.5s linear infinite}@keyframes product-add-to-cart-spinner-rotate{to{transform:rotate(360deg)}}.product-card__footer--loading .product-card__add-to-cart-button{cursor:default}.product-card__footer--loading .product-card__add-to-cart-button-icon{display:none}.product-card__footer--loading .product-card__add-to-cart-button-icon--loading{display:inline}
/*# sourceMappingURL=/cdn/shop/t/8/assets/product-card.css.map */
