* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HEADER */

header{
    background-color: #014936;
}

.header_container{
    max-width: 775px;
    width: 100%;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.header_item{
    display: flex;
    gap: 8px;
    align-items: center;
}

.header_item p{
    color: #FAEFE3;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

.logo_container{
    background-color: #FAEFE3;
    padding: 35px 120px 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    max-width: 136px;
    width: 100%;
    height: auto;
}

.logo img{
    width: 100%;
    height: auto;
}

.logo_container button{
    color: #534B43;
    text-align: right;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    border: none;
    background-color: transparent;
    cursor: pointer;
}

/* MAIN */

main{
    padding: 50px 0;
    background-color: #FAEFE3;
}

.main_container{
    display: flex;
    max-width: 836px;
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin: auto;
    border-radius: 10px;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

.main_titles{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 24px;
}

.main_titles h2{
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}

.main_titles h3{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.faqs_shipping_container{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq_shipping{
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border: 1px solid #F3F4F6;
    border-radius: 8px;
}

.question_shipping{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    width: 100%;
    cursor: pointer;
}

.question_shipping h4{
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 21.6px */
}

.answer_shipping p{
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.mb{
    margin-bottom: 16px;
}

.returns, .damaged, .refound{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.returns h4, .damaged h4, .refound h4{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}

.returns ul li{
    list-style: none;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.contact{
    margin: 24px 0 40px 0;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 10px;
    background: #014936;
    width: fit-content;
}

.contact p{
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}

.damaged{
    margin-bottom: 40px;
}

/* FOOTER */

footer{
    background-color: #F4E2D0;
    padding: 60px 0 0 0;

}

.footer_container{
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
}

.footer_logo_container{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 373px;
}

.footer_logo_container img{
    width: 136px;
    height: auto;
}

.footer_logo_container h3{
    color: #534B43;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 127.273% */
}

.footer_logo_container p{
    color: #534B43;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

.footer_links_container{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
    width: 373px;
}

.footer_links_container ul{
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

.footer_links_container ul li{
    list-style: none;
}

.footer_links_container ul li a{
    text-decoration: none;
    color: #534B43;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.email{
    display: flex;
    gap: 8px;
    align-items: center;
}

.email img{
    width: 20px;
    height: 20px;
}

.email p{
    color: #534B43;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.address_container{
    display: flex;
    gap: 8px;
    width: 373px;
    align-items: flex-start;
}

.address_container img{
    width: 20px;
    height: 20px;
}

.address{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.address p{
    color: #534B43;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
}

.disclaimer{
    background-color: #FAEFE3;
    padding: 25px 0;
}

.disclaimer p{
    width: 1198px;
    color: #534B43;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    margin: auto;
}

.hidden{
    display: none;
}

/* RESPONSIVE DESIGN */
@media (max-width: 480px){
    .hidden_mobile{
        display: none;
    }
    .header_container, .logo_container{
        justify-content: center;
    }
    .main_container{
        width: 90%;
    }
    .question_shipping h4{
        width: 90%;
    }
    .footer_container{
        gap: 30px;
        flex-direction: column;
    }
    .footer_logo_container h3{
        font-size: 20px;
        width: 80%;
    }
    .footer_logo_container p{
        font-size: 17px;
        width: 80%;
    }
    .footer_links_container ul li a, .email p, .address p{
        font-size: 15px;
    }
    .disclaimer{
        width: 100%;
        margin: auto;
    }
    .disclaimer p{
        width: 90%;
        font-size: 12px;
    }
}