
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root {
    --main-font-size: 17px;
    --main-line-height: 1.65;
    --main-heading-line-height: 1.25;
	
	--main-heading-font: "Crimson Text", serif;
	--main-body-font:  "Montserrat", sans-serif;
	
	--fern-sepia:#937E5F;
	--fern-ochre:#BC9B67;
	--fern-granite:#4D4B4E;
	--fern-stone: #F4F3ED;
    
	--main-link-color: var(--fern-ochre);
	--main-link-hover-color: var(--fern-sepia);
   
    --main-light-background-color:var(--fern-stone);
 
    /*header*/
    --main-header-primary-region-background: #fff;
    --main-header-primary-region-background-text-color: var(--fern-sepia);
    --main-header-primary-region-background-highlight: transparent;
    --social-icon-color:#fff;
   
    
    --main-header-secondary-region-background: var(--fern-granite);
    --main-header-secondary-region-icon-color: #fff;;
	--main-header-primary-region-dropdown-text-color:var(--fern-sepia);
	--main-header-primary-region-dropdown-background-highlight-color: var(--fern-stone);
	
	
    --main-mobile-navigation-element-background-color:  var(--fern-sepia);
	--main-mobile-navigation-element-background-highlight-color: var(--fern-ochre);
    --main-mobile-navigation-element-text-color: #fff;
    
   
    --main-product-toggle-filter-background-color: var(--fern-granite);
    --main-product-toggle-filter-background-highlight-active-color: var(--main-link-hover-color);
    --main-product-toggle-filter-background-active-color: var(--main-link-color);
   

    --main-mobile-navigation-button-background-color: transparent;
    --main-mobile-navigation-button-text-color:#fff;
    --main-mobile-navigation-button-border-color:#fff; 
    --main-mobile-navigation-button-hover-text-color: var(--main-link-color);
       
       
    /*main logo */
    --main-logo-width: 140px;
    --main-logo-width-sm: 145px;
    --main-logo-width-md: 160px;
    --main-logo-width-lg: 170px;
    
    
    --main-mobile-logo-width: 200px;
    --main-mobile-logo-width-sm: 200px;
    --main-mobile-logo-width-md: 220px;
	--main-mobile-logo-width-lg: 240px;

    /* banner */
    --main-banner-padding: 4rem;
    --main-content-carousel-bullet-default-color: rgba(0, 0, 0, 0.3);

    --main-image-overlay-background-color: #332e29;
    --main-banner-description-font-size: 1.1em;
    --main-banner-title-font-size: 2.75em;
    --main-banner-title-font-weight: 500;

    --main-banner-content-width-lg: 50%;
    --main-banner-content-width-xl: 60%;
    
    /*footer */
    
	--main-footer-background-color: var(--fern-granite);
    --main-footer-text-color: #fff;
    --main-footer-link-color: #fff;

}
:root,
.client-theme-1 {
	--vc-dark-color: #4D494D;
    --vc-dark-contrast-color: #403c40;
    --vc-light-color: #F4F3ED;
    --vc-light-contrast-color: #e8e6d9;
    --vc-accent-color: #937E5F;
    --vc-accent-contrast-color: #BC9B67;
    --neutral-1: #d5d1d1;
    --neutral-2: #686868;
    --neutral-3: #c9ab7e;
}

*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*header*/

.header.header-003 .mobile-navigation-button {
    padding: .25em 1em;
    font-size: 1em;	
}

.header.header-003 .secondary-region {
	padding:.5em 0em;
}

.header.header-003 .secondary-region .nav-link,
.header.header-003 .secondary-region .nav-link.portal .btn-link {
    font-size: .867rem;
    padding:0;
}

.header.header-003 .secondary-region .nav-link {
	padding:0;
}

.header.header-003>.primary-region .logo-display {
	order:1;
}

.header.header-003>.primary-region .primary-desktop.nav-left {
	order:2;
	display:none;
}
.header.header-003>.primary-region .primary-desktop.nav-right {
	order:3;
}

.header.header-003 .primary-region .primary-desktop.nav-right ul .nav-item>.nav-link {
    margin: 0 0 0 1em;
}

.header.header-003 .primary-region .navigation.nav ul .nav-item>.nav-link, 
.header.header-003>.primary-region .navigation>.nav-item>.nav-link {
	font-size:1.45em;
}

.header.header-003 .secondary-nav .navbar-nav > li:not(:last-child) {
    margin-right: 1em;
}

.header.header-003 .secondary-region .social-group a {
    font-size: .867em;
}


/*social header */

.header.header-003 .social-group .social-list .social-list-item:not(:last-child) {
    margin-right: .75em !important;
}

.header.header-003 a.social-link:hover {
    --social-icon-color:var(--main-link-color);
}

/*mobile-nav */

.mobile-navigation-container .actions .cart .icon,
.mobile-navigation-container .actions .login .icon,
.mobile-navigation-container .actions .portal .icon {
    --main-header-secondary-region-icon-color: var(--fern-sepia);
}

.header.header-003 .primary-region .navigation.nav .nav-item .dropdown-menu a {
	font-size:1em;
}

.mobile-navigation-container .container div {
    width: 100%;
}

.mobile-navigation-container .dropdown-menu {
    left: 5px !important;
    top: -1px !important;
}


@media (min-width: 768px) {
	.standard-grid-wrapper{
		--standard-grid-wrapper-width: 720px;
	}
}
@media (min-width: 992px) {
	.standard-grid-wrapper{
		--standard-grid-wrapper-width: 960px;
	}
}
@media (min-width: 1200px) {
	.standard-grid-wrapper{
		--standard-grid-wrapper-width: 1140px;
	}
}

/*home cta region */

.cta-section {
	padding:0;
}

.cta-section.upper-cta-section {
    background: var(--main-light-background-color);
    padding: 3em 0em;
}

.cta-section.middle-cta-section {
    padding: 3em 0em;
}

.cta-section.upper-cta-section .home-intro-content {
	padding:0em 0em 3em 0em;
}

.cta-section.lower-cta-section {
	padding:4em 0em;	
}

.cta-section .wysiwyg-content {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0em 1em;
}

.wysiwyg-content .banner-btn-primary{
	    display: inline-flex;
}

.cta-section .highlight-element {
    margin-bottom: 1em;
}

.cta-section.cta-section-6 {
	padding:3em 0em;
}

.cta-section.cta-section-7 {
	padding:3em 0em;
	background-color: var(--fern-stone);
}

.cta-section.cta-section-7 .highlight-content{
    --highlight-content-icon-size: 4em;
}

.cta-section.cta-section-7 .highlight-title {
	margin:0;
    font-size: 1.75em;
}

.cta-section.cta-section-7 .highlight-content-row .highlight-icon-container {
	margin-right:.5em !important;
}


.cta-section .news-element.news-description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*50-50 banner cta sections */

/*left*/
.cta-section.cta-section-1 .banner-content .banner-title h1,
.cta-section .home-intro-content .banner-content .banner-title h1,
.cta-section.cta-section-2 .banner-content .banner-title h1,
.cta-section.cta-section-3 .banner-content .banner-title h1,
.cta-section.cta-section-4 .banner-content .banner-title h1{

	line-height: 1.2;
}

.cta-section.cta-section-1,
.cta-section.cta-section-2,
.cta-section.cta-section-3,
.cta-section.cta-section-4 {
	    background: var(--main-light-background-color);
	 	--main-banner-padding: 1.5em;
}

@media (min-width: 768px) {
.cta-section.cta-section-1 .card-type-photo .banner-btn.banner-btn-secondary,
.cta-section.cta-section-3 .card-type-photo .banner-btn.banner-btn-secondary,
.cta-section .home-intro-content.card-type-photo .banner-btn.banner-btn-secondary{
	color:var(--main-text-color) !important;
	font-family:var(--main-secondary-font);
}
}

@media (min-width: 768px) {
.cta-section.cta-section-1  .image-overlay,
.cta-section.cta-section-3  .image-overlay,
.cta-section .home-intro-content .image-overlay{
	display: none;
}

.cta-section.cta-section-1 .banner-item .banner-content .col,
.cta-section.cta-section-3 .banner-item .banner-content .col,
.cta-section .home-intro-content .banner-item .banner-content .col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
}

.cta-section.cta-section-1 .image-background,
.cta-section.cta-section-3 .image-background,
.cta-section .home-intro-content .image-background{
	width: 50% !important;
    right: 0;   
}

.cta-section.cta-section-1 .banner-description,
.cta-section.cta-section-3 .banner-description,
.cta-section .home-intro-content .banner-description {
	font-size:1em;
}

.cta-section.cta-section-1  .banner-content-inner,
.cta-section.cta-section-3  .banner-content-inner,
.cta-section .home-intro-content  .banner-content-inner {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding:1.5em;
    min-height:500px;
}
}


.cta-section.cta-section-1 .full-height,
.cta-section.cta-section-3 .full-height,
.cta-section .home-intro-content .full-height{
	height: auto !important;
}

.cta-section.cta-section-1 .banner-content-gradient,
.cta-section.cta-section-3 .banner-content-gradient,
.cta-section .home-intro-content .banner-content-gradient{
	background-image: none !important;
	
}

.cta-section.cta-section-1 .banner-content,
.cta-section.cta-section-3 .banner-content,
.cta-section .home-intro-content .banner-content{
	padding:0em;	
}


.cta-section.cta-section-1 .banner-content-inner,
.cta-section.cta-section-2 .banner-content-inner,
.cta-section.cta-section-3 .banner-content-inner,
.cta-section.cta-section-4 .banner-content-inner,
.cta-section .home-intro-content .banner-content-inner {
    color: var(--main-text-color);
	padding:1.5em;
}

@media (max-width: 768px) {
	.cta-section.middle-cta-section .home-intro-content .card-type-photo .image-background,
	.cta-section.cta-section-1 .card-type-photo .image-background,
	.cta-section.cta-section-3 .card-type-photo .image-background,
	.cta-section div[name="content-blob-1"] .card-type-photo .image-background {
		position: relative;
		height:500px;
	    padding: 0em 15px;
	    max-width: 540px;
	    margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.cta-section.cta-section-1 .banner-content-inner,
	.cta-section.cta-section-3 .banner-content-inner,
	.cta-section div[name="content-blob-1"] .banner-content-inner {
	    padding: 3em 3em 3em 0em;
	}
	
	.cta-section.cta-section-2 .banner-content-inner,
	.cta-section.cta-section-4 .banner-content-inner{
	    padding: 3em 0em 3em 3em;
	}
}

/*right */
.cta-section.cta-section-2 .banner-content .banner-title h1,
.cta-section.lower-cta-section .banner-content .banner-title h1 {
	line-height: 1.2;
}

.cta-section.cta-section-2,
.cta-section.lower-cta-section {
	--main-banner-padding: 0em;
}

@media (min-width: 768px) {
	.cta-section.cta-section-2 {
		--main-banner-padding: 1.5em;
		padding:0;
	}
}
@media (min-width: 768px) {
.cta-section.cta-section-2 .banner-btn.banner-btn-secondary,
.cta-section.lower-cta-section.card-type-photo .banner-btn.banner-btn-secondary{
	color:var(--main-text-color) !important;
	font-family:var(--main-secondary-font);
}
}

@media (min-width: 768px) {
.cta-section.lower-cta-section .image-overlay,
.cta-section.cta-section-2 .image-overlay,
.cta-section.cta-section-3 .image-overlay,
.cta-section.cta-section-4 .image-overlay {
	display: none;
}
.cta-section.cta-section-2 .banner-item .banner-content .col,
.cta-section.cta-section-4 .banner-item .banner-content .col,
.cta-section.lower-cta-section .banner-item .banner-content .col {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
}

.cta-section.cta-section-2 .image-background,
.cta-section.cta-section-4 .image-background,

.cta-section.lower-cta-section .image-background{
	width: 50% !important;
    left: 0;   
}

.cta-section.cta-section-2  .banner-description,
.cta-section.lower-cta-section .banner-description {
	font-size:1em;
}

.cta-section.cta-section-2  .banner-content-inner,
.cta-section.cta-section-4  .banner-content-inner,
.cta-section.lower-cta-section .banner-content-inner {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5em;
}
}

.cta-section.cta-section-2 .full-height,
.cta-section.cta-section-4 .full-height,
.cta-section.lower-cta-section .full-height{
	height: auto !important;
}


.cta-section.cta-section-2 .banner-content-gradient,
.cta-section.cta-section-4 .banner-content-gradient,
.cta-section.lower-cta-section .banner-content-gradient{
	background-image: none !important;
}


.cta-section.cta-section-2 .banner-content-inner,
.cta-section.lower-cta-section .banner-content-inner {
    color: var(--main-text-color);
	padding:1.5em;
}

@media (max-width: 768px) {
	.cta-section.cta-section-2 .card-type-photo .image-background,
	.cta-section.cta-section-4 .card-type-photo .image-background,
	.cta-section.lower-cta-section .card-type-photo .image-background {
		position: relative;
		height:500px;
	    padding: 0em 15px;
	    max-width: 540px;
	    margin: 0 auto;
	}
}

@media (min-width: 768px) {
	.cta-section.cta-section-2 .banner-content-inner,
	.cta-section.cta-section-4 .banner-content-inner,
	.cta-section.lower-cta-section .banner-content-inner {
	    padding: 3em;
	    min-height:400px;
	}
}


.cta-section.cta-section-7 .banner-item .col[data-v-f7f607fc] {
    max-width: var(--main-banner-content-width-sm)
}

@media (max-width: 767.98px) {
    .cta-section.cta-section-7 .banner-item .col[data-v-f7f607fc] {
        margin:0 auto
    }
}

@media (min-width: 768px) {
     .cta-section.cta-section-7 .banner-item .col[data-v-f7f607fc] {
        max-width:var(--main-banner-content-width-md)
    }
}

@media (min-width: 992px) {
    .cta-section.cta-section-7 .banner-item .col[data-v-f7f607fc] {
        max-width:var(--main-banner-content-width-lg)
    }
}

@media (min-width: 1200px) {
     .cta-section.cta-section-7 .banner-item .col[data-v-f7f607fc] {
        max-width:var(--main-banner-content-width-xl)
    }
}


.text-header {
	margin-bottom:1.5em;
}

.cta-section.cta-section-5 {
	background:var(--fern-ochre);
	color:#fff;
}

.cta-section-5 .swiper-slide {
	background:var(--fern-ochre);
}

.cta-section .banner-item.card-type-wysiwyg {
    padding: 3em 1em;
    margin: 0px auto;
    max-width: 1140px;
}

.cta-section.cta-section-5 .banner-item.card-type-wysiwyg:before {
    background: url("/dist/images/quote-icon.svg");
    width: 5em;
    height: 5em;
    content: " ";
    background-size: contain;
    background-repeat: no-repeat;
}

.cta-section.cta-section-5  .banner-item.card-type-wysiwyg {

    padding: 3em 1em 4.5em 1em;
    margin: 0px auto;
    max-width: 800px;
    justify-content: flex-start;
    align-items: center;
    min-height: 400px;
}

.card-type-wysiwyg .ql-align-center {
	text-align: center;
}

/*page slices */
.grid-item .icon-cta-item .icon-cta-item-content >div {
    width: 100%;
}


/*banner section */

.main-banner-section {
--main-banner-padding: 6em;
--main-banner-background-position:center;
}

.main-banner-section .a-carousel.featured-swiper {
    aspect-ratio: 16 / 9;
}

.main-banner-section .a-carousel .swiper-container {
	height:100%;
}

@media (max-width: 991.98px) {
    .featured-swiper .swiper-slide {
        min-height: inherit !important
    }
}


.banner-item .banner-content .col {
	max-width: 700px;
}

.main-banner-section img.low-res:not(.placeholder) {
    filter: blur(20px);
}


/*buttons*/
.wysiwyg-content a.banner-btn-primary,
.card-type-color .banner-action a.banner-btn-primary,
.header-content .header-links .btn-primary,
.card-type-photo .banner-btn.banner-btn-primary,
.card.card-photo .card-actions a.btn.btn-primary-cta,
.card.card-icon .card-actions a.btn.btn-primary-cta {

    --main-button-primary-border-color: var(--main-link-color);
    --main-button-primary-background-color:  var(--main-link-color);
    --main-button-primary-text-color: #fff;
    --main-button-primary-border-radius: 0px;
    border: 2px solid var(--main-button-primary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-primary-border-radius);
    color: var(--main-button-primary-text-color);
    padding: .75em 1.5em;
    background-color: var(--main-button-primary-background-color);
}

.wysiwyg-content a.banner-btn-primary:hover,
.card-type-color .banner-action a.banner-btn-primary:hover,
.header-content .header-links .btn-primary:hover,
.card-type-photo .banner-btn.banner-btn-primary:hover,
.card.card-photo .card-actions a.btn.btn-primary-cta:hover,
.card.card-icon .card-actions a.btn.btn-primary-cta:hover {
    --main-button-primary-highlight-background-color: var(--main-link-hover-color);
    --main-button-primary-highlight-border-color: var(--main-link-hover-color);
    --main-button-primary-highlight-text-color: #fff;
    background-color: var(--main-button-primary-highlight-background-color);
    color: var(--main-button-primary-highlight-text-color);
    border: 2px solid var(--main-button-primary-highlight-border-color) !important;
}

.header-content .header-links .btn-secondary,
.card-type-photo .banner-btn.banner-btn-secondary,
.card.card-photo .card-actions a.btn.btn-secondary-cta,
.card.card-icon .card-actions a.btn.btn-secondary-cta,
.card-type-color .banner-btn.banner-btn-secondary {
    --main-button-secondary-border-color: rgba(255,255,255, .5);
    --main-button-secondary-background-color: transparent;
    --main-button-secondary-text-color: #fff;
    --main-button-secondary-border-radius: 0px;
    background: var(--main-button-secondary-background-color);
    border: 2px solid var(--main-button-secondary-border-color) !important;
    font-family: var(--main-body-font);
    border-radius: var(--main-button-secondary-border-radius);
    color: var(--main-button-secondary-text-color);
    padding: .75em 1.5em;
}

.header-content .header-links .btn-secondary:hover,
.card-type-photo .banner-btn.banner-btn-secondary:hover,
.card.card-photo .card-actions a.btn.btn-secondary-cta:hover,
.card.card-icon .card-actions a.btn.btn-secondary-cta:hover,
.card-type-color .banner-btn.banner-btn-secondary:hover {
    --main-button-secondary-highlight-background-color: #ffff;
    --main-button-secondary-background-color: #fff;
    --main-button-secondary-highlight-text-color: var(--main-link-color);
    --main-button-secondary-border-color: #fff;
    background-color: var(--main-button-secondary-background-color);
    color: var(--main-button-secondary-highlight-text-color);
    border-color: var(--main-button-secondary-border-color);
}

/* sitegate modal override */
#modal-age-gate___BV_modal_backdrop_ {
    backdrop-filter: blur(10px);
}

.sales-modal-display.modal-image-display .sales-modal-content {
    padding: calc(var(--sales-modal-content-padding)*3.5) calc(var(--sales-modal-content-padding)*1.5) !important;
}

.sales-modal-display .sales-modal-image-inner {
    flex-grow: 1;
    width: 20em;
}

.sales-modal-display .modal-form-display.vc-form {
    padding: 0;
}

.sales-modal-display .sales-modal-content {
    width: 100%;
}

.sales-modal-display .sales-modal-image .sales-modal-logo {
    max-width: 15em;
}

/*product page */

.product-carousel .swiper-pagination .swiper-pagination-bullet {
    margin: 0em .25rem !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--vc-highlight-action-background-color);
}


/* low res placeholder image smoothness */
.card-type-photo .a-image img.low-res:not(.placeholder) {
    filter: blur(30px);
}

/*image patch FF */

.a-image .full-res:not(.loaded),
.a-image .low-res:not(.loaded) {
    display: none;
}

/*product hacks */

.product-image {
	padding:0 !important;
}

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


/*club */
.lightbox-product-details .pricing .price.club-price:only-child {
    justify-content: center !important;
}

.stepper-container .stepper-step-type {
    max-width: 15em;
}

/*product */
.top-filters .view-toggle .btn {
    border-radius: 0px !important;
}

.catalog-container .filter-header h3 {
    margin: 0;
    font-size: 1.2em;
}


/*footer */
.footer-section .middle-footer-region .footer-region-divider {
    border: none !important;
}

@media (min-width: 768px) {
	.footer-section .middle-footer-region .row [class*="col-"]:not(:last-child) {
		border-right: 3px solid rgba(255, 255, 255, 0.15);
	}
}

.link-list-item .link-list-item-link {
	padding: 0.5em 0;
}

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

.table td, .table th {
	border-top: 1px solid var(--main-border-color) !important;
}

.table thead th {
	border-bottom: 2px solid 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;
}
