/** Shopify CDN: Minification failed

Line 1109:30 Unexpected "+"

**/
/* ======================================
============ HEADER START =====
====================================== */
.header__inline-menu ul.list-menu {
    gap: 15px;
}
.header__menu-item {
    color: rgba(var(--color-foreground));
}
a {
    text-decoration: none;
}
.header__menu-item {
    font-size: 16px;
}
header.header {
    padding: 10px 15px 10px 15px;
}
.header__inline-menu ul.list-menu li {
    margin: 0 15px;
}
header.header .header__menu-item {
    padding: 0;
}
.utility-bar__grid.page-width {
    padding-left: 15px;
    padding-right: 15px;
}
svg.icon.icon-search {
    height: 22px;
    width: 24px;
}
.header__icon--cart svg.icon {
    width: 25px;
    height: 25px;
}
.header__icons .search-bar {
    padding: 0 12px;
}

.field:after {
    content: unset;
}

.header__icons .search__input {
    border: 1px solid #E3E3E3;
    border-radius: 30px;
}
@media (min-width:1001px){
  header-drawer .header__search {
      display: none;
  }
}
@media (max-width:1000px){
  .header__icons details-modal.header__search {
      display: none;
  }
  header-drawer {
      display: flex;
  }
  .header__heading-logo-wrapper {
      max-width: 120px;
  }
  .header__icons .header__icon--cart {
      margin-right: -18px;
  }
  .header__icons .search-bar.desktop-view {
      display: none;
  }
}
@media (max-width:360px){
  p.announcement-bar__message {
    line-height: 1.2;
    font-size: 13px;
  }
  .header__icon--cart {
    margin-right: -19px;
  }
}
/* ======================================
============ HEADER END =====
====================================== */

/* ===================================
============ FOOTER START ==============
====================================== */

.footer-block.footer-block-link_list-wrap {
    width: 12%;
}

.footer-block.footer-block-image-wrap {}

.footer-block.footer-block-image-wrap {
    width: 26%;
    padding-right: 40px;
}

.footer-block.footer-block-text-wrap {
    width: 20%;
}

.footer-block-image-text p {
    margin: 0;
    color: rgba(var(--color-foreground));
    font-size: 16px;
    line-height: 23px;
}

.footer-block-image-icons {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
}

.image-icons-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.image-icons-item img {
    width: 20px;
}

.image-icons-item-text p {
    color: rgba(var(--color-foreground));
    margin: 0;
    line-height: 1;
}

.footer-block__details-content a.list-menu__item--link {
    font-size: 16px;
    color: rgba(var(--color-foreground));
}
.footer button#Subscribe {
    position: unset;
    background: white;
    width: 100%;
    border-radius: 4px;
    color: #2f60a2;
    text-transform: uppercase;
}

.footer .field {
    flex-direction: column;
    gap: 22px;
}

.footer .field input {
    border-bottom: 2px solid;
    padding-left: 0;
}

.footer div label.field__label {
    left: 0!important;
    color: rgba(var(--color-foreground));
}
.footer-block__details-content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(var(--color-foreground));
}
footer.footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.footer .newsletter-form__field-wrapper {
    max-width: 220px;
}
.footer button#Subscribe {
    padding: 14px 0;
    font-size: 16px;
}

.footer button#Subscribe:hover {
    background: transparent;
    border: 1px solid white;
    color: white;
}

.footer button#Subscribe {
    transition: 0.3s ease;
}
.footer .footer__content-bottom {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    margin: 0 50px;
    border-top: 1px solid white;
}
h2.footer-block__heading {
    text-transform: uppercase;
    font-size: 17px;
}
@media (max-width:1100px){
  .footer-block.footer-block-image-wrap {
      width: 100%;
      padding-right: 0px;
  }
  .footer-block.footer-block-text-wrap {
      width: 100%;
      justify-content: flex-start;
      display: flex;
      flex-direction: column;
  }
  
  form#ContactFooter {
      margin-left: 0;
  }
}
@media (max-width:650px){
  .footer__content-top.page-width {
      padding-left: 15px;
      padding-right: 15px;
  }
  
  .footer .footer__content-bottom {
      margin: 0 15px;
  }
  
  footer.footer {
      padding-bottom: 10px;
  }
  
  .footer-block.footer-block-text-wrap {
      order: -1;
  }
  h2.footer-block__heading {
    font-size: 18px;
}
  .footer div.footer__blocks-wrapper {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
  }
  
  .footer div.footer-block {
      margin: 0;
  }
  
  .footer .newsletter-form__field-wrapper {
      max-width: unset;
  }
  
  .footer-block__details-content.rte {
      margin-bottom: 10px;
  }
  
  .footer button#Subscribe {
      max-width: 250px;
  }
  
  div.footer-block.footer-block-text-wrap {
      margin-bottom: 20px;
  }
  
  .footer-block__details-content.footer-block-image {
      justify-content: flex-start;
      margin: 0;
  }
  
  .footer div.footer-block.footer-block-image-wrap {
      margin-bottom: 20px;
  }
  
  .footer .footer-block.footer-block-link_list-wrap {
      width: calc(100% / 3 - 3px);
  }
  
  .footer__content-top.page-width {
      padding-bottom: 0;
  }
}
@media (max-width: 500px) {
    h2.footer-block__heading {
        font-size: 15px;
    }
}
/* ===================================
============ FOOTER END ==============
====================================== */

/* ===================================
============ HOVER EFFECTS START ==============
====================================== */
.list-menu__item {
    position: relative;
}
.list-menu__item:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #2f60a2;
    left: 0;
    right: 0;
    transition: 0.3s ease;
}
.list-menu__item:hover:before {
    width: 100%;
}
header.header .header__menu-item:hover {
    color: #2f60a2;
}
.footer .footer-block__details-content a.list-menu__item:before {
    background: white;
    height: 1px;
    padding: 0;
}

.footer .footer-block__details-content a.list-menu__item {
    padding: 0;
}
/* ===================================
============ HOVER EFFECTS END ==============
====================================== */

/* ===================================
============ IMAGE WITH TEXT START ======
====================================== */
.page-width.make_full-width {
    padding: 0;
}
.image-with-text__image.rte img {
    max-width: 150px;
}

.image-with-text__image.rte {
    margin-bottom: 10px;
}

h2.image-with-text__heading.inline-richtext.h2 {}

.image-with-text__text.rte.body p {
    color: rgba(var(--color-foreground));
    font-size: 18px;
}

.image-with-text__content a.button:after {
    content: unset;
}

.image-with-text__content a.button {
    padding: 21px 10px;
    width: 100%;
    max-width: 250px;
    font-weight: 700;
}
.image-with-text__content a.button:hover {
    color: white;
    border: 1px solid white;
    background: transparent;
}

.image-with-text__content a.button {
    transition: 0.3s ease;
}
h2.image-with-text__heading.inline-richtext.h2 {
    font-size: 30px;
}
.image-with-text__text.rte.body p {
    line-height: 2;
}
@media (max-width:600px){
  div.image-with-text__content {
      padding-left: 15px;
      padding-right: 15px;
      display: flex;
      align-items: center;
      text-align: center;
  }
  
  h2.image-with-text__heading.inline-richtext.h2 {
      font-size: 22px;
      margin-top: 10px;
  }
  
  .image-with-text__image.rte {
      margin: 0;
  }
  
  .image-with-text__text.rte.body p {
      line-height: 1.5;
      font-size: 16px;
  }
  
  .image-with-text__content a.button {
      padding: 15px 6px;
      max-width: 200px;
  }
}
/* ===================================
============ IMAGE WITH TEXT END ======
====================================== */

/* ===================================
============ PRODUCT CARD START ======
====================================== */
.card-wrapper.product-card-wrapper {
    box-shadow: 0px 0px 15.02px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
}

.card__inner {
    background: #FFFFFF4D;
}
.product-card-wrapper div.card__content {
    padding: 0px 25px 20px;
    text-align: center;
}

.card__heading {
    font-size: 16px;
    font-weight: bold;
}
.card-information {
    justify-content: center;
    display: flex;
}
.quick-add__submit:after {
    content: unset;
}

.quick-add__submit {
    background: #303030;
    color: white;
    border-radius: 40px;
    font-size: 16px;
}
s.price-item.price-item--regular {
    font-size: 16px;
}

span.price-item.price-item--sale.price-item--last {
    color: black;
    font-weight: 500;
}
.card_product_reviews {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
}

.card_product_reviews svg {
    width: 20px;
    height: 20px;
}
.card_product span.price-item {
    font-size: 16px;
    color: black;
}
.product-feature-icon_row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.feature-icon_row-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.feature-icon_row-item img {
    width: 100%;
    height: 100%;
}
@media (max-width:500px){
  .product-card-wrapper div.card__content {
      padding: 0 10px 10px;
  }
  .card__heading {
      font-size: 13px;
  }
  .card_product_reviews svg {
      width: 15px;
      height: 15px;
  }
  .feature-icon_row-item {
      width: 30px;
      height: 30px;
  }
}
/* ===================================
============ PRODUCT CARD END ======
====================================== */

/* ===================================
  ============ NEWSLETTER START ======
  =================================== */
.newsletter .newsletter-form__field-wrapper .field input {
  width: 350px;
  min-width: 350px;
  padding-right: 5rem;
  height: 55px;
  border: 1px solid #2F60A2;
  border-radius: 10px;
}
.main .newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  max-width: 100%;
}

.main .field {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.main .newsletter-form__field-wrapper {
  max-width: max-content !important;
}

.newsletter span.svg-wrapper {
  width: 100% !important;
  height: 100%;
}

.main .field__label,
.customer .field label {
  display: flex;
  align-items: center;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 200%;
}

.main .newsletter__subheading.rte {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 600px;
}

.main .newsletter__subheading.rte p {
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.newsletter button#Subscribe {
    width: 190px;
    height: 55px;
    margin: 0;
    z-index: 2;
    color: #fff;
    background: #2F60A2 !important;
    border-radius: 10px;
    text-transform: capitalize;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 200%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    border: unset;
    cursor: pointer;
    transition: 0.3s ease;
}

.newsletter button#Subscribe:hover {
    background: transparent!important;
    color: #2F60A2;
    border: 1px solid #2F60A2;
}

/* ---------- Responsive ---------- */
@media screen and (max-width: 768px) {
  .main .newsletter-form__field-wrapper .field_input {
    width: 60%;
    min-width: 60%;
  }

  .main .field__label,
  .customer .field label {
    font-size: 14px !important;
  }

  .main .newsletter-form__button {
    width: 40%;
    font-size: 14px;
  }
}
@media (max-width:600px){
  .newsletter .field {
      flex-direction: column;
      gap: 10px;
      align-items: center;
  }
  
  .newsletter button#Subscribe {
      width: 100%;
  }
  .newsletter__wrapper {
      padding-left: 15px!important;
      padding-right: 15px!important;
  }
}
@media screen and (max-width: 375px) {
  .main .newsletter-form__field-wrapper .field_input {
    width: 100%;
    min-width: unset;
  }

  .main .newsletter-form__button {
    width: 100%;
    font-size: 14px;
  }
  .newsletter .newsletter-form__field-wrapper .field input {
    width: 100%;
    min-width: 100%;
  }
  .main .field {
    flex-direction: column;
    gap: 10px;
  }

  .field__label,
  .customer .field label {
    top: calc(1.4rem + var(--inputs-border-width)) !important;
    bottom: unset !important;
  }
}

/* ===================================
  ============ NEWSLETTER END ======
  =================================== */

/* ===================================
  ============ COLLECTION START ======
  =================================== */
h1.collection-hero__title {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 0;
}
.facet-filters__field .svg-wrapper {
    justify-content: end;
}
h2.related-products__heading {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
}
@media (max-width:600px){
  h1.collection-hero__title {
    font-size: 32px;
    padding: 10px 0;
 }
 h2.related-products__heading {
    font-size: 28px;
}
}
/* ===================================
  ============ COLLECTION END ======
  =================================== */


/* ===================================
  ============ VIDEO BOX START ======
  =================================== */
  .hair-regen-inner-row {
      width: 100%;
  }
  .hair-regen-inner-col {
      width: 100%;
  }
  .hair-regen-heading h1 {
    margin: 0;
    text-align: center;
    font-size: 35px;
    line-height: 100%;
    text-transform: capitalize;
    letter-spacing: -.5px;
    font-weight: 700;
  }
  .hair-regen-desc-info {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    gap: 5px;
    font-size: 18px;
    color:black;
    font-weight: 600;
  }
  .hair-regen-block-par {
      width: 100%;
      display: flex;
      align-items: stretch;
      height: auto;
  }
  .hair-regen-main-block {
    width: calc(20% - 8px) !important;
    display: flex;
  }
  .hair-regen-video video {
      width: 100%;
      height: auto;
      object-fit: cover;
      min-height: 420px;
      max-height: 450px;
  }
  .hair-regen-video {
      width: 100%;
      position: relative;
      display: flex;
      height: auto;
  }
  .hair-regen-thumbnail {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: flex;
      cursor: pointer;
  }
  .hair-regen-section .swiper {
    position: unset;
  }
  .hair-regen-section .swiper-button-prev {
      left: -15px !important;
  }
  .hair-regen-section .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: -25px !important;
  }
  .hair-regen-sab-ka-par {
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  .hair-regen-par-blocks {
    width: 100%;
    margin: 50px 0 0;
  }
  .hair-regen-thumbnail img {
    width: 100%;
    object-fit: cover;
  }
  .hair-regen-icon-svg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  .hair-regen-icon-svg svg {
    width: 100%;
    height: 100%;
  }
  .hair-regen-section div:empty {
      display: block;
  }
  .hair-regen-main-block {
    border-radius: 16px;
    overflow: hidden;
  }
  @media screen and (max-width:990px){
    .hair-regen-main-block {
      width: calc(25% - 8px) !important;
    }
    .hair-regen-video video {
      min-height: 300px;
    }
    .hair-regen-section .swiper {
      padding: 0 0 50px;
    }
    .hair-regen-section .swiper {
      margin: 20px 0 0;
    }

  }
  @media screen and (max-width:768px){
    .hair-regen-main-block {
      width: calc(50% - 8px) !important;
    }
    .hair-regen-video video {
      min-height: 300px;
    }
    .hair-regen-section .swiper {
      padding: 0 0 50px;
    }
    .hair-regen-section .swiper {
      margin: 50px 0 0;
    }
    .hair-regen-sab-ka-par {
      padding: 0 00px;
    }
  }
/* ===================================
  ============ VIDEO BOX END ======
  =================================== */

/* ===================================
  ============ OUR SERVICES START ======
  =================================== */
.testimonial-swiper {
    width: 100%;
    padding: 0;
  }
  .testimonial-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  h2.testimonial-heading {
    text-align: center;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -.5px;
  }
  .testimonial-par-blocks {
    width: 100%;
    display: flex;
    gap: 30px;
    padding: 0 0 0 0px;
    margin: 50px 0 0;
    align-items: stretch;
    height: 100%;
  }
  .review-box {
    width: calc(20% - 15px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
  }
  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
  }
  .review-stars {
      color: white;
  }
  p.font-bold {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    margin: 0 0 4px;
  }
  .testimonial-card {
    border-radius: 20px;
    padding: 20px;
    background: #F1F1F1;
    /* box-shadow: 0 4px 4px 0 #00000040; */
    width: 20% !important;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
  }

  .review-box {
    background: #222;
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    text-align: center;
  }
  .review-stars.text-sm span {
    width: 20px;
    height: 20px;
    display: flex;
  }
  .review-stars.text-sm {
    display: flex;
    align-items: stretch;
    justify-content: left;
  }
  .review-stars.text-sm span svg {
    width: 100%;
    height: 100%;
    display: flex;
  }
  p.text-sm {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    margin: 7px 0 0;
  }
  img.rounded-full {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%;
  }
  .flex.items-center.gap-4.mb-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  p.text-xs.text-gray-500.mt-1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: end;
    margin: 13px 0 0;
  }
  .swiper-button-next, .swiper-button-prev {
    color: transparent;
  }
  a.people-result-main-btn.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 280px;
    width: 100%;
    font-size: 16px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 70px 0 0;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px !important;
    color: #303030;
  }
  .people-result-par-swipper-block {
    width: calc(80% - 17px);
    padding: 0 20px 0 0;
    position: relative;
  }
  .review-star-verified {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .swiper-button-prev {
    left: -30px !important;
    right: auto;
    color: white;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -2px !important;
    left: auto;
    color: white !important;
  }
  .review-stars p {
    margin: 0;
    color: black;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    align-items: center;
    display: flex;
  }
  .review-stars-par-block {
    display: flex;
  }
  .swiper-pagination {
    display: none;
  }
  p.text-xs {
      color: rgba(var(--color-foreground));
  }

  p.text-sm {
  }

  .testimonial-card p {
      color: rgba(var(--color-foreground));
  }

  .review-star-verified {
      color: rgba(var(--color-foreground));
  }

  p.text-xs.text-gray-500.mt-1 {
      margin-top: 30px;
  }
  @media screen and (max-width:990px){
    .driven-supplement {
      width: 100%;
      padding: 0 20px;
    }
    .testimonial-par-blocks {
      width: 100%;
      padding: 0;
      margin: 30px 0 0;
      flex-wrap: wrap;
    }
    .testimonial-card {
      width: 50% !important;
    }
    .testimonial-swiper {
      padding: 0 0 00px;
    }
    .swiper-pagination {
      display: block;
    }
    .swiper-button-next, .swiper-button-prev {
      display: none !important;
    }
    .people-result-par-swipper-block {
      width: 55%;
      padding: 0;
    }
    .review-box {
      width: calc(45% - 30px) !important;
      margin: 0;
    }
    .people-result-pagi.swiper-horizontal>.swiper-pagination-bullets, .people-result-pagi.swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0px !important;
      position: absolute;
    }
    .people-results-per-blocks {
      padding: 0 0 35px;
    }
    .swiper-pagination-bullet-active {
      background: #2f60a2;
    }
  }
  @media screen and (max-width:600px){
    .driven-supplement {
      width: 100%;
      padding: 0 20px;
    }
    .people-result-par-swipper-block {
      width: 100%;
      padding: 0;
    }
    .review-box {
      width: calc(100%) !important;
      margin: 0;
    }
    .testimonial-par-blocks {
      width: 100%;
      padding: 0;
      margin: 30px 0 0;
      flex-wrap: wrap;
    }
    .swiper-pagination {
      display: block;
    }
    .swiper-button-next, .swiper-button-prev {
      display: none !important;
    }
    .people-results-per-blocks {
      padding: 0 0 35px;
    }
    .people-result-pagi.swiper-horizontal>.swiper-pagination-bullets, .people-result-pagi.swiper-pagination-bullets.swiper-pagination-horizontal {
      bottom: 0px !important;
      position: absolute;
    }
    a.people-result-main-btn.button {
      margin: 50px 0 0;
    }
    .testimonial-card {
      width: 88% !important;
    }
    .testimonial-par-blocks {
        flex-direction: column;
    }
  }
/* ===================================
  ============ OUR SERVICES END ======
  =================================== */

/* ===================================
  ============ MAIN PRODUCT START ======
  =================================== */

.pro .product-media-container {
  width: 100% !important;
}
.pro .product__info-container>+ {
  margin: 0 !important;
}
.pro span.visually-hidden.visually-hidden--inline {
  display: none;
}
.pro shop-pay-wallet-button {
  width: 100% !important;
  padding: 11px 0;
  background: #5433eb;
  min-height: 60px !important;
  display: flex;
  justify-content: center;
  font-size: 21px;
  line-height: 37px;
  align-items: center;
}
.pro .product__description.rte.quick-add-hidden p span {
  font-size: 24px;
  font-weight: 400;
  line-height: 39px;
}
.pro li.thumbnail-list__item {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
}
.pro span.price-item.price-item--regular {
  font-size: 35px;
  line-height: 40px;
  color: #2f60a2;
  font-weight: 700;
  margin: 20px 0 7px;
}
.pro .quantity:after {
  content: none;
}
.pro .product-metafield-par-imge {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 40px;
  justify-content: center;
  margin: 40px 0 0 !important;
}
.pro .product-metafield-main-image {
  width: 76px;
  display: flex;
  height: 76px;
}
.pro .product-metafield-main-image img {
  width: 100%;
  height: auto;
}
.pro .product-form_input {
  width: calc(30% - 7px);
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0;
  min-width: calc(35% - 7px);
  flex: none;
  max-width: fit-content;
}
.pro .product-form_quantity .form_label {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.pro button.quantity__button {
  background: #2F60A2 !important;
}
.pro quantity-input span.svg-wrapper svg {
  fill: #fff;
  stroke: #fff;
}


.pro .product-form_input price-per-item, .pro .price-per-item_container {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: none;
  max-width: 156px;
  width: 100%;
}
.pro .quantity {
  min-height: 36px;
  border: 2px solid #F6F6F6;
  width: 100%;
}
.pro .quantity__input {
  color: black;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}
.pro .product-form__buttons {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 20px;
  align-items: center;
}
.pro .button--full-width {
  display: flex;
  width: calc(65% - 8px);
  margin: 0 !important;
  background: #2F60A2;
  padding: 18px 0;
}
.pro .button--full-width span {
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
.pro button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  font-size: 21px;
  background: transparent;
  font-weight: 400;
  line-height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pro .button:after, .pro .shopify-challenge_button:after, .pro .customer button:after, .pro .shopify-payment-button_button--unbranded:after {
  content: none;
}
.pro .button:before, .pro .shopify-challenge_button:before, .pro .customer button:before, .pro .shopify-payment-button_button--unbranded:before {
    content: none;
}

.pro .shopify-payment-button {
  width: 100%;
}
.pro .product-par-block-image {
  display: flex;
  gap: 15px;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.pro .product-par-block-image svg {
  width: 58px;
  height: 37px;
}
.pro .product-star-icon-par {
  width: 100%;
  max-width: 169px;
  display: flex;
  height: auto;
  max-height: 30px;
}
.pro .product-star-icon-par svg {
  width: 100%;
  height: auto;
}
.pro .product-par-reviews {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pro .thumbnail {
  border-radius: 20px;
}
.pro .product-reviews-text p {
  margin: 0;
  color: #8B8989;
  font-size: 25px;
  line-height: 47px;
  font-weight: 400;
  text-decoration: 1px solid underline;
}
.product-par-reviews {
    margin-bottom: 0;
}

.product__description.rte.quick-add-hidden {
    margin-top: 8px;
}
.product-media-container.media-type-image.media-fit-contain.global-media-settings.gradient.constrain-height {
  border-radius: 20px;
}
.pro .js .product__media {
    border-radius: 20px;
}
.pro .product__title h1 {
    font-weight: 700;
}
.pro .product_info-container .product-form, .pro .productinfo-container .productdescription, .pro .product_info-container .icon-with-text {
    margin: 16px 0 8px;
}
.pro .product-heading-image p {
  margin: 0 0 16px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  color: #121212;
}
.pro .product__media.media.media--transparent {
    border-radius: 20px;
}
.pro button.shopify-payment-button__button.shopify-payment-button__button--unbranded:after, .pro button.shopify-payment-button__button.shopify-payment-button__button--unbranded:before {
  display: none;
}
@media screen and (max-width:1300px){
  .pro .product__title h1 {
    font-size: 28px;
  }
  .pro span.price-item.price-item--regular {
    font-size: 26px;
    line-height: 32px;
    margin: 8px 0 7px;
  }
  .pro .product-par-reviews {
    gap: 15px;
  }
  .pro .product-reviews-text p {
    font-size: 20px;
    line-height: 38px;
  }
  .pro .product__description.rte.quick-add-hidden p span {
    font-size: 18px;
    line-height: 28px;
  }
  .pro .product-metafield-par-imge {
    gap: 25px;
    margin: 25px 0 0 !important;
  }
  .pro .product-metafield-main-image {
    width: 55px;
    height: 55px;
  }
  .pro .product-form_input {
    width: calc(50% - 7px);
  }
  .pro .button--full-width {
    width: calc(50% - 8px);
    padding: 18px 0;
  }
  .pro .button--full-width span {
    font-size: 18px;
  }
  .pro .shopify-payment-button {
    padding: 5px 0;
  }
  .pro button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (max-width:990px){
  .pro .product.grid {
    gap: 25px;
  }
  .pro .grid--1-col .grid__item {
    max-width: 100%;
    width: 100%;
  }
  .pro .slider-button {
    box-shadow: 0 1.35px 3.38px 0 #1018280F;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
  .pro li.thumbnail-list__item {
    border-radius: 0;
  }
  .pro .thumbnail {
    border-radius: 0;
  }
  .pro .product__title h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .pro span.price-item.price-item--regular {
    font-size: 20px;
    line-height: 38px;
    margin: 0 0 7px;
  }
  .pro .product-par-reviews {
    gap: 13px;
  }
  .pro .product-star-icon-par {
    max-width: 100px;
    max-height: 22px;
  }
  .pro .product-reviews-text p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
  }
  .pro .product__description.rte.quick-add-hidden p span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
  }
  .pro .product-metafield-par-imge {
    gap: 25px;
    margin: 25px 0 0 !important;
  }
  .pro .product-metafield-main-image {
    width: 54px;
    height: 54px;
  }
  .pro .product-form_input {
    width: 100%;
  }
  .pro .product-form_quantity .form_label {
    font-size: 16px;
    line-height: 24px;
  }
  .pro .quantity__input {
    font-size: 16px;
    line-height: 28px;
  }
  .pro .product-form__buttons {
    row-gap: 12px;
  }
  .pro .button--full-width {
    width: 100%;
    margin: 0 !important;
    padding: 18px 0;
  }
  .pro .button--full-width span {
    font-size: 16px;
  }
  .pro button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    font-size: 16px;
    line-height: 24px;
  }
  .pro .shopify-payment-button {
    padding: 0;
  }
}
/* ===================================
  ============ MAIN PRODUCT END ======
  =================================== */




/* ===================================
  ============ Contact form Start ======
  =================================== */

  .con .contact {
    width: 100%;
    display: flex;
    gap: 115px;
    align-items: stretch;
    max-width: 1200px;
  }
  .con input.field__input {
    background: #F9F9F9;
  }
  .con textarea.text-area {
    background: #F9F9F9;
  }
  .con button.button {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 15px 0;
  }
  .contact-form-main-paragraph {
    max-width: 385px;
    width: 100%;
  }
  .con .contact__button {
    margin-top: 20px;
  }
  .con form.isolate {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .con h2.title.title-wrapper--no-top-margin {
    font-size: 60px;
    font-weight: 400;
    line-height: 46px;
    margin: 0 0 20px 0;
  }
  .con .contact-form-col-1 {
    width: calc(40% - 57.5px);
  }
  .con .contact-form-main-paragraph p {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
  }
  .con .contact-form-main-heading h3 {
    margin: 51px 0 0 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
  }
  .con .contact-form-par-block {
    width: 100%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .con .contact-form-main-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .con .contact-form-block-svg {
    width: 24px;
    height: 24px;
    display: flex;
  }
  .con .contact-form-block-svg svg {
    width: 100%;
    height: 100%;
  }
  .con .contact-form-block-text p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 28x;
    color: black;
  }
  .con .contact-form-block-text p a {
    color: black;
  }
  .con .contact__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .con .field {
    margin: 0 !important;
    border: 1px solid #828282;
  }
  .con .contact-form-col-2 {
    width: calc(60% - 57.5px);
    border: 1px solid #BDBDBD;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 50px;
  }
  .con .contact-form-block-text {
    width: calc(100% - 34px);
  }
  .card__media .media img {
    object-fit: contain!important;
  }
  @media screen and (max-width:1300px){
    .con .contact.page-width.page-width--narrow {
      padding-left: 50px;
      padding-right: 50px;
      margin: 0 !important;
    }
  }
  @media screen and (max-width:990px){
    .con .contact {
      gap: 40px;
      flex-direction: column;
    }
    .con .contact-form-col-1 {
      width: 100%;
    }
    .con .contact-form-col-2 {
      width: 100%;
      padding: 30px;
    }
  }
  @media screen and (max-width:768px){
    .con .contact {
      gap: 40px;
      flex-direction: column;
    }
    .con h2.title.title-wrapper--no-top-margin {
      font-size: 40px;
      font-weight: 400;
      line-height: 31px;
      margin: 0 0 14px;
    }

    .con .contact-form-main-paragraph p {
      font-size: 14px;
      line-height: 18px;
    }
    .con .contact-form-main-heading h3 {
      margin: 35px 0 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 18.5px;
    }
    .con .contact-form-block-svg {
      width: 18px;
      height: 18px;
    }
    .con .contact-form-block-text p {
      font-size: 14px;
      font-weight: 600;
      line-height: 26px;
    }
    .con .contact-form-col-1 {
      width: 100%;
    }
    .con .contact-form-par-block {
      margin: 10px 0 0;
      gap: 10px;
    }
    .con .contact-form-col-2 {
      width: 100%;
      padding: 30px;
    }
    .con label.field__label {
      font-size: 12px;
      font-weight: 400;
      line-height: 18px;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
    }
    .con .contact__fields {
      gap: 13px;
    }
    .con form.isolate {
      gap: 13px;
    }
    .con .contact__button {
      margin-top: 13px;
    }
    .con button.button {
      font-size: 14px;
      padding: 10px 0;
    }
    .contact-form-col-2 .field:nth-child(4) label.field__label {
      top: 10px;
    }
    label.form__label.field__label.messege {
      top: calc(1rem + var(--inputs-border-width));
      bottom: unset;
    }
    .field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
      top: 7px;
      bottom: unset;
    }
  }
  @media screen and (max-width:750px){
    .con .contact.page-width.page-width--narrow {
      padding-left: 15px;
      padding-right: 15px;
      margin: 0 !important;
    }
    .con .contact-form-main-block {
      width: 50%;
    }
    .contact-form-main-block:last-child .contact-form-block-svg svg {
      display: none;
    }
  }
  @media screen and (max-width:650px){
    .con .contact-form-main-block {
      width: 100%;
    }
  }

/* ===================================
  ============ Contact form END ======
  =================================== */




/* ===================================
  ============ Article blog Start ======
  =================================== */

.blog-articles.blog-articles--collage {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 35px;
}
.blog-articles__article.article {
  width: calc(33.33% - 30px);
}
.card__inner.color-scheme-2.gradient.ratio {
  max-height: 250px;
  width: 100%;
  display: flex;
}
h3.card__heading.h2 {
  order: 2;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
  margin: 13px 0 0;
  color: black;
}
.article-card__info.caption-with-letter-spacing.h5 {
  order: 1;
  display: flex;
}
.article-card__info.caption-with-letter-spacing.h5 span.circle-divider {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #5C5C5C;
}
p.article-card__excerpt.rte-width {
  order: 3;
  text-align: left;
  margin: 10px 0 0;
  color: #5C5C5C;
}
.card-content-date-text {
  background: #001B790A;
  border-radius: 50px;
  padding: 5px 15px;
}
.card-content-main-button p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #6B7589;
}
.card-content-pr-date-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  gap: 50px;
}
.card-content-date-text {
  background: #001B790A;
  border-radius: 50px;
  padding: 5px 15px;
  position: relative;
}
.card-content-pr-date-block:after {
  content: "";
  width: 35px;
  height: 2px;
  background: #9BA5B9;
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  left: 160px;
}
.card-content-main-button p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #6B7589;
}
.underline-links-hover:hover a {
  text-decoration: none !important;
  text-underline-offset: .3rem;
}
.main-blog h1.title--primary.scroll-trigger.animate--fade-in {
  display: none;
}
.card__information {
  display: flex;
  flex-direction: column;
}
a.pagination__item {
  border: 1px solid #EAE9F2;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 600;
  height: 38px;
}
.main-blog .pagination-wrapper {
  margin-top: 75px;
}
.pagination__item--current:after, .pagination__item:hover:after {
   display: none !important;
}
a.pagination__item .svg-wrapper svg {
  width: 15px;
  height: 15px;
}
.pagination__list li {
  max-width: 38px !important;
  max-height: 35px;
}
a.pagination__item .svg-wrapper {
  width: 40px;
  height: 40px;
  display: flex;
}
.pagination__item--current.light {
  background: #2F60A2;
  color: white;
  opacity: 1;
}
@media screen and (max-width:1150px){
  .blog-articles__article.article {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width:768px){
  .blog-articles__article.article {
    width: 100%;
  }
  .main-blog .pagination-wrapper {
    margin-top: 50px;
  }

  .blog-articles.blog-articles--collage {
    gap: 65px;
  }
}

/* ===================================
  ============ Article blog END ======
  =================================== */


/* ===================================
  ============ PRO ICON AND TEXT START ======
  =================================== */

  .pro-icon-text-inner-row {
    width: 100%;
  }
  .pro-icon-text-inner-col {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 36px;
    flex-wrap: wrap;
  }
  .pro-icon-text-main-block {
    width: calc(25% - 27px);
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  }
  .pro-icon--text-main-icon {
    width: 34px;
    height: 34px;
    display: flex;
  }
  .pro-icon--text-main-icon svg {
    width: 100%;
    height: 100%;
  }
  .pro-icon-text-main-content {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .pro-icon-text-content-heading h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-transform: capitalize;
  }

  .pro-icon-text-content-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
  }
  @media screen and (max-width:990px){
    .pro-icon-text-main-block {
      width: calc(50% - 18px);
      padding: 19px;
      gap: 10px;
    }
  }
  @media screen and (max-width:600px){
    .pro-icon-text-inner-col {
      gap: 20px;
    }
    .pro-icon-text-main-block {
      width: calc(50% - 10px);
      padding: 19px;
      gap: 10px;
    }
    .pro-icon--text-main-icon {
      width: 25px;
      height: 25px;
    }
    .pro-icon-text-main-content {
      gap: 10px;
    }
    .pro-icon-text-content-heading h3 {
      font-size: 13px;
    }
    .pro-icon-text-content-text p {
      font-size: 12px;
    }
  }

/* ===================================
  ============ PRO ICON AND TEXT END ======
  =================================== */


/* ===================================
  ============ CART DRAWER START ======
  =================================== */
.cart__note .text-area {
    resize: vertical;
}
.drawer__close svg {
    width: 16px;
}
.drawer-reserve-info p {
    margin: 0;
}

.drawer-reserve-info {
    background: #2F60A2;
}

.drawer__inner.gradient {
    padding-left: 0;
    padding-right: 0;
}

div.drawer__header, cart-drawer-items, div.drawer__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.drawer-reserve-info p {
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 1;
    max-width: fit-content;
    margin: 0 auto;
}

.drawer-reserve-info {
    padding: 20px 0;
}
h2.drawer__heading {
    font-weight: 800;
    letter-spacing: 0px;
}
button.drawer__close {
    right: 0;
}
.drawer__inner {
    border: unset!important;
}
td.cart-item__totals.hide_custom {
    display: none;
}
.cart-item__details a.cart-item__name {
    font-weight: 700;
}

.cart-remove-button svg {
    width: 20px;
    height: 20px;
}

.product-option {
    font-weight: 700;
}
.cart-item__details a.cart-item__name {
    font-weight: 700;
}

.cart-remove-button svg {
    width: 20px;
    height: 20px;
}

.product-option {
    font-weight: 700;
    color: black;
}

quantity-popover .quantity {
    background: #D2D2D2!important;
    border-radius: 5px;
    max-width: 100px;
    min-height: 34px;
}

quantity-popover .quantity:after {
    content: unset;
}

button.quantity__button {
    width: 35px;
    height: 35px;
    margin: auto;
}

input.quantity__input {
    font-weight: 600;
}

button.quantity__button span {
    width: 13px!important;
    height: 14px!important;
}
textarea#CartDrawer-Note::placeholder {
    opacity: 1;
    color: #9CA3AF;
}
span.summary__title {
    font-weight: 900;
}

.summary__title svg.icon.icon-caret {
    position: unset;
    margin-left: 11px;
}

.drawer__footer>details {
    border: unset!important;
}

.drawer__footer {
    border: unset;
}

.drawer__footer summary {
    padding-bottom: 5px;
}
.drawer__footer {
    border: unset!important;
}
.cart-drawer__footer {
    display: none;
}
details#Details-CartDrawer {
    padding: 0 15px;
}
.cart__note .text-area {
    resize: unset!important;
}
.drawer__footer {
    background: #2F60A2;
}

.drawer__footer button#CartDrawer-Checkout {
    background: transparent;
}

.drawer__footer button#CartDrawer-Checkout:after {
    content: unset;
}
.drawer__footer button#CartDrawer-Checkout {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 16px;
    min-height: 40px;
    height: unset;
}

.drawer__footer button#CartDrawer-Checkout p.totals__total-value {
    font-size: 16px;
    margin: 0;
}
details#Details-CartDrawer {
    margin-bottom: 20px;
}
.cart__ctas {
    flex-direction: column;
}

a.button.custom_control {
    background: transparent;
    margin: 0;
    min-height: unset;
    font-weight: 700;
}

a.button.custom_control:after {
    content: unset;
}
/* ===================================
  ============ CART DRAWER END ======
  =================================== */

/* ===================================
  ============ PRODUCT RECOMDATION CSS START ======
  =================================== */
.recomendations_image img {
    width: 100%;
}

.cart_recomendations-heading {
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: black;
}

/* .cart_recomendations-column-inner {
    padding: 0 20px;
} */

.recomendations-column-item {
    display: flex!important;
    gap: 1rem;
}

.recomendations_image {
    width: 100%;
    max-width: 100px;
}

.recomendations_info {
    display: flex;
    flex-direction: column;
    /* padding-left: 10px; */
    width: 100%;
}
.cart_recomendations-row {
    padding: 0 20px;
}
.cart_recomendations-column-inner {
    padding-bottom: 30px;
}

.recomendations_info h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    max-width: 250px;
}
.recomendations_info h3 a {
    color: black;
}
.recomendations_info_button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}

p.price_wrap {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: black;
}

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

.recomendations_info_button .quick-add .quick-add__submit {
    background: #2F60A2;
    border-radius: 8px;
    margin: 0;
}
details#Details-CartDrawer {
    padding-top: 12px;
}
.recomendations_info_button .quick-add .quick-add__submit {
    width: 40px;
    height: 40px;
    min-height: unset;
}
.cart_recomendations-row .swiper-button-prev, .cart_recomendations-row .swiper-button-next {
    display: flex!important;
}
.swiper-pagination.slider_dts {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 7px;
}

.slider_dts span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #bbbbbb;
    opacity: 1;
}

.slider_dts span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #6287b8;
}
.slider_btn {
    top: 20%!important;
}

.swiper-button-prev.slider_btn {
    left: -5px!important;
}
.cart_recomendations-heading {
    margin-bottom: 20px;
}
.cart_recomendations-row {
    position: relative;
}

.slider_btn {
    top: 0!important;
    bottom: 0!important;
    margin: auto!important;
}

.swiper-button-next.slider_btn {
    right: -8px!important;
}
.drawer__footer {
    padding-top: 20px!important;
    padding-bottom: 30px!important;
}
/* ===================================
  ============ PRODUCT RECOMDATION CSS END ======
  =================================== */

h2.image-with-text__heading.inline-richtext.h2 {
    font-weight: 600;
}
.newsletter__wrapper h2 {
    font-weight: 600;
}
h2.footer-block__heading {
    font-weight: 600;
}
.image-content-main-heading h1 {
    font-weight: 500;
}
.con .contact-form-main-paragraph p {
    color: black;
}