/** Shopify CDN: Minification failed

Line 14:2 Unexpected "{"

**/
/* .menu-drawer__utils modal-opener.localization-opener,
.menu-drawer__utils a{color:#fff;} */
.footer__content__text p a {
    text-decoration: none;
}
.products-carousel h3.product-card__title.p2.regular,
a.header__dropdown__item__link,.header__dropdown__item__list li a {
    font-size: 14px;
} {
    text-align: center;
    font-size: 14px;
}
.product-card__meta.product-card__meta--inline-mobile {
    text-align: center;
    font-size: 14px;
}
.button .button__text {
    letter-spacing: 1.5px;
}
@media only screen and (min-width: 768px) {
    .max-33 {
        max-width: 33%;
    }
}

.template--index .product-card .product-card__form__btn {
    /* opacity: 1; */
    border: 1px solid #000 !important;
}

@media screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
    .template--index .product-card__form .product-card__form__btn,.product-card__form{
        width: 100%;
    }
   template--index .product-card__form__btn {
    color: #fff8f8;}

    template--index .product-card__form__btn {
    background-color: #2f2d2d;
    }
    template--index .product-card__form {
    font-size: initial;}
}
@media only screen and (max-width: 600px) {
    body .header__inner .header__utils.left-header {
        display: none!important;
    }
}
@media screen and (min-width: 990px) {
   body .header--logo-center-menu-bellow:not(.header--menu-drawer) .header__inner {
        grid-template-areas: "space logo utils" "nav nav nav";
        grid-template-columns: 1fr fit-content(15.5rem) 1fr;
    }
}