
footer#colophon,
.site-footer,
.ast-footer-overlay,
.ast-small-footer,
.footer-adv,
.footer-adv-overlay,
.site-above-footer-wrap,
.site-primary-footer-wrap,
.site-below-footer-wrap,
.ast-builder-footer-grid-columns,
.ast-footer-copyright {
    display: none !important;
}

#deonshop-footer-premium {
    display: block !important;
    background: #0f0f10;
    color: #e7e7e7;
    margin: 0;
    padding: 0;
    font-family: inherit;
}

#deonshop-footer-premium * { box-sizing: border-box; }

.deonshop-footer-wrap {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 46px 0 18px;
}

.deonshop-footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr 1.15fr;
    gap: 34px;
}

.deonshop-footer-col h3 {
    margin: 0 0 14px;
    color: #d9ad45;
    font-size: 18px;
}

.deonshop-footer-col p {
    margin: 14px 0 0;
    color: #c7c7c7;
    line-height: 1.75;
    font-size: 14px;
}

.deonshop-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.deonshop-footer-col li {
    margin: 0 0 10px;
    line-height: 1.45;
}

.deonshop-footer-col a,
.deonshop-footer-col span {
    color: #d8d8d8;
    text-decoration: none;
    font-size: 14px;
}

.deonshop-footer-col a:hover { color: #d9ad45; }

.deonshop-footer-logo img {
    max-height: 62px;
    width: auto;
    max-width: 220px;
}

.deonshop-footer-brand-text {
    color: #d9ad45 !important;
    font-size: 22px !important;
    font-weight: 800;
}

.deonshop-footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 34px;
    padding-top: 18px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 13px;
    color: #aaa;
}

.deonshop-footer-wa {
    background: #d9ad45;
    color: #111 !important;
    text-decoration: none;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 7px;
}

@media (max-width: 900px) {
    .deonshop-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
    .deonshop-footer-wrap {
        width: min(100% - 28px, 1180px);
        padding-top: 34px;
    }
    .deonshop-footer-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }
    .deonshop-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
    .deonshop-footer-wa {
        width: 100%;
        text-align: center;
    }
}
