/** Shopify CDN: Minification failed

Line 4379:9 Expected ":"

**/
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  overflow-x: hidden;
  background-color: #f4f2ec;
}
@media (max-width: 991px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
}

h1,
.h1 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 110px;
  margin: 0 0 25px 0;
  color: #000000;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 80px;
  margin: 0 0 25px 0;
  letter-spacing: -0.3px;
  color: #000000;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  h2,
  .h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 65px;
  margin: 0 0 25px 0;
  color: #000000;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  h3,
  .h3 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 30px;
    line-height: 35px;
  }
}

h4,
.h4 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 55px;
  margin: 0 0 25px 0;
  color: #000000;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  h4,
  .h4 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

h5,
.h5 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px 0;
  color: #000000;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

h6,
.h6 {
  font-family: "Bebas Neue", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 15px 0;
  color: #000000;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 18px;
    line-height: 20px;
  }
}

*:focus-visible {
  outline: none;
  outline-offset: unset;
  box-shadow: none;
}

a {
  color: #000000;
}

p,
ul li {
  color: #000000;
}

img {
  border-radius: 15px;
  max-width: 100%;
}

.page-width {
  max-width: 1440px;
}

@media (min-width: 1024px) {
  .template-cart .page-width {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.swiper {
  padding: 0 5px 5px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media (min-width: 1600px) {
  .row {
    margin: 0 -5rem;
  }
}

select {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  background-image: url(https://cdn.shopify.com/s/files/1/0567/2845/3302/files/down.svg?v=1738844189);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.collection-hero__inner {
  justify-content: center;
}

.allBtn {
  color: white;
  text-decoration: none;
  background: #000000;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
  border: 1px solid #000000;
  margin: 20px 0;
  font-weight: 200;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.4s ease-out;
  min-width: 170px;
  text-align: center !important;
  line-height: 23px;
  text-transform: capitalize;
  letter-spacing: normal;
}
.allBtn:hover {
  background: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  .allBtn {
    font-size: 13px;
    padding: 7px 20px;
    min-width: auto;
  }
}
.allBtn.onlyBorder {
  background: transparent;
  color: #000000;
  border: 1px solid #000000;
}
.allBtn.onlyBorder:hover {
  background: #000000;
  color: white;
}

.utility-bar {
  border-bottom: 1px solid #000000;
}
.utility-bar .announcement-bar__message {
  padding: 5px 0;
}

.announcement-bar p {
  margin: 7px 0px;
}

.header-wrapper {
  border-bottom: 1px solid #000000;
  background-color: #f4f2ec;
}
@media (min-width: 1200px) {
  .header-wrapper .header {
    grid-template-columns: unset;
  }
}
@media (max-width: 1440px) {
  .header-wrapper .header {
    padding: 10px 15px !important;
  }
}
.header-wrapper .header:not(.drawer-menu).page-width {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.header-wrapper .header__heading-logo {
  border-radius: 0px;
}
.header-wrapper .disclosure {
  display: none;
}
.header-wrapper .header__inline-menu {
  text-align: center;
}
.header-wrapper .header__inline-menu ul.list-menu li a {
  font-family: "Bebas Neue", serif;
  font-size: 22px;
  color: #000000;
  margin: 0 12px;
}
.header-wrapper .header__icon {
  padding: 0 22px 0 0;
}
@media (max-width: 991px) {
  .header-wrapper .header__icon {
    padding: 0;
  }
}
.header-wrapper .header__icon .svg-wrapper {
  width: 25px;
  height: 25px;
}
.header-wrapper .header__icon .cart-count-bubble {
  top: 5px;
  font-family: "Bebas Neue", serif;
  font-size: 16px;
  color: black;
  background: white;
  width: 20px;
  height: 20px;
  left: 12px;
}

.mainBreadcrumb {
  font-size: 14px;
  margin: 15px 0 25px;
}
.mainBreadcrumb .row > div {
  margin: 0;
}
.mainBreadcrumb .row > div > a {
  font-weight: 600;
}

.mainBanner {
  background-color: #f4f2ec;
  max-height: 868px;
  overflow: hidden;
}
.mainBanner .row {
  align-items: center;
}
.mainBanner .row .rightText {
  width: 45%;
  margin-top: -70px;
}
@media (max-width: 991px) {
  .mainBanner .row .rightText {
    width: 100%;
    margin-top: 60px;
    text-align: center;
  }
}
.mainBanner .row .rightText h1 {
  font-size: 120px;
  line-height: 135px;
  margin: 0 0 35px 0px;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .mainBanner .row .rightText h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .mainBanner .row .rightText h1 {
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 0;
  }
}
.mainBanner .row .leftImage {
  width: 55%;
}
@media (max-width: 991px) {
  .mainBanner .row .leftImage {
    width: 100%;
  }
}
.mainBanner .row .leftImage img {
  margin: 70px 0 0 0;
}
@media (max-width: 991px) {
  .mainBanner .row .leftImage img {
    height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 20px 0 0 0;
  }
}

.awardSlider {
  margin-top: -1px;
}
.awardSlider .awardSliderTitle {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 67px 0;
}
@media (max-width: 991px) {
  .awardSlider .awardSliderTitle {
    padding: 40px 0;
    text-align: center;
  }
}
.awardSlider .awardSliderTitle h3 {
  margin: 0;
}
.awardSlider .awardInnerSlider {
  padding: 35px 0;
  border-bottom: 1px solid black;
  overflow: hidden;
}
.awardSlider .awardInnerSlider .swiper-wrapper {
  transition-timing-function: linear;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  max-height: 45px;
}
.awardSlider .awardInnerSlider .slideBox {
  position: relative;
  width: auto;
  flex-shrink: 0;
  margin: 0 60px;
  max-height: 45px;
}
.awardSlider .awardInnerSlider .slideBox:last-child {
  margin-right: 0;
}
.awardSlider .awardInnerSlider .slideBox h5 {
  margin-bottom: 0;
}
.awardSlider .awardInnerSlider .slideBox::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/dots.svg?v=1737729743");
  width: 40px;
  height: 37px;
  display: block;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translate(0, -20px);
}

.logoSlider {
  padding: 35px 0;
  border-bottom: 1px solid black;
  overflow: hidden;
}
.logoSlider .logoTitle {
  text-align: center;
}
.logoSlider .logoTitle img {
  max-width: 108px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.logoSlider .logoInnerSlider .slideBox {
  text-align: center;
}
.logoSlider .logoInnerSlider .slideBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 140px;
}

.mainTestimonial {
  margin: 52px 0;
}

#shopify-section-template--17812255735850__new_home_banner_Yjwjwr .mainBanner{
  background-color: #fcb55a;
}
@media (max-width: 991px) {
  .mainTestimonial {
    margin: 75px 0;
  }
}
.mainTestimonial .row {
  justify-content: space-between;
  align-items: center;
}
.mainTestimonial .row h2 {
  margin-bottom: 0;
  flex: 0 0 70%;
}
.mainTestimonial .testimonialSlider {
  margin: 60px 0 0 0;
}
@media (max-width: 991px) {
  .mainTestimonial .testimonialSlider {
    padding: 0 15px;
    margin: 35px 0 0;
  }
}
.mainTestimonial .testimonialSlider .testimonialBox {
  padding: 90px 47px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #f4f2ec;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .mainTestimonial .testimonialSlider .testimonialBox {
    padding: 50px 30px;
  }
}
@media (min-width: 1366px) and (max-width: 1439px) {
  .mainTestimonial .testimonialSlider .testimonialBox {
    width: 400px !important;
  }
}
@media (min-width: 1440px) and (max-width: 1598px) {
  .mainTestimonial .testimonialSlider .testimonialBox {
    width: 430px !important;
  }
}
@media (min-width: 1599px) and (max-width: 1920px) {
  .mainTestimonial .testimonialSlider .testimonialBox {
    width: 464px !important;
  }
}
.mainTestimonial
  .testimonialSlider
  .testimonialBox:nth-child(odd) {
  margin-top: 98px;
}
@media (max-width: 991px) {
  .mainTestimonial
    .testimonialSlider
    .testimonialBox:nth-child(odd) {
    margin-top: 0;
  }
}
.mainTestimonial
  .testimonialSlider
  .testimonialBox
  span.person-name::before {
  content: "-";
  margin: 0 5px 0 0;
}
.mainTestimonial .testimonialSlider .testimonialBox img {
  -o-object-fit: cover;
  object-fit: cover;
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox {
  margin-top: 0 !important;
  padding: 0;
  border: none;
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  img {
  border-radius: 20px 20px 0 0;
  height: 287px;
}
@media (max-width: 991px) {
  .mainTestimonial
    .testimonialSlider.articlesSlider
    .testimonialBox
    img {
    height: 220px;
  }
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  .blogTitle {
  color: #fff;
  background: #000;
  padding: 7px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin: -10px 0 0 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mainTestimonial
    .testimonialSlider.articlesSlider
    .testimonialBox
    .blogTitle {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  a {
  height: 100%;
  display: flex;
  justify-content: center;
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  a.lastLink {
  padding: 55px 45px 47px;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 15px 15px;
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  a.lastLink
  h5 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .mainTestimonial
    .testimonialSlider.articlesSlider
    .testimonialBox
    a.lastLink {
    padding: 40px 35px 30px;
  }
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  a.imgLink {
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 97%, 50% 100%, 0% 97%, 0 0);
  clip-path: polygon(100% 0%, 100% 0, 100% 97%, 50% 100%, 0% 97%, 0 0);
  margin: 0 0 -10px 0;
}
.mainTestimonial
  .testimonialSlider.articlesSlider
  .testimonialBox
  > div {
  position: relative;
}

.customNav {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .customNav {
    width: 75px;
  }
}
.customNav .navBtn {
  background-color: black;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (max-width: 991px) {
  .customNav .navBtn {
    width: 30px;
    height: 30px;
  }
}
.customNav .navBtn.custom-prev {
  transform: rotate(90deg);
}
.customNav .navBtn.custom-prev svg {
  margin: 0 0 -3px 0px;
}
.customNav .navBtn.custom-next {
  transform: rotate(270deg);
}
.customNav .navBtn.custom-next svg {
  margin: 0 0 -3px 0px;
}

.innerBanner {
  background-color: #f4f2ec;
  text-align: center;
  padding: 45px 0 !important;
  min-height: 205px;
  border-bottom: 1px solid black;
}
@media (max-width: 991px) {
  .innerBanner {
    min-height: auto;
  }
}
@media (min-width: 1025px) {
  .innerBanner .page-width {
    padding: 0;
  }
}
.innerBanner .title-wrapper-with-link {
  margin: 0 !important;
  justify-content: space-between;
  align-items: center;
}
/* .innerBanner .collection-hero__description {
  display: none !important;
} */
.innerBanner h1 {
  margin: 0;
}
.innerBanner .row {
  justify-content: center;
}

.mainFilter {
  margin-top: 35px;
}
.mainFilter .row {
  background-color: #f4f2ec;
  padding: 40px;
  border: 1px solid #000;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .mainFilter .row {
    row-gap: 20px;
  }
}
.mainFilter .row .filterTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .mainFilter .row .filterTitle {
    display: block;
    text-align: center;
  }
}
.mainFilter .row .filterTitle h5 {
  margin-bottom: 0;
}
.mainFilter .row .filterBox {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
.mainFilter .row .filterBox > div {
  width: 28%;
}
@media (max-width: 767px) {
  .mainFilter .row .filterBox > div {
    width: 100%;
    flex: 0 0 100%;
  }
}

.mainArticlesListing {
  margin: 50px 0;
}
.mainArticlesListing .row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 25px;
  column-gap: 25px;
  row-gap: 80px;
}
@media (max-width: 767px) {
  .mainArticlesListing .row {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.mainArticlesListing .articleBox {
  padding: 0;
  border: none;
  text-align: center;
  border-radius: 20px;
  background-color: #f4f2ec;
  box-sizing: border-box;
}
.mainArticlesListing .articleBox span::before {
  content: "-";
  margin: 0 5px 0 0;
}
.mainArticlesListing .articleBox img {
  border-radius: 20px 20px 0 0;
  height: 287px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .mainArticlesListing .articleBox img {
    height: 220px;
  }
}
.mainArticlesListing .articleBox .blogTitle {
  color: #fff;
  background: #000;
  padding: 7px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin: -10px 0 0 0;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .mainArticlesListing .articleBox .blogTitle {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.mainArticlesListing .articleBox a {
  display: flex;
}
.mainArticlesListing .articleBox a.lastLink {
  padding: 55px 45px 47px;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #000;
  border-top: none;
  border-radius: 0 0 15px 15px;
  justify-content: center;
}
.mainArticlesListing .articleBox a.lastLink h5 {
  margin-bottom: 0;
}
.mainArticlesListing .articleBox a.imgLink {
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0%, 100% 0, 100% 97%, 50% 100%, 0% 97%, 0 0);
  clip-path: polygon(100% 0%, 100% 0, 100% 97%, 50% 100%, 0% 97%, 0 0);
  margin: 0 0 -10px 0;
}
.mainArticlesListing .articleBox > div {
  position: relative;
}
.mainArticlesListing .loadMoreBtn {
  text-align: center;
  margin: 80px 0;
}

@media (max-width: 991px) {
  .template-product .mainArticles {
    padding: 0;
  }
}

.mainBenefits {
  padding: 150px 0;
  height: 1105px;
  position: relative;
  border-top: 1px solid black;
}
@media (max-width: 1440px) {
  .mainBenefits {
    height: 1170px;
  }
}
@media (max-width: 1150px) {
  .mainBenefits {
    height: 1230px;
  }
}
@media (max-width: 991px) {
  .mainBenefits {
    padding: 125px 0 140px;
    height: auto;
  }
}
.mainBenefits::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/curve_2.svg?v=1739454227");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: bottom;
  background-size: cover;
  z-index: -1;
  background-repeat: no-repeat;
}
.mainBenefits .bgTitle {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 500px;
  margin: 0;
}
@media (max-width: 991px) {
  .mainBenefits .bgTitle {
    position: relative;
    top: auto;
  }
}
.mainBenefits .bgTitle::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/title-center.svg?v=1737985676");
  width: 655px;
  height: 543px;
  position: absolute;
  top: -155px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .mainBenefits .bgTitle::before {
    top: -60px;
    left: 50%;
    transform: translate(-50%, 0);
    background-size: 315px;
  }
}
.mainBenefits .bgTitle h2 {
  position: relative;
}
@media (max-width: 991px) {
  .mainBenefits .bgTitle h2 {
    font-size: 45px;
    line-height: 45px;
    text-align: left;
  }
}
.mainBenefits .topBenefits {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 991px) {
  .mainBenefits .topBenefits {
    margin: 25px 0 0 0;
  }
}
.mainBenefits .topBenefits .benefitsBox {
  width: 390px;
  padding: 0 0 0 75px;
  position: relative;
}
@media (max-width: 1300px) {
  .mainBenefits .topBenefits .benefitsBox {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .mainBenefits .topBenefits .benefitsBox {
    width: 100%;
    top: auto !important;
    left: auto !important;
    padding: 0 0 20px 50px;
  }
}
@media (max-width: 991px) {
  .mainBenefits .topBenefits .benefitsBox h5 {
    font-size: 25px;
  }
}
.mainBenefits .topBenefits .benefitsBox h5::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/tick.svg?v=1737982818");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  .mainBenefits .topBenefits .benefitsBox h5::before {
    width: 33px;
    height: 33px;
  }
}
.mainBenefits .topBenefits .benefitsBox:nth-of-type(1) {
  top: 98px;
  left: 5px;
}
.mainBenefits .topBenefits .benefitsBox:nth-of-type(2) {
  top: -3px;
  left: 17px;
}
.mainBenefits .topBenefits .benefitsBox:nth-of-type(3) {
  top: 183px;
  left: -13px;
}
.mainBenefits .topBenefits .benefitsBox:nth-of-type(4) {
  left: 168px;
  top: 430px;
}
.mainBenefits .topBenefits .benefitsBox:nth-of-type(5) {
  top: 480px;
  left: -20px;
}

.mainMoment {
  padding: 135px 0 260px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid black;
}
@media (max-width: 991px) {
  .mainMoment {
    padding: 75px 0 180px;
  }
}
.mainMoment::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/curve_2.svg?v=1739454227");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: bottom;
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .mainMoment::after {
    background-size: cover;
  }
}
.mainMoment h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .mainMoment h2 {
    padding: 0 35px;
  }
}
.mainMoment .subMoment {
  margin: 60px 0 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .mainMoment .subMoment {
    margin: 0px;
  }
}
.mainMoment .subMoment .row {
  justify-content: space-between;
}
.mainMoment .subMoment .row .tab-content .tab-pane {
  display: none;
}
.mainMoment .subMoment .row .tab-content .tab-pane.active {
  display: block;
}
.mainMoment .subMoment .row .momentLeft {
  width: 41%;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentLeft {
    width: 100%;
  }
}
.mainMoment .subMoment .row .momentLeft .tab-pane img {
  width: 100%;
}
.mainMoment .subMoment .row .momentRight {
  width: 49%;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight {
    width: 100%;
    margin-top: 30px;
  }
}
.mainMoment .subMoment .row .momentRight .tab-navigation ul {
  padding: 0;
  margin: 13px 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .tab-navigation ul {
    justify-content: space-around;
  }
}
.mainMoment .subMoment .row .momentRight .tab-navigation ul li {
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Bebas Neue", serif;
  position: relative;
  cursor: pointer;
  width: 21%;
  text-align: center;
}
.mainMoment .subMoment .row .momentRight .tab-navigation ul li span {
  position: relative;
}
.mainMoment
  .subMoment
  .row
  .momentRight
  .tab-navigation
  ul
  li:hover
  span::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -15px;
  background: #000;
  left: 0;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .tab-navigation ul li {
    font-size: 25px;
  }
}
.mainMoment
  .subMoment
  .row
  .momentRight
  .tab-navigation
  ul
  li.active
  span::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -15px;
  background: #000;
  left: 0;
}
.mainMoment .subMoment .row .momentRight .allIcons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px 0 30px 0;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .allIcons {
    margin: 45px 0 30px;
  }
}
.mainMoment .subMoment .row .momentRight .allIcons .iconBox {
  width: 21%;
  text-align: center;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .allIcons .iconBox {
    width: 30%;
  }
}
.mainMoment .subMoment .row .momentRight .allIcons .iconBox img {
  width: 100%;
  margin: 0 0 10px 0;
  max-width: 140px;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .allIcons .iconBox img {
    width: 50%;
  }
}
.mainMoment .subMoment .row .momentRight .allBtn {
  margin: 30px 0 0 0;
}
@media (max-width: 991px) {
  .mainMoment .subMoment .row .momentRight .allBtn {
    margin: 15px 0 0 0;
  }
}

.mainProducts {
  padding: 130px 0 117px;
}
@media (max-width: 991px) {
  .mainProducts {
    padding: 0 0 75px;
  }
}
.mainProducts .grid-section h2 {
  text-align: center;
  margin: 0;
}
.mainProducts .grid-section .grid-container {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  justify-items: center;
}
@media (max-width: 991px) {
  .mainProducts .grid-section .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mainProducts .grid-section .product-image {
  max-width: 100%;
  height: 500px;
  margin-bottom: 35px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 991px) {
  .mainProducts .grid-section .product-image {
    height: 315px;
  }
}
.mainProducts .grid-section .grid-item {
  text-align: center;
}
@media (max-width: 991px) {
  .mainProducts .grid-section .grid-item {
    margin: 0 0 30px 0;
  }
}
.mainProducts .grid-section .grid-item h4 {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .mainProducts .grid-section .grid-item h4 {
    margin: 0 0 15px 0;
  }
}
.mainProducts .grid-section .grid-item .box a {
  text-decoration: none;
}
.mainProducts .grid-section .grid-item .allBtn {
  margin: 10px 0 0 0;
}
@media (max-width: 991px) {
  .mainProducts .grid-section .grid-item p {
    margin: 0 0 15px 0;
  }
}

.customImgWithText {
  padding: 0 !important;
  background: transparent;
  margin: 0px 0 0 0;
}
/*
@media (min-width: 2000px) {
  .customImgWithText {
    margin-top: -100px;
  }
}
@media (min-width: 2500px) {
  .customImgWithText {
    margin-top: -110px;
  }
}
@media (min-width: 3500px) {
  .customImgWithText {
    margin-top: -170px;
  }
}*/
@media (max-width: 991px) {
 /* .customImgWithText {
    margin: -100px 0 0;
  }*/

  .image-with-text__media.image-with-text__media--adapt.global-media-settings.background-transparent.media {
    padding: 0 !important;
  }
}
/*.customImgWithText .page-width {
  max-width: 1920px;
  padding: 0;
}*/
.customImgWithText .page-width .image-with-text__media {
  height: 940px;
}

@media screen and (max-width: 1440px) {
  .customImgWithText .page-width .image-with-text__media {
    height: 730px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1290px) {
  .customImgWithText .image-with-text__content {
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .customImgWithText .page-width .image-with-text__media {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .customImgWithText .page-width .image-with-text__media {
    height: auto;
  }
  .customImgWithText .page-width .image-with-text__media img {
    position: unset;
  }
}
.customImgWithText .page-width .image-with-text__content {
  justify-content: center;
  width: 780px;
  float: right;
  max-width: 100%;
}
@media (max-width: 991px) {
  .customImgWithText .page-width .image-with-text__content {
    max-width: 100%;
  }
}
.customImgWithText .page-width .image-with-text__content h2 {
  font-size: 80px;
  margin: 20px 0 15px 0;
}
@media (max-width: 991px) {
  .customImgWithText .page-width .image-with-text__content h2 {
    font-size: 35px;
    margin: 0;
  }
}
.customImgWithText .page-width .image-with-text__content p {
  margin: 0 30px 0 0;
}
@media (max-width: 991px) {
  .customImgWithText .page-width .image-with-text__content p {
    margin: 0;
  }
}
.customImgWithText .page-width .image-with-text__content ul {
  margin: 25px 0 30px 0;
  padding: 0;
}

.template-product .mainHalfBox::before {
  content: "";
  background-color: #000;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mainHalfBox {
  padding: 100px 0 215px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .mainHalfBox {
    padding: 75px 0 215px;
  }
}
@media (max-width: 767px) {
  .mainHalfBox {
    padding: 75px 0 135px;
  }
}
.mainHalfBox::after {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/curve_2.svg?v=1739454227");
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: bottom;
  background-size: 105% 100%;
  z-index: 1;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .mainHalfBox::after {
    background-size: cover;
  }
}
.mainHalfBox .page-width {
  position: relative;
  z-index: 9;
}
.mainHalfBox .image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 991px) {
  .mainHalfBox .image-grid {
    gap: 40px;
  }
}
.mainHalfBox .image-grid img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0 0 15px 0;
}
.mainHalfBox .image-grid .left-section {
  width: 48%;
}
@media (max-width: 991px) {
  .mainHalfBox .image-grid .left-section {
    width: 100%;
  }
}
.mainHalfBox .image-grid .right-section {
  width: 48%;
}
@media (max-width: 991px) {
  .mainHalfBox .image-grid .right-section {
    width: 100%;
  }
}
.mainHalfBox .image-grid .halfBoxBtn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainHalfBox .image-grid .halfBoxBtn h4 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 991px) {
  .mainHalfBox .image-grid .halfBoxBtn h4 {
    font-size: 25px;
  }
}
.mainHalfBox .image-grid .halfBoxBtn .allBtn {
  margin: 0;
}

.pageFaq {
  margin-top: 0px !important;
  background-color: #fff;
}

.template-index .pageFaq {
  background-color: transparent;
}

.faqMain {
  margin-bottom: 100px;
  margin-top: 50px;
}
@media (max-width: 1440px) {
  .faqMain {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.faqMain .page-width {
  background-color: #f4f2ec;
  padding: 10px 40px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .faqMain .page-width {
    padding: 10px 20px;
  }
}
.faqMain .page-width .content-container,
.faqMain .page-width .content-container--full-width {
  background-color: transparent !important;
}
.faqMain .page-width .content-container .collapsible-content-wrapper-narrow,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow {
  max-width: 100%;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .collapsible-content__heading,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .collapsible-content__heading {
  line-height: normal;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .faqTitle,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .faqTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .faqTitle
  h2,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .faqTitle
  h2 {
  margin-bottom: 0;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .faqTitle
  a,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .faqTitle
  a {
  color: #000;
  text-transform: capitalize;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid {
  margin: 30px 0 0 0;
  border-top: 1px solid #000;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion {
  border-top: none;
  border-bottom: 1px solid #000;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  summary,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  summary {
  background: transparent !important;
  padding-bottom: 23px;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  summary
  .icon-caret,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  summary
  .icon-caret {
  background-color: #000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 10px;
  right: 0;
  top: 35px;
}
@media (max-width: 991px) {
  .faqMain
    .page-width
    .content-container
    .collapsible-content-wrapper-narrow
    .grid
    .grid__item
    .accordion
    summary
    .icon-caret,
  .faqMain
    .page-width
    .content-container--full-width
    .collapsible-content-wrapper-narrow
    .grid
    .grid__item
    .accordion
    summary
    .icon-caret {
    width: 30px;
    height: 30px;
  }
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  .accordion__content,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  .accordion__content {
  padding-bottom: 30px;
}
.faqMain
  .page-width
  .content-container
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  h3,
.faqMain
  .page-width
  .content-container--full-width
  .collapsible-content-wrapper-narrow
  .grid
  .grid__item
  .accordion
  h3 {
  font-size: 30px;
  font-family: "Bebas Neue", serif;
  padding: 25px 0 7px;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .faqMain
    .page-width
    .content-container
    .collapsible-content-wrapper-narrow
    .grid
    .grid__item
    .accordion
    h3,
  .faqMain
    .page-width
    .content-container--full-width
    .collapsible-content-wrapper-narrow
    .grid
    .grid__item
    .accordion
    h3 {
    font-size: 25px;
    padding: 20px 0 7px;
  }
}

.footer {
  background-color: #f4f2ec;
  padding: 80px 0 !important;
  padding-bottom: 0 !important;
}
.footer .page-width {
  padding: 0;
}
@media (max-width: 1440px) {
  .footer .page-width {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.footer .page-width .footer-block-image {
  flex-direction: column;
}
@media (max-width: 991px) {
  .footer .page-width .footer-block-image {
    align-items: center;
    margin-bottom: 4rem;
  }
}
.footer .page-width .footer-block-image img {
  border-radius: 0px;
}
.footer .page-width .list-social {
  justify-content: left;
}
@media (max-width: 991px) {
  .footer .page-width .list-social {
    margin-bottom: 0 !important;
    gap: 15px;
  }
}
.footer .page-width .list-social li .svg-wrapper {
  width: 25px;
  height: 25px;
}
.footer .page-width .list-social li .svg-wrapper svg {
  width: 100%;
  height: 100%;
}
.footer .page-width .footer__blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .footer .page-width .footer__blocks-wrapper {
    justify-content: space-between;
  }
}
.footer .page-width .footer__blocks-wrapper .footer-block h2 {
  line-height: 25px;
  font-size: 30px;
  margin: 0 0 35px 0;
  text-align: left;
}
@media (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block h2 {
    text-align: center;
    margin: 0 0 15px 0;
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block ul {
    margin-bottom: 4rem;
    text-align: center;
  }
}
.footer .page-width .footer__blocks-wrapper .footer-block ul li a {
  font-size: 15px;
  text-transform: capitalize;
  margin: 0 0 3px 0;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block ul li a {
    justify-content: center;
    font-size: 14px;
    padding: 0;
  }
}
.footer .page-width .footer__blocks-wrapper .footer-block ul li a:first-child {
  padding-left: 0;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .footer .page-width .footer__blocks-wrapper .footer-block {
    flex: 0 0 18% !important;
    max-width: 18%;
  }
}
@media (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block {
    flex: 0 0 25% !important;
    max-width: 25%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .footer .page-width .footer__blocks-wrapper .footer-block {
    flex: 0 0 100% !important;
    max-width: 100%;
    margin: 0;
  }
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(1) {
  flex: 0 0 17.2%;
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(2) {
  flex: 0 0 13.2%;
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(3) {
  flex: 0 0 25%;
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(3) ul {
  -moz-column-count: 2;
  column-count: 2;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(3) ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(3) ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(4) {
  flex: 0 0 20.3%;
}
.footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(5) {
  flex: 0 0 24%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .page-width .footer__blocks-wrapper .footer-block:nth-of-type(5) {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 768px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    .footer-block__newsletter {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    .footer-block__newsletter
    .toggle-icon {
    display: none;
  }
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 991px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper {
    gap: 15px;
    justify-content: center;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper {
    gap: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper
    .field {
    width: 100% !important;
  }
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field:nth-of-type(1) {
  width: 46%;
}
@media (max-width: 991px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper
    .field:nth-of-type(1) {
    width: 47.5%;
  }
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field:nth-of-type(2) {
  width: 46%;
}
@media (max-width: 991px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper
    .field:nth-of-type(2) {
    width: 47.5%;
  }
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field:nth-of-type(3) {
  width: 100%;
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field:nth-of-type(4) {
  width: 100%;
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field
  input {
  border: none;
  background: white;
  border-radius: 5px;
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .field::after {
  display: none;
}
.footer
  .page-width
  .footer__blocks-wrapper
  .footer-block
  form
  .newsletter-form__field-wrapper
  .allBtn {
  margin: 0;
  cursor: pointer;
  min-width: auto;
  line-height: 23px;
}
@media (max-width: 991px) {
  .footer
    .page-width
    .footer__blocks-wrapper
    .footer-block
    form
    .newsletter-form__field-wrapper
    .allBtn {
    padding: 7px 25px;
  }
}
.footer .page-width .footer__blocks-wrapper + .footer-block--newsletter {
  display: none !important;
}
.footer .footer__content-bottom {
  border: none;
  padding-top: 113px;
}
@media (max-width: 991px) {
  .footer .footer__content-bottom {
    padding-top: 25px;
  }
}
.footer .footer__content-bottom .footer__content-bottom-wrapper:nth-of-type(1) {
  display: none !important;
}
.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright {
  font-size: 15px;
  letter-spacing: 0;
  width: 25%;
}
.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright:last-child {
  text-align: right;
}
@media (max-width: 991px) {
  .footer
    .footer__content-bottom
    .footer__content-bottom-wrapper
    .footer__copyright {
    width: 100%;
    text-align: center !important;
  }
}
.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright
  small {
  font-size: 15px;
  letter-spacing: 0;
}
.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__copyright:nth-of-type(1) {
  text-align: left !important;
}
@media (max-width: 991px) {
  .footer
    .footer__content-bottom
    .footer__content-bottom-wrapper
    .footer__copyright:nth-of-type(1) {
    width: 100%;
    text-align: center !important;
  }
}
.footer
  .footer__content-bottom
  .footer__content-bottom-wrapper
  .footer__column--info {
  align-items: center !important;
  background: white;
  width: auto;
  margin: 0 auto;
  border: 1px solid black;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  padding: 0 25px 40px 25px;
}
@media (max-width: 991px) {
  .footer
    .footer__content-bottom
    .footer__content-bottom-wrapper
    .footer__column--info {
    border-bottom: 1px solid black;
    padding: 5px 0 15px;
    width: 90%;
  }
}
@media (max-width: 991px) {
  .footer
    .footer__content-bottom
    .footer__content-bottom-wrapper
    .footer__column--info
    .list-payment {
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .field__label,
  .customer .field label {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  product-info .page-width {
    padding: 0px;
  }
}
@media (min-width: 1440px) {
  product-info .page-width .product__media-wrapper {
    max-width: 50% !important;
  }
  product-info .page-width .product__info-wrapper {
    max-width: 50% !important;
    margin: 30px 0 0 0;
  }
}
product-info .page-width .product__info-container > .product__text {
  display: none;
}
product-info .page-width .product__info-container .product__title h1 {
  font-size: 50px;
  line-height: 50px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  product-info .page-width .product__info-container .product__title h1 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px;
    margin-top: 20px;
  }
}
product-info .page-width .product__info-container .product__title h1::after {
  content: "";
  background: black;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -28px;
}
product-info .page-width .product__info-container .product__description {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
}
product-info .page-width .product__info-container .product__description h2 {
  font-size: 30px;
  line-height: 35px;
}
product-info .page-width .product__info-container .product-form {
  position: relative;
}
product-info
  .page-width
  .product__info-container
  .product-form
  .product-form__buttons
  .allBtn {
  margin: 0;
  position: absolute;
  top: -75px;
  width: calc(100% - 150px);
  right: 0px;
  padding: 12px 0;
}
product-info
  .page-width
  .product__info-container
  .product-form
  .product-form__buttons
  .allBtn::after {
  display: none;
}
product-info
  .page-width
  .product__info-container
  .product-form__quantity
  .quantity__label {
  display: none;
}
product-info
  .page-width
  .product__info-container
  .product-form__quantity
  .quantity::after {
  border-radius: 30px;
}
product-info .page-width .product__info-container .price {
  font-size: 50px;
  font-family: "Bebas Neue", serif;
}
@media (max-width: 991px) {
  product-info .page-width .product__info-container .price {
    font-size: 35px;
  }
}
product-info
  .page-width
  .product__info-container
  .price.price--on-sale
  .price__badge-sale {
  display: none;
}
product-info
  .page-width
  .product__info-container
  .price.price--on-sale
  .price-item--regular {
  font-size: 30px;
}
@media (max-width: 991px) {
  product-info
    .page-width
    .product__info-container
    .price.price--on-sale
    .price-item--regular {
    font-size: 20px;
  }
}

.template-index-- main > section:nth-last-of-type(1) .page-width,
.template-blog main > section:nth-last-of-type(1) .page-width,
.template-collection main > section:nth-last-of-type(1) .page-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.template-index-- main > section:nth-last-of-type(1) .page-width #insta-feed h2,
.template-blog main > section:nth-last-of-type(1) .page-width #insta-feed h2,
.template-collection
  main
  > section:nth-last-of-type(1)
  .page-width
  #insta-feed
  h2 {
  background: #f4f2ec;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  width: auto;
  transform: translate(-50%);
  font-size: 20px;
  line-height: 30px;
  color: black;
  border: 1px solid black;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 7px 30px 7px 55px;
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/insta.svg?v=1745388189");
  background-repeat: no-repeat;
  background-position: left 26px center;
  margin: 0;
}
@media (max-width: 767px) {
  .template-index--
    main
    > section:nth-last-of-type(1)
    .page-width
    #insta-feed
    h2,
  .template-blog main > section:nth-last-of-type(1) .page-width #insta-feed h2,
  .template-collection
    main
    > section:nth-last-of-type(1)
    .page-width
    #insta-feed
    h2 {
    font-size: 17px;
    line-height: 25px;
    padding: 4px 20px 4px 45px;
    background-position: left 15px center;
  }
}
.template-index-- main > section:nth-last-of-type(1) .page-width #insta-feed a,
.template-blog main > section:nth-last-of-type(1) .page-width #insta-feed a,
.template-collection
  main
  > section:nth-last-of-type(1)
  .page-width
  #insta-feed
  a {
  color: black;
}
.template-index--
  main
  > section:nth-last-of-type(1)
  .page-width
  .instafeed-new-layout-container,
.template-blog
  main
  > section:nth-last-of-type(1)
  .page-width
  .instafeed-new-layout-container,
.template-collection
  main
  > section:nth-last-of-type(1)
  .page-width
  .instafeed-new-layout-container {
  border-bottom: 1px solid black;
}

main + section:nth-last-of-type(1) .page-width {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
main + section:nth-last-of-type(1) .page-width #insta-feed h2 {
  background: #f4f2ec;
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 50%;
  width: auto;
  transform: translate(-50%);
  font-size: 20px;
  line-height: 30px;
  color: black;
  border: 1px solid black;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  padding: 7px 30px 7px 55px;
  background-image: url(/cdn/shop/files/insta.png?v=1738847221);
  background-repeat: no-repeat;
  background-position: left 25px center;
  margin: 0;
}
@media (max-width: 767px) {
  main + section:nth-last-of-type(1) .page-width #insta-feed h2 {
    font-size: 17px;
    line-height: 25px;
    padding: 4px 20px 4px 45px;
    background-position: left 15px center;
  }
}
main + section:nth-last-of-type(1) .page-width #insta-feed h2 a {
  color: black;
}
main + section:nth-last-of-type(1) .page-width .instafeed-new-layout-container {
  border-bottom: 1px solid black;
}

@media (min-width: 1600px) {
  .product-grid-container .collection {
    padding: 0 5px;
  }
}
.product-grid-container .collection .product-grid {
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 70px;
}
@media (max-width: 991px) {
  .product-grid-container .collection .product-grid {
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 40px;
  }
}
.product-grid-container .collection .product-grid .grid__item {
  width: 31%;
  max-width: 33%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .product-grid-container .collection .product-grid .grid__item {
    width: 31%;
    max-width: 31%;
  }
}
@media (max-width: 991px) {
  .product-grid-container .collection .product-grid .grid__item {
    width: 48%;
    max-width: 48%;
  }
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__inner {
  max-height: 365px;
  background: transparent;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__inner
  .card__media {
  background: #f4f2ec;
  border-radius: 20px;
  border: 1px solid black;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__inner
  .card__media
  img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 35px;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__information {
  text-align: center;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .product-grid-container
    .collection
    .product-grid
    .grid__item
    .card
    .card__information {
    padding: 20px 0 12px;
  }
}
@media (min-width: 991px) {
  .product-grid-container
    .collection
    .product-grid
    .grid__item
    .card
    .card__information
    h3 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__information
  h3
  a {
  text-decoration: none !important;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .card__information
  .card-information {
  text-align: center;
}
@media (min-width: 991px) {
  .product-grid-container
    .collection
    .product-grid
    .grid__item
    .card
    .card__information
    .card-information
    .price {
    font-size: 30px;
    font-family: "Bebas Neue", serif;
  }
  .product-grid-container
    .collection
    .product-grid
    .grid__item
    .card
    .card__information
    .card-information
    .price.price--on-sale
    .price-item--regular {
    font-size: 20px;
  }
}
.product-grid-container .collection .product-grid .grid__item .card .quick-add {
  text-align: center;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .quick-add
  .allBtn {
  margin: 0 auto;
}
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .quick-add
  .allBtn::after,
.product-grid-container
  .collection
  .product-grid
  .grid__item
  .card
  .quick-add
  .allBtn::before {
  display: none;
}

.shopFilter {
  padding: 0;
  margin: 15px 0 50px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.shopFilter li a {
  min-width: 160px;
  text-align: center;
  margin: 0;
}
.shopFilter li.active a {
  background: black;
  color: white;
}

.template-collection .isolate , .template-page-shop .isolate {
  position: relative;
  background-color: #f4f2ec;
}
.template-collection .isolate h2 , .template-page-shop .isolate h2 {
  font-size: 50px;
  line-height: 55px;
}

.template-collection .isolate h3 , .template-page-shop .isolate h3 {
  font-size: 45px;
  line-height: 50px;
}

.template-collection .isolate h4 , .template-page-shop .isolate h4 {
  font-size: 40px;
  line-height: 45px;
}
@media (max-width: 991px) {

  .template-collection .isolate h2 , .template-page-shop .isolate h2 {
    font-size: 35px;
    line-height: 40px;
}

.template-collection .isolate h3 , .template-page-shop .isolate h3 {
  font-size: 30px;
  line-height: 35px;
}

.template-collection .isolate h4 , .template-page-shop .isolate h4 {
  font-size: 25px;
  line-height: 30px;
}
}
@media (max-width: 991px) {
  .template-collection .isolate h2 , .template-page-shop .isolate h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.template-collection .isolate::before , .template-page-shop .isolate::before {
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/wave.svg?v=1745387233");
  width: 100%;
  height: 156px;
  background-color: #fff;
  position: absolute;
  top: 0;
  background-position: top;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 3800px) {
  .template-collection .isolate:before , .template-page-shop .isolate:before {
    height: 210px;
  }
}
.template-collection .isolate .rich-text , .template-page-shop .isolate .rich-text {
  background: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 3800px) {
  .template-collection .isolate .rich-text , .template-page-shop .isolate .rich-text {
    padding-top: 250px;
  }
}
@media (max-width: 991px) {
  .template-collection .isolate .rich-text , .template-page-shop .isolate .rich-text {
    padding: 10px;
  }
}
.template-collection .isolate .rich-text .rich-text__blocks , .template-page-shop .isolate .rich-text .rich-text__blocks {
  max-width: 1320px;
}
.template-collection
  .isolate
  .rich-text
  .rich-text__blocks
  .rich-text__heading ,
  .template-page-shop
  .isolate
  .rich-text
  .rich-text__blocks
  .rich-text__heading  {
  margin-bottom: 45px;
}
.template-collection .awardInnerSlider {
  background-color: #f4f2ec;
  border-top: 1px solid black;
}

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

.mainRecentlyViewed {
  margin: 100px 0;
}
@media (max-width: 991px) {
  .mainRecentlyViewed {
    margin: 70px 0;
  }
}
@media (min-width: 1600px) {
  .mainRecentlyViewed .page-width {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .mainRecentlyViewed .page-width {
    padding: 0 5px;
  }
}
.mainRecentlyViewed .page-width .row {
  margin: 0 5px;
  align-items: center;
  justify-content: space-between;
}
.mainRecentlyViewed .page-width .row h2 {
  margin: 0;
}
.mainRecentlyViewed #recentlyViewedSlider,
.mainRecentlyViewed .swiper {
  margin: 60px 0 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .mainRecentlyViewed #recentlyViewedSlider,
  .mainRecentlyViewed .swiper {
    margin: 40px auto 0;
    width: 100%;
  }
}
.mainRecentlyViewed #recentlyViewedSlider .swiper-slide,
.mainRecentlyViewed .swiper .swiper-slide {
  background: #f4f2ec;
  border-radius: 20px;
  border: 1px solid black;
}
@media (max-width: 991px) {
  .mainRecentlyViewed #recentlyViewedSlider .swiper-slide,
  .mainRecentlyViewed .swiper .swiper-slide {
    margin: 0 0 0 -1px;
  }
}
@media (min-width: 1024px) {
  .mainRecentlyViewed #recentlyViewedSlider .swiper-slide,
  .mainRecentlyViewed .swiper .swiper-slide {
    max-width: 460px;
    min-height: 355px;
    text-align: center;
  }
}
.mainRecentlyViewed #recentlyViewedSlider .swiper-slide img,
.mainRecentlyViewed .swiper .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 353px;
  padding: 30px;
  box-sizing: border-box;
}

.mainCocktailDetail .row {
  justify-content: space-between;
}
.mainCocktailDetail .row .cocktailImage {
  width: 50%;
}
@media (max-width: 991px) {
  .mainCocktailDetail .row .cocktailImage {
    width: 100%;
  }
}
.mainCocktailDetail .row .cocktailText {
  width: 45%;
  margin: 15px 0 0 0;
}
@media (max-width: 991px) {
  .mainCocktailDetail .row .cocktailText {
    width: 100%;
  }
}
.mainCocktailDetail .row .cocktailText .backBtn {
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 991px) {
  .mainCocktailDetail .row .cocktailText .backBtn {
    margin: 15px 0 30px 0;
  }
}
.mainCocktailDetail .row .cocktailText ul {
  padding: 0 0 0 15px;
  margin-bottom: 50px;
}
.mainCocktailDetail .row .cocktailText p {
  font-size: 15px;
  margin-bottom: 25px;
}

.mainPagination {
  margin-bottom: 100px;
}
.mainPagination .page-width .row {
  margin-top: 45px;
  margin-bottom: 45px;
  background: #f4f2ec;
  border: 1px solid black;
  border-radius: 15px;
  padding: 27px 45px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .mainPagination .page-width .row {
    justify-content: center;
    gap: 20px;
  }
}
.mainPagination .page-width .row a {
  line-height: normal;
}
@media (max-width: 991px) {
  .mainPagination .page-width .row a {
    width: 100%;
    text-align: center;
  }
}
.mainPagination .page-width .row .btnMain {
  min-width: 105px;
}
@media (max-width: 991px) {
  .mainPagination .page-width .row .btnMain {
    width: 100%;
    text-align: center;
  }
}
.mainPagination .page-width .row .shareMain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: 6px 15px;
  gap: 15px;
  border: 1px solid black;
  border-radius: 5px;
}
.mainPagination .page-width .row .shareMain span {
  font-size: 16px;
  font-weight: 300;
}
.mainPagination .page-width .row .shareMain ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 10px;
}

.template-blog .awardInnerSlider,
.template-product .awardInnerSlider,
.template-article .awardInnerSlider {
  background: #f4f2ec;
  border-top: 1px solid black;
}

.mainArticleDetail .backBtn {
  width: 100%;
  text-align: center;
  margin: 45px 0 20px;
}
@media (max-width: 991px) {
  .mainArticleDetail .backBtn {
    margin: 30px 0;
    text-align: left;
  }
}
.mainArticleDetail .fullImg {
  width: 100%;
}
.mainArticleDetail .fullImg img {
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.mainArticleDetail h2 {
  margin-bottom: 35px;
}
.mainArticleDetail p {
  margin: 0 0 50px;
}
.mainArticleDetail p:last-child {
  margin: 0;
}
.mainArticleDetail .articleSwiper {
  padding-bottom: 58px;
  margin-bottom: 35px;
}
.mainArticleDetail .articleSwiper .swiper-slide img {
  max-height: 400px;
}
.mainArticleDetail .articleBoxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 45px 0;
}
.pressBox .article-card__excerpt {
  padding: 0 20px;
}
@media (max-width: 991px) {
  .mainArticleDetail .articleBoxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.mainArticleDetail .articleBoxes .imgBox img {
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .mainArticleDetail .articleBoxes .imgBox img {
    height: 250px;
    border-radius: 25px;
  }
}
@media (max-width: 1024px) {
  .mainArticleDetail .articleBoxes .imgBox img {
    height: 300px;
  }
}

.swiper-pagination-bullet {
  width: 17px !important;
  height: 17px !important;
  border: 1px solid black;
  background: transparent !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black !important;
}

.customProduct {
  margin-bottom: 87px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customProduct .product .product__media-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .customProduct .product .product__info-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}
.customProduct .product .product__media-list li .product-media-container {
  border: none;
}
.customProduct
  .product
  .product__media-list
  li
  .product-media-container
  .product__media {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #f4f2ec;
}
@media (min-width: 991px) {
  .customProduct
    .product
    .product__media-list
    li
    .product-media-container
    .product__media {
    padding-top: 77.2%;
  }
}
.customProduct
  .product
  .product__media-list
  li
  .product-media-container
  .product__media
  img {
  -o-object-fit: contain;
  object-fit: contain;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .customProduct
    .product
    .product__media-list
    li
    .product-media-container
    .product__media
    img {
    padding: 0;
  }
}
.customProduct .product .thumbnail-slider .slider-button .svg-wrapper {
  background: black;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.customProduct .product .thumbnail-slider .slider-button .svg-wrapper .icon {
  color: white !important;
  height: 12px;
}
.customProduct .product .thumbnail-slider .slider-button[disabled] {
  opacity: 0.5;
}
.customProduct
  .product
  .thumbnail-slider
  .slider-button[disabled]
  + ul.thumbnail-list {
  justify-content: center;
}
.customProduct .product .thumbnail-slider ul.thumbnail-list {
  margin: 0 40px;
}
.customProduct .product .thumbnail-slider ul.thumbnail-list li .thumbnail {
  border: 1px solid black;
  border-radius: 20px;
  background-color: #f4f2ec;
}
.customProduct
  .product
  .thumbnail-slider
  ul.thumbnail-list
  li
  .thumbnail[aria-current] {
  box-shadow: unset;
  border-color: unset;
}

.global-media-settings:after {
  box-shadow: none;
}

body .accordion {
  border: none;
  max-width: 100%;
}
body .accordion .accordion-item .accordion-header {
  font-family: "Bebas Neue", serif;
  font-weight: normal;
  font-size: 30px;
  border: none;
}
@media (max-width: 991px) {
  body .accordion .accordion-item .accordion-header {
    font-size: 25px;
  }
}
body .accordion .accordion-item {
  border-top: 1px solid black;
}
body .accordion .accordion-item:last-child {
  border-bottom: 1px solid black;
}
body .accordion .accordion-item .accordion-body {
  border: none;
}

.template-index .mainHalfBox:after {
  background-size: cover;
}

.template-product .mainHalfBox {
  padding: 48px 0 105px;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox {
    padding: 75px 0 150px;
  }
}
.template-product .mainHalfBox .image-grid {
  justify-content: space-between;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid {
    gap: 60px;
  }
}
.template-product .mainHalfBox .image-grid .left-section {
  width: 50%;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .left-section {
    width: 100%;
  }
}
.template-product .mainHalfBox .image-grid .left-section h4 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .left-section h4 {
    margin-bottom: 20px;
  }
}
.template-product .mainHalfBox .image-grid .left-section ul {
  margin: 25px 0 0 0;
  padding: 0 0 0 20px;
}
.template-product .mainHalfBox .image-grid .right-section {
  width: 40%;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .right-section {
    width: 100%;
  }
}
.template-product .mainHalfBox .image-grid .right-section h4 {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .right-section h4 {
    margin-bottom: 20px;
  }
}
.template-product .mainHalfBox .image-grid .right-section .allIcons {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 35px 0 30px 0;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .right-section .allIcons {
    margin-top: 20px;
  }
}
.template-product .mainHalfBox .image-grid .right-section .allIcons .iconBox {
  width: 25%;
  text-align: center;
}
@media (max-width: 991px) {
  .template-product .mainHalfBox .image-grid .right-section .allIcons .iconBox {
    width: 30%;
  }
}
.template-product
  .mainHalfBox
  .image-grid
  .right-section
  .allIcons
  .iconBox
  img {
  width: 100%;
  margin: 0 0 10px 0;
}
@media (max-width: 991px) {
  .template-product
    .mainHalfBox
    .image-grid
    .right-section
    .allIcons
    .iconBox
    img {
    width: 50%;
  }
}

.bundler-volume-target-element .bndlr-volume-title {
  font-family: "Bebas Neue", serif;
  font-size: 30px;
}
.bundler-volume-target-element .bndlr-volume-discounts .bndlr-volume-discount {
  background: #f4f2ec;
  border: 1px solid black;
}
.bundler-volume-target-element
  .bndlr-volume-discounts
  .bndlr-volume-discount
  .bndlr-volume-main-text {
  font-family: "Bebas Neue", serif;
  font-size: 30px;
  padding: 30px 0 20px;
  line-height: 32px;
}
.bundler-volume-target-element
  .bndlr-volume-discounts
  .bndlr-volume-discount
  .bndlr-volume-saving-text {
  color: #fff;
  text-decoration: none;
  background: #000;
  padding: 12px 35px;
  border-radius: 30px;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  position: relative;
  top: auto;
  bottom: auto;
  transform: unset;
  left: unset;
}
.bundler-volume-target-element
  .bndlr-volume-discounts
  .bndlr-volume-discount
  .bndlr-volume-saving-text:hover {
  background: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  .bundler-volume-target-element
    .bndlr-volume-discounts
    .bndlr-volume-discount
    .bndlr-volume-saving-text {
    font-size: 13px;
    padding: 7px 20px;
  }
}

.redTheme .mainHalfBox .image-grid .left-section {
  color: #f1bab7;
}
.redTheme .mainHalfBox .image-grid .left-section h4,
.redTheme .mainHalfBox .image-grid .left-section p,
.redTheme .mainHalfBox .image-grid .left-section ul li {
  color: #f1bab7;
}
.redTheme .mainHalfBox .image-grid .right-section h4,
.redTheme .mainHalfBox .image-grid .right-section h5 {
  color: #f1bab7;
}
.redTheme .mainHalfBox .image-grid .right-section .allIcons .iconBox img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(48%) saturate(6072%)
    hue-rotate(291deg) brightness(110%) contrast(89%);
}
.redTheme .mainHalfBox:after {
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/red-theme.png?v=1739199077");
}
.redTheme .product-form .product-form__buttons .allBtn {
  color: #f1bab7;
  background: #641b24;
  border: 1px solid transparent;
}
.redTheme .product-form .product-form__buttons .allBtn:hover {
  background: #f1bab7;
  color: #641b24;
  border: 1px solid transparent;
}
.redTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper {
  background: #641b24;
}
.redTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper
  .icon {
  color: #f1bab7 !important;
}
.redTheme .bndlr-volume-saving-text {
  color: #f1bab7 !important;
  background: #641b24 !important;
  border: 1px solid transparent;
}
.redTheme .bndlr-volume-saving-text:hover {
  background: #f1bab7 !important;
  color: #641b24 !important;
  border: 1px solid transparent;
}

.yellowTheme .mainHalfBox .image-grid .left-section {
  color: #741621;
}
.yellowTheme .mainHalfBox .image-grid .left-section h4,
.yellowTheme .mainHalfBox .image-grid .left-section p,
.yellowTheme .mainHalfBox .image-grid .left-section ul li {
  color: #741621;
}
.yellowTheme .mainHalfBox .image-grid .right-section h4,
.yellowTheme .mainHalfBox .image-grid .right-section h5 {
  color: #741621;
}
.yellowTheme .mainHalfBox .image-grid .right-section .allIcons .iconBox img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(23%) saturate(6696%)
    hue-rotate(333deg) brightness(100%) contrast(99%);
}
.yellowTheme .mainHalfBox:after {
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/yellow-theme.png?v=1739199465");
}
.yellowTheme .product-form .product-form__buttons .allBtn {
  color: #641b24;
  background: #fcc658;
  border: 1px solid transparent;
}
.yellowTheme .product-form .product-form__buttons .allBtn:hover {
  background: #641b24;
  color: #fcc658;
  border: 1px solid transparent;
}
.yellowTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper {
  background: #fcc658;
}
.yellowTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper
  .icon {
  color: #641b24 !important;
}
.yellowTheme .bndlr-volume-saving-text {
  color: #641b24 !important;
  background: #fcc658 !important;
  border: 1px solid transparent;
}
.yellowTheme .bndlr-volume-saving-text:hover {
  background: #641b24 !important;
  color: #fcc658 !important;
  border: 1px solid transparent;
}

.blackTheme .mainHalfBox .image-grid .left-section {
  color: #ffffff;
}
.blackTheme .mainHalfBox .image-grid .left-section h4,
.blackTheme .mainHalfBox .image-grid .left-section p,
.blackTheme .mainHalfBox .image-grid .left-section ul li {
  color: #ffffff;
}
.blackTheme .mainHalfBox .image-grid .right-section h4,
.blackTheme .mainHalfBox .image-grid .right-section h5 {
  color: #ffffff;
}
.blackTheme .mainHalfBox .image-grid .right-section .allIcons .iconBox img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(91deg) brightness(104%) contrast(101%);
}
.blackTheme .mainHalfBox:after {
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/black-theme.png?v=1739199870");
}
.blackTheme .product-form .product-form__buttons .allBtn {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.blackTheme .product-form .product-form__buttons .allBtn:hover {
  background: #ffffff;
  color: #000000;
}
.blackTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper {
  background: #000000;
}
.blackTheme
  .customProduct
  .product
  .thumbnail-slider
  .slider-button
  .svg-wrapper
  .icon {
  color: #ffffff !important;
}
.blackTheme .bndlr-volume-saving-text {
  color: #ffffff !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.blackTheme .bndlr-volume-saving-text:hover {
  background: #ffffff !important;
  color: #000000 !important;
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
  background-color: transparent !important;
}

.productList .swiper .swiper-slide {
  background: transparent;
  border: none;
}
.productList .swiper .swiper-slide img {
  background: #f4f2ec;
  border: 1px solid black;
  margin-bottom: 25px;
}

.customerForm {
  text-align: center;
}
.customerForm > h1 {
  font-size: 25px;
  line-height: 30px;
}
.customerForm .customForm {
  width: 650px;
  padding: 30px;
  margin: 30px auto 97px;
  background: #f4f2ec;
  border: 1px solid black;
  border-radius: 25px;
  max-width: 80%;
  text-align: center;
}
.customerForm .customForm .field {
  margin: 2rem 0 0;
}
@media (max-width: 749px) {
  .customerForm .customForm {
    margin-bottom: 77px;
  }
}
.customerForm .btnHalf {
  margin: 25px 0 0 0;
}
.customerForm .btnHalf > * {
  margin: 10px auto 0;
}

.customForm .field::after {
  display: none;
}
.customForm .field__input {
  border: none;
  background: #fff;
  border-radius: 5px;
}
.customForm .form__message {
  font-size: 25px;
}
.customForm .form__message + ul > li {
  padding: 0;
  line-height: normal;
  list-style: none;
  text-align: left;
  margin: 0;
}
.customForm .form__message > svg {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0 !important;
}

.addresses ul {
  display: flex;
  gap: 3%;
  margin-bottom: 75px;
  flex-wrap: wrap;
}
.addresses ul li {
  width: 30%;
  background: #f4f2ec;
  border: 1px solid black;
  padding: 45px 30px;
  border-radius: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .addresses ul li {
    width: 100%;
  }
}
.addresses ul li h2 {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
}

.addresses form {
  justify-content: space-between;
}

.select .svg-wrapper,
.customer select + .svg-wrapper {
  display: none;
}

.innerForm .field {
  margin: 2rem 0 0 !important;
}

.template-account .customerForm {
  padding: 100px 30px;
}

.utility-bar__close-button {
  position: relative;
}

.utility-bar__close-button button#close-utility-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

@media (min-width: 991px) {
  .utility-bar .page-width {
    padding: 0 42px !important;
  }
}
@media (min-width: 1441px) {
  .utility-bar .page-width {
    padding: 0 25px !important;
  }
}

.div-loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #000;
  width: 50px;
  height: 50px;
  animation: spin 1.5s linear infinite;
  margin: 0 auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cart-notification-product {
  align-items: center;
}

.cart-notification-product__name {
  font-size: 25px;
  line-height: 25px;
}

.button {
  border-radius: 30px;
}
.button:after {
  border-radius: 30px;
}

body .cart__warnings {
  padding: 100px 0;
}

.color-scheme-1 {
  color: #000;
}

.cart__items .cart-item__image-container {
  background: #f4f2ec;
  border: 1px solid black;
  padding: 15px;
  border-radius: 15px;
}

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

.cart__footer .totals {
  justify-content: space-between;
}
.cart__footer .totals .totals__total {
  font-size: 25px;
  position: relative;
  top: 6px;
}
.cart__footer .totals p {
  font-size: 20px;
}
.cart__footer .totals p span.bndlr-cart-values {
  display: block;
}

.cart-items th,
.cart__items {
  border-bottom: 0.1rem solid black;
}

.cart-item cart-remove-button {
  margin: 0;
}

@media (min-width: 1025px) {
  cart-items .page-width,
  #main-cart-footer .page-width {
    padding: 0;
  }
}

.cart__footer .cart__blocks .tax-note {
  text-align: left;
}

.cart-notification .cart-notification-product__image {
  margin-top: 0;
}
.cart-notification .cart-notification__links #cart-notification-form {
  margin: -20px 0 -15px;
}
.cart-notification .cart-notification__links #cart-notification-form button {
  letter-spacing: 0.06rem !important;
  font-family: Open Sans, sans-serif;
}
.cart-notification
  .cart-notification__links
  #cart-notification-button:not(:hover) {
  color: black;
}
.cart-notification .cart-notification__links > * {
  letter-spacing: 0.06rem !important;
}

.customAccount {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.customAccount > div {
  width: 48%;
  background: #f4f2ec;
  border: 1px solid black;
  padding: 45px 30px;
  border-radius: 15px;
  text-align: left;
}
@media (max-width: 991px) {
  .customAccount > div {
    width: 100%;
  }
}
.customAccount > div h2 {
  font-size: 30px;
  line-height: 30px;
}

body variant-selects fieldset.product-form__input {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 35px 0;
  margin: 35px 0;
  max-width: 100%;
}
body variant-selects fieldset.product-form__input label {
  border-radius: 5px !important;
  padding: 17px 10px !important;
  width: 30%;
  margin: 0 2% 0 0 !important;
}
@media (max-width: 991px) {
  body variant-selects fieldset.product-form__input label {
    width: 28%;
  }
}

[id^="st-el-"] {
  background: rgba(0, 0, 0, 0.8);
}

.mainShare {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 25px;
  background-color: #f4f2ec;
  border: 1px solid black;
  border-radius: 5px;
  padding: 0 20px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  .mainShare {
    margin-bottom: 15px;
  }
}
.mainShare .st-btn {
  background-color: transparent !important;
  min-width: 30px !important;
  padding: 0 !important;
  margin: 0 !important;
  display: inline-block !important;
}
.mainShare .st-btn img {
  filter: brightness(0) saturate(100%);
  border-radius: 0px;
}
.mainShare .st-btn[data-network="sharethis"]:before {
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("https://cdn.shopify.com/s/files/1/0567/2845/3302/files/share-plus-icon.svg?v=1739531472");
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
}
.mainShare .st-btn[data-network="sharethis"] img {
  display: none !important;
}

.productList .swiper-slide a {
  text-decoration: none !important;
}

.product-media-modal__content > * {
  max-width: 100%;
}
@media (min-width: 1025px) {
  .product-media-modal__content > * {
    max-width: 50%;
  }
}

.mainRelatedArticles .testimonialSlider .lastLink {
  justify-content: center;
}

.box-subtext {
  min-height: 25px;
}

.product-option,
.price.price--end,
.cart__footer .totals p {
  font-weight: 700;
}

.card-information
  > *:not(.visually-hidden:first-child)
  + *:not(.rating):not(.card__information-volume-pricing-note) {
  min-height: 23px;
}

.product-media-modal[open] {
  z-index: 999999 !important;
}

.product-media-modal__content > *:not(.active) {
  display: block !important;
}

p:empty {
  display: none !important;
}

@media (min-width: 1025px) {
  .product-grid-container
    #product-grid
    li
    .card
    > .card__content
    .card__information {
    display: grid;
    grid-auto-rows: 1fr 0fr;
  }
}

.contact {
  padding: 0 !important;
}
.contact .customForm {
  margin-top: 0;
}

.rich-text__image img {
  max-width: 250px;
}

.full-unstyled-link {
  text-decoration: none !important;
}

.articleBox .article-card-wrapper .card {
  text-align: center;
}
.articleBox .article-card-wrapper .card .card__inner {
  background: transparent;
}
.articleBox .article-card-wrapper .card .card__inner::after {
  display: none;
}
.articleBox .article-card-wrapper .card .card__heading a {
  justify-content: center;
}
.articleBox .article-card-wrapper .card .card__heading a::after {
  display: none;
}
.articleBox .article-card-wrapper .card .card__content .card__information {
  padding: 25px;
}

.blog-articles--collage > *:nth-child(3n + 1),
.blog-articles--collage > *:nth-child(3n + 2):last-child {
  grid-column: unset !important;
}

.footer-block__newsletter > h2 .toggle-icon {
  display: none;
}

.pressBox .lastLink {
  padding: 55px 45px 15px !important;
}
.pressBox .lastLink h5 {
  font-size: 40px;
  line-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .pressBox .lastLink h5 {
    font-size: 30px;
    line-height: 35px;
  }
}
.pressBox .post_date {
  font-size: 20px;
}

.mainArticleDetail div > img {
  margin-bottom: 20px;
}

.template-page-shipping .innerBanner + .page-width,
.template-page-refunds .innerBanner + .page-width,
.template-page-terms-services .innerBanner + .page-width,
.template-page-privacy-policy .innerBanner + .page-width {
  padding: 75px 20px;
}
.template-page-shipping .innerBanner + .page-width h3,
.template-page-shipping .innerBanner + .page-width h2,
.template-page-refunds .innerBanner + .page-width h3,
.template-page-refunds .innerBanner + .page-width h2,
.template-page-terms-services .innerBanner + .page-width h3,
.template-page-terms-services .innerBanner + .page-width h2,
.template-page-privacy-policy .innerBanner + .page-width h3,
.template-page-privacy-policy .innerBanner + .page-width h2 {
  font-size: 40px;
  line-height: 40px;
  margin: 50px 0 0 0;
}
@media (max-width: 991px) {
  .template-page-shipping .innerBanner + .page-width h3,
  .template-page-shipping .innerBanner + .page-width h2,
  .template-page-refunds .innerBanner + .page-width h3,
  .template-page-refunds .innerBanner + .page-width h2,
  .template-page-terms-services .innerBanner + .page-width h3,
  .template-page-terms-services .innerBanner + .page-width h2,
  .template-page-privacy-policy .innerBanner + .page-width h3,
  .template-page-privacy-policy .innerBanner + .page-width h2 {
    font-size: 25px;
    line-height: 35px;
  }
}
.template-page-shipping .innerBanner + .page-width h3:first-child,
.template-page-shipping .innerBanner + .page-width h2:first-child,
.template-page-refunds .innerBanner + .page-width h3:first-child,
.template-page-refunds .innerBanner + .page-width h2:first-child,
.template-page-terms-services .innerBanner + .page-width h3:first-child,
.template-page-terms-services .innerBanner + .page-width h2:first-child,
.template-page-privacy-policy .innerBanner + .page-width h3:first-child,
.template-page-privacy-policy .innerBanner + .page-width h2:first-child {
  margin-top: 0;
}

stockist-store-locator {
  padding: 70px 0;
}

/*.multicolumn-card__iframe-wrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 130vh;
    border: 0;
    background: transparent;
    transform: translate(-50%, -50%);
}
.multicolumn-card.content-container {
    padding-top: 15px;
}
.multicolumn-card__iframe-wrapper {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    background: transparent;
    width: 100%;
    max-width: 100%;
    margin-top: 25px
}
*/

.customNav .navBtn.custom-prev svg {
  width: 20px;
}

.customNav .navBtn.custom-next svg {
  width: 20px;
}

strong {
  font-weight: 600;
} /*# sourceMappingURL=custom.css.map */

body .shopify-policy__container {
  max-width: 100%;
  padding: 0;
}
body .shopify-policy__container .shopify-policy__title {
  background-color: #f4f2ec;
  text-align: center;
  padding: 45px 20px !important;
  min-height: 205px;
  border-bottom: 1px solid black;
}
body .shopify-policy__container .shopify-policy__body {
  max-width: 560px;
  max-width: 65ch;
  margin: 0 auto;
  padding: 50px 20px;
}
@media (max-width: 567px) {
  main + section:nth-last-of-type(1) .page-width #insta-feed h2 {
    font-size: 15px;
    width: 54%;
  }
}
@media (max-width: 480px) {
  main + section:nth-last-of-type(1) .page-width #insta-feed h2 {
    width: 67%;
  }
}
@media (max-width: 390px) {
  main + section:nth-last-of-type(1) .page-width #insta-feed h2 {
    width: 81%;
  }
}

.page-width.page-width--narrow.section-template--24417275543935__main-padding {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}


.pr-story--element-space {margin: 15px 0;}

.pr-story--element-space h2, .pr-story--element-space h1, .pr-story--element-space h3, .pr-story--element-space h4 {
    margin: 0;
}


.press-kit-btn {
    text-align: right;
}

.press-kit-btn a {
    background: #000;
    color: #fff;
    padding: 10px 50px;
    display: inline-block;
    text-decoration: none;
}

small.price-red {
    font-size: 15px;
    margin: 0;
    color: #000;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
}
.grid__item:not(.product__info-wrapper) .price__container {
    justify-content: center;
}
.price__container {
    display: flex !important;
    align-items: center;
    gap: 20px;
}

  .grid__item:not(.product__info-wrapper) .price__container {
    flex-direction: column;
    gap: 5px;
  }

product-info .page-width .product__info-container .product__description{border-bottom:0;}
.template-product.redTheme .mainHalfBox:before{background-color:#641C24;}
.template-product.yellowTheme .mainHalfBox:before{background-color:#FDC558;}
.template-product.redTheme .mainHalfBox:after,.template-product.yellowTheme .mainHalfBox:after,.template-product.blackTheme .mainHalfBox:after {
    background-size: 102% auto;
}

.article-content h1 {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
    line-height: normal;
    font-size: 40px;
}

@media (max-width: 991px){
  .template-product.redTheme .mainHalfBox:after,.template-product.yellowTheme .mainHalfBox:after,.template-product.blackTheme .mainHalfBox:after {
      background-size: cover;
  }
}


.shopify-email-marketing-confirmation__container {
    max-width: 75ch;
}
@media (max-width: 991px){
.shopify-email-marketing-confirmation__container h1 {
    font-size: 50px;
}

.article-content h1 {margin: 0 !important;line-height: 50px;}


}


/* new blog css */
@media only screen and (max-width: 766px) {

 nav.article-breadcrumb {
    text-align: center !important;
    display: block !important;
    margin-bottom: 155px !important;
    text-decoration: underline;
    font: normal normal normal 20px / 27px Open Sans !important;
    letter-spacing: 0px;
    color: #000000;
}


.navlinkss {
    margin-bottom: 33px;
}

a.blog-link {
    font-weight: 600;
}

.article-breadcrumb .back-link {
    float: none !important;
}

header.article-header h1 {
    font-size: 42px !important;
    line-height: 52px !important;
}

p.article-meta {
    font: normal normal normal 15pt / 20px Open Sans !important;
}

.article-content {
    margin-top: 45px !important;
}

.article-content h2.p1 strong {
    font: normal normal bold 25pt / 27px Open Sans !important;
}

.article-content p.p1 {
    text-align: left;
    font: normal normal normal 20pt / 27pt Open Sans;
    letter-spacing: 0px;
    color: #000000;
    font-weight: 300;
}

.author-review-item strong {
    font: normal normal 600 18px / 17px Open Sans !important;
}
.author-review-item div {
    font: normal normal normal 16px / 20px Open Sans !important;

}
.author-review-card {
    padding: 2rem 0.5rem !important;
}

.back-to-news a {
    display: none;
}

.article-wrapper.page-width {
    padding-bottom: 5rem !important;
    border-bottom: 3px solid;
}

.template-article.template-article-new .mainProducts {
    margin-top: 6rem;
}

.template-article.template-article-new .mainProducts .grid-section h2 {
    font-size: 34pt !important;
    line-height: 48px !important;
}

.subtitlelist {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 300;
}

.template-article.template-article-new  p.desclist {
    padding-top: 23px !important;
    font: normal normal 400 20px / 28px Open Sans !important;
    padding-bottom: 5rem;
}
.rich-text__blocks p {
    font-size: 25px;
    line-height: 30px;
    width: 100%;
}
.section-template--18132563296298__rich_text_UrjXqf-padding {
    padding: 6px 0 !important;
}
.section-template--18132563296298__rich_text_UrjXqf-padding h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-size: 20px;
}
.article-content h1 {
    margin-bottom: -30px !important;
    margin-top: 0 !important;
}
.article-content li {
    margin-bottom: 8px;
}
.learn-more-box {
    padding: 4rem 2.5rem !important;
    max-width: 100%;
}
.article-content p:nth-of-type(n+4) {
    margin: 12px 0;
}

.article-content p strong {
    top: 7px !important;
}

.learn-more-box li:before {
    content: "";
    left: -30px;
    top: 10px;
}

.learn-more-box li a {
    font: normal normal bold 16px / 20px Open Sans !important;
    margin-left: 0 !important;
}
:marker {
    font-size: 25px !important;
}

.learn-more-box li {
    margin: 3.3rem 0 !important;
    margin-left: 20px !important;
}

.learn-more-box h3 {
    text-align: left;
    font: normal normal bold 25px / 27pt Open Sans !important;
}

#shopify-section-template--18133296939050__rich_text_UrjXqf h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    text-align: center;
    font: normal normal 800 16pt / 18px Open Sans !important;
    padding: 25px 0 !important;
}
.rich-text__wrapper {
    width: 100% !important;
}
.mainProducts .grid-section .grid-item h4 {
    font-size: 25pt !important;
    line-height: 17px !important;
}
p.box-subtext {
    margin: 0;
    margin-bottom: 0 !important;
    text-align: center;
    font: normal normal normal 12pt / 17pt Open Sans !important;
}
.mainProducts .grid-section .grid-item .allBtn {
    font: normal normal 600 12pt / 19pt Open Sans;
    padding: 12px 22px !important;
    margin-top: 10px !important;
}

.mainProducts .grid-section .product-image {
    border-radius: 12pt !important;
}

section#shopify-section-template--18133296939050__rich_text_grXYbQ .rich-text__text.rte.scroll-trigger.animate--slide-in {
    text-align: center;
    font: normal normal 600 20pt / 27pt Open Sans !important;
    letter-spacing: 0px;
}

.template-article-new h2.rich-text__heading {
  font-size: 40pt !important;
  line-height: 46pt !important;
  font-family: Bebas Neue, serif !important;
}  


.rich-text__buttons.scroll-trigger.animate--slide-in a.button.button--primary {
    padding: 20px 31px !important;
    font:normal normal 400 14pt/19pt Open Sans !important;
}

}


/* css for new page template */
.article-wrapper.page-width.lernmor {
    border-bottom: 0;
    padding-bottom: 0;
}
body.gradient.template-page.template-page-new-template h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    margin-bottom: 0;
    text-align: left;
    font-family: Bebas Neue,serif !important;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    font-size: 75px !important;
    line-height: 90px;
    font-weight: 700;
}

body.gradient.template-page.template-page-new-template main#MainContent {
    max-width: 1440px;
    margin: 0 auto;
}

body.gradient.template-page.template-page-new-template .rich-text__blocks.left {
    max-width: 100% !important;
}

body.gradient.template-page.template-page-new-template .banner {
    max-width: 1340px !important;
    padding: 0 5rem;
    margin: 0 auto;
}

body.gradient.template-page.template-page-new-template .section {
    max-width: 1440px;
    padding: 0 5rem;
}

body.gradient.template-page.template-page-new-template h1 strong {
    text-align: left;
    font: normal normal bold 25px / 30px Open Sans;
    letter-spacing: 0px;
    color: #000000;
}

body.gradient.template-page.template-page-new-template h1 {
    text-align: left;
    font: normal normal bold 25px / 30px Open Sans;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 0;
    margin-top: 25px;
}

body.gradient.template-page.template-page-new-template main#MainContent li {
    position: relative;
    font-size: 16px;
    list-style: none;
    margin-bottom: 15px;
    margin-left: -10px;
}

.template-page-new-template main#MainContent li:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 8px;
    left: -27px;
    border-radius: 100px;
}

div#shopify-section-template--18381307019306__newpage_metafields_N7TxQ7 .article-wrapper.page-width {
    padding-bottom: 0;
    border: none;
    margin: 0;
}

.template-page-new-template .learn-more-box li:before {
    content: "";
    left: -10px !important;
    top: 20px !important;
}

.template-page .rich-text__wrapper.rich-text__wrapper--left.page-width {
    padding: 0;
}

section#shopify-section-template--18374758301738__rich_text_UrjXqf {
    max-width: 110% !important;
    width: 110%;
    margin-left: -5%;
}


.template-page-new-template .learn-more-box {
    margin: 4rem 0 !important;
}
section#shopify-section-template--18374758301738__custom_liquid_nkkiQa p strong {
    font: normal normal bold 25px / 34px Open Sans;
    position: relative;
    top: 13px;
}

section#shopify-section-template--18374758301738__custom_liquid_nkkiQa {
    padding-bottom: 0 !important;
}
section#shopify-section-template--18374758301738__custom_liquid_nkkiQa p{
  margin-top:0;
}
.section-template--18374758301738__custom_liquid_9AjRKA-padding {
  padding-bottom:10px !important;
}
.section-template--18374758301738__custom_liquid_9AjRKA-padding p{
  margin-top:0;
}
.template-page-new-template .mainProducts .grid-section h2 {
    opacity: 1;
    text-align: left !important;
    font: normal normal bold 65px / 12px Open Sans;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    line-height: 1;
    font-family: Bebas Neue, serif;
    font-size: 65px;
}
section#shopify-section-template--18374758301738__rich_text_UrjXqf h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-family: Bebas Neue,serif !important;
}

body.gradient.template-page.template-page-new-template .banner .banner__media {
    background: transparent;
}

body.gradient.template-page.template-page-new-template .banner {
    padding: 0;
    border-radius: 0;
}

body.gradient.template-page.template-page-new-template .banne img {
  border-radius: 0;
}
body.gradient.template-page.template-page-new-template .banner img {
    border-radius: 0;
}

body.gradient.template-page.template-page-new-template h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-family: Bebas Neue, serif !important;
    text-align: center;
    font: normal normal bold 65px / 78px Bebas Neue Pro;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
}
body.gradient.template-page.template-page-new-template header.page-header h1 {
    font-size: 75px !important;
    line-height: 90px;
    font-family: Bebas Neue,serif;
    margin-top: 90px;
}

body.gradient.template-page.template-page-new-template .page-content p strong {
    Bebas Neue,font-family: sans-serif;
    font: normal normal bold 25px / 34px Open Sans;
    position: relative;
    top: 13px;
}
body.gradient.template-page.template-page-new-template a.allBtn {
    margin: 10px 0 0;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 60px;
    opacity: 1;
    text-align: center;
    font: normal normal 600 21px / 27px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    padding: 20px 49px !important;
    margin-top: 25px !important;
}

.learn-more-box li {
    margin: 15px 0 !important;
    
}
.learn-more-box li::marker {
    font-size: 20px;
    line-height: normal;
}
.author-review-item strong {font-weight: 700 !important;}
@media only screen and (max-width: 766px) {
  body.gradient.template-page.template-page-new-template a.allBtn {
            font: normal normal 600 12pt / 19pt Open Sans;
        padding: 12px 22px !important;
        margin-top: 10px !important;
  }
  body.gradient.template-page.template-page-new-template header.page-header h1 {
           font-size: 42px !important;
        line-height: 52px !important;
}
  section#shopify-section-template--18374758301738__rich_text_UrjXqf h2.rich-text__heading.rte.inline-richtext.h2.scroll-trigger.animate--slide-in {
    font-family: Bebas Neue, serif !important;
    font-size: 40pt !important;
    line-height: 46pt !important;
}
section#shopify-section-template--18374758301738__rich_text_UrjXqf {
    max-width: 100% !important;
    width: 100%;
    margin-left: 0;
    padding: 0;
}
body.gradient.template-page.template-page-new-template .section {
    max-width: 1440px;
    padding: 0 1.3rem;
}
body.gradient.template-page.template-page-new-template p {
    font-size: 16px;
    line-height: 1.7;
}
body.gradient.template-page.template-page-new-template h2.rich-text__heading.rte.inline-richtext.h1.scroll-trigger.animate--slide-in {
    font-size: 42px !important;
    line-height: 52px !important;
}

body.gradient.template-page.template-page-new-template .banner .banner__media {
    background: transparent;
}

body.gradient.template-page.template-page-new-template .banner {
    padding: 0;
    border-radius: 0;
}

body.gradient.template-page.template-page-new-template .banner img {
    border-radius: 0;
}

.section-template--18381307019306__custom_liquid_9AjRKA-padding {
    padding-top: 30px;
}

.template-page-new-template .learn-more-box li:before {
    top: 9px !important;
    content: "";
    left: -30px !important;
}

div#shopify-section-template--18381307019306__newpage_metafields_N7TxQ7 .article-wrapper.page-width {
    padding-bottom: 0 !important;
}

.template-page-new-template .mainProducts .grid-section h2 {
    margin-top: 6rem;
    font-size: 34pt !important;
    line-height: 48px !important;
}

.template-page-new-template .mainProducts .grid-section p.desclist {
    padding-top: 23px !important;
    font: 400 20px / 28px Open Sans !important;
    padding-bottom: 5rem;
}



#shopify-section-template--24417275806079__new_home_banner_Yjwjwr h1 {
    font-size: 48px !important;
    line-height: 55px !important;
}

#shopify-section-template--18398958059562__rich_text_grXYbQ .rich-text__buttons.scroll-trigger.animate--slide-in {
    padding-bottom: 0;
}

#shopify-section-template--18398958059562__product_list_rHibVf .mainProducts {
    padding-bottom: 20px;
}

#shopify-section-template--18398958059562__article_detail_idTB4m .article-wrapper {margin-top: 0;}

#shopify-section-template--17812255735850__new_home_banner_Yjwjwr h1 {
    font-size: 48px !important;
    line-height: 55px !important;
}

body #shopify-section-template--18398958059562__product_list_9Vh7Ud .mainProducts {
    padding-bottom: 0;
    padding-top: 20px;
}
body #shopify-section-template--18398958059562__product_list_rHibVf .mainProducts {
    padding-top: 20px;
}
}
.star-rating {
  display: flex;
  gap: 4px;
  margin: 6px 0;
  justify-content: center;
}

.star {
  font-size: 24px;
  line-height: 1;
}

.star--filled {
  color: #f5b400; /* gold */
}

.star--empty {
  color: #d9d9d9;
}
