/* COMMON  */
body {
    font-family: "Poppins", sans-serif;
    color: var(--main-brown);
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
p,
li,
a {
    line-height: 1.3;
}

img {
    width: 100%;
}

.container {
    width: 95%;
    margin: 0 auto;
}

:root {
    --main-light: #F6F0EB;
    --main-yellow: #FFC700;
    --main-brown: #886750;
    --main-dark-brown: #51280B;
    --main-blue: #34709B;
    --main-black: #2b2b2b;
    --main-grey: #C4C2C3;
}

/* header */

header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 15px;
}

header a {
    display: block;
}

header a img {
    width: 100px;
}

/* hero */

.light-box {
    background-color: var(--main-light);
    display: grid;
    grid-template-columns: 195px 100px;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 0px;
    padding-left: 15px;
    border-radius: 9px;
}

.light-box img {
    mix-blend-mode: multiply;
}

.light-box p {
    font-size: 15px;
    font-weight: 300;
}

.light-box p b {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 8px;
}

.main-hero-img {
    display: block;
    margin: 15px 0px;
}

.cta-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cta-box p {
    font-size: 13px;
    margin-bottom: 5px;
}

.main-cta {
    background-color: var(--main-yellow);
    font-size: 16px;
    font-weight: 700;
    color: var(--main-dark-brown);
    padding: 15px;
    text-transform: uppercase;
    /* box-shadow: -10px 0px 8.6px 6px var(--main-black); */
    display: block;
    margin: 0 auto;
    width: 170px;
    text-align: center;
    border-radius: 9px;
}

.benefits .palm {
    width: 25px;
    display: block;
    margin: 15px auto;
}

h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}

h2 b {
    display: block;
    font-weight: 800;
}

.benefits ul li {
    background-color: var(--main-light);
    padding: 20px 15px;
    margin: 15px 0px;
    display: grid;
    grid-template-columns: 20px 270px;
    justify-content: space-around;
    column-gap: 20px;
    font-size: 13px;
    border-radius: 15px;
}

.benefits ul li b {
    display: block;
    font-size: 14px;
}


.cta-section {
    margin: 30px 0px;
}

.cta-section .cta-banner {
    position: relative;
}

.cta-banner div {
    position: absolute;
    top: 15px;
    right: 15px;
}

.cta-banner p {
    font-size: 11px;
    font-style: italic;
    color: var(--main-black);
    font-weight: 500;
}

.cta-banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    column-gap: 10px;
    margin-top: 10px;
}

.cta-banner-grid .column-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.cta-banner-grid div.grey-box {
    background-color: var(--main-grey);
    border-radius: 20px;
    padding: 20px;
    height: 65%;
    justify-content: center;
}

.cta-banner-grid div p {
    font-size: 20px;
    font-style: italic;
    color: white;
}

.cta-banner-grid div p b {
    font-size: 28px;
    font-weight: 900;
    display: block;

}

.testimonial {
    background-color: rgba(217, 217, 217, 0.27);
    padding: 30px 15px;

    margin-bottom: 15px;
}

.testimonial div {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    column-gap: 15px;
}

.testimonial p {
    font-size: 13px;
    font-style: italic;
}

.testimonial p b {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonial p img {
    width: 80px;
    display: block;
    margin-top: 10px;
}

.all-skin {
    margin: 30px 0px;
}

.all-skin h2 {
    font-size: 20px;
    font-family: "Syne", sans-serif;
    font-weight: bold;
}

.all-skin .pack-img {
    width: 80%;
    display: block;
    margin: 15px auto;
}

.all-skin ul {
    width: 60%;
    margin: 15px auto;
}

.all-skin ul li {
    display: flex;
    align-items: center;
    margin: 8px 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(136, 103, 80, 0.28);
}

.all-skin ul li img {
    width: 10px;
    margin-right: 8px;
}

.all-skin .main-cta {
    margin-top: 30px;
}

.easy-method .easy-method-banner {
    position: relative;
}

.easy-method .easy-method-banner h2 {
    position: absolute;
    text-align: left;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
    font-size: 21px;
    font-weight: 300;
    line-height: 22px;
}

.easy-method .easy-method-banner h2 b {
    font-weight: bold;
}

.easy-method .easy-method-banner p {
    font-size: 14px;
    color: white;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-family: "Syne", sans-serif;
}

.toggle-methods {
    background-color: var(--main-light);
    padding: 30px;
    margin: 15px 0px;
    border-radius: 10px;
}

.toggle-methods p img {
    width: 30px;
    margin-right: 15px;
    mix-blend-mode: multiply;
}

.toggle-methods p.method {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 8px 0px;
    position: relative;

}

.toggle-methods p.method span {
    border-bottom: 1px solid #886750;
    display: block;
    padding: 8px 25px 8px 0px;
    width: 85%;
}

.toggle-methods p.method::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 5px;
    transition: 0.2s;
}

.toggle-methods p.open::after {
    transform: rotate(45deg);
}

.hidden {
    margin: 10px 30px;
    font-size: 13px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.hidden p {
    margin: 10px 0px;
}

.how-to-use-title {
    position: relative;
}

.how-to-use-title h2 {
    color: white;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    font-weight: bold;
    width: 90%;
}

.steps {
    background-color: var(--main-light);
    border-radius: 16px;
    padding: 20px 30px;
    margin-top: 15px;
}

.how-to-use .palm {
    width: 50px;
    display: block;
    margin: 15px auto;
}

.how-to-use h3 {
    font-weight: 400;
    font-size: 18px;
    text-align: center;
}

.how-to-use ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.how-to-use img {
    mix-blend-mode: multiply;
}

.how-to-use ul li span {
    font-size: 13px;
    margin: 0px 5px;
    text-align: left;
    display: block;
}

.cta-banner {
    position: relative;
    margin-top: 15px;
}

.cta-banner div {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    color: white;
    width: 60%;
    text-align: center;
}

.cta-banner div h3 {
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Syne", sans-serif;
}

.cta-banner div p {
    color: white;
    font-style: italic;
    font-size: 13px;
}

.cta-banner .main-cta {
    margin-top: -25px;
    position: relative;
    z-index: 100;

}

.satinskin-formula-banner {
    margin: 30px 0px 15px 0px;
}

.satinskin-formula-banner h3 {
    font-size: 20px;
    color: var(--main-blue);
    font-weight: 400;
    margin: 0px 20px 20px 20px;
}

img.satin {
    margin-top: -20px;
}

.ingredients-intro {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    column-gap: 15px;
    position: relative;
    color: var(--main-blue);
}

.ingredients-intro .badge-bare-beauty {
    position: absolute;
    width: 180px;
    bottom: -50px;
    right: 0px;
}

.ingredients-intro h2 {
    text-transform: uppercase;
    font-family: "Syne", sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}

.ingredients-intro p {
    font-size: 13px;
    margin-right: 15px;
}

.ingredients-intro p:nth-of-type(1) {
    font-style: italic;
    margin: 8px 15px 8px 0px;
}

.ingredients-intro p:nth-of-type(2) {
    font-weight: normal;
    line-height: 20px;
}

.nudy-cta {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    column-gap: 15px;
    align-items: center;
    margin: 30px 0px;
}

.nudy-cta p {
    font-size: 13px;
    margin-left: 20px;
    margin-bottom: 8px;
}

.satinskin-formula h3 {
    font-size: 16px;
    text-align: center;
    margin: 15px 70px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(43, 43, 43, 0.58);
}

.satinskin-formula h3 b {
    font-style: italic;
}

.satinskin-formula-box {
    background-color: #F9F9F9;
    position: relative;
    padding: 30px 20px;

    color: rgba(43, 43, 43, 0.58);
}

.satinskin-formula-box .bg {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}

.satinskin-formula-box h2 {
    font-weight: bold;
    font-size: 32px;
    font-family: "Syne", sans-serif;
    position: relative;
    z-index: 10;
}

.satinskin-formula-box p {
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.satinskin-formula-box ul {
    margin: 40px 30px 0px 30px;
}

.satinskin-formula-box ul li {
    display: flex;
    align-items: center;
    margin: 15px 0px;
    position: relative;
    z-index: 10;
    font-size: 13px;
    line-height: 20px;
}

.satinskin-formula-box ul li img {
    width: 60px;
    margin-right: 15px;
    mix-blend-mode: multiply;
}

.ingredients {
    color: rgba(43, 43, 43, 0.58);
    padding: 30px 0px;
}

.ingredients h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: "Syne", sans-serif;
    text-transform: uppercase;
}

.ingredients .sub {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
}

.toggle-ingredients {
    width: 90%;
    margin: 30px auto;
}

.toggle-ingredients .ingr-title {
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 5px 0px;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 17%, 0.58);
}

.toggle-ingredients .ingr-title span {
    font-weight: 600;
    font-size: 15px;
    display: block;
    text-transform: capitalize;
    margin-right: 30px;
}

.toggle-ingredients .hidden-ingr {
    font-size: 13px;
    margin: 5px 0px;
}

.toggle-ingredients .hidden-ingr img {
    margin: 5px 0px;

}

.hidden-ingr {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.toggle-ingredients .ingr-title::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 15px;
    transition: 0.2s;
    top: 15px;
}

.ingr-title.open::after {
    transform: rotate(45deg);
}

.cta-banner-steps h2 {
    font-weight: bold;
    font-size: 20px;
    font-family: "Syne", sans-serif;
    text-transform: uppercase;
}

.cta-banner-steps-img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.cta-banner-steps .container div div img {
    margin: 15px 0px;
}

.cta-banner-steps .container div div p {
    font-weight: bold;
    font-size: 16px;
    font-family: "Syne", sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 15px 0px;
}

.banner {
    position: relative;
    margin: 15px 0px;
}

.banner p {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: 200;
    font-size: 15px;
    width: 100%;
}

.banner p b {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.ba-carousel {
    background-color: var(--main-light);
    padding: 30px 0px;
    border-radius: 14px;
}

.before-after-gallery {
    padding: 30px 0px;
height: fit-content;
}

.ba-carousel h2 {
    font-weight: bold;
    font-size: 18px;
    font-family: "Syne", sans-serif;
    text-align: center;
    margin-bottom: 0px;
}

.ba-carousel p {
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0px;
    padding: 0px 30px;
    line-height: 20px;
}

.comparison {
    padding: 30px 0px;
}

.comparison h3 span {
    background-color: rgba(246, 240, 235, 0.55);
    display: block;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}

.comparison h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

/* .comparison ul {
    width: 90%;
    margin: 0 auto;
} */

.comparison ul li {
    background-color: rgba(246, 240, 235, 0.55);
    border-radius: 10px;
    padding: 15px 10px;
    padding-left: 25px;
    margin: 10px 0px;
    font-size: 14px;

    display: flex;
    align-items: center;

}

.comparison ul li img {
    width: 20px;
    margin-right: 30px;
}

section.container p:first-of-type {
    text-align: center;
}

.cta-banner.enjoy-banner h3 {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    text-transform: none;
}

.cta-banner.enjoy-banner p {
    font-weight: 300;
    font-style: normal;
    margin-top: 8px;
}

.faq-section {
    padding: 15px 0px;
    /* position: relative */
}

.faq-section .faq-banner {
    position: relative;
}

.faq-section .faq-banner h2 {
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -50%);
    color: #FAF7F4;
    width: 90%;
    font-size: 19px;
    text-transform: uppercase;
}

.faq-section h2 b {
    display: inline;
}

.faq-toggle {
    width: 90%;
    margin: 15px auto;
}

.faq-toggle .q {
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid var(--main-brown);
    padding: 8px 0px;
    padding-right: 30px;
    position: relative;
    line-height: 17px;
}

.faq-toggle .q::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: 0.2s;
}


.faq-toggle .q.open::after {
    transform: rotate(45deg);
}

.faq-toggle .a {
    margin: 10px 0px;
    font-weight: 300;
    font-size: 13px;
}


.faq-toggle .a {
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
}

.customers-gallery {
    padding: 15px 0px;
    height: fit-content;
}

.customer-reviews {
    padding: 30px 0px;
    color: rgba(43, 43, 43, 0.76);
}

.customer-reviews h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(43, 43, 43, 0.76);
    text-align: left;
    margin-left: 30px;
}

.customer-reviews h2 span {
    font-size: 14px;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    display: block;
}

.customer-reviews .rating {
    width: 180px;
    display: block;
    margin-left: 30px;
}

.review {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: flex-start;
    column-gap: 20px;
    margin: 20px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(43, 43, 43, 0.58);
    ;
}

.review .author {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
}

.review span.initials {
  display: block;
  padding: 13px 10px;
  border-radius: 50%;
  background: #d9d9d9;
  color: rgba(43, 43, 43, 0.76);
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review img.sm-rating {
    width: 100px;
    mix-blend-mode: multiply;
    margin-left: -5px;
}

.review div p b {
    font-weight: bold;
    display: block;
}


.review div p {
    font-size: 13px;
    font-style: italic;
    font-weight: 500;

    margin: 10px 0px;
}

.review .sm-img {
    width: 60px;
}

.r-box {
    display: none;
}

#showmorecomments,
#showlesscomments {
    color: rgba(43, 43, 43, 0.76);
    font-size: 12px;
    display: block;
    text-align: left;
    margin: 20px auto;
    padding: 10px;
    transition: .3s;
    font-weight: 500;
}

#showlesscomments {
    display: none;
}

.end-banners .bare-it-banner {
    position: relative;
}

.end-banners .bare-it-banner div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 80%;
}

.end-banners .bare-it-banner div h3 {
    font-size: 36px;
    font-weight: bold;
}

.end-banners .bare-it-banner div p {
    font-size: 19px;
    font-style: italic;
    margin-bottom: 40px;
}

.end-banners .cta-banner div {
    left: 45%;
    top: 55%;
    text-align: left;
}

.end-banners .cta-banner h3 {
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.end-banners .cta-banner h3 b {
    font-style: italic;
    display: block;

}

.end-banners .cta-banner .main-cta {
    margin-top: -35px;
}

.sm-disclaimer {
    padding: 30px;
    background-color: rgba(217, 217, 217, 0.17);
    font-size: 14px;
    color: rgba(43, 43, 43, 0.58);
    margin: 30px 0px;
}

.sm-disclaimer img {
    width: 100px;
}

.on-desktop {
    display: none;
}


footer {
    background-color: rgba(217, 217, 217, 0.17);
    text-align: center;
}

footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}

footer .logo {
    width: 100px;
}

footer a,
footer p {
    color: var(--main-brown);
    font-weight: 500;
    font-size: 14px;
}

footer p {
    margin-bottom: 5px;
    font-weight: 700;
}

footer a.contact-a {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

footer .contact-links {
    margin-top: 15px;
}

footer .contact-links ul {
    display: grid;
    grid-template-columns: repeat(2, 40px);
    justify-content: center;
    column-gap: 15px;
    margin: 10px 0px;
}

footer .useful-links li {
    margin: 10px 0px;
}

/* responsive 768 */

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

    .on-mobile {
        display: none;
    }

    .on-desktop {
        display: block;
    }

    .hero .container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 200px;
        align-items: stretch;
        column-gap: 10px;
    }

    .row-1 .light-box {
        display: flex;
        justify-content: center;
        padding: 30px 15px;
        border-radius: 30px;
        margin-bottom: 10px;
    }

    .row-4 img {
        width: 150px;
        margin-left: auto;
    }

    .light-box p b {
        font-size: 20px;
    }

    .benefits h2 {
        font-size: 26px;
    }

    .benefits .palm {
        width: 35px;
    }

    .benefits ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 15px;
    }

    .benefits ul li {
        display: flex;
    }

    .benefits ul li b {
        display: inline-block;
        text-transform: capitalize;
    }

    .benefits ul li {
        text-transform: lowercase;
    }

    .cta-section .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: dense;
        column-gap: 15px;
        align-items: stretch;
    }

    .cta-section .cta-banner {
        grid-column: 2;
    }

    .cta-banner-grid div.grey-box {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        column-gap: 15px;
        border-radius: 30px;
    }

    .cta-banner-grid div.grey-box div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }


    .cta-banner-grid {
        display: block;
    }

    .cta-banner-grid .main-cta {
        margin-left: 0;
    }

    .cta-banner-grid div p b {
        font-weight: 400;
        font-size: 20px;

    }

    .cta-banner-grid div p {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .cta-banner div {
        left: 65%;
        top: 45px;
    }

    .cta-banner div img {

        width: 150px;
    }

    .cta-banner div p {
        color: #2b2b2b;
        font-size: 14px;
    }

    .testimonial {
        display: grid;
        grid-template-columns: 1fr 0.5fr;
    }

    .all-skin .pack-img.on-mobile {
        display: none;
    }

    .all-skin ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: auto;

        border: 1px solid var(--main-brown);
        border-radius: 16px;
        padding: 40px;
        position: relative;
    }

    .all-skin ul li:nth-of-type(3),
    .all-skin ul li:nth-of-type(4) {
        border-bottom: none;
    }

    .all-skin ul li:nth-of-type(1),
    .all-skin ul li:nth-of-type(2) {
        padding-bottom: 15px;
    }

    .all-skin ul .badge {
        position: absolute;
        left: 100%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100px;
    }

    .all-skin .container {
        display: grid;
        grid-template-columns: 1fr 0.8fr;
        grid-auto-flow: dense;
    }

    .all-skin .container .main-cta {
        grid-column: 2;
    }

    .easy-method .easy-method-banner h2,
    .easy-method .easy-method-banner p {
        position: unset;
        transform: none;
        color: var(--main-brown);
        width: 100%;
        text-align: left;
    }

    .easy-method .easy-method-banner p {
        background-color: var(--main-light);
        width: fit-content;
        padding: 10px;
        font-size: 19px;
        font-style: italic;
    }

    .easy-method .easy-method-banner h2 b {
        display: inline-block;
    }

    .method-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        column-gap: 15px;
    }

    .toggle-methods {
        background-color: transparent;
    }

    .toggle-methods p.method::after {
        right: 0;
    }

    .steps h2 {
        font-size: 26px;
        font-weight: bold;
    }

    .how-to-use ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .how-to-use ul li span {
        margin: 0;
        margin-left: 25px;
    }

    .satin-banner {
        margin-top: 30px;
    }

    .satin-banner .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        column-gap: 15px;
        grid-auto-flow: dense;
    }

    .satin-banner .cta-banner {
        grid-column: 2;
    }

    .satin-banner .cta-banner div p {
        color: white;
        font-weight: 300;
    }

    .satin-banner .cta-banner .main-cta {
        position: absolute;
        left: 50%;
        top: 85%;
        transform: translate(-50%, -50%);
    }

    .satinskin-formula-box .bg {
        display: none;
    }

    .satinskin-formula-box p {
        width: 400px;
        margin: 0 auto;
        padding: 100px 50px 0px 50px;
        background-size: cover;
        background-image: url(../images/satinskin-bg_d.png);
    }

    .cta-banner div {
        top: 40%;
        left: 50%;
    }

    .satin-banner .cta-banner .main-cta {
        top: 80%;
    }

    .satinskin-formula-banner,
    .satin-banner .cta-banner {
        margin: 0;
    }

    .ingredients-intro {
        color: rgba(43, 43, 43, 0.76);
        grid-template-columns: 0.3fr 1fr;
        align-items: center;
        column-gap: 20px;
    }

    .ingredients-intro div {
        background-image: url(../images/satin_bg.png);
        background-size: cover;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ingredients-intro div {
        padding: 0px 100px;
    }

    .satinskin-formula {
        background-color: #F9F9F9;
        padding: 30px 30px;
    }

    .satinskin-formula-box {
        background-color: transparent;
        padding: 0;
    }

    .satinskin-formula-box ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
        column-gap: 30px;
    }

    .satinskin-formula-box ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .satinskin-formula-box p {
        width: 645px;
        margin: 0 auto;
        padding: 200px 50px 0px 50px;
    }

    .ingredients .container div.grid {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        align-items: center;
        column-gap: 15px;
    }

    .cta-banner-steps .container .steps-grid {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        align-items: center;
        column-gap: 50px;
    }

    .cta-banner-steps-img.on-desktop {
        width: 500px;
    }

    .banner p {
        width: 60%;
        text-align: left;
        left: 65%;
        font-size: 24px;
    }

    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 15px;
    }

    .ba-carousel {
        background-color: #F9F9F9;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .comparison .container p.on-desktop {
        text-align: center;
        margin-top: 10px;
    }

    .enjoy-banner.cta-banner div {
        top: 50%;
        left: 35%;
        text-align: left;
    }

    .cta-banner.enjoy-banner .main-cta {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 80%;
        margin-top: 0;
    }

    .cta-banner.enjoy-banner div p {
        color: white;
        font-size: 18px;
        text-align: left;
    }

    .faq-section .container {
        width: 70%;
        margin: 15px auto;
    }

    .gallery {
        width: 70%;
        margin: 0 auto;
       height: fit-content;
    }

    .review .review-content {
        display: grid;
        grid-template-columns: 100px 1fr;
        align-items: start;
        column-gap: 20px;
    }

    .review .author {
        font-size: 16px;
    }

    .end-banners .bare-it-banner div {
        width: min-content;
        left: 80%;
    }

    .end-banners .bare-it-banner h2 {
        color: white;
        position: absolute;
        left: 35%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 300;
        width: 60%;
        text-align: left;
        z-index: 10;
    }


    .end-banners .bare-it-banner h2 b {
        display: inline-block;
    }

    .end-banners .bare-it-banner div h3 {
        font-size: 25px;
    }

    .end-banners .bare-it-banner div p {
        margin-bottom: 15px;
    }

    .end-banners div.multiply {
        background-color: var(--main-blue);
        background-blend-mode: multiply;
        height: 100%;
        position: absolute;
        right: 0%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 270px;
        border-radius: 35px;
    }

    .end-banners .bare-it-banner img {
        mix-blend-mode: multiply;
    }

    .end-banners .cta-banner .main-cta,
    .bare-it-banner .main-cta {
        margin-top: 20px;
    }

    .end-banners .cta-banner div {
        width: min-content;
        left: 80%;
    }

    footer .container {
        justify-content: space-between;
        padding: 15px 0px;
        flex-direction: row;
    }
}

/* responsive 992 */

@media screen and (min-width: 992px) {
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    nav {
        justify-content: center;
    }

    a.nav-link {
        font-size: 14px;
    }

    .nav-menu {
        display: grid;
        grid-template-columns: repeat(5, 200px);
    }

    .reviews-header {
        display: flex;
        /* grid-template-columns: 1fr 180px; */
        align-items: center;
        justify-content: space-between;
    }

    .customer-reviews .rating {
        width: 220px;
    }

    .row-1,
    .row-4 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }


    .row-4 img {
        width: 180px;
    }

    .light-box p {
        font-size: 18px;
    }

    .light-box p b {
        font-size: 23px;
    }

    .benefits ul li b {
        font-size: 16px;
    }

    .benefits ul li {
        font-size: 16px;
        padding: 20px 30px;
    }

    .cta-banner-grid div.grey-box {
        grid-template-columns: 1fr 0.5fr;
    }

    .cta-section .cta-banner div {
        top: 25%;
        left: 60%;
        text-align: right;
    }

    .cta-section .cta-banner div img {
        display: block;
        margin-left: auto;
    }

    .testimonial {
        align-items: center;
    }

    .testimonial div {
        grid-template-columns: 160px 1fr;
        margin-right: 15px;
    }

    .all-skin .container {
        align-items: center;
    }

    .all-skin ul {
        padding: 20px;
        height: fit-content;
        width: inherit;
        padding-right: 40px;
    }


    .how-to-use ul {
        grid-template-columns: repeat(4, 180px);
        justify-content: center;
    }

    .satinskin-formula-box p {
        font-size: 16px;
    }

    .useful-links {
        text-align: left;
    }
}

/* responsive 1200 */

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

    .container {
        width: 80%;
    }

    .benefits {
        margin-top: 60px;
    }

    .benefits ul li {
        font-size: 16px;
        padding: 30px;
    }

    .cta-banner-grid .column-flex {
        display: block;
    }

    .cta-banner-grid div.grey-box {
        grid-template-columns: 1fr 110px;
    }

    .testimonial {
        width: 78%;
        margin: 0 auto;
        border-radius: 30px;
        column-gap: 50px;
    }

    .testimonial div {
        margin-left: 30px;
    }


    .satinskin-formula-box ul {
        grid-template-columns: repeat(3, 220px);
        justify-content: center;
    }

    .satinskin-formula-box ul li img {
        width: 70px;
    }

    .all-skin img.on-desktop.pack {
        width: 420px;
        margin: 0 auto;
    }

    .all-skin .container .main-cta {
        margin-top: 0;
    }

    .easy-method {
        margin: 100px 0px;
    }

    .toggle-methods {
        padding-left: 0;
    }

    .method-grid {
        grid-template-columns: 1fr 0.7fr;
        column-gap: 50px;
    }

    .steps {
        padding-bottom: 90px;
    }

    .how-to-use ul {
        margin-top: 35px;
    }

    .ingredients h2 {
        font-size: 27px;
    }

    .ingredients .sub {
        font-size: 17px;
        text-align: center;
        width: 75%;
    }

    .ingredients .container div.grid {
        margin-top: 70px;
        width: 100%;
        column-gap: 50px;
    }

    .satin-banner .cta-banner div h3 {
        font-size: 55px;
    }

    .toggle-ingredients .hidden-ingr img {
        height: 40px;
        margin-top: 15px;
    }

    .cta-banner-steps .container .steps-grid {
        margin-top: 30px;
    }

    .cta-banner-steps h2 {
        font-size: 24px;
    }

    .cta-banner-steps .container div div img {
        width: 400px;
        margin: 15px auto;
        display: block;
    }

    .grid {
        width: 80%;
        margin: 15px auto;
    }

    .ba-carousel h2 {
        font-size: 23px;
        text-align: left;
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .comparison h3 {
        font-weight: bold;
    }

    .comparison h3 span {
        background-color: transparent;
        padding-bottom: 0;
    }

    .faq-section .container {
        width: 50%;
    }

    .gallery {
        width: 25%;
        margin-bottom: 25px;
    }

    .customer-reviews {
        background-color: rgba(217, 217, 217, 0.17);
    }

    footer,
    .sm-disclaimer {
        margin-top: 30px;
    }
}


/* responsive 1400 */

@media screen and (min-width: 1400px) {
    .row-1 .light-box {
        height: 223.5px;
        padding: 0 15px;
    }

    .light-box p {
        font-size: 20px;
    }

    .light-box p b {
        font-size: 35px;
    }

    .cta-box p {
        font-size: 14px;
    }

    .row-4 img {
        width: 250px;
    }

    .benefits ul li {
        font-size: 17px;
        padding: 40px 50px;
    }

    .cta-banner-grid div p b,
    .cta-banner-grid div p {
        font-size: 24px;
        font-weight: 600;
        color: var(--main-light);
    }

    .cta-banner-grid div p b {
        display: inline;
    }

    .cta-banner-grid div.grey-box {
        grid-template-columns: 1fr 140px;
        padding-left: 50px;
    }

    .cta-banner div img {
        width: 200px;
    }

    .cta-banner div p {
        font-size: 16px;
        margin-top: 8px;
    }

    .testimonial p {
        font-size: 14px;
    }

    .easy-method .easy-method-banner h2 {
        font-size: 27px;
    }

    .ingredients-intro {
        grid-template-columns: 0.2fr 1fr;
    }

    .ingredients h2 {
        font-size: 32px;
    }

    .ingredients-intro p:nth-of-type(1) {
        font-size: 16px;
        font-weight: 600;
    }

    .ingredients-intro p {
        font-size: 17px;
    }

    .satinskin-formula h3 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .satinskin-formula-box h2 {
        font-size: 42px;
    }

    .satinskin-formula-box ul li {
        font-size: 16px;
    }

    .satinskin-formula-box ul {
        margin-top: 80px;
    }

    .banner {
        margin: 40px 0px;
    }

    .banner p,
    .banner p b {
        font-size: 30px;
        left: 62%;
    }

    .ba-carousel p {
        font-size: 15px;
        padding: 0px 70px;
    }

    .ba-carousel h2 {
        padding-left: 70px;
    }

    .cta-banner.enjoy-banner h3,
    .cta-banner.enjoy-banner div p {
        font-size: 27px;
    }

    .cta-banner.enjoy-banner p {
        margin-top: 0;
    }

    .faq-section .faq-banner h2 {
        font-size: 43px;
        text-align: left;
        width: 65%;
    }

    .faq-section h2 b {
        display: block;
    }

    .customer-reviews .container {
        width: 60%;
    }

    .end-banners .bare-it-banner div h3 {
        font-size: 36px;
        text-align: center;
    }

    .end-banners .bare-it-banner div {
        width: auto;
    }

    .end-banners div.multiply {
        width: 400px;
        transform: translate(-40%, -50%);
    }

    .end-banners .cta-banner h3 {
        font-size: 36px;
        width: max-content;
    }

    .sm-disclaimer {
        width: 80%;
        margin: 30px auto 0px auto;
    }

    footer .contact-links ul {
        margin-top: 30px;
    }

    footer .logo {
        width: 140px;
    }
}


/* responsive 1600 */

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

    .container,
    .testimonial {
        width: 75%;
    }

    .how-to-use {
        margin: 40px 0px;
    }

    .ingredients .container div.grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* responsive 1800 */

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

    .container,
    .testimonial,
    .grid {
        width: 65%;
    }

    .grid .container {
        width: 90%;
    }
}

/* responsive 2000 */

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

    .container,
    .testimonial,
    .grid {
        width: 1200px;
    }

    .all-skin .container {
        width: 70%;
    }
}

/* responsive 2200 */

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

    .all-skin .container {
        width: 60%;
    }
}

/* updated */
/* updated */
/* updated */