/* Custom Responsive tweaks for SanetHub Mall */
.sanethub-mall-wrapper {
    scroll-behavior: smooth;
}

/* Offset sticky header when admin bar is present */
body.admin-bar .sticky-header {
    top: var(--wp-admin--admin-bar--height, 32px);
}
@media screen and (max-width: 782px) {
    body.admin-bar .sticky-header {
        top: 46px;
    }
}

.sticky-header {
    position: sticky;
    top: 0;
}

.hero-bg {
    background-image: linear-gradient(135deg, rgba(6, 78, 59, 0.95) 0%, rgba(20, 83, 45, 0.9) 100%);
    background-position: center;
    background-size: cover;
}

/* Custom transitions and scroll margins */
#categories-section, #special-deals {
    scroll-margin-top: 100px;
}
