
.m-product-card__media {
    background: #ececec;
}
.m-collection-card__inner {
    background-color: #ececec;
}

.shopify-policy__container {
    max-width: 1500px !important;
}
section#m-section--template--26374359581047__scrolling_promotion_UtXy6c {

    m-scrolling-promotion.m-scrolling-promotion{
        position: relative;
    }
    m-scrolling-promotion.m-scrolling-promotion::after,
    m-scrolling-promotion.m-scrolling-promotion::before
    {
        position: absolute;
        content: '';
        max-width: 300px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: linear-gradient(to left, #29282d, transparent);
        z-index: 1;
    }
    m-scrolling-promotion.m-scrolling-promotion::before{
        left: 0;
        right: unset;
        background: linear-gradient(to right, #29282d, transparent);
    }
}

.rez-notify-powered-by,
p.rez-notify-terms {
  display: none !important;
}
button.m-product-form {
    background: #2b3b5d;
    color: white;
}

#shopify-section-template--26374359155063__main {
    li.m-link-lists--item a {
        border: 1px solid transparent;
    }
    li.m-link-lists--item.active a {
        background: white !important;
        border: 1px solid #29282d;
    }
    li.m-link-lists--item.active a span {
        color: #29282d;
    }
    .m-link-lists .m-link:after{
        background-color: transparent;
    }
}