.product-card{width:148px;color:var(--black);flex-direction:column;gap:8px;text-decoration:none;display:flex}@media (width>=768px){.product-card{gap:10px;width:200px}}@media (width>=1440px){.product-card{gap:8px;width:235px}}.product-card__image-block{position:relative}.product-card__favorite{z-index:2;width:32px;height:32px;color:var(--gray-100);cursor:pointer;background:0 0;border:none;position:absolute;top:4px;right:4px}.product-card__favorite:disabled{cursor:default}@media (width>=768px){.product-card__favorite{top:8px;right:8px}}.product-card__favorite .icon{width:100%;height:100%}.product-card__badges{z-index:1;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:4px;display:flex;position:absolute;bottom:4px;left:4px}@media (width>=768px){.product-card__badges{bottom:8px;left:8px}}.product-card__discount{background:var(--red);color:var(--white)}.product-card__discount,.product-card__no-delivery{border-radius:var(--radius-s);letter-spacing:-.01rem;padding:4px 8px;font-size:.75rem;font-weight:400;line-height:1.33}.product-card__no-delivery{background:var(--blue-light);color:var(--blue)}.product-card__slider-dots{z-index:1;background:var(--white);border-radius:var(--radius-xs);flex-direction:row;align-items:flex-start;gap:2px;height:8px;padding:2px;display:flex;position:absolute;bottom:4px;right:4px}@media (width>=768px){.product-card__slider-dots{bottom:8px;right:8px}}.product-card__slider-dot{background:var(--gray-100);border-radius:var(--radius-full);width:4px;height:4px;transition:all .2s}.product-card__slider-dot--active{background:var(--black-100);border-radius:var(--radius-xs);width:8px}.product-card__images{z-index:0;border-radius:var(--radius-s);background:var(--white-100);width:100%;height:148px;overflow:hidden}@media (width>=768px){.product-card__images{height:200px}}@media (width>=1440px){.product-card__images{height:235px}}.product-card__images img{-o-object-fit:contain;object-fit:contain;background-color:var(--white-100);border-radius:var(--radius-s);width:100%;height:100%}.product-card__hover-zones{z-index:1;display:flex;position:absolute;inset:0}.product-card__hover-zone{flex:1;height:100%}.product-card__info{flex-direction:column;display:flex}.product-card__info>.btn{border-radius:var(--radius-s);padding:8px 20px;font-size:.8125rem;font-weight:500;line-height:1.54}.product-card__price,.product-card__price-weight{align-items:center;gap:4px;display:flex}.product-card__price{letter-spacing:-.01rem;color:var(--black-100);font-size:.875rem;font-weight:600;line-height:1.43}.product-card__price>span{align-items:center;gap:4px;display:inline-flex}.product-card__price>span span{font-size:.75rem;font-weight:400}.product-card__price--active>span:first-child{color:var(--red-200)}.product-card__price--active>span:last-child{color:var(--gray-200);font-weight:400;text-decoration-line:line-through}.product-card__weight{color:var(--gray-100)}.product-card__title,.product-card__weight{letter-spacing:-.01rem;font-size:.75rem;font-weight:400;line-height:1.33}.product-card__title{color:var(--black-100);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;height:48px;margin:4px 0 8px;display:-webkit-box;overflow:hidden}@media (width>=768px){.product-card__title{margin:4px 0 10px}}
