.product__card{min-height:275px;height:fit-content;display:flex;flex-direction:column;justify-content:space-between;grid-column:span 1;position:relative;background-color:var(--rds-color-background-default);border-radius:var(--rds-radius-m);border:1px solid var(--rds-color-border-low)}
@media(min-width:1024px){.product__card{height:100%;min-height:372px;justify-content:space-between}
}
.product__card:hover{border:1px solid var(--rds-color-border-high)}
.product__card .product-card__image-container{position:relative}
.product__card .product-card__image{align-self:center;width:auto;height:109px}
@media(min-width:1024px){.product__card .product-card__image{height:162px}
}
.product__card .product-card__image>img{object-fit:contain;max-height:100%}
.product__card .product-card__data-container{padding:0 16px 16px 16px;height:calc(100% - 188px)}
@media(min-width:1024px){.product__card .product-card__data-container{padding:16px 24px 24px;height:calc(100% - 162px)}
}
.product__card .product-card__data-info{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}
.product__card .product-card__title{margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media(min-width:1024px){.product__card .product-card__title{margin-bottom:8px}
}
.product__card .product-card__price-container{min-height:48px;margin-top:auto;margin-bottom:8px;display:flex;flex-direction:column;align-items:baseline}
@media(min-width:1350px){.product__card .product-card__price-container{margin-bottom:12px;flex-direction:row}
}
.product__card .product-card__price{white-space:nowrap;background:var(--rds-color-highlightedSurface-orangeGradient);-webkit-text-fill-color:transparent;background-clip:text;color:transparent}
.product__card .product-card__price-secondary{margin-right:8px;color:var(--rds-color-content-state-disabled);line-height:16px;text-decoration-line:line-through}
@media(max-width:1024px){.product__card .product-card__price-secondary{font:var(--rds-caption-02)}
}
.product__card .product-card__discount-tag{position:absolute;bottom:8px;left:8px;padding:4px;color:var(--rds-color-content-high-inverse);background-color:transparent;border-radius:var(--rds-radius-s)}
@media(min-width:1024px){.product__card .product-card__discount-tag{left:16px}
}
.product__card .product-card__discount-tag.display{background-color:var(--rds-color-extended-surface-promo)}
.product__card .product-card__discount-tag .discount-text{display:block}
.product__card .product-card__btn span{white-space:nowrap;pointer-events:none;width:100%;display:flex;justify-content:center;align-items:center}
.product__card .becobar-card{position:absolute;top:77px;left:8px;z-index:1}
@media(min-width:1024px){.product__card .becobar-card{top:130px;left:16px}
}
.product__card .becobar-card .becobar-content{background-color:var(--rds-color-semantic-background-warning)}
.product__card .becobar-card .becobar-content p{color:var(--rds-color-content-high)}
.product__card:has(.becobar-card) .product-card__discount-tag{display:none}
.product__card .product-card__popular-label{display:flex;position:absolute;top:8px;left:8px;z-index:1;background-color:var(--rds-color-semantic-background-information);padding:6px 8px;border-radius:var(--rds-radius-s)}
@media(min-width:1024px){.product__card .product-card__popular-label{top:16px;left:16px}
}
.product-card--horizontal .product__card{min-height:auto;flex-direction:row;justify-content:flex-start;overflow:hidden}
.product-card--horizontal .product__card .product-card__image{height:148px;width:110.06px;position:relative}
.product-card--horizontal .product__card .product-card__image img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover}
.product-card--horizontal .product__card .product-card__data-container{padding:16px;height:auto;width:calc(100% - 110.06px);justify-content:center}
.product-card--horizontal .product__card .product-card__price-container{margin:0}
.product-card--horizontal .product__card .product-card__price-secondary{margin-left:8px;order:1}
.product-card--horizontal .product__card .button-repsol{display:none}