.footer-sm-widget {
    display: none;
}

@media (max-width: 896px) {

    .footer-sm-widget {
        display: flex;
        z-index: 1001 !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 48px 16px 0px 16px;
        overflow: hidden;
        background-color: #FEF8E8;
        XXXborder: solid 1px red;
    }

    .footer-sm-widget * {
        XXXborder: solid 1px red;
        -webkit-tap-highlight-color: transparent !important;
    }

    .footer-sm-widget__area {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        max-width: 1152px;
        height: 100%;
        gap: 32px;
        overflow: hidden;
    }

    .footer-sm-widget__service {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: auto;
        gap: 18px;
        overflow: hidden;
    }

    .footer-sm-widget__service_item {
        display: flex;
        position: relative;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        min-height: auto;
        gap: 18px;
        overflow: hidden;
    }

    .footer-sm-widget__service_item-main {
        display: flex;
        z-index: 3;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: auto;
        padding: 0px 0px;
        margin: 0px 32px 0px 0px;
        overflow: hidden;
        font-size: 15px;
        font-weight: 500;
        color: #161616;
        cursor: pointer;
        user-select: none;
    }

    .footer-sm-widget__service_item-wrapper {
        display: flex;
        z-index: 2;
        position: absolute;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        width: 16px;
        height: 16px;
        top: 1px;
        right: 0;
        overflow: hidden;
    }

    .footer-sm-widget__service_item-wrapper img {
        display: flex;
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none;
        transition: transform 0.3s ease;
    }

    .footer-sm-widget__service_item-wrapper img.is-rotated {
        transform: rotate(180deg);
    }

    .footer-sm-widget__service_item-links {
        display: none;
        flex-direction: column;
        align-items: start;
        justify-content: start;
        width: 100%;
        height: auto;
        gap: 8px;
        overflow: hidden;
    }

    .footer-sm-widget__service_item-link {
        display: flex;
        align-items: start;
        justify-content: start;
        width: 100%;
        min-height: 12px;
        padding: 0px 0px;
        margin: 0;
        overflow: hidden;
        cursor: pointer;
        font-size: 13px;
        font-weight: 400;
        color: #161616;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .footer-sm-widget__service_item-link:hover {
        color: #F44A22;
    }

    .footer-sm-widget__service_item-link.is-active,
    .footer-sm-widget__policy_group-link.is-active {
        color: #F44A22;
        font-weight: 600;
    }

    .footer-sm-widget__social {
        display: flex;
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 32px;
        overflow: hidden;
    }

    .footer-sm-widget__social_wrapper {
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 56px;
        overflow: hidden;
    }

    .footer-sm-widget__social_wrapper img {
        display: flex;
        width: auto;
        height: 100%;
        object-fit: cover;
        user-select: none;
    }

    .footer-sm-widget__social_group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: space-between;
        width: 100%;
        height: auto;
        gap: 8px;
        overflow: hidden;
    }

    .footer-sm-widget__social_group-link {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 28px;
        overflow: hidden;
        border-radius: 0px;
        text-decoration: none;
    }

    .footer-sm-widget__social_group-link a {
        text-decoration: none;
        user-select: none;
    }

    .footer-sm-widget__social_group-link img {
        display: flex;
        width: 28px;
        height: 28px;
        object-fit: cover;
        transition: opacity 0.3s ease;
    }

    .footer-sm-widget__social_group-link img:hover {
        opacity: 0.7;
    }

    .footer-sm-widget__payment {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: start;
        width: 100%;
        height: auto;
        gap: 16px;
        overflow: hidden;
    }

    .footer-sm-widget__payment_group {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: start;
        justify-content: start;
        width: auto;
        height: auto;
        gap: 8px;
        overflow: hidden;
    }

    .footer-sm-widget__payment_group-method {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: auto;
        height: 28px;
        overflow: hidden;
        border-radius: 6px;
        text-decoration: none;
        border: 1px solid #E4E2E3;
    }

    .footer-sm-widget__payment_group-method img {
        display: flex;
        width: auto;
        height: 28px;
        object-fit: cover;
        user-select: none;
    }

    .pix {
        padding: 1px !important;
    }

    .footer-sm-widget__policy {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: 100%;
        min-height: auto;
        overflow: hidden;
    }

    .footer-sm-widget__policy_group {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        width: auto;
        min-height: auto;
        gap: 16px;
        overflow: hidden;
    }

    .footer-sm-widget__policy_group-link {
        display: flex;
        align-items: start;
        justify-content: start;
        width: auto;
        min-height: auto;
        overflow: hidden;
        font-size: 11px;
        font-weight: 400;
        color: #161616;
        transition: color 0.3s ease;
        text-decoration: none;
    }

    .footer-sm-widget__policy_group-link:hover {
        color: #F44A22;
    }

    .footer-sm-widget__credit {
        display: flex;
        text-align: center;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        min-height: 88px;
        padding: 0px 0px 0px 0px;
        margin: 0;
        overflow: hidden;
        font-size: 10px;
        font-weight: 500;
        color: #161616;
        border-top: 1px solid #E4E2E3;
        text-decoration: none;
    }

    /* --- Newsletter Section Mobile --- */
    .footer-sm-widget__newsletter {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 16px;
        XXXpadding-bottom: 24px;
        XXXborder-bottom: 1px solid #E4E2E3;
    }

    .footer-sm-widget__newsletter_info {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .footer-sm-widget__newsletter_title {
        font-size: 15px;
        font-weight: 500;
        color: #161616;
        margin: 0;
    }

    .footer-sm-widget__newsletter_subtitle {
        font-size: 13px;
        font-weight: 400;
        color: #161616;
        margin: 0;
    }

    .footer-sm-widget__newsletter_form {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .footer-sm-widget__newsletter_input {
        width: 100%;
        height: 44px;
        padding: 0 14px;
        border: 1px solid #E4E2E3;
        background-color: #ffffff;
        color: #161616;
        border-radius: 6px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 500;
        outline: none;
        box-sizing: border-box;
        transition: border-color 0.2s ease;
    }

    .footer-sm-widget__newsletter_input:focus {
        border-color: #F44A22;
    }

    .footer-sm-widget__newsletter_input:-webkit-autofill,
    .footer-sm-widget__newsletter_input:-webkit-autofill:hover,
    .footer-sm-widget__newsletter_input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
        -webkit-text-fill-color: #161616 !important;
        caret-color: #161616;
        transition: background-color 9999s ease-in-out 0s;
    }

    .footer-sm-widget__newsletter_submit {
        width: 100%;
        height: 44px;
        background-color: transparent;
        border: 2px solid #F44A22;
        color: #F44A22;
        border-radius: 6px;
        font-family: 'Inter', sans-serif;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    }

    .footer-sm-widget__newsletter_submit.is-filled {
        background-color: #F44A22;
        color: #FEF8E8;
    }

    .footer-sm-widget__newsletter_submit.is-filled:hover {
        opacity: 0.9;
    }

    .footer-sm-widget__newsletter_submit:disabled {
        opacity: 0.6;
        cursor: not-allowed;
    }

    /* Toast Notification Styles Mobile */
    #toast-container {
        position: fixed;
        top: 16px;
        right: 16px;
        left: 16px;
        z-index: 9999;
    }

    .toast {
        width: calc(100% - 32px);
        min-width: 0;
        max-width: 100%;
        margin-bottom: 10px;
        padding: 14px 18px;
        border-radius: 6px;
        color: #ffffff;
        font-size: 13px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
        animation: toastFadeIn 0.3s ease;
        transition: opacity 0.3s ease;
        box-sizing: border-box;
    }

    .toast.success {
        background-color: #198754;
    }

    .toast.error {
        background-color: #dc3545;
    }

    @keyframes toastFadeIn {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 275px) {

    .footer-sm-widget__service_item-wrapper {
        display: none;
    }
}