/* Alap konténer stílusok */
.responsive-menu-container {
    position: relative;
}

/* Desktop menü stílusok */
.desktop-menu {
    display: block;
}

.desktop-menu-container {
    display: flex;
    gap: 25px;
    position: relative;
}

.mega-menu-columner a {
    display: block;
    text-decoration: none;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.05px;
    margin-bottom: 0px;
}


.mega-menu-columner {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item-wrapper {
    position: relative;
    display: inline-block;
}

a.desktop-menu-link {
    color: #050327;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
}

/* Mega menü stílusok */
.mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 800px;
    background-color: #fff;
    z-index: 1000;
    padding: 20px;
}

.menu-item-wrapper:hover .mega-menu {
    display: flex;
}

.mega-menu-column.featured-offer {
    padding: 0px;
}

.mega-menu-columnb {
    flex: 1;
    padding: 0 15px;
}

.menu-item-wrapper a {
    font-family: "mundial", Sans-serif;
    letter-spacing: 0.04px;
    color: #050327;
    font-weight: 300;
    font-size: 17px;
}

.mega-menu-columner a{
    display: block;
    text-decoration: none;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.05px;
    margin-bottom: 0px;
}
.mega-menu-column {
    flex: 1;
    padding: 0 15px;
}

.mega-menu-title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-weight: 300;
    position: relative;
    display: inline-block;
}

.mega-menu-title::after {
    content: "";
    width: calc(100% + 16px);
    height: 8px;
    background: #f3f8f3;
    display: block;
    position: absolute;
    bottom: 0;
    left: -8px;
    z-index: -1;
}

.product-categories a,
.mega-menu-column a {
    display: block;
    text-decoration: none;
    color: #050327;
    font-family: "mundial", Sans-serif;
    font-size: 15px;
    font-weight: 200;
    letter-spacing: 0.05px;
    margin-bottom: 0px;
}

.social-links svg {
    width: 35px;
    height: auto;
    border: 1px solid #9da896;
    fill: #f3f8f4;
    background-color: black;
    border-radius: 50%;
}

.product-categories {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-categories a:hover,
.mega-menu-column a:hover {
    color: #000;
}

/* Kiemelt ajánlat stílusok */
.featured-offer {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.featured-offer a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    text-decoration: none;
}

.featured-offer .overlaymenue {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-end;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 72.82%, rgba(0, 0, 0, 0.75) 100%);
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.featured-offer h3 {
    font-size: 20px;
    color: #ffffff;
    font-family: "mundial", Sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 3px;
}

.featured-offer p {
    margin: 0;
    text-align: left;
    color: #ffffff;
    font-family: "mundial", Sans-serif;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

/* Mobil menü stílusok */
.mobile-menu {
    display: none;
}

.mobile-menu-toggle {
    background: #33333300;
    color: #fff;
    padding: 0px;
    cursor: pointer;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.open {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-content {
    background: #fff;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    max-width: 300px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
    transition: transform 0.3s ease;
    transform: translateX(100%);
}

.mobile-menu-overlay.open .mobile-menu-content {
    transform: translateX(0);
}

.mobile-menu-links {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 24px 0;
}

.mobile-menu-link {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 16px;
}

.mobile-menu-link:last-child {
    border-bottom: none;
}



.mobile-menu-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    padding: 0px;
    position: absolute;
    right: 16px;
    top: 12px;
}

.mobile-menu-link a {
    color: #050327;
    font-family: "mundial", sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    display: block;
    padding: 0px 0;
}

.mobile-menu-header {
    display: flex;
    align-items: center;
}

/* Reszponzív beállítások */
@media (max-width: 768px) {
    .desktop-menu {
        display: none;
    }

    img.mobile-logo {
        width: 200px;
        height: auto;
    }

    .mobile-menu,
    .mobile-menu-toggle {
        display: block;
    }

    .social-links {
        display: flex;
        gap: 20px;
    }
    
    .social-links svg {
        width: 35px;
        height: auto;
        border: 1px solid #9da896;
        fill: #f3f8f4;
        background-color: black;
        border-radius: 50%;
    }
}