/** Shopify CDN: Minification failed

Line 18:17 Unexpected "{"
Line 18:26 Expected ":"
Line 22:17 Unexpected "{"
Line 22:26 Expected ":"
Line 30:17 Unexpected "{"
Line 30:26 Expected ":"
Line 38:17 Unexpected "{"
Line 38:26 Expected ":"
Line 48:17 Unexpected "{"
Line 48:26 Expected ":"
... and 250 more hidden warnings

**/


#bundle-product-{{ section.id }} .bp-left {
  width: 570px;
}

#bundle-product-{{ section.id }} .bp-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}

#bundle-product-{{ section.id }} .bp-main-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 12px;
}

#bundle-product-{{ section.id }} .bp-sold {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #fff;
  border-radius: 7px;
  padding: 9px 13px;
  font-size: 13px;
  z-index: 2;
}
#bundle-product-{{ section.id }} .paragaraph_style_1{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400px;
  color: #000;
}

#bundle-product-{{ section.id }} .bp-wishlist,
#bundle-product-{{ section.id }} .bp-share {
  position: absolute;
  bottom: 15px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 10px #0002;
  font-size: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

#bundle-product-{{ section.id }} .bp-wishlist {
  right: 70px;
}

#bundle-product-{{ section.id }} .bp-share {
  right: 15px;
  font-size: 25px;
}

#bundle-product-{{ section.id }} .bp-wishlist.active {
  color: {{ section.settings.accent_color }};
}

#bundle-product-{{ section.id }} .bp-gallery {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

#bundle-product-{{ section.id }} .bp-gallery-arrow {
  width: 25px;
  border: 0;
  background: none;
  font-size: 28px;
  cursor: pointer;
  padding: 0;
}

#bundle-product-{{ section.id }} .bp-thumbs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  flex: 1;
  scrollbar-width: none;
}

#bundle-product-{{ section.id }} .bp-thumbs::-webkit-scrollbar {
  display: none;
}

#bundle-product-{{ section.id }} .bp-thumb {
  width: 95px;
  min-width: 95px;
  height: 95px;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}


#bundle-product-{{ section.id }} .bp-thumb.active {
  border-color: {{ section.settings.accent_color }};
}

#bundle-product-{{ section.id }} .bp-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}

#bundle-product-{{ section.id }} .bp-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #000;
  margin: 0px;
  font-family: "Instrument Serif", sans-serif;
  
}
#bundle-product-{{ section.id }} .custom-price-wrapper{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
#bundle-product-{{ section.id }} .custom-price-sale{
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  color: #000;
}
#bundle-product-{{ section.id }} .custom-price-compare{
  font-size: 20px;
  line-height: 29px;
  font-weight: 600;
  color: #000;
}
#bundle-product-{{ section.id }} .custom-save-badge{
    font-size: 12px;
    line-height: 12px;
    font-weight: 400px;
    padding: 4px 8px;
    background: #98D91B;
    color: #fff;
    border-radius: 5px;
}
#bundle-product-{{ section.id }} .title_heaiding_style{
font-size: 20px;
}
#bundle-product-{{ section.id }} .rating_area{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
#bundle-product-{{ section.id }} .para-1{
  font-size: 14px;
  line-height: 21px;
  font-weight: 400px;
  margin: 0px;
}
#bundle-product-{{ section.id }} .reviewer_area{
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: rgba(170, 132, 131, 0.4) 0px 0px 8px 0px;
  margin-bottom: 36px;
  margin-top: 16px;
}
#bundle-product-{{ section.id }} .reviewer_area .reviewer_profile{
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
#bundle-product-{{ section.id }} .reviewer_area .reviewer_desc p {
  margin: 0px;
}
#bundle-product-{{ section.id }} .reviewer_area .reviewer_desc p em{
  font-size: 15px;
  font-weight: 400 !important;
  line-height:20px ;
  color: #000;
  font-family: "Instrument Serif", sans-serif;
  
}
#bundle-product-{{ section.id }} .reviewer_area .reviewer_desc p strong{
  font-weight: 700
}

#bundle-product-{{ section.id }} .list_area .list_item{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
  margin-top: 5px;
}
#bundle-product-{{ section.id }} .list_area .list_item:last-of-type {
  margin-top: 32px;
}
#bundle-product-{{ section.id }} .list_area .list_item .list_check{
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
#bundle-product-{{ section.id }} .list_area .list_item .list_desc p{
  font-size: 16px;
  font-weight: 400 !important;
  line-height: 26px ;
  color: #121212;
  font-family: "Instrument Serif", sans-serif;
  margin: 0px;
  
}
#bundle-product-{{ section.id }} .list_area .list_item .list_desc p strong{
  font-weight: 700;
}
#bundle-product-{{ section.id }} .bp-rating {
  font-size: 20px;
  color: #FAAD14;
}

#bundle-product-{{ section.id }} .bp-variants {
  margin-bottom: 20px;
}

#bundle-product-{{ section.id }} .bp-option {
  margin-bottom: 17px;
}

#bundle-product-{{ section.id }} .bp-option-label {
  font-size: 15px;
  margin-bottom: 9px;
}

#bundle-product-{{ section.id }} .bp-option-values {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px;
  scrollbar-width: none;
}

#bundle-product-{{ section.id }} .bp-option-values::-webkit-scrollbar {
  display: none;
}

#bundle-product-{{ section.id }} .bp-variant {
  width: 115px;
  min-width: 115px;
  padding: 7px;
  border: 1.5px solid #999;
  border-radius: 13px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}

#bundle-product-{{ section.id }} .bp-variant.active {
  border: 3px solid #98D91B;
  padding: 5px;
}

#bundle-product-{{ section.id }} .bp-variant-image {
  height: 78px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bundle-product-{{ section.id }} .bp-variant-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bundle-product-{{ section.id }} .bp-variant-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bundle-product-{{ section.id }} .bp-variant-price {
  font-size: 12px;
  color: #666;
  margin-top: 3px;
}

#bundle-product-{{ section.id }} .bp-offers {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 16px;
}

#bundle-product-{{ section.id }} .bp-offer {
  position: relative;
  border: 1px solid #98D91B;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  overflow: visible;
}

#bundle-product-{{ section.id }} .bp-offer.active {
  background: #96d91bb7;
  border: 2px solid #98D91B;
}

#bundle-product-{{ section.id }} .bp-badge {
  position: absolute;
  right: 12px;
  top: -11px;
  background: #98D91B;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  z-index: 1;
  text-transform: uppercase;
}

#bundle-product-{{ section.id }} .bp-offer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 50px 12px 29px;
}

#bundle-product-{{ section.id }} .bp-offer-product {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

#bundle-product-{{ section.id }} .bp-offer-image {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bundle-product-{{ section.id }} .bp-offer-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bundle-product-{{ section.id }} .bp-offer-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
}

#bundle-product-{{ section.id }} .bp-offer-subtitle {
  font-size: 16px;
  margin-top: 4px;
  font-weight: 500;
  line-height: 22px;
}

#bundle-product-{{ section.id }} .bp-offer-price {
  text-align: right;
  min-width: 105px;
}

#bundle-product-{{ section.id }} .bp-offer-price strong {
  display: block;
  color: #5b130b;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  white-space: nowrap;
}

#bundle-product-{{ section.id }} .bp-offer-price del {
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  white-space: nowrap;
  color: #000;
}

#bundle-product-{{ section.id }} .bp-benefits {
  border-top: 1px solid #fff;
}

#bundle-product-{{ section.id }} .bp-benefit {
  min-height: 43px;
  padding: 6px 9px;
  display: flex;
  align-items: center;
  gap: 9px;
  background: #F4D8D5;
  color: #5b130b;
  border-top: 1px solid #fff;
  font-size: 13px;
}
#bundle-product-{{ section.id }} .bp-benefit span{
      display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    color: #5b130b;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
}

#bundle-product-{{ section.id }} .bp-benefit:first-child {
  border-top: 0;
}

#bundle-product-{{ section.id }} .bp-benefit-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #fff;
  color: {{ section.settings.accent_color }};
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bundle-product-{{ section.id }} .bp-gift {
  background: #f1d5d2;
  color: {{ section.settings.accent_color }};
}

#bundle-product-{{ section.id }} .bp-same-free {
  background: #96d91bb7;
  color: #000;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700
}

#bundle-product-{{ section.id }} .bp-gift-image {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#bundle-product-{{ section.id }} .bp-gift-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#bundle-product-{{ section.id }} .bp-gift-text {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #5b130b;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}

#bundle-product-{{ section.id }} .bp-gift-text strong {
  font-weight: 700;
}

#bundle-product-{{ section.id }} .bp-delivery {
  height: 36px;
  margin-top: 14px;
  background: #ffeadb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

#bundle-product-{{ section.id }} .payment_icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
#bundle-product-{{ section.id }} .payment_icon img{
  max-width: 456px;
  height: 29px;
}
@media (max-width: 768px){
  #bundle-product-{{ section.id }} .payment_icon img{
    width: 276px;
    height: 17px;
  }

}
#bundle-product-{{ section.id }} .bp-delivery span {
  margin-right: 7px;
}

#bundle-product-{{ section.id }} .bp-add-to-cart {
  width: 100%;
  height: 59px;
  background: #98D91B;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  border: none;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
  margin-top: 16px;
  cursor: pointer;
}

#bundle-product-{{ section.id }} .bp-add-to-cart:hover {
  opacity: .92;
}

#bundle-product-{{ section.id }} .bp-add-to-cart:disabled {
  opacity: .55;
  cursor: not-allowed;
}

#bundle-product-{{ section.id }} .bp-add-to-cart del {
  font-size: 13px;
  font-weight: 400;
  color: #000000bb;
}

#bundle-product-{{ section.id }} .bp-message {
  display: none;
  margin-top: 9px;
  padding: 10px;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
}

#bundle-product-{{ section.id }} .bp-message.error {
  display: block;
  background: #fde5e5;
  color: #9a0000;
}

#bundle-product-{{ section.id }} .bp-message.success {
  display: block;
  background: #e5f5e7;
  color: #176b28;
}

#bundle-product-{{ section.id }} .bp-guarantee {
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  color: #000;
  margin-top: 3px;
}

@media (max-width: 1000px) {
  #bundle-product-{{ section.id }} .bp-container {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}






/* =========================================
   BENEFITS + FAQ BELOW PAYMENT ICON
========================================= */

#bundle-product-{{ section.id }} .bp-extra-content {
  width: 100%;
  margin-top: 20px;
}


/* Benefits */

#bundle-product-{{ section.id }} .bp-benefits-info {
  width: 100%;
  background: #f5f1f2;
  border-radius: 7px;
  padding: 10px 12px;
  margin-bottom: 12px;
}

#bundle-product-{{ section.id }} .bp-info-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
}

#bundle-product-{{ section.id }} .bp-info-benefit-icon {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #98D91B;
}

#bundle-product-{{ section.id }} .bp-info-benefit-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

#bundle-product-{{ section.id }} .bp-info-benefit-text {
  font-size: 16px;
  line-height: 1.4;
  color: #17235c;
  font-weight: 400;
}


/* FAQ */

#bundle-product-{{ section.id }} .bp-info-faq {
  width: 100%;
}

#bundle-product-{{ section.id }} .bp-info-faq-item {
  width: 100%;
  border-bottom: 1px solid #d9d9df;
}

#bundle-product-{{ section.id }} .bp-info-faq-question {
  appearance: none;
  -webkit-appearance: none;

  border: 0;
  background: transparent;

  width: 100%;
  padding: 8px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  cursor: pointer;
  text-align: left;

  color: #111;
  font-family: inherit;

  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

#bundle-product-{{ section.id }} .bp-info-faq-question > span:first-child {
  flex: 1;
}

#bundle-product-{{ section.id }} .bp-info-faq-arrow {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #18236a;

  transition: transform 0.25s ease;
}

#bundle-product-{{ section.id }} .bp-info-faq-arrow svg {
  width: 16px;
  height: 16px;
}


/* FAQ Answer */

#bundle-product-{{ section.id }} .bp-info-faq-answer {
  display: grid;
  grid-template-rows: 0fr;

  transition: grid-template-rows 0.3s ease;
}
 #bundle-product-{{ section.id }} .bp-info-faq-answer-inner p{
    margin: 0px;
    color: #000;
  }
#bundle-product-{{ section.id }} .bp-info-faq-answer-inner {
  overflow: hidden;

  font-size: 16px;
  line-height: 1.6;

  color: #555;
  font-weight: 400;

  padding: 0;
}

#bundle-product-{{ section.id }} .bp-info-faq-item.active
.bp-info-faq-answer {
  grid-template-rows: 1fr;
}

#bundle-product-{{ section.id }} .bp-info-faq-item.active
.bp-info-faq-answer-inner {
  padding: 0 35px 18px 0;
}

#bundle-product-{{ section.id }} .bp-info-faq-item.active
.bp-info-faq-arrow {
  transform: rotate(180deg);
}
#bundle-product-{{ section.id }} .reviewer_area .reviewr_contains{
    width: calc(100% - 65px);
  }

/* Mobile */

@media screen and (max-width: 749px) {

  #bundle-product-{{ section.id }} .bp-extra-content {
    margin-top: 15px;
  }

  #bundle-product-{{ section.id }} .bp-benefits-info {
    padding: 9px 10px;
  }

  #bundle-product-{{ section.id }} .bp-info-benefit {
    min-height: 42px;
    gap: 10px;
  }

  #bundle-product-{{ section.id }} .bp-info-benefit-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
  }

  #bundle-product-{{ section.id }} .bp-info-benefit-icon svg {
    width: 22px;
    height: 22px;
  }

  #bundle-product-{{ section.id }} .bp-info-benefit-text {
    font-size: 14px;
  }

  #bundle-product-{{ section.id }} .bp-info-faq-question {
    padding: 8px 0;
    font-size: 15px;
  }

 
  #bundle-product-{{ section.id }} .bp-info-faq-answer-inner {
    font-size: 14px;
  }

  #bundle-product-{{ section.id }} .bp-info-faq-item.active
  .bp-info-faq-answer-inner {
    padding-right: 25px;
    padding-bottom: 15px;
  }

}

@media (max-width:768px){
  #bundle-product-{{ section.id }} .bp-thumbs {
    gap: 6px;
  }
  #bundle-product-{{ section.id }} .bp-thumb {
    min-width: 60px;
    height: 60px;
    border-radius: 6px;
  }
 
  #bundle-product-{{ section.id }} .reviewer_area .reviewer_profile{
    width: 60px;
    height: 60px;
  }
  
  #bundle-product-{{ section.id }} .reviewer_area{
    gap: 8px;
    align-items: flex-start;
    padding: 14px;
    margin: 32px 0px;
  }
  #bundle-product-{{ section.id }} .reviewer_area .reviewer_desc p em{
    font-size: 13px !important;
    line-height: 20px;
  }
  #bundle-product-{{ section.id }} .list_area .list_item .list_desc p {
    font-size: 15px;
    line-height: 24px;
  }
  #bundle-product-{{ section.id }} .list_area .list_item:last-of-type {
    margin-top: 16px !important;
  }
  #bundle-product-{{ section.id }} .bp-offer-main {
    padding: 12px;
  }
  #bundle-product-{{ section.id }} .bp-offer-main .bp-offer-subtitle {
    font-size: 12px;
    line-height: 13px;
  }
  #bundle-product-{{ section.id }} .bp-offer-main .bp-gift-text {
    font-size: 14px;
  }
  
#bundle-product-{{ section.id }} .bp-benefit {
  font-size: 13px;
}
  
}

.product_specifications {
  margin-top: 16px;
}
.product_specifications b{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  
}
.product_specifications p{
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 4px;
  
}
.product_specifications .specification{
  margin-top: 16px;
}
.product_specifications p span{
  font-weight: 700;
}