

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


.m-button--scroll-top {
    right: 50% !important;
    bottom: 20px !important;
}

/* product card  */

.m-product-card {
  background: #f9fafb;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  /* border-radius: 12px; */

  .m-product-card__content {
  padding: 8px;
}
.m-button--secondary {
  background: #9ed3ec;
  border: none;
  color: #000000;
}
.m-button--secondary:hover {
  box-shadow: none;
}
}



/* NEWSLETTER */

#m-newsletter-template--28000711508352__newsletter_pRfLCe {
  background-image: url(/cdn/shop/files/newsletter.png?v=1773481645);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;

  button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background-color: black;
    color: white;
}

.m-newsletter-section__header {
    margin-bottom: 20px;
}

.m-newsletter-section__description {
    opacity: 1 !important;
}
}

