/** Shopify CDN: Minification failed

Line 18:17 Unexpected "/"

**/

/* banner part  start*/
  .m-header__left, .m-header__center, .m-header__right {
      margin-left: 21px;
  }
  /* .swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-pointer-events {
    border-radius: 20px;
  } */


/* banner part end */

image with text */
    #m-section-template--27504945070161__image_with_text_yqzpzw responsive-image.m-image.m-image-loaded {
    border-radius: 20px;
  } 
  a.m-button.m-button--primary {
    border-radius: 30px !important;
    transition: all linear .2s;
  }
/* image with text */

/* collection start */

  #m-section--template--27504945070161__featured_collection_Pb9B6N h2.m-section__heading.h2.m-scroll-trigger.animate--fade-in-up {
    font-weight: 500;
  }
/* collection end */

/* POLICY-PAGE */

.shopify-policy__container {
    max-width: 1200px !important;
}

.m-link-lists .m-link:after {
    height: 0px;
}
.m-menu__link--main:after {
    height: 0px !important;
}
a.m-menu__link.m-menu__link--main {
    text-transform: uppercase;
}
h3.m-accordion--item-button.m-footer--block-title {
    text-transform: uppercase;
}

a.social-media-links--item {
    background-color: transparent !important;
}

.shopify-policy__title {
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
   .shopify-policy__container h3,h2,h1 {
    font-size: 25px;
}
}
/* POLICY PAGE END */

/* Product Card */

.m-product-card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 10px;
    overflow: hidden;
}
.m-product-card__info {
    padding-bottom: 10px;
}

@media(max-width:768px){
  #m-section-template--27504945070161__image_with_text_D7TEq8 responsive-image.m-image.m-image-loaded {
    border-radius: 10px;
}

#m-section-template--27504945070161__image_with_text_D7TEq8 .m-image-with-text__image-first {
    padding-top: 25px;
}

#m-section-template--27504945070161__image_with_text_D7TEq8 .m-content-box.m-richtext.m-richtext--medium.m\:w-full.m\:text-left {
    padding-bottom: 25px;
}


}
        
/* Force all product cards to same height */
.m-product-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image wrapper square ratio */
.m-product-card__media,
.m-product-card .product-card__image,
.m-product-card .m-product-card__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

/* Image perfect fit */
.m-product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Keep content aligned */
.m-product-card__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



#m-blog-grid-template--27504945070161__blog_posts_wTbFG7 * .m-image {
    border-radius: 15px !important;
    overflow: hidden !important;
}


#m-blog-grid-template--27504945070161__blog_posts_wTbFG7 * .m-article-card:hover .m-image {
    transform: unset !important;
}
