.main-footer {
    /* margin-top: var(--container-vertical-space); */
    border-top: none;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, #0f0f0f 100%);
    color: var(--color-text-footer);
    position: relative;
    overflow: hidden;
}

.main-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

.footer-top-modern {
    position: relative;
    z-index: 1;
}

.main-footer a {
    color: var(--color-text-footer);
    transition: all 0.3s ease;
    position: relative;
}

.no-touchevents .main-footer a:hover {
    color: #ffffff;
    transform: translateX(3px);
}

.footer-column-modern a {
    position: relative;
    padding-left: 0;
    transition: all 0.3s ease;
}

.footer-column-modern a::before {
    content: '→';
    position: absolute;
    left: -1px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
    transform: translateX(-5px);
}

.footer-column-modern a:hover {
    padding-left: 25px;
}

.footer-column-modern a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.social-icon-modern:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.newsletter-form-modern input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

.newsletter-form-modern input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

.newsletter-form-modern input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

.newsletter-form-modern input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
}

.newsletter-form-modern input:focus {
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.newsletter-form-modern button:hover {
    background: #f5f5f5 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.payment-methods-modern img:hover {
    opacity: 1 !important;
    transform: scale(1.1);
}

.main-footer .social-icons {
    margin-bottom: 1rem
}

.main-footer .social-icons svg * {
    fill: var(--color-text-footer);
    transition: all .1s linear
}

.no-touchevents .main-footer .social-icons a:hover svg * {
    fill: var(--color-accent-footer)
}

.main-footer .localization-form__item-text {
    color: var(--color-text-footer)
}

.main-footer .localization-form__item-symbol svg path {
    fill: var(--color-text-footer)
}

.main-footer .footer-item__menu span {
    display: block;
    margin-bottom: .3125rem
}

.main-footer .footer-item__content>:last-child {
    margin-bottom: 0
}

.shop-login-button {
    display: block;
    margin-top: 1.125rem
}

.footer-bottom>div {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 1024px) {
    .footer-brand-section {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .footer-links-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-modern {
        padding: 60px 15px !important;
    }

    .footer-brand-section {
        margin-bottom: 50px !important;
        padding-bottom: 40px !important;
    }

    .footer-links-grid {
        grid-template-columns: 1fr !important;
        gap: 35px !important;
    }

    .footer-bottom-modern > div {
        flex-direction: column !important;
        text-align: center !important;
    }

    .payment-methods-modern {
        justify-content: center !important;
    }

    .footer-bottom>div {
        flex-direction: column
    }

    .footer-bottom>div .localization-form {
        margin-inline-start: -.9375rem;
        margin-top: .625rem
    }
}

.footer-top+.footer-bottom {
    border-top: 1px solid var(--color-borders-footer)
}

.footer-item__icons {
    display: flex;
    flex-wrap: wrap;
    gap: .3125rem
}

.footer-item__icons img {
    border-radius: 2px
}

.footer-item__newsletter input#Email-newsletter-footer-block {
    background: var(--color-background-footer);
    color: var(--color-text-footer);
    padding-inline-end: 2.5rem;
    border-color: var(--color-borders-footer)
}

.footer-item__newsletter input#Email-newsletter-footer-block::placeholder {
    color: var(--color-text-footer)
}

.footer-item__newsletter input#Email-newsletter-footer-block:-webkit-autofill,
.footer-item__newsletter input#Email-newsletter-footer-block:-webkit-autofill:hover,
.footer-item__newsletter input#Email-newsletter-footer-block:-webkit-autofill:focus,
.footer-item__newsletter input#Email-newsletter-footer-block:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1.875rem var(--color-background-footer) inset !important;
    -webkit-text-fill-color: var(--color-text-footer)
}

.footer-item__newsletter button[type=submit] {
    top: 0;
    position: absolute;
    width: 50px;
    height: 100%;
    padding-top: 9px
}

html[dir=rtl] .footer-item__newsletter button[type=submit] {
    left: 0
}

html[dir=ltr] .footer-item__newsletter button[type=submit] {
    right: 0
}

.no-touchevents .footer-item__newsletter button[type=submit]:hover svg {
    opacity: 1
}

.footer-item__newsletter button[type=submit] svg {
    width: 65%;
    height: 65%;
    opacity: .66;
    transition: all .1s linear
}

.footer-item__newsletter button[type=submit] svg path {
    stroke: var(--color-text-footer)
}

/*# sourceMappingURL=/cdn/shop/t/49/assets/section-footer.css.map?v=18220400882987732731760045855 */