/**
 * EcoFlow Mega Menu - Frontend Desktop Styles
 * Version: 5.1.0 - TemizlenmiÅŸ, JavaScript kontrol
 */

/* FONT DEFINITIONS */
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-condenced-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: condensed;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-condenced-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: condensed;
}
/* Sayfa yÃ¼klenene kadar menÃ¼ disable */
body:not(.ecoflow-menu-ready) .ecoflow-menu-item {
    pointer-events: none;
    cursor: default;
}
/* Global Font */
.ecoflow-mega-menu-wrapper,
.ecoflow-mega-menu-wrapper *,
.ecoflow-menu-nav,
.ecoflow-mega-menu-dropdown,
.ecoflow-product-card,
.ecoflow-homepage-sections,
.ecoflow-homepage-sections *,
.ecoflow-category-showcase,
.ecoflow-category-showcase *,
.ecoflow-youtube-section,
.ecoflow-youtube-section *,
.ecoflow-logo-section,
.ecoflow-logo-section *,
.ecoflow-scenario-section,
.ecoflow-scenario-section *,
.trending-products-section,
.trending-products-section * {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.ecoflow-mega-menu-wrapper button:focus,
.ecoflow-mega-menu-wrapper button:hover,
.ecoflow-mega-menu-wrapper [type="button"]:focus,
.ecoflow-mega-menu-wrapper [type="button"]:hover,
.ecoflow-mega-menu-wrapper [type="submit"]:focus,
.ecoflow-mega-menu-wrapper [type="submit"]:hover,
.ecoflow-mega-menu-dropdown button:focus,
.ecoflow-mega-menu-dropdown button:hover,
.ecoflow-mega-menu-dropdown [type="button"]:focus,
.ecoflow-mega-menu-dropdown [type="button"]:hover,
.ecoflow-mega-menu-dropdown [type="submit"]:focus,
.ecoflow-mega-menu-dropdown [type="submit"]:hover {
    background-color: transparent;
    outline: none !important;
}

/* NAVIGATION */
.ecoflow-mobile-hamburger-btn {
    display: none;
}

.ecoflow-mega-menu-wrapper {
    position: relative;
    width: 100%;
    background: transparent;
}

.ecoflow-menu-items {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.ecoflow-menu-item {
    position: static;
    margin: 0;
    padding: 0;
}

.ecoflow-menu-trigger {
    display: inline-block;
    padding: 0 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ecoflow-menu-trigger:hover {
    color: #fff;
    border-bottom-color: #fff;
    background-color: transparent;
}

.ecoflow-menu-item.hover .ecoflow-menu-trigger {
    color: #fff;
    border-bottom-color: #fff;
    background-color: transparent;
}

.ecoflow-menu-arrow {
    display: none;
}

.ecoflow-mega-menu-wrapper,
.ecoflow-menu-nav {
    position: relative;
    z-index: 10001;
}

body.ecoflow-menu-open .ecoflow-mega-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 10001;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* BACKDROP */
.ecoflow-menu-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.ecoflow-menu-backdrop.active {
    display: block;
    opacity: 1;
}

/* DROPDOWN - Lazy Load + Smooth Transitions */
.ecoflow-mega-menu-dropdown {
    display: block;
    position: absolute;
    left: 0;
    width: 99.9vw;
    margin-left: calc(-50vw + 50%);
    background: #fff;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    /* âœ… YENÄ° YAKLAÅžIM - Orijinal site gibi */
    height: 0;
    /* Animasyon bunun Ã¼zerinde */
    overflow: hidden;
    opacity: 0;
    pointer-events: none;

    /* âœ… height ile animasyon */
    transition: height 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
}

body.ecoflow-menu-open .ecoflow-mega-menu-dropdown {
    position: fixed;
    top: 100%;
}

.ecoflow-mega-menu-inner {
    max-width: 1400px;
    margin: 0 auto;
}

/* Alt Tab AÃ§Ä±klama */
.ecoflow-tab-description {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    margin-top: 5px;
    padding-bottom: 15px;
    font-weight: 500;
    border-bottom: .5px solid #e6e6e7;
    max-width: max-content;
}

.ecoflow-mega-menu-dropdown.menu-type-product-grid .ecoflow-mega-menu-inner {
    padding: 20px max(33vw - 720px, 1px) 60px;
}

.ecoflow-mega-menu-dropdown.menu-type-card-menu .ecoflow-mega-menu-inner,
.ecoflow-mega-menu-dropdown.menu-type-list-menu .ecoflow-mega-menu-inner {
    padding: 60px max(40vw - 720px, 80px) 0;
}

/* PRODUCT GRID */
.ecoflow-product-grid-layout {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.ecoflow-product-grid-left {
    flex: 1;
    min-width: 0;
}

.ecoflow-product-grid-right {
    width: 240px;
    flex-shrink: 0;
}

.ecoflow-product-grid-container {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.ecoflow-product-tabs-wrapper {
    flex: 1;
}

.ecoflow-category-description {
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
    font-weight: 400;
}

.ecoflow-product-tabs {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.ecoflow-product-tab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    color: #83868a;
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 12px 0;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-bottom: -1px;
}

.ecoflow-product-tab:hover {
    color: #83868a;
    background-color: transparent;
}

.ecoflow-product-tab.active {
    color: #000;
    border-bottom-color: #000;
}

.ecoflow-product-tabs-content {
    flex: 1;
}

.ecoflow-product-tab-content {
    display: none;
}

.ecoflow-product-tab-content.active {
    display: block;
}

/* PRODUCTS GRID */
.ecoflow-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ecoflow-product-card {
    position: relative;
    width: 100%;
    padding: 16px 24px 24px;
    display: flex;
    height: 100%;
    flex-direction: column;
    background-color: #fafafa;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.8s ease;
}

.ecoflow-product-card:hover {
    background-color: #F2F2F2;
}

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

.ecoflow-product-image {
    width: 100%;
    padding: 0;
    text-align: center;
    display: flex;
    height: fit-content;
    align-items: center;
    justify-content: center;
    transition: all 0.8s ease;
}

.ecoflow-product-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.ecoflow-product-image img {
    width: 100%;
    height: auto;
    max-height: 200px;
    object-fit: contain;
}

.ecoflow-product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.ecoflow-product-title {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin: 12px 0 0 0;
    line-height: 1.3;
    min-height: 55px;
}

.ecoflow-product-title a {
    color: #000;
    text-decoration: none;
}

.ecoflow-product-title a:hover {
    color: #000;
}

.ecoflow-product-specs {
    font-size: 12px;
    color: #83868a;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 20px;
    margin-top: 8px;
    font-weight: 500;
}

/* Son span hariÃ§ hepsinden sonra Ã§izgi */
.ecoflow-product-specs span:not(:last-child):after {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    font-size: 11px;
}

.ecoflow-product-price {
    display: none;
}

.ecoflow-product-buttons {
    display: flex;
    gap: 0;
    align-items: center;
    padding: 12px 0;
}

.ecoflow-product-button {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #000;
    text-decoration: underline !important;
    font-size: 12px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.ecoflow-product-button:hover {
    opacity: 0.7;
    color: #2164FF;
}

.ecoflow-product-buttons .ecoflow-product-button:first-child::after {
    content: '|';
    margin: 0 8px;
    text-decoration: none;
}

/* SIDE LINKS */
.ecoflow-side-links {
    min-width: 200px;
    flex-shrink: 0;
}

.ecoflow-side-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecoflow-side-links li {
    margin-bottom: 16px;
}

.ecoflow-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: opacity 0.2s ease;
}

.ecoflow-side-links a:hover {
    opacity: 0.8;
}


.ecoflow-side-links a:hover::after {
    opacity: 1;
    transform: translateX(2px);
}

/* CARD MENU */
.ecoflow-card-menu-container {
    display: flex;
    gap: 60px;
}

.ecoflow-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Net olarak 4'e bÃ¶ler */
    gap: 20px;
    flex: 1;
}

.ecoflow-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    text-decoration: none;
    transition: transform 0.2s ease;
    background: #f5f5f5;
    max-height: 170px;
}

.ecoflow-card:hover {
    transform: translateY(-2px);
}

.ecoflow-card-image {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #f5f5f5;
    transition: all 0.5s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a.ecoflow-card:hover .ecoflow-card-image {
    transform: scale(1.1);
}

.ecoflow-card-content {
    padding: 16px;
    background: #fff;
}

.ecoflow-card-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    flex: 1;
}

.ecoflow-card-with-arrow {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.card-arrow {
    flex-shrink: 0;
    margin-left: 12px;
}

.ecoflow-side-links-container {
    display: none;
}

.ecoflow-side-links-container.active {
    display: block;
}

/* LIST MENU */
.ecoflow-list-menu-container {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ecoflow-list-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0;
}

.ecoflow-list-column {
    flex: 0 0 auto;
    padding-right: 24px;
    max-width: 25%;
}

.ecoflow-column-title {
    color: #757575;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.ecoflow-column-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecoflow-column-links li {
    margin-top: 15px;
}

.ecoflow-column-links a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links a:hover {
    text-decoration: underline;
    color: #000;
}

.ecoflow-column-links a:hover {
    opacity: 0.7;
}

.ecoflow-bottom-images {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.ecoflow-bottom-image {
    position: relative;
    overflow: hidden;
    height: 170px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ecoflow-bottom-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: inherit;
    transition: transform 0.3s ease;
    z-index: 1;
}

.ecoflow-bottom-image:hover::before {
    transform: scale(1.1);
}

.ecoflow-image-overlay {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 2;
}

.ecoflow-image-overlay span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

/* UTILITY */
.ecoflow-no-products {
    padding: 60px 40px;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.ecoflow-menu-error {
    padding: 20px;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
}

/* TAB SIDE LINKS */
.ecoflow-tab-side-links {
    min-width: 200px;
    max-width: 250px;
    flex-shrink: 0;
}

.ecoflow-tab-side-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ecoflow-tab-side-links li {
    margin-bottom: 16px;
}

.ecoflow-tab-side-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: opacity 0.2s ease;
}

.ecoflow-tab-side-links a:hover {
    opacity: 0.8;
    text-decoration: underline;
    color: #000;
}

.ecoflow-tab-side-links a:hover::after {
    opacity: 1;
    transform: translateX(2px);
}
/* SIDE PROMO */
.ecoflow-side-promo {
    margin-top: 24px;
    border-top: 1px solid #e6e6e7;
    padding-top: 20px;
}
/* Side Promo */
.ecoflow-tab-side-links .ecoflow-side-promo,
.ecoflow-side-links .ecoflow-side-promo {
    margin-top: 20px;
    width: 100%;
}
.ecoflow-side-promo a {
    display: block;
    text-decoration: none;
    color: #000;
}

.ecoflow-side-promo img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    transition: opacity 0.2s ease;
}

.ecoflow-side-promo a:hover img {
    opacity: 0.85;
}

.ecoflow-side-promo-title {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    line-height: 1.4;
}
.ecoflow-tab-with-sidebar:not(:has(.ecoflow-tab-side-links)) .ecoflow-tab-main-content {
    flex: none;
    width: 100%;
}

.ecoflow-tab-with-sidebar {
    display: flex;
    gap: 80px;
}

.ecoflow-tab-with-sidebar .ecoflow-tab-main-content {
    gap: 12px;
    width: 100%;
}

.ecoflow-tab-with-sidebar .ecoflow-tab-side-links {
    flex-shrink: 0;
    width: 120px;
}
@media (min-width: 1442px) {
    .ecoflow-product-info {
        min-height: 126px;
    }
}

@media (min-width: 1441px) {
    .ecoflow-tab-with-sidebar .ecoflow-tab-side-links {
        width: 200px;
    }

    .single-product .elementor-7 .elementor-element.elementor-element-3d0b2f4a>.elementor-widget-container {
        padding: 5px 10px 6px 10px !important;
    }

    .single-product .elementor-7 .elementor-element.elementor-element-7eb8e716>.elementor-widget-container {
        padding: 10px 10px 3px 0px !important;
    }
}

@media (max-width: 1440px) {
    .ecoflow-menu-trigger {
        padding: 0 10px;
    }
}

/* ANIMATIONS - YukarÄ±dan AÅŸaÄŸÄ± */
.ecoflow-mega-menu-dropdown .ecoflow-product-card,
.ecoflow-mega-menu-dropdown .ecoflow-card,
.ecoflow-mega-menu-dropdown .ecoflow-column-links a,
.ecoflow-mega-menu-dropdown .ecoflow-tab-side-links li {
    /* âœ… YENÄ° */
    opacity: 0;
    transform: translateY(-15px);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links a,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li {
    /* âœ… YENÄ° */
    opacity: 1;
    transform: translateY(0);
}

/* Her satÄ±rda soldan saÄŸa (4 kolon iÃ§in) */
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card:nth-child(4n+1),
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card:nth-child(4n+1) {
    transition-delay: 0.05s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card:nth-child(4n+2),
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card:nth-child(4n+2) {
    transition-delay: 0.1s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card:nth-child(4n+3),
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card:nth-child(4n+3) {
    transition-delay: 0.15s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card:nth-child(4n+4),
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card:nth-child(4n+4) {
    transition-delay: 0.2s;
}

/* List menu - yukarÄ±dan aÅŸaÄŸÄ± */
.ecoflow-mega-menu-dropdown .ecoflow-column-links a {
    opacity: 0;
    transform: translateY(-10px);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links a {
    opacity: 1;
    transform: translateY(0);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(1) a {
    transition-delay: 0.05s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(2) a {
    transition-delay: 0.1s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(3) a {
    transition-delay: 0.15s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(4) a {
    transition-delay: 0.2s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(5) a {
    transition-delay: 0.25s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(6) a {
    transition-delay: 0.3s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(7) a {
    transition-delay: 0.35s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links li:nth-child(8) a {
    transition-delay: 0.4s;
}


/* âœ… YENÄ°: Tab Side Links - SÄ±rayla DÃ¶kÃ¼lme */
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(1) {
    transition-delay: 0.25s;
    /* ÃœrÃ¼nlerden sonra baÅŸlasÄ±n */
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(2) {
    transition-delay: 0.3s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(3) {
    transition-delay: 0.35s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(4) {
    transition-delay: 0.4s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(5) {
    transition-delay: 0.45s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(6) {
    transition-delay: 0.5s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(7) {
    transition-delay: 0.55s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li:nth-child(8) {
    transition-delay: 0.6s;
}

/* Ana Side Links (ortak linkler) iÃ§in de aynÄ± */
.ecoflow-mega-menu-dropdown .ecoflow-side-links li {
    opacity: 0;
    transform: translateY(-10px);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li {
    opacity: 1;
    transform: translateY(0);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(1) {
    transition-delay: 0.25s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(2) {
    transition-delay: 0.3s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(3) {
    transition-delay: 0.35s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(4) {
    transition-delay: 0.4s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(5) {
    transition-delay: 0.45s;
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li:nth-child(6) {
    transition-delay: 0.5s;
}

/* Transition tanımı - Tüm animasyonlu elementler için */
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-product-card,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-card,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-column-links a,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-tab-side-links li,
.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-links li {
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Side Promo - son linkten sonra çıkar */
.ecoflow-mega-menu-dropdown .ecoflow-side-promo {
    opacity: 0;
    transform: translateY(-15px);
}

.ecoflow-mega-menu-dropdown.content-visible .ecoflow-side-promo {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0.65s;
    max-height: 130px;
}

/* RESPONSIVE */
@media (min-width:1030px) and (max-width:1100px) {
    .ecoflow-menu-item .ecoflow-menu-trigger {
        padding: 0 5px;
        font-size: 13px;
        height: 45px;
    }
}
@media (min-width:1024px) and (max-width:1274px) {
    .header-shop-btn  {
        display: none;
    }
}
@media (max-width: 1440px) {
    .ecoflow-mega-menu-dropdown.menu-type-product-grid .ecoflow-mega-menu-inner {
        padding-left: 80px;
        padding-right: 80px;
    }

    .ecoflow-mega-menu-dropdown.menu-type-product-grid {
        padding: 20px max(50vw - 720px, 60px) 80px;
    }

    .ecoflow-products-grid {
        /* grid-template-columns: repeat(4, 1fr); */
        /* AYNI KALIYOR */
        gap: 10px;
        /* Gap biraz kÃ¼Ã§Ã¼lÃ¼r */
    }

    .ecoflow-cards-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1200px) {
    .ecoflow-mega-menu-dropdown .ecoflow-mega-menu-inner {
        padding: 40px 40px 60px !important;
    }

    .ecoflow-product-grid-layout,
    .ecoflow-product-grid-container {
        flex-direction: column;
        gap: 40px;
    }



    .ecoflow-product-grid-right,
    .ecoflow-side-links {
        width: 100%;
        max-width: none;
    }

    .ecoflow-products-grid {
        /* grid-template-columns: repeat(4, 1fr); */
        /* AYNI KALIYOR */
        gap: 8px;
        /* Daha da kÃ¼Ã§Ã¼lÃ¼r */
    }

    /* ÃœrÃ¼n kartÄ± iÃ§eriÄŸi kÃ¼Ã§Ã¼lsÃ¼n */
    .ecoflow-product-card {
        padding: 12px 16px 16px;
        /* Padding kÃ¼Ã§Ã¼lt */
    }

    .ecoflow-product-title {
        font-size: 13px;
        /* BaÅŸlÄ±k kÃ¼Ã§Ã¼lt */
    }

    .ecoflow-product-specs {
        font-size: 11px;
        /* Specs kÃ¼Ã§Ã¼lt */
    }

    .ecoflow-list-columns {
        grid-template-columns: repeat(2, 1fr);
    }

    .ecoflow-tab-with-sidebar {
        flex-direction: column;
    }

    .ecoflow-tab-side-links {
        width: 100%;
        max-width: none;
    }

    .ecoflow-product-buttons .ecoflow-product-button:first-child::after {
        margin: 0 5px;
    }
}

@media (max-width: 768px) {
    .ecoflow-mega-menu-dropdown .ecoflow-mega-menu-inner {
        padding: 20px !important;
    }

    .ecoflow-products-grid,
    .ecoflow-cards-grid {
        grid-template-columns: 1fr;
    }

    .ecoflow-list-columns {
        grid-template-columns: 1fr;
    }

    .ecoflow-product-tabs {
        flex-direction: column;
        gap: 16px;
    }
}

/* LOADING STATE */
.ecoflow-menu-loading {
    padding: 60px 40px;
    text-align: center;
    color: #999;
    font-size: 16px;
}

.ecoflow-menu-loading span {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.ecoflow-menu-loading span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #e0e0e0;
    border-top-color: #000;
    border-radius: 50%;
    animation: ecoflow-spin 0.6s linear infinite;
}

@keyframes ecoflow-spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

.ecoflow-menu-error {
    padding: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}