/* Goto Smart Fabric - Layout inspirado na imagem fornecida */
.hero_banner_style_m1_collection,
.hero_banner_style_marshbello {
    background-color: #cbcbcb;
    font-family: sans-serif;

    .section-divider {
        text-align: center;
        font-size: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0rem;
        color: #2d3238;

        @media screen and (min-width: 768px) {
            margin-bottom: 40px;
        }
    }

    .section-divider__line {
        flex: 1;
        height: 2px;
        background: linear-gradient(to right, #aab2cd, #dce19c, #e6b7d9, #6da9b2);
        position: relative;
        bottom: 15px;

        @media screen and (min-width: 768px) {
            bottom: 40px;
            height: 6px;
        }
    }

    .section-divider__line--reversed {
        transform: scaleX(-1);
        margin-right: 0;

        @media screen and (min-width: 768px) {
            margin-left: 0;
        }
    }

    .section-divider__title {
        margin: 0px;
        font-family: Tenor Sans;
        font-weight: 400;
        font-size: 28px;
        line-height: 44px;
        text-align: center;
        color: #2d3238;
        text-transform: uppercase;

        max-width: 860px;
        line-height: 1;

        @media screen and (max-width: 768px) {
            max-width: 300px;
        }

        @media screen and (min-width: 768px) {
            font-size: 80px;
        }
    }

    .goto-smart-fabric-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    
    .goto-smart-fabric-block {
        display: flex;
        gap: 30px;
        align-items: center;
        padding: 70px;
        border-radius: 8px;
        margin: 0 auto;
        max-width: 1400px;
        justify-content: center;
    
        @media screen and (max-width: 1000px) {
            padding: 20px;
            max-width: 100%;
            gap: 10px;
        }
    }
    
    .goto-smart-fabric-block:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    .goto-smart-fabric-block__image {
        flex-shrink: 0;
        width: 50%;
        border-radius: 6px;
        object-fit: cover;
    }
    
    .goto-smart-fabric-block__title {
        font-weight: 600;
        font-size: 18px;
        margin-bottom: 10px;
        color: #222;
    }
    
    .goto-smart-fabric-block__description {
        max-width: 460px;
    
        @media screen and (max-width: 1000px) {
            max-width: 350px;
        }
    }
    
    .goto-smart-fabric-block__description p {
        margin-bottom: 60px;
        font-size: 32px;
        color: #444;
        line-height: normal;
        font-family: Urbanist;
    
        @media screen and (max-width: 768px) {
            margin-bottom: 20px;
            max-width: 130px;
            line-height: 12px;
            font-size: 9px;
        }
    }
    
    .goto-smart-fabric-block__description ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 20px;
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 18px;
        color: #111;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        font-family: Urbanist;
    
        @media screen and (max-width: 768px) {
            max-width: 130px;
            font-size: 6px;
            gap: 5px 10px;
        }
    }
    
    .goto-smart-fabric-block__description li {
        white-space: nowrap;
    }
    
    /* Badge de nome sobre imagem */
    .goto-smart-fabric-block__image::after {
        content: attr(data-badge);
        display: inline-block;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 12px;
        color: #000;
        font-weight: 500;
    }
    
    /* Wrapper de imagem para permitir badge posicionado */
    .goto-smart-fabric-image-wrapper {
        position: relative;
        width: 100%;
    
        @media screen and (max-width: 1000px) {
            max-width: 200px;
        }
    }
    
    .goto-smart-fabric-image-wrapper img {
        width: 100%;
        display: block;
        border-radius: 10px;
    }
    
    .smart-fabric-tabs {
        display: flex;
        gap: 30px;
        justify-content: center;
        margin-bottom: 40px;
        flex-wrap: wrap;
    
        @media screen and (max-width: 768px) {
            gap: 12px;
            margin-bottom: 16px;
        }
    }
    
    .smart-fabric-tab {
        background: none;
        border: none;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        color: #555;
        position: relative;
        padding: 2px;
    
        @media screen and (max-width: 768px) {
            font-size: 10px;
        }
    }
    
    .smart-fabric-tab.active {
        color: #000;
    }
    
    .smart-fabric-tab.active::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #000;
    }
    
    .smart-fabric-tab-content-wrapper {
        position: relative;
    }
    
    .smart-fabric-tab-content {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease;
        position: absolute;
        width: 100%;
        background-color: #e9e9e9;
    }
    
    .smart-fabric-tab-content.active {
        display: block;
        opacity: 1;
        position: relative;
    }
    
    .image-badge {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background: transparent;
        backdrop-filter: blur(14px);
        padding: 8px 37px;
        font-size: 18px;
        border-radius: 20px;
        font-weight: 500;
    
        @media screen and (max-width: 768px) {
            font-size: 6px;
            padding: 2px 4px;
        }
    }
    
}

.hero_banner_style_m1_collection {
    background-color: #b5c1d2;

    .smart-fabric-tab-content {
        background-color: #D8DCE2;
    }

    .section-divider__line {
        background: linear-gradient(90deg, #B9C1C6 0%, #E5CFBD 19.23%, #EEB599 47.12%, #DFB3A9 66.35%, #D59B8D 84.13%, #CC7E7E 100%);
    }
}