    .footer {
        font-family: 'DM Sans', 'Plus Jakarta Sans', sans-serif !important;
        background: linear-gradient(180deg, #FAF5F8 0%, #FFFFFF 100%);
        border-top: 1px solid rgba(162, 34, 142, 0.08);
        padding-top: 45px;
        padding-bottom: 25px;
        position: relative;
        overflow: hidden;
    }

    .footer::before {
        content: '';
        position: absolute;
        top: -100px;
        right: -100px;
        width: 300px;
        height: 300px;
        background: radial-gradient(circle, rgba(162, 34, 142, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
        border-radius: 50%;
        pointer-events: none;
    }

    .footer-1 h5 {
        font-family: 'DM Sans', 'Plus Jakarta Sans', sans-serif !important;
        font-size: 15px;
        font-weight: 700;
        color: #111111;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 20px !important;
        position: relative;
        padding-bottom: 8px;
    }

    .footer-1 h5::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 30px;
        height: 2px;
        background: linear-gradient(90deg, #A2228E 0%, #E364B9 100%);
        border-radius: 2px;
    }

    .footer-1 ul.menu-footer {
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Reset theme's default footer bullet marks and padding */
    .footer-1 ul.menu-footer li {
        margin-bottom: 10px !important;
        padding-left: 0 !important;
        list-style: none !important;
    }

    .footer-1 ul.menu-footer li::before,
    .footer-1 ul.menu-footer li a::before,
    .footer-1 ul.menu-footer li::after,
    .footer-1 ul.menu-footer li a::after {
        content: none !important;
        display: none !important;
        padding: 0 !important;
        margin: 0 !important;
        background: none !important;
    }

    .footer-1 ul.menu-footer li a {
        font-family: 'DM Sans', 'Plus Jakarta Sans', sans-serif !important;
        background: none !important;
        /* Overwrites arrow-menu.svg background */
        padding: 0 !important;
        color: #444444 !important;
        font-size: 14.5px;
        font-weight: 500;
        text-decoration: none !important;
        transition: all 0.3s ease;
        display: inline-block;
    }

    .footer-1 ul.menu-footer li a:hover {
        color: #A2228E !important;
        transform: translateX(6px);
        text-decoration: none !important;
        background: none !important;
    }

    .contact-info-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .contact-info-item {
        display: flex;
        align-items: center;
    }

    .contact-icon-wrapper {
        width: 32px;
        height: 32px;
        background: #FFF0FA;
        color: #A2228E;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        margin-right: 10px;
        flex-shrink: 0;
        border: 1px solid rgba(162, 34, 142, 0.05);
        transition: all 0.3s ease;
    }

    .contact-info-item:hover .contact-icon-wrapper {
        background: #A2228E;
        color: #FFFFFF;
        transform: scale(1.08);
    }

    .contact-text {
        font-family: 'DM Sans', 'Plus Jakarta Sans', sans-serif !important;
        font-size: 14.5px;
        color: #444444;
        font-weight: 500;
        line-height: 1.4;
    }

    .contact-text a {
        color: #444444 !important;
        text-decoration: none !important;
        transition: color 0.3s ease;
        font-weight: 500;
    }

    .contact-text a:hover {
        color: #A2228E !important;
    }

    .footer-social-link {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #FFF0FA;
        color: #A2228E !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        border: 1px solid rgba(162, 34, 142, 0.1);
        text-decoration: none;
    }

    .footer-social-link:hover {
        background: linear-gradient(135deg, #A2228E 0%, #E364B9 100%);
        color: #fff !important;
        transform: translateY(-4px) rotate(360deg);
        box-shadow: 0 4px 10px rgba(162, 34, 142, 0.2);
        border-color: transparent;
    }

    .app-store-buttons a {
        transition: all 0.3s ease;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    }

    .app-store-buttons a:hover {
        transform: translateY(-2px) scale(1.03);
        box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
    }

    .footer-2 {
        /* margin-top: 30px; */
        /* border-top: 1px solid rgba(162, 34, 142, 0.08); */
        /* padding-top: 20px; */
        padding-bottom: 5px;
    }

    .footer-bottom {
        font-family: 'DM Sans', 'Plus Jakarta Sans', sans-serif !important;
        font-size: 13.5px;
        color: #555555;
        font-weight: 500;
    }

    .footer-bottom a {
        color: #A2228E !important;
        text-decoration: none !important;
        font-weight: 600;
        transition: all 0.3s ease;
    }

    .footer-bottom a:hover {
        text-decoration: underline !important;
        color: #E364B9 !important;
    }

    @media (max-width: 991px) {
        .footer-1 h5 {
            margin-bottom: 15px !important;
        }
    }

    @media (max-width: 767px) {
        .footer {
            padding-top: 35px;
            padding-bottom: 15px;
        }

        .footer-1 h5 {
            font-size: 14px !important;
            margin-bottom: 12px !important;
            padding-bottom: 6px;
        }

        .footer-1 h5::after {
            width: 25px;
            height: 2px;
        }

        .footer-1 ul.menu-footer li {
            margin-bottom: 8px !important;
        }

        .footer-1 ul.menu-footer li a {
            font-size: 13px !important;
        }

        .footer-2 {
            margin-top: 20px;
            padding-top: 15px;
        }

        .footer-bottom {
            font-size: 12.5px;
        }
    }

    @media (max-width: 575px) {
        .footer-1 .row>div {
            margin-bottom: 20px;
        }

        .footer-1 ul.menu-footer.quick-shop-menu {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 6px 12px;
        }

        .footer-1 ul.menu-footer.quick-shop-menu li {
            margin-bottom: 0 !important;
        }

        .app-store-buttons {
            gap: 8px !important;
        }

        .app-store-buttons img {
            max-width: 110px !important;
        }
    }