/** Shopify CDN: Minification failed

Line 14:0 Unexpected "}"

**/
/* Delay logo change to allow animation  */
.header__heading-logo {
    transition: opacity 0.3s ease-in-out;
}
.header__heading-logo.fade {
    opacity: 0;
}

}

@font-face {
  font-family: 'Comfortaa';
  src: url('{{ "Comfortaa-VariableFont_wght.woff" | asset_url }}') format('woff');
  font-weight: 100 700; 
  font-style: normal;
  font-display: swap;
}


.announcement-bar {
  height: 50px !important;
}
/* banner css   */
.slider-counter.slider-counter--dots {
    display: none;
}

button.slideshow__autoplay.slider-button {
    display: none;
}

.slider-buttons {
  justify-content: space-between !important;
  background: transparent !important;
  border: none !important;
  position: absolute !important;
  width: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.slider-button {
  background: white !important;
  border-radius: 50% !important;
  margin: 10px !important;
  width: 35px !important;
  height: 34px !important;
} 


/* fetucher products sections  */
.slider-counter {
    display: none !important;
}


/* review sections inner image padding */
.multicolumn-card-spacing {
    padding-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* bastsallers products heading center */
#collection-template--24335250194711__featured_collection_cAqGU3 .collection__title--desktop-slider .title{
  text-align: center !important;
}

h2.title.inline-richtext.h1{
  text-align: center !important;
  width: 100% !important;
}


/* all blog page title */
.section-template--24335250063639__main-padding h1.title--primary.scroll-trigger.animate--fade-in {
    display: none;
}


/* collections page text align  */
.collection-hero.color-scheme-e3527ecd-f7e7-4792-b918-93d892e8c66a.gradient {
  text-align: center !important;
}
.collection-hero__description {
  max-width: 100% !important;
}
.collection-hero.color-scheme-e3527ecd-f7e7-4792-b918-93d892e8c66a.gradient {
  padding-top: 2vh !important;
}

/*  collections list page design */
h1.title.title--primary.inline-richtext.scroll-trigger.animate--fade-in {
  text-align: center !important;
}



/* about us page style */
.section-template--24391974617367__image_with_text_EFLGdy-padding .image-with-text.image-with-text--no-overlap.isolate.collapse-corners.scroll-trigger.animate--slide-in {
    border-top: 2px solid #bea3cc !important;
    padding-top: 20px !important;
}


/*  contact us page */
.section-template--24335250260247__custom_liquid_i3MwDt-padding {
  margin-bottom: -8px !important;
}


/*  Product Page Offers  */

.offers-container {
            width: 100%
            background-color: #F9F9F9;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }
        .offers-container h2 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }
        .offer-item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
        .offer-item .icon {
            width: 24px;
            height: 24px;
            background-color: #f0f0f0;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            font-size: 14px;
            font-weight: bold;
            color: #333;
        }
        .offer-item p {
            margin: 0;
            font-size: 14px;
            color: #333;
          font-weight: 500;
        }
        .offer-item p strong {
            font-weight: bold;
        }

/*  Accordion  Offers  */
.accordion {
            max-width: 600px;
            margin: 0 auto;
        }
        .accordion-item {
            border-bottom: 1px solid #ddd;
        }
        .accordion-header {
            display: flex;
            align-items: center;
            padding: 15px 0;
            cursor: pointer;
            font-size: 16px;
            font-weight: bold;
            text-transform: uppercase;
        }
        .accordion-header::before {
            content: '−';
            margin-right: 10px;
            font-size: 18px;
        }
        .accordion-header.collapsed::before {
            content: '+';
        }
        .accordion-content {
            padding: 0 0 15px 20px;
            display: block;
            font-size: 14px;
            color: #333;
        }
        .accordion-content.collapsed {
            display: none;
        }
        .accordion-content ul {
            list-style-type: disc;
            padding-left: 20px;
            margin: 0;
        }
.jdgm-carousel-title {
 
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0px 10px 10px 10px;
  color: #382532;
  text-align: center;
  text-transform: capitalize;
}
.jdgm-carousel-wrapper{
  width: 100% !important;
  margin: 2px 2px 2px 2px !important;
}
span.jdgm-all-reviews-rating-wrapper {
    margin-top: 25px;
}

/* .jdgm-carousel__arrows {
    margin-top: 60px !important;
} */

.jdgm-carousel-item {
  height: 400px !important;
  box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.2);
  padding: 50px !important;
  margin: 10px !important;
  border-radius: 15px;
}
@media (max-width: 768px) {
  .jdgm-carousel-item {
    width: 100% !important;
    box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
  }
}
.jdgm-carousel__item-wrapper{
  height: 100% !important;
  padding-top: 10px !important;
  padding-bottom: 40px !important;
}
.jdgm-carousel__left-arrow {
    margin-right: 200px !important;
}

.jdgm-carousel-item__product-image{
  border-radius: 50% !important;
  height: 100px !important;
  width: 100px !important;
}
.jdgm-carousel-item__reviewer-name-wrapper, .jdgm-carousel-item__review-body>p , .jdgm-carousel-item__review-title{
  margin-top: 10px !important;
}



 .footer-section {
            background-color: #B09FC4;
            color: #fff;
            padding: 30px 10px 10px;
            overflow-x: hidden;
    font-family: 'Comfortaa' !important;
        }
    
        .footer-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            max-width: 1300px;
            margin: 0 auto;
        }
    
        .footer-column {
            flex: 1;
            min-width: 180px;
            margin: 10px 15px;
        }
    
        .footer-column h4 {
            font-size: 18px;
            color: #fff;
            margin-bottom: 10px;
            text-transform: uppercase;
            cursor: pointer;
        }
        .footer-column h4:hover {
            text-decoration: underline;
        }
    
        .footer-column ul {
            list-style: none;
            padding: 0;
        }
    
        .footer-column ul li {
            margin-bottom: 8px;
        
        }
    
        .footer-column ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 16px;
        }
    
        .footer-column ul li a:hover {
            text-decoration: underline;
        }
    
        .logo-description {
            text-align: left;
        }
    
        .footer-logo {
  padding: 10px;
  border-radius: 5px;
  display: inline-block;
}

.footer-bottom{
padding-bottom: 20px;
}

.footer-logo img {
  max-width: 120px;
  height: auto;
  margin-bottom: 10px;
  filter: brightness(1.5) contrast(1.2); 
}

        .footer-description {
            font-size: 12px;
            line-height: 1.4;
            margin-bottom: 15px;
        }
    
        .social-links {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }
    
        .social-links h4 {
            margin-bottom: 10px;
            font-size: 14px;
        }
    
        .social-icons {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;
            color: white;
        }
    
        .icon-pinterest,
.icon-whatsapp,
.icon-instagram,
.icon-facebook {
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  fill: #fff; 
}
.icon-instagram {
  color: #fff;
}
.icon-facebook {
  color: #fff;
}
.icon-whatsapp{
    color: #fff;
}
.icon-pinterest{
  color: #fff;
}
        .account-link,
        .social-link {
            display: flex;
            align-items: center;
        }
    
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 20px auto 0;
            padding: 25px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
    
        .copyright {
            font-size: 12px;
            margin: 0;
        }
    
        .privacy-link {
            color: #fff;
            font-size: 12px;
            text-decoration: none;
        }
    
        .privacy-link:hover {
            text-decoration: underline;
        }
    
        /* Responsive Design */
        @media (max-width: 768px) {
  .footer-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 20px;
    text-align: left; /* Keep text left-aligned for better readability */
  }

  .footer-column {
    margin: 0; /* Remove extra margin to fit columns properly */
  }

  .logo-description {
    text-align: left; /* Keep logo and description left-aligned */
  }

  .social-links {
    align-items: flex-start; /* Align social icons to the left */
  }

  .social-icons {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .copyright {
    margin-bottom: 10px;
  }
}
    
        @media (max-width: 480px) {

          .footer-section {
            padding: 30px 15px 20px;
            overflow-x: hidden;
        }
            .footer-column h4 {
                font-size: 17px;
            }
    
            .footer-column ul li a {
                font-size: 14px;
            }
    
            .footer-description {
                font-size: 14px;
            }
    
            .icon-account,
            .icon-instagram,
            .icon-facebook {
                width: 20px;
                height: 20px;
            }
    
            .copyright,
            .privacy-link {
                font-size: 10px;
            }
        }




 /* anouncement bar style */

#shopify-section-sections--24335250686231__announcement-bar .slider-button {
    color: rgba(var(--color-foreground), .75) !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    width: 44px !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
#shopify-section-sections--24335250686231__announcement-bar .slider-buttons {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}