/*
Theme Name: Aghaj Lite Child
Theme URI: https://aghajstore.ir/
Description: Lightweight and safe child theme for The7 15.0.6 - Aghaj Store
Author: Aghaj Store
Version: 3.0.0
Template: dt-the7
Text Domain: aghaj-lite
*/

:root {
    --aghaj-mobile-gap: 16px;
    --aghaj-radius: 10px;
}

html { overflow-x: hidden; }
body { overflow-x: hidden; }
img, video, iframe { max-width: 100%; }

@media (max-width: 767px) {
    .wf-container, .wf-wrap, .content, .sidebar {
        box-sizing: border-box;
        max-width: 100%;
    }
    .wf-container {
        padding-left: var(--aghaj-mobile-gap);
        padding-right: var(--aghaj-mobile-gap);
    }
    article img, .post img, .woocommerce img {
        height: auto;
        max-width: 100%;
    }
    article, .post { overflow-wrap: anywhere; }
    article table, .post table, .woocommerce table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    button, input[type="button"], input[type="submit"], .button, .dt-btn, a.button {
        min-height: 44px;
    }
    h1, h2, h3, h4, h5, h6 { overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
