html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1;
    background-color: #f7f7f7;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* .slide-reviews-section {
    margin-bottom: 50px;
} */
.click-bth {
    position: absolute;
    width: 137px;
    right: 174px;
    top: 0px;
}

@media screen and (max-width: 1280px) {
    .ingredients--wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 586px) {
    .ingredients--wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 420px) {
    .ingredients--wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* .header-inner {
    position: fixed !important;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}
.header { 
    z-index: 9;
    width: 100%;
    height: 500px;
    position: fixed !important;
    background-image: linear-gradient(0deg,transparent,rgba(0,0,0,.1));
    pointer-events: none;
}

.header-inner.hide {
    transform: translateY(-96px);
}

.header-inner.show {
    transform: translateY(0);
} */

div {
    box-sizing: border-box;
}
.section {
    padding: 0 !important;
}
.section img {
    width: 100% !important;
}
.buy_product {
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.top {
    margin-top: 0 !important;
}

.wrapper {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.header-image img {
    width: 100%;
}
.section {
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
}
.section h2 {
    font-size: calc(22px + (60 - 22) * ((100vw - 390px) / (1440 - 390)));
    font-style: italic;
    color: #fe8282;
    text-align: center;
}
.ingredients--wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.ingredients--wrapper {
    gap: 30px;
}
.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.card h3 {
    font-size: calc(18px + (45 - 18) * ((100vw - 390px) / (1440 - 390)));
    text-transform: uppercase;
    text-align: center;
    color: #3187a7;
}
.card p {
    font-size: calc(14px + (26 - 14) * ((100vw - 390px) / (1440 - 390)));
    font-style: italic;
    color: #545454;
    text-align: center;
}
.photo-section .swiper-slide-active {
    display: flex;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    justify-content: center;
}
.reviews-image img,
.photo-image img {
    width: 100%;
}
.reviews-image,
.photo-image,
.wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.slide-reviews-section .swiper-reviews-pagination {
    width: fit-content!important;
}
.swiper-pagination-bullet-active {
    background-color: #282828 !important;
}
.header-image {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 16px;
    align-items: center;
    margin-bottom: 24px;
}
.header-image img {
    width: 151px;
    height: 39px;
}
.main-section {
    margin-bottom: 24px;
}
.second-section {
    margin-bottom: 40px;
}
.slide-reviews-section {
    padding: 0 16px;
    margin-bottom: 40px;
}
.slide-reviews-section h2 {
    color: var(--Color-Black-20, #282828);
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.slide-reviews-section .swiper-slide {
    border-radius: 12px;
    overflow: hidden;
}
.slide-reviews-section .swiper-wrapper {
    margin-bottom: 24px;
}
.slide-reviews-section .slider-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px;
}
.slide-reviews-section .swiper-reviews-button-next,
.slide-reviews-section .swiper-reviews-button-prev {
    cursor: pointer;
}

.btn_wrapper {
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-sizing: border-box;
}

button {
    margin: 0;
    padding: 0;

    border: unset;
    background-color: unset;
    font-family: "Golos Text Medium";

    &:active,
    &:focus,
    &:hover {
        outline: unset;
    }
}

    body {
        /*overflow-x: hidden;*/
    }

    @font-face {
        font-family: "DM Sans";
        font-style: normal;
        font-display: swap;
        font-weight: 100 1000;
        src: url(https://cdn.jsdelivr.net/fontsource/fonts/dm-sans:vf@latest/latin-wght-normal.woff2) format("woff2-variations");
        unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
            U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
            U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    }

    a {
        text-decoration: none;
    }

    button {
        width: 100%;
        padding: 0 16px;
    }

    .button-logo__desktop {
        background: #ffffff;
        flex-shrink: 0;
    }

    .dark-button__buy-amazon {
        display: flex;
        align-items: center;
        justify-content: center;
        align-items: stretch;
        border-radius: 16px;
        overflow: hidden;
    }

    .dark-button__buy-amazon-font {
        display: flex;
        padding: 12px 16px;
        align-items: center;
        justify-content: center;
        width: 100%;
        background: #fe9900;
    }

    .dark-button__buy-amazon-font span {
        color: #000;
        text-align: center;

        font-family: "DM Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }

    .stik--inner {
        text-align: center;
        padding: 10px 0;
    }

    .stik--inner {
        position: fixed;
        bottom: 0;
        z-index: 5;
        background-color: rgb(255, 255, 255);
        width: 100%;
    }

    .section-stik {
        height: 80px;
    }

    .slide-reviews-section {
        margin-bottom: 50px;
    }

    .click-bth {
        position: absolute;
        width: 137px;
        right: 174px;
        top: 0px;
    }

    .stik--inner img {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .stik-inner__buy-amazon {
        box-sizing: border-box;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 8px 8px 8px 24px;
        gap: 30px;
        width: 100%;
        max-height: 60px;
    }

    .stik-inner__buy-amazon img {
        width: 100%;
        height: 100%;
        max-width: 43px;
    }

    .stik-inner__buy-amazon-font {
        display: flex;
        padding: 10px 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 100px;
        background: #f90;
    }

    .stik-inner__buy-amazon-font span {
        color: #211f1f;
        font-family: "Proxima Nova Rg";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-wrap: nowrap;
        white-space: nowrap;
    }

    .wrapper .section-stik,
    .main .section-stik {
        position: sticky;
        bottom: 0;
        z-index: 10;
        height: auto;
    }

    .wrapper .stik--inner,
    .main .stik--inner {
        position: relative;
        background-color: #ffffff;
    }

    @media screen and (max-width: 450px) {
        .stik-inner__buy-amazon {
            padding: 0;
        }
    }

    @media screen and (max-width: 380px) {
        .stik-inner__buy-amazon {
            gap: 16px;
        }

        .stik-inner__buy-amazon-font span {
            font-size: 18px;
        }
    }

    #tooltip {
        position: fixed;
        right: 20px;
        bottom: 20px;
        background-color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 16px;
        white-space: nowrap;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        transform: translateY(20px);
        z-index: 100;
    }
    
    img {
        display: block;
    }
    
    #tooltip.show-tooltip {
        opacity: 1;
        transform: translateY(0);
        box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.3);
    }
        .main {
        padding-bottom: 0!important;
    }
    @media screen and (min-width: 580px) {
        .main {
            padding-bottom: 0!important;
        }
    }