@keyframes fadeInEffect{from{opacity:0}to{opacity:1}}.product-card .product-card__header{position:relative;padding-top:142.2%;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:5px}@media(min-width: 768px){.product-card .product-card__header{padding-top:132%;overflow:hidden}}.product-card .product-card__header-content{position:absolute;top:7px;left:7px;right:7px;display:flex;align-items:center;gap:10px;justify-content:space-between;z-index:2}@media(min-width: 768px){.product-card .product-card__header-content{top:13px;left:13px;right:13px}}.product-card .product-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin:0}.product-card .product-card__tag{font-weight:600;font-size:9px;line-height:110%;letter-spacing:.1em;border-radius:2px;background-color:#fff;color:#000;margin:0;padding:5px 6px 3px}.product-card .product-card__tag:empty{display:none}@media(min-width: 768px){.product-card .product-card__tag{padding:5px 9px 3px;letter-spacing:.2em}}.product-card .product-card__badge{position:absolute;z-index:3;left:5px;top:8px;pointer-events:none;width:auto;height:auto;object-fit:contain;max-height:62px}@media(min-width: 768px){.product-card .product-card__badge{left:22px;top:16px;max-height:70px}}.product-card .product-card__quick-add-to-cart{flex-shrink:0;align-self:flex-start;height:32px;aspect-ratio:1/1;padding:0;border:none;background-color:rgba(0,0,0,0);transition:transform .4s}.product-card .product-card__quick-add-to-cart:hover{transform:scale(1.2)}.product-card .product-card__quick-add-to-cart svg{width:100%;height:100%;object-fit:contain;pointer-events:none}@media(min-width: 768px){.product-card .product-card__quick-add-to-cart{height:40px}}.product-card .product-card__image-link{position:absolute;inset:0}.product-card .product-card__image-link:hover:not(.product-card__image-link--non-hover) .product-card__main-picture{opacity:0;visibility:hidden}.product-card .product-card__image-link:hover:not(.product-card__image-link--non-hover) .product-card__secondary-picture{opacity:1;visibility:visible}.product-card .product-card__picture{display:block;position:absolute;inset:0;transition:opacity .4s ease,transform .4s ease,visibility .4s ease}.product-card .product-card__secondary-picture{opacity:0;visibility:hidden}.product-card .product-card__image{width:100%;height:100%;object-fit:contain}.product-card .product-card__content{padding:17px 4px 17px 4px}.product-card .product-card__title{font-weight:600;font-size:14px;line-height:135%;margin-bottom:6px}.product-card .product-card__title a{color:#000}@media(min-width: 768px){.product-card .product-card__title{margin-bottom:5px}}.product-card .product-card__prices{display:flex;align-items:center;gap:4px;margin-bottom:9px}@media(min-width: 768px){.product-card .product-card__prices{margin-bottom:7px}}.product-card .product-card__prices--on-sale .product-card__price{color:#cf2c1e}.product-card .product-card__description,.product-card .product-card__price,.product-card .product-card__compare-at-price{font-size:12px;line-height:135%;color:#676767}@media(min-width: 768px){.product-card .product-card__description,.product-card .product-card__price,.product-card .product-card__compare-at-price{font-size:14px}}.product-card .product-card__compare-at-price{text-decoration:line-through}.product-card .product-card__options{border:none;margin:0}.product-card .product-card__options-wrapper{display:flex;gap:8px;max-width:66px;min-width:0;overflow:auto;padding:3px}.product-card .product-card__options-wrapper::-webkit-scrollbar{height:0}.product-card .product-card__option-label{position:relative;width:15px;height:15px;flex-shrink:0;border-radius:93px;overflow:hidden;margin-bottom:0;border:1px solid #000;cursor:pointer;transition:box-shadow .3s ease;box-shadow:0 0 0 0 rgba(0,0,0,0)}.product-card .product-card__option-label:has(input:checked){box-shadow:0 0 0 1px #fff,0 0 0 2px #000}.product-card .product-card__option-label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.product-card .product-card__option-label:after{content:"";position:absolute;top:0;right:0;bottom:0;left:50%;transform:rotate(45deg);transform-origin:0 50%}.product-card .product-card__colors-wrapper{display:flex;align-items:center;gap:6px}.product-card .product-card__rest-of-colors{font-size:12px;line-height:100%;color:#555}@media(min-width: 768px){.product-card .product-card__rest-of-colors{font-size:14px}}.product-card .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}