/** Shopify CDN: Minification failed

Line 68:0 Expected "}" to go with "{"

**/



.m-product-card {
    position: relative;
    border: 1px solid rgba(60, 64, 67, 0.15)000;
    /* border: coral; */
    border-radius: 8px;
    padding: 10px;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background:#f5f5f5; */
}

/* section#m-collection-list-template--27654218154315__16225316461d1cff80 {
    border-bottom: 1px solid #0000001c!important;
} */


.m-header header {
    transition: all var(--m-duration-default, .25s);
    border-bottom: 1px solid #0000001c!important;
}

.m-icon-box--small .m-icon-box__heading {

    font-weight: bold!important;
}

.m-footer--middle .m-footer--block-title {

    font-weight: bold!important;
}

h1, h2, h3, h4, h5, h6 {
  color: #444 !important;
}

p {
   color: #444 !important;
}

.m-product-card__price {
    line-height: 1.5;
    font-weight: 600!important;
}

.m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button {
    width: 50%!important;
    border-radius: 4px!important;
}

.m-header header {
  
    position: fixed!important;
    width: 100%!important;
}

@media (max-width: 767px) {
    .m-product-card--style-4 .m-product-card__content .m-product-card__action-wrapper .m-button {
        width: 100% !important; /* Forces the button to be full width */

}
