[data-header*="type-1"] .ct-header [data-id="button"] .ct-button-ghost {
    --buttonTextInitialColor: var(--buttonInitialColor);
    --buttonTextHoverColor: #ffffff;
}

[data-header*="type-1"] [data-id="cart"] {
    --icon-size: 17px;
    --icon-color: rgba(19, 17, 23, 0.7);
    --cartBadgeBackground: var(--paletteColor1);
}

[data-header*="type-1"] [data-id="cart"] .ct-cart-content {
    --dropdownTopOffset: 15px;
    --color: #ffffff;
    --backgroundColor: #29333C;
}

[data-header*="type-1"] [data-id="cart"] .ct-cart-content .total {
    --color: #ffffff;
}

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

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
    --fontWeight: 700;
    --fontSize: 25px;
    --lineHeight: 1.5;
    --linkInitialColor: var(--paletteColor4);
}

[data-header*="type-1"] .ct-header [data-id="menu"] {
    --menu-items-spacing: 50px;
    --menu-indicator-active-color: var(--paletteColor1);
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
    --menu-item-height: 30%;
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 500;
    --textTransform: uppercase;
    --fontSize: 16px;
    --lineHeight: 1.3;
    --linkInitialColor: rgba(19, 17, 23, 0.7);
    --linkHoverColor: var(--paletteColor4);
}

[data-header*="type-1"] .ct-header [data-id="menu"][data-menu*="type-3"]>ul>li>a {
    --linkHoverColor: #ffffff;
    --linkActiveColor: #ffffff;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
    --linkInitialColor: #ffffff;
    --fontWeight: 500;
    --fontSize: 12px;
}

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

[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-row*="middle"] {
    --height: 100px;
    background-color: var(--paletteColor8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"] {
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="middle"]>div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
    background-color: var(--paletteColor8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: 0px 10px 20px rgba(43, 61, 80, 0.05);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
    --fontWeight: 700;
    --fontSize: 20px;
    --linkInitialColor: #ffffff;
    --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
    background-color: rgba(18, 21, 25, 0.98);
    --side-panel-width: 500px;
    --vertical-alignment: flex-start;
    --has-indentation: 1;
}

[data-header*="type-1"] [data-behaviour*="side"] {
    --box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
}

[data-header*="type-1"] [data-id="search"] {
    --icon-size: 17px;
    --icon-color: rgba(19, 17, 23, 0.7);
}

[data-header*="type-1"] #search-modal .ct-search-results a {
    --fontWeight: 500;
    --fontSize: 14px;
    --lineHeight: 1.4;
}

[data-header*="type-1"] #search-modal {
    --linkInitialColor: #ffffff;
    --form-text-initial-color: #ffffff;
    --form-text-focus-color: #ffffff;
    background-color: rgba(18, 21, 25, 0.98);
}

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

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --icon-color: rgba(255, 255, 255, 0.5);
    --icon-hover-color: var(--paletteColor7);
    --background-color: rgba(218, 222, 228, 0.3);
    --background-hover-color: var(--paletteColor1);
}

[data-header*="type-1"] .ct-header [data-id="text"] {
    --max-width: 100%;
    --fontSize: 15px;
    --lineHeight: 1.3;
    --color: rgba(255, 255, 255, 0.7);
    --linkInitialColor: rgba(255, 255, 255, 0.7);
    --linkHoverColor: var(--paletteColor8);
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 40px;
    background-color: #CEE6F3;
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

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

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="top"] {
    background-color: #CEE6F3;
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-transparent-row="yes"][data-row*="top"]>div {
    --borderTop: none;
    --borderBottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--paletteColor8);
    background-image: none;
    --borderTop: none;
    --borderBottom: none;
    --box-shadow: none;
}

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

[data-header*="type-1"] [data-id="trigger"] {
    --icon-size: 18px;
    --icon-color: rgba(19, 17, 23, 0.7);
}

[data-header*="type-1"] [data-id="account"][data-state="out"] {
    --icon-size: 17px;
}

[data-header*="type-1"] #account-modal .ct-account-form {
    background-color: #ffffff;
    --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: 0 30px !important;
    --icon-color: rgba(19, 17, 23, 0.7);
}

[data-header*="type-1"] [data-id="account"] .ct-label {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

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

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

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

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

[data-footer*="type-1"] [data-id="copyright"] {
    --fontWeight: 400;
    --fontSize: 15px;
    --lineHeight: 1.3;
    --color: #989898;
}

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

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --container-spacing: 50px;
    --border: none;
    --border-top: 1px dashed rgba(222, 222, 222, 0.5);
    --border-bottom: 1px dashed rgba(222, 222, 222, 0.5);
    --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    --fontSize: 16px;
}

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

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --container-spacing: 100px;
    --columns-gap: 80px;
    --widgets-gap: 20px;
    --border: none;
    --grid-template-columns: 2fr 1fr 1fr 1fr;
}

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

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

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

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

:root {
    --fontFamily: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    --fontWeight: 400;
    --textTransform: none;
    --textDecoration: none;
    --fontSize: 16px;
    --lineHeight: 1.65;
    --letterSpacing: 0em;
    --buttonFontWeight: 500;
    --buttonFontSize: 15px;
    --has-classic-forms: var(--true);
    --has-modern-forms: var(--false);
    --form-field-initial-background: var(--paletteColor8);
    --form-field-focus-background: var(--paletteColor8);
    --form-field-height: 45px;
    --form-field-border-radius: 0px;
    --form-field-border-initial-color: #e0e5eb;
    --form-field-border-focus-color: var(--paletteColor1);
    --form-selection-control-initial-color: var(--border-color);
    --form-selection-control-accent-color: var(--paletteColor1);
    --paletteColor1: #e8363c;
    --paletteColor2: #d81c22;
    --paletteColor3: #687279;
    --paletteColor4: #131117;
    --paletteColor5: #d9dadc;
    --paletteColor6: #e8e8e8;
    --paletteColor7: #FBFBFB;
    --paletteColor8: #ffffff;
    --color: var(--paletteColor3);
    --linkInitialColor: var(--paletteColor1);
    --linkHoverColor: var(--paletteColor2);
    --selectionTextColor: #ffffff;
    --selectionBackgroundColor: var(--paletteColor1);
    --border-color: var(--paletteColor5);
    --headings-color: var(--paletteColor4);
    --content-spacing: 1.5em;
    --buttonMinHeight: 45px;
    --buttonShadow: none;
    --buttonTransform: none;
    --buttonTextInitialColor: #ffffff;
    --buttonTextHoverColor: #ffffff;
    --buttonInitialColor: var(--paletteColor1);
    --buttonHoverColor: var(--paletteColor2);
    --button-border: none;
    --buttonBorderRadius: 0px;
    --button-padding: 5px 20px;
    --normal-container-max-width: 1290px;
    --content-vertical-spacing: 60px;
    --narrow-container-max-width: 750px;
    --wide-offset: 130px;
}

h1 {
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 40px;
    --lineHeight: 1.5;
}

h2 {
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 35px;
    --lineHeight: 1.5;
}

h3 {
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 30px;
    --lineHeight: 1.5;
}

h4 {
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 25px;
    --lineHeight: 1.5;
}

h5 {
    --fontFamily: 'IBM Plex Mono', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 20px;
    --lineHeight: 1.5;
}

h6 {
    --fontWeight: 700;
    --fontSize: 16px;
    --lineHeight: 1.5;
}

.wp-block-pullquote,
.ct-quote-widget blockquote {
    --fontFamily: Georgia;
    --fontWeight: 600;
    --fontSize: 25px;
}

code,
kbd,
samp,
pre {
    --fontFamily: monospace;
    --fontWeight: 400;
    --fontSize: 16px;
}

.ct-sidebar .widget-title {
    --fontSize: 18px;
}

.ct-breadcrumbs {
    --fontWeight: 500;
    --textTransform: none;
    --fontSize: 14px;
    --color: var(--paletteColor4);
    --linkInitialColor: var(--paletteColor3);
}

body {
    background-color: var(--paletteColor8);
    background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
    --fontSize: 70px;
    --heading-color: var(--paletteColor8);
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="single_blog_post"] .entry-header .ct-breadcrumbs {
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
    --min-height: 450px;
    background-color: var(--paletteColor4);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    --container-padding: 50px 0;
}

[data-prefix="blog"] .entry-header .page-title {
    --fontSize: 70px;
    --heading-color: var(--paletteColor8);
}

[data-prefix="blog"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="blog"] .entry-header .ct-breadcrumbs {
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="blog"] .hero-section[data-type="type-2"] {
    --min-height: 300px;
    background-color: var(--paletteColor4);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    --container-padding: 50px 0;
}

[data-prefix="categories"] .entry-header .page-title {
    --fontSize: 70px;
    --heading-color: var(--paletteColor8);
}

[data-prefix="categories"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="categories"] .entry-header .ct-breadcrumbs {
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="categories"] .hero-section[data-type="type-2"] {
    --min-height: 300px;
    background-color: var(--paletteColor4);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    --container-padding: 50px 0;
}

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

[data-prefix="search"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

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

[data-prefix="author"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

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

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

[data-prefix="single_page"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="woo_categories"] .entry-header .page-title {
    --fontSize: 70px;
    --heading-color: var(--paletteColor8);
}

[data-prefix="woo_categories"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="woo_categories"] .entry-header .ct-breadcrumbs {
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
    --min-height: 300px;
    background-color: var(--paletteColor4);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    --container-padding: 50px 0;
}

[data-prefix="product"] .entry-header .page-title {
    --fontSize: 70px;
    --heading-color: var(--paletteColor8);
}

[data-prefix="product"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="product"] .entry-header .ct-breadcrumbs {
    --color: rgba(255, 255, 255, 0.5);
}

[data-prefix="product"] .hero-section[data-type="type-2"] {
    --min-height: 450px;
    background-color: var(--paletteColor4);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
    --container-padding: 50px 0;
}

[data-prefix="nx_bar_single"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="nx_bar_single"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="nx_bar_archive"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="nx_bar_archive"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="cartflows_step_single"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="cartflows_step_single"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

[data-prefix="cartflows_step_archive"] .entry-header .page-title {
    --fontSize: 30px;
}

[data-prefix="cartflows_step_archive"] .entry-header .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --lineHeight: 1.3;
}

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

[data-prefix="blog"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="blog"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --color: rgba(23, 57, 63, 0.5);
}

[data-prefix="blog"] [data-cards="simple"] .entry-card {
    --card-border: none;
}

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

[data-prefix="categories"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="categories"] [data-cards="simple"] .entry-card {
    --card-border: none;
}

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

[data-prefix="author"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

[data-prefix="author"] .entry-card {
    background-color: var(--paletteColor8);
    --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 {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

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

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

[data-prefix="nx_bar_archive"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="nx_bar_archive"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

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

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

[data-prefix="cartflows_step_archive"] .entry-card .entry-title {
    --fontSize: 20px;
    --lineHeight: 1.3;
}

[data-prefix="cartflows_step_archive"] .entry-card .entry-meta {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
}

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

[data-products] .woocommerce-loop-product__title,
[data-products] .woocommerce-loop-category__title {
    --fontWeight: 600;
    --fontSize: 17px;
}

[data-products] .price {
    --color: var(--paletteColor1);
}

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

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

[data-products] .entry-meta a {
    --linkInitialColor: var(--color);
}

.ct-quick-view-card {
    --box-shadow: 0px 50px 100px rgba(18, 21, 25, 0.5);
}

.ct-quick-view-card>section {
    background-color: #ffffff;
}

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

[data-products="type-2"] {
    --box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.03);
}

[data-products] .product {
    --borderRadius: 0px;
}

.product-entry-wrapper {
    --product-gallery-width: 40%;
}

.entry-summary .entry-title {
    --fontSize: 30px;
}

.product-entry-wrapper .price {
    --fontFamily: 'IBM Plex Serif', Sans-Serif;
    --fontWeight: 700;
    --fontSize: 30px;
}

.demo_store {
    --color: #ffffff;
    --backgroundColor: var(--paletteColor1);
}

.woocommerce-message {
    --background-color: #F0F1F3;
}

.woocommerce-info,
.woocommerce-thankyou-order-received {
    --background-color: #F0F1F3;
}

.woocommerce-error {
    --color: #ffffff;
    --linkHoverColor: #ffffff;
    --background-color: rgba(218, 0, 28, 0.7);
    --buttonTextInitialColor: #ffffff;
    --buttonTextHoverColor: #ffffff;
    --buttonInitialColor: #b92c3e;
    --buttonHoverColor: #9c2131;
}

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

.woocommerce-tabs .tabs {
    --fontWeight: 600;
    --textTransform: uppercase;
    --fontSize: 12px;
    --linkInitialColor: var(--color);
}

.woocommerce-tabs[data-type] .tabs {
    --tab-background: var(--paletteColor1);
}

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

.ct-sidebar {
    --linkInitialColor: var(--color);
}

[data-prefix="single_blog_post"] .post-navigation {
    --linkInitialColor: var(--color);
}

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

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

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

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

[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);
}

@media (max-width: 999.98px) {
    [data-header*="type-1"] .ct-header [data-id="button"] {
        --buttonInitialColor: var(--paletteColor1);
    }

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

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

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

    [data-header*="type-1"] #offcanvas {
        --side-panel-width: 65vw;
        --vertical-alignment: center;
        --horizontal-alignment: center;
        --text-horizontal-alignment: center;
        --has-indentation: 0;
    }

    [data-header*="type-1"] [data-id="socials"].ct-header-socials {
        --icon-size: 18px;
        --spacing: 35px;
    }

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

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

    [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
        --container-spacing: 25px;
        --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="single_blog_post"] .entry-header .page-title {
        --fontSize: 35px;
    }

    [data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
        --min-height: 300px;
    }

    [data-prefix="blog"] .entry-header .page-title {
        --fontSize: 40px;
    }

    [data-prefix="blog"] .hero-section[data-type="type-2"] {
        --min-height: 250px;
    }

    [data-prefix="categories"] .entry-header .page-title {
        --fontSize: 40px;
    }

    [data-prefix="categories"] .hero-section[data-type="type-2"] {
        --min-height: 250px;
    }

    [data-prefix="woo_categories"] .entry-header .page-title {
        --fontSize: 40px;
    }

    [data-prefix="woo_categories"] .hero-section[data-type="type-2"] {
        --min-height: 250px;
    }

    [data-prefix="product"] .entry-header .page-title {
        --fontSize: 35px;
    }

    [data-prefix="product"] .hero-section[data-type="type-2"] {
        --min-height: 300px;
    }

    [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));
    }

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

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

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

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

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

@media (max-width: 689.98px) {
    [data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
        --logo-max-height: 52px;
    }

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

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

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

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

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

    [data-prefix="product"] .entry-header .page-title {
        --fontSize: 30px;
    }

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

    [data-prefix="blog"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-prefix="blog"] .entry-card {
        --text-horizontal-alignment: center;
        --horizontal-alignment: center;
    }

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

    [data-prefix="categories"] .entry-card .entry-title {
        --fontSize: 18px;
    }

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

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

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

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

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

    [data-prefix="nx_bar_archive"] .entry-card .entry-title {
        --fontSize: 18px;
    }

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

    [data-prefix="cartflows_step_archive"] .entry-card .entry-title {
        --fontSize: 18px;
    }

    [data-products="type-1"] .product {
        --horizontal-alignment: center;
        --text-horizontal-alignment: center;
    }

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

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

    :root {
        --content-vertical-spacing: 50px;
    }

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