/**
* Theme Name:     Lightness Layout
* Theme URI:      https://templatemela.com/
* Author:         TemplateMela
* Author URI:     https://templatemela.com
* Description:    This is a child theme of Avanam, generated by TemplateMela.
* Version:        1.0.0
* License:        GNU General Public License v3.0 (or later)
* License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/*
:root {
    --global-button-height: 42px;
    --global-button-max-height: 42px;
}
// Maximum Button Height
.woocommerce ul.products li.product {

	.product-action-wrap  {
		button,
		a.button,
		.added_to_cart {
			max-height: var(--global-button-max-height);
		}
	}

	&.action-style-default,
	&.action-style-icon_button {
		button {
			max-height: var(--global-button-max-height);
		}
	}
}

.action-style-icon_button {
	.woosc_page .woosc_table .button,
	.woosc-quick-table .woosc-quick-table-products .woosc_table .button {
        max-height: var(--global-button-max-height);
    }
}

.woocommerce div.product div.summary .button.single_add_to_cart_button {
	height: var(--global-button-height);
    line-height: var(--global-button-height);
}
*/
:root {
  --global-gray-400: #e5e5e5;
  --global-gray-500: #dddddd;
  --global-button-height: 44px;
  --global-button-max-height: 44px;
}

.woocommerce form .form-row label {
  font-weight: 500;
  font-size: 100%;
}

.woocommerce .wc-block-components-notice-banner {
  font-size: 1em;
}

.woocommerce-form.woocommerce-form-login.login, .woocommerce-form.woocommerce-form-register.register {
  border: 1px solid var(--global-gray-400);
}

b, strong {
  font-weight: 600;
}

#payment ul.wc_payment_methods li.wc_payment_method > label, .woocommerce ul#shipping_method li label,
.woocommerce div.product form.cart .variations label, .woocommerce #reviews #comments h2, .woocommerce #reviews .comment-reply-title,
.woocommerce table.shop_table th, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tbody th, .woocommerce td.product-name dl.variation dt,
.base-sticky-add-to-cart-title-wrap .base-sticky-add-to-cart-title, .woocommerce table.shop_attributes th {
  font-weight: 500;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
  font-size: 1em;
}

.woocommerce table.shop_table {
  font-size: 100%;
}

.woocommerce-Price-amount:not(del .woocommerce-Price-amount):not(.tmcore-product-price-filter .woocommerce-Price-amount) {
  font-weight: 500;
}

.primary-sidebar .widget .wp-block-latest-posts__list li {
  line-height: 1.5;
}

.woocommerce-carousel ul.products {
  margin: 0px !important;
}

.splide__list {
  -webkit-transform-style: unset;
          transform-style: unset;
}

.welcome-newsletter input[type=email] {
  min-height: 48px;
  max-width: 220px;
  min-width: 220px;
  border-radius: 0;
  margin-bottom: 10px;
}

.welcome-newsletter {
  text-align: center;
}

.columns-4 .woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.columns-4 .woocommerce-carousel .splide__track ul.products li.product {
  margin: 0;
  margin-right: 30px;
  width: calc(25% - 22.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce-carousel .splide__track ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-carousel .splide__track ul.products li.product {
  margin: 0;
  margin-right: 30px;
  width: calc(20% - 24px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce-product-list .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform-style: unset;
          transform-style: unset;
}
.woocommerce-product-list .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
  margin: 0;
  margin-right: 15px;
  width: calc(50% - 7.5px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.elementor-widget-tmcore-testimonials .splide__track .elementor-testimonial-item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.elementor-brand-wrapper .tmcore-carousel {
  display: block;
}
.elementor-brand-wrapper .splide__track .elementor-brand-item {
  width: 16.6667%;
}

.elementor-post-wrapper .splide__track .column-item {
  width: 33.3333%;
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: none;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap {
  text-align: left;
  padding: 15px 0 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .star-rating {
  float: none;
  margin: 5px 0;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .woocommerce-loop-product__title a {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.woocommerce ul.products:not(.products-list-view) li.product:not(.product-item) .product-details.entry-content-wrap .product-action-wrap {
  top: -55px;
  bottom: auto;
}

.woocommerce ul.products.products-list-view li.product {
  padding: 1rem;
  border: 1px solid var(--global-gray-400);
  border-radius: 5px;
}
.woocommerce ul.products.products-list-view li.product .woocommerce-loop-product__title {
  font-size: 14px;
}
.woocommerce ul.products.products-list-view li.product .product-details.entry-content-wrap .star-rating {
  float: none;
}

.woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
.woocommerce div.product div.summary .added_to_cart,
.woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--global-heading-font-family);
  text-transform: capitalize;
  border-radius: 0;
  padding: 10px 25px;
  line-height: 28px;
  max-height: var(--global-button-max-height);
}

.woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
  font-size: 12px;
  font-weight: 500;
  border-radius: 0px;
  line-height: 1.2;
  padding: 3px 8px;
}

.base-product-toggle-container .base-toggle-shop-layout.toggle-active, .base-product-toggle-container .base-toggle-shop-layout:hover {
  color: var(--global-palette9);
  background: var(--global-palette1);
}

.primary-sidebar.widget-area .widget {
  border: 1px solid var(--global-gray-400);
  padding: 10px;
}
.primary-sidebar.widget-area .widget .widget-title {
  background-color: var(--global-palette7);
  padding: 13px 15px;
}
.primary-sidebar.widget-area .widget .widget-title::after {
  top: 10px;
  right: 10px;
}
.primary-sidebar.widget-area .widget .widget-content, .primary-sidebar.widget-area .widget .wp-widget-group__inner-blocks {
  padding: 8px;
}

.entry-hero-container-inner .entry-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-product .entry-hero-container-inner .entry-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-post .entry-hero .title-align-center, .tag .entry-header, .archive.category .entry-header, .tax-product_brands .entry-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) > .site-header-row-container-inner {
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

body:not(.home).transparent-header #masthead {
  background: var(--global-palette9);
}

.transparent-header #masthead .custom-logo-link,
.transparent-header #masthead .base-dark-mode-logo {
  display: none;
}

body:not(.home) .site-main-header-wrap .site-header-row-container-inner {
  border-bottom: none;
}

.header-menu-container ul.menu > li.base-menu-mega-enabled > ul .nav-drop-title-wrap {
  font-size: 16px;
  font-weight: 500;
  color: var(--global-palette3);
}

.header-account-style-icon_title_label .header-account-content {
  padding-left: 0;
}
.header-account-style-icon_title_label .header-account-button .base-svg-iconset {
  font-size: 0em;
}

.search-toggle-open {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 7px;
}

.site-header .header-wishlist-button .header-wishlist-total {
  font-weight: 500;
  margin-left: -0.5em;
}

.header-cart-button .header-cart-total {
  width: 1.43em;
  height: 1.43em;
  line-height: 1.43;
  margin-left: -0.5em;
}

.secondary-navigation .secondary-menu-container > ul > li.menu-item > a {
  padding: 8px 10px;
}
.secondary-navigation .secondary-menu-container > ul > li.menu-item:last-of-type > a {
  padding-right: 0;
}

.cms-banner .col {
  max-width: 550px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cms-banner-3 .elementor-widget-image, .cms-banner-2 .elementor-widget-image, .product-banner .elementor-widget-image {
  overflow: hidden;
}

.product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items {
  overflow: hidden;
  padding: 0;
}
.product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title {
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 20px 30px 40px;
}
.product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title:last-child {
  border-bottom: none;
}
.product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-image img {
  width: 30px;
  height: 30px;
}
.product-tab .tab .elementor-tab-content {
  padding-top: 30px;
}

ul.sub-menu .products-list .product-title, .product-banner .product-title, .elementor-widget-tmcore-post-grid .entry-excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product-banner ul.products .splide__slide__row {
  border: 1px solid var(--global-gray-400);
}
.product-banner ul.products .splide__slide__row li {
  padding: 20px !important;
}
.product-banner .products .star-rating {
  margin: 8px 0;
  float: none;
}

.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-meta {
  border-bottom: 1px solid #d9d9d9 !important;
  padding-bottom: 10px;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.elementor-element.elementor-widget-tmcore-post-grid .elementor-post-wrapper .post-button:hover {
  text-decoration: none;
}

.testimonial .content, .testimonial .details, .testimonial .icon {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.testimonial .icon .icon-inner {
  position: absolute;
  top: -10px;
  right: 0;
}
.testimonial .details {
  padding-left: 90px;
}
.testimonial .details .name {
  position: absolute;
  top: 10px;
}
.testimonial .details .job {
  margin: 10px 0 0 100px;
}

.site-middle-footer-inner-wrap .widget {
  margin-bottom: 25px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=email] {
  margin-top: 15px;
  width: 320px;
  height: 45px;
  border-radius: 0;
  border: none;
  padding: 10px 55px 10px 20px;
}
.site-middle-footer-inner-wrap .mc4wp-form-fields .newsletter-form input[type=submit] {
  margin-top: 15px;
}
.site-middle-footer-inner-wrap .site-info-inner .contact-info-container p + p {
  margin: 10px 0 0;
}
.site-middle-footer-inner-wrap .widget-area .widget-title {
  margin-bottom: 20px;
}

@media (max-width: 1366px) {
  .search-toggle-label, .header-wishlist-wrap .header-wishlist-button .header-wishlist-title, .header-cart-wrap .header-cart-button .header-cart-title {
    display: none;
  }
  .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 20px;
    width: calc(33.3333% - 13.3333px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .column5 .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .column5 .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 20px;
    width: calc(25% - 15px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-brand-wrapper .tmcore-carousel {
    display: block;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 20%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  section.related.products ul.product-archive, section.up-sells.upsells.products .product-archive, .cross-sells .product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .woocommerce div.product div.images {
    width: 600px !important;
  }
}
@media (max-width: 1200px) {
  .main-navigation .primary-menu-container > ul > li.menu-item > a {
    padding: 2.4em 0.75em;
  }
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cms-banner .col {
    max-width: 450px;
  }
  .product-banner ul.products .splide__slide__row li {
    padding: 15px !important;
  }
  .testimonial .details {
    padding-left: 50px;
  }
}
@media (max-width: 1024px) {
  .columns-4 .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .columns-4 .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 15px;
    width: calc(25% - 11.25px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .elementor-brand-wrapper .tmcore-carousel {
    display: block;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 25%;
  }
  .sub-menu .menu-item .woocommerce ul.products li.product {
    margin-bottom: 15px;
  }
  .service-section .cols {
    width: 331px;
  }
  .product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    position: relative;
    float: none;
    border: none;
  }
  .product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items .elementor-tab-title {
    padding: 15px;
    border: none;
  }
  .cms-banner .col {
    max-width: 370px;
  }
  .product-banner .col-1 {
    width: auto !important;
    margin: 0 auto;
  }
  #filter-drawer .widget-area .widget {
    border: 1px solid var(--global-gray-400);
    padding: 10px;
  }
  #filter-drawer .widget-area .widget .widget-title {
    background-color: var(--global-palette7);
    padding: 13px 15px;
    font-size: 16px;
  }
  #filter-drawer .widget-area .widget .widget-content {
    padding: 5px;
  }
  .woocommerce .base-sticky-add-to-cart-action-wrap a.added_to_cart,
  .woocommerce div.product div.summary .added_to_cart,
  .woocommerce a.added_to_cart:not(.woocommerce .product-action-wrap.style-text a.added_to_cart):not(form.cart .added_to_cart) {
    padding: 9px 20px;
  }
  .mobile-navigation .woocommerce ul.products.woo-archive-btn-button .product-action-wrap .button:not(.kb-button) {
    padding: 9px 20px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .has-left-sidebar ul.product-archive {
    -ms-grid-columns: (minmax(0, 1fr))[4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .woocommerce ul.products:not(.products-list-view).woo-archive-action-on-hover li.product:hover .entry-content-wrap {
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 767px) {
  .columns-4 .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .columns-4 .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 10px;
    width: calc(33.3333% - 6.66667px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-brand-wrapper .tmcore-carousel {
    display: block;
  }
  .elementor-brand-wrapper .splide__track .elementor-brand-item {
    width: 33.3333%;
  }
  .cms-banner .col {
    max-width: 330px;
  }
  .cms-banner-3 .col, .cms-banner-2 .col {
    width: auto !important;
    margin: 0 auto;
  }
  .service-section .cols {
    width: 311px;
  }
  .testimonial .item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .testimonial .icon .icon-inner {
    position: relative;
    top: 0;
  }
  .testimonial .details {
    padding-left: 0;
  }
  .testimonial .details .name {
    position: relative;
  }
  .testimonial .details .job {
    margin: 10px 0;
  }
  .entry-hero-container-inner .entry-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .archive ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .archive .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .single-product ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .single-product .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products, .woocommerce-cart ul.products:not(.products-list-view):not(.splide__list):not(.products-list ul.products),
  .woocommerce-cart .wp-site-blocks .wc-block-grid:not(.has-2-columns):not(has-1-columns) .wc-block-grid__products {
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    row-gap: 1em;
  }
  .product-tab .tab.elementor-tabs-view-vertical .elementor-tabs-wrapper .elementor-tabs-items {
    overflow: overlay;
    padding-bottom: 5px;
  }
  .woocommerce ul.products:not(.products-list-view) li.product .product-details.entry-content-wrap .product-action-wrap {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 767px) and (min-width: 541px) {
  .archive ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .single-product ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list), .woocommerce-cart ul.products:not(.products-list-view, .woocommerce.columns-mobile-1 ul.products.grid-cols):not(.splide_list) {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sub-menu .elementor-element.elementor-widget-tmcore-products ul.products {
    -ms-grid-columns: (minmax(0, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .woocommerce ul.products-list-view .product-thumbnail {
    margin: 0 !important;
    padding: 0rem;
  }
  .woocommerce ul.products li.product:not(.product-item) .product-details.entry-content-wrap {
    padding: 1rem 0rem 0rem 0rem !important;
  }
  .woocommerce ul.products.products-list-view {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .columns-4 .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .columns-4 .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 10px;
    width: calc(50% - 5px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-carousel .splide__track ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .woocommerce-carousel .splide__track ul.products li.product {
    margin: 0;
    margin-right: 10px;
    width: calc(50% - 5px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .woocommerce-product-list .woocommerce-carousel .splide__track ul.products:not(ul.categories) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-style: unset;
            transform-style: unset;
  }
  .woocommerce-product-list .woocommerce-carousel .splide__track ul.products:not(ul.categories) li {
    margin: 0;
    margin-right: 10px;
    width: calc(100% + 0px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .elementor-post-wrapper .splide__track .column-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce span.onsale, .menu .menu-item .woocommerce ul.products li.product .onsale, .single-product div.product div.summary .product-onsale span.onsale {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .site-header .custom-logo-link, .site-header .brand {
    width: 135px;
    display: block;
  }
  .site-header-item {
    margin-right: 12px;
  }
  .cms-banner-2 .elementor-element .head-1 .elementor-heading-title {
    font-size: 18px;
  }
  .cms-banner-2 .elementor-element .head-2 .elementor-heading-title {
    font-size: 17px;
    line-height: 22px;
  }
  .cms-banner-3 .elementor-element .head-1 .elementor-heading-title {
    font-size: 20px;
  }
  .cms-banner-3 .elementor-element .head-2 {
    top: 14%;
  }
  .cms-banner-3 .elementor-element .head-2 .elementor-heading-title {
    font-size: 32px;
    line-height: 38px;
  }
  .cms-banner-3 .elementor-element .heading-2 {
    bottom: 5%;
  }
  .cms-banner-3 .elementor-element .heading-2 .elementor-heading-title {
    font-size: 32px;
    line-height: 38px;
  }
  .cms-banner .col {
    max-width: 280px;
  }
  .cms-banner .elementor-element .head-1 .elementor-heading-title {
    font-size: 22px;
  }
  .cms-banner .elementor-element .head-2 .elementor-heading-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (max-width: 380px) {
  .cms-banner-3 .elementor-element .head-2 .elementor-heading-title {
    font-size: 24px;
    line-height: 34px;
  }
  .cms-banner-3 .elementor-element .heading-2 .elementor-heading-title {
    font-size: 24px;
    line-height: 34px;
  }
  .product-banner .elementor-element .head-1 .elementor-heading-title {
    font-size: 24px;
    line-height: 34px;
  }
  .product-banner .elementor-element .head-2 .elementor-heading-title {
    font-size: 26px;
    line-height: 34px;
  }
}
.color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .header-wishlist-button, .color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .header-cart-button, .color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .header-account-button {
  color: #fff;
}
.color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .header-wishlist-total, .color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .header-cart-total {
  background: #fff;
  color: #000;
}
.color-switch-dark .elementor-element.blog, .color-switch-dark .elementor-element.blog .elementor-post-wrapper .entry-meta {
  border-color: #2f3336 !important;
}
.color-switch-dark ul.sub-menu .elementor-element.menu-product-tab {
  background-color: #212121;
}
.color-switch-dark .elementor-brand-image img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.color-switch-dark #masthead .base-sticky-header.item-is-fixed:not(.item-at-start):not(.item-hidden-above) .transparent-logo img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

body:not(.home).color-switch-dark .transparent-logo img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

body:not(.home).color-switch-dark .main-navigation .primary-menu-container > ul > li.menu-item > a,
body:not(.home).color-switch-dark .search-toggle-open-container .search-toggle-open,
body:not(.home).color-switch-dark .site-header-item .header-wishlist-wrap .header-wishlist-inner-wrap .header-wishlist-button,
body:not(.home).color-switch-dark .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button {
  color: var(--global-palette3);
}
body:not(.home).color-switch-dark .site-header-item .header-wishlist-wrap .header-wishlist-inner-wrap .header-wishlist-button .header-wishlist-total, body:not(.home).color-switch-dark .site-header-item .header-cart-wrap .header-cart-inner-wrap .header-cart-button .header-cart-total.header-cart-total {
  background: #fff;
  color: #000;
}

body:not(.home).color-switch-dark .header-account-button,
body:not(.home).color-switch-dark .drawer-toggle.header-cart-button,
body:not(.home).color-switch-dark .mobile-toggle-open-container .menu-toggle-open {
  color: var(--global-palette3);
}
body:not(.home).color-switch-dark .drawer-toggle.header-cart-button .header-cart-total {
  background: #fff;
  color: #000;
}