.strazar-shop-shell-active a:focus-visible,
.strazar-shop-shell-active button:focus-visible,
.strazar-shop-shell-active input:focus-visible,
.strazar-shop-shell-active select:focus-visible,
.strazar-shop-shell-active textarea:focus-visible {
    outline: 3px solid var(--strazar-gold, #d7ae2f);
    outline-offset: 2px;
}

@media (max-width: 1024px) {
    .strazar-shop-shell-active .strazar-site-brand,
    .strazar-shop-shell-active .strazar-site-cart,
    .strazar-shop-shell-active .strazar-site-nav-toggle,
    .strazar-shop-shell-active .strazar-site-mobile-menu a,
    .strazar-shop-shell-active .strazar-site-mobile-close {
        min-height: 44px;
    }

    .strazar-shop-shell-active .strazar-site-cart,
    .strazar-shop-shell-active .strazar-site-nav-toggle {
        width: 44px;
        height: 44px;
    }

    .strazar-shop-shell-active .strazar-site-nav-toggle {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .strazar-shop-shell-active .strazar-site-nav-actions .strazar-site-btn-gold {
        min-height: 44px;
    }

    .strazar-shop-shell-active .strazar-site-footer-social a,
    .strazar-shop-shell-active .strazar-cart-toast-close {
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}
