.product__card{min-height:330px;height:100%;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{min-height:372px;justify-content:space-between}
}
.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:8px 16px 16px;height:calc(100% - 109px)}
@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:flex-end}
.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__title.product-card__title[href]:hover{color:var(--rds-color-link-content-state-hover)}
.product__card .product-card__price-container{margin-top:auto;margin-bottom:8px;display:flex;flex-direction:column;align-items:baseline;justify-content:flex-end}
@media(min-width:1024px){.product__card .product-card__price-container{margin-bottom:12px;flex-direction:row;justify-content:flex-start}
}
.product__card .product-card__price{white-space:nowrap;background:var(--rds-color-highlightedSurface-orangeGradient);-webkit-text-fill-color:transparent;background-clip:text;color:transparent;font-size:32px;line-height:36px}
.product__card .product-card__price-secondary{color:var(--rds-color-content-state-disabled);line-height:16px;text-decoration-line:line-through;font-size:16px;line-height:24px}
@media(min-width:1024px){.product__card .product-card__price-secondary{margin-right:8px}
.product__card .product-card__price-secondary.unseen{display:none}
}
.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__actions-container{display:flex;flex-direction:column;gap:12px}
.product__card .product-card__actions-container .rds-button{font:var(--rds-button-02)}
.product__card .product-card__payment-in-installments-container{margin-top:auto;margin-bottom:8px;display:flex;flex-direction:column;align-items:baseline;justify-content:flex-end}
@media(min-width:1024px){.product__card .product-card__payment-in-installments-container{margin-bottom:12px;justify-content:flex-start}
}
.product__card .product-card__payment-in-installments-from{display:none}
@media(min-width:1024px){.product__card .product-card__payment-in-installments-from{font:var(--rds-caption-01);display:inline}
}
@media(min-width:1024px){.product__card .product-card__payment-in-installments-from--mobile{display:none}
}
@media(min-width:1024px){.product__card .product-card__payment-in-installments-duration{font:var(--rds-caption-01)}
}
.product__card .product-card__payment-in-installments__price-value{margin-left:2px}
.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.product__card .product-card__popular-label.product-card__popular-label .rp-description p{margin-bottom:0}
.product__card .unseen{visibility:hidden}
.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}
.product__card-payment-in-installments{flex-direction:row;justify-content:unset;min-height:270px;padding:16px;gap:10px}
@media(min-width:1024px){.product__card-payment-in-installments{flex-direction:column;min-height:423px;padding:unset;gap:unset}
}
.product__card-payment-in-installments .product-card__image-container{min-height:102px;min-width:108px;height:fit-content}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__image-container{min-height:137px;min-width:unset;height:unset}
}
.product__card-payment-in-installments .product-card__image{height:102px}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__image{height:137px;margin-top:10px}
}
.product__card-payment-in-installments .product-card__data-container{padding:0;height:unset}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__data-container{padding:16px 16px 0}
}
.product__card-payment-in-installments .product-card__data-info{min-height:unset}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__data-info{min-height:108px}
}
.product__card-payment-in-installments .product-card__title{margin-bottom:10px}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__title{margin-bottom:12px}
}
.product__card-payment-in-installments .product-card__payment-in-installments-container{margin-bottom:0}
.product__card-payment-in-installments .product-card__payment-in-installments-info{position:absolute;bottom:58px;right:16px;left:16px;background:var(--rds-color-highlightedSurface-ivoryGradient);border-radius:var(--rds-radius-s);padding:8px;margin-top:10px}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__payment-in-installments-info{position:static;order:5;margin:12px 16px 16px}
}
.product__card-payment-in-installments .product-card__payment-in-installments-info-client{margin-bottom:8px}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__payment-in-installments-info-client{display:none}
}
.product__card-payment-in-installments .product-card__payment-in-installments-info-price{display:flex;flex-direction:row;justify-content:space-between}
.product__card-payment-in-installments .product-card__payment-in-installments-info-price p{margin-bottom:0}
.product__card-payment-in-installments .product-card__payment-in-installments-info-price-payment p{color:var(--rds-color-extended-content-promo)}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__payment-in-installments-info-price-payment p{margin-bottom:4px}
}
.product__card-payment-in-installments .product-card__btn-view-product{position:absolute;bottom:16px;left:16px;right:16px}
@media(min-width:1024px){.product__card-payment-in-installments .product-card__btn-view-product{bottom:15px}
}
@media(max-width:calc(1024px - 1px)){.product__card-payment-in-installments .product-card__btn-view-product .product-card__btn{padding:6px 12px;font:var(--rds-button-02)}
.product__card-payment-in-installments .product-card__btn-view-product .product-card__btn .rds-icon{font-size:16px}
}