/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 11:0 Unexpected "<"

**/
<style>
#MainContent {
    padding-bottom: 0px !important;
}
</style>



 /* for banner */
/* .m-slide__content.m-richtext.m\:text-center {
  background: #b7a2a242;
  padding: 5px;
  border-radius: 15px;
}

@media (min-width: 1024px) {
  .m-slide__content.m-richtext.m\:text-center {
    padding: 50px;
  }
} */

/* image overlay banner */
/* .m-hero__content {
  background: #32313163;
  padding: 10px;
  border-radius: 15px;
}
@media (min-width: 1024px) {
  .m-hero__content {
    padding: 50px;
  }
} */
 /* footer block */

/* .m-footer--block-spacing {
  width: 10%;
}
.m-footer--block-title {
  font-weight: 400;
  font-size: 20px;
}
@media (min-width: 1280px) {
  .m-footer--block-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .m-footer__copyright,
  .m-footer--bottom-menu {
    font-size: 14px;
  }
}
.m-footer--block .social-media-links a:hover {
  background-color: #2e6b45;
  box-shadow: 0 0 0 0rem #2e6b45;
}
.m-footer--block .social-media-links a {
  background-color: #fff;
}
.m-footer--bottom {
  border-top: 1px solid #00000042;
} */





/* বাটনগুলোর সাধারণ স্টাইল (Default State) */
.m-product-card__action .m-button--icon {
  background-color: #ffffff !important; /* ব্যাকগ্রাউন্ড সাদা */
  color: #2E6B45 !important;           /* আইকন ডার্ক গ্রিন */
  border: 1px solid #2E6B45;           /* বর্ডার ডার্ক গ্রিন (ঐচ্ছিক) */
  transition: all 0.3s ease !important;
}

/* মাউস হোভার করলে (Hover State) */
.m-product-card__action .m-button--icon:hover {
  background-color: #2E6B45 !important; /* ব্যাকগ্রাউন্ড ডার্ক গ্রিন */
  color: #ffffff !important;           /* আইকন সাদা */
}




/* আপনার আগের বাটনগুলোর জন্য (Add to Cart, Quickview, Wishlist) */
.m-product-card__action .m-button--icon {
  background-color: #ffffff !important; 
  color: #006400 !important;           
  transition: all 0.3s ease !important;
}

.m-product-card__action .m-button--icon:hover {
  background-color: #006400 !important; 
  color: #ffffff !important;           
}

/* নির্দিষ্টভাবে 'added-to-wishlist' ক্লাসের জন্য স্টাইল */
.m-product-card__action .m-button--icon.added-to-wishlist {
  background-color: #ffffff !important; 
  color: #006400 !important;
}

/* 'added-to-wishlist' বাটনে হোভার করলে */
.m-product-card__action .m-button--icon.added-to-wishlist:hover {
  background-color: #006400 !important; 
  color: #ffffff !important;
}