.component-product-card{position:relative}.component-product-card a{position:relative;text-decoration:none}.component-product-card__image-wrapper{position:relative;display:block;height:250px;margin-bottom:-40px;z-index:2;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.component-product-card__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;transition:opacity .5s ease}.component-product-card__image img{display:block;margin:0 auto;width:auto;height:100%;object-fit:cover;transition:transform .3s ease}.component-product-card__image--hover img{object-fit:cover;border-radius:8px 8px 0 0}.component-product-card__image--hover{opacity:0}@media(hover:hover)and (pointer:fine){.component-product-card__image-wrapper.has-hover-image.hover_true:hover .component-product-card__image--hover{opacity:1}.component-product-card__image-wrapper.hover_true:hover .component-product-card__image--default img{transform:scale(1.04)}.component-product-card__image-wrapper.has-hover-image.hover_true:hover .component-product-card__image--default{opacity:0}}.component-product-card__tags{position:absolute;top:0;left:0;display:flex;flex-direction:column;gap:4px;z-index:2}.component-product-card__tag{display:flex;padding:4px 12px;justify-content:center;align-items:center;border-radius:var(--radius-product-tag, 1000px);color:#fff;text-align:center;font-size:12px;font-style:normal;font-weight:500;line-height:normal}.component-product-card__tag.discount{background:var(--color-sale-primary, #ffa443)}.component-product-card__tag.special{background:var(--color-border-text-field-focus, #036aff)}.component-product-card__info{padding:50px 20px 20px;border-radius:var(--radius-product-card, 8px);background:var(--color-card-product-card, #f8f8f8);display:flex;flex-direction:column;position:relative;z-index:1;overflow:visible}.component-product-card__review{margin:0 0 8px;min-height:20px;display:flex;align-items:center}.component-product-card__title{overflow:hidden;text-overflow:ellipsis;font-size:16px;font-style:normal;font-weight:500;line-height:1.3;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;margin:0 0 16px;min-height:41.6px;color:var(--color-text-primary, #000)}.component-product-card__price-section{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:10px;min-height:44px;margin-bottom:16px}.component-product-card__prices{display:flex;flex-direction:column;gap:2px;color:var(--color-text-primary, #000);font-size:18px;font-weight:600;line-height:normal;min-height:37px;justify-content:center}.component-product-card__prices .product-price-compare-at{color:var(--color-text-secondary, #555);font-size:14px;font-weight:400;line-height:1.3;text-decoration:line-through}.component-product-card__discount-code{display:flex;align-items:flex-end;gap:4px;min-height:37px}.component-product-card__discount-code.is-empty{visibility:hidden}.component-product-card__discount-label{color:inherit;font-size:12px;font-weight:400;line-height:1.5;white-space:nowrap}.component-product-card__discount-code-button{background-color:transparent;border:1px dashed var(--color-border-primary, #ddd);padding:8px 12px;display:flex;align-items:center;gap:4px;font-size:14px;font-weight:400;color:var(--color-text-primary, #000);border-radius:999px;cursor:pointer;position:relative;overflow:visible}.component-product-card__discount-code-button:focus-visible{outline:none;box-shadow:none}.component-product-card__discount-code-button p{margin:0;line-height:1.5}.component-product-card__discount-code-button svg{width:18px;height:18px;flex-shrink:0}.component-product-card__discount-code-button:hover{border-color:var(--color-button-primary, #066aff);color:var(--color-button-primary, #066aff)}.component-product-card__discount-code-button.component-product-card__discount-code-button--copied{border-color:#ffa443;color:#ffa443}.component-product-card__discount-code-button--copied .component-product-card__copied-popup{display:flex}.component-product-card__copied-popup{position:absolute;height:37px;border-radius:4px;background-color:#999;color:var(--color-text-invert, white);padding:8px 16px;bottom:-4px;left:50%;translate:-50% 100%;display:none;align-items:center;font-size:14px;white-space:nowrap;z-index:10;overflow:visible;opacity:0}.component-product-card__discount-code-button--copied .component-product-card__copied-popup{opacity:1}.component-product-card__copied-popup-svg{position:absolute;top:2px;left:50%;translate:-50% -100%;z-index:1}.component-product-card__meta-section{display:flex;flex-direction:column;gap:8px}.component-product-card__meta{background:var(--color-border-secondary, #eee);display:inline-flex;padding:4px 12px;align-items:center;gap:4px;border-radius:var(--radius-product-tag, 1000px);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:1.3;width:fit-content;min-height:26px}.component-product-card__meta.flux{color:var(--color-text-highlight, #066aff)}.component-product-card__meta.is-empty{visibility:hidden;background:transparent}.component-product-card__feature{color:var(--color-text-secondary, #555);font-size:14px;font-style:normal;font-weight:400;line-height:1.3;min-height:18px;margin:8px 0 16px}.component-product-card__feature.is-empty{visibility:hidden}.component-product-card__meta.replacement-info{color:#555;font-weight:400}.component-product-card__btns{display:flex;gap:10px;margin:0}.component-product-card__btns .primary-button-outlined,.component-product-card__btns .primary-button-filled{max-width:50%;width:50%;padding:0 20px}.component-product-card__atc.primary-button-outlined:disabled{max-width:100%}.component-product-card__atc.primary-button-outlined:disabled:hover{background-color:transparent}.component-product-card__atc.primary-button-outlined.loading:disabled{background-color:transparent;color:var(--outlined-button-text);border-color:var(--outlined-button-text)}.component-product-card__review.grid{display:none}@media screen and (max-width:1024px){.component-product-card{min-width:320px;position:relative}}@media screen and (max-width:767px){.component-product-card__info{padding:50px 16px 16px}.component-product-card__btns .primary-button-outlined,.component-product-card__btns .primary-button-filled{padding:0 20px}.component-product-card__meta.replacement-info{text-align:left}.grid-layout-2 .component-product-card__tag{padding:1px 6px;font-size:10px}.grid-layout-2 .component-product-card__image-wrapper{width:100px;height:100px;position:absolute;top:0;left:0}.grid-layout-2 .component-product-card__info{padding:16px;margin-left:40px}.grid-layout-2 .component-product-card__review{padding-left:44px}.grid-layout-2 .component-product-card__prices{flex-direction:row;gap:4px;min-height:22px;align-items:center}.grid-layout-2 .component-product-card__grid-content{padding-left:44px}.grid-layout-2 .component-product-card__feature{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grid-layout-2 .component-product-card__review.grid{display:block;margin-bottom:16px}}.wd-modal[hidden]{display:none!important}.wd-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999}
/*# sourceMappingURL=/cdn/shop/t/311/assets/component-product-card.css.map */
