/** Shopify CDN: Minification failed

Line 215:2 Expected "}" to go with "{"

**/
/* for all button on navbar */
#root .link-btn a {
  height: 36.5px;
    margin-right: -36px;
    padding: 10px;
}

/* gap between collection header */
#nav-bar > ul {
  gap: 150px
}

/* removed cart text or icon */
.cart.base-font {
  display: none !important;
}

 /* subscribe newsletter on product-page*/
#root .link-btn a.inv,
#root button.inv,
#root .inv-btn button {
  background-color: #D19121 !important;
    border-radius: 49px;
  color: #FFFFFF;
}

button.overlay-primary {
  background-color: #D19121 !important;
  border-radius: 40px !important;
  color: #FFFFFF !important;
}


  /* for browsing history product-page */

   #shopify-section-template--25763278979415__section_recently_viewed_products_CyyqY9 h2 {
  color: black;
     margin-top: 40px;
     padding-bottom: 20px;
  border-bottom: 3px dotted #006867; /* adjust thickness and color */
  
}

#shopify-section-template--25763278979415__section_recently_viewed_products_CyyqY9 h2::after {
  content: ' History';
  color: #006867;
  padding-left: 4px; 
  
  height: 3px;
  
}

#shopify-section-template--25763278979415__section_recently_viewed_products_CyyqY9 h2::before {
  content: 'Your Browsing';
}



/* for homepage browsing history */
#shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2 {
  color: transparent; /* Hide original text */
  
}

#shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2::before {
  content: 'Your Browsing';
  color: black;
  
}

#shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2::after {
  content: 'History';
  color: #006867; 
}

/* for dotted lines "browsing history" */
#shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2::after {
  
  
  height: 3px;
  
}
/* Replace the selector with your actual heading selector */
#shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2 {
  padding-bottom: 20px;
  border-bottom: 3px dotted #006867; /* adjust thickness and color */
}







/* Media query for mobile social media icons */
  @media (max-width: 600px) {
    .footer-social-icons {
      justify-content: center;
      gap: 12px;
      padding: 15px 10px;
    }

     .footer-social-icons .social-icon {
    width: 20px;
    height: 20px;
   
  }

    /* .footer-social-icons h3 {
      font-size: 16px;
    } */

    .footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    padding: 20px 0;
    text-align: center;
  }

  .footer-social-icons h3 {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
  }

  .footer-social-icons .social-icon {
    width: 40px;
    height: 40px;
   
    border-radius: 50%;
    padding: 5px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .footer-social-icons a:hover .social-icon {
    transform: scale(1.1);
  }


    /* for gap between social media icons on mobile view */
 @media only screen and (max-width: 760px) {
    .shopify-section-footer > div p, .shopify-section-footer > div figure, .shopify-section-footer > div > * {
      gap: 0px;
    }

   /* for newsletter */
   @media only screen and (max-width: 760px) {
  .background.plain {
    display: none;
  }
      #shopify-section-template--25647511273815__section_newsletter_6hN79h #contact_form {
  padding-bottom: 0px !important;
  padding-top: 32px !important;
}
     
  h2 {
    display: flex;
    justify-content: center;
  }
  p {
    /* display: flex; */
    justify-content: center;
  }
  #email-template--25601610514775__section_newsletter_cCWEAH {
    display: flex;
  }
  fieldset {
    display: flex;
    justify-content: center;
  }

     /* for homepage browsing history spacing for "history" in mobile version */
     #shopify-section-template--25647511273815__section_recently_viewed_products_DHEQ9p h2::after {
  margin-left: 3px;
  
}
}

/* for image grid banner mobile view */
@media only screen and (max-width: 47.5em) {
    #shopify-section-template--25647511273815__section_countdown_p7FVNY .m6cu {
        margin-bottom: -76px !important;
    }
}
  
     
/* .price, .product-price, .product__price {
  display: none !important;
} */

  .price.s1pr {
  display: none !important;
}

/* for header mobile version menu-items */
  @media only screen and (max-width: 760px) {
  #shopify-section-sections--25647507538263__header .wide .ff-secondary:nth-child(2n) {
    background-color: #F8F3F0 !important;
  }
}

 



  