.topper-content[data-id="14"] .topper {
    background-image: url("/wp-content/themes/illuminator/topper/chellenzh-shou/illustration-juice.png"),
                      url("/wp-content/themes/illuminator/topper/chellenzh-shou/illustration-soda.png"),
                      url("/wp-content/themes/illuminator/topper/chellenzh-shou/Vector.svg");
    background-color: #81DD30;
    background-position: left bottom, right top, center center;                  
    background-repeat: no-repeat;
    background-size: auto auto, auto auto, cover;
    position: relative;
    padding: 0;

    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;

    height: 110px;
    align-content: center;
}

[data-id="14"] .chellenzh-shou-topper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

[data-id="14"] .topper__text img {
    object-fit: cover;
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important; 
    transform: none !important;
    margin: 0 !important;
}

[data-id="14"] .topper__text {
    position: relative;
    margin: 0;
}

[data-id="14"] .topper__text-abs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

[data-id="14"] .topper-text__title {
    font-family: "Unbounded", sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 105%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    max-width: 200px;
    margin-bottom: 2px;
}

[data-id="14"] .topper-text__sub-title {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 118%;
    text-align: center;
    color: #fff;
}

[data-id="14"] .topper__image {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    margin-top: auto;
}


[data-id="14"] .topper__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin: 0;
}

[data-id="14"] .topper__btn {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    color: rgb(255, 0, 123) !important;
    text-transform: none !important;

    border-radius: 9px !important;
    border: none !important;
    background: #fff !important;
    
    width: 140px !important;
    padding: 0 !important;
    margin: 0 !important;
    height: 58px !important;
}

[data-id="14"] button.topper__btn:after {
    display: none;
}

[data-id="14"] .topper__buttons a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 118% !important;
    letter-spacing: -0.01em;
    text-align: center;
    text-transform: none !important;

    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px !important;
    border-radius: 9px !important;
    border: none !important;
    background: radial-gradient(181.16% 120.78% at 11.65% 26.04%, #ff007b 0%, #ff00bf 100%) !important;
    text-align: center;
    color: #fff;
    text-transform: none !important;
    margin: 0 !important;
}






@media (max-width: 1439px) {
    .topper-content[data-id="3"] .topper {
        background-position: left center, right center, center center;
    }
}
@media (max-width: 1399px) {
   
}
@media (max-width: 1199px) {
    [data-id="14"] .topper__text {
        width: auto;
    }

    [data-id="14"] .topper__image {
        display: none;
    }


    [data-id="14"] .topper__image img:nth-child(3),
    [data-id="14"] .topper__image img:nth-child(4) {
        display: none;
    }
}

@media (max-width: 992px) {

    [data-id="14"] .topper-text__title {
        color: #E52E94;
    }

    [data-id="14"] .topper__text img {
        display: none;
        width: 310px;
        height: auto;
    }

    [data-id="14"] .topper__image {
        display: none;
    }

    [data-id="14"] .topper__text-abs {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    [data-id="14"] .topper__buttons {
        gap: 10px;
        flex-direction: column;
        gap: 6px;
    }

    .topper-content[data-id="14"] .topper {
        height: 140px;
    }

}

@media (max-width: 767px) {
    [data-id="14"] .chellenzh-shou-topper {
        gap: 10px;
    }

    [data-id="14"] .topper__buttons a {
        height: 50px !important;
    }

    [data-id="14"] .topper__btn {
        height: 50px !important;
        width: 100% !important;
    }

}

@media (max-width: 575px) {

    .topper-content[data-id="14"] .topper {
        background-size: auto 50%, auto 50%, cover;

    }

    [data-id="14"] .chellenzh-shou-topper {
        gap: 15px;
    }

    .topper-content[data-id="14"] .topper {
        height: 190px;
    }

    .chellenzh-shou-topper {
        flex-direction: column;
        gap: 16px
    }

    [data-id="14"] .topper__btn {
        width: 140px !important;
    }
  
}
@media (max-width: 550px) {

}    
@media (max-width: 520px) {

}
@media (max-width: 480px) {

}
@media (max-width: 375px) {

}

