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

.m-menu__link--main:after {
    height: 1px !important;
  bottom: calc(var(--main-link-py) - 0px) !important;
}

.template-product #MainContent {
    padding-bottom: 0px !important;
}

/* header  */
#shopify-section-sections--26551839195415__header{
    header.m-header__desktop, .m-header__mobile {
    background-color: #ffffffde;
    backdrop-filter: blur(5px);
    border-bottom: 1px solid #f5f5f5;
}
.m-header.header-sticky-always .m-header__wrapper:not(.m-unset-shadow) {
    box-shadow: none !important;
}
}

/* testimonial  */
#m-section--template--26551845650711__testimonials_hXabNj{
    .swiper-slide {
  height: auto;
}
.m-testimonial,
.m-testimonial__wrapper {
  height: 100%;
}
.m-svg-icon {
  width: 22px;
  height: 22px;
}
.m-slider-controls--absolute .m-slider-controls__button {
    top: var(--button-offset-top, 60%) !important;
}
.m-testimonial__wrapper.m-gradient.m-color-default {
    border-bottom: 4px solid #63B750;
}
}

button.m-add-to-cart {
    background-color: #63B750;
    color: white;
}


/* Product card */
.m-product-card {
    background-color: #F0FCEE;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px 0px, rgba(0, 0, 0, 0.06) 0px 1px 1px 0px;
    border-radius: 8px !important;

    .m-product-card__info {
    margin-top: 0px !important;
    padding: 15px 5px;
}
.m-product-card__media {
    border-radius: 8px 8px 0 0;
}
}

/* newsletter  */
#m-newsletter-template--26551845650711__newsletter_MbFUMa {
  background-image: url('');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#m-newsletter-template--26551845650711__newsletter_MbFUMa button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background-color: #63B750;
    color: white;
}

#m-newsletter-template--26551845650711__newsletter_MbFUMa .m-newsletter-section__header {
    margin-bottom: 20px;
}

#m-newsletter-template--26551845650711__newsletter_MbFUMa .m-newsletter-section__description {
    opacity: 1 !important;
}

