/** Shopify CDN: Minification failed

Line 6:0 Unexpected "099.image-grid"

**/
099.image-grid {
  display: grid;
  gap: 6px;
}
.image-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 768px) {
  .image-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.custom-alert.hidden {
  display: none;
}

.custom-alert {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-alert__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

.custom-alert__box {
  position: relative;
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  max-width: 400px;
  text-align: center;
  z-index: 10000;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.custom-alert__box button {
  margin-top: 15px;
  padding: 8px 16px;
  background: red;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


.custom-alert-message {
  font-size:24px;
}
.cart__item-price-col {
  display: flex;
  align-items: center;
  font-size:16px;
  gap: 6px; /* spacing between items */
  justify-content: flex-end; /* right-align */
  flex-wrap: nowrap;
}

.cart__item-price-col .cart__price,
.cart__item-price-col .cart__discount {
  white-space: nowrap;
}

.cart-buttons {
  font-size:16px;
}


.cart__breakdown .cart__item-row {
  display: flex;
  justify-content: space-between;
  margin: 2px 0;
}
.cart__final-price {
  font-size: 16px;
  font-weight: 600;
  border-top: 1px solid #eee;
  padding-top: 5px;
}

/* App Download Popup Styles */
.app-download-popup {
  position: fixed;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #E4332D;
  color: #FFFFFF;
  padding: 15px 5px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  font-family: Arial, sans-serif;
  margin: auto;
}

.app-download-popup img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.app-download-popup-content {
  display: flex;
  align-items: center;
  font-family: Tenor sans-serif;
}

.app-download-popup a {
  color: #FFD700;
  font-weight: bold;
  text-decoration: none;
  margin-left: 10px;
}

.app-download-popup button {
  background: white;
  color: #E4332D;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  cursor: pointer;
  margin-left: 15px;
}

.app-download-popup .close-btn {
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
  margin-left: 15px;
}

.app-download-popup-content img {
  margin-right: 15px;
}

/* WhatsApp Floating Button */
#whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  background-color: transparent;
}

#whatsapp-float img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

/* Header Adjustments */
.header-item--logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.buckscc-currency-box {
  margin-bottom: 10px;
  text-align: center;
}

.logo-wrapper {
  text-align: center;
}

.header-item.header-item--navigation.text-center {
  padding-top: 50px;
}

.header-item.header-item--icons {
  padding-top: 50px;
}

/* Mobile Responsive Styles */
@media only screen and (max-width: 768px) {
  .app-download-popup {
    width: 100%;
  }

  .header-item.header-item--navigation.text-center,
  .header-item.header-item--icons {
    padding-top: 0px !important;
  }
}

/* Wishlist Button Styling */
.wishlist-btn {
  padding: 15px 30px;
}

/* Homepage Section Custom Styles */
/* Featured Collections - hide span elements */
#shopify-section-template--22544267510078__featured_collections_zWz3TU span {
  display: none;
}

/* Featured Collection Grid */
#shopify-section-template--22544267510078__featured_collection_jacgTF .index-section {
  margin: 30px 0px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .section-header {
  margin-bottom: 30px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .grid {
  padding: 0px 0px 0px 15px;
}

#shopify-section-template--22544267510078__featured_collection_jacgTF .grid__item {
  width: 50% !important;
  padding-left: 8px;
}

@media only screen and (min-width: 768px) {
  #shopify-section-template--22544267510078__featured_collection_jacgTF .grid__item {
    width: 20% !important;
  }
}

@media only screen and (max-width: 768px) {
  #shopify-section-template--22544267510078__featured_collection_jacgTF .grid {
    padding: 0px 3px 0px 13px !important;
  }
}

/* Blog Posts Section */
#shopify-section-template--22544267510078__blog-posts .index-section {
  margin: 80px 0px 0px 0px;
}

#shopify-section-template--22544267510078__blog-posts .section-header {
  margin-bottom: 30px;
}

/* Rich Text Section - App Promo */
#shopify-section-template--22544267510078__rich_text_H6KLab h2 {
  color: #e60015;
  text-transform: uppercase;
}

/* Lazy Loading Section Styles */
.lazy-loading {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.lazy-loaded {
  opacity: 1;
  transform: translateY(0);
}


/* Section header description (small text under heading) */
.section-header__description {
  margin-top: 6px;
  margin-bottom: 0;
  /*font-size: 14px;*/
  line-height: 1.6;
  /*color: rgba(0, 0, 0, 0.7);*/
  font-size: 1.15rem;
  color: #555;
  max-width: 750px;
  margin: 0 auto;
}

/* Tablet */
@media screen and (max-width: 989px) {
  .section-header__description {
    font-size: 13px;
  }
}

/* Mobile */
@media screen and (max-width: 749px) {
  .section-header__description {
    font-size: 13px;
    line-height: 1.5;
  }
}

/* Small mobile */
@media screen and (max-width: 480px) {
  .section-header__description {
    font-size: 12.5px;
  }
}

.marketplaces-find-us .verified .check
  .marketplaces-find-us .verified .check { 
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px; 
}

#shopify-section-template--25846857957694__faq_yCTjHV button.collapsible-trigger.collapsible-trigger--inline.collapsible--auto-height.text-left {
  font-weight: 500;
  font-size: 16px;
  background: transparent !important;
  width: 100%;
  margin-bottom: 0;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.faq-que-wrap{
  padding: 10px !important;
  border-radius: 15px !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  min-height: 60px !important;
  background: #fff;
  margin-bottom: 20px;
}
.faq-que-wrap .collapsible-trigger--inline{
  padding: 11px 0 11px 10px;
  width:100%;
}

@media(max-width: 767px){
  .faq-que-wrap {
    padding: 15px 20px !important;
     min-height: auto !important;
    margin-bottom: 10px !important;
}
.collapsible-trigger--inline .collapsible-trigger__icon {
    left: 95% !important;
}
}

.collapsible-trigger.collapsible-trigger--inline.collapsible--auto-height.text-left.is-open {
    margin-bottom: 15px !important;
}
.collapsible-content__inner p {
    color: #767676;
}
#shopify-section-template--25846857957694__faq_yCTjHV {
    background: #f9f9f9;
    padding: 50px 0;
}
.collapsible-trigger--inline .collapsible-trigger__icon {
    left: 97% !important;
    border: none !important;
}
.varified-title {
    font-size: 24px !important;
    line-height: 34px !important;
}
.marketplaces-find-us {
    padding: 50px 20px 50px !important;
}
.marketplaces-find-us .badge {
    margin-top: 5px !important;
}
.marketplaces-find-us .verified {
    color: #000 !important;
}

div#shopify-section-template--25846857957694__blog-posts .image-wrap.loaded {
    border-radius: 25px;
    overflow: hidden;
}
#shopify-section-template--25846857957694__blog-posts .article__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0;
}
.article__date {
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 500;
    color: #626262;
        margin-bottom: 10px
}
.article__readmore {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #767676;
    letter-spacing: 0;
}


.marketplaces-find-us .marketplace-card {
    width: 100% !important;
    padding: 0 !important;
}

.marketplace-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.rs-plateform-badge-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .marketplaces-find-us .marketplace-card {
        width: 100%;
    }
}

.testimonials-slide.is-selected .testimonials-slider__text{
  margin: auto;
}

@media screen (max-width: 767px){
  .testimonials-slide .testimonials-slider__text {
    min-width: auto !important;
}
}

/* ===============================
   CART DRAWER SUBTOTAL (FINAL FIX)
   =============================== */

#CartDrawer .cart-subtotal-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  padding: 12px 0;
}

#CartDrawer .cart-subtotal-label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#CartDrawer .cart-subtotal-amount {
  font-weight: 700;
  font-size: 15px;
  text-align: right;
}

.theme-block h2{
  font-size: 37px;
  margin-bottom: 0;
  font-weight: 500;
}
/* ==== mobile bottom css ==== */
.rs-bottom-wrap{
  display:none;
}

.rs-bottom-wrap ul {
    margin: 0;
    display: flex;
    justify-content: space-around;
    list-style: none;
    width: 100%;
}
.rs-bottom-wrap ul li p {
    margin: 0;
}
.rs-bottom-wrap ul li a svg {
    width: 20px;
    margin: auto;
    display: block;
}
@media (max-width: 767px) {
    .rs-bottom-wrap {
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        display: flex;
        left: 0;
        padding: 10px 10px 5px 10px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0 2px 11px rgb(112 112 112);
        z-index: 999;
    }
    #whatsapp-float {
      bottom: 70px;
    }
}
                              
.rs-menu-logo-wrap {
    display: flex;
    flex-direction: row;
}        

@media(max-width: 600px){
  .section-header__title, .kw-section-header__title, #shopify-section-template--25968627712318__rich_text_g9xYLn .theme-block h2, .section-header h2 {
    font-size: 24px !important;
    line-height: 30px;
  }
  .site-nav__link--icon .icon {
    height: auto !important;
    width: 20px !important;
}
.kw-section-header__description p {
    font-size: 16px;
    line-height: 24px;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-section-header {
    margin-bottom: 1rem;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .section-header, #shopify-section-template--25968627712318__featured_collections_zt8tGW .section-header {
    margin-bottom: 1rem;
    margin-top: 2.5rem;
} 
#shopify-section-sections--25968622043454__header .site-nav__link {
    padding: 7.5px 5px;
}
.homekp svg#svgkp {
    color: #fff !important;
    width: 20px;
}
#shopify-section-template--25968627712318__featured_collections_zt8tGW .grid.grid--uniform {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 4px;
}
 #shopify-section-template--25968627712318__featured_collections_iVLRhw .grid--uniform {
   display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 4px;
 }
#shopify-section-template--25968627712318__featured_collections_zt8tGW .grid.grid--uniform .grid__item, #shopify-section-template--25968627712318__featured_collections_iVLRhw .grid--uniform .grid__item{
  padding: 0;
}
#shopify-section-template--25968627712318__featured_collections_zt8tGW .page-width{
  padding: 0 !important;
}
#shopify-section-template--25968627712318__featured_collections_zt8tGW .collection-item, #shopify-section-template--25968627712318__featured_collections_iVLRhw .collection-item{
  margin-bottom: 0;
}
.footer__item--footer2 {
    padding-bottom: 60px !important;
}
.testimonials-slide.is-selected .testimonials-slider__text {
     box-shadow: none !important; 
}
#shopify-section-sections--25968622043454__header .header-item.header-item--navigation.text-center {
    display: none;
}
div#shopify-section-template--25968627712318__featured_collections_iVLRhw {
    margin-top: 4px;
}
#shopify-section-template--25968627712318__featured_collections_iVLRhw .page-width {
     padding: 0; 
}
#CollectionSection-template--25968627712318__featured_collection_jacgTF .grid--uniform{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner h2 {
    color: #000 !important;
            font-size: 24px !important;
        line-height: 32px;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .rte>div {
    margin-bottom: 0 !important;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner .rte h3 {
    margin: 10px 0;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-collections-grid {
        grid-template-columns: 1fr 1fr;
        gap: 4px;
    }
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-section{
  padding: 0;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-collection-card {
    border-radius: 0;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-collection-card__button {
    padding: 5px 12px;
    font-size: 12px;
}
#shopify-section-template--25968627712318__kw_featured_collections_big_7fcFdy .kw-collection-card__title {
        font-size: 18px;
}
.cart-link__bubble--visible {
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.marketplaces-find-us .section-header p, .marketplaces-find-us .verified {
    font-size: 16px;
}
}

@media screen and (max-width: 768px) {
    .hero-natural-mobile--template--25968627712318__slideshow {
        padding-bottom: 145.0% !important;
    }
}

#shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner .rte h3, #shopify-section-template--25968627712318__advanced_content_zFMLrJ .custom__item-inner h2, #readMoreBtn{
  color: #000 !important;
}
#shopify-section-template--25968627712318__advanced_content_zFMLrJ .rte h3 {
    margin: 15px 0 0 !important;
    font-size: 18px;
}

/* ====detail page Responsive & css==== */
.product-single__title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0 !important;
}
.product-sku-row {
    max-width: 100% !important;
    margin-top: 0 !important;
}

.product-block {
    margin-bottom: 10px;
    border-bottom: none;
}
.product-block.product-block--price .product__price.on-sale{
  font-size: 16px;
  display: flex;
    align-items: center;
    gap: 10px;
}
.buy-buttons-wrapper {
    margin-top: 25px !important;
}
div#pinchk-title label {
    margin-bottom: 0;
}
.product-block hr {
    border: none;
}