.wa-product-card{display:flex;flex-direction:column;border-radius:var(--radius-m);height:100%;background-color:var(--primary)}.wa-product-card__content{display:flex;flex-direction:column;gap:var(--space-s);background-color:var(--primary);padding:var(--space-s);border-radius:var(--radius-m);height:100%;justify-content:space-between}.wa-product-card-img{width:100%;overflow:hidden;position:relative;border-radius:var(--radius-m) var(--radius-m) 0 0}.wa-product-card-img img{object-fit:cover;transition:0.2s all ease-in-out;max-height:32rem;height:32rem}@media (max-width:1200px){.wa-product-card-img img{height:25rem}}@media (max-width:767px){.wa-product-card-img img{height:32rem}}@media (max-width:480px){.wa-product-card-img img{height:20rem}}.wa-product-card-img-labels{position:absolute;margin:var(--space-xs);top:0;display:flex;flex-direction:column;gap:calc(var(--space-xs)*.5)}.wa-product-card-img-labels-inner{padding:calc(var(--space-xs)*.5) var(--space-xs);width:fit-content!important;border-radius:var(--radius-xs);font-size:var(--text-s);font-weight:700;color:var(--primary);line-height:1}.wa-product-card-img-labels-inner--new{background-color:darkgreen}.wa-product-card-img-labels-inner--discount{background-color:var(--action)}.wa-product-card-img-labels-inner--exposed{background-color:var(--base)}.wa-product-card-img-labels-inner--bestseller{background-color:#E0B300}.wa-product-card-img-labels-inner--available{background-color:#1066B5}@media (max-width:480px){.wa-product-card-img-labels-inner{border-radius:6px}}.wa-product-card__row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:var(--space-xs)}.wa-product-card__row--icons{justify-content:flex-start;align-items:center;min-height:4.7rem}.wa-product-card__bottom{display:flex;flex-direction:row;align-items:center}.wa-product-card__text{color:var(--base);font-weight:700;font-size:calc(var(--text-m) * 1.1)}.wa-product-card__text .woocommerce-price-suffix{display:none}.wa-product-card__text del{font-weight:400}.wa-product-card__text ins{color:var(--primary-medium);text-decoration:none;font-size:var(--text-l)}.wa-product-card__text .wa-product-price{text-wrap:nowrap}.wa-product-card__text .wa-product-price ins:nth-child(2){color:var(--primary-medium);margin-left:calc(var(--space-xs)*.5)}.wa-product-card__text .wa-product-price ins:nth-child(2) span:first-child.woocommerce-Price-currencySymbol{display:inline}.wa-product-card__text .wa-product-price__regular{display:none;color:var(--primary-medium)}.wa-product-card__price{color:var(--primary-medium);font-size:var(--text-l);font-weight:700;text-wrap:nowrap;margin-left:calc(var(--space-xs)*.5)}.wa-product-card__price--regular{font-size:var(--text-m);font-weight:400;text-decoration:line-through}.wa-product-card__price--sale{color:var(--action)}.wa-product-card__price .woocommerce-price-suffix{display:none}.wa-product-card__price:has(del .woocommerce-Price-amount) del{display:none}.wa-product-card__price:has(del .woocommerce-Price-amount) ins{text-decoration:none}.wa-product-card-popup .x-popover_button{padding:0}.wa-product-card-popup .x-popover_button-icon svg rect{transition:0.2s all ease-in-out}.wa-product-card-popup .x-popover_button[aria-expanded="true"] .x-popover_button-icon svg rect{fill:var(--base-medium)}.wa-product-card-popup .x-popover .tippy-content{box-shadow:none;border:2px solid var(--base-light);border-radius:var(--radius-s);background-color:var(--primary);padding:var(--space-xs);white-space:nowrap;color:var(--base);min-width:5rem}.wa-product-card-popup .x-popover .tippy-content strong{color:var(--action)}.wa-product-card-popup .x-popover .tippy-content .wa-product-price small,.wa-product-card-popup .x-popover .tippy-content .wa-product-price del{display:none}.wa-product-card-popup .x-popover .tippy-content .wa-product-price ins{text-decoration:none}.wa-product-card-popup .x-popover .tippy-arrow{z-index:1}.wa-product-card-popup .x-popover .tippy-arrow::before{transform:rotate(45deg);width:14px;height:14px;border:2px solid var(--base-light)!important;background-color:var(--white)}.wa-product-card-popup .x-popover .tippy-box[data-placement^=left]>.tippy-arrow::before{right:-9px;top:-25%;border-left:none!important;border-bottom:none!important}.wa-product-card-popup .x-popover .tippy-box[data-placement^=right]>.tippy-arrow::before{left:-9px;top:45%;border-top:none!important;border-right:none!important}.wa-product-card-popup .x-popover .tippy-box[data-placement^=bottom]>.tippy-arrow::before{top:-56%;border-right:none!important;border-bottom:none!important}.wa-product-card-popup .x-popover .tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-50%;border-left:none!important;border-top:none!important}.wa-product-card-popup__desc{display:flex;gap:5px}@media (min-width:1281px){.wa-product-card:hover .wa-product-card-img img{transform:scale(1.02)}}