/** Shopify CDN: Minification failed

Line 255:0 Expected "}" to go with "{"

**/


img {
    border-radius: 15px;
}

/* ===================== Image Card: No Zoom + Very Light Shadow + Clear Text ======================== */

/* ===== MOBILE (No Zoom, Always Visible Title) ===== */
@media only screen and (max-width: 768px) {
  .m-image-card {
    position: relative;
    overflow: hidden;
  }

  .m-image-card img {
    transition: none; /* No zoom animation */
    width: 100%;
    height: auto;
    display: block;
  }

  h3.m-richtext__title.m-image-card__heading.h2 {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 
      0 1px 2px rgba(0, 0, 0, 0.8),
      0 2px 5px rgba(0, 0, 0, 0.6) !important;
    z-index: 3;
    padding: 0 12px;
  }
}

/* ===== LAPTOP & DESKTOP (NO ZOOM + Very Light Shadow) ===== */
@media only screen and (min-width: 769px) {
  .m-image-card {
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    box-shadow: none;
  }

  /* Image: No zoom, no transform */
  .m-image-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: none; /* Zoom effect fully removed */
    transform: none !important;
  }

  /* Dark overlay on hover */
  .m-image-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.25); /* Slightly lighter overlay */
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
    pointer-events: none;
  }

  /* Hover: Only overlay + very light shadow */
  .m-image-card:hover::before {
    opacity: 1;
  }

  .m-image-card:hover {
    box-shadow: 
      0 4px 12px rgba(0, 0, 0, 0.1),
      0 2px 6px rgba(0, 0, 0, 0.08); /* Very light, clean shadow */
  }

  /* Title: Hidden by default */
  h3.m-richtext__title.m-image-card__heading.h2 {
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.4s ease;
    color: #ffffff !important;
    font-weight: 700;
    text-shadow: 
      0 1px 2px rgba(0, 0, 0, 0.8),
      0 2px 5px rgba(0, 0, 0, 0.6) !important;
    padding: 0 15px;
  }

  /* Title: Appear on hover */
  .m-image-card:hover h3.m-richtext__title.m-image-card__heading.h2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}



.m-product-card__info {
    border-top: 1px solid #8F9096;
    /* border-bottom: 1px solid #8F9096; */
    flex-grow: 1;
    padding: 12px 3px;
}

.m-product-card--style-5 .m-product-card__info .m-product-card__action {
    top: 16px!important;
}
@media only screen and (max-width: 767px) {
  .m-product-card__price {
    font-size: 12px;
}
.m-product-card__title {
    font-size: 11px;
    margin-bottom: 5px;
}
.m-product-card__name {
    font-size: 12px!important;
}
span.m-product-card__vendor {
    font-size: 9px;
}
.m-product-card__action.m-product-card__action--top.m-product-card__addons.m\:display-flex {
    display: none;
}
.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button {
    width: 100%;
    padding: 5px;
    font-size: 11px;
}

.m-mixed-layout__inner.m\:grid.m\:grid-2-cols.m\:grid.md\:m\:grid-2-cols.lg\:m\:grid-5-cols {
    row-gap: 0px;
}

.m-image-card__content.m\:justify-center.m\:items-end.m-scroll-trigger.animate--fade-in-up {
    padding-bottom: 18px;
}











  
  
}


#shopify-section-sections--24287987138899__footer .m-footer--block-newsletter .m-footer--block-title {
    font-size: 18px !important;
}
.m-link-lists .m-link {
    font-size: 13px !important;
}



m-search-popup.m-header__search.m\:flex.m\:items-center {
    display: none;
}

.m-search-form--button {
    color: #000;
}
.m-menu__link--main {
    font-weight: bold;
}


div#shopify-section-template--17722065092668__slider_Am3Xcn {
    padding-bottom: 74px;
}


.m-product-card__name {
    text-transform: capitalize;
    font-size: 14px;
}

.m-product-card__content.m\:text-center {
    padding: 0px 9px;
}
.m-product-card.m-product-card--style-4.m-scroll-trigger.animate--fade-in-up {
    background: #fff;
    padding-bottom: 30px;
box-shadow: 0px 0px 3px #00000026;
}

#shopify-section-sections--17722065748028__footer .m-footer--block-newsletter .m-footer--block-title {
    font-size: 18px !important;
    margin-bottom: 12px;
}



.m-product-card.m-product-card--style-4.m-scroll-trigger.animate--fade-in-up {
    background: #fff;
    padding-bottom: 30px;
    box-shadow: 0px 0px 3px #00000026;
}

.shopify-policy__container {
    max-width: 560px;
    max-width: 162ch !important;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}




@media (min-width: 1024px) {
  section#m-section-template--15640246222897__rich_text_8kq8tj .m-richtext.m\:text-center {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 2px 6px rgba(128, 128, 128, 0.2);
    border-radius:5px;
  }
  section#m-section-template--15640246222897__rich_text_8kq8tj .m-richtext__description.rte.m-scroll-trigger.animate--fade-in-up {
    max-width: 900px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section#m-section-template--15640246222897__rich_text_8kq8tj .m-richtext.m\:text-center {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 2px 6px rgba(128, 128, 128, 0.2);
  }
  section#m-section-template--15640246222897__rich_text_8kq8tj .m-richtext__description.rte.m-scroll-trigger {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
  }

