* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* HEADER */

header {
    background-color: #FAEFE3;
    padding: 20px 0;
}

.header_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: auto;
    padding: 0 20px;
}

.timer {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background-color: #014936;
    padding: 8px;
    width: 115px;
}

.timer img {
    width: 24px;
    height: 24px;
}

.header_container p {
    color: #04523E;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
}

.timer p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 16px */
}

/* MAIN */

main {
    background-image: url('https://img.serenatox.com/homepage_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.main_container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
}

.logo_button_container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    margin-bottom: 60px;
}

.logo_container {
    justify-self: center;
    max-width: 135px;
    height: auto;
    width: 100%;
}

.logo_container img {
    width: 100%;
    height: auto;
}

.order_btn {
    display: inline-flex;
    height: 40px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FF8A00;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    border: none;
    cursor: pointer;
    justify-self: end;
}

.main_text {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0 10px;
}

h1 {
    color: #FAEFE3;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 52px;
    /* 108.333% */
    max-width: 600px;
    width: 100%;
    margin-bottom: 10px;
}

.main_text p {
    color: #F4E2D0;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    /* 208.333% */
}

.main_product_image {
    max-width: 500px;
    height: auto;
    width: 100%;
    position: relative;
    top: 75px;
}

.main_product_image img {
    height: auto;
    width: 100%;
    filter: drop-shadow(4px 6px 8px rgba(0, 0, 0, 0.4));
}

/* MAGAZINES */

.mazagines_wrapper {
    background-color: #FFF;
    padding: 24px 0;
}

.magazines_container {
    max-width: 1050px;
    width: 100%;
    display: flex;
    gap: 24px;
    align-items: center;
    margin: auto;
    justify-content: center;
}

.magazines {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 24px;
    width: 100%;
}

.womenshealth_logo {
    max-width: 156px;
    width: 156px;
    width: 100%;
    height: auto;
}

.elle_logo {
    max-width: 117px;
    height: auto;
    width: 100%;
}

.glamour_logo {
    max-width: 253px;
    height: auto;
    width: 100%;
}

.cosmopolitan_logo {
    max-width: 250px;
    height: auto;
    width: 100%;
}

.magazines_container p {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    /* 129.412% */
}

/* SECOND SECTION */

.secondsection_wrapper {
    background-color: #FAEFE3;
    padding: 120px 0;
}

.secondsection_container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
    padding: 0 24px; 
    box-sizing: border-box;
    gap: 32px;     
}

.secondsection_text,
.secondsection_items {
  min-width: 0;      
}

.secondsection_text {
    max-width: 493px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.secondsection_text h2 {
    color: #014936;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
    margin-bottom: 16px;
}

.secondsection_text h3 {
    color: #014936;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px;
}

.serenatox_data {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.serenatox_data p {
    color: #014936;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
    width: 325px;
}

.serenatox_data_imgs {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.serenatox_data_imgs img {
    width: 24px;
    height: 24px;
}

.btn {
    display: flex;
    height: 38px;
    padding: 10px 18.75px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 30px 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 85.714% */
    border: none;
    background-color: transparent;
    cursor: pointer;
    margin-right: auto;
    border-radius: 100px;
    background: #FF8A00;
}

.secondsection_items {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;   
}

.second_item {
    display: flex;
    gap: 10px;
    align-items: center;
}

.second_item img {
    width: 120px;
    height: 120px;
}

.second_item div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.second_item div h3 {
    color: #014936;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 160% */
}

.second_item div p {
    color: #014936;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 138.889% */
}

@media (max-width: 1100px) {
  .secondsection_container {
    flex-direction: column;
    gap: 32px;
  }

  .secondsection_text,
  .secondsection_items {
    max-width: 100%;
  }

  .second_item {
    align-items: flex-start; /* Optional: looks better stacked */
  }
}

/* THIRD SECTION */

.thirdsection_wrapper {
    background-color: #014936;
    padding: 100px 0;
}

.thirdsection_container {
    max-width: 1200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    margin: auto;
}

.percentages_container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.percentages {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 368px;
}

.percentage_text {
    display: flex;
    gap: 24px;
    height: auto;         
    min-height: 90px;
}

.percentages h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 52px */
}

.percentages p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    flex: 1;               
    min-width: 0;       
    overflow-wrap: anywhere; 
}

.percentage_img {
    max-width: 368px;
    height: auto;
    display: block;
}

.percentage_img img {
    width: 100%;
    height: auto;
}

.proven_results_container {
    width: 100%;
    display: flex;
    margin-top: 48px;
    margin-bottom: 100px;
}

.proven_results {
    display: flex;
    flex-direction: column;
    padding: 16px;
    gap: 16px;
    border-radius: 16px 0 0 16px;
    background: #FAEFE3;
    align-items: center;
    justify-content: center;
}

.proven_results img {
    width: 32px;
    height: 32px;
}

.proven_results p {
    color: #014936;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
}

.proven_data {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 0 16px 16px 0;
    background: #FFF;
    width: 1032px;
    justify-content: center;
}

.proven_data h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 23.4px */
}

.proven_data p {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 18.2px */
}

.trust_section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.trust_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 600px;
    width: 100%;
}

.trust_text h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    /* 46.8px */
    margin-bottom: 16px;
}

.trust_text p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.trust_items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
}

.trust_item {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.20);
    padding: 16px;
}

.trust_item img {
    width: 24px;
    height: 24px;
}

.trust_item p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 20.8px */
}

.trust_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 550px;
    width: 100%;
}

.trust_info p {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    /* 23.4px */
    margin-bottom: 32px;
}

.trust_images {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.trust_images img {
    width: 128px;
    height: 128px;
    border-radius: 8px;
}

.daily_ritual_container {
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.daily_ritual_container h2 {
    color: #FAEFE3;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
    z-index: 2;
}

.daily_ritual {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: space-between;
}

.before_after {
    width: 400px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.before_after h3 {
    color: #FAEFE3;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 107.692% */
}

.before_after_items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.daily_mobile p span {
    font-weight: 600;
}

.before_after_item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.before_after_item p {
    color: #F4E2D0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.before_after_item img {
    width: 20px;
    margin-right: 10px;
}

.daily_img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-54%, -50%);
    z-index: 1;
}

.daily_img img {
    width: 606px;
    height: auto;
    filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.4));
}

.daily_ritual_container button {
    display: flex;
    width: 210px;
    padding: 10px 20.074px 10px 19.926px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FF8A00;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 85.714% */
    border: none;
    cursor: pointer;
    margin: auto;
    z-index: 2;
    margin-left: 38%;
}

.ingredients_container {
    width: 100%;
    display: flex;
    border-radius: 25px;
    border: 1px solid #FAEFE3;
    background: #FAEFE3;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.25);
    padding: 50px 50px 0 50px;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}

.ingredients_left {
    display: flex;
    flex-direction: column;
    width: 75%;
    padding-bottom: 50px;
}

.ingredients_left h2 {
    color: #014936;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 107.692% */
    margin-bottom: 24px;
}

.ingredients_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ingredient_item {
    max-width: 213px;
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.ingredient_item img {
    width: 48px;
    height: 48px;
}

.ingredient_item p {
    color: #014936;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
}

.ingredients_image {
    max-width: 330px;
    width: 100%;
    height: auto;
}

.ingredients_image img {
    width: 100%;
}

/* REVIEWS */

.reviews_wrapper {
    background-color: #FAEFE3;
    padding: 120px 0;
    overflow: hidden;
}

.reviews_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: auto;
    gap: 30px;
    position: relative;
    overflow: hidden;
}


.reviews_container h2 {
    color: #014936;
    text-align: center;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
    width: 682px;
    margin: auto;
}

.reviews {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-left: 120px;
    gap: 50px;
}

.review {
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.review_title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.review_title img {
    width: 50px;
    height: 50px;
}

.review_user {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review_user p {
    color: #014936;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.review_user img {
    width: 100px;
    height: auto;
}

.review p {
    color: #014936;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 130% */
}


/* FAQS */

.faq_wrapper {
    background-color: #014936;
    padding: 100px 0;
}

.faq_container {
    max-width: 827px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin: auto;
    align-items: flex-start;
}

.faq_container h2 {
    color: #FAEFE3;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 111.111% */
}

.faqs {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 30px;
}

.faq {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.question {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.question img {
    width: 20px;
    height: 20px;
}

.question h3 {
    color: #F4E2D0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.answer {
    width: 96%;
    margin-left: auto;
}

.answer p {
    color: #F4E2D0;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.hidden {
    display: none;
}



/* 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 {
    max-width: 1198px;
    width: 100%;
    color: #534B43;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 128.571% */
    margin: auto;
}

.daily_ritual_mobile_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.daily_ritual_mobile_container h2 {
    color: #FAEFE3;
    text-align: center;
    font-family: Poppins;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 123.077% */
}

.daily_mobile_image {
    max-width: 347px;
    height: auto;
}

.daily_mobile_image img {
    width: 100%;
    ;
    height: auto;
}

.daily_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 23px;
}

.daily_mobile h3 {
    color: #FAEFE3;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 28px;
    /* 127.273% */
}

.daily_mobile p {
    color: #F4E2D0;
    text-align: center;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.daily_mobile p span {
    font-weight: 600;
}

.daily_ritual_mobile_container button {
    display: flex;
    height: 38px;
    padding: 10px 18.75px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 100px;
    background: #FF8A00;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 100% */
    border: none;
    cursor: pointer;
}


.hidden-desktop {
    display: none;
}

/* RESPONSIVE DESIGN */

@media (max-width: 475px) {
    .hidden-mobile {
        display: none;
    }

    .hidden-desktop {
        display: flex;
    }

    .magazines_container,
    .magazines,
    .secondsection_container,
    .percentages_container,
    .trust_section,
    .trust_images,
    .footer_container {
        flex-direction: column;
    }

    .daily_ritual_container,
    .whitespace {
        display: none;
    }

    main {
        background-position: right;
    }

    .main_container,
    .secondsection_container,
    .thirdsection_container,
    .faq_container {
        width: 90%;
        margin: auto;
    }

    h1 {
        font-size: 31px;
        line-height: 36px;
        width: 85%;
    }

    .main_text p {
        font-size: 21px;
        line-height: 28px;
    }

    .main_product_image {
        top: 20px;
        max-width: 300px;
        margin-bottom: 60px;
        margin-top: 20px;
    }

    .header_container {
        flex-direction: column-reverse;
        width: 90%;
        gap: 16px;
    }

    .header_container p {
        text-align: center;
    }

    .logo_button_container {
        margin: 0;
        margin-bottom: 60px;
        grid-template-columns: 1fr 1fr;
    }

    .secondsection_wrapper {
        padding: 60px 0;
    }

    .magazines_container {
        gap: 16px;
    }

    .magazines {
        gap: 24px;
    }

    .secondsection_text h2 {
        font-size: 24px;
        line-height: 31px;
    }

    .secondsection_text h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .serenatox_data p {
        width: 189px;
        font-size: 16px;
        line-height: 22px;
    }

    .serenatox_data_imgs {
        margin-top: 5px;
    }

    .btn {
        margin: 20px 0;
        margin-right: auto;
    }

    .serenatox_data {
        margin-bottom: 30px;
    }

    .second_item {
        align-items: flex-start;
    }

    .second_item img {
        width: 80px;
        height: 80px;
    }

    .second_item div h3 {
        font-size: 16px;
        line-height: 32px;
    }

    .second_item div p {
        font-size: 15px;
        line-height: 20px;
    }

    .thirdsection_wrapper {
        padding: 60px 0;
    }

    .percentages_container {
        gap: 40px;
    }

    .percentages {
        width: 100%;
    }

    .percentage_img {
        max-width: 100%;
        height: auto;
    }

    .percentages h3 {
        font-size: 32px;
        line-height: 130%;
    }

    .percentages p {
        font-size: 14px;
        line-height: 130%;
    }

    .proven_results_container {
        flex-direction: column;
        margin-bottom: 60px;
    }

    .proven_results,
    .proven_data {
        width: 100%;
    }

    .proven_results {
        border-radius: 16px 16px 0 0;
        background: #FAEFE3;
        flex-direction: row;
    }

    .proven_data {
        border-radius: 0 0 16px 16px;
        background: #FFF;
    }

    .trust_text h3 {
        font-size: 26px;
        line-height: 130%;
    }

    .trust_info {
        margin-top: 32px;
    }

    .trust_images {
        gap: 32px;
    }

    .trust_images img {
        width: 100%;
        height: auto;
    }

    .ingredients_container {
        overflow: visible;
        flex-direction: column-reverse;
        padding: 16px;
        align-items: center;
    }

    .ingredients_left {
        align-items: center;
        width: 100%;
    }

    .ingredients_image img {
        position: relative;
        bottom: 100px;
        right: 0;
    }

    .ingredients_image {
        overflow: visible;
        width: 240px;
        height: 125px;
        position: relative;
        top: 8px;
    }

    .ingredients_left h2 {
        font-size: 22px;
        line-height: 28px;
        width: 208px;
    }

    .ingredients_items {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .ingredient_item {
        width: 164px;
    }

    .ingredient_item p {
        font-size: 15px;
    }

    .pinneapple_width {
        width: 200px;
    }

    .reviews_container h2,
    .disclaimer p {
        width: 100%;
    }

    .faq_container {
        gap: 30px;
    }

    .faq_container h2 {
        font-size: 26px;
        line-height: 30px;
        width: 314px;
    }

    .question h3 {
        font-size: 16px;
    }

    .faq_wrapper {
        padding: 60px 0;
    }

    .answer {
        width: 93%;
        margin-left: auto;
    }

    .answer p {
        font-size: 15px;
    }

    .footer_container {
        gap: 30px;
    }

    .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;
    }
}


.reviews_dots {
    display: none !important;
}

/* ===== Mobile slider reviews ===== */
@media (max-width: 475px) {

    html,
    body {
        overflow-x: hidden;
    }

    .reviews_wrapper {
        padding: 60px 0;
    }

    .reviews_container {
        overflow: hidden;
        gap: 18px;
    }

    .reviews_container::after {
        display: none;
    }

    .reviews_container h2 {
        width: 314px;
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .review p {
        text-align: center;
        width: 320px;
    }

    .reviews {
        margin-left: 0;
        gap: 0;
        transform: translateX(0);
        transition: transform 0.5s ease;
    }

    .review {
        min-width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        align-items: center;
    }

    /* Dots slider */
    .reviews_dots {
        display: flex !important;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-top: 6px;
        margin-bottom: 32px;
    }

    .review_user p {
        font-size: 16px;
        width: auto !important;
    }

    .review_user {
        gap: 0;
    }
}

@media (min-width: 1440px) {
    .reviews {
        display: flex;
        align-items: flex-start;
        width: 100%;
        margin-left: 0;
        gap: 50px;
        justify-content: center;
    }
}


.reviews_dots .dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #534B43;
    cursor: pointer;
    padding: 0;
}

.reviews_dots .dot.active {
    background: #014936;
}