.site-footer {
    background: unset !important;
    color: unset !important;
    padding: unset !important;
}

.footer-top-section {
    background-color: #ffffff;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer-top-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo {
    margin-right: 20px;
}

.footer-logo img {
    max-width: 250px;
    height: auto;
}

.footer-logo .site-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.footer-slogan {
    text-align: right;
}

.footer-slogan h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
    text-wrap-style: pretty;
}

.footer-slogan p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.parfumlab-footer {
    background-color: #ffffff;
    color: #333333;
    padding: 50px 0 0 0;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid #e5e5e5;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.footer-column h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    position: relative;
}

.footer-column h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #333333;
}

.footer-menu,
.categories-list,
.brands-list,
.user-links,
.legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li,
.categories-list li,
.brands-list li,
.user-links li,
.legal-links li {
    margin-bottom: 10px;
}

.footer-menu li a,
.categories-list li a,
.brands-list li a,
.user-links li a,
.legal-links li a {
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease;
    display: inline-block;
}

.footer-menu li a:hover,
.categories-list li a:hover,
.brands-list li a:hover,
.user-links li a:hover,
.legal-links li a:hover {
    color: #D90368;
}

.footer-copyright {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    color: black;
    border-top: 1px solid #eaeaea;
}

.footer-copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.company-info-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.company-info {
    text-align: left;
}

.company-info p {
    font-size: 14px;
    margin: 0;
    color: #333;
}

.company-info strong {
    font-weight: 600;
}

.anpc-badges {
    display: flex;
    gap: 5px;
    align-items: center;
}

.anpc-badge img {
    width: 130px;
    height: auto;
    transition: opacity 0.2s ease;
}

.anpc-badge:hover img {
    opacity: 0.8;
}

.copyright-text {
    color: #000;
    font-size: 13px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #eaeaea;
    padding-top: 15px;
}

@media (max-width: 1200px) {
    .footer-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-column:nth-child(4),
    .footer-column:nth-child(5) {
        grid-column: span 1;
    }
}

@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-top-container {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-logo {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .footer-slogan {
        text-align: center;
    }
    
    .company-info-badges {
        flex-direction: column;
        gap: 15px;
    }
    
    .company-info {
        text-align: center;
    }
    
    .anpc-badges {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .parfumlab-footer {
        padding: 30px 0 0 0;
    }
    
    .footer-column {
        margin-bottom: 0;
        border-bottom: 1px solid #eaeaea;
    }
    
    .footer-column.active {
        margin-bottom: 10px;
    }
    
    .footer-column h4 {
        cursor: pointer;
        position: relative;
        padding: 15px 0;
        margin: 0;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
        -webkit-tap-highlight-color: transparent;
    }
    
    .footer-column h4:after {
        display: none;
    }
    
    .footer-column h4:before {
        content: '+';
        position: absolute;
        right: 0;
        font-size: 20px;
        font-weight: 300;
        transition: transform 0.2s ease;
    }
    
    .footer-column.active h4:before {
        content: '−';
    }
    
    .footer-menu,
    .categories-list,
    .brands-list,
    .user-links,
    .legal-links {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height 0.25s ease, opacity 0.2s ease;
        margin: 0;
        padding: 0;
        visibility: hidden;
        will-change: height;
    }
    
    .footer-column.active .footer-menu,
    .footer-column.active .categories-list,
    .footer-column.active .brands-list,
    .footer-column.active .user-links,
    .footer-column.active .legal-links {
        opacity: 1;
        padding: 5px 0 15px;
        visibility: visible;
    }
    
    .footer-menu li,
    .categories-list li,
    .brands-list li,
    .user-links li,
    .legal-links li {
        padding: 8px 0;
        margin-bottom: 0;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .footer-menu li:last-child,
    .categories-list li:last-child,
    .brands-list li:last-child,
    .user-links li:last-child,
    .legal-links li:last-child {
        border-bottom: none;
    }
    
    .footer-copyright {
        padding: 15px 0;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
    
    .anpc-badges {
        gap: 5px;
    }
    
    .anpc-badge img {
        width: 130px;
    }
}