/** Shopify CDN: Minification failed

Line 955:17 Expected identifier but found whitespace
Line 955:19 Unexpected "{"
Line 955:29 Expected ":"
Line 956:15 Expected identifier but found whitespace
Line 956:16 Unexpected "0"
Line 956:27 Unexpected "{"
Line 956:37 Expected ":"
Line 1042:0 Expected "}" to go with "{"

**/
html {
  scroll-behavior: smooth;
}
  .shopify-payment-button .shopify-payment-button__button--unbranded {
  
    width: 80%;
}



 .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    width: 18% !important;
    padding: 15px;
    background: white;
    border-radius: 15px;
    border: 1px solid lightgray;
}
.jdgm-rev-widg__reviews {
    display: flex !IMPORTANT;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}


.jdgm-rev__icon:not(.jdgm-rev__avatar):before {
   
    line-height: 29px !important;
     
}

.jdgm-rev__icon {
 
    background-color: rgb(255 255 255 / 50%) !important;
}


@media (max-width: 768px) {
    #sticky-cart-bar {
       
        display: NONE;
    }

.product-info-image {
   
    display: none;
}
 .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    width: 100% !important;
  
}

}


@media screen and (min-width: 769px) and (max-width:989px;) {

 .jdgm-rev.jdgm-divider-top.jdgm--done-setup {
    width: 48% !important;
}

}



@media screen and (min-width: 990px) {
   


    .shopify-back-to-top-btn {
   
    bottom: 180px !important;
}
  
}
.jdgm--leex-script-loaded .jdgm-rev-widg__header, .jdgm--leex-script-loaded .jdgm-rev-widg__actions, .jdgm--leex-script-loaded .jdgm-rev, .jdgm--leex-script-loaded .jdgm-quest {
    background-color: white !IMPORTANT;
    box-shadow: 0px 4px 16px rgba(0,0,0,0.1) !IMPORTANT;
}


.jdgm--leex-script-loaded .jdgm-rev-widg__header {
    padding: 24px 16px 16px 16px !important;
}

label.variant__label {
    font-weight: 700;
    font-size: 17px !important;
     
}


 
.product-features1 {
  font-family: inherit;
  margin: 20px 0;
}

.product-features__item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 5px;
}

.product-features__icon {
  font-size: 14px;
  color: #16a34a;
  font-weight: 700;
}

.product-features__text {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.product-features1 {
    font-family: inherit;
    margin: 20px 0;
    background: gainsboro;
    padding: 7px 15px;
    border-radius: 5px;
}
 



/* @media screen and (min-width: 1200px) {

.shopify-payment-button {
    margin-top:  0px !important;
}

.payment-buttons {
    display: flex !important;
    align-items: flex-start;
   
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 25px;
}


.add-to-cart.btn--secondary {
    width: 35% !important;
}
.shopify-payment-button {
    width: 35% !important;
}



} */



.product-single__sku {
    margin-bottom: 5px;
    font-size: 14px;
}
.jdgm-review-widget .jdgm-rev-widg__body {
    margin: 0 auto;
    width: 100% !important;
}
.jdgm-review-widget .jdgm-row-actions {
    margin: 0 auto;
    width: 100% !important;
}
.verified-sku-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-block.product-block--price {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.text-bold{
    font-weight:700 !important;
}
.trufairs-popup-trigger {
    margin-bottom: 12px;
    margin-top: 20px;
}
 

.product-single__meta {
     
    background: white;
    padding:40px 25px;
    border-radius:25px;
}
 
 
 @media only screen and (min-width: 769px) {
    .collapsible-content__inner   .h2,   .collapsible-content__inner  h2 {
        font-size: 22px;
    }
}
@media (max-width:768px){
.product-features__text {
    font-size: 12px !IMPORTANT;
   
}

.trufairs-popup-btn , .trufairs-popup-trigger {
  font-size:15px;
}

.verified-sku-container {
    
    flex-direction: column;
    align-items: start;
}

.feature-item {
 
    padding: 6px !important;
}
 
    .product-single__meta {
    background: #fff;
    padding: 20px 15px;
}

.rating-wrapper {
    
    gap: 0rem !important;
}


}

.product-container p {
  text-align:justify;
  text-align-last:left;
}




 /* Star Rating Component Styles */
  .rating-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .rating {
    position: relative;
    color: rgba(0, 0, 0, 0.15);
    display: inline-block;
  }

  .rating-star {
    --star-size: 1.5rem;
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
  }

  .rating-star::before {
    content: '★★★★★';
    letter-spacing: 3px;

    /* Fill uses the rounded-half rating directly */
    --percent: calc(var(--rating) / var(--rating-max) * 100%);

    background: linear-gradient(
      90deg,
      #00B67A var(--percent),
      rgba(0, 0, 0, 0.15) var(--percent)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .rating-text {
    font-size: 0.875rem;
    color: #333;
    margin: 0;
  }

  .rating-count {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
  }

  .caption {
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 700 !important;
}

  .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }

@media (max-width:768px){
.rating-star {
    --star-size: 1.5rem ;
   
}

.info-badge {
    gap: 6px !important;
    font-size: 14px !important;
    padding: 6px 4px !important;
}

.viewer-count p {
     
    gap: 4px !important;
}



}



 .viewer-container {
  position: relative;
  height: 40px;
  margin : 15px 0;
}
#bought-count svg, #viewer-count svg {
  
   color: #0a3174   !important;
    height: auto!important;
    width: 25px !important;
    margin-right: calc(var(--font-heading-scale) * 1rem);
}
.info-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
   background: #f8f8f8;
  border-left: 3px solid #E2C283;
  padding: 6px 10px;
  border-radius: 9px;
  position: absolute;
  width: 100%;
   color: #0a3174   !important;
}

 

.viewer-count p {
  display:  flex;
  align-items: center;
  margin: 0;
    gap: 5px;
}

#viewer_count , #bought-count   {
  font-weight: bold;
  color: #ff6b6b;
}

@media (max-width: 768px) {
  .info-badge {
    width: 100%;
  }

  .info-badge {
  
  align-items: start;
 
}
}



.social-sharing-wrapper {
  position: relative;
  display: inline-block;
}

.share-toggle-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease;
}

.share-toggle-btn:hover {
  background: #f8f9fa;
  border-color: #333;
}

.share-icon {
  width: 18px;
  height: 18px;
}

.share-dropdown {
  position: fixed;
  top: 10%;
  right: 0;
  width: 500px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}

.share-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(8px);
}

.share-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.share-dropdown-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.close-dropdown {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.close-dropdown:hover {
  color: #333;
}

.copy-link-section {
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.link-input-wrapper {
  display: flex;
  gap: 8px;
}

#shareLink {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  background: #f8f9fa;
}

.social-sharing-wrapper  .copy-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.social-sharing-wrapper .copy-btn:hover {
  background: #0056b3;
}

 .social-sharing-wrapper .copy-btn.copied {
  background: #28a745;
}

.social-sharing-wrapper .copy-btn svg {
  width: 16px;
  height: 16px;
}

.social-sharing {
  padding: 16px 20px;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.social-sharing__link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 12px 16px;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.social-sharing__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.social-sharing__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.social-sharing__link.facebook {
  background: #1877f2;
  color: white;
}

.social-sharing__link.messenger {
  background: #0084ff;
  color: white;
}

.social-sharing__link.twitter {
  background: #1da1f2;
  color: white;
}

.social-sharing__link.pinterest {
  background: #bd081c;
  color: white;
}

.social-sharing__link.whatsapp {
  background: #25d366;
  color: white;
}

.social-sharing__link.telegram {
  background: #0088cc;
  color: white;
}

.social-sharing__link.linkedin {
  background: #0077b5;
  color: white;
}

/* Responsive */
@media (max-width: 480px) {
  .share-dropdown {
    width: 95% !important;
    right: 0px;
  }
  .link-input-wrapper {
    display: flex;
    gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
 

  #shareLink {
    width: 100% !important;
}


  .product-single__meta .social-sharing {
    margin-top: 10px;
}
}


.sku-share-container{
  display:flex;
  justify-content:space-between;
  align-items:center;
}
    





          
  .shipping-info {
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 15px;
    background: #f9f9f9;
    max-width: 500px;
    margin: 10px auto 0 auto;
    font-family: 'Arial', sans-serif;
  }

  .shipping-info h3 {
    margin-bottom: 15px;
    font-size: 1.4rem;
    color: #333;
    text-align: center;
  }

  .shipping-table {
    width: 100%;
    border-collapse: collapse;
  }

  .shipping-table th,
  .shipping-table td {
    padding: 12px 16px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }

  .shipping-table th {
    background-color: #f0f0f0;
    font-weight: 600;
    color: #555;
  }

  .shipping-table td {
    color: #333;
  }


  .delivery-date-container {
  margin: 15px 0;
  width: 100%;
  position: relative;
  display:block !important;
}

.delivery-date-button {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 12px 15px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}

.delivery-date-button:hover {
  background-color: #f0f0f0;
  border-color: #d0d0d0;
}

.delivery-free-label {
  font-weight: 600;
  color: #000;
  margin-right: 8px;
}

#delivery-date-text {
  color: #333;
}

#delivery-zip-code,
#modal-delivery-zip-code {
  color: #6341aa;
  text-decoration: underline;
  cursor: pointer;
}

.delivery-arrow-icon {
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}

.delivery-date-modal {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 5px;
  z-index: 1000;
  display: none;
}

.delivery-date-modal-content {
  background-color: #fff;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.delivery-date-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e8e8e8;
}

.delivery-date-modal-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.delivery-date-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #777;
  padding: 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.delivery-date-close:hover {
  color: #333;
}

.delivery-date-modal-body {
  padding: 0px 20px 20px 20px;
}

 
.delivery-methods-section {
  margin-bottom: 20px;
}

.delivery-free-section h3,
.delivery-methods-section h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

.delivery-method {
  margin-bottom: 10px;
}

.delivery-method h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.delivery-method p {
  margin: 0;
  color: #555;
}

.delivery-note {
  color: #777;
  font-size: 13px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  .delivery-date-modal-content {
    width: 100%;
  }
}



 .bundle-products { display: flex; gap: 20px; align-items: center; margin: 20px 0; flex-wrap: wrap; }
   .bundle-product {
    padding: 16px;
    background: #e6e1e1;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    min-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .bundle-products p{
    margin: 5px !important;
    font-size: 14px;
  }
    .drawer-product-info {
    width: 56%;
}
    a.drawer-img-container {
    width: 40%;
}
    .bundle-product img { max-width: 100%; height: auto; border-radius: 6px; }
    .bundle-plus { font-size: 24px; font-weight: bold; color: #999; }
    .drawer-title-heading { font-weight: bold; margin-bottom: 14px; font-size: 16px; margin-top: 30px; border-bottom: 1px solid #ddd; padding-bottom: 5px; }
    .bulk-purchase-drawer { position: fixed; top: 0; right: -100%; width: 100%; max-width: 450px; height: 100%; background: white; z-index: 1000; overflow-y: auto; transition: right 0.3s ease-in-out; padding: 20px; box-shadow: -4px 0 10px rgba(0,0,0,0.1); }
    .bulk-purchase-drawer.active { right: 0; }
   .drawer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid gray;
}
      .drawer-header h3 {
    margin: 0;
}
    .drawer-header button.close-btn {
    font-size: 24px;

}
    .drawer-product { margin-bottom: 20px; display: flex; gap: 15px; }
    .drawer-product img { width: 240px; height:auto; object-fit: cover; border-radius: 6px; }
    .drawer-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 999; display: none; }
    .drawer-overlay.active { display: block; }
    .drawer-toggle-btn { margin-top: 20px; padding: 20px 20px; background: #000; color: white; border: none; border-radius: 6px; cursor: pointer; }
    .quantity-controls { margin-top: 5px; display: flex; gap: 8px; align-items: center; }
    .quantity-controls input { width: 50px; text-align: center; border: 1px solid #ccc; border-radius: 4px; padding: 4px; }
    .quantity-controls button { background: #eee; border: none; border-radius: 4px; width: 30px; height: 30px; font-size: 18px; font-weight: bold; cursor: pointer; }
    .quantity-controls button:hover { background: #ddd; }
    .popup-message { position: fixed; top: 20px; right: -300px; background: #28a745; color: #fff; padding: 12px 18px; border-radius: 6px; transition: right 0.3s ease-in-out; z-index: 1001; }
    .popup-message.show { right: 20px; }
    .add-btn-spinner { display: none; width: 16px; height: 16px; border: 2px solid #fff; border-top-color: transparent; border-radius: 50%; animation: spin 1s linear infinite; }
    .add-btn.loading1 .add-btn-spinner { display: inline-block; margin-right: 6px; }
    @keyframes spin { to { transform: rotate(360deg); } }

    .add-btn  {
    background: black;
    color: white;
    padding: 9px;
    border-radius: 15px;
}


    

        @media only screen and (max-width: 768px){
  .bundle-products {
    display: flex;
    justify-content: center !important;
}

.drawer-header h3{
  font-size:18px;
}

          
.bundle-product {
     min-width: unset; 
    width: 40%;
}
  .bulk-purchase-drawer {   max-width: 390px;  overflow-x:scroll;}
}




  
 .zipcode-checker {
    margin: 20px 0;

    max-width: 100%;
}
  
  .zipcode-checker__container {
    width: 100%;
  }
  
.zipcode-checker__title {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333333;
    margin: 5px;
}
  
  .zipcode-checker__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  .zipcode-checker__input-group {
    display: flex;
    gap: 10px;
  }
  
  .zipcode-checker__input {
    flex-grow: 1;
    padding: 10px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    width:100%;
  }
  
  .zipcode-checker__input:focus {
    outline: none;
    border-color: {{ settings.accent_color }};
    box-shadow: 0 0 0 1px {{ settings.accent_color }};
  }
  
  .zipcode-checker__button {
    color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    transition: background-color 0.2s ease;
  }
  
  .zipcode-checker__button:hover {
    opacity: 0.9;
  }
   .zipcode-checker__message {
    font-size: 14px;
    margin-top: 0;
    min-height: 0;
}
  
 
  
  .zipcode-checker__message.success {
    color: #2e7d32;
  }
  
  .zipcode-checker__message.error {
    color: #d32f2f;
  }
  
  .zipcode-checker__message.info {
    color: #0277bd;
  }
  
  /* Loading spinner */
  .zipcode-checker__spinner {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 2px solid white;
    width: 16px;
    height: 16px;
    animation: spin 0.8s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


 
 
 span.product__price  {
    font-size: 30px;
    font-weight: 600;
    color: #F48520;
}

.product__price--compare{

    font-size:17px;
    color:black;
}

  @media (max-width: 768px) {
    .shopify-back-to-top-btn {
        
        right: 30px !important;
        bottom: 150px !important;
    }

inbox-online-store-chat#ShopifyChat   {
    position: fixed;

}




