.block-heading,
.text-block-content>div:not(:last-child),
footer .cloth-our-store-footer p,
footer .electronic-our-store-footer div {
    margin-bottom: 10px
}

.copy-right-logo .svg-placeholder {
    width: 100px;
    height: 30px
}

.footer-bottom .copyright-placeholder-img.svg-placeholder {
    height: 30px;
    width: 230px
}

.block-heading,
.copyright-text a,
.text-block-content label,
footer .footer-logo {
    font-weight: var(--font-weight-500);
    color: var(--dark-color)
}

.block-heading,
.copyright-text a,
.text-block-content label,
footer .footer-email-info a:hover,
footer .footer-logo,
footer a:hover {
    color: var(--dark-color)
}

.copyright-text,
.social-html-content ul {
    font-size: var(--font_size_minus2)
}

.footer-top {
    padding-bottom: 20px;
    padding-top: 70px;
    border-bottom: 1px solid var(--extra-medium-gray)
}

.footer-payment_icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.footer-bottom {
    padding: 33px 0
}

footer .footer-logo {
    margin-bottom: 20px
}

.footer-menu-link li {
    position: relative;
    padding: 0;
    list-style: none;
    width: 100%
}

footer .footer-menu-link li a {
    margin-bottom: 5px;
    display: inline-block
}

.copyright-text p,
footer .electronic-our-store-footer div:last-child,
footer .electronic-our-store-footer div:nth-child(3),
footer .footer-menu-link li:last-child a,
footer .footer-newsletter label p:last-child {
    margin-bottom: 0
}

footer {
    line-height: var(--font_size_plus7)
}

footer .hongo-contact-info-wrap>div:not(:first-child) {
    margin-bottom: 15px
}

footer .store-location-map {
    height: 120px
}

footer .store-location-map a {
    height: 100%;
    display: block
}

footer .footer-email-info a:hover {
    text-decoration: underline
}

footer .information {
    padding-right: 100px
}

footer .information p {
    width: 75%
}

/* .copyright-text a {
    border-bottom: 1px solid
} */

.copy-right-logo.copy-right-separator {
    padding-right: 35px;
    border-right: 1px solid var(--extra-medium-gray);
    margin-right: 35px
}

.text-block-content p {
    line-height: var(--font_size_plus10);
    width: 90%;
    margin-bottom: 15px
}

footer .border-left {
    border-left: 1px solid var(--extra-medium-gray);
    padding-left: 10%
}

footer .footer-newsletter h5 {
    margin-bottom: 10px;
}

footer .footer-newsletter p {
    margin-bottom: 32px;
}

footer .footer-newsletter .newslatter-input {
    padding: 14px 55px 14px 27px;
    background-color: transparent;
    border-width: 1.5px;
    border-radius: 50px;
    height: 50px;
}

footer .footer-newsletter .newslatter-input::placeholder {
    color: var(--dark-color)
}

footer .footer-newsletter .newslatter-input::-webkit-input-placeholder {
    color: var(--dark-color)
}

footer .footer-newsletter .newslatter-input:-ms-input-placeholder {
    color: var(--dark-color)
}

footer .footer-newsletter button {
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    border: 0;
    height: 100%;
    font-size: 20px;
}

footer .form-agreement input {
    height: 16px;
    width: 16px;
    margin-bottom: 0;
    margin-right: 10px;
    margin-top: 4px;
    padding: 0
}

footer .electronic-our-store-footer .secure-payments,
footer .footer-newsletter .form-agreement,
footer .footer-newsletter .payment-icon {
    margin-top: 20px
}

footer .footer-newsletter .form-agreement p {
    padding: 0
}

footer .cloth-our-store-footer a {
    margin-bottom: 30px
}

footer .cloth-our-store-footer .btn-link-white:hover {
    color: var(--white-color)
}

footer .electronic-our-store-footer i {
    color: var(--white-color);
    margin-right: 10px
}

.social-html-content ul {
    list-style: none
}

.social-html-content ul li {
    padding-left: 15px;
    display: inline-block
}

.social-html-content ul li:first-child {
    padding-left: 0
}

footer .instagram .row {
    margin: 0 -5px
}

footer .instagram .insta-items {
    padding: 5px
}

footer .instagram .insta-btn {
    font-size: var(--font_size_minus4);
    letter-spacing: -.5px;
    padding: 10px 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    word-break: break-all
}

footer .instagram .insta-btn i {
    font-size: 16px;
    top: 0
}

footer .insta-items .insta-hover i {
    font-size: var(--font_size_plus5)
}

.copyright {
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

footer .social-icon-only {
    display: flex;
    justify-content: center;
    gap: 15px;
}

footer .social-icon-only li {
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
}

footer .social-icon-only li p {
    margin: 0;
}

@media (max-width: 1599px) {
  .footer-bottom .copyright {
    max-width: 85%;
    margin: auto;
  }
}
@media (max-width:1199px) {
    .site-footer {
        font-size: var(--font_size_minus1)
    }

    .text-block-content p,
    footer .information p {
        width: 90%
    }

    .footer-top {
        padding-top: 50px;
    }

    footer .information {
        padding-right: 60px
    }

    footer .border-left {
        padding-left: 7%
    }
    footer .footer-newsletter p {
        margin-bottom: 20px;
    }

    .footer-bottom .copyright {
        margin-top: 20px;
        text-align: center
    }
}

@media (max-width:991px) {
    .site-footer {
        font-size: var(--font_size)
    }

    .footer-top {
        padding-bottom: 0px;
        padding-top: 50px
    }

    .footer-bottom {
        padding: 15px 0 25px
    }

    .text-block-content p {
        width: 100%;
        margin-bottom: 10px
    }

    footer .footer-block {
        margin-bottom: 30px
    }

    footer .footer-logo {
        margin-bottom: 15px
    }

    footer .border-left {
        border-left: 0;
        padding-left: 15px
    }

    footer .information {
        padding-right: 15px
    }

    .copy-right-logo.copy-right-separator {
        padding-right: 15px;
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .footer-bottom .footer-bottom-column {
        margin-bottom: 20px
    }

    footer .footer-menu-link li a {
        margin-bottom: 8px
    }

    .text-block-content p,
    footer .information p {
        width: 100%
    }

    .footer-bottom {
      padding: 0 0 25px;
    }

    /* .footer-bottom .copyright>div,
    footer .footer-block:last-child {
        margin-top: 15px
    } */

    footer .footer-block.mobile-wrapper {
        margin-bottom: 0;
        margin-top: 0 !important
    }

    footer .footer-block .mobile-toggle+ul {
        margin-bottom: 17px;
        display: none
    }

    footer .footer-block .mobile-toggle {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        border-top: 1px solid var(--extra-medium-gray);
        padding: 17px 0
    }

    footer .footer-block.footer-newsletter+.footer-block .mobile-toggle,
    footer .footer-block.informaiton+.footer-block .mobile-toggle,
    footer .footer-block.text-block-content+.footer-block .mobile-toggle,
    footer .footer-block:first-child .mobile-toggle {
        border-top: 0;
        padding-top: 0
    }

    footer .footer-block .mobile-toggle:after {
        font-size: var(--font_size_minus3);
        content: "\F282";
        margin-left: auto;
        transition: transform .3s;
        display: inline-block;
        font-family: bootstrap-icons !important;
        font-style: normal;
        font-weight: 900 !important;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        vertical-align: -.125em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    footer .footer-block .mobile-toggle.menu-open:after {
        transform: rotateX(180deg)
    }

    footer .text-block-content {
        order: -1
    }

    .footer-top {
        padding-top: 40px
    }

    .text-block-content {
        margin-bottom: 0
    }

    .block-heading {
        margin-bottom: 15px
    }

    .copy-right-logo.copy-right-separator {
        padding-right: 0;
        margin-right: 0;
        border: 0;
        margin-bottom: 15px
    }
    .footer-payment_icon-wrapper .payment-icon-item {
        width: 34px;
    }
}

/* CUSTOM CSS */
footer {
    position: relative;
}
footer::before,
footer::after {
    content: '';
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
footer::before {
    left: 0;
    width: 261px;
    height: 372px;
    background-image: url('/cdn/shop/files/Splash_small_2b540043-e624-4daa-a7db-04745dd75312.png?v=1750056816');
}
footer::after {
    right: 0;
    width: 305px;
    height: 324px;
    background-image: url('/cdn/shop/files/Splash_komplett.png?v=1750056816');
}
footer .footer-newsletter {
    margin: 0 auto;
    text-align: center;
    max-width: 550px;
    margin-bottom: 35px;
}
footer .footer-newsletter #newsletter-form-footer {
    max-width: 94%;
    margin: auto;
}
footer .copyright-text {
    display: flex;
    gap: 30px;
    align-items: center;
}
footer .copyright-text .footer-bottom-links {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 8px;
    align-items: center;
    border-left: 1px solid #fff;
    padding-left: 20px;
}
footer .copyright-text a {
    text-decoration: none;
}
@media (max-width: 1199px) {
    footer .copyright-text {
        gap: 18px;
    }
    footer .copyright-text .footer-bottom-links {
        column-gap: 18px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    footer:before {
        width: 210px;
        height: 299px;
    }
    footer:after {
        width: 235px;
        height: 250px;
    }
    footer .footer-newsletter {
        max-width: 600px;
    }
    footer .copyright-text {
        gap: 10px;
        flex-direction: column;
    }
    footer .copyright-text .footer-bottom-links {
        padding-left: 0;
        border: none;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    footer:before {
        width: 160px;
        height: 228px;
    }
    footer:after {
        width: 175px;
        height: 186px;
    }
}
@media (max-width: 575px) {
    footer:before {
        width: 120px;
        height: 171px;
    }
    footer:after {
        width: 135px;
        height: 143px;
    }
}