/*Fonts*/

/* latin-ext */
@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sintony/v17/XoHm2YDqR7-98cVUET0tuv0rnjrQ8Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/sintony/v17/XoHm2YDqR7-98cVUETMtuv0rnjo.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sintony/v17/XoHj2YDqR7-98cVUGYgIr94JkxDq-C7mog.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sintony';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/sintony/v17/XoHj2YDqR7-98cVUGYgIr9AJkxDq-C4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*C7 Variables*/
:root {
    --c7-font-family: "Sintony", "PT Sans", sans-serif !important;
    --c7-heading-font-family: var(--c7-font-family) !important;
    --c7-body-text-color: #1B1B1B;
    --c7-heading-font-weight: 400 !important;
    --c7-bg-alt: #ededed;
    --c7-primary-button-bg-hover: #338455;
    --c7-alt-button-bg: #6d6d6d;
    --c7-alt-button-bg-hover: #5d5d5d;
    --c7-alt-button-text-color: #FFF;
    --c7-dropdown-hover: var(--c7-bg-alt);
}

/*C7 Typography*/
h1.c7-h1, .c7-account__header p:first-of-type {
    font-size: 3em;
    line-height: 1;
}

h2.c7-h2 {
    font-size: 1.5em;
    line-height: 1.6;
}

.c7-link {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/*C7 Buttons*/
.c7-btn:hover {
    background: #338455;
}

/*C7 Side Cart*/
.c7-order-item__title {
    font-size: 18px;
}

.c7-order-item__quantity select {
    color: var(--c7-body-text-color);
}

/*C7 Collection*/
@media screen and (min-width: 769px) {
    .c7-product-collection__product-list, .c7-related-products__product-list, .c7-product-allocation__product-list {
        grid-template-columns: 1fr;
    }
}

.c7-product-collection__products--featured .c7-product {
    background: transparent;
}

.c7-product-collection .c7-h1 {
    text-align: center;
}

/*C7 Checkout*/

.c7-checkout-mobile__summary-toggle {
    color: var(--c7-body-text-color);
}

.c7-checkout__footer {
    padding: 0 20px;
}


/*C7 Account*/
.c7-account-dashboard__left-column .c7-account-dashboard__block.c7-account-block:last-of-type {
    display: none;
}

.c7-account-club-shipments .c7-btn {
  display: none;
}

/*Typography*/
h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

a {
    text-underline-offset: 3px;
}

/*Header*/
@media screen and (min-width: 51em) {
    header.storefront-header .logo img {
        max-width: 600px;
    }
}

/* Homepage */
.homepage-h1 {
    margin: 0;
    line-height: 1.7;
}

.homepage-tagline {
    font-size: 20px;
}

.content-box {
    border-radius: 10px; 
    background: var(--c7-bg-alt); 
    padding: 20px 40px 20px 40px;
}