 



.desktop {
    display: none;
}

.mobile {
    display: block;
}

.summer-sale {
    position: relative;
}

.summer-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

}

.summer-grid {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.summer-div h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    width: 95%;
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    padding-top: 20px;
}

.summer-div h2 span {
    font-weight: 500;

    font-size: 30px;
    letter-spacing: 2px;
    text-shadow: rgb(255, 176, 1) 3px 0px 0px, rgb(255, 176, 1) 2.83487px 0.981584px 0px, rgb(255, 176, 1) 2.35766px 1.85511px 0px, rgb(255, 176, 1) 1.62091px 2.52441px 0px, rgb(255, 176, 1) 0.705713px 2.91581px 0px, rgb(255, 176, 1) -0.287171px 2.98622px 0px, rgb(255, 176, 1) -1.24844px 2.72789px 0px, rgb(255, 176, 1) -2.07227px 2.16926px 0px, rgb(255, 176, 1) -2.66798px 1.37182px 0px, rgb(255, 176, 1) -2.96998px 0.42336px 0px, rgb(255, 176, 1) -2.94502px -0.571704px 0px, rgb(255, 176, 1) -2.59586px -1.50383px 0px, rgb(255, 176, 1) -1.96093px -2.27041px 0px, rgb(255, 176, 1) -1.11013px -2.78704px 0px, rgb(255, 176, 1) -0.137119px -2.99686px 0px, rgb(255, 176, 1) 0.850987px -2.87677px 0px, rgb(255, 176, 1) 1.74541px -2.43999px 0px, rgb(255, 176, 1) 2.44769px -1.73459px 0px, rgb(255, 176, 1) 2.88051px -0.838247px 0px;
}

.summer-div h2 b {
    font-weight: 600;
    color: #ffb001;
}

.gift-box {
    width: 40px;
}


.summer-cta {
    margin: auto;
    width: 90%;
    text-align: center;
    margin-top: 10px;
}

.summer-cta a {
    background-color: #ffb001;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 2px 26px;
    border-radius: 5px;
    font-weight: 600;
}


.summer-last {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    background-color: #db375f;
    padding: 4px 5px;
}

.summer-last p {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
}






.summer-boxes-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    width: 94%;
    /* margin: auto; */
    margin-bottom: 15px;



    display: grid;
    grid-template-columns: 1fr 0.1fr 1fr;
}

.summer-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* width: 85%; */
    margin: auto;


}

.summer-box {
    background-color: white;
    border-radius: 10px;
    height: max-content;

}

.summer-box img {
    display: block;
    margin: auto;
    width: 70px;
    border-radius: 10px;

}

.summer-boxes .summer-box:last-child {
    scale: 1.1;
    border: 3px solid #db375f;
}

.summer-boxes .summer-box.sum-last img {
    /* scale: 1.25; */
    width: 100px;

}

.summer-box p {
    border-radius: 5px;
    background-color: #ffb001;
    text-align: center;
    width: max-content;
    margin: auto;
    margin-top: -10px;
    color: white;
    text-transform: uppercase;
    padding: 2px 7px;
    font-size: 7px;
    font-weight: 500;

}


.summer-boxes .summer-box:last-child p {
    background-color: #db375f;

}

.summer-boxes .summer-box:last-child ::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -20px;
    width: 30px;
    height: 30px;
    background-image: url('./img/Index_Onyco_SUMMER-05.webp');
    background-size: contain;
    background-repeat: no-repeat;
}

.sum-center {
    color: white;
    text-align: center;
    font-size: 13px;
}

.summer-last.desktop {
    display: none;
}

@media only screen and (min-width: 400px) {
.summer-box p {
 
    font-size: 9px;
}

}
@media only screen and (min-width: 450px) {
.summer-box p {
 
    font-size: 10px;
}

}

@media only screen and (min-width: 500px) {
    .summer-boxes .summer-box.sum-last img {
        width: 140px;

    }

    .summer-box img {
        width: 100px;

    }

    .summer-div h2 {
        width: 80%;
        font-size: 34px;
    }

    .summer-cta a {
        font-size: 22px;
    }

    .summer-div h2 span {

        font-size: 40px;
    }
}

@media only screen and (min-width: 600px) {
    .summer-boxes .summer-box.sum-last img {
        width: 160px;

    }

    .summer-box img {
        width: 120px;

    }

    .summer-boxes-div {
        column-gap: 15px;

    }

}

@media only screen and (min-width: 768px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }


    .summer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 80%;
        margin: auto;
        margin-top: 15px;
    }

    .summer-boxes-div {
        display: flex;
        flex-direction: column;
        margin: auto;
    }

    .summer-box img {
        width: 70px;

    }

    .summer-boxes .summer-box.sum-last img {
        width: 100px;
    }



    .summer-last.desktop {
        display: flex;
        padding: 0;
    }

    .summer-last p {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
    }

    .gift-box {
        width: 28px;
    }

    .summer-div h2 {
        padding: 0;
    }

    .summer-boxes {
        margin-bottom: 20px;
    }

    .summer-div {
        height: 90%;
        margin: auto;
        margin-bottom: 0;
    }

    .summer-div h2 span {
        display: block;
    }

    .summer-div h2 {
        font-size: 22px;
    }

    .summer-div h2 span {

        font-size: 28px;
    }


    .summer-div {
        height: 100%;
        margin: auto;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .summer-div {
        position: absolute;
        top: 50%;
    }




    .summer-cta a {
        font-size: 18px;
    }



}


@media only screen and (min-width: 994px) {
    .summer-div {
        height: 100%;
    }

    .summer-last p {
        font-size: 18px;
    }

    .gift-box {
        width: 35px;
    }

    .summer-grid {
        display: grid;
        grid-template-columns: 0.9fr 1fr;
        width: 80%;
        margin: auto;
        margin-top: 15px;
    }

    .summer-box img {
        width: 100px;

    }

    .summer-boxes .summer-box.sum-last img {
        width: 140px;
    }

    .summer-boxes-div {
        row-gap: 28px;
    }

    .summer-boxes {
        margin: 0;
    }

    .summer-grid-div2 {
        margin: auto;
        margin-left: 0;
        margin-top: 10px;
    }

    .summer-div h2 {
        font-size: 26px;
    }

    .summer-div h2 span {
        font-size: 34px;
    }

    .summer-grid-div {
        margin: auto;
        margin-top: 0;
        margin-right: 0;
    }

    .summer-div h2 {
        width: 100%;
    }

    .summer-cta a {
        font-size: 22px;
    }









}

@media only screen and (min-width: 1200px) {

    .summer-boxes .summer-box:last-child ::after {
        width: 40px;
        height: 40px;
        top: 20px;
    }

    .summer-grid-div {
        margin-top: 25px;
    }


    .summer-box img {
        width: 130px;

    }

    .summer-boxes .summer-box.sum-last img {
        width: 180px;
    }


    .summer-div h2 {
        font-size: 30px;
    }

    .summer-div h2 span {
        font-size: 38px;
    }

    .summer-grid-div2 {
        margin: auto;
        margin-left: 0;
        margin-top: 15px;
    }

    .summer-box p {
        font-size: 14px;

    }
}

@media only screen and (min-width: 1400px) {

    .summer-grid {
        column-gap: 15px;
    }

    .summer-grid-div2 {
        margin-top: 40px;
    }

    .summer-last p {
        font-size: 20px;
    }








}

@media only screen and (min-width: 1800px) {


    .summer-box img {
        width: 180px;
    }



    .summer-boxes .summer-box.sum-last img {
        width: 240px;
    }

    .summer-boxes-div {
        row-gap: 45px;
    }

    .summer-box p {
        font-size: 16px;

    }

    .summer-boxes .summer-box:last-child ::after {
        width: 50px;
        height: 50px;
        top: 20px;
        right: -25px;

    }
    .summer-div h2 {
        font-size: 40px;
    }
        .summer-div h2 span {
        font-size: 50px;
    }
        .summer-cta a {
        font-size: 30px;
    }
}