/** Shopify CDN: Minification failed

Line 120:1 Expected "}" to go with "{"

**/



.m-button--secondary {
  background: #3C1558;
  border: none;
  color: #ffffff;
}
.m-button--secondary:hover {
  box-shadow: none;
}
.m-product-card.m-product-card--style-1.m-scroll-trigger.animate--fade-in-up {
  border-radius: 12px;
  border: 1px solid #f4f4f4;
}

.m-product-card__content.m\:text-center {
  padding: 8px;
  padding-bottom: 10px !important;
}

/* FOOTER */

#shopify-section-sections--23867845443777__footer h3.m-accordion--item-button.m-footer--block-title {
    font-size: 16px;
}

/* header */

div#shopify-section-sections--23867845411009__header {
   ul.m-menu {
  font-weight: 600;
}
.m-topbar__inner.m\:flex.m\:justify-between.m\:items-center {
  flex-direction: row-reverse;
}
.m-topbar.m-topbar--show-divider.m-gradient.m-color-default {
  background: #ffffff;
  color: #000000;
}


.m-topbar__center.m\:w-4\/12.m\:flex.m\:items-center.m\:justify-center {
    font-weight: 600;
    font-size: 12px;
}
span.social-media-links--label {
    font-size: 12px;
    font-weight: 600;
}
button#header-contact a {
    font-size: 12px;
    font-weight: 600;
    padding-left: 12px;
}
}



/* newsletter */


.m-newsletter-section__header {
    margin-bottom: 24px !important;
}
.m-newsletter-section__description.rte.m\:w-full.m\:text-color-subtext {
    opacity: 1;
}
button.m-newsletter-form__button.m-newsletter-form__button--text.m-button {
    background: #000000;
    color: white;
}

.m-newsletter-form__input-wrapper.m\:display-flex.m\:w-full.m\:relative {
    outline: none;
}


.jdgm-carousel-title-and-link {
    display: flex!important;
    flex-direction: column!important;
    justify-content: center!important;
    align-items: center!important;
}


@media screen and (max-width:768px){
 
  /* collection section */
div#shopify-section-template--23867845181633__collection_list_qaPGDp {
   a.m-button.m-button--white.m\:justify-center.m\:items-center {
    font-size: 9px;
    padding: 0px 20px;
}
}

/*  header (Topbar)*/

div#shopify-section-sections--23867845411009__header{
  .m-topbar__right.m\:w-4\/12.m\:flex.m\:items-center.m\:justify-end {
    display: none;
}
.m-topbar__center.m\:w-4\/12.m\:flex.m\:items-center.m\:justify-center {
    width:100%;
    justify-content: center;
}
.m-topbar__left.m\:w-4\/12.m\:flex.m\:items-center {
    display: none;
}
.m-topbar.m-topbar--show-divider.m-gradient.m-color-default {
    display: block;
}


}