:root {
    --c7-page-width: 1440px;
    --c7-page-width-checkout: 1440px;
    --c7-font-family: var(--main-font-family);
    --c7-body-text-color: var(--text-main-color);
    --c7-alt-text-color: var(--text-main-color);
    --c7-font-size: 20px;
    --c7-font-size-sub: 18px;
    --c7-heading-font-family: var(--titles-font-family);
    --c7-heading-text-color: var(--title-h1-color);
    --c7-heading-font-weight: var(--fw-titles);

    /*
    --c7-primary-color: ;
    --c7-primary-color-text: ;
    --c7-primary-color-dark: ;
    --c7-primary-color-focus: ;

    */
    --c7-link-color: var(--link-color);
    --c7-bg: var(--body-bg-color);
    --c7-bg-alt: var(--body-bg-alt-color) ;
    /*
    --c7-border-color: ;
    --c7-border-radius: ;

    --c7-loading-bg: ;
    --c7-modal-border-radius: ;
    --c7-modal-shadow: ;
    --c7-overlay-bg: ;
    --c7-progress-bar: ;
    --c7-pill-bg: ;
    --c7-pill-text-color: ;

    --c7-field-bg: ;
    --c7-field-border-radius: ;
    --c7-field-border-color: ;
    --c7-field-focus-color: ;
    */
    --c7-field-option-selected-color: #85303c;
    --c7-field-option-focus-color: #85303c;
    /*
    --c7-field-placeholder: ;
    */

    --c7-primary-button-bg: #e3daca;
    --c7-primary-button-bg-hover: #85303c;
    --c7-primary-button-text-color: #111;
    --c7-alt-button-bg: rgba(34, 34, 34, 0.7);
    --c7-alt-button-bg-hover: #85303c;
    --c7-alt-button-text-color: #fff;
    --c7-button-border-radius: 3px;

    /*
    --c7-info-bg: ;
    --c7-error: ;
    --c7-error-bg: ;
    --c7-warning: ;
    --c7-warning-bg: ;
    --c7-success: ;
    --c7-success-bg: ;

    */
    --c7-header-text-color: #fff;
    /*
    --c7-notification: ;
    */
    --c7-cart-count-bg: #85303c;
    --c7-cart-count-bg-focus: rgba(133, 48, 60, 0.6);

    --c7-cart-count-text-color: #fff;
    /*
    --c7-side-cart-shadow: ;
    --c7-dropdown-border-radius: ;
    --c7-dropdown-shadow: ;
    --c7-dropdown-hover: ;

    --c7-block-bg: ;
    --c7-block-border-color: ;
    --c7-block-border-radius: ;
    --c7-block-shadow: ;
    */
}

#c7-content:empty,
.c7-product-collection:empty {
    background-size: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/preloader.gif);
}

#c7-account,
#c7-cart,
.c7-user-nav__account,
.c7-user-nav__cart,
.c7-user-nav__account > .c7-user-nav__account__login,
.c7-user-nav__account > .c7-user-nav__account__name,
.c7-user-nav__cart > button.c7-link {
    font-size: 16px;
    line-height: normal;
}

#c7-account,
#c7-cart {
    vertical-align: top;
    display: inline-block;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.c7-acount-cart-band {
    text-align: right;
    line-height: normal !important;
    padding-top: 3px;
}

.c7-user-nav__account {
    padding-top: 3px;
}

.c7-user-nav__account > .c7-user-nav__account__login,
.c7-user-nav__account > .c7-user-nav__account__name,
.c7-user-nav__cart > button.c7-link {
    padding-top: 0;
    padding-bottom: 0;
}

.c7-user-nav__cart > button.c7-link .c7-user-nav__cart__count {
    text-align: center;
    font-size: 12px !important;
    font-weight: 300;
    margin-left: -5px;
    padding: 2px;
    min-width: 17px;
    height: 17px;
    line-height: 13px;
}



.c7-account__header {
    padding-top: 30px;
}

.c7-checkout__header a:has(.c7-checkout-logo),
.c7-checkout__header--mobile a:has(.c7-checkout-logo) {
    padding-left: 20px;
    padding-right: 20px;
}
.c7-checkout-logo {
    width: calc(100% - 40px);
    max-width: 400px;
}



.commerce7collection {
    padding-top: 70px;
    padding-bottom: 70px;
}
.internal-page.commerce7-page .internal-page-content {
    padding-top: 70px;
    padding-bottom: 70px;
}


.c7-order-items:not(.c7-order-items--cart) .c7-order-item__quantity::before, .c7-order-item--giftcard .c7-order-item__quantity::before {
    font-size: 15px;
}
.c7-form select, .c7-order-item select,
.c7-order-item__quantity select {
    line-height: normal;
}


.c7-btn {
    font-size: 20px;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 7px;
    text-transform: uppercase;
    border: 1px solid #cec8ba;

    font-family: var(--button-font-family) !important;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    
    align-content: center;
    line-height: normal;
}
.c7-side-cart__summary-container .c7-btn {
    padding-left: 10px;
    padding-right: 10px;
}
.c7-btn.c7-btn--alt {
    border-color: rgba(255, 255, 255, 0.2);
}
.c7-btn.c7-btn--alt:hover,
.c7-btn.c7-btn--primary:hover {
    color: #fff;
    border-color: #71232e;
}



.c7-form label:not(.c7-radio, .c7-checkbox, .duet-date__mobile-heading), .c7-label, .c7-form legend {
    font-size: 20px;
}




.c7-taste-circle--filled::after {
    background-color:#85303c;
}
.c7-taste-circle--empty::after {
    border-color:#85303c;
}



.c7-product-collection .c7-product__title,
.c7-product-allocation .c7-product__title,
.c7-club-product__details__title {
    font-size: 28px;
    font-weight: 300;
}
.c7-product__title a {
    font-size: inherit;
    font-weight: inherit;
}

.c7-product__add-to-cart__price {
    font-size: 23px;
}



.c7-h1, h1.c7-h1 {
    font-family: var(--titles-font-family);
    font-size: 40px;
}
.c7-h2, h2.c7-h2 {
    font-family: var(--titles-font-family);
    font-size: 40px;
}
.c7-h3, h3.c7-h3 {
    font-family: var(--titles-font-family);
    font-size: 32px;
}

@media only screen and (max-width: 1280px){
    .c7-h1, h1.c7-h1 {
        font-size: 38px;
    }
    .c7-h2, h2.c7-h2 {
        font-size: 38px;
    }
    .c7-h3, h3.c7-h3 {
        font-size: 28px;
    }
    .c7-product-collection .c7-product__title,
    .c7-product-allocation .c7-product__title,
    .c7-club-product__details__title {
        font-size: 27px;
    }
}
@media only screen and (max-width: 992px){
    .c7-h1, h1.c7-h1 {
        font-size: 34px;
    }
    .c7-h2, h2.c7-h2 {
        font-size: 34px;
    }
    .c7-h3, h3.c7-h3 {
        font-size: 22px;
    }
    .c7-product-collection .c7-product__title,
    .c7-product-allocation .c7-product__title,
    .c7-club-product__details__title {
        font-size: 26px;
    }
}
@media only screen and (max-width: 767px){
    .c7-h1, h1.c7-h1 {
        font-size: 30px;
    }
    .c7-h2, h2.c7-h2 {
        font-size: 30px;
    }
    .c7-h3, h3.c7-h3 {
        font-size: 21px;
    }
    .c7-product-collection .c7-product__title,
    .c7-product-allocation .c7-product__title,
    .c7-club-product__details__title {
        font-size: 25px;
    }
}
@media only screen and (max-width: 576px){
    .c7-h1, h1.c7-h1 {
        font-size: 28px;
    }
    .c7-h2, h2.c7-h2 {
        font-size: 28px;
    }
    .c7-h3, h3.c7-h3 {
        font-size: 20px;
    }
    .c7-product-collection .c7-product__title,
    .c7-product-allocation .c7-product__title,
    .c7-club-product__details__title {
        font-size: 24px;
    }
}





.c7-club-list {
    display: grid;
    grid-template-columns: 1fr; /* 1fr 1fr 1fr */
    grid-gap: 40px;
}

.c7-club {
    background-color: rgba(52, 52, 52, 0.03);
    margin: 0px !important;
    padding: 40px 15px;
    max-width: unset;
    border-radius: 10px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.c7-club:hover {
    background-color: rgba(52, 52, 52, 0.06);
}
.c7-club * {
    text-align: center;
}
.c7-club ul,
.c7-club ul * {
    text-align: left;
}

.c7-content:has(.c7-club-list) > h1.c7-h1 {
    display: none;
}

.c7-club-summary__description > p,
.c7-club__details__content > p {
    font-weight: 200 !important;
}
.c7-product__content p,
.c7-product__content p em {
    font-weight: 200 !important;
}


@media only screen and (max-width: 1200px){
    /*.c7-club-list {
        grid-template-columns: 1fr;
        max-width: 760px;
        margin: auto;
    }*/
}




.c7-checkout__summary-container {
    flex: 0 1 700px;
}
@media only screen and (max-width: 1300px){
    .c7-checkout__summary-container {
        flex: 0 1 650px;
    }
}
@media only screen and (max-width: 1200px){
    .c7-checkout__summary-container {
        flex: 0 1 600px;
    }
}
@media only screen and (max-width: 1100px){
    .c7-checkout__summary-container {
        flex: 0 1 550px;
    }
}




.c7-product__subtitle {
    color:#85303c;
    font-weight: 300;
    font-style: italic;
    font-size: 1.3rem;
}


@media screen and (max-width: 1200px) {
    .c7-product-collection__product-list, .c7-product-allocation__product-list {
        grid-template-columns: 1fr;
    }
}
@media screen and (min-width: 769px) {
    .c7-product-collection .c7-product__image, .c7-product-allocation .c7-product__image {
        flex: 0 0 210px;
    }
    .c7-product-collection .c7-product__image img, .c7-product-allocation .c7-product__image img {
        max-height: 500px;
    }
}
@media screen and (max-width: 769px) {
    .c7-product-collection .c7-product__image img, .c7-product-allocation .c7-product__image img {
        max-height: 420px;
    }
}
@media screen and (min-width: 621px) {
    .c7-product-collection .c7-product, .c7-product-allocation .c7-product, .c7-product-detail .c7-product {
        display: flex;
    }
}
@media screen and (max-width: 620px) {
    .c7-product-collection .c7-product__image img, .c7-product-allocation .c7-product__image img {
        max-height: 300px;
    }
}












