.black-friday > * {
    box-sizing: border-box;
}

.wrapper .black-friday-top {
    min-height: 1120px;
    background: url('./assets/black-friday-assets/pozadina.png') center center no-repeat;
    background-size: cover;
    padding: 0 50px 25px 50px;
}


.wrapper .black-friday-top .logo {
    display: inline-block;
    width: 94px;
    margin-top: 40px;
}

.wrapper .black-friday-top h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 93.9918px;
    line-height: 110px;
    text-align: center;
    background: linear-gradient(90deg, #3EDBF2 -0.01%, #7875CC 48.95%, #E33BBC 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wrapper .black-friday-top h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 76px;
    line-height: 89px;
    text-align: center;
    background: linear-gradient(90deg, #3EDBF2 -0.01%, #7875CC 48.95%, #E33BBC 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 12px 0 0 0;
}

.wrapper .black-friday-top h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 31.6234px;
    line-height: 37px;
    color: #FFFEFE;
    text-align: center;
}

.wrapper .merch-container {
    padding: 30px 0 100px 0;
    min-height: 600px;
    margin: 50px auto 25px auto;
    background: url('./assets/black-friday-assets/bg.png') center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    
}

.wrapper .merch-container p {
    max-width: 978px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    background: linear-gradient(90deg, #3EDBF2 -0.01%, #7875CC 48.95%, #E33BBC 99.99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin: 0 auto;
}

.present {
    position: absolute;
    left: calc(100% - 153px);
    bottom: -27px;
    display: block;
    max-width: 200px !important;
    height: unset !important;
}

.wrapper .merch-container img {
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.wrapper .merch-container-top, .wrapper .merch-container-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: space-evenly;
    width: 100%;
    height: 100%;
    margin: 50px 0;

}

.wrapper .merch-container-top > div, .wrapper .merch-container-bottom > div {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    
}

.retailers {
    height: 50%;
    padding: 110px;
}

.wrapper .retailers h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    text-align: center;
    color: #000000;
    margin: 0 0 110px 0;
}

.wrapper .retailers-container {
    max-width: 1420px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wrapper .retailers-container .retailer {
    width: 426px;
    height: 227px;
    background: #FFFFFF;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrapper .retailers-container .retailer img {
    display: block;
    max-width: 75%;
    margin: 0 auto;
}

@media only screen and (max-width: 1235px) {
    .wrapper .merch-container {
        max-width: 700px;
    }
    .wrapper .merch-container-top, .wrapper .merch-container-bottom {
        flex-direction: column;
        align-items: center;
    }
    .wrapper .merch-container-top > div, .wrapper .merch-container-bottom > div {
        height: 250px;
        margin: 40px 0;
        justify-content: center !important;
        align-items: center !important;
    }
    .wrapper .merch-container p {
        font-size: 25px;
    }

    .wrapper .merch-container img {
        height: 250px;
    }

} 

@media only screen and (max-width: 1100px) {
    .black-friday-top {
        padding: 30px 50px 25px 50px !important;
    }
    .wrapper .black-friday-top .logo  {
        margin:0 auto 30px auto;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .wrapper .black-friday-top h1 {
        font-size: 80px;
    }

    .wrapper .black-friday-top h2 {
        font-size: 50px;
    }

     .wrapper .retailers h1 {
        font-size: 45px;
    }
    .retailers {
        padding: 110px 10px 110px 10px;
    }

}
@media only screen and (max-width: 620px) {
        .wrapper .black-friday-top h1 {
        font-size: 65px;
        line-height: 60px;
    }

    .wrapper .black-friday-top h2 {
        font-size: 45px;
        line-height: 40px;
        margin: 30px 0 0 0;
    }

    .wrapper .merch-container p {
        font-size: 20px;
    }

    .preorder .wrapper .retailers h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .models {
        max-width: 80%;
    }
}
@media only screen and (max-width: 400px) {
    .wrapper .black-friday-top {
        padding: 30px 10px 25px 10px !important;
    }

    .wrapper .merch-container img {
        object-fit: none;
    }
    .present {
        display: none !important;
    }
 
}

@media only screen and (max-width: 360px) {
        .wrapper .merch-container-bottom > div{
        height: 267px;
        margin: 10px 0;
        justify-content: center !important;
        align-items: center !important;
    }
}