/*!
Theme Name: Divi-Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 1.0.0
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
    --heading-font: 'Zilla Slab', Georgia, "Times New Roman", serif;
    --body-font: 'Open Sans', Arial, sans-serif;
}

.screen-reader-text,
.visually-hidden,
.sr-only {
    border: 0; 
    clip: rect(1px, 1px, 1px, 1px); 
    clip-path: inset(50%); 
    height: 1px; 
    margin: -1px; 
    overflow: hidden; 
    padding: 0; 
    position: absolute !important; 
    width: 1px; 
    word-wrap: normal !important;
}

a#skip,
a#skip:hover,
a#skip:visited {
	display: inline-block;
	background: #924f20;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 10px;
	position: absolute;
	top: 10px;
	left: -1000px;
	transition: none;
}

a#skip:active,
a#skip:focus {
    left: 10px;
    z-index: 99999999;
}

/**
 * Divi resets
 */
.et_pb_slide_description {
    text-shadow: none !important;
}

.page.et_pb_pagebuilder_layout #main-content {
    z-index: 10;
    position: relative;
}

/**
 * Common
 */
.et_pb_row.center-vertically {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
    padding-top: 156px !important;
    transition: padding-top 0.5s ease;
    margin: 0 !important;
}

.plain-button,
button.info {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
}

button.info {
    width: 25px;
    height: 25px;
    border: solid 1px transparent;
    border-radius: 50%;
}

button.info:focus,
button.info:hover {
    border-color: #924F20;
}

button.info svg {
    display: block;
}

a {
    text-decoration: underline;
}

a:not(.btn):focus {
    outline: solid 1px currentColor;
}

#main-header {
    position: fixed;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #eae5dd;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 120px;
    padding: 35px 30px 35px 30px;
    border-bottom: solid 1px #000;
    transition: 0.5s ease;
}

#main-header .logo {
    position: absolute;
    left: 30px;
    top: 27px;
    width: 220px;
    transition: 0.5s ease;
}

#main-header .logo img {
    width: 100%;
    height: auto;
    display: block;
}

#main-header .mobile-items {
    display: flex;
    align-items: center;
    gap: 20px;
    display: none;
}

#main-header .mobile-items .cart {
    display: flex;
    align-items: center;
    font-size: 16px;
}

#main-header .mobile-items .cart a:focus,
#main-header .mobile-items .cart a:hover {
    text-decoration: underline;
}

#main-header .mobile-items .cart .icon {
    margin-right: 3px;
}

#main-header .mobile-items .cart .icon:before {
    content: "\e07a";
    font-family: 'ETmodules';
    color: #000;
}

#main-header .toggle-menu {
    background: none;
    border: none;
    cursor: pointer;
}

.main-nav > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px;
    align-items: center;
}

.main-nav > ul > li > a {
    font-family: 'Zilla Slab', Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    position: relative;
    outline: none;
    text-decoration: none;
}

.main-nav > ul > li > a:focus,
.main-nav > ul > li > a:hover {
    outline: none;
}

.main-nav > ul > li:not(.cta-menu) > a:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #924f20;
    position: absolute;
    bottom: -49px;
    left: 0;
    opacity: 0;
    transition: 0.5s ease;
}

.main-nav > ul > li > a:focus:before,
.main-nav > ul > li > a:hover:before,
.main-nav > ul > li:hover > a:before,
.main-nav > ul > li:focus-within > a:before,
.main-nav > ul > li.current-menu-item > a:before,
.main-nav > ul > li.current-menu-ancestor > a:before,
body.single-product .main-nav > ul > li.products > a:before,
body.tax-product_cat .main-nav > ul > li.products > a:before,
body.tax-pattern .main-nav > ul > li.products > a:before,
body.page-id-9035 .main-nav > ul > li.products > a:before /* Collections page */ {
    opacity: 1;
}

.main-nav > ul > li > button {
    background: none;
    border: solid 1px transparent;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.main-nav > ul > li > button svg {
    width: 10px;
    height: auto;
}

.main-nav > ul > li > button path {
    fill: #924f20;
}

.main-nav > ul > li > button:focus {
    border: solid 1px #924f20;
}

.main-nav > ul > li:not(.mega) {
    position: relative;
}

.main-nav > ul > li > ul {
    position: absolute;
    top: 73px;
    left: -20px;
    background: #eae5dd;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    width: 260px;
    font-size: 16px;
    line-height: 1.8em;
    transition: 0.5s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.main-nav > ul > li > button[aria-expanded="true"] + ul {
    visibility: visible;
    opacity: 1;
}

.main-nav > ul > li > ul > li + li {
    margin-top: 5px;
}

.main-nav > ul > li > ul > li.current-menu-item > a {
    font-weight: bold;
}

.main-nav > ul > li > ul > li > a {
    text-decoration: none;
}

.main-nav > ul > li > ul > li > a:focus,
.main-nav > ul > li > ul > li > a:hover {
    text-decoration: underline;
    outline: none;
}

.main-nav .cta-menu a {
    line-height: 16px;
    display: block;
}

.products-mega-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: #eae5dd;
    z-index: 999;
    font-size: 16px;
    line-height: 1.8em;
    padding: 50px 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.products-mega-menu > div {
    max-width: 1700px;
    display: flex;
    margin: 0 auto;
}

.products-mega-menu h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    color: #924f20;
    font-weight: bold;
    text-transform: uppercase;
}

.products-mega-menu li.current-menu-item > a {
    font-weight: bold;
}

.products-mega-menu a {
    color: #000;
    text-decoration: none;
}

.products-mega-menu a:focus,
.products-mega-menu a:hover {
    text-decoration: underline;
}

.products-mega-menu .categories-group {
    width: 50%;
}

.products-mega-menu .categories-group ul {
    columns: 2;
}

.products-mega-menu .collections-group {
    width: 25%;
    padding: 0 2%;
    border-left: solid 1px #828072;
}

.products-mega-menu .cta {
    width: 25%;
    padding: 0 0 0 2%;
    border-left: solid 1px #828072;
}

.products-mega-menu .cta a {
    text-decoration: underline;
}

button[aria-expanded="true"] + .products-mega-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    display: block;
}

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eae5dd;
    z-index: 99999;
    overflow-y: auto;
    padding: 30px;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

#mobile-menu .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: solid 1px transparent;
    cursor: pointer;
    display: block;
}

#mobile-menu .close:focus {
    border-color: #828072;
}

#mobile-menu .close svg {
    width: 30px;
    height: auto;
    display: block;
}

.main-footer a,
.lower-footer a {
    text-decoration: none;
}

.main-footer a:focus,
.main-footer a:hover,
.lower-footer a:focus,
.lower-footer a:hover {
    outline: none;
    text-decoration: underline;
}

.et_pb_social_media_follow a {
    border-bottom: solid 1px transparent;
}

.et_pb_social_media_follow a:focus,
.et_pb_social_media_follow a:hover {
    border-bottom: solid 1px #fff;
}

table.light,
table.light th,
table.light a {
    color: #eae5dd;
}

.entry-content table.light tr th {
    color: #eae5dd !important;
}

table.light a {
    text-decoration: underline;
}

table.light a:focus,
table.light a:hover {
    text-decoration: none;
}

table.radius-grates .specs {
    text-align: left;
}

table.radius-grates .specs svg {
    width: 25px;
    height: auto;
}

.btn,
#page-container .single_add_to_cart_button {
    font-family: var(--heading-font);
    background: #924F20;
    display: inline-block;
    font-size: 16px;
    line-height: 1.2em;
    color: #EAE5DD;
    border-radius: 6px;
    border: solid 2px #924F20;
    padding: 10px 24px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    transition: 0.25s ease;
}

.btn:focus,
.btn:hover,
#page-container .single_add_to_cart_button:focus,
#page-container .single_add_to_cart_button:hover {
    background: #fff;
    color: #924F20;
}

#page-container .single_add_to_cart_button:after {
    display: none;
}

/**
 * Product Detail
 */
.product-nav-and-filters {
    border-bottom: solid 1px #1b1c07;
    margin: 0 0 40px 0;
    padding: 0 0 10px 0;
}

.product-nav-and-filters .filters {
    display: none;
}

.product-nav {
    font-family: var(--heading-font);
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px 40px;
}

.product-nav .other {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    align-items: center;
}

.product-nav a:focus,
.product-nav a:hover {
    text-decoration: underline;
    outline: none;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs span + span:before {
    content: '\203A';
    display: inline-block;
    margin: 0 10px;
}

.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
    text-decoration: underline;
    outline: none;
}

.product-intro {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px 0;
}

.product-intro h1 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
}

.product-intro h1 .category {
    text-transform: none;
    font-size: 32px;
    display: block;
}

.product-intro .overview {
    width: 28%;
}

.product-intro .photo {
    width: 72%;
    padding-left: 70px;
}

.product-intro .photo img {
    display: block;
    width: 100%;
    height: auto;
}

.product-purchase {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px 0;
}

.product-purchase h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    color: #1B1C07;
}

.product-purchase > .left {
    width: 28%;
}

.product-purchase > .right {
    width: 72%;
    padding: 0 0 0 70px;
}

.product-purchase .finish-options {
    background: #ddd8ce;
    margin: 0;
    padding: 20px 24px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #1B1C07;
}

.product-purchase .finish-options > li {
    width: calc(50% - 10px);
}

.product-purchase .finish-options img {
    display: block;
    width: 100%;
}

.product-purchase .finish-options .label {
    display: block;
    margin: 0 0 5px 0;
}

.variations_form {
    font-size: 16px;
}

.variations_form th {
    text-align: left;
}

#page-container .variations_form select {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #924f20;
    color: #1b1c07;
    appearance: auto;
}

.product-info {
    display: flex;
    flex-wrap: wrap;
}

.product-info h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
    line-height: 1em;
    font-weight: 600;
    color: #1B1C07;
}

.product-info > .left {
    width: 28%;
}

.product-info > .right {
    width: 72%;
    padding: 40px 0 0 70px;
}

.product-info .size-selector {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-info .size-selector > li + li {
    margin-top: 1px;
}

.product-info .size-selector button {
    display: block;
    margin: 0;
    padding: 20px 24px;
    cursor: pointer;
    background: #ddd8ce;
    border: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: bold;
    line-height: inherit;
    color: #1B1C07;
    text-align: left;
    border: solid 2px transparent;
    position: relative;
    width: 100%;
    transition: 0.25s ease;
}

.product-info .size-selector button:focus,
.product-info .size-selector button:hover {
    border-color: #924F20;
}

.product-info .size-selector button[aria-expanded="true"] {
    background: #fff;
}

.product-info .size-selector button[aria-expanded="true"]:before {
    content: '';
    display: block;
    border: solid 1px transparent;
    border-left-color: #924F20;
    border-width: 9px 15px;
    position: absolute;
    top: 24px;
    right: 9px;
}

.product-info .size-selector img {
    display: block;
    margin: 5px auto 0 auto;
    width: auto;
    max-height: 100px;
}

.product-info .size-selector .label {
    padding-right: 30px;
}

.product-info .sizes {
    margin: 0 0 60px 0;
}

.product-info .sizes > div {
    display: flex;
    flex-wrap: wrap;
}

.product-info .sizes > div > .left {
    width: 65%;
}

.product-info .sizes > div > .right {
    width: 35%;
    padding-left: 40px;
}

.product-info .sizes .photo img {
    display: block;
    margin: 0 0 40px 0;
    max-height: 200px;
    width: auto;
}

.product-info dl {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.product-info dt {
    width: 60%;
    font-weight: normal;
    padding: 10px 5px;
    position: relative;
    display: flex;
    align-items: center;
}

.product-info dt:before {
    content: '';
    display: block;
    height: 1px;
    background: #1B1C07;
    position: absolute;
    top: 0;
    left: 0;
    width: 10000px;
}

.product-info dt:first-child:before {
    display: none;
}

.product-info dd {
    width: 40%;
    padding: 0;
    font-weight: bold;
    margin: 0;
    padding: 10px 5px;
}

.product-info button.info {
    margin-left: 10px;
}

.product-info ul {
    padding: 0 0 0 20px;
}

.product-info .photos {
    margin: 0 0 60px 0;
}

.product-info .photos h2 {
    margin: 0;
}

.product-info .photos > p {
    margin: 0 0 20px 0;
    font-style: italic;
    font-family: var(--heading-font);
}

.product-info .gallery {
    --columns: 5;
    --gap: 16px;

    display: flex;
    flex-wrap: wrap;
    gap: 20px var(--gap);
}

.product-info .gallery > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.product-info .gallery button {
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: none;
    border: solid 2px transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    width: 100%;
    transition: 0.25s ease;
}

.product-info .gallery button:focus,
.product-info .gallery button:hover {
    border-color: #924f20;
}

.product-info .gallery img {
    width: 100%;
    display: block;
}

.product-info .similar-products h2 {
    margin: 0;
}

.product-info .similar-products > p {
    margin: 0 0 20px 0;
    font-style: italic;
    font-family: var(--heading-font);
}

.hero-slider .slick-track,
.hero-slider .slick-slide,
.hero-slider .slick-slide > div,
.hero-slider .slick-slide > div > div {
    display: flex;
    width: 100%;
    height: auto;
}

.hero-slider .slick-slide > div > div {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

.hero-slider .slick-dots {
    position: absolute;
    bottom: 23px;
    right: 130px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.hero-slider .slick-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    padding: 0;
    background: #fff;
    cursor: pointer;
    outline-offset: 1px;
}

.hero-slider .slick-dots button:focus,
.hero-slider .slick-dots button:hover {
    outline: solid 1px #924f20;
}

.hero-slider .slick-dots button .slick-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hero-slider .slick-dots .slick-active button {
    background: #924f20;
}

body:not(.et-fb) .hero-slide + .hero-slide {
    display: none;
}

.collections > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px 0;
    background: #924f20 no-repeat center center;
    background-size: cover;
    padding: 80px 40px 30px 40px;
    font-size: 21px;
    line-height: 1.8em;
    color: #EAE5DD;
}

.collections h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    color: #EAE5DD;
}

.collections .left {
    width: 35%;
    padding: 0 60px 60px 0;
}

.collections .right {
    width: 65%;
}

.collections .photos {
    display: flex;
    gap: 20px;
    margin: 0 0 20px 0;
}

.collections .photos img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: calc(100% / 3 - 13.33px);
    height: auto;
}

.collections .action {
    text-align: right;
}

.collections .action a {
    display: inline-flex;
    align-items: flex-start;
    gap: 15px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: normal;
    text-align: left;
}

.collections .action a:focus,
.collections .action a:hover {
    text-decoration: none;
}

.collections .action a svg {
    width: 25px;
    height: auto;
}

.collection-intro {
    background: #40605b no-repeat center center;
    background-size: cover;
    padding: 40px;
    font-size: 21px;
    line-height: 1.8em;
    color: #EAE5DD;
    margin: 0 0 40px 0;
}

.collection-intro > div {
    max-width: 600px;
}

.collection-intro h2 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 40px;
    font-weight: bold !important;
    color: #EAE5DD !important;
}

.products-grid {
    --columns: 3;
    --gap: 80px;

    display: flex;
    flex-wrap: wrap;
    gap: 60px var(--gap);
    text-align: center;
}

.products-grid > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.products-grid .photo:focus-within:before,
.products-grid .photo:hover:before {
    background: #924f20;
}

.products-grid a {
    text-decoration: none;
}

.products-grid a:focus,
.products-grid a:hover {
    text-decoration: underline;
    outline: none;
}

.products-grid h3 {
    margin: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 1em;
}

.et-db #et-boc .et-l .products-grid h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: clamp(20px, 2vw, 32px);
    font-weight: 500;
    color: #1B1C07;
}

.products-grid .photo {
    position: relative;
    margin: 0 0 40px 0;
}

.products-grid .photo img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 430 / 320;
}

.products-grid .photo:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    background: #A99F8E;
    transition: 0.25s ease;
}

.products-grid.similar {
    --gap: 40px;

    row-gap: 40px;
}

.products-grid.similar .photo {
    margin-bottom: 30px;
}

.products-grid.similar .photo:before {
    top: 10px;
    left: 10px;
}

.products-grid.no-aspect-ratio .photo img,
.products-grid.similar .photo img {
    aspect-ratio: auto;
}

.toggle-btn {
    margin: 0;
    padding: 10px 60px 10px 30px;
    cursor: pointer;
    background: #fff;
    border: solid 1px #A99F8E;
    border-radius: 30px;
    font-family: var(--heading-font);
    font-size: 19px;
    font-weight: normal;
    line-height: 23px;
    color: #000;
    text-align: left;
    position: relative;
    transition: 0.25s ease;
}

.toggle-btn svg {
    position: absolute;
    top: 18px;
    right: 20px;
}

.toggle-btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
    top: 16px;
}

.toggle-btn path {
    transition: 0.25s ease;
}

.toggle-btn:focus,
.toggle-btn:hover {
    border-color: #924f20;
    color: #924f20;
}

.toggle-btn:focus {
    text-decoration: underline;
}

.toggle-btn:focus path,
.toggle-btn:hover path {
    fill: #924f20;
}

.product-filters-container {
    padding: 20px 0;
    border-bottom: solid 1px #1B1C07;
    margin: 0 0 50px 0;
}

.product-filters-container .toggles {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

.product-filters-container .toggles span {
    font-style: italic;
}

.product-filters-container .toggles .toggle-btn {
    min-width: 230px;
}

.product-filters-container .filters {
    display: none;
}

.product-filters-container .filters form {
    padding: 40px 0 0 0;
}

.et-db #et-boc .et-l .product-filters h2 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 20px;
    color: #924f20;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.product-filters {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.2em;
}

.product-filters ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-filters li + li {
    margin-top: 5px;
}

.product-filters .filters label {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    border: solid 1px transparent;
    margin-left: -4px;
    border-radius: 5px;
}

.product-filters .filters label input {
    position: absolute;
    left: 4px;
    top: 6px;
    margin: 0;
}

.product-filters .filters label:focus,
.product-filters .filters label:focus-within {
    border-color: #1b1c07;
}

.product-filters .cols {
    --columns: 3;
    --gap: 40px;

    display: flex;
    flex-wrap: wrap;
    gap: var(--gap);
    justify-content: center;
}

.product-filters .cols > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
}

.product-filters .submit {
    text-align: center;
    margin: 20px 0 0 0;
}

.generic-filters > form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 0 auto 80px auto;
    padding: 0 0 30px 0;
    border-bottom: solid 1px #1a1c07;
    max-width: 1440px;
    flex-wrap: wrap;
}

.generic-filters > form > span {
    font-style: italic;
    white-space: nowrap;
}

.generic-filters fieldset {
    border-radius: 30px;
    background: #fff;
    font-size: 16px;
    line-height: 1.2em;  
    max-width: 200px;
    width: 100%;
    position: relative;  
}

.generic-filters .toggle-btn {
    /* border: none; */
    width: 100%;
    position: relative;
    z-index: 2;
}

.generic-filters .content {
    padding: 50px 30px 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: solid 1px #a99f8e;
    border-radius: 30px;
    z-index: 1;
    background: #fff;
    display: none;
}

.generic-filters button[aria-expanded="true"] + .content {
    display: block;
}

.generic-filters .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.generic-filters .content label {
    display: block;
    position: relative;
    padding: 0 0 0 28px;
    cursor: pointer;
    border: solid 1px transparent;
    margin-left: -4px;
    border-radius: 5px;
}

.generic-filters .content label input {
    position: absolute;
    left: 4px;
    top: 6px;
    margin: 0;
}

.generic-filters .content label:focus,
.generic-filters .content label:focus-within {
    border-color: #1b1c07;
}

.tooltip-dialog {
    background: #fff;
    padding: 40px;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
}

.tooltip-dialog h2 {
    font-size: 32px;
    margin: 0 0 20px 0;
    padding: 0;
}

.tooltip-dialog .mfp-close:focus,
.tooltip-dialog .mfp-close:hover {
    background: #000;
    color: #fff;
}

.product-photo-dialog {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    font-size: 16px;
    line-height: 1.2em;
    position: relative;
}

.product-photo-dialog .photo {
    width: 80%;
    background: #000;
}

.product-photo-dialog .photo img {
    display: block;
    width: auto;
    height: auto;
    max-height: calc(100vh - 40px);
    margin: 0 auto;
}

.product-photo-dialog .content {
    width: 20%;
    padding: 40px 20px 20px 20px;
}

.product-photo-dialog .caption {
    margin: 0 0 20px 0;
}

.mfp-wrap {
    z-index: 10000000;
}

.mfp-container {
    padding: 20px;
}

.mfp-container a {
    text-decoration: underline;
}

button.mfp-arrow {
    border: solid 1px transparent;
    opacity: 1 !important;
}

button.mfp-arrow:focus,
button.mfp-arrow:hover {
    border-color: #fff;
}

button.mfp-close a:focus,
button.mfp-close a:hover {
    background: #000;
    color: #fff;
}

button.mfp-close {
    opacity: 1;
    top: 0 !important;
    transition: 0.25s ease;
}

button.mfp-close:focus,
button.mfp-close:hover {
    background: #000;
    color: #fff;
}

.et-db #et-boc .et-l .action-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.action-link,
.action-links a {
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    text-decoration-style: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #4990A5;
    text-underline-offset: 5px;
    font-size: 16px;
    line-height: normal;
    text-transform: uppercase;    
}

.action-link:before,
.action-links a:before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin-right: 10px;
    background: url(images/arrow.svg) no-repeat center center;
}

.action-link:focus,
.action-link:hover,
.action-links a:focus,
.action-links a:hover {
    text-decoration: none;
}

.faq-item button {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-item button:focus,
.faq-item button:hover {
    text-decoration: underline;
}

.faq-item button:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(images/plus.svg) no-repeat center center;
}

.faq-item button[aria-expanded="true"]:before {
    background: url(images/minus.svg) no-repeat center center;
}

.newsletter-signup {
    max-width: 600px;
    margin: 0 auto;
    color: #EAE5DD;
}

.newsletter-signup label.eyebrow {
    position: absolute;
    top: 9px;
    left: 10px;
    transition: 0.25s ease;
    font-size: 16px;
    color: #000;
}

.newsletter-signup label.eyebrow.focused {
    top: -9px;
    font-size: 13px;
}

.newsletter-signup .fields {
    background: #eae5dd;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 10px 0;
}

.newsletter-signup [type="email"] {
    border: none;
    background: none;
    font-size: 16px;
    padding: 5px;
    flex-grow: 1;
    outline: none;
    border: none;
    color: #000;
}

.photo-gallery {
    --columns: 4;
    --gap: 36px;

    display: flex;
    flex-wrap: wrap;
    gap: 20px var(--gap);
    max-width: 1444px;
    margin: 0 auto;
    position: relative;
}

.photo-gallery > div {
    width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
    position: relative;
}

.photo-gallery button {
    width: 100%;
    border: solid 2px transparent;
}

.photo-gallery button:focus,
.photo-gallery button:hover {
    border-color: #924f20;
}

.photo-gallery img {
    display: block;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.photo-gallery .bar {
    position: absolute;
    top: 4%;
    left: 2px;
    width: calc(100% - 4px);
    height: 15%;
    background: #75a982;

    /* Tracy decided too distracting. Hide for now */
    display: none;
}

.photo-gallery .bar:nth-child(2) {
    top: 30%;
    background: #ae662c;
}

.photo-gallery .bar:nth-child(3) {
    top: 55%;
    background: #40605b;
}

.photo-gallery .bar:nth-child(4) {
    top: 80%;
    background: #4990a6;
}

.photo-gallery + .pagination {
    margin: 80px auto 0 auto;
    padding-top: 60px;
    border-top: solid 1px #1a1c09;
    max-width: 1440px;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.pagination a:focus,
.pagination a:hover {
    text-decoration: underline;
}

.pagination .page-numbers {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: solid 1px transparent;
}

.pagination .page-numbers.current {
    border-color: #a79f90;
}

#loading-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    font-weight: bold;
    font-size: 18px;
}

body.loading #loading-mask {
    display: flex;
}

.spinner {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #924F20;
    margin: 0 auto 10px auto;
    --_m: 
        conic-gradient(#0000 10%,#000),
        linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
            mask: var(--_m);
    -webkit-mask-composite: source-out;
            mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

/**
 * Contact
 */
#contact .maps {background: #6b98a1; position: relative; padding: 50px 310px 40px 35px;}
#contact .maps img {display: block; max-width: 100%; height: auto; margin: 0 auto;}
#contact .maps .map:not(.active) {display: none;}
#contact .maps .nav {position: absolute; top: 25px; right: 50px; z-index: 1000; margin: 0; padding: 0; list-style-type: none; font-size: 22px; line-height: 26px; text-transform: uppercase; letter-spacing: 1px;}
#contact .maps .nav button {color: #fff; text-decoration: none; display: block; padding: 15px 0; display: block; background: none; border: none; cursor: pointer; text-align: left; font-family: inherit; font-size: inherit; text-transform: uppercase; letter-spacing: 1px;}
#contact .maps .nav button .icon {display: inline-block; width: 32px; height: 32px; border: solid 1px #a7c1c7; text-align: center; vertical-align: middle; margin: 0 5px 0 0;}
#contact .maps .nav button .icon .active {display: none;}
#contact .maps .nav button:focus,
#contact .maps .nav button:hover {text-decoration: underline;}
#contact .maps .nav button.active .icon {border-color: #fff; background: #fff;}
#contact .maps .nav button.active .icon .active {display: block;}
#contact .maps .nav button.active .icon .inactive {display: none;}
#contact .maps .nav li + li {border-top: solid 1px #a7c1c7;}
/*#contact .maps .nav a:before {display: inline-block; width: 32px; height: 32px; border: solid 1px #a7c1c7; text-align: center; line-height: 32px; font-family: 'FontAwesome'; content: }*/

.stately {color: #bdb6ac; background: #6b98a1; width: 500px; font-size: 500px; line-height: 500px;}
.stately li {cursor: pointer;}
.stately li:hover {color: #fff;}

.sales-rep-dialog {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: relative;
}

.sales-rep-dialog span {
    display: block;
}

/**
 * Forms
 */
.generic-form [type="text"],
.generic-form [type="email"],
.generic-form textarea,
.generic-form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border: solid 1px #924f20;
    color: #1b1c07;
    background: #fff;
}

#portal-login-form {
    max-width: 600px;
}

select.custom {
	margin: 0;
	padding: 10px 60px 10px 30px;
	cursor: pointer;
	background: #fff url(images/down-arrow.svg?r=1) no-repeat calc(100% - 20px) center;
	border: solid 1px #A99F8E;
	border-radius: 30px;
	font-family: inherit;
	font-size: 19px;
	font-weight: normal;
	line-height: 23px;
	color: #000;
	text-align: left;
	position: relative;
    -webkit-appearance: none;
    appearance: none;
}

select.custom:focus,
select.custom:hover {
    border-color: #924f20;
    color: #924f20;
}

/**
 * Gravity Forms
 */
.gform-theme form {
    --gf-ctrl-label-font-size-req: 14px;
    --gf-field-pg-prog-bar-bg-color-blue: #924f20;
    --gf-ctrl-btn-bg-color-primary: #924f20;
    --gf-ctrl-btn-border-color-primary: #924f20;
    --gf-color-primary: #924f20;

    --gf-ctrl-btn-bg-color-hover-primary: #ae662c;
    --gf-color-primary-darker: #ae662c;
}

@media screen and (max-width: 1100px) {
    
    .main-nav > ul {
        gap: 20px;
    }

    .product-intro .overview {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .product-intro .photo {
        width: 100%;
        padding: 0;
    }

    .product-info > .left {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .product-info > .right {
        width: 100%;
        padding: 0;
    }

    .product-purchase {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .product-purchase > .left {
        width: 100%;
    }

    .product-purchase > .right {
        width: 100%;
        padding: 0;
    }

    .product-info .sizes > div > .left {
        width: 100%;
        margin: 0 0 40px 0;
    }

    .product-info .sizes > div > .right {
        width: 100%;
        padding: 0;
    }

    .product-info .gallery {
        --columns: 3;
    }

    .products-grid {
        --gap: 40px;

        row-gap: 40px;
    }

    .products-grid .photo {
        margin: 0 0 30px 0;
    }

    .products-grid .photo:before {
        top: 10px;
        left: 10px;
    }

}

@media screen and (max-width: 1050px) {
    
    .main-nav > ul {
        gap: 10px;
    }
    
}

@media screen and (max-width: 980px) {
    
    .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 80px !important;
    }

    #main-header {
        top: 0;
        height: 80px;
    }

    #main-header .logo {
        top: 15px;
        width: 160px;
    }

    #main-header .mobile-items {
        display: flex;
    }

    .main-nav {
        display: none;
    }

    .products-mega-menu {
        position: static;
        box-shadow: none;
        padding: 0;
        height: 0;
        overflow: hidden;
        display: none;
    }

    .products-mega-menu > div {
        display: block;
        padding: 10px 0 0 20px;
    }

    .products-mega-menu .categories-group {
        width: 100%;
    }

    .products-mega-menu .collections-group,
    .products-mega-menu .cta {
        width: 100%;
        border: none;
        padding: 20px 0 0 0;
        margin: 20px 0 0 0;
        border-top: solid 1px #828072;
    }

    body.show-mobile-menu {
        overflow: hidden;
    }

    body.show-mobile-menu #mobile-menu {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav a:focus,
    .mobile-nav a:hover {
        text-decoration: underline;
    }

    .mobile-nav > ul > li > button {
        margin-left: 5px;
        padding: 0;
        background: none;
        border: solid 1px transparent;
        cursor: pointer;
    }

    .mobile-nav > ul > li > button svg {
        width: 10px;
        height: auto;
    }

    .mobile-nav > ul > li > button:focus {
        border: solid 1px #828072;
    }

    .mobile-nav > ul > li > ul {
        padding: 10px 0 10px 20px;
        display: none;
        font-size: 16px;
        line-height: 1.8em;
    }

    .mobile-nav > ul > li > ul > li + li {
        margin-top: 5px;
    }

    .mobile-nav > ul > li > button[aria-expanded="true"] + ul {
        display: block;
    }

    .mobile-nav .cta-menu {
        margin-top: 20px;
    }

    .mobile-nav .cta-menu a {
        display: inline-block;
    }

    .hero-slider .slick-dots {
        right: 80px;
    }

    .products-grid {
        --columns: 2;
    }

    .collections > div {
        padding-top: 30px;
    }

    .collections .left {
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
    }

    .collections .right {
        width: 100%;
    }

    .product-photo-dialog {
        flex-direction: column;
    }

    .product-photo-dialog .photo {
        width: 100%;
    }

    .product-photo-dialog .content {
        width: 100%;
    }

    .product-photo-dialog .mfp-close {
        background: #000;
        color: #fff;
    }

    .filters > form {
        flex-direction: column;
        gap: 10px;
    }

    .filters .content {
        position: relative;
        top: -45px;
        margin-bottom: -45px;
    }

    .photo-gallery {
        --columns: 2;
    }

}

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


    .hero-slider .slick-dots {
        position: relative;
        right: auto;
        bottom: auto;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .hero-slider .slick-dots button {
        background: #000000;
    }

    .photo-gallery {
        --gap: 18px;
    }

    .generic-filters > form {
        flex-direction: column;
    }
    
}

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

    .products-mega-menu .categories-group ul {
        columns: 1;
    }

    .products-grid {
        --columns: 1;
    }

    .product-info dt {
        width: 100%;
        padding-bottom: 0;
    }

    .product-info dd {
        width: 100%;
        padding-top: 0;
    }

}

@media screen and (min-width: 981px) {

    .scrolled.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container {
        padding-top: 141px !important;
    }

    body.scrolled #main-header {
        height: 90px;
    }

    body.scrolled #main-header .logo {
        top: 20px;
        width: 160px;
    }

    body.scrolled .main-nav > ul > li > ul {
        top: 57px;
    }

    body.scrolled .main-nav > ul > li:not(.cta-menu) > a:before {
        bottom: -34px;
    }

}