.atacado-section-a8t3 {
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 696px;
    min-height: 696px;
    max-height: 696px;
    margin: 8px auto 0;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.atacado-images-a8t3 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.atacado-img-a8t3 {
    position: absolute;
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 12px;
    transform: translate(-50%, -50%);
}

.atacado-img-1-a8t3 { top: calc(50% - 180px); left: calc(50% - 168px); }
.atacado-img-2-a8t3 { top: calc(50% - 220px); left: calc(50% - 56px); }
.atacado-img-3-a8t3 { top: calc(50% - 220px); left: calc(50% + 56px); }
.atacado-img-4-a8t3 { top: calc(50% - 180px); left: calc(50% + 168px); }
.atacado-img-5-a8t3 { top: calc(50% + 180px); left: calc(50% - 168px); }
.atacado-img-6-a8t3 { top: calc(50% + 220px); left: calc(50% - 56px); }
.atacado-img-7-a8t3 { top: calc(50% + 220px); left: calc(50% + 56px); }
.atacado-img-8-a8t3 { top: calc(50% + 180px); left: calc(50% + 168px); }

.atacado-img-9-a8t3,
.atacado-img-10-a8t3,
.atacado-img-11-a8t3,
.atacado-img-12-a8t3 {
    display: none;
}

.atacado-content-a8t3 {
    width: 344px;
    padding: 0 16px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.atacado-badge-a8t3 {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 2px 16px 2px 2px;
    background: rgba(40, 40, 52, 0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: none;
    border-radius: 9999px;
    flex-shrink: 0;
}

.atacado-badge-a8t3::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 9999px;
    padding: 1px;
    background: linear-gradient(-45deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.50) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
}

.atacado-badge-icon-a8t3 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.atacado-badge-gradient-a8t3 {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.atacado-badge-percent-a8t3 {
    position: relative;
    width: 20px;
    height: 20px;
    object-fit: contain;
    z-index: 1;
}

.atacado-badge-text-a8t3 {
    font-size: 16px;
    font-weight: 600;
    color: #282834;
    letter-spacing: -0.4px;
}

.atacado-headline-a8t3 {
    font-size: 32px;
    font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
    font-feature-settings: 'ss04' on, 'case' on;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.28px;
    color: #282834;
    margin: 0;
    text-align: center;
    padding: 0;
    max-width: 100%;
}

.atacado-button-a8t3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    min-height: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-decoration: none;
    background: #4850e5;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease-out, color 0.18s ease-out;
    width: fit-content;
    box-shadow: 0 0 0 3px transparent;
    flex-shrink: 0;
}

.atacado-button-a8t3:hover {
    background: #3d44c4;
    color: #ffffff;
}

.atacado-button-a8t3:active {
    background: #3238a3;
    color: #ffffff;
}

.atacado-button-a8t3:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(72, 80, 229, 0.3);
}

.atacado-button-a8t3:disabled {
    background: #e8e8e8;
    color: #949494;
    cursor: not-allowed;
}

.atacado-disclaimer-a8t3 {
    display: none;
}

@media (min-width: 1024px) {
    .atacado-button-a8t3 {
        min-height: 48px;
    }

    .atacado-section-a8t3 {
        height: 1320px;
        min-height: unset;
        max-height: unset;
    }

    .atacado-img-a8t3 {
        width: 80px;
        height: 80px;
    }

    .atacado-img-1-a8t3 { top: 12%; left: 50%; }
    .atacado-img-2-a8t3 { top: 18%; left: 69%; }
    .atacado-img-3-a8t3 { top: 33%; left: 83%; }
    .atacado-img-4-a8t3 { top: 50%; left: 90%; }
    .atacado-img-5-a8t3 { top: 67%; left: 83%; }
    .atacado-img-6-a8t3 { top: 82%; left: 69%; }
    .atacado-img-7-a8t3 { top: 88%; left: 50%; }
    .atacado-img-8-a8t3 { top: 82%; left: 31%; }

    .atacado-img-9-a8t3,
    .atacado-img-10-a8t3,
    .atacado-img-11-a8t3,
    .atacado-img-12-a8t3 {
        display: block;
    }

    .atacado-img-9-a8t3 { top: 67%; left: 17%; }
    .atacado-img-10-a8t3 { top: 50%; left: 10%; }
    .atacado-img-11-a8t3 { top: 33%; left: 17%; }
    .atacado-img-12-a8t3 { top: 18%; left: 31%; }

    .atacado-content-a8t3 {
        width: auto;
        padding: 0;
        left: calc(16.67% + 28px);
        right: calc(16.67% + 28px);
        transform: translateY(-50%);
    }

    .atacado-badge-icon-a8t3 {
        width: 36px;
        height: 36px;
    }

    .atacado-headline-a8t3 {
        font-size: 72px;
        letter-spacing: -2.88px;
    }

    .atacado-disclaimer-a8t3 {
        display: block;
        position: absolute;
        bottom: 50px;
        left: calc(50% + 0.5px);
        transform: translateX(-50%);
        font-size: 16px;
        font-family: 'Inter', sans-serif;
        font-feature-settings: 'ss04' on, 'case' on;
        line-height: 20px;
        color: #646587;
        text-align: center;
        width: 845px;
        padding: 0;
        margin: 0;
    }
}
