.product-card__wrapper{flex-direction:column;justify-content:space-between;width:100%;height:100%;display:flex}.product-card__photo{-o-object-fit:contain;object-fit:contain;z-index:1;width:100%;height:100%;transition:opacity .4s ease-in-out;position:absolute;top:0;left:50%;transform:translate(-50%)}.product-card__photo--hover{opacity:0}.product-card__photo-container{background:#f7f7f7;height:160px;margin-bottom:10px;display:flex;position:relative;overflow:hidden}@media (width>=768px){.product-card__photo-container{height:262px}}@media (width>=1280px){.product-card__photo-container{height:244px}}@media (width>=1440px){.product-card__photo-container{height:283px}}.product-card:hover:has(.product-card__photo--hover) .product-card__photo--main{opacity:0}.product-card:hover:has(.product-card__photo--hover) .product-card__photo--hover{opacity:1}.product-card__favorite{z-index:2;background:#fff;border-radius:100px;justify-content:center;align-items:center;width:24px;height:24px;padding:3px;display:flex;position:absolute;top:5px;left:5px}.product-card__favorite svg{width:18px;height:18px}@media (width>=480px){.product-card__favorite{width:34px;height:34px;padding:5px}.product-card__favorite svg{width:18px;height:18px}}.product-card__colors{color:#313235;-moz-column-gap:5px;z-index:2;background-color:#fff;border-radius:100px;align-items:center;column-gap:5px;padding:5px;font-size:15px;line-height:12px;display:flex;position:absolute;top:10px;right:10px}@media (width>=1550px){.product-card__colors{font-size:14px;line-height:17px}}.product-card__colors-current{border-radius:100px;width:30px;height:30px}.product-card__product-state-list{flex-direction:column;align-items:flex-start;gap:4px;padding:8px;display:flex;position:absolute;bottom:0;left:0}.product-card__product-state{z-index:2;color:#0047bb;text-transform:uppercase;background:#e1e8f1;border-radius:50px;padding:3px 8px;font-size:14px;font-weight:400;line-height:15px}.product-card__product-state--discount{color:#fff;background:#c51e16;border-color:#c51e16}.product-card__product-state--pro{color:#fff;background:#0047bb;border-color:#0047bb}.product-card__bottom{flex-direction:column;flex:1;min-height:115px;display:flex}.product-card__bottom:has(.product-card__bottom-category) .product-card__bottom-title{margin-bottom:10px}.product-card__bottom-title{line-clamp:2;-webkit-line-clamp:2;color:#313235;text-overflow:ellipsis;-webkit-box-orient:vertical;height:32px;font-size:12px;line-height:15px;display:-webkit-box;overflow:hidden}@media (width>=480px){.product-card__bottom-title{font-size:15px;line-height:17px}}@media (width>=768px){.product-card__bottom-title{height:34px}}.product-card__bottom-category{flex-wrap:wrap;flex-grow:1;justify-content:space-between;display:flex}.product-card__bottom-category p{-webkit-line-clamp:1;line-clamp:1;color:#b5b7ba;text-overflow:ellipsis;-webkit-box-orient:vertical;font-size:10px;line-height:normal;display:-webkit-box;overflow:hidden}.product-card__bottom-category p:first-child{max-width:80%}@media (width>=768px){.product-card__bottom-category p{font-size:14px}}.product-card__bottom-size{margin-top:10px;font-size:14px}@media (width<=850px){.product-card__bottom-size{font-size:14px;line-height:17px}}@media (width<=480px){.product-card__bottom-size{font-size:12px;line-height:15px}}.product-card__bottom-buy{flex-flow:wrap;justify-content:space-between;align-items:center;height:50px;margin-top:10px;display:flex}.product-card__bottom-buy-price{flex-direction:column;align-items:flex-start;gap:2px;display:flex}@media (width>=376px){.product-card__bottom-buy-price{gap:10px}}@media (width>=768px){.product-card__bottom-buy-price{-moz-column-gap:10px;flex-direction:row;align-items:center;column-gap:10px}}@media (width>=1024px){.product-card__bottom-buy-price{-moz-column-gap:20px;column-gap:20px}}.product-card__bottom-buy-price-old{color:#898989;place-content:center;align-items:center;font-size:12px;display:flex;position:relative}.product-card__bottom-buy-price-old:before{content:"";z-index:2;background:#0047bb;width:33px;height:1.5px;position:absolute;transform:rotate(-30deg)}@media (width>=768px){.product-card__bottom-buy-price-old{font-size:14px}}.product-card__bottom-buy-price-actual{font-size:14px;line-height:17px}@media (width>=480px){.product-card__bottom-buy-price-actual{font-size:16px;line-height:19px}}@media (width>=768px){.product-card__bottom-buy-price-actual{font-size:18px;line-height:22px}}.product-card__bottom-buy .button-loader{z-index:6}.product-card__bottom-buy-button-icon{color:#313235;width:30px;height:30px;transition:all .5s}@media (width<=768px){.product-card__bottom-buy-button-icon{width:24px;height:24px}}@media (width<=375px){.product-card__bottom-buy-button-icon{width:24px;height:24px}}.product-card__bottom-buy-button-icon:hover{animation:1s forwards bag-animation}@keyframes bag-animation{0%{transform:rotate(0)}25%{transform:rotate(-20deg)}50%{transform:rotate(0)}75%{transform:rotate(20deg)}to{transform:rotate(0)}}.product-card .ui-spinner{gap:4px}.product-card .ui-spinner-item{width:30px;height:5px}.promo1{grid-area:1/3/2/4}.promo2{grid-area:3/1/4/2}
