/** Shopify CDN: Minification failed

Line 44:1 Unexpected "}"

**/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@400;700&display=swap");

#MainContent .page-width {
  overflow: hidden;
}

#MainContent .shopify-section {
  margin-bottom: 50px;
}

@media (max-width: 749px) {
  #MainContent .shopify-section {
    margin-bottom: 30px;
  }
}
#MainContent .no-margin {
  margin-bottom: 0;
}

@media (max-width: 749px) {
  #MainContent .no-margin {
    margin-bottom: 0;
  }
}

/*===== Navigation changes =====*/
/* .announcement-bar {
  background: linear-gradient(
    90deg,
    #682872 -13.47%,
    #692872 -12.47%,
    #8a2b7a 6.53%,
    #9e2d7f 22.54%,
    #a62e81 33.54%,
    #9d2d7e 46.54%,
    #842a78,
    #682872 86.55%
  ); */
 }
@media screen and (min-width: 768px) {
  .header__heading-link {
    padding: 0 !important;
  }

  .header__inline-menu {
    display: none;
  }

  header.header.header--middle-left.header--mobile-center.page-width.header--has-menu {
    padding: 20px 5rem !important;
  }

  .suger-shift-buy-button {
    display: flex !important;
    justify-content: end;
  }

  .suger-shift-buy-button a {
    width: 173px;
    height: 41px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
      90deg,
      #682872 -13.47%,
      #692872 -12.47%,
      #8a2b7a 6.53%,
      #9e2d7f 22.54%,
      #a62e81 33.54%,
      #9d2d7e 46.54%,
      #842a78,
      #682872 86.55%
    );
    color: #fff;
    border-radius: 5px;
  }
}

/*===== Page Hero section =====*/
.page-hero-section {
  padding-top: 50px;
}

.page-hero-section .grid__item {
  max-width: none;
}

.page-hero-section .grid__image img {
  width: 100%;
  display: block;
}

.page-hero-section h2 {
  color: #211955;
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}
.page-hero-section h2 span {
  font-style: italic;
}
.page-hero-section h2 sup {
  font-size: 20px;
  font-weight: 400;
}

.page-hero-section p {
  color: #211955;
  font-size: 20px;
  line-height: 28px;
}

.page-hero-section .btn-wrapper {
  margin-top: 27px;
}

.page-hero-section .button {
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  border: 1px solid #a32e80;
  border-radius: 10px;
  padding: 11px;
}

.page-hero-section .button-primary {
  background: linear-gradient(
    90deg,
    #682872 -13.47%,
    #692872 -12.47%,
    #8a2b7a 6.53%,
    #9e2d7f 22.54%,
    #a62e81 33.54%,
    #9d2d7e 46.54%,
    #842a78 66.54%,
    #682872 86.55%
  );
}

.page-hero-section .button-primary svg {
  margin-left: 6px;
}

.page-hero-section .button--secondary {
  color: #a32e80;
}

.page-hero-section .button:before,
.page-hero-section .button:after {
  display: none;
}

.page-hero-section .price-text {
  color: #692973;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-top: 15px;
}

.page-hero-section .price-text span {
  color: #211955;
  font-weight: 400;
  opacity: 0.5;
  text-decoration: line-through;
  margin-right: 12px;
}

.page-hero-section .price-text small {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}

.page-hero-section .custom-html {
  background: rgba(217, 217, 217, 0.2);
  padding: 20px;
  margin-top: 27px;
  max-width: 454px;
  border-radius: 10px;
}

.page-hero-section .verified-customer {
  display: flex;
  align-items: flex-start;
}

.page-hero-section .verified-customer .image-wrapper {
  width: 85px;
  flex: 0 0 85px;
}
.page-hero-section .verified-customer .image-wrapper img {
  max-width: 100%;
}

.page-hero-section .verified-customer p {
  font-size: 13px;
  line-height: 20px;
}

.page-hero-section .verified-customer .row {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.page-hero-section .verified-customer .customer-name {
  font-family: "Poppins", sans-serif;
  color: #242424;
  font-size: 12px;
  line-height: 21px;
  font-weight: 700;
  margin-right: 18px;
}

.page-hero-section .verified-customer .verified {
  font-family: "Poppins", sans-serif;
  color: #242424;
  font-size: 11px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
}

.page-hero-section .verified-customer .verified:before {
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background: url(//cdn.shopify.com/s/files/1/0831/9827/9969/files/verified.svg?v=1713649082);
  margin-right: 6px;
}

@media (min-width: 750px) {
  .page-hero-section .grid__image {
    order: 2;
    width: calc(100% - 536px);
    flex: 0 0 calc(100% - 536px);
  }

  .page-hero-section .grid__content {
    width: 536px;
    flex: 0 0 536px;
  }

  .page-hero-section .btn-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .page-hero-section .button {
    width: calc(50% - 7px);
    flex: 0 0 calc(50% - 7px);
  }

  .page-hero-section .price-text small {
    background: linear-gradient(
      90deg,
      #682872 -13.47%,
      #692872 -12.47%,
      #8a2b7a 6.53%,
      #9e2d7f 22.54%,
      #a62e81 33.54%,
      #9d2d7e 46.54%,
      #842a78 66.54%,
      #682872 86.55%
    );
    padding: 9px 5px;
    border-radius: 50%;
    margin-left: 5px;
  }

  .page-hero-section .verified-customer .content {
    width: calc(100% - 85px);
    flex: 0 0 calc(100% - 85px);
    padding-left: 15px;
  }
}

@media (max-width: 749px) {
  .page-hero-section {
    padding-top: 30px;
  }

  #MainContent .page-hero-section {
    margin-bottom: 0;
  }

  .page-hero-section .grid__item {
    width: 100%;
    flex: 0 0 1005;
    text-align: center;
  }

  .page-hero-section h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    margin: 20px 0;
  }

  .page-hero-section p {
    font-size: 16px;
    line-height: 24px;
  }

  .page-hero-section .btn-wrapper {
    width: 270px;
    margin: 20px auto 0;
  }

  .page-hero-section .button {
    width: 100%;
  }

  .page-hero-section .button-primary {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .page-hero-section .price-text {
    color: #fff;
    width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-hero-section .price-text span {
    margin-right: 10px;
    color: #c8c8c8;
  }

  .page-hero-section .price-text small {
    line-height: 22px;
    margin-left: 10px;
  }

  .page-hero-section .custom-html {
    padding: 15px 20px;
    margin: 20px -1.5rem 0;
  }

  .page-hero-section .verified-customer p {
    font-size: 14px;
    text-align: left;
  }

  .page-hero-section .verified-customer .row {
    margin-top: 5px;
  }

  .page-hero-section .verified-customer .customer-name,
  .page-hero-section .verified-customer .verified {
    font-size: 10px;
  }
}
/*===== Featured in =====*/
.featured-in-section {
  background: linear-gradient(
    90deg,
    #682872 -13.47%,
    #692872 -12.47%,
    #8a2b7a 6.53%,
    #9e2d7f 22.54%,
    #a62e81 33.54%,
    #9d2d7e 46.54%,
    #842a78 66.54%,
    #682872 86.55%
  );
  padding: 50px 0;
}

.featured-in-section h2,
.featured-in-section p {
  color: #fff;
  font-weight: 600;
}

.featured-in-section h2 {
  font-size: 24px;
  line-height: 32px;
}

.featured-in-section p {
  font-size: 16px;
  line-height: 24px;
  padding-left: 16px;
  flex: 0 0 auto;
}

.featured-in-section .slide {
  display: flex !important;
  align-items: center;
}

.featured-in-section .slide img {
  width: auto;
  height: 80px;
  max-width: 80px;
  width: 100%;
}

.featured-in-section .slick-disabled {
  display: none !important;
}

.featured-in-section .slick-arrow {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}

.featured-in-section .slick-prev {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}

.featured-in-section .slick-next {
  right: 0;
}

.featured-in-section .slick-arrow path {
  stroke: #000;
}

@media (min-width: 750px) {
  .featured-in-section .container,
  .featured-in-slider {
    display: flex;
    align-items: center;
  }

  .featured-in-slider {
    justify-content: space-between;
  }

  .featured-in-section .col-text {
    width: 220px;
    flex: 0 0 220px;
    padding-right: 76px;
  }

  .featured-in-section .col-slider {
    width: calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
  }
}

@media (max-width: 749px) {
  .featured-in-section {
    padding: 30px 0;
  }

  .featured-in-section h2 {
    text-align: center;
    margin: 0 0 20px;
  }

  .featured-in-section p {
    flex: auto;
  }
}

/* Products benefits */
.products-banefits-section .container {
  position: relative;
}

.products-banefits-section h2 {
  color: #211955;
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  max-width: 580px;
  margin: 0 auto 57px;
}

.products-banefits-section .image-wrapper {
  position: relative;
  width: 1145px;
  max-width: 100%;
  margin: 0 auto 10px;
}

.products-banefits-section .image-wrapper:before {
  content: "";
  display: block;
  background: rgba(217, 217, 217, 0.2);
  width: 650px;
  height: 650px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.products-banefits-section .image-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

/* .products-banefits-section .col-grid {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
} */
.products-banefits-section .col {
  width: calc(33% + 30px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
}

.products-banefits-section .col:nth-of-type(2n + 1) {
  justify-content: flex-end;
  padding-right: 50px;
  left: 1%;
}

.products-banefits-section .col:nth-of-type(2n) {
  padding-left: 50px;
  right: 1%;
}

.products-banefits-section .col-title {
  color: #211955;
  font-size: 18px;
  line-height: 23px;
  font-weight: 800;
  text-transform: capitalize;
  width: calc(100% - 130px);
}

.products-banefits-section .col-img {
  width: 130px;
}

.products-banefits-section .col-img img {
  width: 100%;
}

.products-banefits-section .col:nth-of-type(2n + 1) .col-title {
  text-align: right;
  padding-right: 30px;
}

.products-banefits-section .col:nth-of-type(2n) .col-title {
  text-align: left;
  padding-left: 30px;
  order: 2;
}

.products-banefits-section .col:nth-of-type(2n) .col-img {
  order: 1;
}

.products-banefits-section .col:nth-of-type(1),
.products-banefits-section .col:nth-of-type(2) {
  top: 7%;
}

.products-banefits-section .col:nth-of-type(3),
.products-banefits-section .col:nth-of-type(4) {
  top: 45%;
  transform: translateY(-50%);
}

.products-banefits-section .col:nth-of-type(5),
.products-banefits-section .col:nth-of-type(6) {
  bottom: 16%;
}

.products-banefits-section .col:nth-of-type(3) {
  left: -4%;
}

.products-banefits-section .col:nth-of-type(4) {
  right: -4%;
}

.button-wrapper .button-primary {
  background: linear-gradient(
    90deg,
    #682872 -13.47%,
    #692872 -12.47%,
    #8a2b7a 6.53%,
    #9e2d7f 22.54%,
    #a62e81 33.54%,
    #9d2d7e 46.54%,
    #842a78 66.54%,
    #682872 86.55%
  );
  font-size: 18px;
  line-height: 35px;
  font-weight: 700;
  border: 1px solid #a32e80;
  border-radius: 10px;
  padding: 12px 85px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}
@media (max-width: 749px) {
  .products-banefits-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .products-banefits-section .image-wrapper {
    max-width: 344px;
    margin-bottom: 20px;
  }

  .products-banefits-section .image-wrapper img {
    width: 200px;
  }

  .products-banefits-section .image-wrapper:before {
    width: 167px;
    height: 167px;
  }

  .products-banefits-section .col-img {
    width: 40px;
  }

  .products-banefits-section .col-title {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    width: calc(100% - 40px);
  }

  .products-banefits-section .col {
    align-items: center;
  }

  .products-banefits-section .col:nth-of-type(odd) {
    padding-right: 18px;
  }

  .products-banefits-section .col:nth-of-type(2n) {
    padding-left: 18px;
  }

  .products-banefits-section .col:nth-of-type(odd) .col-title {
    padding-right: 3px;
  }

  .products-banefits-section .col:nth-of-type(2n) .col-title {
    padding-left: 3px;
  }

  .products-banefits-section .col:nth-of-type(3),
  .products-banefits-section .col:nth-of-type(4) {
    top: 50%;
  }

  .products-banefits-section .col:nth-of-type(5),
  .products-banefits-section .col:nth-of-type(6) {
    bottom: 9%;
  }
  .button-wrapper .button-primary {
    padding: 12px 44px;
  }
}
