:root 
{
    --top-navbar-background-color: #5c4e47;
    --top-navbar-navitem-color: #ffffff;
    --top-navbar-navitem-color-focus: #cdb5a9;
    --top-navbar-navitem-color-active: #cdb5a9;

    --navbar-brand-logo-height-xl: 60px;

    --collection-navbar-background-color: #cdb5a9;
    --collection-navbar-navlink-color: #ffffff;
    --collection-navbar-navlink-color-focus: #5c4e47;

    --bottom-navbar-background-color: #5c4e47;
    --bottom-navbar-text-color: #ffffff;
    --bottom-navbar-navitem-color-focus: #cdb5a9;
    --footer-border-top-width: 0px;

    --collection-title-color: #5c4e47;

    --product-thumbnail-border-color: #eceff0;
    --product-thumbnail-border-color-hover: #cdb5a9;
    --product-thumbnail-title-color: #5c4e47;
    --product-thumbnail-text-color: #a32322;
    --product-thumbnail-price-color: #5c4e47;

    --product-title-color: #5c4e47;
    --product-text-color: #5c4e47;
    --product-price-color: #5c4e47;

    --addtocart-button-text-color: #ffffff;
    --addtocart-button-text-color-hover: #ffffff;
    --addtocart-button-background-color: #5c4e47;
    --addtocart-button-background-color-hover: #a32322;
    --addtocart-button-border-color: #5c4e47;
    --addtocart-button-border-color-hover: #a32322;

    --primary-button-text-color: #ffffff;
    --primary-button-text-color-hover: #ffffff;
    --primary-button-background-color: #5c4e47;
    --primary-button-background-color-hover: #a32322;
    --primary-button-border-color: #5c4e47;
    --primary-button-border-color-hover: #a32322;

    --checkout-price-color: #5c4e47;
    --checkout-step-text-color: #cccccc;
    --checkout-step-text-color-active: #5c4e47;

    --text-default-color: #000000;
    --link-color: #5c4e47;
    --link-color-focus: #a32322;
    --heading-color: #a32322;

    --text-block-inverse-background-color: #5c4e47;
    --text-block-inverse-text-color: #ffffff;
}
