.product-card{transform-origin:top;cursor:pointer;will-change:transform,opacity;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:#fff;border:none;border-radius:20px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;position:absolute;overflow:hidden}.product-card--catalog{touch-action:auto;pointer-events:none;box-sizing:border-box;flex-direction:column;gap:10px;height:272px;padding:10px;display:flex}.product-card--catalog .product-card__favorite{pointer-events:auto}.product-card--catalog .product-card__image-wrapper{background:#f5f5f5;border-radius:10px;flex-shrink:0;width:100%;height:186px;margin:0;overflow:hidden}.product-card--catalog .product-card__content{flex-direction:column;flex:1 1 0;justify-content:flex-start;gap:5px;min-height:0;padding:0;display:flex}.product-card--catalog .product-card__header{flex-direction:column;flex-shrink:0;gap:1px;min-width:0;display:flex}.product-card--catalog .product-card__category{text-overflow:ellipsis;-webkit-line-clamp:2;word-break:break-word;color:var(--gift-text,#232227);-webkit-box-orient:vertical;font-family:Oswald,sans-serif;font-size:10px;font-weight:400;line-height:1.482;display:-webkit-box;overflow:hidden}.product-card--catalog .product-card__price{color:var(--gift-text,#232227);flex-shrink:0;font-family:Oswald,sans-serif;font-size:10px;font-weight:400;line-height:1.482}.product-card__image-wrapper{box-sizing:border-box;background:#f5f5f5;border-radius:10px;flex-shrink:0;width:calc(100% - 20px);height:220px;margin-bottom:0;position:relative;overflow:hidden}.product-card--deck-large .product-card__image-wrapper{width:171.46px;height:232px;margin:10.8px 10.8px 10px}.product-card--deck-small .product-card__image-wrapper{width:169.25px;height:230px;margin:10.71px 10.71px 10px}.product-card__image{object-fit:contain;border-radius:10px;width:100%;height:100%}.product-card__favorite{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .2s;display:flex;position:absolute;top:1px;right:1px}.product-card__favorite:hover{background:#fff}.product-card__favorite:active{transform:scale(.95)}.product-card__favorite img{width:18px;height:18px;transition:opacity .2s}.product-card__content{box-sizing:border-box;flex-direction:column;flex-shrink:0;gap:5px;margin-top:10px;display:flex}.product-card--deck-large .product-card__content{padding:0 10.8px 10.8px}.product-card--deck-small .product-card__content{padding:0 10.71px 10.71px}.product-card__header{flex-direction:column;gap:1px;display:flex}.product-card__category,.product-card__price{color:#232227;font-family:Oswald,sans-serif;font-size:10px;font-weight:400;line-height:1.482}
