/* === Yith product addon === */
.yith-wapo-addon .quantity {
	max-width:100px!important;
	height:40px!important
}
.yith-wapo-addon h4 {
	margin-top:20px;
}
.yith-wapo-addon h6 {
	font-weight:400;
	background:var(--has-classic-forms, var(--theme-form-field-background-initial-color));
	padding:13px;
	width:100%;
	align-items: center
}
.single #wapo-total-price-table {
	margin-top:0;
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title:before,
.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title.toggle-open:before {
    font-family: unset !important;
    content: "" !important;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M10,20c-0.6,0-1-0.4-1-1V1c0-0.6,0.4-1,1-1s1,0.4,1,1v18C11,19.6,10.6,20,10,20z'/%3E%3Cpath d='M19,11H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h18c0.6,0,1,0.4,1,1S19.6,11,19,11z'/%3E%3C/svg%3E");
}

.yith-wapo-block .yith-wapo-addon.wapo-toggle .wapo-addon-title.toggle-open:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20' fill='currentColor'%3E%3Cpath d='M19,11H1c-0.6,0-1-0.4-1-1s0.4-1,1-1h18c0.6,0,1,0.4,1,1S19.6,11,19,11z'/%3E%3C/svg%3E");
}

/* === Wishlist page - yith addon === */
.ct-woocommerce-wishlist-table #yith-wapo-container {
	text-align:left;
}
/* === Fibo Search === */
.dgwt-wcas-meta ins.highlight {
	color: #cf0010;
	font-weight:700;
}
.dgwt-wcas-sp .sale-price ins {
	color: #cf0010;
	font-weight:700;
}
/* === Offcanvas panel customization === */
.ct-panel-actions {
	padding-bottom: 20px !important;
	border-bottom: 1px solid var(--theme-border-color)
}
/* === Mini side cart customization === */

.er-mini-cart-footer-top {
	margin-top: auto;
}

.woocommerce-mini-cart__buttons a:first-child {
	border:1px solid var(--theme-palette-color-3);
	background:var(--theme-palette-color-8);
	color: var(--theme-palette-color-3);
}
.woocommerce-mini-cart__buttons a:first-child:hover,
.woocommerce-mini-cart__buttons a:first-child:focus,
.woocommerce-mini-cart__buttons a:first-child:active {
	color: var(--theme-palette-color-1)!important;
	border-color:var(--theme-palette-color-1)
}
@media (max-width: 689.98px) {
    #woo-cart-panel .woocommerce-mini-cart__buttons {
      grid-template-columns: repeat(2, 1fr)!important;
   }
}
#woo-cart-panel .ct-panel-content-inner {
  overflow-y: auto !important;
}
.er-cart-tabs {
    display: flex;
	gap: 1.25rem;    
}
.er-cart-tabs button {
    position: relative;
    padding-right: 1.125rem;
    cursor: pointer;
    background: none;
    border: 0;
    color: rgba(46, 52, 56, 0.6);
    transition: color 0.2s ease;
}
.er-cart-tabs button:hover,
.er-cart-tabs button.is-active {
    color:var(--theme-palette-color-3);
 }
#woo-cart-panel .ct-offcanvas-cart-count {
    position: absolute;
    top: -0.375rem;
    right: 0;
    font-size: 0.875rem;
}

/* =========================================================
   RECENT VIEWED LOADING LINE (SIMPLE + CLEAN)
========================================================= */

.er-recent-layer.is-loading {
  position: relative;
  min-height: 40px;
}

/* faint base line */
.er-recent-layer.is-loading::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 2px;
  background: rgba(0,0,0,0.08);
}

/* animated fill */
.er-recent-layer.is-loading::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 70px;
  height: 2px;
  background: var(--theme-palette-color-3);
  transform-origin: left;
  animation: er-load 0.9s ease-in-out infinite;
}

@keyframes er-load {
  0%   { transform: translateX(-50%) scaleX(0); opacity: 0.3; }
  100% { transform: translateX(-50%) scaleX(1); opacity: 1; }
}
/* === Blog post === */
.blog .meta-categories svg {
	display:none;
}
.archive .meta-categories svg {
	display:none;
}
/* === Account modal === */
#account-modal .ct-panel-actions {
	border-bottom:none;
}
/* === Sticky headers === */
#header.ct-header.custom-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
#header.ct-header.custom-sticky-header.is-hidden {
  transform: translate3d(0, -100%, 0);
}
body.has-custom-sticky-header {
  padding-top: var(--header-height, 0px);
}
/* === Footer customization === */
#footer h5 {
  font-size:17px;
  color:var(--theme-palette-color-8)
}
#footer .ct-widget ul {
  line-height:2.2;
  font-size:14px;
  filter:brightness(0.9)
}
/* === Pricing style customization globally === */
.strike-regprice-size, del.strike {
    font-size: 80%;
	opacity: 0.7;
} 
.from-price {
    position: relative;
    display: block;
    line-height: 1em;
    font-size: 0.8125rem;
    opacity: 0.7;
}
/* === Single product page === */
[data-swatches-type=image] .ct-media-container img {
	padding:5px
}
.single-product .ct-variation-swatches{
	width:100%
}
.single-product p.stock.available-on-backorder {
	display:none;
}
.single-product [data-vertical-spacing*=top] {
	padding-top:20px;
}
.single-product form.variations_form table.variations label {
	font-weight:700;
	letter-spacing:-0.2px;
	display:inline-block;
}
.single-product div.product .product_meta .tagged_as {
	display: none !important;
}
/* Product gallery customizations including desktop and mobile scrolling effect */

.single-product .woocommerce-product-gallery[data-gallery="stacked"] {
    overflow: visible;
}

.single-product .woocommerce-product-gallery .ct-media-container {
    filter: brightness(.97);
    overflow: hidden;
}

/* 3. Desktop tweaks */
@media (min-width: 1000px) {
    .single-product .entry-summary {
        padding-left: 50px;
    }
}

@media (min-width: 999.98px) {
    .single-product .woocommerce-product-gallery[data-gallery="stacked"] .ct-media-container:first-child {
        grid-column: auto / span 2 !important;
    }
}

/* 4. Mobile gallery layout */
@media only screen and (max-width: 999.98px) {
    .single-product .woocommerce-product-gallery[data-gallery="stacked"] .ct-media-container {
        flex: 0 0 90%;
        max-width: 90%;
        filter: brightness(.97);
    }

    .single-product .woocommerce-product-gallery[data-gallery="stacked"] .ct-stacked-gallery-container {
        display: flex;
        overflow-x: auto !important;
        gap: 10px;
        flex-wrap: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .single-product .woocommerce-product-gallery[data-gallery="stacked"] .ct-stacked-gallery-container::-webkit-scrollbar {
        display: none;
    }

    .single-product .woocommerce-product-gallery[data-gallery="stacked"] .ct-media-container:only-of-type {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 5. Fix video scaling + prevent squeeze in iOS Safari */
.single-product .woocommerce-product-gallery iframe,
.single-product .woocommerce-product-gallery video {
    width: 100% !important;       
    height: 100% !important;      
    max-width: 100% !important;
    display: block;
    aspect-ratio: 800 / 912;      
    object-fit: cover;            
    border: 0;
}
/* Blocksy Product Meta Customization on Single Product page */
.custom-product-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
	align-items: center;
}
.product-cat-badge {
	background-color: var(--theme-palette-color-6);
	color: var(--theme-palette-color-4);
	padding: 6px 12px;
	border: 1px solid var(--theme-palette-color-5);
	border-radius: 3px;
	text-decoration: none;
	font-size: 13px;
	transition: background-color 0.2s;
}
.product-cat-badge:hover {
	background-color: var(--theme-palette-color-2);
	color:var(--theme-palette-color-8)
}
/* Hidden categories */
.product-cat-badge.hidden-cat {
    display: none !important;
}
/* Show hidden categories */
.product-cat-badge.hidden-cat.show {
    display: inline-flex !important;
    margin-right: 4px;
}
/* + More button styling */
.custom-product-categories .show-more-cats {
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 500;
  color: var(--theme-palette-color-3);
  cursor: pointer;
}
.custom-product-categories .show-more-cats:hover {
  opacity: 0.75;
}
.custom-product-categories .show-more-cats:active {
  transform: scale(0.97);
}
/* Product video icon matching brand */
.ct-video-indicator svg {
    position: absolute;
    bottom: 20px;
    right: 20px;
    fill: #3282b8; /* brand color */
}
[data-products] .ct-video-indicator svg {
	width:30px;
	height:30px;
	bottom:15px;
	right:15px
}
/* How-to button on single product page */
.ct-popup .ct-toggle-close[data-location=inside] svg {
    width:15px;
	height:15px;
}
.ct-popup .ct-toggle-close {
	--toggle-button-size: 15px;
}
.sp-price-help-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sp-price-help-wrap .price {
	margin: inherit;
}
.sp-howto-btn{
	display: inline-flex;
	align-items: center;
	gap: 5px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	color: var(--theme-palette-color-3);
}
.sp-howto-btn:hover{
	color: var(--theme-palette-color-1);
}
.sp-howto-icon{
	width: 12px;
	height: 12px;
	display: block;
}
/* === Product categories === */
.products .product.outofstock .ct-woo-card-actions {
	display:none
}
[data-products] .ct-media-container {
	border:1px solid var(--theme-border-color)
}
.price ins {
	color: #cf0010;
}
.product .button {
	width:100%
}
[data-products=type-1] .ct-woo-card-actions:not(:empty) {
	display:inline-block;
	width:100%
}
a.added_to_cart.wc-forward {
	width:100%;
}
.add_to_cart_button {
	width:100%;
}

.woo-listing-top .woocommerce-ordering select {
	Background-color: var(--theme-palette-color-8);
}

.ct-toggle-filter-panel{
    height: 40px!important;
    font-size:13px!important;
	line-height:1
}
.ct-toggle-filter-panel .ct-icon-container svg {
	width:14px;
	height:14px;
}

/* Product category - Read more or less button */

.hero-section .page-description,
.woocommerce-product-details__short-description {
  position: relative;
}

.hero-section .page-description p,
.woocommerce-product-details__short-description p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0;
}

.hero-section .page-description.expanded p,
.woocommerce-product-details__short-description.expanded p {
  display: block;
  overflow: visible;
}

.hero-section .page-description {
	max-width: min(52rem, 90%);
}

.read-toggle-btn {
  display: inline-block;
  margin-top: 6px;

  color: var(--theme-palette-color-3);
  background: none;
  border: 0;

  text-decoration: underline;
  text-underline-offset: 6px;

  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.read-toggle-btn:hover,
.custom-product-categories .show-more-cats:hover,
.ereno-read-toggle:hover {
  opacity: 0.75;
}

/* Product category - second description */

.second-desc-section {
    background: var(--theme-palette-color-6);
    padding: var(--container-padding, 50px 0);
}

/* === Custom product labels === */
.product-label-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.product-label-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    align-items: flex-start;
}
.product-label {
    display: flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 1.7;
    white-space: nowrap;
    user-select: none;
    opacity: 0.9;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
}
/* Hover effect */
.product-label:hover {
    filter: brightness(110%);
}
/* Label background variations */
.product-label--new {
    background-color: var(--theme-palette-color-1); /* Brand Blue */
}
.product-label--outofstock {
    background-color: var(--theme-palette-color-4); /* Dark Gray */
}

.product-label--flush-type {
    background-color: var(--theme-palette-color-3); /* Medium Gray */
}
.product-label--narrow,
.product-label--motion-sensor {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--theme-palette-color-8);
    background-color: var(--theme-palette-color-3);
}
.product-label--narrow {
    line-height: 1.2;
    padding: 0.5rem;
}
.product-label--motion-sensor {
    line-height: 1.1;
    padding: 0.25rem 0.5rem 0.5rem;
}
/* Icon sizes */
.product-label--narrow svg,
.product-label--motion-sensor svg {
    width: 28px;
    height: 28px;
}
/* Tooltip styling */
.product-label[data-tooltip] {
    position: relative;
}
.product-label[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%; /* Position above the label */
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--theme-palette-color-4);
    color: var(--theme-palette-color-8);
    padding: 6px 8px;
    font-size: 0.65rem;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 999;
}
.product-label[data-tooltip]:hover::after {
    opacity: 1;
    transform: translateX(-50%) translateY(-4px);
}
/* === RESPONSIVE TWEAKS FOR MOBILE DEVICES === */
@media (max-width: 1000px) {
    .product-label {
        padding: 0.2rem 0.4rem;
        font-size: 0.65rem;
    }

    .product-label--narrow svg,
    .product-label--motion-sensor svg {
        width: 20px;
        height: 20px;
    }

    .product-label--narrow {
        padding: 0.35rem;
    }

    .product-label--motion-sensor {
        padding: 0.2rem 0.4rem 0.4rem;
    }

    .narrow-label-text,
    .motion-label-text {
        font-size: 0.6rem;
    }

    .product-label-wrapper {
        gap: 0.2rem;
    }
}
/* Product tab icons - Container around icon and text for better alignment */
.custom-tab-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--theme-link-initial-color);
}
/* Icon size and color */
.custom-tab-label svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  flex-shrink: 0;
}

/* Fix the first path visibility inside your svg */
.custom-tab-label svg path:first-child {
  display: inline !important;
}
/* Optional: hover effect on tab button */
.ct-accordion-heading:hover .custom-tab-label {
  color: var(--theme-palette-color-1);
}
/* ====== Yotpo Customizations ====== */
/* 1. Yotpo Star Rating Widgets */
svg.star-container {
    width: 14px !important;
}
svg.star-container:not(:last-child) {
    margin-right: 6px !important;
}
svg.yotpo-star-rating-icon {
    width: 13px !important;
}
.yotpo-star-distribution-index-wrapper svg {
    width: 12px !important;
}
.yotpo-sr-bottom-line-text {
    font-size: 15px !important;
    padding-top: 1px !important;
}
.yotpo-base-layout {
    width: 100% !important;
}
.yotpo-main-reviews-widget .yotpo-head {
    margin-top: 0 !important;
}
.yotpo-display-s .yotpo-search-filter .yotpo-search-input {
    height: 30px !important;
}
/* 2. Yotpo Slider On Homepage - Review Card Container */
.ereno-review-card {
    width: 100%;
    border: 1px solid var(--theme-palette-color-5);
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    height: auto;           /* let content define height */
    min-height: 300px;      /* desktop minimum height */
    max-height: 400px;      /* max height to avoid very tall cards */
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .ereno-review-card {
        min-height: 200px;  /* responsive height for mobile */
        max-height: none;
    }
}
/* 3. Yotpo Slider On Homepage - Header & Meta */
.ereno-review-header {
    display: flex;
    justify-content: space-between;
}
.ereno-review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.ereno-review-name {
    font-weight: 600;
}
.ereno-review-verify {
    font-size: 11px;
    color: var(--theme-palette-color-1);
    font-weight: 700;
    display: flex;
    align-items: center;
}
.ereno-review-date {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}
/* 4. Yotpo Slider On Homepage - Review Heading */
.ereno-review-heading {
    font-weight: 600;
    margin-bottom: 10px;
}
/* 5. Yotpo Slider On Homepage - Review Content & Read More */
.ereno-review-content {
    max-height: 120px;
    overflow: hidden;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.ereno-review-content p {
    font-size: 14px;
}
.ereno-review-text {
    display: inline;
    line-height: 1.5;
    max-height: 100%;
}
.ereno-review-text .truncated {
    display: inline;
}
.ereno-review-text .full {
    display: none;
    max-height: 120px;
    overflow-y: auto;
}
.ereno-read-toggle {
    display: inline;
    padding: 0;
    margin-left: 4px;
    font-weight: 500;
    background: none;
	color:inherit;
    border: none;
    cursor: pointer;
}

/* 6. Yotpo Slider On Homepage - Footer & Links */
.ereno-review-footer {
    margin-top: auto;
}
.ereno-review-footer a {
    color: var(--theme-palette-color-3);
    font-weight: 500;
    font-size: 14px;
    transition: color 0.2s ease;
}
.ereno-review-footer a:hover {
    color: var(--theme-palette-color-1) !important;
}
/* 7. Yotpo Slider On Homepage - Site Review Badge Tooltip */
.site-review-badge {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}
.site-review-badge .custom-tooltip {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 200px;
    background-color: var(--theme-palette-color-3);
    color: var(--theme-palette-color-8);
    text-align: center;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease;
    font-size: 12px;
    line-height: 1.4;
    pointer-events: none;
}
.site-review-badge .custom-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #1a1a1a transparent transparent transparent;
}
.site-review-badge:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}
/* 8. Yotpo Slider On Homepage - See All Reviews Link */
.ereno-review-bottomline-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 8px;
}
.ereno-review-bottomline {
    margin: 0;
    font-weight: 500;
    font-size: inherit;
    color: #333;

}
.ereno-review-see-all {
    text-decoration: none;
    color: var(--theme-palette-color-3);
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}
.ereno-review-see-all:hover,

.ereno-review-see-all:focus {
    color: #3282b8;
    outline: none;
}
.ereno-review-bottomline-container .ereno-angle-right {
    width: 22px;
    height: auto;
    fill: currentColor;
    transition: transform 0.2s ease;
}

.ereno-review-see-all:hover .ereno-angle-right,
.ereno-review-see-all:focus .ereno-angle-right {
    transform: translateX(2px);
}


/* 9. Yotpo Slider On Homepage - Star Rating Icon Size */
.ereno-review-stars svg {
    width: 12px;
}
/* === Subcategory Slider - Product Category Page === */
.subcategory-chip {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--theme-palette-color-7);
    border-radius: 20px;
    text-decoration: none;
    color: var(--theme-text-color);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    border: 1px solid #ccc;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.2s ease;
}
.subcategory-chip:hover {
    background-color: #f0f0f0;
    color: #4a4a4a;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
/* === Complete The Look Section - Product Page === */
.pairing-tab-titles {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
    background: transparent;
}

.pairing-tab-titles li {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 10px 16px;
    border-radius: 999px;

    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    user-select: none;

    color: var(--theme-palette-color-3);
    background: var(--theme-palette-color-7);

    border: 1px solid rgba(0,0,0,0.04);
}
.pairing-tab-titles li:hover {
    background: var(--theme-palette-color-6);
}

.pairing-tab-titles li.active {
    background: var(--theme-palette-color-8);
    color: var(--theme-palette-color-4);
    font-weight: 600;

    border-color: rgba(50,130,184,0.18);
}
.pairing-tab-titles li.active::before {
    content: "";
    width: 8px;
    height: 4px;
    border-radius: 999px;
    background: var(--theme-palette-color-1);
    display: inline-block;
}
/* TAB CONTENT */
.pairing-tab-content {
    display: none;
    margin-bottom: 30px;
}
.pairing-tab-content.active {
    display: block;
}
/* MOBILE SWIPE */
@media (max-width: 999px) {
    .pairing-tab-titles {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scroll-snap-type: x proximity;
    }
    .pairing-tab-titles::-webkit-scrollbar {
        display: none;
    }
    .pairing-tab-titles li {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }
}
/* Remove cursor for single tab */
.pairing-tab-titles.single-tab li {
    cursor: default;
}
/* === Splide slider === */
.sprphd {
    margin-top: 4.5em !important;
}

.splide__track {
    overflow: visible;
}

.splide__arrow {
    width: 3.8em;
    height: 3.8em;
    background: var(--theme-palette-color-5);
    transition: opacity 0.3s ease;
    border-radius: 50%;
}

.splide__arrow svg {
    color: var(--theme-palette-color-3);
    width: 1.8em;
    height: 1.8em;
}

.splide__arrow:hover svg {
    color: var(--theme-palette-color-8);
}

.splide__arrow:hover {
    background: var(--theme-palette-color-1);
}

.splide__arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.splide:not(.is-overflow) .splide__arrows {
    display: none;
}

.splide__list ul.products.columns-4 {
    --shop-columns: repeat(1, minmax(0, 1fr));
}

.splide__slide {
    display: flex;
}

@media (max-width: 575px) {
    .custom-splide .splide__slide {
        flex: 0 0 85%;
    }
}

.splide .ct-tooltip {
  position: absolute;
  --ct-tooltip-vertical-hover-offset: 40px!important;
}

.subcategory-chip-carousel .splide__slide {
    width: auto !important;
    flex: 0 0 auto !important;
}

.subcategory-chip-carousel .splide__list {
    display: flex;
    flex-wrap: nowrap;
}

.three-column-slider .splide__slide {
    flex: 0 0 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    display: flex;
    justify-content: center;
}

@media (max-width: 1024px) {
    .three-column-slider .splide__slide {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (max-width: 576px) {
    .three-column-slider .splide__slide {
        flex: 0 0 85%;
        max-width: 85%;
    }
}

/* === CUSTOM MENU (shared) === */

/* VIEW ALL BUTTON */

/* DESKTOP CONTAINER */
li.mega-view-all {
  min-height: 60px;
  padding: 14px 25px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* TEXT STYLE (MOBILE + DESKTOP + LEVEL 3) */
.mobile-menu .mega-view-all,
li.mega-view-all a,
.mega-level3-meta .mega-view-all {
  display: inline-flex;
  align-items: center;

  font-size: 13px;
  font-weight: 600;
  color: var(--theme-palette-color-3);

  text-transform: uppercase;
  letter-spacing: 0.5px;

  position: relative;
  transition: color 0.2s ease;
  text-decoration: none;
}

/* HOVER COLOR */
.mobile-menu .mega-view-all:hover,
li.mega-view-all a:hover,
.mega-level3-meta .mega-view-all:hover {
  color: var(--theme-palette-color-1);
}

/* UNDERLINE BASE */
.mobile-menu .mega-view-all::after,
li.mega-view-all a::after,
.mega-level3-meta .mega-view-all::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;

  width: 100%;
  height: 2px;
  background: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

/* UNDERLINE HOVER */
.mobile-menu .mega-view-all:hover::after,
li.mega-view-all a:hover::after,
.mega-level3-meta .mega-view-all:hover::after {
  transform: scaleX(1);
}

/* ==== MOBILE MENU SYSTEM ==== */
.mobile-menu {
  background: #fff !important;
  transform: translateX(-100%);
  display: flex;
  flex-direction: column;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.mobile-menu.active {
  transform: translateX(0);
}
/* HEADER */
.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2 + 12px);
  min-height: 44px;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 2;
  transition: box-shadow 0.2s ease;
}
/* container-aligned border */
.mobile-header::after {
  content: "";
  position: absolute;
  left: calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
  right: calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.mobile-header .mega-title {
  font-size: 16px;
  font-weight: 600;
}
.mega-header-left {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
/* HEADER VISIBILITY === */

.mobile-menu.level-1 #mobileMenuHeader {
  display: none;
}
.mobile-menu:not(.level-1) #mobileMenuHeader {
  display: flex;
}
.mobile-menu .mega-back {
  padding: 0;
  background-color: #fff;
  gap: 6px;
  height: auto;
  transition: transform 0.18s ease, color 0.2s ease;
}
.mobile-menu .mega-back:active {
  transform: translateX(-2px);
}

/* BODY AREA */

.mobile-body {
  flex: 1;
  overflow-y: auto;
}
/* PANEL RESET */
#mobilePanel {
  padding: 10px calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
}
#mobilePanel ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* ITEM STYLE */

#mobilePanel li.mega-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  height: 44px;
  font-size: 15px;
  cursor: pointer;
  box-sizing: border-box;
  transition: background-color 0.18s ease, transform 0.12s ease;
}
#mobilePanel li:has(.menu-chevron) .mega-item-row{
	padding: 0 12px;
}
#mobilePanel li:not(:has(.menu-chevron)) .mega-menu-link{
	padding:0 12px;
}
/* chevron animation */
#mobilePanel li.mega-item:hover .menu-chevron {
  opacity: 1;
  transform: translateX(2px);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
/* tap feedback */
#mobilePanel li.mega-item:active {
  background: var(--theme-palette-color-5);
  transform: scale(0.996);
}
.mobile-menu.level-1 #mobilePanel .mega-menu-link {
  font-weight: 600;
  font-size: 16px;
}
/* UTILITY SECTION */
.mobile-utility {
  display: none;
}
.mobile-menu.level-1 .mobile-utility {
  display: block;
  position:relative;
  padding: 15px calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
}
.mobile-menu.level-1 .mobile-utility::before {
  content: "";
  position: absolute;
  left: calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
  right: calc((100% - var(--theme-container-width, calc(100% - 40px))) / 2);
  top: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.06);
}
.mobile-menu .mobile-utility {
  border-top: none;
}
.mobile-menu .mega-utility-item {
  display: flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  font-size: 16px;
  transition: background-color 0.2s ease;
}
/* === DESKTOP MENU SYSTEM */
html {
  scrollbar-gutter: stable;
}
/* 1. OVERLAY CONTAINER */
.mega-menu {
  position: fixed;
  top: var(--header-height);
  height: calc(100dvh - var(--header-height));
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.mega-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.mega-item-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mega-right li:has(.menu-chevron) .mega-item-row{
	padding: 14px 25px;
}

.mega-right li:not(:has(.menu-chevron)) .mega-menu-link{
	padding:14px 25px;
	width:100%;
}
/* LINK COLOR */
.mega-menu a.mega-menu-link {
  color: var(--theme-palette-color-3);
  width:100%;
}
/* 2. MAIN WRAPPER */
.mega-inner {
  width: 60%;
  height: calc(100dvh - var(--header-height));
  display: flex;
  overflow: hidden;
}
/* 3. LEFT PANEL (LEVEL 1) */
.mega-left {
  width: 40%;
  height:100%;
  overflow-y: auto;
  display: flex;

  flex-direction: column;
  background: var(--theme-palette-color-7);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.mega-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-left li {
  height: 60px;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 16px;
  font-weight: 600;
}
.mega-left li:hover {
  background: var(--theme-palette-color-6);
}
.mega-left li.active {
  background: var(--theme-palette-color-5);
}
/* UTILITY SECTION */
.mega-utility {
  margin-top: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.mega-utility-item {
  height: 60px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: 0.2s ease;
  color: var(--theme-palette-color-3);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.mega-utility-item .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mega-utility-item .icon svg {
  display: block;
}
.mega-utility-item:hover {
  background: var(--theme-palette-color-6);
  color: var(--theme-palette-color-3);
}
/* 4. RIGHT PANEL */
.mega-right {
  width: 60%;
  height:100%;
  position: relative;
  overflow: hidden;
  background: var(--theme-palette-color-8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.mega-menu.view-level2 .mega-right,
.mega-menu.view-level3 .mega-right {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* 5. PANEL Track Slider */
.panel-track {
  display: flex;
  width: 200%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.mega-menu.view-level1 .panel-track,
.mega-menu.view-level2 .panel-track {
  transform: translateX(0%);
}
.mega-menu.view-level3 .panel-track {
  transform: translateX(-50%);
}
/* 6. PANEL BASE */
.panel-level {
  flex: 0 0 50%;
  overflow-y: auto;
  box-sizing: border-box;
}
.panel-level ul {
  list-style: none;
  margin: 0;
  padding: 0 40px;
}
/* 7. RIGHT MENU ITEMS */
.panel-level li:not(.mega-back):not(.mega-view-all):not(.mega-level3-meta) {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 15px;
}
.panel-level li:not(.mega-back):not(.mega-view-all):not(.mega-level3-meta):hover {
  background: var(--theme-palette-color-6);
}

/* LEVEL 3 ROW (DESKTOP ONLY) */
.mega-level3-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 14px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.mega-level3-title {
  font-size:16px;
	font-weight: 600;
  color: var(--theme-palette-color-3);
}
/* BACK BUTTON (DESKTOP + MOBILE SHARED) */
.mega-back {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 60px;
  padding: 10px 25px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--theme-palette-color-3);
  font-weight: 500;
}
.mega-back:hover {
  color: var(--theme-palette-color-1);
}
.mega-back-icon svg {
  display: block;
  width: 20px;
  height: 20px;
}
/* 11. CHEVRON */
.menu-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
  transition: 0.2s ease;
  color:inherit;
  background-color:transparent;
}
.menu-chevron svg {
  display: block;
  width: 16px;
  height: 16px;
}
.panel-level li:hover .menu-chevron,
.mega-left li:hover .menu-chevron {
  opacity: 1;
  transform: translateX(2px);
}
/* 12. TOGGLE BUTTON (CLASS-BASED) */
.mega-toggle {
  width: 25px;
  height: 25px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background:transparent;
  cursor: pointer;
  position: relative;
}
.is-layout-constrained > .desktop-toggle,
.is-layout-constrained > .mobile-toggle {
  width: 25px;
  margin: 0;
}
/* ICON BASE STYLE */
.mega-toggle .icon {
  position: absolute;
  transition: 0.25s ease;
  stroke: var(--theme-palette-color-4);
  fill: none;
  stroke-width: 2;
}
/* DEFAULT STATES */
.mega-toggle .icon-menu {
  opacity: 1;
  transform: scale(1);
}
.mega-toggle .icon-close {
  opacity: 0;
  transform: scale(0.7);
}
/* ACTIVE STATE */
.mega-toggle.active .icon-menu {
  opacity: 0;
  transform: scale(0.7);
}
.mega-toggle.active .icon-close {
  opacity: 1;
  transform: scale(1);
}
/* === EXTERNAL WIDGET CONTROL === */
body:has(.mega-menu.active) #google-merchantwidget-iframe-wrapper,
body:has(.ct-popup.active) #google-merchantwidget-iframe-wrapper,
body:has(#woo-cart-panel.active) #google-merchantwidget-iframe-wrapper,
body:has(#account-modal.active) #google-merchantwidget-iframe-wrapper,
body:has(#woo-filters-panel.active) #google-merchantwidget-iframe-wrapper {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(20px) !important;
}