/**
* 2025 Taburiente Agencia Ecommerce
*
*  @author    Taburiente Agencia Ecommerce <info@taburienteae.es>
*  @copyright 2025 Taburiente Agenica Ecommerce
*  @license   comercial
*/

.sdmproductbanner-item {
    width: 100%;
    aspect-ratio: 16/9;
    margin: 1rem 0;
    position: relative;
}
.sdmproductbanner-item-bg {
    background-color: rgba(0,0,0,.3);
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.sdmproductbanner-item img {
    width: 100%;
    height: auto;
}
.sdmproductbanner-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.sdmproductbanner-item-title {
    color: #fff;
    font-weight: 900;
    font-size: 2em;
    text-align: center;
}
.sdmproductbanner-item-sub_title {
    color: #fff;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
}
