.elementor-4826 .elementor-element.elementor-element-bff0194{width:100%;max-width:100%;}@media(min-width:768px){.elementor-4826 .elementor-element.elementor-element-2fb6c4b{width:100%;}}/* Start custom CSS for html, class: .elementor-element-bff0194 *//* ============================================================
   TABLET — 768px ATÉ 1200px
   IMAGEM ABAIXO DO CONTEÚDO
   ============================================================ */

@media (min-width: 768px) and (max-width: 1200px) {

    .bsf-hero {
        width: 100%;
        overflow: hidden;
    }

    .bsf-hero-inner {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        height: auto !important;
    }

    /* Conteúdo */
    .bsf-hero-content {
        width: 100% !important;
        padding: 45px 5% 35px 5% !important;
    }

    .bsf-hero-title {
        font-size: clamp(34px, 4.5vw, 52px) !important;
    }

    .bsf-hero-script {
        font-size: clamp(38px, 4.5vw, 56px) !important;
    }

    .bsf-hero-description {
        max-width: 500px !important;
        margin-top: 32px !important;
        margin-bottom: 30px !important;
        font-size: 16px !important;
        line-height: 1.5 !important;
    }

    .bsf-hero-button {
        width: 280px !important;
        height: 64px !important;
        font-size: 14px !important;
    }

    /* Ícones */
    .bsf-hero-icons {
        width: 100% !important;
        gap: 10px !important;
        margin-top: 34px !important;
    }

    .bsf-hero-icon-item {
        width: 65px !important;
    }

    .bsf-hero-icon-item img {
        width: 48px !important;
        height: 48px !important;
    }

    .bsf-hero-icon-item span {
        font-size: 9px !important;
    }

    /* ========================================================
       IMAGEM — AGORA FICA ABAIXO
       ======================================================== */

    .bsf-hero-image {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .bsf-hero-image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}

/* ============================================================
   CELULAR — ATÉ 767px
   NÃO ALTERAR A IMAGEM
   SOMENTE REDUZIR TEXTO DOS ÍCONES
   ============================================================ */

@media (max-width: 767px) {

    /* NÃO MEXER NA ESTRUTURA DO HERO */

    .bsf-hero {
        width: 100% !important;
        height: auto !important;
        overflow: hidden !important;
    }

    .bsf-hero-inner {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    /* ========================================================
       TEXTO DOS ÍCONES
       ======================================================== */

    .bsf-hero-icon-item span {
        font-size: 6px !important;
        line-height: 1 !important;
        letter-spacing: -0.15px !important;
        white-space: normal !important;
    }

    /* Mantém os ícones */
    .bsf-hero-icon-item img {
        width: 43px !important;
        height: 43px !important;
        margin-bottom: 5px !important;
    }

    /* ========================================================
       IMAGEM
       NÃO ALTERAR POSIÇÃO
       ======================================================== */

    .bsf-hero-image {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .bsf-hero-image img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        transform: none !important;
        object-fit: contain !important;
        object-position: center center !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8b9210f *//* =========================================================
   BELEZA SEM FRESCURA
   EXPLORE POR CATEGORIA
   ========================================================= */

.bsf-categorias {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 30px 20px 45px;
    box-sizing: border-box;
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
}


/* =========================================================
   TÍTULO
   ========================================================= */

.bsf-categorias-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-bottom: 36px;
}

.bsf-categorias-title h2 {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #101010;
}

.bsf-categorias-title span {
    color: #ed1768;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
}


/* =========================================================
   ÁREA DO CARROSSEL
   ========================================================= */

.bsf-carousel-wrapper {
    position: relative;
    width: 100%;
}

.bsf-categorias-track {
    display: flex;
    gap: 22px;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.bsf-categorias-track::-webkit-scrollbar {
    display: none;
}


/* =========================================================
   CARDS
   ========================================================= */

.bsf-categoria-card {
    flex: 1 1 0;
    min-width: 0;
    height: 274px;

    padding: 28px 18px 18px;

    box-sizing: border-box;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 14px;

    box-shadow: 0 5px 14px rgba(0,0,0,0.07);

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    transition: transform 0.2s ease,
                box-shadow 0.2s ease;
}

.bsf-categoria-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.09);
}


/* =========================================================
   ÍCONE
   ========================================================= */

.bsf-categoria-card img {
    width: 78px;
    height: 68px;

    object-fit: contain;

    display: block;

    margin-bottom: 12px;
}


/* =========================================================
   TÍTULO DO CARD
   ========================================================= */

.bsf-categoria-card h3 {
    margin: 0 0 7px;

    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 800;

    line-height: 1.15;

    color: #111111;
}


/* =========================================================
   DESCRIÇÃO
   ========================================================= */

.bsf-categoria-card p {
    margin: 0;

    min-height: 48px;

    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;

    line-height: 1.4;

    color: #111111;
}


/* =========================================================
   BOTÃO
   ========================================================= */

.bsf-categoria-card a {
    margin-top: auto;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    min-width: 120px;
    height: 38px;

    padding: 0 13px;

    box-sizing: border-box;

    border: 2px solid #f28aae;
    border-radius: 6px;

    background: #ffffff;

    color: #ed1768;

    text-decoration: none;

    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 800;

    transition: all 0.2s ease;
}

.bsf-categoria-card a span {
    font-size: 18px;
    line-height: 1;
}

.bsf-categoria-card a:hover {
    background: #ed1768;
    border-color: #ed1768;
    color: #ffffff;
}


/* =========================================================
   SETAS
   ESCONDIDAS NO DESKTOP
   ========================================================= */

.bsf-arrow {
    display: none;

    position: absolute;

    top: 50%;
    transform: translateY(-50%);

    width: 44px;
    height: 44px;

    border: none;
    border-radius: 50%;

    background: #ed1768;
    color: #ffffff;

    font-family: Arial, sans-serif;
    font-size: 34px;
    font-weight: 300;

    line-height: 40px;

    cursor: pointer;

    z-index: 20;

    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}

.bsf-arrow-prev {
    left: -22px;
}

.bsf-arrow-next {
    right: -22px;
}


/* =========================================================
   DESKTOP
   1025px+
   
   IMPORTANTE:
   OS 7 CARDS FICAM VISÍVEIS.
   NÃO OCULTAR O PRIMEIRO CARD.
   ========================================================= */

@media (min-width: 1025px) {

    .bsf-categorias-track {
        overflow-x: hidden;
    }

    .bsf-categoria-card {
        flex: 1 1 0;
    }

    .bsf-arrow {
        display: none !important;
    }
}


/* =========================================================
   TABLET
   768px — 1024px

   3 CARDS VISÍVEIS
   CARROSSEL MANUAL
   ========================================================= */

@media (min-width: 768px) and (max-width: 1024px) {

    .bsf-categorias {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bsf-categorias-title {
        margin-bottom: 30px;
    }

    .bsf-categorias-title h2 {
        font-size: 22px;
    }

    .bsf-categorias-track {
        gap: 18px;

        overflow-x: auto;

        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
    }

    .bsf-categoria-card {
        flex: 0 0 calc((100% - 36px) / 3);

        min-width: calc((100% - 36px) / 3);

        scroll-snap-align: start;
    }

    .bsf-arrow {
        display: flex;

        align-items: center;
        justify-content: center;
    }

    .bsf-arrow-prev {
        left: -22px;
    }

    .bsf-arrow-next {
        right: -22px;
    }
}


/* =========================================================
   CELULAR
   até 767px

   1 CARD PRINCIPAL
   CARROSSEL MANUAL
   ========================================================= */

@media (max-width: 767px) {

    .bsf-categorias {
        padding: 25px 30px 40px;
    }

    .bsf-categorias-title {
        gap: 8px;
        margin-bottom: 25px;
    }

    .bsf-categorias-title h2 {
        font-size: 18px;
    }

    .bsf-categorias-title span {
        font-size: 25px;
    }

    .bsf-categorias-track {
        gap: 14px;

        overflow-x: auto;

        scroll-snap-type: x mandatory;
        overscroll-behavior-x: contain;
    }

    .bsf-categoria-card {
        flex: 0 0 100%;
        min-width: 100%;

        height: 265px;

        scroll-snap-align: center;

        padding-top: 24px;
    }

    .bsf-categoria-card img {
        width: 72px;
        height: 62px;
    }

    .bsf-categoria-card h3 {
        font-size: 17px;
    }

    .bsf-categoria-card p {
        font-size: 13px;
    }

    .bsf-arrow {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 38px;
        height: 38px;

        font-size: 29px;
        line-height: 34px;
    }

    .bsf-arrow-prev {
        left: -19px;
    }

    .bsf-arrow-next {
        right: -19px;
    }
}

/* =========================================================
   CORREÇÃO — CARD VIDA SEM FRESCURA
   SOMENTE DESKTOP
   ========================================================= */

@media (min-width: 1025px) {

    .bsf-categoria-card:last-child p {
        font-size: 13px;
        line-height: 1.3;
        min-height: 52px;
        margin-bottom: 4px;
    }

    .bsf-categoria-card:last-child img {
        width: 72px;
        height: 62px;
        margin-bottom: 10px;
    }

    .bsf-categoria-card:last-child h3 {
        font-size: 17px;
        line-height: 1.15;
        margin-bottom: 5px;
    }

    .bsf-categoria-card:last-child a {
        height: 36px;
        min-height: 36px;
    }

}/* End custom CSS */