/*  Nagłówek    */
#single_header{
    background-color: var(--single_header-bg);
}

.header_content {
    display: block;
    padding-top: 32px;
    padding-bottom: 90px;
}

.header_content{
    padding-top: 30px;
}

.header_content > div{
    margin-top: 35px;
}

.header_content .header_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-evenly;
}

.header_content .header_info > div:nth-of-type(1){
    padding-right: 50px;
}

.header_content .header_info > div:nth-of-type(2){
    padding-top: 20px;
    padding-bottom: 20px;
    width: 60%;
}

.header_content .header_info > div  img{
    width: 140%;
}

.header_content .header_info > h2{
    font-family: Space Grotesk;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: left;
}

.header_content .header_info > div >p{
    padding-bottom: 20px;
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 70%;
    margin-top: 20px;
    color: var(--color-black);
}

.header_content .header_info > div > p >span{
    font-weight: 700;
}
/*  end     -   Nagłówek  -   end  */

/*  Opis    */
#category_content{
    padding-top: 50px;
    padding-bottom: 50px;
}

#category_content h2 {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    margin-top: 30px;
}

#category_content p {
    font-family: Mulish;
    /* font-size: 16px; */
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 30px;
    color: var(--color-black);
}

#category_content div{
    margin-bottom: 60px;
}

#category_content div > h3 {
    font-family: Space Grotesk;
    font-size: 32px;
    line-height: 150%;
}
/*  end     -   Opis   -   end  */

/*  Inne produkty   */
#products{
    padding-bottom: 120px;
}

#products > div > p{
    font-family: Mulish;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

#products .slide > .clicking{
    height: 100%;
}

.slide-content {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

#products .slider .slide-image{
    justify-content: center;
}

#products .slide > .clicking .btn.btn-tertiary{
    text-align: left;
    margin-left: 0;
    pading-left: 0;
}

/*  end     -   Inne produkty   -   end  */


/*  MEDIA   */
@media screen and (min-width: 901px) and (max-width: 1300px){

    .header_content .header_info{
        width: 90%;
    }

}


@media screen and (min-width: 501px) and (max-width: 900px){

    .header_content .header_info{
        width: 100%;
    }

    .header_content .header_info>div:nth-of-type(2){
        width: 60%;
        margin-left: 20px;
    }

    #products > div > div:nth-of-type(2){
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    #products > div > div:nth-of-type(2) >  div > .controls-arrow{
        display: none !important;
    }

    #products > div > div:nth-of-type(2) >  div {
        order: -1;
        margin-bottom: 20px;
    }

    #products > div > div:nth-of-type(2) >  a{
        margin: 0 auto;
    }

}


@media screen and (min-width: 0px) and (max-width: 500px) {

    .header_content .header_info {
        width: 100%;
        flex-direction: column;
    }

    .header_content .header_info > div {
        width: 100%;
    }

    .header_content .header_info > div img{
        width: 70%;
        padding-bottom: 20px;
    }

    .header_content .header_info > div:nth-of-type(1){
        display: flex;
        justify-content: center;
    }

    #category_content{
        padding-bottom: 0px;
    }

    #category_content div > h3{
        font-size: 24px;
        line-height: 130%;
        margin-bottom: 30px;
    }

    #products .slider a > .slide-image{
        margin-right: 0;
    }

    #products > div > div:nth-of-type(2) >  div{
        display: none;
    }

    #products > div > div:nth-of-type(2) >  a{
        margin: 0 auto;
    }

    #products .slide{
        width: 100%;
    }

    #products .slide > .clicking{
        width: 100%;
    }

    .slide-content {
        width: 100%;
    }

    #products .slide > a{
        align-items: flex-start;
    }

    .header_content{
        padding-bottom: 50px;
    }

    .header_content .header_info > div:nth-of-type(1){
        padding-right: 0px;
    }

    .header_content .header_info > div:nth-of-type(1) > img{
        margin: 0 auto;
        max-width: 60%;
    }

    .header_content .header_info > div:nth-of-type(2){
        width: 90%;
    }

    .header_content .header_info > div >p{
        max-width: 100%;
    }
}