.product-card{flex-direction:column;width:100%;max-width:100%;height:100%;display:flex;position:relative}.product-card:has(.choices__list.choices__list--dropdown.is-active){z-index:4}.product-card .hidden{display:none}.product-card .choices{color:#000;background-color:#fff;width:100%;font-family:Favorit,sans-serif;font-size:12px;font-weight:400;line-height:1}.product-card .choices__inner{background-color:#fff;border:1px solid #000;border-radius:0;height:auto;min-height:auto;padding:4px;font-size:12px}.product-card .choices[data-type*=select-one] .choices__inner{appearance:none;height:100%;padding:9px 20px 9px 10px}.product-card .choices__list.choices__list--single{appearance:none;height:100%}.product-card .choices__list.choices__list--single .choices__item{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.product-card .choices__list.choices__list--dropdown{z-index:4;border:1px solid #000}.product-card .choices__list.choices__list--dropdown .choices__item{padding:9px 20px 9px 10px}.product-card .choices[data-type*=select-one]:after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M1.70021 0.666749L6.33331 5.29985L10.9664 0.666748L12.3333 0.666748L6.33331 6.66675L0.333313 0.666749L1.70021 0.666749Z' fill='black'/%3E%3C/svg%3E");border:none;justify-content:center;align-items:center;width:13px;height:7px;margin-top:0;margin-bottom:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.product-card .choices__list--dropdown .choices__item--selectable[data-select-text],.product-card .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding:10px 13px;font-size:12px}.product-card .choices__list--dropdown .choices__item--selectable[data-select-text]:after,.product-card .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{display:none}.product-card__badges,.product-card__image-badges{z-index:3;flex-wrap:wrap;justify-content:right;align-items:center;gap:5px;display:flex;position:absolute;top:20px;right:20px}.product-card__image-badge{max-width:80px;max-height:80px}.product-card__badge{color:#000;text-transform:uppercase;text-align:center;background-color:#efff7f;padding:8px 12px;font-family:Favorit,sans-serif;font-size:14px;font-weight:400;line-height:1}.product-card__background{visibility:hidden;opacity:0;z-index:-1;transition:opacity .3s ease-in-out;display:block}.product-card__background-image{-o-object-fit:cover;object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.product-card__featured-image{z-index:2;max-width:250px;margin-bottom:20px;margin-left:auto;margin-right:auto;padding-bottom:100%;display:block;position:relative}.product-card__featured-image picture{width:100%;height:100%}.product-card__image{-o-object-fit:contain;object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;position:absolute;inset:0}.product-card__content{z-index:2;flex-direction:column;flex-grow:1;margin-bottom:30px;display:flex;position:relative}.product-card__title{color:var(--text-color,#000);text-transform:uppercase;text-align:center;flex-grow:1;margin-bottom:24px;font-family:Favorit,sans-serif;font-size:24px;font-weight:400;line-height:1;transition:color .3s ease-in}.product-card__title-link{font-size:inherit;color:inherit;line-height:inherit;text-transform:inherit;text-align:inherit;font-weight:inherit}.product-card__rating{justify-content:center;align-items:center;transition:color .3s ease-in;display:flex}.product-card__rating svg path{fill:var(--text-color,#000);transition:fill .3s ease-in}.rating{justify-content:center;align-items:center;gap:5px;display:flex}.rating__stars{align-items:center;gap:3px;transition:color .3s ease-in;display:flex}.product-card__form{z-index:2;position:relative}.product-card__form-row{justify-content:center;align-items:center;display:flex}.product-card__form-col{flex:none;width:100%;max-width:50%;height:auto}.product-card__select{color:#000;appearance:none;white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:100%;height:100%;padding:13px 20px 13px 10px;font-family:Favorit,sans-serif;font-size:12px;font-weight:400;line-height:1;display:block;position:relative;overflow:hidden}.product-card__select[disabled=disabled]{color:#000;opacity:1;border:1px solid #000;width:100%;font-family:Favorit,sans-serif;font-size:12px;font-weight:400;line-height:1}.product-card__button{color:#fff;text-transform:uppercase;background-color:#000;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-family:Favorit,sans-serif;font-size:16px;font-weight:400;line-height:1;display:flex}.product-card__button:disabled{color:#b3b3b3;cursor:not-allowed;background-color:#3f3f3f}.product-card__select .select2-container .select2-selection--single .select2-selection__rendered{height:40px;padding:8px}.product-card__button-prices{align-items:center;gap:4px;display:flex}.product-card__button-price{font-family:Favorit,sans-serif;font-size:14px;line-height:1}.product-card__button-price.product-card__button-price--compare{color:#ffffff80;text-decoration:line-through;display:none}.product-card__button-price.product-card__button-price--compare.shown{display:block}@media screen and (width>=768px){.product-card{padding:21px}.product-card:hover{cursor:pointer}.product-card:hover .product-card__background{visibility:visible;opacity:1;z-index:0}.product-card:hover .product-card__title,.product-card:hover .product-card__rating{color:var(--hover-text-color,#fff)}.product-card:hover .product-card__rating svg path{fill:var(--hover-text-color,#fff)}.product-card__button-price.product-card__button-price--compare.shown{display:initial}}
