:root {
    --c7-bg: #eee;
    --c7-bg-alt: #fff;
    --c7-dropdown-hover: #fff;
    --c7-font-size: 12px;
    --c7-font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    --c7-font-size-sub: 12px;
    --c7-alt-button-bg: transparent;
    --c7-alt-button-bg-hover: var(--c7-primary-color);
    --c7-alt-button-text-color: var(--c7-primary-color);
}

/*TYPOGRAPHY*/

body {
    background-color: #eee;
    font-size: 12px;
    color: #666;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    line-height: 1.5em;
    -webkit-font-smoothing: auto;
}

h1,h2,h3,h4,h5,h6,p,table,ul,ol { 
	margin-top: 0;
	padding-top: 0;
}

ul, ol, dl, p, table, pre { 
	margin-bottom: 1em;
}
	
h1,h2,h3,h4,h5,h6 { 
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
}
	
h1 { 
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0.6em;
}

h2 { 
    font-size: 26px;
    line-height: 1.2;
    margin: 0.25em  0 0.5em;
}
    
h3 { 
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0.6em;
}
    
h4 { 
    font-size: 18px;
    line-height: 1.2;
}
    
h5 { 
    font-size: 14px;
    line-height: 1.5;
}

h6 { 
    font-size: 14px;
    line-height: 1.5;
}

a { 
	color: #900;
	text-decoration: none;
}
	
a:hover, a:focus, a:active {
	outline: none;
	text-decoration: underline;
}

ul, ol, dd, blockquote {  }

ul ul, ol ol, ul ol, ol ul { 
	margin-bottom: 0;
}
	
form { 
	margin-bottom: 1em;
}
	
legend { 
	color: #111;
}
	
hr { 
	background-color: #666;
	border: 0;
	color: #666;
	height: 1px;
}

/*HEADER*/

@media screen and (min-width: 48em) {
    header.storefront-header nav ul {
        gap: 24px;
    }
}

header.storefront-header nav ul {
    line-height: 32px;
    font-size: 13px;
}

/*C7 HEADER*/
.c7-user-nav__cart__count {
    font-family: "Lucida Grande", sans-serif;
    font-size: 9px;
    min-width: 16px;
    height: 16px;
}

.c7-user-nav__account > a {
    font-size: 13px;
}

.c7-user-nav__cart__title svg {
    width: 16px;
    height: 18px;
}

.c7-user-nav__account__name svg {
    width: 16px;
    height: 16px;
}

/*C7 BUTTON*/

.c7-btn {
    line-height: 2;
}

.c7-btn--alt, .c7-btn--alt--small {
    border: 1px solid var(--c7-primary-button-bg);
}

.c7-btn--alt:not([disabled]):active,
.c7-btn--alt:not([disabled]):focus,
.c7-btn--alt:not([disabled]):hover,
.c7-btn--alt--small:not([disabled]):active,
.c7-btn--alt--small:not([disabled]):focus,
.c7-btn--alt--small:not([disabled]):hover {
  color: #fff;
}

/*C7 SIDE CART*/

.c7-order-item__title {
    font-size: 14px;
}

/*C7 COLLECTION*/

.c7-content:has(.c7-product-collection) .c7-h1 {
    text-align: center;
}

@media screen and (min-width: 1025px) {
    .c7-product-collection__product-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.c7-product-collection .c7-product .c7-form {
    max-width: none;
}

.c7-product-collection .c7-product {
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.c7-product-collection .c7-product__add-to-cart__form {
    justify-content: center;
}

.c7-product-collection .c7-product__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
    text-align: center;
    margin-left: 0;
}

@media screen and (min-width: 769px) {
    .c7-product-collection .c7-product__image {
        margin-right: 0;
    }
}

/*C7 PRODUCT*/

.c7-product-collection .c7-product {
    gap: 12px;
}

/*C7 CHECKOUT*/

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

.c7-checkout-mobile__summary-toggle__total, .c7-checkout-mobile__items-toggle svg {
	color: #000;
}

.c7-checkout:not(.c7-checkout--club--products) .c7-checkout-mobile__summary-toggle {
	color: #000;
}

/*C7 CLUB*/

.c7-content:has(.c7-club-list) .c7-h1 {
    text-align: center;
}

/*C7 ACCOUNT*/

.c7-account-details__header {
    flex-direction: column;
}

@media screen and (min-width: 769px) {
    .c7-account-details__header {
        flex-direction: row;
    }
}

.c7-user-nav__account__dropdown__logout svg {
    width: 14px;
    height: 14px;
}

.c7-user-nav__account__dropdown__logout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c7-account-details__delete-account {
    display: none;
}

/*C7 FORM*/

.c7-form select, .c7-order-item select {
	color: #000;
}

.c7-form label:not(.c7-radio, .c7-checkbox, 
.duet-date__mobile-heading), .c7-label, .c7-form legend {
    font-size: inherit;
}

.c7-form--card-number .c7-card-type--default {
    top: 34px;
}

/*CONTACT US PAGE*/

.template-contact-us .reservation-link {
    margin: 20px 0;
}