/* ==================================================
   ESTILOS GLOBALES: Section Featured Product
   ================================================== */

div.section-featured-product__card {
    background: #960946;
    border-radius: 16px;
}

div.section-featured-product__img-wrapper {
    position: relative;
    overflow: visible;
}

div.section-featured-product__img img {
    border-radius: 16px;
}

div.section-featured-product__container-label {
    position: absolute;
}

div.section-featured-product__img-label img {
    animation: rotar-fondo 24s linear infinite;
}

div.section-featured-product__img-label figcaption.widget-image-caption {
    font-family: Founders Grotesk Official;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #960946 !important;
    margin: 0 !important;
}

span.title-accent--featured-product {
    color: #DFAFB8;
}

div.section-featured-product__title h3.elementor-heading-title {
    text-align: start;
}

div.section-featured-product__price-wrapper div.elementor-widget-heading {
    box-sizing: border-box;
    text-align: center;
    border-radius: 6rem !important;
    border: 1px solid #FEF3E7;
}

div.section-featured-product__price-wrapper div.elementor-widget-heading span {
    font-family: Founders Grotesk Official !important;
    font-weight: 300;
}

div.section-featured-product__price {
    background: #FEF3E7;
    z-index: 1;
}

div.section-featured-product__regular-price {
    z-index: 0;
}

div.section-featured-product__regular-price span {
    text-decoration: line-through;
}

div.section-featured-product__short-description p {
    font-weight: 300;
    text-align: start;
}



/* ==================================================
   ESTILOS DESKTOP: Section Featured Product
   ================================================== */

@media screen and (min-width: 1025px) {
    
    div.section-featured-product__card {
        height: 24rem;
    }
    
    div.featured-product-container {
        width: 40%;
    }
    
    div.section-featured-product__img-wrapper, div.section-featured-product__img {
        width: 20rem;
    }
    
    div.section-featured-product__container-label {
        top: -3rem;
        left: -3.2rem;
        width: 7.8rem;
        height: 7.8rem;
    }
    
    div.section-featured-product__img-label figcaption.widget-image-caption {
        font-size: 1.32rem;
        margin-top: 3px !important;
    }
    
    span.title-accent--featured-product {
        font-size: 1.3rem;
    }
    
    div.section-featured-product__title h3.elementor-heading-title {
        font-size: 2rem;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading {
        width: 10rem;
        height: 2.4rem;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading span {
        font-size: 1.4rem;
        line-height: 2.8rem !important;
    }
    
    div.section-featured-product__regular-price {
        margin-left: -2rem !important;
        padding-left: 1.2rem !important;
    }
    
    div.section-featured-product__regular-price span {
        font-size: 1.2rem !important;
    }
    
    div.section-featured-product__short-description p {
        font-size: 1.2rem;
        line-height: 21px !important;
    }
    
    div.section-featured-product__button a.elementor-button {
        color: #960946;
        font-size: 1.08rem;
        padding: 0.7rem 1.8rem 0.6rem 1.8rem !important;
    }
    
    div.section-hightlight__button a.elementor-button {
        font-size: 1.2rem;
        padding: 0.8rem 3rem 0.9rem 3rem !important;
    }
    
    div.section-hightlight__button a.elementor-button {
        font-size: 1.2rem;
        color: #FEF3E7;
        padding: 0.8rem 3rem 0.9rem 3rem !important;
    }
}



/* ==================================================
   ESTILOS MOBILE: Section Featured Product
   ================================================== */

@media screen and (max-width: 767px) {

    div.section-featured-product__card {
        max-width: 22rem !important;
        padding: 32px 1rem;
    }
    
    div.featured-product-container {
        max-width: 18rem !important;
    }
    
    div.featured-product-container, div.section-featured-product__img-wrapper, div.section-featured-product__img {
        width: 100%;
    }
    
    div.section-featured-product__container-label {
        top: -1.8rem;
        left: -0.6rem;
        width: 6.6rem;
        height: 6.6rem;
    }
    
    div.section-featured-product__img-label figcaption.widget-image-caption {
        font-size: 1.2rem;
        margin-top: 3px !important;
    }
    
    span.title-accent--featured-product {
        font-size: 1.2rem;
    }
    
    div.section-featured-product__title h3.elementor-heading-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading {
        width: 55%;
        max-width: 10rem !important;
        height: 2.4rem;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading span {
        font-size: 1.4rem;
        line-height: 2.8rem !important;
    }
    
    div.section-featured-product__regular-price {
        margin-left: -2rem !important;
        padding-left: 1.2rem !important;
    }
    
    div.section-featured-product__regular-price span.elementor-heading-title {
        font-size: 1.2rem !important;
    }
    
    div.section-featured-product__short-description p {
        font-size: 1.2rem;
        line-height: 21px !important;
        text-align: center;
    }
    
    div.section-featured-product__button a.elementor-button {
        color: #960946;
        font-size: 1.08rem;
        padding: 0.7rem 1.8rem 0.6rem 1.8rem !important;
    }
}



/* ==================================================
   ESTILOS TABLET: Section Featured Product
   ================================================== */

@media screen and (min-width: 768px) and (max-width: 1024px) {

    div.section-featured-product__card {
        padding: 32px 0;
    }
    
    div.featured-product-container {
        width: 46%;
    }
    
    div.section-featured-product__img-wrapper {
        width: 90%;
        max-width: 20rem;
    }
    
    div.section-featured-product__img {
        width: 100%;
    }
    
    div.section-featured-product__container-label {
        top: -1.4rem;
        left: -1.6rem;
        width: 6.6rem;
        height: 6.6rem;
    }
    
    div.section-featured-product__img-label figcaption.widget-image-caption {
        font-size: 1.2rem;
        margin-top: 3px !important;
    }
    
    span.title-accent--featured-product {
        font-size: 1.2rem;
    }
    
    div.section-featured-product__title h3.elementor-heading-title {
        font-size: 1.8rem;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading {
        width: 9.5rem !important;
        height: 2.4rem;
    }
    
    div.section-featured-product__price-wrapper div.elementor-widget-heading span {
        font-size: 1.4rem;
        line-height: 2.8rem !important;
    }
    
    div.section-featured-product__regular-price {
        margin-left: -2rem !important;
        padding-left: 1.2rem !important;
    }
    
    div.section-featured-product__regular-price span.elementor-heading-title {
        font-size: 1.2rem !important;
    }
    
    div.section-featured-product__short-description p {
        font-size: 1.2rem;
        line-height: 21px !important;
    }
    
    div.section-featured-product__button a.elementor-button {
        color: #960946;
        font-size: 1.08rem;
        padding: 0.7rem 1.8rem 0.6rem 1.8rem !important;
    }
}