/* ==============================================================
   Multi-Level Hierarchical Dropdown Menu Styles (3 Levels)
   Compatible with existing styles.css
   ============================================================== */
   :root {
    --secondary-color: #f4f5f7;
} 

/* Mobile - Show submenu structure, hide mega menu */
@media(max-width: 992px) {
    /* Hide mega menu panel on mobile */
    .mega-menu-item {
        display: none !important;
    }
    
    /* Show mobile submenu structure */
    .main-menu-item {
        display: block !important;
    }
}

@media(max-width: 500px) {
  /* Hide mega menu panel on mobile */
  .mega-menu-item {
    display: none !important;
}

/* Show mobile submenu structure */
.main-menu-item {
    display: block !important;
}
}
/* Desktop - Show mega menu, hide submenu structure */
@media(min-width: 993px) {
    /* Show mega menu panel on desktop */
    .mega-menu-item  {
        display: block !important;
    }
    
    /* Hide mobile submenu structure on desktop */
    .main-menu-item{
        display: none !important;
    }


 
/* Level 1 - Main Menu Item */
.nav-menu > li {
    position: relative;
}

/* Level 2 - First Dropdown */
.nav-menu > li > .nav-dropdown {
    min-width: 250px;
    max-width: 800px;
    height: auto;
    margin: 0;
    padding: 15px;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: normal;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    top: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: visible; /* Allow arrow to show */
    overflow: visible; /* Override to show arrow */
    column-count: auto;
    column-width: 200px;
    column-gap: 20px;
    column-fill: auto;
}

.nav-menu > li > .nav-dropdown:before {
    background-color: #ffffff;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -12px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
    z-index: 99;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Level 2 - Dropdown Items */
.nav-dropdown > li {
    width: 100%;
    float: none;
    clear: none;
    position: relative;
    text-align: left;
    display: inline-block;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 0;
}

.nav-dropdown > li > a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #333c56;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    position: relative;
    font-weight: 500;
}

.nav-dropdown > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
    padding-left: 20px;
    color: #e52d2d;
}

/* Items with subcategories - show subcategories below */
.nav-dropdown > li.has-submenu {
    border-bottom: 1px solid #e4e8ec;
}

.nav-dropdown > li.has-submenu:last-child {
    border-bottom: none;
}

/* Level 2 - Items with Level 3 Submenu - Remove arrow indicator */
.nav-dropdown > li.has-submenu > a {
    padding-right: 20px;
}

.nav-dropdown > li.has-submenu > a:after {
    display: none; /* Remove arrow indicator */
}

/* Override styles.css rule that positions subcategories to the right */
.nav-dropdown .nav-dropdown {
    left: auto !important;
}

/* Level 3 - Subcategories displayed below parent (not as side menu) */
.nav-dropdown > li.has-submenu > .nav-dropdown,
.nav-dropdown > li.has-submenu > .nav-submenu,
.nav-menu > li > .nav-dropdown > li.has-submenu > .nav-dropdown,
.nav-menu > li > .nav-dropdown > li.has-submenu > .nav-submenu {
    position: static !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    min-width: auto;
    width: 100%;
    margin: 0;
    padding: 8px 0 12px 20px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: none;
    white-space: normal;
    z-index: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}

.nav-dropdown > li.has-submenu > .nav-dropdown:before {
    display: none;
}

/* Level 3 - Subcategory items displayed in columns below parent */
.nav-dropdown > li.has-submenu > .nav-dropdown > li,
.nav-dropdown > li.has-submenu > .nav-submenu > li {
    flex: 0 0 auto;
    min-width: 120px;
    width: auto;
    padding: 0;
    margin: 0;
    border-bottom: none;
    float: none;
    clear: none;
    position: relative;
    text-align: left;
    list-style: none;
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-dropdown > li.has-submenu > .nav-dropdown > li > a,
.nav-dropdown > li.has-submenu > .nav-submenu > li > a {
    padding: 6px 0;
    font-size: 13px;
    border-bottom: none;
    color: #333c56;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    transition: all 0.3s ease;
    display: block;
    width: 100%;
    float: none;
    text-decoration: none;
    visibility: visible !important;
    opacity: 1 !important;
}

.nav-dropdown > li.has-submenu > .nav-dropdown > li:last-child > a,
.nav-dropdown > li.has-submenu > .nav-submenu > li:last-child > a {
    border-bottom: none;
}

.nav-dropdown > li.has-submenu > .nav-dropdown > li > a:hover,
.nav-dropdown > li.has-submenu > .nav-dropdown > li > a:focus,
.nav-dropdown > li.has-submenu > .nav-submenu > li > a:hover,
.nav-dropdown > li.has-submenu > .nav-submenu > li > a:focus {
    padding-left: 0;
    color: #e52d2d;
}

/* Hover States for Multi-Level */
.nav-menu > li:hover > .nav-dropdown {
    display: block;
}

/* Ensure subcategories are always visible below parent */
.nav-dropdown > li.has-submenu > .nav-dropdown {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Active/Focus States */
.nav-menu > .active > a,
.nav-menu > .focus > a,
.nav-menu > li:hover > a {
    color: #e52d2d !important;
}

.nav-dropdown > .focus > a,
.nav-dropdown > li:hover > a {
    color: #e52d2d;
}

/* Submenu Indicator for Level 1 */
 
.nav-menu > li > a {
	padding: 31px 18px;
	display: inline-block;
	font-weight: 500 !important;
	font-size: 16px;
	letter-spacing: .1px;
	color: #2c2c2c;
}
.nav-menu > li > a .submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s;
}

.nav-menu > li > a .submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #506377 #506377 transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s;
}

.nav-brand img {
	max-width: 200px;
	max-height: 60px;
	height: auto;
	width: auto;
	object-fit: contain;
	display: block;
}
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron,
.nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #e52d2d #e52d2d transparent;
}


/* Smooth Transitions */
.nav-dropdown {
    animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Custom animation for centered mega menu */
@keyframes fadeInDownCentered {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-10px) !important;
        -moz-transform: translateX(-50%) translateY(-10px) !important;
        -ms-transform: translateX(-50%) translateY(-10px) !important;
        -o-transform: translateX(-50%) translateY(-10px) !important;
        transform: translateX(-50%) translateY(-10px) !important;
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0) !important;
        -moz-transform: translateX(-50%) translateY(0) !important;
        -ms-transform: translateX(-50%) translateY(0) !important;
        -o-transform: translateX(-50%) translateY(0) !important;
        transform: translateX(-50%) translateY(0) !important;
    }
}

/* Level 3 Animation - Only for non-static positioned menus */
.nav-dropdown > li:not(.has-submenu) > .nav-dropdown {
    animation: fadeInRight 0.3s ease;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Prevent Level 3 from going off-screen (Right Side) - Not needed for static positioning */
.nav-menu > li:last-child .nav-dropdown > li.has-submenu > .nav-dropdown,
.nav-menu > li:nth-last-child(2) .nav-dropdown > li.has-submenu > .nav-dropdown,
.nav-menu > li:nth-last-child(3) .nav-dropdown > li.has-submenu > .nav-dropdown {
    left: auto !important;
    right: auto !important;
    position: static !important;
}

/* Dark Menu Support */
.light-menu .nav-menu > li > a,
.light-menu .nav-menu > li > a .submenu-indicator-chevron {
    color: #ffffff;
    border-color: transparent #ffffff #ffffff transparent;
}

.light-menu .nav-menu > li:hover > a,
.light-menu .nav-menu > .active > a {
    color: #ffffff !important;
}

.light-menu .nav-menu > li:hover > a .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
}

/* Category Image Support (if needed in future) */
.nav-dropdown > li > a .category-image {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
}

/* Badge/Count Support */
.nav-dropdown > li > a .category-count {
    float: right;
    background: var(--secondary-color);
    color: #6e7c90;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

.nav-dropdown > li > a:hover .category-count {
    background: #e52d2d;
    color: #ffffff;
}

/* ==============================================================
   Mega Menu Styles (Cilory/Myntra/Ajio Style)
   ============================================================== */

/* Mega Menu Item */
.nav-menu > li.mega-menu-item {
    position: relative;
}

/* Mega Menu Panel - Content-Based Width */
.mega-menu-panel {
    display: none;
    position: fixed;
    left: 50vw !important;
    right: auto !important;
    top: auto;
    width: auto;
    min-width: 900px;
    max-width: 1200px;
    height: auto;
    min-height: 400px;
    max-height: 600px;
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    z-index: 999;
    padding: 0;
    margin-top: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    animation: fadeInDownCentered 0.3s ease;
    white-space: normal;
    overflow-y: auto;
    overflow-x: visible; /* Allow arrow to show */
    overflow: visible; /* Override to show arrow */
}

.nav-menu > li.mega-menu-item:hover > .mega-menu-panel {
    display: block;
}

/* Arrow indicator for mega menu - positioned dynamically via JavaScript */
.nav-menu > li.mega-menu-item > .mega-menu-panel:before,
.mega-menu-panel:before {
    background-color: #ffffff;
    content: "";
    width: 22px;
    height: 22px;
    left: 50%;
    top: -12px;
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Mega Menu Container */
.mega-menu-container {
    padding: 40px 30px;
    width: 100%;
}

/* Mega Menu Row */
.mega-menu-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Mega Menu Column */
.mega-menu-column {
    flex: 0 0 auto;
    min-width: 160px;
    max-width: 200px;
    width: auto;
}

/* Mega Menu Title */
.mega-menu-title {
    font-size: 14px;
    font-weight: 600;
    color: #111111;
    margin: 0 0 0px 0;
    padding: 0 0 8px 0;
    font-family: 'Jost', sans-serif;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: none;
    display: block;
    width: 100%;
    line-height: 1.4;
}

/* Mega Menu List */
.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-menu-list li a {
    display: block;
    padding: 4px 0;
    color: #333c56;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 0;
    line-height: 1.5;
}

.mega-menu-list li a:hover,
.mega-menu-list li a:focus {
    color: #e52d2d;
    padding-left: 0;
}

.mega-menu-list li a:before {
    display: none;
}

}

/* ==============================================================
   Header Search Box Styles
   ============================================================== */

.header-search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-form {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.search-input {
    width: 100%;
    min-width: 250px;
    max-width: 500px;
    padding: 10px 50px 10px 15px;
    border: 2px solid var(--theme-border, #e5e7eb);
    border-radius: 50px;
    font-size: 14px;
    font-family: 'Jost', sans-serif;
    color: #333c56;
    background: var(--theme-bg-primary, #ffffff);
    transition: all 0.3s ease;
    outline: none;
}
.form-control:hover, select.form-control:hover, .form-control:focus, select.form-control:focus {
	border-color: var(--theme-anchor, #2E6758);
}

.search-input:focus {
    border-color: var(--theme-anchor, #2E6758); 
}

.search-input::placeholder {
    color: var(--theme-anchor, #6b7280);
    font-weight: 400;
}

.search-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--theme-anchor, #2E6758);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.search-btn:hover {
    background: var(--theme-anchor-hover, #2E6758);
    transform: translateY(-50%) scale(1.05);
}

.search-btn i {
    font-size: 16px;
    line-height: 1;
}

/* Mobile Search Input */
.mobile_nav .search-input-wrapper {
    width: 100%;
    padding: 10px 15px;
}

.mobile_nav .header-search-box {
    width: 100%;
}

.mobile_nav .search-input {
    min-width: 100%;
    max-width: 100%;
}

/* Desktop Search Input in Nav Menu */
.nav-menu-social .search-input-wrapper {
    margin-right: 15px;
}

.nav-menu-social .header-search-box {
    min-width: 300px;
}


/* ==============================================================
   Shop By Categories Styles
   ============================================================== */

.shop-by-categories {
    margin-top: 20px;
}

/* Desktop Grid View - Show on larger screens */
.category-grid-view {
    display: flex;
}

/* Mobile Slider View - Hide on larger screens */
.category-slider-view {
    display: none;
}

.category-slider {
    padding: 0 15px;
}

.category-slider .slick-slide {
    padding: 0 3px;
}

.category-slider .category-tab-item {
    padding: 0;
    margin: 0;
    min-width: 0;
}

.category-slider .slick-list {
    margin: 0 -3px;
}

.category-slider .slick-prev,
.category-slider .slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
}

.category-slider .slick-prev {
    left: -10px;
}

.category-slider .slick-next {
    right: -10px;
}

.category-slider .slick-prev:before,
.category-slider .slick-next:before {
    font-size: 20px;
    color: #010101;
    opacity: 0.8;
}

.category-slider .slick-prev:hover:before,
.category-slider .slick-next:hover:before {
    opacity: 1;
}

.category-tab-item {
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease;
	padding: 0px;
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
}

.category-tab-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}


.category-image-wrapper {
	width: 100%;
	height: 180px;
	overflow: visible; /* Allow badge to overflow */
	border-radius: 8px;
	background: #f8f9fa;
	margin-bottom: 5px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.category-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.category-tab-item:hover .category-image {
    transform: scale(1.05);
}

.category-label {
	font-size: 10px;
	font-weight: 600;
	color: #000000;
	font-family: 'Jost', sans-serif;
	position: absolute;
	top: -10px;
	right: -8px;
	background: #e3eaee;
	padding: 4px 10px;
	border-radius: -3px;
	z-index: 10;
	transition: all 0.3s ease;
	white-space: nowrap;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}


.category-tab-item:hover .category-label {
	/* transform: scale(1.05); */
    font-size:13px;
    /* padding: ; */
}       




/* banner second variant category style */
.overlio {
	margin-top: -80px;
	justify-content: center !important;
}

/* Hero slider v1: edge-to-edge width, height from image (no side gaps from contain/aspect box) */
/* ===== BASE ===== */
#issliderbanner-v1 {
    width: 100%;
    margin: 0;
    padding: 0;

    /* hide before init */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

/* show when ready */
#issliderbanner-v1.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* ===== STRUCTURE ===== */
#issliderbanner-v1 .slick-list {
    overflow: hidden;
    height: auto !important;
}

#issliderbanner-v1 .slick-track {
    display: flex !important;
}

#issliderbanner-v1 .slick-slide {
    height: auto;
}

/* ===== SLIDE ===== */
#issliderbanner-v1 .issliderbanner-v1__slide {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background: #f4f4f2; */
    aspect-ratio: 1560 / 360;
    min-height: 180px;
}

/* ===== IMAGE ===== */
#issliderbanner-v1 .issliderbanner-v1__bg {
    display: block;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    object-position: center;
}

/* ===== CONTENT ===== */
#issliderbanner-v1 .issliderbanner-v1__content {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
}

#issliderbanner-v1 .issliderbanner-v1__content a,
#issliderbanner-v1 .issliderbanner-v1__content button {
    pointer-events: auto;
}

/* ===== PRE-INIT FIX ===== */
#issliderbanner-v1:not(.slick-initialized) .item {
    display: none;
}

#issliderbanner-v1:not(.slick-initialized) .item:first-child {
    display: block;
}

/* Tablet */
@media (max-width: 991.98px) {
    #issliderbanner-v1 .issliderbanner-v1__slide {
        aspect-ratio: 1560 / 360;
        /* min-height: 240px; */
    }

    #issliderbanner-v1 .issliderbanner-v1__content .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Mobile */
@media (max-width: 767.98px) {
    .home-slider .item {
        min-height: 220px; /* reduced */
        padding: 0;
    }

    #issliderbanner-v1 .issliderbanner-v1__slide {
        aspect-ratio: 400 / 250; /* shorter */
        /* min-height: 200px;   */
        min-height: 100%; /* reduced */
    }

    .home-slider .slick-dots {
        bottom: 2px;
    }

    .home-slider .slick-dots li button::before {
        font-family: slick;
        font-size: 5px;
        line-height: 28px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 18px; 
        height: 1px; 
    }

    .home-slider .slick-dots li {
        margin: 0 11px; 
    }   

    .home-slider .slick-next::before, .home-slider .slick-prev::before {
        width: 25px;
        height: 25px;
        font-family: 'themify';
        display: inline-flex;
        align-items: center;
        background: transparent;
        justify-content: center;
        color: #151515;
        border-radius: 50%;
        border: 1px solid #121212;
        transition: all ease 0.4s;
        opacity: 0;
    }

    #issliderbanner-v1 .issliderbanner-v1__content {
        align-items: flex-end;
    }

    #issliderbanner-v1 .issliderbanner-v1__content .container {
        padding-left: 0.85rem;
        padding-right: 0.85rem;
        padding-bottom: 0.9rem;
    }
}

/* Fixed (non-slider) banner above Hero slider v1 */
#issliderfixedbanner-v1 {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    /* height: 65vh; */
}




/* Default: desktop */
#issliderfixedbanner-v1__img {
    display: block;
    width: 100%;
    object-fit: cover;
}

#issliderfixedbanner-v1__img-mobile {
    display: none;
}

/* Mobile only */
@media (max-width: 768px) {
    #issliderfixedbanner-v1__img {
        display: none;
    }

    #issliderfixedbanner-v1__img-mobile {
        display: block;
        width: 100%;
        min-height: 400px;
        object-fit: cover;
    }
}



#issliderfixedbanner-v1 a {
    display: block;
}

#issliderfixedbanner-v1__img {
    width: 100%;
}
 

/* Product category tabs — centered; chocolate active, pale inactive */
#isproductwithcategorytabs-v1 {
	--ispct-tab-active: var(--theme-anchor);
	--ispct-tab-inactive: var(--theme-anchor-hover);
	--ispct-tab-label-active: var(--theme-bg-primary);
	--ispct-tab-label-inactive: var(--secondary-color);
}

#isproductwithcategorytabs-v1 .ispct-tablist {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.45rem 0.55rem;
	border: none;
}
#isproductwithcategorytabs-v1 .ispct-tablist .nav-item {
	margin: 0;
}
#isproductwithcategorytabs-v1 .ispct-tablist .nav-link {
	margin: 0 !important;
	/* padding: 0.40rem 1.7rem !important; */
    padding: 0.6rem 1.9rem !important;
	border: none !important;
	border-radius: 4px;
	font-family: 'Jost', system-ui, -apple-system, sans-serif;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.03em;
	text-transform: none;
	opacity: 1 !important;

	background: var(--ispct-tab-inactive) !important;
	color: var(--ispct-tab-label-inactive) !important;

	box-shadow: none;
	transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

/* Hover / Focus */
#isproductwithcategorytabs-v1 .ispct-tablist .nav-link:hover,
#isproductwithcategorytabs-v1 .ispct-tablist .nav-link:focus {
	background: color-mix(in srgb, var(--ispct-tab-inactive) 80%, var(--ispct-tab-active) 20%) !important;
	color: var(--ispct-tab-label-inactive) !important;
	border: none !important;
}

/* Active */
#isproductwithcategorytabs-v1 .ispct-tablist .nav-link.active {
	background: var(--ispct-tab-active) !important;
	color: var(--ispct-tab-label-active) !important;

	border: none !important;
	border-bottom: none !important;
	box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}

/* Focus visible */
#isproductwithcategorytabs-v1 .ispct-tablist .nav-link:focus-visible {
	outline: 2px solid var(--ispct-tab-active);
	outline-offset: 2px;
}
#isproductwithcategorytabs-v1 .pg-ispct-add-to-cart,
#isbestseller-v1 .pg-ispct-add-to-cart,
#isdealsoftheday-v1 .pg-ispct-add-to-cart,
#isnewarrivals-v1 .pg-ispct-add-to-cart,
#isrecentlyviewed-v1 .pg-ispct-add-to-cart,
.product_grid.pg-product-card .pg-ispct-add-to-cart {
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	padding: 0.58rem 0.85rem;
	border: none;
	border-radius: 10px;
	background: var(--theme-anchor, #2e6758);
	color: var(--theme-bg-primary, #fff);
	transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
	box-shadow: 0 2px 8px color-mix(in srgb, var(--theme-anchor, #2e6758) 28%, transparent);
}
#isproductwithcategorytabs-v1 .ispct-tablist {
    display: flex;
}
#isproductwithcategorytabs-v1 .ispct-tablist {
    display: flex;
}

#isproductwithcategorytabs-v1 .ispct-tablist .nav-link {
    flex: 1 1 0;
    text-align: center;
}
 
#isproductwithcategorytabs-v1 .pg-ispct-add-to-cart:hover:not(:disabled),
#isbestseller-v1 .pg-ispct-add-to-cart:hover:not(:disabled),
#isdealsoftheday-v1 .pg-ispct-add-to-cart:hover:not(:disabled),
#isnewarrivals-v1 .pg-ispct-add-to-cart:hover:not(:disabled),
#isrecentlyviewed-v1 .pg-ispct-add-to-cart:hover:not(:disabled),
.product_grid.pg-product-card .pg-ispct-add-to-cart:hover:not(:disabled) {
	opacity: 0.96;
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 4px 14px color-mix(in srgb, var(--theme-anchor, #2e6758) 35%, transparent);
}
#isproductwithcategorytabs-v1 .pg-ispct-add-to-cart:disabled,
#isbestseller-v1 .pg-ispct-add-to-cart:disabled,
#isdealsoftheday-v1 .pg-ispct-add-to-cart:disabled,
#isnewarrivals-v1 .pg-ispct-add-to-cart:disabled,
#isrecentlyviewed-v1 .pg-ispct-add-to-cart:disabled,
.product_grid.pg-product-card .pg-ispct-add-to-cart:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	box-shadow: none;
}

#isproductwithcategorytabs-v1 .pg-ispct-variant-select,
#isbestseller-v1 .pg-ispct-variant-select,
#isdealsoftheday-v1 .pg-ispct-variant-select,
#isnewarrivals-v1 .pg-ispct-variant-select,
#isrecentlyviewed-v1 .pg-ispct-variant-select,
#shop-product-listing .pg-ispct-variant-select,
.product_grid.pg-product-card .pg-ispct-variant-select {
	font-size: 0.8rem;
	border-radius: 10px;
	border-color: var(--theme-border, #e5e7eb);
	color: var(--theme-text-primary, #111827);
	background-color: var(--theme-bg-primary, #fff);
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	min-height: var(--pg-ispct-row-h, 2.125rem);
}

/* Variant (left) + numeric qty (right) — product cards */
#isproductwithcategorytabs-v1 .pg-ispct-variant-qty-row,
#isbestseller-v1 .pg-ispct-variant-qty-row,
#isdealsoftheday-v1 .pg-ispct-variant-qty-row,
#isnewarrivals-v1 .pg-ispct-variant-qty-row,
#isrecentlyviewed-v1 .pg-ispct-variant-qty-row,
#shop-product-listing .pg-ispct-variant-qty-row,
.product_grid.pg-product-card .pg-ispct-variant-qty-row {
	--pg-ispct-row-h: 2.125rem;
}
#isproductwithcategorytabs-v1 .pg-ispct-single-variant-slot,
#isbestseller-v1 .pg-ispct-single-variant-slot,
#isdealsoftheday-v1 .pg-ispct-single-variant-slot,
#isnewarrivals-v1 .pg-ispct-single-variant-slot,
#isrecentlyviewed-v1 .pg-ispct-single-variant-slot,
#shop-product-listing .pg-ispct-single-variant-slot,
.product_grid.pg-product-card .pg-ispct-single-variant-slot {
	font-size: 0.8rem;
	line-height: 1.25;
	border-radius: 10px;
	border: 1px solid var(--theme-border, #e5e7eb);
	color: var(--theme-text-primary, #111827);
	background-color: color-mix(in srgb, var(--theme-bg-secondary, #f9fafb) 92%, var(--theme-bg-primary, #fff) 8%);
	padding: 0.35rem 0.5rem;
	min-height: var(--pg-ispct-row-h, 2.125rem);
}
#isproductwithcategorytabs-v1 .pg-ispct-qty-input,
#isbestseller-v1 .pg-ispct-qty-input,
#isdealsoftheday-v1 .pg-ispct-qty-input,
#isnewarrivals-v1 .pg-ispct-qty-input,
#isrecentlyviewed-v1 .pg-ispct-qty-input,
#shop-product-listing .pg-ispct-qty-input,
.product_grid.pg-product-card .pg-ispct-qty-input {
	font-size: 0.8rem;
	border-radius: 10px;
	border-color: var(--theme-border, #e5e7eb);
	color: var(--theme-text-primary, #111827);
	min-height: var(--pg-ispct-row-h, 2.125rem);
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}
#isproductwithcategorytabs-v1 .pg-ispct-qty-input:disabled,
#isbestseller-v1 .pg-ispct-qty-input:disabled,
#isdealsoftheday-v1 .pg-ispct-qty-input:disabled,
#isnewarrivals-v1 .pg-ispct-qty-input:disabled,
#isrecentlyviewed-v1 .pg-ispct-qty-input:disabled,
#shop-product-listing .pg-ispct-qty-input:disabled,
.product_grid.pg-product-card .pg-ispct-qty-input:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	background-color: var(--theme-bg-secondary, #f3f4f6);
}

/* Product grid cards — clean tile layout; colors from layout :root --theme-* */
.product_grid.pg-product-card.card {
	position: relative;
	border: 1px solid var(--theme-border, #e5e7eb) !important;
	background: var(--theme-bg-primary, #fff);
	border-radius: 14px;
	overflow: visible;
	box-shadow: 0 1px 2px color-mix(in srgb, var(--theme-text-primary, #1f2937) 6%, transparent);
	transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}
.product_grid.pg-product-card.card:hover {
	border-color: color-mix(in srgb, var(--theme-border, #e5e7eb) 55%, var(--theme-anchor, #2e6758) 45%) !important;
	box-shadow: 0 10px 28px color-mix(in srgb, var(--theme-text-primary, #1f2937) 10%, transparent);
	transform: translateY(-2px);
}
/*
 * Clip media to card top corners. Do not use :first-of-type — badge/wishlist block is often the first sibling.
 * :has(.shop_thumb) targets the image column regardless of order.
 */
.product_grid.pg-product-card > .card-body:has(.shop_thumb) {
	overflow: hidden;
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}
/* Media area inset to match footer content gutter (Bootstrap p-3 = 1rem) */
.product_grid.pg-product-card > .card-body {
	padding: 1rem 1.25rem;
}
/* Square media area; global .shop_thumb rules set 1:1 — reinforce for themed cards */
.product_grid.pg-product-card .shop_thumb {
	aspect-ratio: 1 / 1;
	padding-bottom: 0;
	background: color-mix(in srgb, var(--theme-bg-secondary, #f9fafb) 88%, var(--theme-border, #e5e7eb) 12%);
}
.product_grid.pg-product-card .shop_thumb > a.card-img-top {
	border-radius: 0;
	display: block;
	overflow: hidden;
}
.product_grid.pg-product-card .shop_thumb .card-img-top,
.product_grid.pg-product-card .shop_thumb img {
	object-fit: cover;
	object-position: center;
	transition: transform 0.35s ease;
}
.product_grid.pg-product-card.card:hover .shop_thumb img {
	transform: scale(1.04);
}
/* Wishlist only on image: frosted circle (direct child button, no unified bar) */
.product_grid.pg-product-card.card:has(> .btn_love.ab-right):not(:has(> .pg-card-top-actions))::after,
.product_grid.pg-product-card.card:has(> button.snackbar-wishlist.ab-right):not(:has(> .pg-card-top-actions))::after {
	content: "";
	position: absolute;
	right: 0.65rem;
	top: 0.65rem;
	width: 2.45rem;
	height: 2.35rem;
	z-index: 2;
	pointer-events: none;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.94);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	border: 1px solid rgba(0, 0, 0, 0.06);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}
/* Unified top-right: label | heart — solid pill; extra left pad avoids “P” clipped by pill radius */
.product_grid.pg-product-card .pg-card-top-actions {
	position: absolute;
	right: 0.6rem;
	top: 0.6rem;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	width: fit-content;
	max-width: calc(100% - 1.1rem);
	padding: 0.2rem 0.08rem 0.2rem 0.72rem;
	border-radius: 999px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.product_grid.pg-product-card .pg-card-top-actions--sale {
	background: #2e6758;
}
.product_grid.pg-product-card .pg-card-top-actions--new {
	background: #5f9e90;
}
.product_grid.pg-product-card .pg-card-top-actions--hot {
	background: #d48aae;
}
.product_grid.pg-product-card .pg-card-top-badge {
	flex: 0 1 auto;
	min-width: 0;
	font-weight: 700;
	font-size: 0.65rem;
	letter-spacing: 0.04em;
	line-height: 1.2;
	color: inherit;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 13rem;
}
.product_grid.pg-product-card .pg-card-top-actions-sep {
	width: 1px;
	align-self: stretch;
	min-height: 0.72rem;
	margin: 0.08rem 0.22rem;
	background: rgba(255, 255, 255, 0.55);
	flex-shrink: 0;
}
.product_grid.pg-product-card .pg-card-top-wishlist {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	width: 1.5rem !important;
	height: 1.5rem !important;
	min-width: 1.5rem !important;
	min-height: 1.5rem !important;
	max-width: 1.5rem !important;
	padding: 0 !important;
	margin: 0;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	border-radius: 50% !important;
	flex-shrink: 0;
}
.product_grid.pg-product-card .pg-card-top-actions .pg-card-top-wishlist {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: #fff !important;
	padding-inline: 0 !important;
	line-height: 1 !important;
}
.product_grid.pg-product-card .pg-card-top-actions .pg-card-top-wishlist:hover {
	background: rgba(255, 255, 255, 0.14) !important;
}
/* Legacy: absolute badge + separate control (e.g. wishlist page with remove) */
.product_grid.pg-product-card > .badge.position-absolute.ab-left {
	left: auto;
	right: calc(0.65rem + 2.35rem + 0.32rem);
	top: calc(0.65rem + (2.35rem - 1.58rem) / 2);
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-width: 3.05rem;
	max-width: calc(100% - 5.5rem);
	height: 1.58rem;
	padding: 0 0.55rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-radius: 999px;
	font-weight: 700;
	font-size: 0.625rem;
	letter-spacing: 0.06em;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.35);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	isolation: isolate;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-sale {
	background: #6FAFA0 !important;
	color: #fff !important;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-new {
	background: #5f9e90 !important;
	color: #ffffff !important;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-hot {
	background: #d48aae !important;
	color: #ffffff !important;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-success {
	background: #6FAFA0 !important;
	color: #ffffff !important;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-info {
	background: #5f9e90 !important;
	color: #ffffff !important;
}
.product_grid.pg-product-card > .badge.position-absolute.ab-left.bg-warning {
	background: #e2a3c0 !important;
	color: #ffffff !important;
}


 .btn_love .fa-heart.fas,
    .btn_love .fa-heart.text-danger,
    .wishlist-active .fa-heart,
    .wishlist-active i.fa-heart,
    button.wishlist-active .fa-heart,
    .wishlist-heart-red,
    .btn_love .wishlist-heart-red {
        color: var(--theme-anchor-hover, #2E6758) !important;
    }
    .btn_love i.fas.fa-heart {
        color: var(--theme-anchor-hover, #2E6758) !important;
    }

/* Unified pill: override global .btn_love heart colors */
.product_grid.pg-product-card .pg-card-top-actions .pg-card-top-wishlist .far.fa-heart {
	color: rgba(255, 255, 255, 0.95) !important;
}
.product_grid.pg-product-card .pg-card-top-actions .pg-card-top-wishlist.wishlist-active .fa-heart,
.product_grid.pg-product-card .pg-card-top-actions .pg-card-top-wishlist .fas.fa-heart {
	color: #ffd6e5 !important;
}

.product_grid.pg-product-card > .position-absolute.ab-right,
.product_grid.pg-product-card > button.btn_love.position-absolute.ab-right {
	right: 0.65rem;
	left: auto;
	top: 0.65rem;
	z-index: 3;
	width: 2.35rem;
	height: 2.35rem;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.product_grid.pg-product-card .btn.btn_love {
	background: color-mix(in srgb, var(--theme-bg-primary, #fff) 92%, transparent);
	border: 1px solid var(--theme-border, #e5e7eb);
	color: var(--theme-text-primary, #111827);
	box-shadow: 0 1px 2px color-mix(in srgb, var(--theme-text-primary, #111827) 8%, transparent);
}
.product_grid.pg-product-card.card:has(> .btn_love.ab-right) > .btn.btn_love.ab-right,
.product_grid.pg-product-card.card:has(> button.snackbar-wishlist.ab-right) > button.snackbar-wishlist.ab-right {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.product_grid.pg-product-card.card:has(> .btn_love.ab-right) > .btn.btn_love.ab-right:hover,
.product_grid.pg-product-card.card:has(> button.snackbar-wishlist.ab-right) > button.snackbar-wishlist.ab-right:hover {
	background: color-mix(in srgb, var(--theme-text-primary, #111827) 6%, transparent) !important;
}
.product_grid.pg-product-card .btn.btn_love:hover:not(.ab-right) {
	background: var(--theme-bg-secondary, #f9fafb);
}
.product_grid.pg-product-card .pg-card-footer {
	background: var(--theme-bg-primary, #fff);
	border-top: none;
	padding-top: 0.9rem !important;
	padding-bottom: 0.65rem !important;
}
.product_grid.pg-product-card > .pg-ispct-cart-wrap {
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	/* border-top: 1px solid color-mix(in srgb, var(--theme-border, #e5e7eb) 75%, transparent); */
	margin-top: 0.1rem;
}
.product_grid.pg-product-card:not(:has(> .pg-ispct-cart-wrap)) > .card-footer:last-of-type {
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
}
.product_grid.pg-product-card .pg-card-title {
	letter-spacing: -0.01em;
}
.product_grid.pg-product-card .pg-card-title-link {
	color: var(--theme-text-primary, #111827);
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product_grid.pg-product-card .pg-card-title-link:hover {
	color: var(--theme-anchor, #2e6758);
}
.product_grid.pg-product-card .pg-card-base-price {
	color: var(--theme-text-primary, #111827);
	font-weight: 600;
}
.product_grid.pg-product-card .pg-card-price .pg-card-muted,
.product_grid.pg-product-card .pg-card-price .text-muted {
	color: var(--theme-text-muted-secondary, #9ca3af) !important;
}
.product_grid.pg-product-card .pg-card-sale-price,
.product_grid.pg-product-card .pg-card-price .final-price-compact {
	color: var(--theme-span, #007aff) !important;
}
.product_grid.pg-product-card .pg-card-price .product-pricing-compact.compact .pricing-main-compact > div {
	justify-content: flex-end;
}

/* New Arrivals — attribute pills + footer alignment with pg cards */
#isnewarrivals-v1 .na-card-footer.pg-card-footer {
	padding-top: 0.75rem !important;
}
#isnewarrivals-v1 .na-card-attrs {
	min-height: 0;
}
#isnewarrivals-v1 .na-card-attr-pill {
	display: inline-block;
	padding: 0.2rem 0.5rem;
	font-size: 0.7rem;
	font-weight: 500;
	color: var(--theme-text-muted, #6b7280);
	background: var(--theme-bg-secondary, #f9fafb);
	border: 1px solid var(--theme-border, #e5e7eb);
	border-radius: 6px;
	line-height: 1.2;
}

 
::-webkit-scrollbar {
    display: none !important;
}


#isnavbar-v1 .container-fluid {
    width: 98% !important;
    margin: 0 auto;
}

/* isnavbar-v1 desktop: vertically center logo, search, icons; center mega menu in space between logo and actions */
@media (min-width: 993px) {
	#isnavbar-v1 .navigation.navigation-landscape {
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-header {
		float: none;
		flex: 0 0 auto;
		align-self: center;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menus-wrapper {
		float: none;
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		min-width: 0;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menus-wrapper > ul.nav-menu:not(.nav-menu-social) {
		float: none;
		flex: 1 1 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		min-width: 0;
		margin: 0;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menus-wrapper > ul.nav-menu:not(.nav-menu-social) > li {
		float: none;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menu.nav-menu-social.align-to-right {
		float: none !important;
		flex: 0 0 auto;
		display: flex !important;
		align-items: center;
		flex-wrap: nowrap;
		margin-left: 8px;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menu.nav-menu-social > li {
		float: none !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menu.nav-menu-social > li > a {
		padding-top: 31px;
		padding-bottom: 31px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	#isnavbar-v1 .navigation.navigation-landscape .nav-menu.nav-menu-social > li.search-input-wrapper {
		padding: 0 8px 0 0;
	}
	#isnavbar-v1 .navigation.navigation-landscape .header-search-box,
	#isnavbar-v1 .navigation.navigation-landscape .search-form {
		align-items: center;
	}
    
}

    /* banner position */
.bg-cover {
	background-position: center !important;
	background-size: cover !important;
}

img.img-footer.small { 
	max-width: 200px !important;
	max-height: 60px !important;
}