.aem-product-card__base{position:relative;background-color:#131110;border-radius:8px;margin-bottom:30px;padding-block:30px 10px;padding-inline:10px;height:520px;overflow:hidden;transition:background-color .25s ease-in-out}
@media(min-width:960px){.aem-product-card__base{padding-inline:20px;height:724px}
.aem-product-card__base:hover{background-color:#131110}
.aem-product-card__base:hover .aem-product-card__image-wrapper{transform:scale(0.9)}
.aem-product-card__base:hover .aem-product-card__actions{transform:translateY(0)}
}
@media(min-width:1280px){.aem-product-card__base{padding-top:30px}
}
.aem-product-card__base:not(:first-child){margin-top:25px}
@media(min-width:765px){.aem-product-card__base:not(:first-child){margin-top:0}
}
.aem-product-card__base--hide{display:none}
.aem-product-card__container,.aem-product-card__content,.aem-product-card__infoContainer{display:flex;flex-direction:column;height:100%}
.aem-product-card__badge{font-size:14px;line-height:20px;color:#5c615e;font-weight:300;letter-spacing:1.5px;color:#707472;position:absolute;top:20px;text-transform:uppercase}
@media(min-width:960px){.aem-product-card__badge{font-size:14px;line-height:20px;font-weight:300}
}
.aem-product-card__subtitle{text-align:center;color:#fff}
.aem-product-card__image-wrapper{transition:transform .25s;transform-origin:top;width:100%;height:300px;transform:scale(0.9)}
@media(min-width:960px){.aem-product-card__image-wrapper{transform:scale(1);height:500px}
}
.aem-product-card__image{-o-object-fit:contain;object-fit:contain;margin-block:0;margin-inline:auto;width:100%;height:100%}
.aem-product-card__infoContainer{justify-content:space-between;margin-top:0;padding-inline:10px;max-height:70px;transition:margin-top .25s ease-in-out}
@media(min-width:960px){.aem-product-card__infoContainer{padding:0;margin-top:24px}
}
@media(min-width:960px)and (max-width:1279px){.aem-product-card__base:hover .aem-product-card__infoContainer{margin-top:0}
}
.aem-product-card__title{font-size:18px;line-height:33px;color:#373a36;font-weight:200;text-align:center;color:#fff}
@media(min-width:960px){.aem-product-card__title{font-size:26px;line-height:38px}
}
@media(min-width:1280px){.aem-product-card__title{font-size:32px;line-height:44px}
}
.aem-product-card__actions{display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .25s ease-in-out;transform:translateY(0);gap:10px}
@media(min-width:960px){.aem-product-card__actions{transform:translateY(95px);gap:20px;flex-direction:row}
}
.aem-product-card__ctaButton{width:100%}
@media(min-width:960px){.aem-product-card__ctaButton{width:auto}
}
@media(min-width:1280px){.aem-product-card__ctaButton{justify-self:end}
}
.aem-product-card__discover{width:100%}
@media(min-width:960px){.aem-product-card__discover{width:auto}
}
@media(min-width:1280px){.aem-product-card__discover{justify-self:start}
}
.aem-product-card__infoContainer--dark{display:none}