/** Shopify CDN: Minification failed

Line 6419:0 Expected "}" to go with "{"

**/
@import url("https://use.typekit.net/lqy1lee.css");
@import url("https://use.typekit.net/fyn8nnw.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
.font-body {
  font-family: "Inter", sans-serif;
}

.font-display {
  font-family: "IvyPresto Display", serif;
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

h1,
.h1 {
  font-size: 60px;

  font-family: IvyPresto Display;
  font-weight: 300;
}

h2,
.h2 {
  font-family: IvyPresto Display;
  font-size: 45px;
  
  font-weight: 400;
}

h3,
.h3 {
  font-family: IvyPresto Display;
  font-size: px;
  line-height: 62px;
  font-weight: 400;
}

h4,
.h4 {
  font-family: Inter;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  color:#0B254B;
}

h5,
.h5 {
  font-family: Termina;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color:#0B254B;
}

h6,
.h6 {
  font-family: Termina;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

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

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  color: white;
}

b {
  font-weight: 600;
}

p {
  margin: 0;
  color:#5E6E89;
}
strong{
  color:#0B254B;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.box__title {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}
.box__content h4 {
  text-align: left;
  font-weight: 600;
  color: #000;
}
.box__content .box--font {
  font-size: 15px;
  color: #000;
}
.box__content p {
  color: #202020;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 150% */
}
.box__innerwrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 0 20px 0;
  gap: 7px;
}
.box__price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box__weight {
  border: 1px solid gray;
  border-radius: 10px;
  margin-right: 8px;
}
.box__weight p {
  padding: 0 8px;
  color: #202020;
  text-align: center;
  font-family: Proda Sans;
  font-size: 10px;
  font-weight: 400;
  line-height: 17px; /* 212.5% */
}
.box__pricetag span {
  color: #202020;
  text-align: right;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 17px; /* 106.25% */
}

.box__content .alireviews-review-star-rating {
  margin-bottom: 10px;
}

.mute-btn {
  position: fixed;
  bottom: 195px;
  right: 25px;
  z-index: 2;
  padding: 0;
  border-radius: 28px;
  width: auto;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #010000;
}
.mute-btn span {
  display: inline-block;
  margin: 0 0 0 5px;
}
.mute-btn .sound-on {
  background-color: #b8b8b8;
  border-radius: 28px;
  width: 62px;
  height: 62px;
  padding: 5px;
}
.mute-btn .sound-off {
  background-color: #36404c;
  border-radius: 28px;
  width: 62px;
  height: 62px;
  padding: 5px;
}
@media (max-width: 1024px) {
  .mute-btn {
    right: 15px;
    bottom: 135px;
    width: 50px;
    height: 50px;
  }
  .mute-btn .sound-on, .mute-btn .sound-off {
    width: 50px;
    height: 50px;
  }
}

.box__content {
  position: relative;
}
.box__content .card__badge {
  position: absolute;
  top: 5px;
  right: 5px;
}
.box__content .icon-wrap {
  width: 12px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box__content .sold .icon-wrap {
  display: none;
}

.kits {
  margin: 80px 0 0 0;
}
.kits__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}
.kits__media {
  width: 33.3%;
}
.kits__title {
  color: #202020;
  text-align: center;
  font-family: IvyPresto Display;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 62px; /* 248% */
  letter-spacing: 1px;
  margin-top: -80px;
}
@media (max-width: 1024px) {
  .kits__content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .kits__content {
    flex-direction: column;
    gap: 30px;
  }
  .kits__media {
    width: 100%;
  }
}

.whatsapp-floating {
  position: fixed;
  bottom: 120px;
  position: fixed;
  background: #40c351;
  padding: 12px;
  border-radius: 28px;
  z-index: 2;
  right: 15px;
  bottom: 80px;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .whatsapp-floating {
    right: 25px;
    bottom: 80;
  }
}
@media screen and (min-width: 1024px) {
  .whatsapp-floating {
    right: 25px;
    bottom: 120px;
    width: 62px;
    height: 62px;
  }
}



.what {
  padding: 20px 0 80px;
}
.what__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.what__wrapper--content {
  flex: 0 0 50%;
  max-width: 50%;
}
.what__wrapper--content a img {
  height: 10px;
  width: 20px;
}
.what__wrapper--content h6 {
  color: #202020;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
.what__wrapper--content h3 {
  color: #202020;
  margin-bottom: 20px;
}
.what__wrapper--content p {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 85%;
}
.what__wrapper--image {
  flex: 0 0 50%;
  max-width: 50%;
}
.what__wrapper--image img{
  width: 511px;
  height: 400px;
  object-fit: contain;
}
.what__wrapper--image video {
  width: 550px;
  height: auto;
  object-fit: contain;
}

.hero__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background: linear-gradient(118deg, #dcb69a -2.18%, #f5ede5 68.89%);
}
.hero__wrapper--content {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: start;
  padding: 0 14px 0px 100px;
}
.hero__wrapper--content a img {
  height: 10px;
  width: 20px;
}
.hero__wrapper--image {
  flex: 0 0 50%;
  max-width: 50%;
  padding-top: 44%;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.hero__wrapper--image img, .hero__wrapper--image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__wrapper .btn--size {
  width: 200px;
}
.hero__desc {
  margin: 20px 0 40px 0px;
}
.hero__desc p {
  color: #202020;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  max-width: 80%;
}
.hero__desc p + p {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .hero__desc {
    margin: 20px 0 30px 0px;
  }
}
.hero__head {
  color: #010000;
  font-family: IvyPresto Display;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px; /* 100% */
  letter-spacing: 1px;
}
.hero__sub {
  margin: 20px 0;
  color: #010000;
  font-family: IvyPresto Display;
  font-size: 20px;
  font-weight: 300;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.heroswiper .swiper-pagination-horizontal {
  --swiper-theme-color: black;
  bottom: 12px !important;
}
@media screen and (min-width: 1024px) {
  .heroswiper .swiper-pagination-horizontal {
    bottom: 40px !important;
  }
}

.follow {
  padding: 80px 0;
  background: #fbf6f3;
  position: relative;
  z-index: 0;
}
.follow__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.follow__wrapper--heading {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 20px;
  filter: drop-shadow(0px 0px 3px white);
}
.follow__wrapper--heading h6 {
  color: #202020;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}
.follow__wrapper--heading h3 {
  color: #202020;
  line-height: normal;
}
.follow__wrapper--content {
  flex: 0 0 70%;
  max-width: 70%;
}
.follow__wrapper--main {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .follow__wrapper--main {
    gap: 40px;
  }
}
.follow__wrapper--products {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.follow__wrapper--products img {
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.follow__wrapper--products h6 {
  padding: 18px 0 7px;
  font-family: Inter;
  letter-spacing: 1px;
  color: #202020;
  font-size: 17px;
}
.follow__wrapper--products p {
  color: #202020;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  max-width: 85%;
  margin: 0 auto;
}
.follow__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  opacity: 1;
}
.follow__image img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1480px) {
  .follow__image {
    opacity: 0.5;
  }
}

.concern {
  padding: 125px 0 170px 0;
}
.concern__wrapper {
  width: 100%;
  max-width: 785px;
  margin: 0 auto;
  text-align: center;
}
.concern__wrapper--heading h3 {
  color: #202020;
}
.concern__wrapper--heading h5 {
  color: #000;
}
.concern__wrapper a {
  color: #000;
  border-radius: 60px;
  border: 1px solid #202020;
  background: #FFF;
}
.concern__wrapper--badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 44px;
  gap: 15px;
}
.concern__wrapper--tag {
  width: auto;
  padding: 12px 32px;
  background-color: white;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  transition: background-color 0.3s ease;
}
.concern__wrapper--tag:hover {
  background-color: rgba(196, 133, 88, 0.2);
}
.concern__wrapper--bottom {
  justify-content: center;
  gap: 14px;
  margin-top: 18px;
}
.concern__wrapper--card {
  flex: 0 0 16%;
  max-width: 100%;
}

.explore {
  padding: 80px 0;
  background-color: #f4ede9;
}
.explore__heading {
  text-align: center;
}
.explore__heading h3 {
  color: #000;
}
.explore__heading h5 {
  color: #000;
}
.explore__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.explore__media {
  width: 100%;
  padding: 0 10px;
}
.explore__media a {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 9/16;
}
.explore__media video {
  border-radius: 20px;
  width: 100%;
}
.explore__media img {
  transition: 0.3s;
  border-radius: 20px;
}
.explore .border__line {
  margin: 100px 0 20px 0;
  padding-top: 0;
}
.explore svg {
  max-width: 100%;
}
@media (max-width: 768px) {
  .explore__content {
    flex-wrap: wrap;
  }
  .explore__media {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .explore__media {
    width: 100%;
  }
}

.explore__wrapper--image:hover img {
  transform: scale(1.5);
}

.nature {
  background-image: url(../images/nature-bg.png);
  padding: 130px 0 240px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.nature__heading {
  max-width: 33%;
  margin-inline-start: auto;
}
.nature__heading h2 {
  color: #202020;
}
.nature__heading p {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: 1px;
  font-family: Termina;
}

.section--rhythms {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 100px;
}

.rhythms__main {
  text-align: center;
}
.rhythms__main h3 {
  color: #202020;
  margin-bottom: 10px;
}
.rhythms__main .rhythms__desc {
  color: #202020;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 161.538% */
  letter-spacing: 1px;
  max-width: 480px;
  margin: auto;
}
.rhythms__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  gap: 30px;
  justify-content: center;
}
.rhythms__box {
  flex: 0 0 22%;
  max-width: 22%;
  text-align: center;
  position: relative;
}
.rhythms__box img {
  flex-shrink: 0;
  border-radius: 5px;
  vertical-align: top;
}
.rhythms__box span {
  color: #595959;
  text-align: center;
  font-family: Termina;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 200% */
  letter-spacing: 2px;
  display: block;
}
.rhythms__box p {
  color: #202020;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  padding: 0 5px;
  margin: 20px auto 20px auto;
}
.rhythms__box h4 {
  color: #434343;
  letter-spacing: 2px;
  margin: 20px 0;
  line-height: 20px;
}
.rhythms__box .btn--secondary {
  margin-top: 0px;
  padding: 10px 20px;
}
.rhythms__overlay {
  position: relative;
  width: 100%;
  z-index: 1;
}
.rhythms__image {
  position: absolute;
  right: -5%;
  top: -10%;
}
.rhythms__day {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.rhythms__day p {
  color: white;
  background-color: #000;
  text-align: center;
  padding: 6px 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px; /* 153.846% */
  letter-spacing: 2px;
  max-width: 100%;
}
.rhythms__overlay .rhythms__product {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.rhythms__overlay .product-1 {
  background: linear-gradient(0deg, #EA785C 0%, #EA785C 100%), lightgray 50%/cover no-repeat;
}
.rhythms__overlay .product-2 {
  background: linear-gradient(0deg, #0B744A 0%, #0B744A 100%), lightgray 50%/cover no-repeat;
}
.rhythms__overlay .product-3 {
  background: linear-gradient(0deg, #6F5AAF 0%, #6F5AAF 100%), lightgray 50%/cover no-repeat;
}
.rhythms__overlay .product-4 {
  background: linear-gradient(0deg, #1F4987 0%, #1F4987 100%), lightgray 50%/cover no-repeat;
}
.rhythms__box:hover .rhythms__product {
  opacity: 1;
  z-index: 20;
}
.rhythms__box:hover .rhythms-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.rhythms-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 25;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rhythms-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.rhythms-details p {
  color: #fff;
  font-size: 0.8em;
}
.rhythms .hover__text {
  color: #fff;
  font-weight: 400;
  font-family: "Inter";
  line-height: 36px;
}

.fadeIn-bottom {
  top: 20%;
}

.fadeIn-top {
  top: 20%;
}

.fadeIn-left {
  left: 20%;
}

.fadeIn-right {
  left: 80%;
}

.shoping {
  position: relative;
}
.shoping__title {
  text-align: center;
}
.shoping__title h3 {
  color: #000000;
}
.shoping__content {
  flex-wrap: nowrap;
  justify-content: center;
}
.shoping__tab-content p {
  color: #202020;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px; /* 150% */
  max-width: 70%;
}
.shoping__innerwrap {
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}
.shoping__innerwrap__price {
  gap: 5px;
}
.shoping .tabs {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0 40px 0;
}
.shoping .tab {
  background-color: #fff;
  color: #000;
  border: 1px solid gray;
  font-family: Termina;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}
.shoping .tab:hover {
  background-color: rgba(196, 133, 88, 0.2);
}
.shoping .tab-content {
  display: none;
  position: relative;
}
.shoping .tab-active {
  display: block;
}
.shoping .tab.active-a {
  color: #111;
  background-color: rgba(196, 133, 88, 0.2);
}
.shoping .swiper-container {
  width: 90%;
  margin: 20px auto;
  overflow: hidden;
}
.shoping .swiper-slide {
  background-color: #fff;
}
.shoping .swiper-button-next:after,
.shoping .swiper-rtl .swiper-button-prev:after {
  content: "next";
  display: none;
}
.shoping .swiper-button-prev:after,
.shoping .swiper-rtl .swiper-button-next:after {
  content: "prev";
  display: none;
}
.shoping .swiper-button-next.swiper-button-disabled,
.shoping .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.shoping .swiper-button-next, .shoping .swiper-rtl .swiper-button-prev {
  right: 0%;
  left: auto;
  z-index: 2;
}
.shoping .swiper-button-prev, .shoping .swiper-rtl .swiper-button-next {
  left: 0%;
  right: auto;
  z-index: 2;
}

.section--inspired {
  background-color: #F4EDE9;
  padding-bottom: 84px;
}

.inspired {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}
.inspired__title {
  text-align: center;
  margin-bottom: 30px;
}
.inspired__title h5 {
  color: #0B254B;
}
.inspired__title h3 {
  color: #0B254B;
}
.inspired__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.inspired__image {
  flex: 0 0 23%;
  max-width: 23%;
}
.inspired__content {
  flex: 0 0 22%;
  max-width: 22%;
}
.inspired__innerwrap {
  background-color: #595959;
  width: 245px;
  height: 245px;
  margin: 0 auto;
}

.section--bestseller {
  margin: 100px 0;
}

.bestseller {
  position: relative;
}
.bestseller__heading {
  text-align: center;
  margin-bottom: 43px;
}
.bestseller__heading h3 {
  color: #000000;
}
.bestseller__heading h5 {
  color: #000000;
}
.bestseller .swiper {
  width: 90%;
}
.bestseller .swiper-button-prev, .bestseller .swiper-rtl .swiper-button-next {
  left: 0;
}
.bestseller .swiper-button-next, .bestseller .swiper-rtl .swiper-button-prev {
  right: 0;
}
.bestseller .swiper-button-next.swiper-button-disabled, .bestseller .swiper-button-prev.swiper-button-disabled {
  opacity: 100;
  cursor: auto;
  pointer-events: none;
}

.button--width {
  width: 100%;
}
.button--width img {
  width: 12px;
}

@media (max-width: 1280px) {
  .rhythms__main h3 {
    font-size: 30px;
    line-height: normal;
  }
  .rhythms__main p {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .hero__wrapper--content {
    padding: 0 20px;
  }
  .hero__wrapper--content h1 {
    font-size: 43px;
    line-height: 43px;
  }
  .hero__wrapper--image {
    padding-top: 63%;
  }
 
  .feature__item img {
    height: 60px;
    width: 80px;
  }
  .what {
    padding: 0px 0 50px;
  }
  .what__wrapper {
    gap: 0;
  }
  .what__wrapper--content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .what__wrapper--image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .what__wrapper--image img, .what__wrapper--image video {
    width: 100%;
    max-width: 90%;
  }
  .follow__wrapper {
    row-gap: 40px;
  }
  .follow__wrapper--products {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .follow__wrapper--heading {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .follow__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .follow__image {
    display: none;
  }
  .concern {
    padding: 80px 0;
  }
  .concern__wrapper--acne {
    font-size: 16px;
  }
  .concern__wrapper--tag {
    font-size: 18px;
  }
  .nature {
    background-position: right;
    padding: 120px 0;
  }
  .nature__heading {
    width: 100%;
    max-width: 356px;
  }
  .nature__heading h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .section--bestseller {
    margin: 80px 0;
  }
}
@media (max-width: 768px) {
  .hero__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 36px 20px;
  }
  .hero__wrapper--content p {
    max-width: 100%;
  }
  .hero__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 47%;
  }
  .section--rhythms {
    width: 100%;
    max-width: 100%;
    padding: 50px 0 0 0;
  }
  .rhythms__box {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .rhythms__main p {
    max-width: 100%;
  }
  .rhythms__image {
    top: -5%;
    height: 14%;
    width: 20%;
  }
  .swiper-button-next {
    right: 0%;
  }
  .swiper-button-prev {
    left: 0%;
  }
  .section--bestseller {
    margin: 40px 0;
  }
  .bestseller__heading h3 {
    font-size: 30px;
  }
  .inspired__wrapper {
    row-gap: 33px;
  }
  .inspired__image {
    flex: 0 0 40%;
    max-width: 40%;
  }
  
  .shoping {
    margin-bottom: 60px;
  }
  .nature {
    padding: 90px 0;
  }
}
@media (max-width: 640px) {
  .hero__wrapper--content p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero__wrapper--content h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .hero__wrapper .btn--size {
    width: 160px;
    font-size: 11px;
  }
 
  .what .btn {
    margin-top: 20px;
    padding: 10px 13px;
    width: 167.826px;
  }
  .what .btn__text {
    font-size: 11px;
  }
  .what__wrapper {
    gap: 10px;
  }
  .what__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .what__wrapper--image img, .what__wrapper--image video {
    width: 100%;
    max-width: 100%;
  }
  .what__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .what__wrapper--content h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .what__wrapper--content p {
    max-width: 100%;
  }
  .follow {
    padding: 50px 0;
  }
  .follow__wrapper {
    row-gap: 40px;
  }
  .follow__wrapper--products {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .follow__wrapper--products img {
    height: 34px;
  }
  .follow__wrapper--heading h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .follow__wrapper--heading h6 {
    font-size: 14px;
  }
  .follow__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .concern {
    padding: 60px 0;
  }
  .concern__wrapper--heading h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .concern__wrapper--heading h6 {
    font-size: 14px;
  }
  .concern__wrapper--top {
    row-gap: 10px;
    margin-top: 29px;
  }
  .concern__wrapper--tag {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 16px;
  }
  .explore {
    padding: 42px 0;
  }
  .explore__wrapper {
    max-width: 100%;
    width: 100%;
  }
  .explore__wrapper--image {
    width: 50%;
    margin: 10px 0;
  }
  .explore__wrapper--heading h3 {
    font-size: 30px;
    line-height: 47px;
  }
  .explore__wrapper--heading h6 {
    font-size: 14px;
  }
  .explore .border__line {
    margin-top: 40px;
  }
  .nature {
    padding: 80px 0;
  }
  .nature__heading {
    max-width: 271px;
  }
  .nature__heading h2 {
    font-size: 27px;
    line-height: 37px;
  }
  .rhythms {
    margin: 0px 0;
  }
  .rhythms .rhythms__box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .rhythms__image {
    position: absolute;
    right: -1%;
    top: -4%;
  }
  .rhythms__btn {
    margin-top: 30px;
  }
  .inspired__title h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .inspired__wrapper {
    justify-content: center;
    gap: 12px;
  }
  .inspired__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shoping {
    margin-bottom: 0;
  }
  .shoping__title h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .bestseller__heading h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.border--section {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .border--section {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .section--rhythms + .border--section {
    padding-top: 50px;
  }
}

.section--shoping {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .section--shoping {
    padding-top: 50px;
  }
}

.shoping {
  flex: 0 0 30%;
  margin-right: 20px;
}


.cover {
  background-image: url(../images/product-hero-image.png);
  height: 247px;
  background-repeat: no-repeat;
  background-size: cover;
}
.cover__wrapper {
  padding-top: 150px;
}
.cover__wrapper h2 {
  color: #fff;
  font-family: IvyPresto Display;
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  letter-spacing: 2px;
}

.product {
  padding: 50px 0;
}
.product__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product__top--menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.product__top--right {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  flex: 0 0 40%;
  max-width: 40%;
}
.product__top--right a {
  color: #202020;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}
.product__top--right img {
  height: 10px;
  width: 4px;
}
.product__top--left {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  flex: 0 0 40%;
  max-width: 40%;
  justify-content: end;
}
.product__top--left a {
  color: #202020;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
}
.product__top--left--btn a {
  border: 1px solid #474242;
  border-radius: 30px;
  padding: 5px 17px;
}
.product__bottom {
  display: flex;
  flex-wrap: wrap;
  padding: 47px 0;
  gap: 30px;
  justify-content: space-between;
}
.product__bottom--wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 30px;
}
.product__bottom--wrapper .box__content {
  flex: 0 0 33%;
  max-width: 30%;
  margin-bottom: 70px;
}
.product__bottom--faq {
  flex: 0 0 30%;
  max-width: 30%;
}
.product__bottom--content {
  flex: 0 0 60%;
  max-width: 60%;
}
.product__bottom--filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 2px solid #323232;
}
.product__bottom--filter p {
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
}
.product__bottom--filter a {
  color: black;
}

.button--width {
  width: 100%;
}
.button--width img {
  width: 12px;
}
.button--width .button--radius {
  border-radius: 0px;
}

.accordion__item {
  border-bottom: 1px solid #d6d6d6;
}

.accordion__item:nth-last-child(1) {
  border-bottom: none;
}

.accordion a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  padding: 20px 0;
}

.accordion a::after {
  font-family: "Ionicons";
  content: "\f218";
  position: absolute;
  right: 12px;
  top: 11px;
  font-size: 16px;
  padding: 5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 9px;
  text-align: center;
}

.accordion a.active::after {
  font-family: "Ionicons";
  content: "\f209";
  color: black;
}

.accordion .content {
  display: none;
  padding: 1rem;
  overflow: hidden;
}

.accordion .content p {
  font-size: 14px;
  line-height: 30px;
  color: #6f6c90;
}

.certified {
  overflow: hidden;
  padding: 50px 0 70px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(239, 218, 211, 0.6) 8%, rgba(255, 159, 105, 0) 95.68%);
}
.certified__heading {
  text-align: center;
  margin-bottom: 40px;
}
.certified__heading h3 {
  color: #000;
}
.certified__wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 866px;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4392156863);
  border-radius: 100px;
  justify-content: space-between;
  padding: 40px 94px 40px 104px;
}
.certified__wrapper--top {
  position: absolute;
  right: 16%;
  top: 33%;
}
.certified__wrapper--top img {
  width: 82px;
  height: 88px;
}
.certified__wrapper--bottom {
  position: absolute;
  bottom: -14%;
}
.certified__wrapper--bottom img {
  width: 60%;
  height: 64%;
}
.certified__wrapper--content {
  text-align: center;
  width: 18%;
  max-width: 100%;
}
.certified__wrapper--content img {
  height: 27px;
  width: 25px;
  object-fit: contain;
}
.certified__wrapper--content p {
  color: #202020;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .product__top--right {
    max-width: 100%;
  }
  .product__bottom--faq {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product__bottom--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box__content {
    margin-bottom: 30px;
  }
  .certified__wrapper--content {
    width: 20%;
  }
  .box__content {
    margin-bottom: 30px;
  }
  .certified__wrapper--bottom {
    width: 25%;
  }
  .certified__wrapper--top {
    right: 5%;
    top: 8%;
  }
}
@media (max-width: 768px) {
  .product__bottom--wrapper {
    justify-content: center;
  }
  .product__bottom--wrapper .box__content {
    margin-bottom: 16px;
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 640px) {
  .cover {
    background-position: bottom;
    height: 142px;
  }
  .cover__wrapper {
    padding-top: 80px;
  }
  .cover__wrapper h2 {
    font-size: 34px;
  }
  .product {
    padding: 0px;
  }
  .product__top {
    gap: 20px;
  }
  .product__top--right {
    gap: 22px;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .product__top--left {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .product__bottom .box__content {
    margin-bottom: 16px;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .certified {
    padding: 30px 0;
  }
  .certified__heading {
    margin-bottom: 0px;
  }
  .certified__heading h3 {
    font-size: 30px;
  }
  .certified__wrapper {
    padding: 40px;
    row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .certified__wrapper--content {
    width: 100%;
  }
  .certified__wrapper--top {
    display: none;
  }
  .certified__wrapper--bottom {
    display: none;
  }
}
.chill {
  background-image: url("/images/chill-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 150px;
}
.chill__wrapper h2 {
  color: white;
}
.chill__wrapper h6 {
  color: white;
  padding-bottom: 15px;
}
.chill__wrapper p {
  color: white;
  max-width: 47%;
}

.chill--product {
  margin-top: 50px;
}
.chill--product .product__bottom--wrapper .button--radius {
  border-radius: 0;
}

.chill__product {
  gap: 28px;
}
.chill__product .box__content {
  flex: 0 0 23%;
  max-width: 23%;
}

@media (max-width: 1024px) {
  .chill {
    padding: 50px 70px;
  }
  .chill__wrapper p {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .chill {
    padding: 40px 40px;
  }
  .chill__wrapper h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .chill__wrapper p {
    max-width: 80%;
  }
  .chill__product .box__content {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .chill__product .box__content .button--radius {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .shine__product .box__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.rise {
  background-image: url("/images/rise-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 100px;
  position: relative;
}
.rise__wrapper h2 {
  color: white;
}
.rise__wrapper h6 {
  color: white;
  padding-bottom: 10px;
}
.rise__wrapper p {
  color: white;
  max-width: 40%;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.product {
  margin-top: 23px;
}
.product__wrapper {
  gap: 26px;
}
.product .button--radius {
  border-radius: 0px;
}

.rise__product {
  justify-content: revert;
  gap: 26px;
}
.rise__product .box__content {
  flex: 0 0 20%;
  max-width: 20%;
}

@media (max-width: 1024px) {
  .rise {
    padding: 70px 70px;
  }
  .rise__wrapper p {
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  .rise {
    padding: 50px 50px;
  }
  .rise__wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .rise__wrapper p {
    font-size: 12px;
    max-width: 100%;
  }
  .rise__product .box__content {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .rise__product .box__content .button--radius {
    border-radius: 0;
  }
}
@media (max-width: 640px) {
  .rise {
    padding: 10px 10px;
  }
  .rise__wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .rise__wrapper p {
    font-size: 12px;
    max-width: 100%;
  }
  .rise__product .box__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.shine {
  background-image: url("/images/shine-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 100px;
}
.shine__wrapper h2 {
  color: white;
}
.shine__wrapper h6 {
  color: white;
  padding-bottom: 15px;
}
.shine__wrapper p {
  color: white;
  max-width: 47%;
}

.shine--product {
  margin-top: 51px;
}
.shine--product .product__bottom--wrapper .button--radius {
  border-radius: 0;
}

.shine__wrapper {
  gap: 28px;
}
.shine__wrapper .box__content {
  flex: 0 0 23%;
  max-width: 23%;
}
.shine__wrapper .box__content p {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .shine {
    padding: 50px 70px;
  }
  .shine__wrapper p {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .shine {
    padding: 20px 20px;
  }
  .shine__wrapper p {
    margin-top: 10px;
    max-width: 60%;
  }
  .shine__wrapper h2 {
    font-size: 25px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .shine__wrapper h6 {
    font-size: 14px;
    line-height: 10px;
  }
  .shine__wrapper .box__content {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 640px) {
  .shine {
    padding: 10px 10px;
  }
  .shine__wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .shine__wrapper p {
    font-size: 12px;
    max-width: 100%;
  }
  .shine .shine__product {
    margin-top: 10px;
  }
  .shine .shine__product .box__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.yawn {
  background-image: url("/images/yawn-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 120px;
}
.yawn__wrapper h2 {
  color: white;
}
.yawn__wrapper h6 {
  color: white;
  padding-top: 10px;
  padding-bottom: 20px;
}
.yawn__wrapper p {
  color: white;
  max-width: 45%;
}

.yawn--product {
  margin-top: 50px;
}
.yawn--product .product__bottom--wrapper .button--radius {
  border-radius: 0;
}

.yawn__product {
  gap: 26px;
}
.yawn__product .box__content {
  flex: 0 0 23%;
  max-width: 23%;
}

@media (max-width: 1024px) {
  .yawn {
    padding: 50px 70px;
  }
  .yawn__wrapper p {
    max-width: 65%;
  }
}
@media (max-width: 768px) {
  .yawn {
    padding: 40px 40px;
  }
  .yawn__wrapper h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .yawn__wrapper p {
    max-width: 100%;
  }
  .yawn__product {
    margin-top: 30px;
  }
  .yawn__product .box__content {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 640px) {
  .yawn {
    padding: 10px 10px;
  }
  .yawn__wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .yawn__wrapper p {
    font-size: 12px;
    max-width: 100%;
  }
  .yawn__product {
    margin-top: 10px;
  }
  .yawn__product .box__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.banner {
  padding: 44px 0;
}
.banner__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 80px;
}
.banner__wrapper--image {
  flex: 0 0 40%;
  max-width: 40%;
}
.banner__wrapper--content {
  flex: 0 0 41%;
  max-width: 41%;
}
.banner__wrapper--content span {
  font-family: Termina;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--content p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.banner__wrapper--content .title-font {
  font-size: 30px;
  font-family: Inter;
  font-weight: 600;
  line-height: 45px;
  margin: 10px 0 20px;
}
.banner__wrapper--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 36px;
}
.banner__wrapper--right {
  flex: 0 0 48%;
  max-width: 48%;
}
.banner__wrapper--right li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--left {
  flex: 0 0 50%;
  max-width: 50%;
}
.banner__wrapper--left li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--chart {
  margin-top: 28px;
}
.banner__wrapper--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--top .text--grey {
  color: #838383;
}
.banner__wrapper--middle {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--price .text--bold {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner__wrapper--button {
  flex: 0 0 65%;
  max-width: 65%;
}
.banner__wrapper--faq {
  margin-top: 55px;
  border-top: 2px solid black;
}

.accordion__item:nth-last-child(1) {
  border-bottom: none;
}

.boxed label {
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px black;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer;
}
.boxed input[type=radio] {
  display: none;
}
.boxed input[type=radio]:checked + label {
  border: solid 2px #f8d2bd;
}

.quantity__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 1px solid black;
  padding: 7px 20px;
}
.quantity__btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity__input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider {
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  cursor: pointer;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.slider__thumbs {
  height: 404px;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 400px;
  width: 400px;
  overflow: hidden;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: 100%;
  }
}
.ingredients {
  padding: 70px 0 124px;
  text-align: center;
  background: linear-gradient(0deg, #f0b28f 0%, rgba(233, 209, 196, 0.2) 100%);
}
.ingredients__heading h3 {
  margin-top: 20px;
  margin-bottom: 70px;
  color: #202020;
  text-align: center;
  font-family: IvyPresto Display;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 52.632% */
  letter-spacing: 2px;
}
.ingredients__subheading {
  color: #202020;
  text-align: center;
  font-family: Termina;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 141.176% */
  letter-spacing: 2px;
}
.ingredients__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.ingredients__wrapper--content {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 360px;
}
.ingredients__wrapper--content img {
  width: 100px;
  height: 100px;
  aspect-ratio: 1;
  object-fit: cover;
  overflow: hidden;
  object-position: center;
}
.ingredients__wrapper--content h5 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 15px;
}
.ingredients__wrapper--content p {
  font-size: 16px;
  margin: 10px auto 0 auto;
  font-weight: 400;
  line-height: 25px;
  max-width: 320px;
}
@media (max-width: 1280px) {
  .ingredients__wrapper {
    flex-wrap: wrap;
  }
}

.time__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.time__wrapper--image {
  flex: 0 0 60%;
  max-width: 60%;
  position: relative;
}
.time__wrapper--image img {
  height: 100%;
  object-fit: cover;
}
.time__wrapper--innerimage {
  position: absolute;
  bottom: 104px;
  right: 30px;
}
.time__wrapper--innerimage img {
  height: 297.44px;
  width: 303.14px;
}
.time__wrapper--content {
  flex: 0 0 40%;
  max-width: 40%;
  background: #f8d2bd;
  padding: 110px 150px 114px 82px;
}
.time__wrapper--content .time__title {
  font-size: 40px;
  font-weight: 400;
  font-family: Termina;
}
.time__wrapper--content .time__subtitle {
  font-family: IvyPresto Display;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 26px 0 50px;
}
.time__wrapper--badges {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
.time__wrapper--tag {
  font-family: Inter;
  font-weight: 500;
  width: auto;
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 16px;
  border: 1px solid black;
}

.range {
  margin-top: 99px;
  position: relative;
}
.range__title {
  text-align: center;
  margin-bottom: 45px;
}
.range .swiper.rise-range.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 80%;
}
.range .swiper-button-next,
.range .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; /* Ensure arrows are above the slider content */
}
.range .swiper-button-prev {
  left: 13%;
}
.range .swiper-button-next {
  right: 13%;
}
.range .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "none";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "none";
}

.routine {
  margin-top: 119px;
  margin-bottom: 127px;
  position: relative;
}
.routine__title {
  text-align: center;
  padding-bottom: 46px;
}
.routine .swiper {
  width: 80%;
  height: 100%;
}
.routine .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routine .swiper-button-next {
  right: 13%;
}
.routine .swiper-button-prev,
.routine .swiper-rtl .swiper-button-next {
  left: 13%;
  right: auto;
}
.routine .swiper-button-next.swiper-button-disabled,
.routine .swiper-button-prev.swiper-button-disabled {
  opacity: 100%;
}

@media (max-width: 1024px) {
  .banner__product--right {
    max-width: 100%;
  }
  .banner__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--button {
    text-align: end;
  }
  .banner .button--width {
    width: 40%;
  }
  .time__wrapper--content {
    padding: 32px 41px 53px 39px;
  }
  .time__wrapper--innerimage img {
    height: 221.44px;
    width: 240.14px;
  }
  .range .swiper-button-prev {
    left: 7%;
  }
  .range .swiper-button-next {
    right: 7%;
  }
  .routine .swiper-button-prev {
    left: 7%;
  }
  .routine .swiper-button-next {
    right: 7%;
  }
}
@media (max-width: 768px) {
  .ingredients__heading {
    font-size: 20px;
  }
  .ingredients__wrapper {
    gap: 30px;
  }
  .ingredients__wrapper--content {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .time__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .time__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .time__wrapper--content .time__subtitle {
    font-size: 27px;
  }
  .time__wrapper--innerimage {
    bottom: 58px;
  }
  .time__wrapper--innerimage img {
    height: 292.44px;
    width: 313.14px;
  }
  .range {
    margin-top: 60px;
  }
  .range .border__line {
    margin-top: 60px;
  }
  .routine {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .banner__wrapper {
    gap: 30px;
  }
  .banner__wrapper--content .title-font {
    font-size: 23px;
    line-height: 24px;
  }
  .banner__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--price .text--bold {
    font-family: Inter;
    font-size: 22px;
  }
  .banner__wrapper--bottom {
    gap: 10px;
  }
  .banner__wrapper--button {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner .boxed label {
    padding: 5px 20px;
    font-size: 12px;
    margin-right: 0;
  }
  .banner .button--width {
    width: 100%;
  }
  .banner .quantity__control {
    width: 100%;
  }
  .ingredients {
    padding: 60px 0 60px;
  }
  .ingredients__heading h6 {
    font-size: 12px;
    line-height: 20px;
  }
  .ingredients__heading h3 {
    font-size: 36px;
    line-height: 40px;
  }
  .ingredients__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .ingredients__wrapper h5 {
    margin-top: 10px;
  }
  .time__wrapper--content {
    padding: 32px 41px 36px 20px;
  }
  .time__wrapper--content .time__title {
    font-size: 27px;
  }
  .time__wrapper--content .time__subtitle {
    font-size: 20px;
    margin: 10px 0 15px;
  }
  .time__wrapper--content--tag {
    font-size: 12px;
  }
  .time__wrapper--tag {
    padding: 10px 18px;
    font-size: 12px;
  }
  .time__wrapper--innerimage {
    bottom: 8px;
    right: 9px;
  }
  .time__wrapper--innerimage img {
    height: 130px;
    width: 130px;
  }
  .range {
    margin-top: 40px;
  }
  .range .border__line {
    margin-top: 40px;
  }
  .routine {
    margin-top: 40px;
  }
}
.footer {
  margin-top:50px;
  background-color:#B2767E !important;
  position: relative;
  padding-top: 24px;
  padding-bottom: 26px;
  overflow: hidden;
}
.footer__wrapper {
  margin: 0px 0 100px 0;
  display: flex;
  flex-wrap: wrap;
}
.footer__left {
  flex: 0 0 60%;
  max-width: 60%;
}
.footer__left h2 {
  color: white;
  font-size: 60px;
  line-height: 70px;
  max-width: 55%;
}
.footer__left p {
  color: #F6E9E0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 70%;
  padding-top: 45px;
  padding-bottom: 30px;
}
.footer__right {
  flex: 0 0 40%;
  max-width: 40%;
  position: relative;
  z-index: 1;
}
.footer__navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}
.footer__list {
  padding-right: 71px;
}
.footer__list--title {
  padding-bottom: 25px;
  color: #FFF;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
}
.footer--last {
  padding-right: 0;
}
.footer__link {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.3px;
  color: #fff;
}
.footer__item {
  color: #F6E9E0;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  padding-bottom: 20px;
}
.footer__copyright {
  margin-top: 0px;
}
.footer__copyright p {
  color:#F6E9E0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.footer__social {
  display: flex;
  padding-top: 20px;
  align-items: center;
  gap: 20px;
}
.footer__social a {
  color: #fff;
  width: 30px;
  height: 30px;
}
.footer__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  z-index: 0;
}
.footer__input {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 600px;
}
.footer__input input {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 40px;
  flex-grow: 1;
  height: 55px;
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.footer__input a, .footer__input button {
  align-items: center;
  padding: 10px 30px;
  background-color: #F6E9E0 !important;
  color: #734F43;
  text-align: right;
  gap: 5px;
  height: 55px;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.26px;
  border-radius: 0 30px 30px 0;
  border: none;
  display: flex;
  align-items: center;
}
.footer__input a img, .footer__input button img {
  width: 18px;
  height: 18px;
}
.footer__input button:hover {
  background-color: #7987b6;
}
.footer__input a {
  display: flex;
}

.footer__border--space {
  padding-bottom: 26px;
}
.newsletter-logo img {
  max-width: 200px;
  height: auto;
  margin-bottom: 15px;
}


@media (max-width: 1024px) {
  .footer h2 {
    font-size: 45px;
  }
  .footer__left input {
    width: 60%;
  }
  .footer__navbar {
    justify-content: start;
  }
  .footer__copyright {
    padding-top: 14px;
    padding-left: 0px;
  }
  .footer__position {
    right: 1px;
    top: 37%;
  }
  .footer__bg {
    opacity: 0.3;
  }
}
@media (max-width: 1024px) {
  .footer__left h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .footer__left input {
    padding: 10px 30px;
    width: 50%;
  }
  .footer__left p {
    max-width: 90%;
  }
  .footer--title {
    padding-bottom: 15px;
  }
  .footer__wrapper {
    margin-top: 20px;
  }
  .footer__list {
    padding-right: 25px;
  }
  .footer__position {
    display: none;
  }
}
@media (max-width: 1024px) {
  .footer .newsletter-form__field-wrapper {
    display: flex;
    justify-content: center;
  }
  .footer__wrapper {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
  }
  .footer__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__left h2 {
    max-width: 100%;
  }
  .footer__left p {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 34px;
  }
  .footer__left a, .footer__left button {
    border-radius: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .footer__navbar {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer__navbar--title {
    padding-bottom: 10px;
  }
  .footer__input {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer__input input {
    width: 100%;
    border-radius: 40px;
  }
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .footer__social {
    justify-content: center;
  }
  .footer__list {
    padding-right: 0;
    padding: 10px 0;
  }
}
.footer__disclaimer p {
  text-align: center;
  font-size: 12px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 20px;
  }
}
.banner {
  padding: 44px 0;
}
.banner__wrapper {
  margin-top: 60px;
  gap: 80px;
}
.banner__wrapper--image {
  flex: 0 0 40%;
  max-width: 40%;
}
.banner__wrapper--content {
  flex: 0 0 41%;
  max-width: 41%;
}
.banner__wrapper--content span {
  font-family: Termina;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--content p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.banner__wrapper--content .title-font {
  font-size: 30px;
  font-family: Inter;
  font-weight: 600;
  line-height: 45px;
  margin: 10px 0 20px;
}
.banner__wrapper--list {
  justify-content: space-between;
  margin-top: 36px;
}
.banner__wrapper--right {
  flex: 0 0 48%;
  max-width: 48%;
}
.banner__wrapper--right li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--left {
  flex: 0 0 50%;
  max-width: 50%;
}
.banner__wrapper--left li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--chart {
  margin-top: 28px;
}
.banner__wrapper--top {
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--top .text--grey {
  color: #838383;
}
.banner__wrapper--middle {
  margin: 25px 0;
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--price .text--bold {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--bottom {
  justify-content: space-between;
}
.banner__wrapper--button {
  flex: 0 0 65%;
  max-width: 65%;
}
.banner__wrapper--button a {
  margin-top: 0;
}
.banner__wrapper--faq {
  margin-top: 55px;
  border-top: 2px solid black;
}

.accordion__item:nth-last-child(1) {
  border-bottom: none;
}

.boxed label {
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px black;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer;
}
.boxed input[type=radio] {
  display: none;
}
.boxed input[type=radio]:checked + label {
  border: solid 2px #f8d2bd;
}

.quantity__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 1px solid black;
  padding: 7px 20px;
}
.quantity__btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity__input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider {
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  cursor: pointer;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.slider__thumbs {
  height: 404px;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 400px;
  width: 400px;
  overflow: hidden;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: 100%;
  }
}
.range {
  margin-top: 99px;
  position: relative;
}
.range__title {
  text-align: center;
  margin-bottom: 45px;
}
.range .swiper.rise-range.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 80%;
}
.range .swiper-button-next,
.range .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; /* Ensure arrows are above the slider content */
}
.range .swiper-button-prev {
  left: 13%;
}
.range .swiper-button-next {
  right: 13%;
}
.range .border__line {
  margin-top: 119px;
}
.range .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "none";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "none";
}

.routine {
  margin-top: 119px;
  margin-bottom: 127px;
  position: relative;
}
.routine__title {
  text-align: center;
  padding-bottom: 46px;
}
.routine .swiper {
  width: 80%;
  height: 100%;
}
.routine .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routine .swiper-button-next {
  right: 13%;
}
.routine .swiper-button-prev,
.routine .swiper-rtl .swiper-button-next {
  left: 13%;
  right: auto;
}
.routine .swiper-button-next.swiper-button-disabled,
.routine .swiper-button-prev.swiper-button-disabled {
  opacity: 100%;
}

@media (max-width: 1024px) {
  .banner__product--right {
    max-width: 100%;
  }
  .banner__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--button {
    text-align: end;
  }
  .banner .button--width {
    width: 40%;
  }
  .range .swiper-button-prev {
    left: 7%;
  }
  .range .swiper-button-next {
    right: 7%;
  }
  .routine .swiper-button-prev {
    left: 7%;
  }
  .routine .swiper-button-next {
    right: 7%;
  }
}
@media (max-width: 768px) {
  .range {
    margin-top: 60px;
  }
  .range .border__line {
    margin-top: 60px;
  }
  .routine {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .banner__wrapper {
    gap: 30px;
  }
  .banner__wrapper--content .title-font {
    font-size: 23px;
    line-height: 24px;
  }
  .banner__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--price .text--bold {
    font-family: Inter;
    font-size: 22px;
  }
  .banner__wrapper--bottom {
    gap: 10px;
  }
  .banner__wrapper--button {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner .boxed label {
    padding: 5px 20px;
    font-size: 12px;
    margin-right: 0;
  }
  .banner .button--width {
    width: 100%;
  }
  .banner .quantity__control {
    width: 100%;
  }
  .range {
    margin-top: 40px;
  }
  .range .border__line {
    margin-top: 40px;
  }
  .routine {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.banner {
  padding: 44px 0;
}
.banner__wrapper {
  margin-top: 60px;
  gap: 80px;
}
.banner__wrapper--image {
  flex: 0 0 40%;
  max-width: 40%;
}
.banner__wrapper--content {
  flex: 0 0 41%;
  max-width: 41%;
}
.banner__wrapper--content span {
  font-family: Termina;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--content p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.banner__wrapper--content .title-font {
  font-size: 30px;
  font-family: Inter;
  font-weight: 600;
  line-height: 45px;
  margin: 10px 0 20px;
}
.banner__wrapper--list {
  justify-content: space-between;
  margin-top: 36px;
}
.banner__wrapper--right {
  flex: 0 0 48%;
  max-width: 48%;
}
.banner__wrapper--right li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--left {
  flex: 0 0 50%;
  max-width: 50%;
}
.banner__wrapper--left li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--chart {
  margin-top: 28px;
}
.banner__wrapper--top {
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--top .text--grey {
  color: #838383;
}
.banner__wrapper--middle {
  margin: 25px 0;
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--price .text--bold {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--bottom {
  justify-content: space-between;
}
.banner__wrapper--button {
  flex: 0 0 65%;
  max-width: 65%;
}
.banner__wrapper--button a {
  margin-top: 0;
}
.banner__wrapper--faq {
  margin-top: 55px;
  border-top: 2px solid black;
}

.accordion__item:nth-last-child(1) {
  border-bottom: none;
}

.boxed label {
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px black;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer;
}
.boxed input[type=radio] {
  display: none;
}
.boxed input[type=radio]:checked + label {
  border: solid 2px #f8d2bd;
}

.quantity__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 1px solid black;
  padding: 7px 20px;
}
.quantity__btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity__input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider {
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  cursor: pointer;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.slider__thumbs {
  height: 404px;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 400px;
  width: 400px;
  overflow: hidden;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: 100%;
  }
}
.ingredients--green {
  padding: 60px 0 124px;
  text-align: center;
  background: linear-gradient(0deg, #61A288 0%, rgba(219, 235, 229, 0.2) 100%);
}

.range {
  margin-top: 99px;
  position: relative;
}
.range__title {
  text-align: center;
  margin-bottom: 45px;
}
.range .swiper.rise-range.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 80%;
}
.range .swiper-button-next,
.range .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; /* Ensure arrows are above the slider content */
}
.range .swiper-button-prev {
  left: 13%;
}
.range .swiper-button-next {
  right: 13%;
}
.range .border__line {
  margin-top: 119px;
}
.range .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "none";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "none";
}

.routine {
  margin-top: 119px;
  margin-bottom: 127px;
  position: relative;
}
.routine__title {
  text-align: center;
  padding-bottom: 46px;
}
.routine .swiper {
  width: 80%;
  height: 100%;
}
.routine .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routine .swiper-button-next {
  right: 13%;
}
.routine .swiper-button-prev,
.routine .swiper-rtl .swiper-button-next {
  left: 13%;
  right: auto;
}
.routine .swiper-button-next.swiper-button-disabled,
.routine .swiper-button-prev.swiper-button-disabled {
  opacity: 100%;
}

@media (max-width: 1024px) {
  .banner__product--right {
    max-width: 100%;
  }
  .banner__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--button {
    text-align: end;
  }
  .banner .button--width {
    width: 40%;
  }
  .range .swiper-button-prev {
    left: 7%;
  }
  .range .swiper-button-next {
    right: 7%;
  }
  .routine .swiper-button-prev {
    left: 7%;
  }
  .routine .swiper-button-next {
    right: 7%;
  }
}
@media (max-width: 768px) {
  .range {
    margin-top: 60px;
  }
  .range .border__line {
    margin-top: 60px;
  }
  .routine {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .banner__wrapper {
    gap: 30px;
  }
  .banner__wrapper--content .title-font {
    font-size: 23px;
    line-height: 24px;
  }
  .banner__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--price .text--bold {
    font-family: Inter;
    font-size: 22px;
  }
  .banner__wrapper--bottom {
    gap: 10px;
  }
  .banner__wrapper--button {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner .boxed label {
    padding: 5px 20px;
    font-size: 12px;
    margin-right: 0;
  }
  .banner .button--width {
    width: 100%;
  }
  .banner .quantity__control {
    width: 100%;
  }
  .range {
    margin-top: 40px;
  }
  .range__title h3 {
    font-size: 30px;
    line-height: 50px;
  }
  .range .border__line {
    margin-top: 40px;
  }
  .routine {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .routine__title {
    padding-bottom: 30px;
  }
  .routine__title h3 {
    font-size: 30px;
    line-height: 45px;
  }
}
.banner {
  padding: 44px 0;
}
.banner__wrapper {
  margin-top: 60px;
  gap: 80px;
}
.banner__wrapper--image {
  flex: 0 0 40%;
  max-width: 40%;
}
.banner__wrapper--content {
  flex: 0 0 41%;
  max-width: 41%;
}
.banner__wrapper--content span {
  font-family: Termina;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--content p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.banner__wrapper--content .title-font {
  font-size: 30px;
  font-family: Inter;
  font-weight: 600;
  line-height: 45px;
  margin: 10px 0 20px;
}
.banner__wrapper--list {
  justify-content: space-between;
  margin-top: 36px;
}
.banner__wrapper--right {
  flex: 0 0 48%;
  max-width: 48%;
}
.banner__wrapper--right li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--left {
  flex: 0 0 50%;
  max-width: 50%;
}
.banner__wrapper--left li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 13px;
}
.banner__wrapper--chart {
  margin-top: 28px;
}
.banner__wrapper--top {
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--top .text--grey {
  color: #838383;
}
.banner__wrapper--middle {
  margin: 25px 0;
  justify-content: space-between;
  align-items: center;
}
.banner__wrapper--price .text--bold {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 17px;
}
.banner__wrapper--bottom {
  justify-content: space-between;
}
.banner__wrapper--button {
  flex: 0 0 65%;
  max-width: 65%;
}
.banner__wrapper--faq {
  margin-top: 55px;
  border-top: 2px solid black;
}

.accordion__item:nth-last-child(1) {
  border-bottom: none;
}

.boxed label {
  display: inline-block;
  padding: 10px 20px;
  border: solid 2px black;
  transition: all 0.3s;
  margin-right: 20px;
  cursor: pointer;
}
.boxed input[type=radio] {
  display: none;
}
.boxed input[type=radio]:checked + label {
  border: solid 2px #f8d2bd;
}

.quantity__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  border: 1px solid black;
  padding: 7px 20px;
}
.quantity__btn {
  background: transparent;
  border: none;
  outline: none;
  display: flex;
  margin: 0;
  padding: 0px 8px;
  cursor: pointer;
}
.quantity__input {
  outline: none;
  user-select: none;
  text-align: center;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
}

.quantity__input::-webkit-inner-spin-button,
.quantity__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.slider {
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.swiper-slide {
  cursor: pointer;
}

.slider__flex {
  display: flex;
  align-items: flex-start;
}

.slider__col {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.slider__thumbs {
  height: 404px;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 400px;
  width: 400px;
  overflow: hidden;
}

.slider__images .slider__image img {
  transition: 3s;
}

.slider__images .slider__image:hover img {
  transform: scale(1.1);
}

.slider__image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: 100%;
  }
}
.ingredients--blue {
  padding: 60px 0 124px;
  text-align: center;
  background: linear-gradient(0deg, #306496 0%, #4F96DA 0.01%, rgba(189, 206, 222, 0.2) 100%);
}

.range {
  margin-top: 99px;
  position: relative;
}
.range__title {
  text-align: center;
  margin-bottom: 45px;
}
.range .swiper.rise-range.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  width: 80%;
}
.range .swiper-button-next,
.range .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1; /* Ensure arrows are above the slider content */
}
.range .swiper-button-prev {
  left: 13%;
}
.range .swiper-button-next {
  right: 13%;
}
.range .border__line {
  margin-top: 119px;
}
.range .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "none";
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "none";
}

.routine {
  margin-top: 119px;
  margin-bottom: 127px;
  position: relative;
}
.routine__title {
  text-align: center;
  padding-bottom: 46px;
}
.routine .swiper {
  width: 80%;
  height: 100%;
}
.routine .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.routine .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.routine .swiper-button-next {
  right: 13%;
}
.routine .swiper-button-prev,
.routine .swiper-rtl .swiper-button-next {
  left: 13%;
  right: auto;
}
.routine .swiper-button-next.swiper-button-disabled,
.routine .swiper-button-prev.swiper-button-disabled {
  opacity: 100%;
}

@media (max-width: 1024px) {
  .banner__product--right {
    max-width: 100%;
  }
  .banner__wrapper--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--button {
    text-align: end;
  }
  .banner .button--width {
    width: 40%;
  }
  .range .swiper-button-prev {
    left: 7%;
  }
  .range .swiper-button-next {
    right: 7%;
  }
  .routine .swiper-button-prev {
    left: 7%;
  }
  .routine .swiper-button-next {
    right: 7%;
  }
}
@media (max-width: 768px) {
  .range {
    margin-top: 60px;
  }
  .range .border__line {
    margin-top: 60px;
  }
  .routine {
    margin-top: 60px;
  }
}
@media (max-width: 640px) {
  .banner__wrapper {
    gap: 30px;
  }
  .banner__wrapper--content .title-font {
    font-size: 23px;
    line-height: 24px;
  }
  .banner__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner__wrapper--price .text--bold {
    font-family: Inter;
    font-size: 22px;
  }
  .banner__wrapper--bottom {
    gap: 10px;
  }
  .banner__wrapper--button {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .banner .boxed label {
    padding: 5px 20px;
    font-size: 12px;
    margin-right: 0;
  }
  .banner .button--width {
    width: 100%;
  }
  .banner .quantity__control {
    width: 100%;
  }
  .range {
    margin-top: 40px;
  }
  .range .border__line {
    margin-top: 40px;
  }
  .routine {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.world {
  background-image: url("/images/about-hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 150px 150px;
}
.world__wrapper {
  max-width: 40%;
}
.world__wrapper h1.world--font {
  color: #010000;
  font-family: IvyPresto Display;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: 60px;
  letter-spacing: 1px;
}
.world__wrapper p {
  padding-top: 20px;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 156.25% */
}

.about {
  padding: 120px 0;
}
.about__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
}
.about__left {
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 108px;
}
.about__left .about__title {
  color: #0B254B;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
  font-size:40px;
  margin: 20px 0 0px 0;
}
.about__left .about__desc {
  padding-top: 40px;
}
.about__left .about__desc p {
  color: #5E6E89;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  max-width: 90%;
}
.about__right {
  flex: 0 0 40%;
  max-width: 40%;
}
.about__subtitle {
  color: #0B254B;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px; /* 250% */
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .about {
    padding: 50px 0px;
  }
  .about__left {
    padding-right: 0;
  }
  .about__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about__left p {
    font-size: 14px;
    line-height: 22px;
    max-width: 100%;
  }
  .about__left .about__title {
    font-size: 24px;
    line-height: 31px;
  }
  .about__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}

.journey {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 150px 200px;
}
.journey__wrapper h1 {
  color: #171717;
  font-family: IvyPresto Display;
  font-size: 25px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: 1px;
  max-width: 37%;
  margin-left: auto;
}

.cycle {
  margin-top: 110px;
  margin-bottom: 80px;
}
.cycle__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cycle__left {
  flex: 0 0 60%;
  max-width: 60%;
}
.cycle__right {
  flex: 0 0 40%;
  max-width: 40%;
}
.cycle--subtitle {
  color: #202020;
  font-family: Termina;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px; /* 250% */
  letter-spacing: 1px;
}
.cycle--title {
  color: #202020;
  font-family: IvyPresto Display;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
  max-width: 70%;
}
.cycle p {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  max-width: 80%;
  padding-top: 30px;
}

.add {
  background: linear-gradient(90deg, #ffecd8 0%, rgba(245, 212, 177, 0.1) 100%);
  margin-top: 20px;
}
.add__wrapper {
  padding: 30px 0;
}
.add__wrapper p {
  text-align: center;
  color: #202020;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1px;
}

.highest {
  margin-top: 90px;
  margin-bottom: 70px;
}
.highest__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}
.highest__wrapper--title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.highest__wrapper--title h3.highest--font {
  color: #202020;
  font-family: IvyPresto Display;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px; /* 128.571% */
  letter-spacing: 1px;
}
.highest__wrapper--left {
  flex: 0 0 23%;
  max-width: 23%;
}
.highest__wrapper--left img.heighest--day {
  width: 10%;
  height: 10%;
}
.highest__wrapper--left p {
  padding-top: 20px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.highest__wrapper--center {
  flex: 0 0 50%;
  max-width: 50%;
}
.highest__wrapper--right {
  flex: 0 0 27%;
  max-width: 27%;
  padding-left: 20px;
}
.highest__wrapper--right--title {
  align-items: center;
}
.highest__wrapper--right--title h3.highest--font {
  color: #202020;
  font-family: IvyPresto Display;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 1px;
}
.highest__wrapper--right img.heighest--moon {
  width: 6%;
  height: 10%;
}
.highest__wrapper--right p {
  padding-top: 20px;
  color: #525252;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .world {
    padding: 150px 81px 150px;
  }
  .world__wrapper {
    max-width: 58%;
  }
  .journey {
    padding: 200px 70px 200px;
  }
  .journey__wrapper h1 {
    max-width: 44%;
  }
  .highest__wrapper--title {
    justify-content: center;
  }
  .highest__wrapper--left {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .highest__wrapper--right {
    flex: 0 0 27%;
    max-width: 27%;
  }
  .highest__wrapper--center {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (max-width: 768px) {
  .world {
    padding: 80px 20px 80px;
  }
  .world__wrapper {
    max-width: 56%;
  }
  .world__wrapper h1.world--font {
    font-size: 43px;
    line-height: 51px;
  }
  .about__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about__left p {
    max-width: 100%;
  }
  .about__left .about__title {
    font-size: 24px;
    line-height: 39px;
  }
  .about__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .journey {
    padding: 100px 20px 100px;
    background-position: right;
  }
  .journey__wrapper h1 {
    max-width: 57%;
  }
  .cycle {
    margin: 80px 0;
  }
  .cycle__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cycle__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
  }
  .cycle--title {
    font-size: 31px;
    line-height: 39px;
    max-width: 100%;
  }
  .cycle P {
    max-width: 100%;
  }
  .add__wrapper p {
    font-size: 17px;
    line-height: 27px;
  }
  .highest__wrapper--title {
    justify-content: center;
  }
  .highest__wrapper--content {
    text-align: center;
  }
  .highest__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highest__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highest__wrapper--center {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .world {
    padding: 40px 0px 40px;
    position: relative;
  }
  .world::before {
    content: "";
    background-color: rgba(220, 200, 176, 0.72);
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
  }
  .world__wrapper {
    position: relative;
    z-index: 90;
    max-width: 100%;
  }
  .world__wrapper h1.world--font {
    font-size: 30px;
    line-height: 36px;
  }
  .journey {
    padding: 100px 20px 100px;
    background-position: -7px -1px;
    position: relative;
  }
  .journey::before {
    content: "";
    background-color: rgba(248, 222, 208, 0.8);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0px;
  }
  .journey__wrapper {
    position: relative;
    z-index: 2;
  }
  .journey__wrapper h1 {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .cycle {
    margin: 40px 0;
  }
  .cycle p {
    max-width: 100%;
    padding-top: 10px;
  }
  .cycle .cycle--subtitle {
    font-size: 14px;
  }
  .cycle__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cycle__right {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 15px;
  }
  .cycle--title {
    font-size: 26px;
    line-height: 31px;
    max-width: 100%;
  }
  .add__wrapper p {
    font-size: 15px;
    line-height: 23px;
  }
  .highest {
    margin: 40px 0;
  }
  .highest__wrapper--left {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highest__wrapper--left p {
    font-size: 14px;
    line-height: 20px;
  }
  .highest__wrapper--center {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .highest__wrapper--right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .highest__wrapper--right p {
    font-size: 14px;
    line-height: 20px;
  }
  .highest__wrapper--right img.heighest--moon {
    width: 5%;
    height: 5%;
  }
}
.section--circadian {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .section--circadian {
    padding-bottom: 50px;
  }
}

.circadian__title {
  color: #0B254B;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 128.571% */
  letter-spacing: 1px;
  margin-bottom: 20px;
  max-width: 460px;
}

.circadian__subtitle {
  color: #0B254B;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: 1px;
  max-width: 330px;
}

.circadian__content {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
}
.circadian__label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.circadian__label h6 {
  color: #202020;
  font-family: IvyPresto Display;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  /* 128.571% */
  letter-spacing: 1px;
}
.circadian__label img {
  width: 30px;
  height: 30px;
}
.circadian__left, .circadian__right {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.circadian__points > p + p {
  margin-top: 10px;
}
.circadian__points ul > li + li {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .circadian__content {
    flex-direction: column;
  }
  .circadian__image {
    transform: rotate(90deg);
    max-width: 280px;
  }
}

.btn {
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: white;
  padding: 11px 31px;
  font-weight: 600;
  border: none;
  display: inline-flex;
  font-size: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.btn--outline {
  background: none;
  border: 2px solid #ddad2f;
  color: #ddad2f;
}

.btn--card {
  width: 100%;
}

.btn--primary {
  background-color: white;
  color: #202020;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 20px;
}

.btn--secondary {
  background-color: white;
  color: black;
  font-family: Inter;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  border: 1px solid black;
}
.btn--secondary img {
  width: 20px;
}
.facets__disclosure-vertical {
  border-bottom: 1px solid #b8b8b8;
}
.facets__disclosure-vertical .field__input {
  border-bottom: 1px solid #222;
}

.mobile-facets__inner {
  background-color: #fff;
}

.btn .quick-add {
  margin: 0;
}

.product-grid--custom {
  gap: 70px 20px;
}
.product-grid--custom .grid__item {
  width: calc(33% - 15px);
  max-width: calc(33% - 10px);
}
@media (max-width: 1024px) {
  .product-grid--custom {
    gap: 10px;
  }
  .product-grid--custom .grid__item {
    width: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .product-grid--custom .grid__item {
    width: 100%;
    margin-top:20px;
    max-width: 100%;
  }
}

.active-facets-vertical-filter {
  align-items: center;
}
.active-facets-vertical-filter #ProductCountDesktop {
  font-size: 12px;
}
.active-facets-vertical-filter .facets__heading--vertical {
  margin: 0;
}

.facets-custom .active-facets__button--light .active-facets__button-inner {
  background: #333;
}
.facets-custom .filter-badge-wrap {
  display: flex;
  display: none;
  background: #f3f3f3;
  width: 100%;
  flex-direction: column;
  gap: 10px;
}
.facets-custom .filter-badge-wrap span.active-facets__button-inner.button.button--tertiary {
  font-size: 12px;
  margin: 0;
}
.facets-custom .filter-badge-wrap a.active-facets__button {
  margin: 0;
}
.facets-custom .facets__heading, .facets-custom .facets__summary.caption-large, .facets-custom .facet-filters__label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.facets-custom .facets__heading:hover span, .facets-custom .facets__summary.caption-large:hover span, .facets-custom .facet-filters__label:hover span {
  text-decoration: none;
}
.facets-custom .active-facets-desktop {
  border-bottom: 2px solid #5b342b;
  padding-bottom: 16px;
}
.facets-custom .mobile-facets__inner {
  background-color: #fff;
}

.collection-hero--custom .collection-hero__title {
  color: #fff;
  font-size: 52px;
  line-height: normal;
}
.collection-hero--custom .collection-hero__subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size:17px;
}

.facets-vertical-form--custom {
  margin: 0 0 20px 0;
}
.facets-vertical-form--custom .facet-filters__label {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.facets-vertical-form--custom .facet-filters__sort.select__select {
  border: 1px solid #5b342b;
  border-radius: 30px;
  padding: 5px 15px;
}
.facets-vertical-form--custom .facet-filters__sort + .icon-caret {
  display: none;
}

.section--best-sellers {
  padding: 80px 0;
}
@media (max-width: 1024px) {
  .section--best-sellers {
    padding: 40px 0;
  }
}

.quick-add__submit.btn {
  text-transform: uppercase;
  min-height: auto;
}
.quick-add__submit.btn .path {
  stroke: #fff;
}
.quick-add__submit.btn .loading-overlay__spinner {
  width: 1.2rem;
  display: flex;
}

.collection-hero__description {
  color: #fff;
  max-width: 500px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 169.231% */
}

.collection-hero__subtitle {
  color: #fff;
}

.button:after {
  box-shadow: none;
}
.button:hover:after {
  box-shadow: none;
}

.btn.button:after {
  box-shadow: none;
 
}
.btn.button:hover:after {
  box-shadow: none;
}
#n99gb-topbar {
  background: #B2767E !important;
}

.header-wrapper {
  z-index: 99;
  background:#b2767e;
}

.ingredients__image {
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.522);
  border-radius: 50%;
}

.ul-size {
  display: flex;
  padding: 0 0 0 20px;
  gap: 5px;
}
.ul-size li {
  list-style: disc;
  font-size: 12px;
  margin: 0 20px 0 0;
}

.product__view-details svg {
  vertical-align: middle;
}

.menu-drawer__inner-submenu .menu-drawer__close-button>svg {
    transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .product--thumbnail {
    position: relative;
  }
  .product--thumbnail .thumbnail-list {
    display: flex;
    flex-direction: column;
  }
  .product--thumbnail .thumbnail-list__item.slider__slide {
    width: 90px;
  }
  .product--thumbnail media-gallery {
    display: flex;
    flex-direction: row-reverse;
  }
  .product--thumbnail .slider-mobile-gutter:not(.thumbnail-slider) {
    width: calc(100% - 100px);
  }
  .product--thumbnail .thumbnail-slider {
    width: 100px;
    padding-right: 10px;
  }
  .product--thumbnail .slider-button {
    display: none !important;
  }
  .product--thumbnail .thumbnail-slider .thumbnail-list.slider--tablet-up {
    padding: 0;
    display: block;
  }
  .product--thumbnail .thumbnail-slider .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: 100%;
  }
}
.product__description {
  color: #202020;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
}
.product__description > ul {
  margin-top: 20px;
}
.product__description > ul li {
  list-style: disc;
}

.product-form__submit {
  border-radius: 60px;
  min-height: 40px;
}

.product__title > * {
  color: #212121;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px; /* 150% */
}

.product-detail-variant-picker .product-form__input input[type=radio]:checked + label {
    background-color: #F6E9E0;
    border: solid 1px #734F43;
    padding: 15px;
    color: #000;
    font-weight: 600;
}

.product-detail-variant-price {
  margin-top: 20px;
}
.product-detail-variant-price .price-item {
  color: #202020;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product__accordion ul {
  padding-left: 0;
}
.product__accordion ul li {
  list-style-type: none;
}

.drawer.active .drawer__inner {
  padding: 40px 0px;
}
.drawer.active .drawer__inner > * {
  padding: 0 30px;
}

.drawer {
  z-index: 1000000000 !important;
}
.drawer .button {
  border-radius: 60px;
}
.drawer .button:after {
  border-radius: 60px;
}
.drawer .drawer__heading {
  color: #202020;
  font-family: IvyPresto Display;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px; /* 102.5% */
  letter-spacing: 1px;
}
.drawer .cart-item__name {
  color: #202020;
}
.drawer .cart-drawer .cart-item {
  grid-template: repeat(3, auto)/repeat(2, 1fr);
}
.drawer .cart-drawer .cart-item > td + td {
  padding-left: 1rem;
  grid-column: 2/2;
}
.drawer .cart-drawer .cart-item__media {
  grid-row: 1/3;
}
.drawer .cart-drawer .cart-item__totals {
  justify-content: flex-start;
}
.drawer cart-drawer-items {
  overflow: unset;
}

.announcement-bar__message {
  font-size: 11px;
  padding: 5px 0;
  min-height: auto;
}

.facets-vertical-form--custom .facet-filters__sort:focus-visible {
  outline: none;
  outline-offset: 1px;
  box-shadow: none;
}

body *:focus-visible {
  outline: none;
  outline-offset: 0.3rem;
  box-shadow: none;
}

.breadcrumbs {
  margin: 30px 0;
}

.breadcrumbs a {
  color: #202020;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 192.308% */
}

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
}

.breadcrumbs__item + .breadcrumbs__item {
  margin-left: 5px;
}

.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  margin: 0 0.2em;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: 6px;
  height: 6px;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.breadcrumbs__link[aria-current=page] {
  color: inherit;
  font-weight: normal;
  text-decoration: none;
}

.breadcrumbs__link[aria-current=page]:hover,
.breadcrumbs__link[aria-current=page]:focus {
  text-decoration: underline;
}

.facets.facets--breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 45px auto;
}
.facets.facets--breadcrumbs .breadcrumbs {
  margin: 0;
}
.facets.facets--breadcrumbs .facets-vertical-form.facets-vertical-form--custom {
  margin: 0;
}

.product.product--custom {
  padding:0;
}
.product.product--custom .product__title {
  margin: 10px 0 0px 0;
}
.product.product--custom .subtitle {
  color: #B2767E;
  font-family: Termina;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px; /* 106.25% */
}
.product.product--custom .accordion {
  border-top: 2px solid #202020;
  border-bottom: 1px solid #202020;
  margin-top: 55px;
}
.product.product--custom .accordion + .accordion {
  border-top: none;
  margin-top: 0;
}
.product.product--custom .accordion__title {
  color: #202020;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 192.308% */
}
.product.product--custom .product__text, .product.product--custom .accordion__content p, .product.product--custom .metafield-rich_text_field li {
  font-size: 13px;
}
.product.product--custom .product__tax {
  margin-top: 10px;
}

@media screen and (min-width: 750px) {
  .facets-vertical .facets-wrapper--custom.facets-wrapper {
    padding-right: 90px;
  }
}
.quick-add-modal .breadcrumbs {
  display: none;
}
.product__title > *{
  font-size:18px;

}
@media (min-width: 1024px) {
  .product--thumbnail media-gallery {
    justify-content: center;
  }
}
.quick-add-modal .product-form__input input[type=radio].disabled:checked + label, .product-form__input input[type=radio]:disabled:checked + label {
  color: rgba(var(--color-foreground), 0.6);
}

.cart-drawer .drawer__header {
  border-bottom: 1px solid #949494;
}
.cart-drawer td.cart-item__quantity {
  grid-column: 1/2 !important;
  padding-left: 0 !important;
}
.cart-drawer .cart-item__price-wrapper .cart-item__discounted-prices {
  align-items: flex-start;
}
.cart-drawer cart-remove-button .button {
  border: none;
  background: no-repeat;
}

.quantity:after {
  border-radius: 50px;
}

@media (max-width: 1024px) {
  .drawer.active .drawer__inner {
    overflow: auto;
  }
  .drawer.active .add-to-cart_cont {
    flex-direction: column;
  }
  .drawer.active .drawer__inner > * {
    padding: 0;
  }
  .drawer.active .cart-drawer td.cart-item__quantity {
    grid-column: 1/3 !important;
  }
}
@media (min-width: 1024px) {
  .drawer.active .drawer__inner {
    width: 550px;
    overflow: auto;
  }
  .drawer.active .cart-item__media {
    width: 14rem;
  }
}
.drawer .cart-drawer .cart-item {
  grid-template: repeat(3, auto)/140px 1fr;
}

.mobile-facets__close-button svg {
  margin-right: 10px;
}

/*  Upsell CSS start */
.upsell_content {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
}

.add-to-cart_cont .upsell-title {
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

.add-to-cart_cont .upsell-price {
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
}

.cart-drawer__collection {
  margin: 0px;
}

.image {
  margin-right: 10px;
  max-width: fit-content;
  width: fit-content;
}

.image img {
  max-width: fit-content;
  width: 100px;
  height: 100px;
}

.add-to-cart_cont {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.product-form__buttons {
  max-width: fit-content;
}

.cart-drawer__collection .add-to-cart_cont .product-form__submit {
  min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  padding: 0 2rem;
}

.cart-drawer__collection {
  display: block !important;
}

cart-drawer:not(.is-empty) .cart-drawer__collection {
  width: 100%;
  overflow-y: scroll;
  flex: 1;
}

.is-empty .cart-drawer__collection {
  display: flex !important;
  flex-direction: column;
  overflow-y: scroll;
  width: 100%;
}

cart-drawer.is-empty .drawer__inner {
  display: flex;
  flex-direction: column;
}

.drawer__footer {
  width: 100%;
}

.upsell_heading {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
}

.cart-drawer__collection::-webkit-scrollbar {
  width: 3px;
}

.cart-drawer__collection::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}

@media (max-width: 479px) {
  .drawer.active .drawer__inner {
    padding: 20px;
  }
  .cart__empty-text {
    margin: 1rem 0 1rem;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 30px;
  }
}
.cart-drawer__collection.cart-upsell-wrap {
  margin: 0;
  background: #ECE2D6;
  padding: 20px 30px !important;
  overflow: unset !important;
  flex-grow: 0 !important;
}
.cart-drawer__collection.cart-upsell-wrap .product-form__submit.button {
  width: auto;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 10px 10px;
  min-height: auto;
}

/* Upsell CSS end */
.product-form__buttons .button:not([disabled]):hover::after, .product-form__buttons .shopify-challenge__button:hover::after, .product-form__buttons .customer button:hover::after, .product-form__buttons .shopify-payment-button__button--unbranded:hover::after {
  box-shadow: none;
}

@media (max-width: 1024px) {
  .menu-drawer__menu-item > svg {
    margin-left: 5px;
  }
}

@media (max-width: 1024px) {
  .menu-drawer__inner-submenu .menu-drawer__close-button > svg {
    margin-right: 5px;
  }
}

header.shopify-section-group-header-group {
  z-index: 20;
}

/* #shopify-section-template--21533915185430__1696961150b8eb72c9{
    background-color: #F4EDE9;
    padding-bottom: 84px;
} */
.inspired__title {
  margin-top: 90px;
}



@media screen and (max-width: 1024px) {
  .inspired__title {
    margin-top: 50px;
  }
  .cart-drawer .upsell_heading, .cart-drawer .cart-upsell-wrap {
    display: none !important;
  }
}
.shopify-policy__container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.shopify-policy__title h1 {
  margin-bottom: 30px;
}

.shopify-policy__body ul li {
  list-style: disc;
  padding: 0 0 0 10px;
  margin: 10px 0 0 0;
}

.page-title {
  font-family: IvyPresto Display;
  font-weight: 300;
}

.contact {
  margin: 0 auto 40px auto;
}

.collection-hero--custom .collection-hero__inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.collection-hero--custom .collection-hero__image-container {
  width: 100%;
}
.footer__disclaimer.contacts{
  display:flex;
  gap:20px;
}
.footer__disclaimer.contacts .wrap{
  display:flex;
}
.footer__disclaimer.contacts .wrap.email{
  gap:5px;
}
.footer__disclaimer.contacts .iconinner {
    height: 30px;
    width: 30px;
}
.footer__disclaimer.contacts.align-left{
  justify-content:start;
}
.footer__disclaimer.contacts.align-center{
  justify-content:center;
}
.footer__disclaimer.contacts.align-right{
  justify-content:end;
}
.contact_border{
  margin-top:-50px;
}
.contact_informationnumber{
  margin-top: -50px;
    padding-bottom: 30px;
}
.contact_informationnumber .h4{
    display: flex;
    align-items: center;
    font-family: IvyPresto Display;
    gap:5px;
  font-size:20px;
}
.contact_informationnumber{
    display: flex;
    flex-direction: column;
}
.contact_informationnumber.align-left{
  align-items:start;
}
.contact_informationnumber.align-center{
  align-items:center;
}
.contact_informationnumber.align-right{
  align-items:end;
}
.contact_informationnumber .h4 div{
   display: flex;
    align-items: center;
}
.contact_informationnumber .h4 svg{
  height:30px;
  width:30px;
}
.contact_informationnumber .h4 .iconinner{
  color: #121212;
}
.drawer__header .drawer__close{
  top: 3px;
    right: 10px;
}
.cart-drawer__empty-content .button{
    background: #734F43;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 3rem;
}

inbox-online-store-chat{
  z-index:9 !important;
}
.custom_textnote{
  color: #000;
  font-weight: 400;
  font-size: ~12px;
  text-align: center;
  background: #f3f3f3;
  padding:12px 10px;
  border:1px solid #ececec;
  margin:10px 0px;
}

@media screen and (max-width: 1025px){
 .footer__disclaimer.contacts.align-center , .footer__disclaimer.contacts.align-right , .footer__disclaimer.contacts.align-left{
  justify-content:center;
} 
}
@media screen and (min-width: 992px) {
  .collection-hero--custom .collection-hero__inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .collection-hero--custom .collection-hero__image-container {
    width: 50%;
    height: 100%;
  }
  .collection-hero--custom .collection-hero__image-container img {
    object-fit: contain;
    object-position: bottom;
    height: 100%;
  }
}
@media(max-width: 1024px){
  .drawer.active .drawer__inner {
    padding: 40px 1.5rem;
  }
}
@media screen and (max-width:480px){
  .product_description_H{
    display:none;
  }
  .box__content .alireviews-review-star-rating {
    margin-bottom: 0px;
}
  .shoping {
    margin-right: 0px;
}
  .shoping .swiper-container {
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
}
  .shoping .box__title {
    line-height: 20px;
    min-height: 40px;
    margin-top: 6px;
    margin-bottom: 6px;
}
  .shoping .alr-wh-star-rating-average-number{
    display:none;
  }
  .shoping .swiper-button-prev ,.shoping .swiper-button-next{
    top:30%;
  }
  .shoping .box__content .icon-wrap{
    display:none;
  }
  .shoping .box__innerwrap {
    padding: 0px 0 5px;
    gap: 2px;
}
  .shoping .swiper-container{
    position:relative;
  }
}
/* shipping policy page */
.shopify-policy__title{
  display:none;
}
.price-plus-include {
  display: flex;
  align-items: center;
  gap: 5px;
}
.product.product--custom .product__tax{
  margin-top:0;
}
.mt-5{
  margin-top: 5px;
}
.display-none{
  display: none;
}
.address_information{
  margin-bottom: 40px;
}
.address-details{
  font-size: 15px;
  line-height: 24px;
}
.media_swiper .btnswipe{
      top: 50%;
    transform: translateY(50%);
}
.custom_movie video{
  width:100%;
}
.template-search .grid__item h3{
    font-family: Termina;
    font-size: 15px;
    line-height: 26px;
}
.template-search .article-card__info{
      font-size: 12px;
    }
.template-search .card__information .article-card-wrapper{
  padding-bottom:0px;
}
.brand--name{
  margin-top:22px;
}

@media(max-width: 575px){
  .collection-hero--custom .collection-hero__title{font-size: 26px;}
}

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

.qty-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty-btn.minus {
  background: #bdbdbd; /* grey */
  color: white;
}

.qty-btn.plus {
  background: #734F43;; /* brown */
  color: white;
}

.qty-input {
  width: 45px;
  text-align: center;
  font-size: 20px;
  border: none;
  background: transparent;
}
.custom-product-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #734F43;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
  gap: 10px;
  border-radius: initial;
}
.custom-proudct-button.hover{
  color:#734F43;
}
.custom-button-content {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.custom-icon {
  flex-shrink: 0;
  fill: #fff;
  width: 24px;
  height: 24px;
}
.sr-headless-checkout{
  background-color:#734F43 !important;
  border-radius:initial !important;

}
.wishlist-button {
  color: #ffffff!important;
  border: none;
  padding-left:10px;
  padding-right:10px;
  cursor: pointer;
  font-weight: 500;
  font-size: 2.5rem;
  min-height: auto;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  border-radius: 0.5rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wishlist-button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
}

.wishlist-button .wishlist-icon-filled {
  fill: #ffffff;
}


.header-country-selector {
  display: flex;
  align-items: center;
}

.header__icons.wishlist-button {
  margin-left: 1rem;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

.localization-form__select {
  min-height: auto;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .wishlist-button {
    font-size: 2.9rem;
    border-radius: 0.2rem;
  }
  
  .wishlist-button svg {
    width: 16px;
    height: 16px;
  }
  
  .header__icons.wishlist-button {
    margin-left: 0.4rem;
  }
  
  .header--mobile-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header__icons {
    display: flex;
    align-items: center;
    height: 100%;
  }
  
  .header__icons--localization {
    display: flex;
    align-items: center;
  }
  
  .desktop-localization-wrapper {
    display: flex;
    align-items: center;
  }
}


  .oteria-wishlist-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgb(243, 229, 223);
    color: #000000;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    padding: 6px 15px;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 100%;
   
  }
  .oteria-wishlist-toggle:hover{
    border-color: #734F43!important;
    background: rgb(243, 229, 223) !important;
}
.oteria-wishlist-toggle:focus{
      outline:none!important;


}
  
  

  
  .oteria-wishlist-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  
  .oteria-wishlist-icon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
  
  .oteria-wishlist-icon svg path {
    fill: none;
    stroke: #000000;
    stroke-width: 1.5px;
    transition: fill 0.3s ease, stroke 0.3s ease;
  }
  
  .oteria-wishlist-active svg path {
    fill: #734f43;
    stroke: #734f43;
  }
  
  .oteria-in-wishlist .oteria-wishlist-icon svg path {
    fill: #734f43;
    stroke: #734f43;
  }
  
  .oteria-wishlist-text {
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
  }
  
  @media screen and (max-width: 749px) {
    .oteria-wishlist-toggle {
      padding: 5px 12px;
    }
    
    .oteria-wishlist-text {
      font-size: 20px;
    }
    
    .oteria-wishlist-icon svg {
      width: 18px;
      height: 18px;
    }
  }
.facets__price .price-slider {
  position: relative;
  width: 100%;
  height: 5px;
  margin: 15px 0;
  background: #f6e9e0;
}

.facets__price .slider-track {
  position: absolute;
  height: 4px;
  border-radius: 3px;
  background: #ccc;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.facets__price input[type=range] {
  position: absolute;
  width: 100%;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
}

.facets__price input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #6b3b2a;
  cursor: pointer;
  -webkit-appearance: none;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
}

.facets__price .price-values {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.facets__price .price-box {
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 6px;
}




/* Css of collection product card */



.collection-product-concern{
  font-size:15px;
}
.collection-product-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.collection-product-card:hover {
  transform: translateY(-5px);
}

.collection-product-image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* Default (desktop) */
.collection-product-image {
  width: 100%;
  
  object-fit: cover;
  transition: transform 0.3s ease;
}


.collection-product-card:hover .collection-product-image {
  transform: scale(1.05);
}

.collection-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 15px;
  z-index: 2;
  text-transform: uppercase;
}

.collection-best-seller-badge {
  background: #f4e1d2;
  color: #7b4d52;
}

/* .collection-reviews-overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.95);
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  color: #333;
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
} */

.collection-rating-number {
  color: #333;
  font-weight: 700;
}

.collection-star {
  color: #ffb400;
  font-size: 12px;
}

.collection-review-separator {
  color: #999;
  margin: 0 2px;
  font-weight: 400;
}

.collection-review-count {
  color: #666;
  font-weight: 500;
}

.collection-product-details {
  padding: 9px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}



.collection-product-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;       /* max 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 55px;
  min-height: 2.8em;           /* reserve space for 2 lines */
  max-height: 2.8em; 
  color: #7b4d52;
}

.collection-product-title:hover {
  color: #7b4d52;
}

.collection-add-to-cart-section {
  margin-top: auto;
}
.product-concern{
 font-size: 13px;
  line-height: 1.3;
  height: calc(1.3em * 3); /* 3 lines high */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;  /* show max 3 lines */
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: break-word;
  hyphens: auto;

}
.collection-add-to-cart-btn {
  background: #B2767E;
  color: white;
  margin:10px 0;
  border: none;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collection-add-to-cart-btn:hover {
  background: #9d646b;
  transform: translateY(-1px);
}

.collection-add-to-cart-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

.collection-product-form {
  margin: 0;
}

.loading-overlay__spinner {
  position: absolute;
  right: 12px;
  width: 16px;
  height: 16px;
}

.loading-overlay__spinner.hidden {
  display: none;
}

.spinner {
  width: 16px;
  height: 16px;
}

.spinner .path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
.collection-product-price {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.collection-price-current {
  font-weight: 700;
  color: #333;
}

.collection-price-compare {
  text-decoration: line-through;
  color: #999;
}



@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@media (max-width: 768px) {
    .collection-product-details {
        padding: 24px !important; 
        gap:10px;
    }
    .alr-wh-comp-review-box-title{
  font-size:24px !important;
  
}
.collection-add-to-cart-btn{
  padding:15px 16px;
}
}

/* end css of collection page .css */




#track123_submit_button {
  background-color: #734F43 !important;
  border-color: #734F43 !important;
  color: #fff !important; 
}
.track123_tab_form_wrapper .track123_tab_bar_color {
  border-color:#734F43 !important;
}
.track123_form_input{
  border-color:#734F43 !important;
}
.chat-toggle {
  background-color: #5b342b !important;
}
/* .customer a, .link{
  font-size:1.6rem !important;
} */
.alr-wh-comp-button alr-wh-comp-filter-buttons-write-review {
  background:#B2767E !important;
}
.alr-wh-comp-review-rating-detail-percent{
    background:#B2767E !important;
}
.alr-wh-comp-button{
   background:#B2767E !important;
}
.alr-wh-comp-review-box-title{
  color:#0B254B !important;
  font-size:40px !important;

}
@media screen and (max-width: 768px) {
  .menu-drawer__menu-item list-menu__item link link--text focus-inset {
    color: #b2767e !important;
  }
}
@media screen and (max-width: 768px) {
variant-radios, variant-selects {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .quantity-s{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }
  .product.product--custom {
  padding: 0 px;
}
}
.section-template--25169511907606__product-grid-padding{
  padding-bottom:0px !important;
}
   .section-template--25169511940374__product-grid-padding{
      padding-bottom:0px !important;
}
.section-template--25169511874838__product-grid-padding {
   padding-bottom:0px !important;
}
.section-template--25169511973142__product-grid-padding {
   padding-bottom:0px !important;
}
@media screen and (min-width: 750px) {
    .section-template--25169511907606__product-grid-padding{
      padding-bottom:0px !important;
    }
    .section-template--25169511940374__product-grid-padding{
      padding-bottom:0px !important;
    }
    .section-template--25169511874838__product-grid-padding {
   padding-bottom:0px !important;
}
.section-template--25169511973142__product-grid-padding {
   padding-bottom:0px !important;
}
    }
 
.header__icon.header__icon--account {
  display: none !important;
}
    .search-modal__content {
  background:#B2767E;
}
.predictive-search__search-for-button{
  background:#B2767E;
}
.predictive-search__item predictive-search__item--term link link--text h5 animate-arrow{
  color:#ffffff !important;
}
#gokwik-buy-now{
  background:#734f43!important;
}
.shopify-payment-button{
  background:#734f43!important;
}
.customer a, .underlined-link{
  color:#5b342b;
}
.gokwik-checkout button {
  background-color: #734f43 !important;
}
/* 🔧 Predictive search dropdown fix */
.predictive-search,
.predictive-search__results,
.predictive-search--search-template {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  width: 100% !important;
  background: #fff !important;
  z-index: 9999 !important;
  border: 1px solid #e5e5e5;
  border-top: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 🔧 Make sure header doesn’t hide dropdown */
.header,
.header__wrapper,
#search,
.header__search,
.template-search__search {
  overflow: visible !important;
  z-index: 9999 !important;
}

/* Optional — adjust spacing */
.template-search__search {
  position: relative !important;
}
@media (max-width: 768px) {
  .media model-viewer,
  .media > :not(.zoom):not(.deferred-media__poster-button) {
    height: 100% !important;
  }
}

.grid:last-child, .rte li:last-child, .rte>:last-child{
      color: #5e6e89!important;
    font-size: 18px !important
}

/* .page-width{
      padding:0 100px !important;
    } */
#insta-feed h2,
.instafeed-shopify h2 {
  font-size: 40px ;
 
}

@media (max-width: 768px) {

#insta-feed h2,
.instafeed-shopify h2 {
  font-size: 26px ;
  margin-bottom: 20px ;
}
   
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
  .shopify-section-header-sticky {
    top: 4%!important;
  }
  .header{
    padding:0 10px !important;
  }
#shopify-section-template--25700817535254__rich_text_ThVfAh h2{

font-size:26px!important;

}

.n99gb-text-center{
  font-size:14px !important;
}
#kp-account33{
  padding:8px;
}
rich-text__text rte {
  font-size:18px !important;
}

@media (max-width: 767px) {
  .rich-text__blocks > .rich-text__text.rte {
    margin-top: 10px !important;
  }
}
