@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700&display=swap');

:root {
  --main-heading-font: 'Libre Baskerville', serif;
  --main-header-primary-region-background:#a88f4d;
  --main-header-secondary-region-background:#ece8de;
  --main-header-secondary-region-text-color: #a88f4d;
  --main-header-primary-region-text-color:hsl(0, 0%, 100%);
  --main-header-primary-region-background-highlight:#c7b17c;
  --main-header-primary-region-text-highlight:#ffffff;
  --main-header-secondary-region-icon-color:#a88f4d;
  --main-header-primary-region-background-text-color:#ffffff;
  --main-header-primary-region-background-highlight-text-color:#ffffff;
  --main-footer-background-color:#ece8de;
  --main-cart-count-background:#916b10; 
  --main-cart-count-text:#ffffff;
  --main-product-price-text-color:#a88f4d;
  --main-link-color:#a88f4d;
  --main-link-hover-color:#b4294c;
  --main-text-color:#433738;
  --main-border-color:#e1d9c6;
  --main-progress-loader-color:#93722a;
  --main-footer-border-color:#e2dac8;
  --main-light-background-color:#ede8de;

  
  /* main banner */
  --main-banner-description-font-size:1.2em;
  --main-banner-title-font-size:3em;
  --main-banner-title-font-weight:400;
  
  
  --main-page-header-banner-background:#847d6c;
  
  --main-highlight-text-color:#78252c;
  --main-mobile-navigation-button-border-color:#78252c;
  --main-mobile-navigation-button-background-color:#78252c;
  --main-mobile-navigation-button-text-color:#ffffff;
  --main-mobile-navigation-button-hover-border-color:#b4294c;
  --main-mobile-navigation-button-hover-background-color:#b4294c;
  --main-mobile-navigation-button-hover-text-color:#ffffff;
  --main-mobile-navigation-link: #78252c;
  --main-button-primary-background-color: #2c2c2c;
  --main-button-primary-highlight-text-color: #ffffff;
  --main-banner-padding: 3rem;
  --main-cart-checkout-btn-background-color: var(--main-link-color);
  --main-product-image-background:white;
  --main-product-image-box-shadow:  inset 0px 0px 0 1px var(--main-border-color);
  --main-input-label-color: #78252c;
  --main-banner-title-font-size: 2.2em;
  
  /*labels*/ 

  --main-input-label-color:Var(--main-link-color);

  /*logos*/
  --main-logo-width-lg: 270px;
  --main-logo-width-md: 265px;
  --main-logo-width-sm: 130px;
  --main-logo-width: 120px;

/*age gate*/
--main-agegate-background-color:#2c2c2c;
--main-agegate-card-background-color:#ffffff;
--main-agegate-card-text-color:var(--main-body-color);
--main-agegate-button-background-color:#78252c;
--main-agegate-button-text-color:#ffffff;

/*footer */

--main-footer-link-color: var(--main-link-color);
}


.main-banner-section {
  --main-banner-padding: 6rem;
}

.main-banner-section .banner-content {
	z-index:2;
}
.main-banner-section .image-overlay {
  z-index: 1;
}

.footer-section .logo-container .logo {
    width: 240px;
}
.cta-section.upper-cta-section {
	background-color: var(--main-light-background-color);
	padding:3em 0em;
}
.cta-section.upper-cta-section .wysiwyg-content {
  max-width:800px;
  margin:0 auto;
  padding: 3rem 1rem 2rem 1rem;
}

.cta-section.upper-cta-section .card-icon .card-content-body {
    justify-content: center;
}

.cta-section.middle-cta-section {
	padding-top:4em;
}


.cta-section.upper-cta-section .wysiwyg-content h1 {
position: relative;
margin:0em 0em 4rem 0em;

}
.cta-section.upper-cta-section .wysiwyg-content h1:before {
	content: "";
    position: absolute;
    max-width: 8rem;
    height: 2px;
    bottom: -.75em;
    left: 0;
    background-color: var(--main-link-color);
    right: 0;
    margin: 0 auto;
 }

@media (min-width: 576px) {

.upper-cta-section div[name*="content-blob-1"] .card{
    min-height:450px;
  }

.upper-cta-section div[name*="content-blob-1"] .card .title h3{
    font-size:2.2em;
  }
}


@media (min-width: 576px) {

.cta-section div[name*="home-page-extra-1"] .card{
    min-height:450px;
  }

.cta-section div[name*="home-page-extra-1"] .card .title h3{
    font-size:2.2em;
  }
}


.client-theme-1 {
	--vc-dark-color: #3e3935;
    --vc-dark-contrast-color: #6b6158;

    --vc-light-color: #e4e4e4;
    --vc-light-contrast-color: #c2bbbb;

    --vc-accent-color: #a88f4d;
    --vc-accent-contrast-color: #9d843f;

    --neutral-1: #d5d1d1;
    --neutral-2: #686868;
    --neutral-3: #c9ab7e;
}


/*product hacks */

.content-list .product-item .product-image .a-image,
.products-carousel .product-item .product-image .a-image,
.product-grid .product-image .a-image {
	--product-image-aspect-ratio:var(--aspect-ratio-4-3);
    padding-top: var(--product-image-aspect-ratio, 100%);
}
.content-list .product-image .image-container,
.product-list .product-image .image-container {
	height:0;
}
.product-image .image-container {
	--product-image-aspect-ratio:var(--aspect-ratio-4-3);
	padding-bottom:var(--product-image-aspect-ratio, 100%);
}
.content-list-items .product-item .product-description,
.product-list .product-item .product-description {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* table overrides */
.table thead th, .table th, .table td, table .cart-view-table {
	border-color:var(--main-border-color)!important;
}
.table tbody+tbody {
	border-top-color: var(--main-border-color)!important;
}

.teaser-list-item {
    border-color: var(--main-border-color) !important;
}