
@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb.eot');
    src: url('/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('/css/fonts/IRANSansWeb.woff2') format('woff2'), url('/css/fonts/IRANSansWeb.woff') format('woff'), url('/css/fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANSans';
    src: url('/css/fonts/IRANSansWeb_Bold.eot');
    src: url('/css/fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('/css/fonts/IRANSansWeb_Bold.woff2') format('woff2'), url('/css/fonts/IRANSansWeb_Bold.woff') format('woff'), url('/css/fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body {
    font-family: 'IRANSans',Tahoma, Arial, sans-serif;
}
.product-card img { max-height: 120px; object-fit: cover; }
.btn-qty { min-width: 44px; }
@media (max-width: 576px){ .btn-add{ display:block; } .product-card .btn-group{ width:100%; } }
@media print {
    nav, .navbar, .btn, .d-print-none {
        display: none !important;
    }

    .container {
        max-width: 100% !important;
    }
}