.elementor-1305 .elementor-element.elementor-element-9cacc84{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:12px;--padding-bottom:12px;--padding-left:100px;--padding-right:100px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-1305 .elementor-element.elementor-element-2aaedef{text-align:center;}.elementor-1305 .elementor-element.elementor-element-2aaedef .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:44px;font-weight:600;line-height:1em;color:var( --e-global-color-0b1e87d );}.elementor-1305 .elementor-element.elementor-element-9c3e89d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:0px;--padding-bottom:80px;--padding-left:100px;--padding-right:100px;}.elementor-1305 .elementor-element.elementor-element-6f9920b{width:100%;max-width:100%;}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-1305 .elementor-element.elementor-element-9cacc84{--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-1305 .elementor-element.elementor-element-2aaedef .elementor-heading-title{font-size:36px;}.elementor-1305 .elementor-element.elementor-element-9c3e89d{--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}@media(max-width:767px){.elementor-1305 .elementor-element.elementor-element-9cacc84{--width:90%;--padding-top:40px;--padding-bottom:40px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}.elementor-1305 .elementor-element.elementor-element-2aaedef .elementor-heading-title{font-size:32px;}.elementor-1305 .elementor-element.elementor-element-9c3e89d{--width:95%;--padding-top:0px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-1305 .elementor-element.elementor-element-9cacc84{--width:100%;}}@media(max-width:1024px) and (min-width:768px){.elementor-1305 .elementor-element.elementor-element-9cacc84{--width:90%;}.elementor-1305 .elementor-element.elementor-element-9c3e89d{--width:95%;}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{line-height:var( --e-global-typography-primary-line-height );}}/* Start custom CSS *//* ============================================
   MILK SHAKE BRASIL - Rotina Capilar CSS v4 final
   Cole no Custom CSS da página no Elementor
   ============================================ */

.ms-rotina-wrapper {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    max-width: 100%;
    padding: 40px 0;
}

/* ---------- Botões de filtro ---------- */
.ms-rotina-filtros {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 48px;
}

.ms-rotina-btn {
    background: #fff;
    border: 2px solid #201F1F;
    color: #201F1F;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
    cursor: pointer;
    transition: all 0.2s ease;
    border-radius: 0;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.ms-rotina-btn:hover,
.ms-rotina-btn.ativo {
    background: #F8B800;
    border-color: #F8B800;
    color: #201F1F;
}

/* Botão Todos os Produtos */
.ms-rotina-btn-todos {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.ms-rotina-btn-todos svg {
    flex-shrink: 0;
}

/* ---------- Título do tipo selecionado ---------- */
.ms-rotina-titulo-tipo {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 2px solid #F8E7A5;
}

.ms-rotina-titulo-tipo h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #201F1F;
    margin: 0 0 6px 0;
}

.ms-rotina-titulo-tipo p {
    font-size: 15px;
    color: #666;
    margin: 0;
    font-style: italic;
}

/* ---------- Container dos passos — lado a lado ---------- */
#ms-rotina-passos {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

/* ---------- Bloco de cada passo — coluna ---------- */
.ms-passo-bloco {
    flex: 1;
    min-width: 0; /* evita overflow */
}

.ms-passo-header {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #F8B800;
}

.ms-passo-label {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #201F1F;
    display: inline;
}

.ms-passo-nome {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #201F1F;
    display: inline;
}

/* ---------- Produtos dentro do passo — coluna ---------- */
.ms-passo-produtos {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* ---------- Card de produto ---------- */
.ms-produto-card {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #201F1F;
    transition: transform 0.2s ease;
}

.ms-produto-card:hover {
    text-decoration: none;
    color: #201F1F;
}

.ms-produto-img-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.ms-produto-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
    transition: opacity 0.2s ease;
    background: #fff;
}

.ms-produto-card:hover .ms-produto-img-wrap img {
    opacity: 0.85;
}

.ms-produto-info {
    padding: 0 2px;
    text-align: center;
}

.ms-produto-nome {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #201F1F;
    margin: 0 0 4px 0;
    line-height: 1.4;
}

.ms-produto-preco {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #201F1F;
}

.ms-produto-preco .woocommerce-Price-amount {
    font-weight: 600;
}

/* Hero Products: produtos lado a lado em grid */
.ms-passo-bloco.ms-passo-hero .ms-passo-produtos {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.ms-passo-bloco.ms-passo-hero .ms-produto-card {
    flex: 1;
    min-width: 140px;
}

/* ---------- Estado vazio ---------- */
.ms-rotina-vazio {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

/* ---------- TABLET ---------- */
@media (max-width: 1024px) {
    #ms-rotina-passos {
        gap: 20px;
    }
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
    /* Filtros: scroll horizontal */
    .ms-rotina-filtros {
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 8px;
        margin-bottom: 32px;
    }

    .ms-rotina-filtros::-webkit-scrollbar {
        display: none;
    }

    .ms-rotina-btn {
        flex: 0 0 auto;
        scroll-snap-align: start;
        white-space: nowrap;
        font-size: 12px;
        padding: 10px 18px;
    }

    /* Passos: empilhados verticalmente no mobile */
    #ms-rotina-passos {
        flex-direction: column !important;
        gap: 40px;
        overflow: visible !important;
    }

    .ms-passo-bloco {
        width: 100% !important;
        overflow: visible !important;
    }

    /* Produtos dentro do passo: scroll horizontal */
    .ms-passo-produtos {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        gap: 16px !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        padding-bottom: 8px !important;
        width: 100% !important;
    }

    .ms-passo-produtos::-webkit-scrollbar {
        display: none !important;
    }

    .ms-produto-card {
        flex: 0 0 65% !important;
        min-width: 200px !important;
        max-width: 200px !important;
        scroll-snap-align: start !important;
    }

    /* Borda amarela só no mobile */
    .ms-produto-img-wrap img {
        border: 2px solid #F8E7A5;
    }
}/* End custom CSS */