<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    --c7-field-border-radius: 0px; 
    --c7-button-border-radius: 0px; 
    --c7-primary-button-bg: var(--button_gradient_top_color);
    --c7-primary-button-bg-hover:var(--button_gradient_top_color_hover);
    --c7-primary-button-text-color: #fff;
    --c7-heading-font-family: "benton-sans-wide", sans-serif;
    --c7-heading-font-weight: 400;
    --c7-font-family: "Cormorant Garamond", sans-serif;
    --c7-body-text-color: rgb(110, 110, 110);
    --c7-link-color:: rgb(110, 110, 110);
}

/* disable default underline style */
a:not([disabled]):hover, a:not([disabled]):active, a:not([disabled]):focus, .c7-link:not([disabled]):hover, .c7-link:not([disabled]):active, .c7-link:not([disabled]):focus {
    text-decoration: none !important;
}


/* account header */

body .c7-modal-container {
	top: 14%;
}

#account-header {
   display: block;
position: fixed;
top: 10px;
right: 20px;
z-index: 10012;
font-family: var(--nav_typography-font-family);
font-weight: var(--nav_typography-font-weight);
font-size: var(--nav_typography-font-size);
letter-spacing: var(--nav_typography-letter-spacing);
text-transform: var(--nav_typography-text-transform);
font-style: var(--nav_typography-font-style,normal);
}
#account-header #c7-account {
    padding-right: 10px;
    display:inline-block;
}
#account-header #c7-cart .c7-user-nav__cart {
   display:flex;
}


#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 5px;

}
#c7-account .c7-user-nav__account a {
    color:var(--nav_typography-color);
    text-transform: uppercase;
    padding:0px;
}
#c7-cart .c7-user-nav__cart .c7-link:first-child {
    background-color: transparent;
    border:none;
} 

#c7-cart .c7-user-nav__cart .c7-user-nav__cart__title svg {
    stroke:var(--nav_typography-color);
}
#c7-cart .c7-user-nav__cart__count {
    background-color: #000;
}
.c7-order-summary__buttons a {
    font-size: 12px;
    color:#fff;
    }
#c7-cart .c7-user-nav__cart button.c7-link {
  padding: 0px !important;
}
#c7-account .c7-user-nav__account__dropdown a {
color: var(--c7-body-text-color);
}
/* Overall styling */
#c7-content h1 {
    text-align: left !important;
    margin-bottom: 20px;    
}
.c7-btn {
    background-color: var(--button_gradient_top_color);
    text-transform: uppercase;

}
.c7-btn:hover, .c7-cart__buttons .c7-btn:hover {
    background-color: var(--button_gradient_top_color_hover) !important;
}
.c7-side-cart__header button {
    background-color: transparent !important;
    color:#000;
}
button.c7-link {
    background-color:transparent !important;
    border: 0px !important;
    color: var(--c7-body-text-color) !important;

}
button.c7-link:hover {
    opacity: 0.6;
}
/* all content should start aligned left */
.c7-account__dashboard__message {
    margin-bottom: 20px;
}

.c7-cart__wrapper, .c7-account__dashboard {
    max-width: 100% !important;
    margin:0px auto !important;
    justify-content: space-between !important;
}
.c7-account-row {
    max-width: 100% !important;
    justify-content: space-between !important;
}
.c7-account-login__password-options {
  text-align:left !important;
}
.c7-account-login__options {
  text-align:left !important;
}
.account-row h1 {
    display:none;
}
/* cart styling */
.cart-row h1 {
    display:none;
}
#c7-cart .c7-order-item__description {
    margin-top: 10px;
    font-size: 10px;
}

/* hide club cancelation */
.c7-account-club .c7-account-blocks .c7-account-block__actions {
display:none !important;
}
.c7-callout--club .c7-callout__details li:nth-child(2), .c7-callout--club .c7-callout__details li:nth-child(3) {
display:none !important;
}

/* hide club skip
.c7-account-club__shipment__footer .c7-btn--skip {
display:none !important;
}
*/

/* hide delete account */
.c7-account-details .c7-account-details__delete-account {
display:none !important;
}


/* collection styling */
.c7-product-collection .c7-product {
    display:block !important;
    text-align: center !important;
}
.c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.c7-product-collection .c7-product img {
  aspect-ratio: 9 / 16;
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
align-items: center !important;
}


/* calendar styling ADA fix */
.c7-reservation-widget .c7-date-picker-input button {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.c7-reservation-widget .c7-date-picker-dropdown button {
	color:inherit;
	background-color: inherit;
}


/* hide elements, need to add these classes to the rows */
.collection-row h1 {
display:none;
}



/* mobile overrides */
@media screen and (max-width: 1024px){
  .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr !important;
    } 
}


@media screen and (max-width: 767px){

    .reverse-col {
        display:flex !important;
        flex-direction: column-reverse;
    }
    #account-header {
        top: 100px;
    }

    .c7-product-collection__product-list {
    grid-template-columns: 1fr !important;
    } 
    .c7-product-specs {
        text-align: left !important;
        margin: 0px !important;
    }
    .c7-product-specs h2 {
        text-align: left !important;
    }
}</pre></body></html>