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

.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 {
  width: 95%;
  max-width: 400px;
}

@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);
} */

.ingredients-section {
  padding: 0 !important;
}
.ingredients-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 {
  margin: 0 auto;
  max-width: 1440px;
}
.header-image img {
  width: 100%;
}
.ingredients-section {
  gap: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}
.ingredients-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;
}
.swiper-pagination-bullet-active {
  background-color: #5b0d07 !important;
}
.header-image {
  display: flex;
  flex-direction: column;
}
