/** Shopify CDN: Minification failed

Line 70:11 Expected ":"

**/
@media screen and (min-width: 750px) {
    body {
        font-size: 1.8rem;
    }
}


.header-wrapper.color-scheme-1 {
    background: #76b949;
    color: #fff;
}

.header__menu-item {
    --color-foreground: #fff;
    color: rgba(var(--color-foreground), .75);
}

.header__icon {
    color: #fff;
}

.product__description {
    margin-top: 64px;
}

.product__description table {
    width: 100%;
}


.product__info-container .price__container .price-item {
    font-size: 3rem;
    font-weight: 700;
}

.header__heading-logo-wrapper {
    display: flex;
    align-items: center;
}

.header-slogan {
    max-width : 150px;
    line-height: 1.2;
    color: #fff;
    margin-left: 2rem;
}

@media (max-width: 768px) {
    .header-slogan {
        display: none;
    }
}

.header {
    display: block;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h-phone a {
    display flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    position: relative;
}

.h-phone a svg {
    position: relative;
    margin-right: 1rem;
    top: 5px;
}

@media (max-width: 483px) {
    .h-phone a span {
        display: none;
    }
}

.header__inline-menu li a,
.header__inline-menu li span {
    text-transform: uppercase;
}


.card__information {
    text-align: center;
}

.card-information {
    text-align: center !important;
}


.product__description h3 {
    font-weight: 700;
    font-size: 3rem;
}

table:not([class]) {
    font-size: 1.6rem;
    box-shadow: none;
    border-top: 1px solid var(--color-foreground);
    border-bottom: 1px solid var(--color-foreground);
}

table:not([class]) td, table:not([class]) th {
    padding: 0.6rem 1rem;
}


table:not([class]) tr th {
    background: #f1f1f1;
    border-left: none;
    border-right: none;
}

table:not([class]) td {
    border: none;
}

table:not([class]) tr:nth-child(odd) td {
    background: #f1f1f1;
}

.shopify-policy__container {
    max-width: 130ch;
}