* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* Hide slider until initialized */
.elom-list-carousel, .elom-product-carousel {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.slick-initialized {
    visibility: visible;
    opacity: 1;
}

/* Prevent layout shift */
.slick-list {
    min-height: 1px; /* Prevent collapse */
}

/* Start */
.elom-list-component {
    /* padding-left: calc((100% - 1450px) / 2); */
}
.elom-list-component .img-block {
    position: relative;
    text-align: center;
    /* padding-bottom: 45%; */
}
.elom-list-component .img-block img {
    object-fit: contain;
    height: 88px;
    margin: auto;
    margin-bottom: 3px;
}
.elom-list-component .slick-track {
    display: flex !important;
}
.elom-list-component .slick-list {
    display: flex;
    flex-direction: column;
}
.elom-list-component .elom-product-item {
    position: relative;
    overflow: hidden;
    /* background: #000; */
    display: flex;
    flex-direction: column;
    height: inherit;
    margin: 0 10px;
    max-width: 400px;
    align-items: center;
}
.elom-list-component .card-info-block {
   /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: space-between;
}

.elom-list-component .elom-blue-gradient .card-info-block  {
    background: #476a81;
}
.elom-list-component .elom-green-gradient .card-info-block  {
    background: #627344;
}
.elom-list-component .elom-product-item a {
    text-decoration: none;
}
.elom-list-component .elom-product-item a:hover {
    text-decoration: none;
}
.elom-list-component .card-info-block h3 {
    color: #03060b;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: center;
    text-decoration: none;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.elom-list-component .elom-product-item a:hover h3 {
    transform: scale(1.05);
}
.elom-list-component .card-info-block h3 span {
    display: block;
    color: red;
}
.elom-list-component .card-info-block p {
    color: #FDFDFD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.elom-btn {
    border-radius: 2px;
    background: #0060EF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 20px;
    padding-right: 40px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
}
.elom-btn.btn-style-1 {
    background-color: transparent;
    color: #FFF;
    border-color: #FFF;
}
.elom-btn.btn-style-2 {
    background-color: transparent;
    color: #000;
    border-color: #000;
}
.elom-btn.btn-style-3 {
    background-color: #000000;
    color: #FFF;
    border-color: #000000;
}
.elom-btn.btn-style-4 {
    background-color: #2060f5;
    color: #FFF;
    border-color: #2060f5;
}
.elom-btn:hover {
    opacity: 0.8;
}
/* .elom-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url('images/elom-arrow-right.svg') no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: 100%;
} */


/*  */
.elom-list-component button.slick-arrow {
    position: absolute;
    max-width: 1510px;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    color: transparent;
    cursor: pointer;
}
.elom-list-component button.slick-arrow {
    /* top: -60px; */
}
.elom-list-component button.slick-prev {
    left: 0;
}
.elom-list-component button.slick-arrow.slick-prev::after {
    content: '';
    background: url('../images/arrow-right-blue.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    transform: rotateY(180deg);
    top: 12px;
    left: 12px;
}
.elom-list-component button.slick-arrow.slick-next {
    right: 0;
}
.elom-list-component button.slick-arrow.slick-next::after {
    content: '';
    background: url('../images/arrow-right-blue.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 12px;
}
.elom-list-component button.slick-arrow::after {
    filter: invert(1);
}
.elom-list-component button.slick-arrow {
    border: 0 !important;
    border-radius: 2px;
    background: rgb(123 123 123 / 40%);
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    z-index: 9;
    opacity: 0;
}
.elom-list-component:hover button.slick-arrow {
    opacity: 1;
}
.elom-list-component button.slick-arrow::after {
    /* filter: brightness(0.2); */
    transition: all 0.3s ease-in-out;
}
.elom-list-component button.slick-arrow.slick-disabled {
    cursor: auto;
    /* background: #ECECEC; */
    display: none !important;
}

.elom-list-component .slick-list {
    /* padding-left: calc((100% - 1450px) / 2); */
    padding-right: 0;
}

/*  */
.elom-hero-banner {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.elom-hero-banner .elom-content-block {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}
.elom-hero-banner video {
    /* width: 100%; */
    /* position: absolute; */
    height: auto;
    object-fit: cover;
    z-index: 1;
}
.elom-hero-banner .banner-img img {
    width: 100%; 
}
.elom-hero-banner .banner-img {
    position: relative;
}
.elom-hero-banner .elom-content-inner {
    max-width: 650px;
}
.elom-hero-banner .elom-title {
    color: #FF630F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.elom-hero-banner h2 {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 20px;
    margin-top: 0;
}
.elom-hero-banner p {
    color: rgba(255, 255, 255, 0.82);
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-top: 10px;
}
.elom-hero-banner .elom-price {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    margin-top: 18px;
}
.elom-hero-banner .banner-img img {
    height: 600px;
    object-fit: cover;
}
.elom-hero-banner .elom-btn {
    margin-top: 30px;
}
.elom-hero-banner .slick-initialized .slick-slide {
    overflow: hidden;
    position: relative;
}
.elom-hero-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	display: flex;
	justify-content: center;
    gap: 10px;
	margin: 0 auto;
	padding: 1rem 0;
	list-style-type: none;
    transform: translateY(-50%);
    z-index: 99;
}
.elom-hero-banner .slick-dots li {
    margin: 0;
    display: block;
    width: 10px;
    height: 5px;
    padding: 0;
    border: none;
    border-radius: 50px;
    background-color: #ECECEC;
    text-indent: -9999px;
    transition: all 0.3s ease-in-out;
}
.elom-hero-banner .slick-dots li.slick-active {
    background-color: #fff;
    width: 60px;
}
.elom-hero-banner .elom-container img {
    max-width: 250px;
}
.elom-hero-banner .elom-slide-item:not(:first-child) .elom-content-inner {
    display: none !important;
}
.elom-hero-banner .slick-slide.slick-active .elom-content-inner {
    display: block !important;
}


/*  */
.elom-container {
    width: 100%;
    max-width: 1300px;
    padding: 0;
    margin: 0 auto;
}
.elom-header-component h2 {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}
.elom-product-component {
    padding-left: calc((100vw - 1400px) / 2 + 30px);
}
.elom-product-component .owl-carousel .owl-stage,
.elom-product-component .slick-track {
    display: flex !important;
}
.elom-product-component .slick-list {
    display: flex;
    flex-direction: column;
}
.elom-product-component .elom-product-item {
    position: relative;
    overflow: hidden;
    /* background: #000; */
    display: flex;
    flex-direction: column;
    height: inherit;
    padding: 0px;
    max-width: 400px;
}

.elom-product-component .card-info-block {
   position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: space-between;
}
.elom-product-component .title {
    color: red;
    font-size: 14px;
    font-weight: 500;
}
.elom-product-component .card-info-block h3 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 4px;
}
.elom-product-component .card-info-block p {
    color: #FDFDFD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.elom-product-component .elom-btn {
    padding: 12px 25px;
}
.elom-product-component .elom-price-buy-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.elom-product-component .elom-price {
    color: #FDFDFD;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.2px;
}

.elom-btn-outer {
    display: flex;
    gap: 20px;
}
.elom-btn {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 2px;
    background: #fff;
    padding: 15px 40px;
    /* padding-right: 40px; */
    display: inline-block;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
}
.elom-btn:hover {
    opacity: 0.8;
}
/* .elom-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: url('images/elom-arrow-right.svg') no-repeat 0 0;
    width: 14px;
    height: 14px;
    background-size: 100%;
} */


/*  */
.elom-product-component button.slick-arrow {
    position: absolute;
    max-width: 1510px;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    color: transparent;
    cursor: pointer;
}
.elom-product-component button.slick-arrow {
    /* top: -60px; */
}
.elom-product-component button.slick-prev {
    left: 0;
}
.elom-product-component button.slick-arrow.slick-prev::after {
    content: '';
    background: url('../images/arrow-right-blue.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    transform: rotateY(180deg);
    top: 12px;
    left: 12px;
}
.elom-product-component button.slick-arrow.slick-next {
    right: 0;
}
.elom-product-component button.slick-arrow.slick-next::after {
    content: '';
    background: url('../images/arrow-right-blue.png') 0 0 no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    position: absolute;
    top: 12px;
    left: 12px;
}
.elom-product-component button.slick-arrow::after {
    filter: invert(1);
}
.elom-product-component button.slick-arrow {
    border: 0 !important;
    border-radius: 2px;
    background: rgb(123 123 123 / 40%);
    width: 40px;
    height: 40px;
    position: absolute;
    margin: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 50px;
    z-index: 9;
    opacity: 0;
}
.elom-product-component:hover button.slick-arrow {
    opacity: 1;
}
.elom-product-component button.slick-arrow::after {
    /* filter: brightness(0.2); */
    transition: all 0.3s ease-in-out;
}
.elom-product-component button.slick-arrow.slick-disabled {
    cursor: auto;
    /* background: #ECECEC; */
    display: none !important;
}

/*  */
.elom-product-component .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.elom-product-component .img-block {
    overflow: hidden;
    position: relative;
    /* padding-bottom: 45%; */
}
.elom-product-component .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: inherit;
}
/*
.elom-product-component .elom-product-item .img-block:before {
  content: "";
  position: absolute; inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 10px;
}
*/
.elom-product-item .img-block {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.elom-product-item .img-block .img-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.elom-product-item .img-block img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.elom-product-item .card-info-block {
    position: relative;
    z-index: 2;
}
.elom-product-component .slick-list {
    /* padding-left: calc((100% - 1450px) / 2); */
    padding-right: 0;
}


/* Component Banner */
.list-product.list-product-v2 {
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.list-banner {
    flex: 0 0 25%;
    height: 100%;
    position: relative;
}
.product-content{
    flex: 0 0 75%;
    display: flex;
    align-items: center;
    min-width: 0;  /* FIX */
}
.content-product-list {
    width: 100% !important; /* FORCE FULL WIDTH */
}
.list-product.list-product-v2 figure {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .6s ease;
}
.list-product.list-product-v2 figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.list-banner .item{
    position: relative;
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}
.list-banner .item .item-text {
    position: absolute;
    padding: 20px;
    top: 0;
}
.list-product.list-product-v2 .product-wapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.bwp_product_list.slider2 .list-product.list-product-v2 .item-product .items {
    padding: 0;
}

/* Quick Heading Widget - Layout Styles */
.elom-quick-heading-container {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

/* Default - Side by side layout for horizontal positions */
.elom-button-position-right-top .elom-quick-heading-container,
.elom-button-position-right-middle .elom-quick-heading-container,
.elom-button-position-right-bottom .elom-quick-heading-container,
.elom-button-position-left-top .elom-quick-heading-container,
.elom-button-position-left-middle .elom-quick-heading-container,
.elom-button-position-left-bottom .elom-quick-heading-container {
    flex-direction: row;
    align-items: flex-start;
}

/* Column layout for top/bottom positions */
.elom-button-position-top .elom-quick-heading-container,
.elom-button-position-bottom .elom-quick-heading-container {
    flex-direction: column;
}

/* Specific alignments for right positions */
.elom-button-position-right-top .elom-quick-heading-container {
    align-items: flex-start;
}

.elom-button-position-right-middle .elom-quick-heading-container {
    align-items: center;
}

.elom-button-position-right-bottom .elom-quick-heading-container {
    align-items: flex-end;
}

/* Specific alignments for left positions */
.elom-button-position-left-top .elom-quick-heading-container {
    align-items: flex-start;
}

.elom-button-position-left-middle .elom-quick-heading-container {
    align-items: center;
}

.elom-button-position-left-bottom .elom-quick-heading-container {
    align-items: flex-end;
}

/* Heading wrapper */
.elom-heading-wrapper {
    flex: 1;
}

/* Button wrapper alignment */
.elom-heading-button-wrapper {
    display: flex;
    flex-shrink: 0;
}

.elom-button-position-top .elom-heading-button-wrapper,
.elom-button-position-bottom .elom-heading-button-wrapper {
    width: 100%;
}

/* Button styling */
.elom-quick-heading-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.elom-quick-heading-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.elom-quick-heading-button-icon-before {
    order: -1;
}

.elom-quick-heading-button-icon-after {
    order: 1;
}

/* Responsive */
@media (max-width: 767px) {
    .elom-button-position-right-top .elom-quick-heading-container,
    .elom-button-position-right-middle .elom-quick-heading-container,
    .elom-button-position-right-bottom .elom-quick-heading-container,
    .elom-button-position-left-top .elom-quick-heading-container,
    .elom-button-position-left-middle .elom-quick-heading-container,
    .elom-button-position-left-bottom .elom-quick-heading-container {
        flex-direction: column;
        align-items: flex-start !important;
    }
    
    .elom-heading-button-wrapper {
        margin-top: 15px;
    }
}

@media (max-width: 1600px) {
    .elom-list-component .img-block img {
        height: 60px;
    }
    /* .elom-product-component {
        padding-left: calc((100% - 1450px) / 2);
    } */
    .elom-product-component .elom-product-item {
        padding: 0;
    }

}

@media (max-width: 1440px) {
    .elom-header-component h2 {
        font-size: 28px;
    }
    .elom-product-component .card-info-block h3 {
        font-size: 16px;
    }
    .elom-product-component .card-info-block p {
        font-size: 15px;
    }
    .elom-product-component .img-block img {
        height: 356px;
    }
    .elom-product-component .elom-btn {
        padding: 10px 15px;
        margin-top: 30px;
        font-size: 13px;
    }
    .elom-btn-outer {
        gap: 10px;
    }
    .elom-hero-banner h2 {
        font-size: 40px;
    }
    .elom-hero-banner p {
        font-size: 20px;
    }

}


@media (max-width: 1024px) {
    .ecoflow-container .product-info {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .elom-list-component button.slick-arrow {
        width: 30px !important;
        height: 30px !important;
    }
    .elom-list-component button.slick-arrow.slick-prev::after,
    .elom-list-component button.slick-arrow.slick-next::after {
        width: 12px;
        height: 12px;
        top: 9px;
        left: 10px;
    }
    .elom-list-component .elom-product-item {
        margin: 0 2px;
        padding: 5px 2px;
        border-radius: 15px;
    }
    .elom-hero-banner h2 {
        font-size: 30px;
    }
    .elom-hero-banner .title {
        font-size: 16px;
    }
    .elom-hero-banner p {
        font-size: 16px;
    }
    .elom-product-component {
        /* margin-left: 0; */
        margin-top: 20px;
        /* padding-left: calc((100% - 1450px) / 2); */
    }
    .elom-product-component .img-block img {
        /* max-height: 500px; */
    }
    .elom-product-component .owl-theme .owl-dots .owl-dot span {
        width: 50px;
    }
    .elom-product-component .owl-carousel .owl-nav button.owl-prev {
        right: 40px;
    }
    .elom-product-component button.slick-arrow.slick-prev {
        right: 60px;
    }
    .elom-product-component button.slick-arrow.slick-next {
        right: 20px;
    }
    .elom-product-component .owl-carousel .owl-nav button,
    .elom-product-component button.slick-arrow {
        width: 30px;
        height: 30px;
    }
    .elom-product-component button.slick-arrow.slick-prev::after,
    .elom-product-component button.slick-arrow.slick-next::after {
        top: 6px;
        left: 7px;
    }
    .elom-product-component .owl-carousel .owl-nav button img {
        max-width: 14px;
    }
    .elom-header-component h2 {
        font-size: 20px;
    }
    .elom-product-component .owl-carousel .owl-nav {
        right: 10px;
    }
    .elom-product-component .elom-price-buy-block {
        margin-top: 20px;
    }
    .elom-product-component .card-info-block h3 {
        font-size: 15px;
    }
    .elom-product-component .card-info-block p {
        font-size: 15px;
    }
    .elom-btn {
        font-size: 15px;
        padding: 8px 16px;
    }
    .elom-product-component .elom-price {
        font-size: 16px;
    }
    .elom-product-container {
        padding: 0 15px;
    }
    .elom-product-component button.slick-prev {
        right: 80px;
    }
    .elom-product-component button.slick-arrow {
        top: -44px;
    }
    .elom-product-component .elom-product-item {
        padding-left: 12px;
        padding-right: 12px;
    }


}

/* Mega menu css */
/* EcoFlow Menu Tabs Widget CSS */
.ecoflow-container {
    display: flex;
    margin: 0 auto;
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    min-height: 500px;
}

.ecoflow-container .categories-panel {
    padding: 30px 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.ecoflow-container .category-header {
    padding: 0 25px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ecoflow-container .category-header h2 {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.ecoflow-container .categories-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ecoflow-container .category-item {
    padding: 18px 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
    display: flex;
    align-items: center;
    color: #bdc3c7;
}

.ecoflow-container .category-item:hover {
    background: rgba(255, 255, 255, 0.05);
    color: white;
}

.ecoflow-container .category-item.active {
    background: rgba(52, 152, 219, 0.1);
    color: white;
    font-weight: 600;
}

.ecoflow-container .category-name {
    font-size: 16px;
    flex: 1;
}

.ecoflow-container .category-arrow {
    opacity: 0;
    transition: opacity 0.3s ease;
    margin-left: 10px;
}

.ecoflow-container .category-item.active .category-arrow {
    opacity: 1;
}

.ecoflow-container .content-panel {
    flex: 1;
    padding: 30px;
    background: #f8f9fa;
}

.ecoflow-container .category-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.ecoflow-container .category-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.ecoflow-container .category-title {
    color: #2c3e50;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.2;
}

.ecoflow-container .category-subtitle {
    color: #7f8c8d;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.5;
}

.ecoflow-container .view-all-container {
    margin: 20px 0;
}

.ecoflow-container .view-all-link {
    display: inline-flex;
    align-items: center;
    color: #3498db;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    background: none;
    border: none;
    cursor: pointer;
}

.ecoflow-container .view-all-link:hover {
    color: #2980b9;
}

.ecoflow-container .view-all-icon {
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.ecoflow-container .view-all-link:hover .view-all-icon {
    transform: translateX(4px);
}

.ecoflow-container .products-grid {
    display: grid;
    margin-top: 30px;
}

.ecoflow-container .product-card-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.ecoflow-container .product-card-link:hover {
    transform: translateY(-5px);
}

.ecoflow-container .product-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ecoflow-container .product-card:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.ecoflow-container .save-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e74c3c;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 3px 10px rgba(231, 76, 60, 0.3);
    line-height: 1;
    text-align: center;
}

.ecoflow-container .product-image {
    height: 180px;
    background: linear-gradient(135deg, #efefef 0%, #e7e7e7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.ecoflow-container .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ecoflow-container .product-card:hover .product-image img {
    transform: scale(1.05);
}

.ecoflow-container .product-image-placeholder {
    color: white;
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
}

.ecoflow-container .product-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ecoflow-container .product-name {
    color: #2c3e50;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ecoflow-container .product-spec {
    color: #7f8c8d;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.ecoflow-container .product-price {
    color: #27ae60;
    font-size: 18px;
    font-weight: 700;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #eee;
    line-height: 1.2;
}

.ecoflow-container .coming-soon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    color: #bdc3c7;
    font-size: 18px;
    text-align: center;
}

.ecoflow-container .coming-soon h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #95a5a6;
}

.ecoflow-container .coming-soon p {
    font-size: 16px;
    color: #bdc3c7;
    max-width: 400px;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .ecoflow-container .category-title {
        font-size: 26px;
    }
    
    .ecoflow-container .product-name {
        font-size: 18px;
    }
    
    .ecoflow-container .product-price {
        font-size: 16px;
    }
}

/* Min media Start */
@media (min-width: 992px) {
    .main-archive-product.active .col-lg-3,
    .main-archive-product.active .col-xl-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
/* Min media End */


@media (max-width: 991px) {
    .bwp-canvas-navigation,
    .bwp-canvas-vertical {
        width: 100% !important;
    }
    .bwp-canvas-navigation .mm-menu .sub-menu li, .bwp-canvas-vertical .mm-menu .sub-menu li {
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    .ecoflow-container .categories-panel {
        padding: 0 !important;
    }
    .ecoflow-container .category-title {
        margin-top: 10px;
    }
    .ecoflow-container .content-panel {
        padding-left: 20px !important;
    }
    .bwp-header .header-mobile .navbar-toggle:before {
        font-size: 22px;
        font-weight: 600;
        color: #000000;
    }


}

@media (max-width: 768px) {
    .ecoflow-container {
        flex-direction: column;
        min-height: auto;
    }

    .ecoflow-container .categories-panel {
        width: 100% !important;
    }

    .ecoflow-container .category-header {
        padding: 0 15px 15px;
        margin-bottom: 15px;
    }

    .ecoflow-container .category-header h2 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .ecoflow-container .categories-list {
        display: flex;
        flex-direction: column;
        overflow-x: auto;
        padding-bottom: 10px;
        margin: 0 -5px;
    }

    .ecoflow-container .category-item {
        padding: 10px 15px;
        white-space: nowrap;
        border-left: none;
        border-bottom: 3px solid transparent;
        margin: 0 5px;
    }

    .ecoflow-container .category-item.active {
        border-left: none;
        border-bottom-color: #3498db;
    }

    .ecoflow-container .category-item:hover {
        border-left-color: transparent;
        border-bottom-color: #3498db;
    }

    .ecoflow-container .category-title {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .ecoflow-container .category-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .ecoflow-container .product-image {
        height: auto !important;
        border-radius: 5px;
    }

    .ecoflow-container .product-image img {
        max-width: 70px;
        padding: 4px;
    }

    .ecoflow-container .product-image-placeholder {
        font-size: 36px;
    }

    .ecoflow-container .product-info {
        padding: 0 5px;
        border-bottom: 0;
    }

    .ecoflow-container .product-name {
        font-size: 16px;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .ecoflow-container .products-grid {
        margin-top: 20px;
    }
    .ecoflow-container .product-spec {
        font-size: 13px;
        margin-bottom: 6px;
    }

    .ecoflow-container .product-price {
        font-size: 15px;
        padding-top: 0;
        border-top: 0;
    }

    .ecoflow-container .save-badge {
        font-size: 12px;
        padding: 6px 12px;
        top: 10px;
        right: 10px;
    }

    .ecoflow-container .coming-soon {
        height: 300px;
        padding: 20px;
    }

    .ecoflow-container .coming-soon h3 {
        font-size: 20px;
    }

    .ecoflow-container .coming-soon p {
        font-size: 14px;
    }
    .ecoflow-container .category-item.active .category-arrow {
        position: relative;
        top: 3px;
    }
    .ecoflow-container .product-card {
        box-shadow: none;
        flex-direction: row;
        align-items: center;
    }
    .ecoflow-container .product-card:hover {
        box-shadow: none;
    }
    .ecoflow-container .content-panel {
        padding: 0 !important;
    }
    .mm-menu .ecoflow-container .category-title {
        font-size: 18px !important;
    }



}

@media (max-width: 480px) {
    .ecoflow-container {
        border-radius: 10px;
    }

    .ecoflow-container .category-header h2 {
        font-size: 18px;
    }

    .ecoflow-container .category-item {
        padding: 8px 12px;
        font-size: 14px;
    }
    .ecoflow-container .product-info {
        padding: 0 15px;
    }
    .mm-menu .ecoflow-container .category-title {
        font-size: 16px !important;
    }

    .ecoflow-container .category-subtitle {
        font-size: 13px;
    }

    .ecoflow-container .product-image-placeholder {
        font-size: 28px;
    }

    .ecoflow-container .product-name {
        font-size: 15px;
    }

    .ecoflow-container .product-price {
        font-size: 14px;
    }

    .ecoflow-container .view-all-link {
        font-size: 14px;
    }

    .ecoflow-container .products-grid {
        grid-template-columns: 1fr !important;
    }
    .mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
        height: 10px !important;
    }
}

/* Scrollbar styling for category list */
.ecoflow-container .categories-list::-webkit-scrollbar {
    height: 4px;
}

.ecoflow-container .categories-list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.ecoflow-container .categories-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.ecoflow-container .categories-list::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}
.category-item.active:last-child {
    padding-bottom: 12px !important;
}
body {
    position: relative; /* Ensure proper stacking context */
}

body.menu-overlay-active {
    overflow: hidden;
}
body::before {
    content: '';
    position: fixed;
    top: 160px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 999;
    pointer-events: none;
    
    /* Initial state */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), 
                visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
body.menu-overlay-active::before {
    /* Active state */
    opacity: 1;
    visibility: visible;
}

/* Adjust z-index for your menu to appear above overlay */
.main-menu, .nav-menu, .ecoflow-container {
    position: relative;
    z-index: 1000;
}
/* Mega Menu */
.bwp-navigation ul > li.level-0.mega-menu.mega-menu-fullwidth-width > .sub-menu {
    max-width: none;
}
.bwp-header.header-v1 .bwp-navigation ul > li.level-0.mega-menu.mega-menu-fullwidth-width:hover > .sub-menu {
    transform: translateY(0px) !important;
}
.bwp-navigation ul > li.level-0.mega-menu.mega-menu-fullwidth-width .sub-menu {
    margin-top: 0;
}