/** Shopify CDN: Minification failed

Line 161:12 Expected ":"

**/


/* CSS from section stylesheet tags */
.values-accordion-wrapper {
      background: white;
      display: flex
  ;
      flex-wrap: wrap;
      align-items: center;
      gap: 55px;
      padding: 50px;
      border-radius: 20px;
      margin: auto 40px;
      box-shadow: 0 0 64px 10px rgba(234, 230, 222, .6);
      background-size: auto 100%;
  }

  .values-left {
      flex: 1 1 50%;
      text-align: center;
  }

  .values-left img {
    max-width: 100%;
    border-radius: 20px;
  }

  .values-right {
      flex: 1 1 45%;
      padding-right: 60px;
  }

  .accordion-number {
      color: #905b24;
      margin-right: 20px;
      font-weight: 600;
      font-size: 17px;
      font-family: 'Plus Jakarta Sans';
      letter-spacing: -.6px;
  }

  h2.heading span {
      color: #b18533;
  }

  span.accordion-title {
      font-size: 20.4px;
      font-weight: 800;
      font-family: 'Plus Jakarta Sans';
  }

    .subheading {
      font-size: 17px;
      text-transform: uppercase;
      color: #905b24;
      margin-bottom: 10px;
      letter-spacing: 1px;
      font-weight: 800;
      font-family: 'Plus Jakarta Sans';
  }

    .heading {
      margin-bottom: 23px !important;
      font-size: 45px;
      font-weight: 800;
      margin: 0;
      font-family: 'Plus Jakarta Sans';
      line-height: 50px;
      letter-spacing: -1.92px;
  }

  .accordion-toggle:after {
      right: 0;
      content: '';
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29708 0L5.5 4.32839L9.70292 0L11 1.33581L5.5 7L0 1.33581L1.29708 0Z' fill='%23121112'/%3E%3C/svg%3E%0A");
      transform: rotate(0deg);
      /* width: 30px; */
      /* height: 30px; */
      width: 40px;
      height: 100%;
      background-repeat: no-repeat;
      position: absolute;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      color: currentcolor;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-transition: all .3s;
      transition: all .3s;
  }

  button.accordion-toggle {
     border-bottom:1px solid #d0c7ba;
      position: relative;
  }

  .accordion-toggle.active:after {
      transform: rotate(180deg);
  }

  .accordion-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .accordion-toggle {
    background: none;
    border: none;
    font-size: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    font-weight: bold;
    padding: 15px 0;
    cursor: pointer;
    transition: color 0.3s ease;
  }

  .accordion-toggle.active {
    color: #a78a38;
  }

  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .accordion-content p {
    padding: 10px 0;
    margin: 0;
    color: black;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Plus Jakarta Sans';
    line-height: 24px;
}

  button.accordion-toggle:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 2px;
    pointer-events: none;
    bottom: -1px;
    left: 0;
    backgrou;
    background: #cca357;
}

button.accordion-toggle.active:before {
    width: 100%;
}

.values-accordion-wrapper .fco_btn_wrapper {
    margin-top: 39px;
}

.values-accordion-wrapper  a.fco_btn2 {
    padding: 5px 10px 5px 20px;
}
  
  .cta-button {
    display: inline-block;
    margin-top: 30px;
    background: #a78a38;
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 0 #00000030;
    transition: all 0.3s ease;
  }

  .cta-button:hover {
    background: #7e681f;
  }
.related-products {
    max-width: 526px !important;
}
.related-products-grid {
  padding: 0;
  box-sizing: border-box !important;
}
.related-products li.related-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  width: 100%;
  background: #fff;
}

.related-products .left-image {
  width: 100%;
  text-align: center;
  margin-right: 10px;
  max-width: 35%;
  border: 1px solid #ccc;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  margin-right: 20px;
  max-width: 25%;
}

.related-products .left-image img {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  max-height: 140px;
  min-height: 140px;
  display: block;
}
.related-products .right-content h3 {
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.54px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #000000;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
    margin-top: 0;
}

.related-products .right-content p {
  display: -webkit-box;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  color: #5d3914;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: -.78px;
}
.related-products .swiper-pagination-fraction {
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  color: #333;
}

.related-products .swiper-pagination-progressbar {
  position: relative;
  height: 1px;
  background: #eee;
  margin-top: 10px;
  bottom: 0;
  width: 100%;
}

body .related-products .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: left;
  transform: scaleX(0);
  background: #5d3914;
  transition: transform 0.3s ease;
  height: 3px !important;
  top: -1.5px;
}
.related-products .buttons-stacked a.fco_btn2 {
  font-size: 14px;
  box-shadow: 0 0 0 3px #eee1c5;
  background: linear-gradient(
      77deg,
      rgb(250 196 118 / 0.2) 28.04%,
      #fff0 81.35%
    ),
    #fff;
  padding: 3px 5px 3px 15px;
  gap:10px;
}
.related-products .buttons-stacked a.fco_btn2 span {
  width: 36px;
  height: 36px;
  padding: 6px;
  line-height: 32px;
}
.related-products .buttons-stacked a.fco_btn2:hover {
  box-shadow: 0 0 0 3px #eee1c5;
  background: #905b24;
}
.related-products .buttons-stacked button.fco_btn2 {
  font-size: 14px;
  padding: 3px 5px 3px 15px;
  line-height: 16px;
  min-width: auto;
  min-height: auto;
  margin: 0;
  box-shadow: 0 0 0 3px rgba(204, 163, 87, 0.3);
  gap:10px;
}
.related-products .buttons-stacked button.fco_btn2 span {
  border-radius: 75px;
  font-size: 20px;
  background: #b18533;
  position: relative;
  z-index: 0;
  width: 36px;
  height: 36px;
  padding: 6px;
}
.related-products .buttons-stacked button.fco_btn2 span:after {
  content: "";
  background: #5d3914;
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 75px;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: center;
  transform: scale(0);
  transition: 0.3s ease-in-out;
}
.related-products .buttons-stacked {
  display: flex;
  align-items: center;
  gap: 12px;
}
.related-products .buttons-stacked button.fco_btn2:hover {
  box-shadow: 0 0 0 3px rgba(204, 163, 87, 0.1);
  background: #905b24 !important;
  color: #fff !important;
}
.related-products .buttons-stacked button.fco_btn2:hover span {
  background: #5d3914;
}
.related-products .navArrows > div {
  display: flex;
  position: unset;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 60px;
  height: 60px;
  color: #000;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.related-products .myAddonSwiperNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.related-products .navArrows {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  column-gap: 3px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 3.5rem;
}
.related-products .navArrows > div::after {
  font-size: 20px;
  font-weight: bold;
}
.related-products .has-combo-progress {
  max-width: 85%;
  width: 100%;
  display: flex;
  position: relative;
  height: 60px;
  align-items: center;
  justify-content: center;
}

.related-products .has-combo-progress .swiper-pagination-fraction.swiper-pagination-horizontal {
  margin-right: 3.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.66px;
  display: flex;
  width: auto;
  color: #000;
  font-family: "Poppins";
  align-items: center;
}
.related-products .has-combo-progress .swiper-pagination-progressbar {
  display: flex;
  position: relative;
}
.related-products .has-combo-progress span.swiper-pagination-current {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  margin-right: 5px;
}
.custom-form-quantity {
    display: flex;
    flex-wrap: wrap;
}
.custom-form-quantity > div:first-child {
    order: 2;
}
.custom-form-quantity > div:last-child {
    order: 3;
}
 /* mobile device */
.visit-faqs {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.visit-faqs svg {
    width: 25px;
}
@media (max-width: 767px){


.product {
    flex-direction: column;
    padding: 10px;
}

  product-info#MainProduct-template--19408784163059__main {
    padding: 10px !important;
}
  
#MainProduct-template--19408784163059__main .grid__item.product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

.slider-buttons.quick-add-hidden {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-around;
}

.product__info-wrapper.grid__item.scroll-trigger.animate--slide-in {
    width: 100% !important;
    max-width: 100% !important;
    /* padding: 20px !important; */
}

.price-per-item__container {
    flex-direction: column;
    width: 100% !important;
}

quantity-input.quantity {
    width: 60% !important;
}

.cart_btn {
    width: 100% !important;
}

.info-icons-wrapper {
    margin: 0;
    padding: 0;
}

.blog-tabs.products_custom_tabs {
    overflow: auto;
    margin: 0 auto;
     padding: 20px 40px !important;
    width: 100% !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px;
}

.swiper.product-swiper.related_slider {
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px;
}

.related_slider .product-card {
    /* width: 100% !important; */
}

.products_custom_tab  .tab-content.active {
    margin: 0 auto;
    padding: 20px 10px;
}

.ass_videos {flex-wrap: wrap;}

nav.product_breadcrumb {
    padding: 0px 20px;
}
}
@media only screen and (max-width: 767px) {
  .related-products {
      max-width: 350px !important;
  }
  .related-products .buttons-stacked a.fco_btn2, .related-products .buttons-stacked button.fco_btn2 {
    padding: 3px 4px 3px 15px !important;
}
}
.transform-grid-wrapper {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
}

  .transform-header {
    margin-bottom: 20px;
    display: flex;
    text-align: left;
    align-items: end;
}

.transform-header p strong {
    color: #905b24;
}

  .transform-header {
    margin-bottom: 20px;
    display: flex;
    text-align: left;
    align-items: end;
}

.transform-header p {
    color: black;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 25px;
    margin:0px;
}

.transform-header p strong {
    color: #905b24;
}

a.transform-card:after {
    position: relative;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(24deg, rgb(13 40 67 / .8) 5.6%, #fff0 41.22%) !important;
}

.transform-card:hover img {
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.transform-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-items: center;
}

.transform-card {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  transition: transform 0.3s ease;
  display: block;
}


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

.card-title {
      position: absolute;
    bottom: 16px;
    left: 16px;
    font-size: 36px;
    font-weight: 800;
    z-index: 9;
    font-family: 'Plus Jakarta Sans';
    line-height: 45px;
    padding: 20px;
}

  .transform-grid-wrapper h2 {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Plus Jakarta Sans';
    line-height: 54px;
    margin: 0;
}