.pogo-footer {
            background: linear-gradient(180deg, #05382b 0%, #03241b 40%, #021711 75%, #010d0a 100%) !important;
            color: #cbd5e1 !important;
            padding: 45px 20px 100px;
            font-family: 'Plus Jakarta Sans', sans-serif;
            border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
            box-shadow: 0 -12px 40px rgba(2, 25, 18, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
            position: relative;
            overflow: hidden;
        }

        .pogo-footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
            pointer-events: none;
        }

        .footer-inner {
            max-width: 1280px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        /* DESKTOP PREMIUM LAYOUT (SCREENSOT MATCH) */
        @media (min-width: 769px) {
            .pogo-footer {
                padding: 80px 40px 110px;
                background: linear-gradient(180deg, #064e3b 0%, #032b21 100%) !important;
            }

            .footer-brand-top {
                text-align: center;
                margin-bottom: 60px;
                max-width: 800px;
                margin-left: auto;
                margin-right: auto;
            }

            .footer-brand-top .pogo-logo-wrap {
                display: inline-block;
                margin-bottom: 20px;
                text-decoration: none;
            }

            .footer-brand-top .footer-socials {
                justify-content: center;
                display: flex;
                gap: 15px;
                margin-bottom: 25px;
            }

            .footer-brand-top p {
                font-size: 16px;
                line-height: 1.6;
                color: #fff;
                opacity: 0.9;
                font-weight: 500;
                letter-spacing: 0.3px;
                margin: 0 auto;
            }

            .footer-mobile-top {
                display: block !important;
                border: none !important;
                padding: 0 !important;
                margin-bottom: 20px;
            }

            .footer-socials {
                display: flex !important;
                justify-content: center !important;
                gap: 15px;
            }

            .footer-main-grid {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr 1.3fr;
                gap: 0;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                padding-top: 50px;
            }

            .footer-col {
                padding: 0 40px;
                border-right: 1px solid rgba(255, 255, 255, 0.1);
                position: relative;
            }

            .footer-col:last-child {
                border-right: none;
            }

            /* Vertical Divider Dots like image */
            .footer-col::after {
                content: '';
                position: absolute;
                top: 50%;
                right: -4.5px;
                width: 8px;
                height: 8px;
                background: var(--pogo-gold);
                border-radius: 50%;
                transform: translateY(-50%);
                opacity: 0.5;
                box-shadow: 0 0 10px var(--pogo-gold);
            }

            .footer-col:last-child::after {
                display: none;
            }

            .footer-heading {
                color: #fff;
                font-size: 17px;
                font-weight: 850;
                text-transform: uppercase;
                letter-spacing: 1.5px;
                margin-bottom: 30px;
                font-family: 'Outfit';
                border-bottom: 1px solid var(--pogo-gold);
                padding-bottom: 10px;
                display: inline-block;
            }

            .footer-links a {
                font-size: 14.5px;
                margin-bottom: 15px;
                color: #fff;
                opacity: 0.8;
                font-weight: 500;
                text-decoration: none;
                display: flex;
                transition: 0.3s;
            }

            .footer-links a:hover {
                color: var(--pogo-gold);
                opacity: 1;
                padding-left: 5px;
            }

            .footer-copy {
                margin-top: 70px;
                font-size: 12px;
                opacity: 0.4;
                letter-spacing: 2px;
                text-align: center;
                border-top: 1px solid rgba(255, 255, 255, 0.05);
                padding-top: 40px;
            }
        }

        /* MOBILE VIEW PRESERVED (100% Original) */
        @media (max-width: 768px) {
            .pogo-footer {
                padding: 25px 15px 115px;
            }

            .footer-brand-top p {
                display: none;
            }

            .footer-main-grid {
                display: grid !important;
                grid-template-columns: 1fr 1fr !important;
                gap: 20px 0 !important;
            }

            .footer-mobile-top {
                display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                width: 100% !important;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
                padding-bottom: 15px;
                margin-bottom: 15px;
                grid-column: span 2;
            }

            .footer-brand-top .pogo-logo-wrap {
                margin-bottom: 15px !important;
            }

            .footer-socials {
                display: flex !important;
                flex-direction: row !important;
                justify-content: center !important;
                gap: 15px;
                width: 100% !important;
            }

            .footer-col {
                padding: 0 !important;
                border: none !important;
            }

            .footer-col::after {
                display: none;
            }

            .footer-heading {
                display: block !important;
                font-size: 12.5px !important;
                margin-bottom: 14px !important;
                text-align: left;
                width: fit-content !important;
                border-bottom: 2px solid var(--pogo-gold) !important;
                padding-bottom: 6px !important;
                opacity: 0.95;
                letter-spacing: 0.8px;
            }

            .footer-links {
                display: flex;
                flex-direction: column;
                gap: 8px;
                list-style: none;
                padding: 0;
            }

            .footer-links a {
                font-size: 11.5px;
                color: #fff;
                opacity: 0.85;
                font-weight: 600;
                text-decoration: none;
            }

            .footer-col:nth-child(4) {
                grid-column: span 2 !important;
                border-top: 1px solid rgba(255, 255, 255, 0.1);
                padding-top: 15px !important;
                margin-top: 5px;
            }

            .info-list {
                display: flex;
                flex-wrap: wrap;
                gap: 8px 0;
                list-style: none;
                padding: 0;
            }

            .info-list li {
                width: 50%;
                font-size: 11.5px;
                display: flex;
                align-items: flex-start;
                gap: 6px;
            }

            .footer-copy {
                grid-column: span 2;
                margin-top: 12px;
                font-size: 10px;
                opacity: 0.5;
                text-align: center;
            }

            .desktop-only-nav {
                display: none !important;
            }
        }

        /* GENERIC CLASSES */
        .info-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .info-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            color: #fff;
            margin-bottom: 15px;
        }

        .info-list svg {
            width: 16px;
            height: 16px;
            fill: var(--pogo-gold);
            flex-shrink: 0;
            margin-top: 2px;
        }

        .social-btn {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.08) !important;
            backdrop-filter: blur(10px) !important;
            -webkit-backdrop-filter: blur(10px) !important;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.16) !important;
            transition: all 0.25s ease;
            text-decoration: none;
        }

        .social-btn:hover {
            background: #10b981 !important;
            color: #ffffff !important;
            border-color: #10b981 !important;
            box-shadow: 0 0 16px rgba(16, 185, 129, 0.5) !important;
            transform: translateY(-2px);
        }

        .social-btn svg {
            width: 18px;
            height: 18px;
            fill: currentColor;
        }

        .screen-reader-text, .sr-only {
            position: absolute !important;
            width: 1px !important;
            height: 1px !important;
            padding: 0 !important;
            margin: -1px !important;
            overflow: hidden !important;
            clip: rect(0, 0, 0, 0) !important;
            white-space: nowrap !important;
            border: 0 !important;
        }

.footer-main-logo {
                        height: 60px;
                        width: auto;
                        display: block;
                        filter: brightness(0) invert(1);
                        margin: 0 auto;
                    }

                    @media (max-width: 768px) {
                        .footer-main-logo {
                            height: 45px;
                        }
                    }

.footer-links a:hover {
        color: var(--pogo-gold);
        padding-left: 5px;
    }

    .contact-info {
        color: var(--pogo-text);
        font-size: 14px;
        line-height: 1.5;
    }

    .contact-item {
        display: flex;
        gap: 12px;
        margin-bottom: 15px;
    }

    .contact-item svg {
        width: 18px;
        height: 18px;
        fill: var(--pogo-gold);
        flex-shrink: 0;
        height: 100%;
        object-fit: cover;
        background: #fff;
    }

.pogo-drawer {
            position: fixed;
            top: 0;
            right: -100%;
            width: 85%;
            max-width: 380px;
            height: 100%;
            background: #fff;
            z-index: 31000;
            box-shadow: -15px 0 60px rgba(0, 0, 0, 0.2);
            transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            display: flex;
            flex-direction: column;
            pointer-events: none;
        }

        .pogo-drawer.active {
            right: 0;
            pointer-events: auto;
        }

        .pogo-drawer-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            z-index: 30999;
            opacity: 0;
            pointer-events: none;
            transition: 0.5s;
            backdrop-filter: blur(8px);
        }

        .pogo-drawer-overlay.active {
            opacity: 1;
            pointer-events: auto;
        }

        .drawer-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 25px 30px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.12);
            background: linear-gradient(135deg, #064e3b 0%, #047857 100%) !important;
            color: #fff;
        }

        .drawer-head .drawer-title {
            margin: 0;
            font-family: 'Outfit';
            font-weight: 950;
            text-transform: uppercase;
            font-size: 20px;
            letter-spacing: 1.5px;
        }

        .close-pogo-drawer {
            font-size: 28px;
            cursor: pointer;
            color: var(--pogo-gold);
            border: none;
            background: transparent;
            padding: 0;
            line-height: 1;
        }

        .drawer-body {
            flex: 1;
            overflow-y: auto;
            padding: 30px;
            scrollbar-width: none;
        }

        .drawer-body::-webkit-scrollbar {
            display: none;
        }

        .drawer-foot {
            padding: 35px 30px;
            border-top: 2px solid #f1f5f9;
            background: #fff;
        }

        .cart-item-drawer {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            margin-bottom: 20px;
            position: relative;
            border-bottom: 1px solid #f1f5f9;
            padding-bottom: 15px;
        }

        .cart-item-img {
            width: 75px;
            height: 75px;
            border-radius: 12px;
            overflow: hidden;
            background: #f8fafc;
            flex-shrink: 0;
            border: 1px solid #f1f5f9;
        }

        .cart-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .cart-item-details {
            flex: 1;
            position: relative;
            padding-right: 10px;
        }

        .cart-item-details a {
            text-decoration: none;
            color: var(--pogo-deep);
            font-weight: 850;
            font-size: 14px;
            display: block;
            margin-bottom: 5px;
            line-height: 1.3;
            font-family: 'Outfit';
        }

        .cart-item-meta {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .item-qty {
            font-size: 12px;
            font-weight: 700;
            color: #94a3b8;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .item-price {
            color: var(--pogo-gold);
            font-weight: 950;
            font-size: 16px;
        }

        .remove-cart-item-btn {
            font-size: 18px;
            color: #cbd5e1;
            text-decoration: none;
            cursor: pointer;
            transition: 0.3s;
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #f8fafc;
            border-radius: 10px;
            border: 1px solid #f1f5f9;
            flex-shrink: 0;
            align-self: flex-start;
            margin-top: 2px;
        }

        .remove-cart-item-btn:hover {
            color: #f43f5e;
            background: #fff1f2;
            border-color: #fecdd3;
        }

        .drawer-qty-row {
            display: flex;
            align-items: center;
            gap: 0;
            margin-top: 6px;
        }

        .drawer-qty-btn {
            width: 30px;
            height: 30px;
            border-radius: 10px;
            border: 1.5px solid #e2e8f0;
            background: #fff;
            color: #1e293b;
            font-size: 18px;
            font-weight: 400;
            line-height: 1;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: 0.2s;
            padding: 0;
        }

        .drawer-qty-btn:active {
            transform: scale(0.9);
            background: #f1f5f9;
        }

        .drawer-qty-num {
            width: 36px;
            text-align: center;
            font-size: 14px;
            font-weight: 800;
            color: #1e293b;
        }

        .cart-summary {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }

        .cart-summary .cart-summary-label {
            margin: 0;
            font-weight: 950;
            font-size: 19px;
            color: var(--pogo-deep);
            font-family: 'Outfit';
            text-transform: uppercase;
        }

        .drawer-checkout-btn {
            display: block;
            width: 100%;
            background: linear-gradient(135deg, #064e3b 0%, #047857 100%) !important;
            color: #fff !important;
            text-align: center;
            text-decoration: none;
            padding: 20px 0;
            border-radius: 18px;
            font-weight: 950;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            box-shadow: 0 10px 25px rgba(6, 78, 59, 0.35) !important;
            transition: all 0.3s ease;
        }

        .drawer-checkout-btn:hover {
            background: linear-gradient(135deg, #047857 0%, #059669 100%) !important;
            transform: translateY(-3px);
            box-shadow: 0 16px 35px rgba(6, 78, 59, 0.45) !important;
        }

        .drawer-view-cart {
            display: block;
            text-align: center;
            margin-top: 20px;
            font-size: 14px;
            font-weight: 900;
            color: #94a3b8;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
/* 🚫 WPNOTIF SUPPRESSION */
.wpnotif-fullscreen, .wpnotif-countrylist, .wpnotif_countrycode_search, #wpnotif_countrycode_search_field, .wpnotif-mobile-list {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    bottom: -9999px !important;
    left: -9999px !important;
    overflow: hidden !important;
}


/* ⚖️ POGO MALL LEGAL & POLICY PAGES STYLING */
.legal-container {
    max-width: 950px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    box-sizing: border-box;
}

.legal-card {
    background: #ffffff;
    border-radius: 35px;
    padding: 60px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.legal-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    background: linear-gradient(90deg, #074e44, #b99128, #074e44);
}

.legal-header {
    text-align: center;
    margin-bottom: 60px;
}

.legal-icon {
    width: 90px;
    height: 90px;
    background: #f0fdf4;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    color: #074e44;
    font-size: 36px;
    box-shadow: 0 10px 20px rgba(7, 78, 68, 0.1);
}

.legal-card h1 {
    font-size: 42px;
    font-weight: 950;
    color: #0f172a;
    margin: 0;
    letter-spacing: -1.5px;
}

.legal-content h2 {
    font-size: 24px;
    font-weight: 850;
    color: #1e293b;
    margin: 45px 0 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 10px;
}

.legal-content h2 i {
    color: #b99128;
}

.legal-content h3 {
    font-size: 19px;
    font-weight: 700;
    color: #334155;
    margin: 30px 0 15px;
}

.legal-content p {
    font-size: 16.5px;
    line-height: 1.9;
    color: #475569;
    margin-bottom: 25px;
}

.legal-content ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.legal-content ul li {
    padding: 18px 25px;
    background: #f8fafc;
    border-radius: 16px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #334155;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    border: 1px solid transparent;
    transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.legal-content ul li:hover {
    border-color: #074e44;
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.legal-content ul li i {
    color: #10b981;
    margin-top: 5px;
}

.highlight-box {
    background: #fff8eb;
    border-left: 6px solid #b99128;
    padding: 30px;
    border-radius: 4px 20px 20px 4px;
    margin: 40px 0;
}

.highlight-box p {
    margin: 0;
    color: #92400e;
    font-weight: 700;
    font-size: 17px;
}

.contact-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 35px;
    background: #25D366;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 850;
    font-size: 16px;
    margin-top: 30px;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.3);
}

.contact-badge:hover {
    background: #128C7E;
    transform: scale(1.05);
    color: #fff;
}

@media (max-width: 768px) {
    .legal-card {
        padding: 40px 25px;
        border-radius: 25px;
    }

    .legal-card h1 {
        font-size: 32px;
    }

    .legal-content p {
        font-size: 15px;
    }
}

/* 🚫 COMPLETE PERMANENT SUPPRESSION OF ORPHANED COUNTRYCODE SEARCH BOXES */
#digits_country_list_wrapper,
.digits-fullscreen,
.digits-countrycode-search,
.dig-cc-search,
.countrycode_search,
.digits-hide-countrycode,
.digits_country_list_wrapper,
.wpnotif-fullscreen,
.wpnotif-countrylist,
.wpnotif-countrycode-search,
.wpnotif-hide-countrycode {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
    clip: rect(0, 0, 0, 0) !important;
}
