/* ============================================================
   CUSTOM FULLWIDTH FOOTER — Reklamní dílna Od Máry
   Bezpečný pro Shoptet – nezasahuje do wrapperů ani layoutu
   ============================================================ */

/* === FOOTER MAIN WRAPPER === */
.omar-footer {
    background: #1a1a1a;
    color: #eaeaea;
    padding: 60px 20px;
    margin-top: 60px;
    width: 100%;
    box-sizing: border-box;
}

/* === INNER CONTENT WIDTH (stejná jako obsah Shoptetu) === */
.omar-footer .footer-inner {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* === FOOTER COLUMNS === */
.omar-footer h3 {
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
}

.omar-footer a {
    color: #eaeaea;
    text-decoration: none;
    line-height: 1.7;
    transition: 0.25s ease;
}

.omar-footer a:hover {
    color: #ffbfa3; /* jemný teplý odstín */
}

/* === ICONS === */
.omar-footer svg {
    fill: #ffffff;
    transition: 0.25s ease;
}

.omar-footer a:hover svg {
    fill: #ffbfa3;
}

/* === MOBILE === */
@media (max-width: 768px) {
    .omar-footer .footer-inner {
        flex-direction: column;
        gap: 25px;
    }
}

/* === HIDE ORIGINAL SHOPTET FOOTER === */
#footer,
#footer-wrapper,
.page-footer,
.shp-footer__bottom,
.shp-footer__creator,
.shp-footer__copyright,
.shoptet-credits {
    display: none !important;
}
