:root {
	--c7-primary-button-bg: #8e9c9c !important;
    --c7-primary-button-bg-hover:#4c5d69;
    --c7-alt-text-color: #fff !important;
    --c7-field-border-radius: 2px; 
    --c7-primary-button-text-color: #ffffff;
    --c7-heading-font-family: 'termina', Verdana, Arial, Helvetica, sans-serif;
    --c7-font-family: 'termina', Verdana, Arial, Helvetica, sans-serif;
    --c7-body-text-color: #111111;
}


/* account header */
#account-header {
    display: inline-block;
	
}
/* Squarespace 
#account-header {
   display: block;
position: absolute;
top: 0px;
right: 5px;
z-index: 999;
}
*/

#c7-account, #c7-cart {
    display:inline-block;
    margin-left: 5px;
}
#c7-account .c7-user-nav__account a {
    color:#fff;
    text-transform: uppercase;
    padding:0px;
	font-family: "Karin";
	color:#BFBDB5;
}
#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:#BFBDB5;
}
#c7-cart .c7-user-nav__cart__count {
    background-color: #000;
}

/* Overall styling */
#c7-content h1 {
    text-align: left !important;
    margin-bottom: 20px;
}
.c7-btn {
    background-color: #8e9c9c !important;
    color:#ffffff !important;
}
.c7-btn:hover, .c7-cart__buttons .c7-btn:hover {
    background-color: #4c5d69 !important;
    color:#ffffff !important;
}
body:not(.home) .c7-form label {
	color:#475865;
} 
/* all content should start aligned left */
.c7-account__dashboard__message {
    margin-bottom: 20px;
}

/* forms should all be full width */
.c7-cart__wrapper, .c7-account-login, .c7-account__dashboard {
    
    margin:0px auto !important;
    
}
.c7-account-row {
  
}
.c7-form {
    
}
.account-row h1 {
    display:none;
}
/* cart styling */
.cart-row h1 {
    display:none;
}


/* mini cart styling */
#c7-cart .c7-cart {
    top: 36px;
    }
#c7-cart > a::before {
    content: "Cart: " !important;
    font-weight: 600;
    color:#fff;
}
#c7-cart .c7-cart__count::after {
    content: " Items";
}
#c7-cart .c7-cart__total::before {
    content: "Total: ";
    font-weight: 600;
}
#c7-cart .c7-cart__total {
    display:block;
}
#c7-cart .c7-cart__total::after {
    display:block;
    content: "View Cart >";
    font-weight: 600;
}

/* 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 {
  max-height: 400px;
  width: auto;
  object-fit:cover;
}
.c7-product-collection .c7-product .c7-product__add-to-cart__form {
  justify-content: center !important;
align-items: center !important;
}



/* 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 {
        
    }
	#account-header .c7-user-nav__account {
	padding-right: 5px;
}

    .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;
    }
}