[data-header*="type-1"] .ct-header [data-row*="bottom"] {
    --height: 70px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="bottom"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="bottom"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="cart"] .ct-cart-item {
    --theme-icon-color: var(--theme-text-color);
}

[data-header*="type-1"] #woo-cart-panel {
    --side-panel-width: 500px;
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    background-color: rgba(18, 21, 25, 0.6);
}

[data-header*="type-1"] #woo-cart-panel .cart_list {
    --theme-link-initial-color: var(--theme-headings-color);
}

[data-header*="type-1"] #woo-cart-panel .ct-panel-inner {
    background-color: var(--theme-palette-color-8);
}

[data-header*="type-1"] #woo-cart-panel .ct-toggle-close {
    --theme-icon-color: rgba(0, 0, 0, 0.5);
}

[data-header*="type-1"] #woo-cart-panel .ct-toggle-close:hover {
    --theme-icon-color: rgba(0, 0, 0, 0.8);
}

[data-header*="type-1"] [data-id="cart"] {
    --margin: 0px 0px 0px 25px !important;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
    --logo-max-height: 26px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
    --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-items-gap: 10px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] > ul > li > a {
    --theme-font-weight: 500;
    --theme-text-transform: capitalize;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: rgba(228, 238, 240, 0.7);
    --theme-link-hover-color: #ffffff;
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 10px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] {
    --menu-items-gap: 10px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] > ul > li > a {
    --theme-font-weight: 500;
    --theme-text-transform: capitalize;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-8);
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu-secondary"] .sub-menu {
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu-secondary"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 100px;
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--theme-palette-color-8);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: 0px 10px 20px rgba(44,62,80,0.05);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-link-initial-color: rgba(255, 255, 255, 0.6);
    --theme-link-hover-color: #ffffff;
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
    --side-panel-width: 500px;
    --panel-content-height: 100%;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] [data-id="offcanvas-logo"] {
    --logo-max-height: 50px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials {
    --theme-icon-size: 12px;
    --items-spacing: 25px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --theme-icon-color: rgba(228, 238, 240, 0.58);
    --theme-icon-hover-color: #ffffff;
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 40px;
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-4);
    background-image: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] > div {
    --theme-border-top: none;
    --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 18px;
}

[data-header*="type-1"] .ct-header [data-id="contacts"] {
    --items-spacing: 30px;
    --theme-font-size: 13px;
    --theme-line-height: 1.4;
    --background-color: rgba(218, 222, 228, 0.5);
    --background-hover-color: rgba(218, 222, 228, 0.7);
}

[data-header*="type-1"] [data-id="divider"] {
    --divider-style: 1px solid rgba(44,62,80,0.2);
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] > ul > li > a {
    --theme-font-weight: 400;
    --theme-text-transform: capitalize;
    --theme-font-size: 13px;
    --theme-line-height: 1.3;
    --theme-link-initial-color: rgba(228, 238, 240, 0.58);
    --theme-link-hover-color: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] .sub-menu .ct-menu-link {
    --theme-link-initial-color: var(--theme-palette-color-8);
    --theme-font-weight: 500;
    --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu-tertiary"] .sub-menu {
    --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu-tertiary"] .sub-menu {
    --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"] {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-link-initial-color: rgba(255, 255, 255, 0.6);
    --theme-link-hover-color: #fffefe;
    --mobile-menu-divider: none;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] {
    --max-width: 70%;
    --theme-form-field-height: 45px;
    --theme-form-field-border-radius: 25px;
    --margin: 0px 0px 0px 25px !important;
}

[data-header*="type-1"] .ct-header [data-middle="search-input"] {
    --search-box-max-width: 70%;
}

[data-header*="type-1"] .ct-header [data-id="search-input"] .ct-search-results {
    --theme-font-weight: 500;
    --theme-font-size: 14px;
    --theme-line-height: 1.4;
    --theme-link-initial-color: var(--theme-text-color);
    --search-dropdown-background: #ffffff;
    --items-divider: 1px dashed rgba(0, 0, 0, 0.05);
    --search-dropdown-box-shadow: 0px 50px 70px rgba(210, 213, 218, 0.4);
}

[data-header*="type-1"] .ct-header-wishlist .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-id="wish-list"] {
    --margin: 0px 0px 0px 25px !important;
}

[data-header*="type-1"] .ct-header-compare .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-id="compare"] {
    --margin: 0px 0px 0px 25px !important;
}

[data-header*="type-1"] #account-modal .ct-account-modal {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

[data-header*="type-1"] #account-modal {
    background-color: rgba(18, 21, 25, 0.6);
}

[data-header*="type-1"] [data-id="account"] {
    --margin: 0px 0px 0px 20px !important;
}

[data-header*="type-1"] [data-id="account"] .ct-label {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-header*="type-1"] [data-id="account"] .ct-header-account-dropdown {
    --dropdown-top-offset: 15px;
    --theme-font-size: 14px;
    --theme-text-color: rgba(228, 238, 240, 0.7);
    --theme-link-hover-color: #ffffff;
    --dropdown-background-color: var(--theme-palette-color-4);
    --dropdown-items-background-hover-color: rgba(0, 0, 0, 0.05);
    --theme-border: 1px solid #273b36;
    --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
    --theme-border-radius: 10px;
}

[data-header*="type-1"] [data-sticky*="yes"] [data-id="account"] .ct-header-account-dropdown {
    --sticky-state-dropdown-top-offset: 15px;
}

[data-header*="type-1"] {
    --header-height: 210px;
    --header-sticky-height: 140px;
    --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
    background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
    background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
    --container-spacing: 30px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: none;
    --grid-template-columns: repeat(3, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="copyright"] {
    --theme-font-weight: 400;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
    --theme-font-weight: 400;
    --theme-text-transform: capitalize;
    --theme-font-size: 14px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] > ul > li > a {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
    --container-spacing: 40px;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: 1px solid #dfe7e9;
    --grid-template-columns: repeat(4, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --theme-font-size: 15px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget > *:not(.widget-title) {
    --theme-font-size: 15px;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials {
    --theme-icon-size: 13px;
    --items-spacing: 30px;
}

[data-footer*="type-1"] [data-column="socials"] {
    --horizontal-alignment: center;
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials [data-color="custom"] {
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] [data-id="socials"].ct-footer-socials .ct-label {
    --visibility: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
    --container-spacing: 40px;
    --vertical-alignment: center;
    --theme-border: none;
    --theme-border-top: none;
    --theme-border-bottom: 1px solid #dfe7e9;
    --grid-template-columns: 1fr 2fr;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
    --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
    --theme-border-top: none;
    --theme-border-bottom: none;
    background-color: transparent;
}

[data-footer*="type-1"] .ct-footer [data-id="text"] {
    --max-width: 100%;
    --theme-font-size: 15px;
    --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="contacts"] {
    --items-spacing: 70px;
    --theme-font-size: 13px;
    --theme-line-height: 1.4;
    --background-color: #dfe7e9;
    --background-hover-color: #dfe7e9;
    --items-direction: row;
}

[data-footer*="type-1"] .ct-footer [data-column="contacts"] {
    --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] .ct-footer {
    background-color: var(--theme-palette-color-6);
}

:root {
    --theme-font-family: var(--theme-font-stack-default);
    --theme-font-weight: 400;
    --theme-text-transform: none;
    --theme-text-decoration: none;
    --theme-font-size: 16px;
    --theme-line-height: 1.65;
    --theme-letter-spacing: 0em;
    --theme-button-font-weight: 500;
    --theme-button-font-size: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --theme-form-field-height: 50px;
    --theme-form-field-border-radius: 30px;
    --theme-form-field-border-initial-color: var(--theme-border-color);
    --theme-form-field-border-focus-color: var(--theme-palette-color-1);
    --theme-form-field-border-width: 2px;
    --theme-form-selection-field-initial-color: var(--theme-border-color);
    --theme-form-selection-field-active-color: var(--theme-palette-color-1);
    --theme-palette-color-1: #274C4F;
    --theme-palette-color-2: #456A6D;
    --theme-palette-color-3: #42504b;
    --theme-palette-color-4: #152420;
    --theme-palette-color-5: #E2EDEF;
    --theme-palette-color-6: #EEF4F5;
    --theme-palette-color-7: #FBFCFC;
    --theme-palette-color-8: #ffffff;
    --theme-text-color: var(--theme-palette-color-3);
    --theme-link-initial-color: var(--theme-palette-color-1);
    --theme-link-hover-color: var(--theme-palette-color-2);
    --theme-selection-text-color: #ffffff;
    --theme-selection-background-color: var(--theme-palette-color-1);
    --theme-border-color: var(--theme-palette-color-5);
    --theme-headings-color: var(--theme-palette-color-4);
    --theme-content-spacing: 1.5em;
    --theme-button-min-height: 50px;
    --theme-button-shadow: none;
    --theme-button-transform: none;
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
    --theme-button-border: none;
    --theme-button-border-radius: 100px;
    --theme-button-padding: 5px 27px;
    --theme-normal-container-max-width: 1290px;
    --theme-content-vertical-spacing: 60px;
    --theme-container-edge-spacing: 90vw;
    --theme-narrow-container-max-width: 750px;
    --theme-wide-offset: 130px;
}

h1 {
    --theme-font-weight: 700;
    --theme-font-size: 40px;
    --theme-line-height: 1.5;
}

h2 {
    --theme-font-weight: 700;
    --theme-font-size: 35px;
    --theme-line-height: 1.5;
}

h3 {
    --theme-font-weight: 700;
    --theme-font-size: 30px;
    --theme-line-height: 1.5;
}

h4 {
    --theme-font-weight: 700;
    --theme-font-size: 25px;
    --theme-line-height: 1.5;
}

h5 {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
    --theme-line-height: 1.5;
}

h6 {
    --theme-font-weight: 700;
    --theme-font-size: 16px;
    --theme-line-height: 1.5;
}

.wp-block-pullquote {
    --theme-font-family: Georgia;
    --theme-font-weight: 600;
    --theme-font-size: 25px;
}

pre, code, samp, kbd {
    --theme-font-family: monospace;
    --theme-font-weight: 400;
    --theme-font-size: 16px;
}

figcaption {
    --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
    --theme-font-size: 20px;
}

.ct-breadcrumbs {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

body {
    background-color: var(--theme-palette-color-7);
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
    background-color: var(--theme-palette-color-6);
    background-image: none;
    --container-padding: 50px 0px;
}

[data-prefix="single_page"] .entry-header .page-title {
    --theme-font-size: 30px;
}

[data-prefix="single_page"] .entry-header .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 18px;
    --theme-line-height: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="blog"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 20px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="categories"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 18px;
    --theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-border-radius: 20px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .ct-media-container {
    --card-element-spacing: 30px;
}

[data-prefix="categories"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
    --card-element-spacing: 15px;
}

[data-prefix="author"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="search"] .entries {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 20px;
    --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

.quantity[data-type="type-2"] {
    --quantity-arrows-initial-color: var(--theme-text-color);
}

.onsale, .out-of-stock-badge, [class*="ct-woo-badge-"] {
    --theme-font-weight: 600;
    --theme-font-size: 12px;
    --theme-line-height: 1.1;
}

.out-of-stock-badge {
    --badge-text-color: #ffffff;
    --badge-background-color: #24292E;
}

.demo_store {
    --theme-text-color: #ffffff;
    --background-color: var(--theme-palette-color-1);
}

.woocommerce-info, .woocommerce-thankyou-order-received, .wc-block-components-notice-banner.is-info {
    --theme-text-color: var(--theme-text-color);
    --theme-link-hover-color: var(--theme-link-hover-color);
    --background-color: #F0F1F3;
}

.woocommerce-message, .wc-block-components-notice-banner.is-success {
    --background-color: #F0F1F3;
}

.woocommerce-error, .wc-block-components-notice-banner.is-error {
    --theme-text-color: #ffffff;
    --theme-link-hover-color: #ffffff;
    --background-color: rgba(218, 0, 28, 0.7);
    --theme-button-text-initial-color: #ffffff;
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: #b92c3e;
    --theme-button-background-hover-color: #9c2131;
}

.ct-woocommerce-cart-form .cart_totals {
    --cart-totals-border: 2px solid var(--theme-border-color);
    --cart-totals-border-radius: 20px;
    --cart-totals-padding: 30px;
}

.ct-order-review {
    --order-review-border: 2px solid var(--theme-border-color);
    --order-review-border-radius: 20px;
    --order-review-padding: 35px;
}

.woo-listing-top .woocommerce-result-count {
    --theme-font-weight: 500;
    --theme-text-transform: uppercase;
    --theme-font-size: 11px;
    --theme-letter-spacing: 0.05em;
}

[data-products] .product figure {
    --product-element-spacing: 25px;
}

[data-products] .product .entry-meta[data-id="bZK3QLBYckA-98i8Z0nKe"] {
    --product-element-spacing: 20px;
}

[data-products] .product {
    --theme-border-radius: 12px;
}

[data-products] .woocommerce-loop-product__title, [data-products] .woocommerce-loop-category__title {
    --theme-font-weight: 600;
    --theme-font-size: 17px;
}

[data-products] .product .price {
    --theme-font-weight: 600;
}

[data-products] .ct-woo-card-stock {
    --theme-font-size: 15px;
}

[data-products] .entry-meta {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-link-initial-color: var(--theme-text-color);
}

[data-products="type-2"] .ct-woo-card-actions {
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-link-hover-color);
}

.woocommerce-tabs .tabs, .woocommerce-tabs .ct-accordion-heading, .woocommerce-tabs[data-type*="type-4"] .entry-content > h2:first-of-type {
    --theme-font-weight: 600;
    --theme-text-transform: uppercase;
    --theme-font-size: 12px;
    --theme-line-height: 1;
    --theme-link-initial-color: var(--theme-text-color);
}

.woocommerce-tabs[data-type] .tabs {
    --tab-background: var(--theme-palette-color-1);
}

.related [data-products], .upsells [data-products] {
    --grid-columns-width: calc(100% / 4);
}

.related .ct-module-title, .up-sells .ct-module-title {
    --theme-font-size: 20px;
}

.product-entry-wrapper {
    --border-radius: 20px;
}

.woocommerce-product-gallery [data-flexy="no"] .flexy-item:nth-child(n + 2) {
    height: 1px;
}

.entry-summary-items > .ct-breadcrumbs {
    --product-element-spacing: 35px;
}

.entry-summary-items > .price {
    --product-element-spacing: 35px;
}

.entry-summary-items > .woocommerce-product-details__short-description {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-product-divider[data-id="divider_1"] {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-product-add-to-cart {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-product-add-to-cart > .cart {
    --theme-button-max-width: 30%;
    --theme-button-min-height: 55px;
}

.entry-summary-items > .ct-product-additional-actions {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-product-divider[data-id="divider_2"] {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-product-brands-single {
    --product-element-spacing: 25px;
    --product-brand-logo-size: 80px;
}

.entry-summary-items > .ct-product-divider[data-id="eQ65ya1DcClbk6yg5T4lZ"] {
    --product-element-spacing: 35px;
}

.entry-summary-items > .ct-share-box {
    --theme-icon-size: 15px;
    --items-spacing: 15px;
}

.entry-summary .entry-title {
    --theme-font-size: 30px;
}

.entry-summary .price {
    --theme-font-weight: 700;
    --theme-font-size: 20px;
}

.entry-summary .ct-product-divider {
    --single-product-layer-divider: 1px solid var(--theme-border-color);
}

.entry-summary .ct-payment-methods[data-color="custom"] {
    --theme-icon-color: #4B4F58;
}

form textarea {
    --theme-form-field-height: 170px;
}

.ct-sidebar {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="single_blog_post"] .ct-share-box .ct-module-title {
    --theme-font-weight: 600;
    --theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-share-box[data-type="type-1"] {
    --theme-border: 1px solid var(--theme-border-color);
}

[data-prefix="single_blog_post"] .post-navigation {
    --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="single_blog_post"] .ct-related-posts-container {
    background-color: var(--theme-palette-color-6);
}

[data-prefix="single_blog_post"] .ct-related-posts .related-entry-title {
    --theme-font-size: 16px;
    --card-element-spacing: 5px;
}

[data-prefix="single_blog_post"] .ct-related-posts .entry-meta {
    --theme-font-size: 14px;
}

[data-prefix="single_blog_post"] .ct-related-posts {
    --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="single_blog_post"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="single_page"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

[data-prefix="product"] [class*="ct-container"] > article[class*="post"] {
    --has-boxed: var(--false);
    --has-wide: var(--true);
}

.menu-item-29 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-28 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-27 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-31 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-30 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-343 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.menu-item-380 .ct-menu-link .ct-icon-container {
    --theme-icon-size: 20px;
}

.ct-woo-badge-new {
    --badge-text-color: #ffffff;
    --badge-background-color: #35a236;
}

.ct-woo-badge-featured {
    --badge-text-color: #ffffff;
    --badge-background-color: #de283f;
}

.ct-woo-card-extra[data-type="type-1"] {
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: #ffffff;
    --theme-button-background-initial-color: #ffffff;
    --theme-button-background-hover-color: var(--theme-palette-color-1);
}

.ct-woo-card-extra[data-type="type-2"] {
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-palette-color-1);
    --theme-button-background-initial-color: #ffffff;
    --theme-button-background-hover-color: #ffffff;
}

.ct-drawer-canvas[data-floating-bar] {
    --floating-bar-height: 70px;
}

.ct-floating-bar {
    --top-position-override: var(--false);
    --translate-offset: 70px;
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 10px 20px rgba(44,62,80,0.15);
}

.ct-quick-view-card {
    --theme-normal-container-max-width: 1050px;
    --theme-box-shadow: 0px 50px 100px rgba(18, 21, 25, 0.5);
    background-color: var(--theme-palette-color-8);
}

.ct-quick-view-card .entry-summary .ct-quick-more {
    --theme-button-text-initial-color: var(--theme-text-color);
    --theme-button-text-hover-color: var(--theme-text-color);
    --theme-button-background-initial-color: rgba(224,229,235,0.6);
    --theme-button-background-hover-color: rgba(224,229,235,1);
}

.quick-view-modal {
    background-color: rgba(18, 21, 25, 0.8);
}

#woo-filters-panel .ct-sidebar {
    --theme-link-initial-color: var(--theme-text-color);
}

#woo-filters-panel[data-behaviour*="side"] {
    --side-panel-width: 500px;
    background-color: rgba(18, 21, 25, 0.6);
    --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

#woo-filters-panel[data-behaviour*="side"] .ct-panel-inner {
    background-color: var(--theme-palette-color-8);
}

#woo-filters-panel .ct-toggle-close {
    --theme-icon-color: rgba(0, 0, 0, 0.5);
}

#woo-filters-panel .ct-toggle-close:hover {
    --theme-icon-color: rgba(0, 0, 0, 0.8);
}

#ct-compare-modal {
    --theme-box-shadow: 0px 50px 100px rgba(18, 21, 25, 0.5);
    --modal-background-color: var(--theme-palette-color-8);
    --modal-backdrop-color: rgba(18, 21, 25, 0.8);
}

.ct-drawer-canvas[data-compare-bar] {
    --compare-bar-height: 70px;
}

[data-prefix="product"] .ct-share-box {
    --theme-icon-color: var(--theme-text-color);
}

.variations_form.cart [data-swatches-type="color"] {
    --swatch-size: 30px;
}

.ct-filter-widget[data-swatches-type="color"] {
    --swatch-size: 25px;
}

.variations_form.cart [data-swatches-type="image"] {
    --swatch-size: 35px;
}

.ct-filter-widget[data-swatches-type="image"] {
    --swatch-size: 35px;
}

.variations_form.cart [data-swatches-type="button"] {
    --swatch-size: 35px;
}

.ct-filter-widget[data-swatches-type="button"] {
    --swatch-size: 30px;
}

.variations_form.cart [data-swatches-type="mixed"] {
    --swatch-size: 30px;
}

.ct-filter-widget[data-swatches-type="mixed"] {
    --swatch-size: 25px;
}

[data-swatches-type="color"] > *:not(.ct-out-of-stock):hover .ct-swatch {
    --swatch-border-color: rgba(0, 0, 0, 0.2);
}

[data-swatches-type="color"] > *.active .ct-swatch {
    --swatch-border-color: rgba(0, 0, 0, 0.2);
}

[data-swatches-type="image"] > *:not(.ct-out-of-stock):hover .ct-swatch {
    --swatch-border-color: var(--theme-palette-color-1);
}

[data-swatches-type="image"] > *.active .ct-swatch {
    --swatch-border-color: var(--theme-palette-color-1);
}

[data-swatches-type="button"] > *:not(.ct-out-of-stock):hover .ct-swatch {
    --swatch-button-border-color: var(--theme-palette-color-1);
}

[data-swatches-type="button"] > *.active .ct-swatch {
    --swatch-button-text-color: #ffffff;
    --swatch-button-border-color: var(--theme-palette-color-1);
    --swatch-button-background-color: var(--theme-palette-color-1);
}

[data-swatches-type="mixed"] > *:hover .ct-swatch {
    --swatch-border-color: rgba(0, 0, 0, 0.2);
}

[data-swatches-type="mixed"] > *.active .ct-swatch {
    --swatch-border-color: rgba(0, 0, 0, 0.2);
}

#ct-size-guide-modal .ct-container {
    --theme-box-shadow: 0px 50px 100px rgba(18, 21, 25, 0.5);
    background-color: var(--theme-palette-color-8);
}

#ct-size-guide-modal {
    background-color: rgba(18, 21, 25, 0.8);
}

#ct-size-guide-modal .ct-toggle-close {
    --theme-icon-color: rgba(0, 0, 0, 0.5);
}

#ct-size-guide-modal .ct-toggle-close:hover {
    --theme-icon-color: rgba(0, 0, 0, 0.8);
}

:is(.related, .upsells) [data-flexy="no"] [data-products] .flexy-item:nth-child(n + 5) {
    height: 1px;
}

.ct-newsletter-subscribe-container {
    --theme-button-background-initial-color: var(--theme-palette-color-1);
    --theme-button-background-hover-color: var(--theme-palette-color-2);
    background-color: var(--theme-palette-color-8);
    --theme-box-shadow: 0px 50px 90px rgba(210, 213, 218, 0.4);
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] #woo-cart-panel {
        --side-panel-width:65vw;
    }

    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 22px;
    }

    [data-header*="type-1"] .ct-header [data-row*="middle"] {
        --height: 80px;
    }

    [data-header*="type-1"] [data-id="mobile-menu"] {
        --theme-font-size: 17px;
        --margin: 0px 0px 40px 0px;
    }

    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 65vw;
    }

    [data-header*="type-1"] [data-id="offcanvas-logo"] {
        --logo-max-height: 28px;
        --margin: 0px 0px 50px 0px !important;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials {
        --items-spacing: 30px;
    }

    [data-header*="type-1"] [data-id="trigger"] {
        --margin: 0px 0px 0px 25px !important;
    }

    [data-header*="type-1"] [data-id="divider"] {
        --margin: 0px 0px 40px 0px !important;
        --divider-style: 1px solid rgba(255, 255, 255, 0.1);
    }

    [data-header*="type-1"] [data-id="mobile-menu-secondary"] {
        --theme-font-size: 17px;
        --margin: 0px 0px 50px 0px;
    }

    [data-header*="type-1"] {
        --header-height: 80px;
        --header-sticky-height: 80px;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] [data-column="copyright"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="menu"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --grid-template-columns: repeat(2, 1fr);
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-3"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="widget-area-4"] {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-column="text"] {
        --horizontal-alignment: center;
    }

    [data-footer*="type-1"] .ct-footer [data-id="contacts"] {
        --items-spacing: 30px;
    }

    [data-footer*="type-1"] .ct-footer [data-column="contacts"] {
        --horizontal-alignment: center;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ct-woocommerce-cart-form .cart_totals {
        --cart-totals-padding: 25px;
    }

    .ct-order-review {
        --order-review-padding: 30px;
    }

    [data-products] {
        --shop-columns: repeat(2, minmax(0, 1fr));
    }

    .related [data-products], .upsells [data-products] {
        --shop-columns: repeat(3, minmax(0, 1fr));
        --grid-columns-width: calc(100% / 3);
    }

    [data-prefix="single_blog_post"] .ct-related-posts {
        --grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #woo-filters-panel[data-behaviour*="side"] {
        --side-panel-width: 65vw;
    }

    :is(.related, .upsells) [data-flexy="no"] [data-products] .flexy-item:nth-child(n + 4) {
        height: 1px;
    }
}

@media (max-width: 689.98px) {
    [data-header*="type-1"] #woo-cart-panel {
        --side-panel-width:90vw;
    }

    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 90vw;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="middle"] > div {
        --grid-template-columns: initial;
    }

    [data-footer*="type-1"] .ct-footer [data-row*="top"] > div {
        --grid-template-columns: initial;
    }

    [data-prefix="blog"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="categories"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="author"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="author"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    [data-prefix="search"] .entries {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    [data-prefix="search"] .entry-card .entry-title {
        --theme-font-size: 18px;
    }

    .ct-order-review {
        --order-review-padding: 25px;
    }

    [data-products] {
        --shop-columns: repeat(1, minmax(0, 1fr));
    }

    .related [data-products], .upsells [data-products] {
        --shop-columns: repeat(1, minmax(0, 1fr));
        --grid-columns-width: calc(100% / 1);
    }

    .entry-summary-items > .ct-product-add-to-cart > .cart {
        --theme-button-min-height: 40px;
    }

    :root {
        --theme-content-vertical-spacing: 50px;
        --theme-container-edge-spacing: 88vw;
    }

    [data-prefix="single_blog_post"] .ct-related-posts {
        --grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #woo-filters-panel[data-behaviour*="side"] {
        --side-panel-width: 90vw;
    }

    :is(.related, .upsells) [data-flexy="no"] [data-products] .flexy-item:nth-child(n + 2) {
        height: 1px;
    }
}
