/**
* Theme Name:        avanam-toolpart
* Theme URI:         https://templatemela.com/
* Template:          avanam
* Author:            TemplateMela
* Author URI:        #
* Description:       This is a child theme of Avanam, generated by TemplateMela.
* Version:           1.0.0
* License:           GNU General Public License v3.0 (or later)
* License URI:       https://www.gnu.org/licenses/gpl-3.0.html
* Text Domain:       avanam-toolpart
* Requires at least: 6.2
* Tested up to:      6.6
* Requires PHP:      7.4
* Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widgets, blog, custom-logo, custom-background, custom-menu, rtl-language-support, editor-style, threaded-comments, custom-colors, featured-images, wide-blocks, full-width-template, theme-options, e-commerce

*/

.lang-switch{display:inline-flex;gap:4px;padding:2px;border:1px solid rgba(0,0,0,.15);border-radius:999px;background:#fff}
.lang-switch__item{display:inline-block;padding:.35rem .7rem;border-radius:999px;text-decoration:none;font-weight:600;line-height:1;opacity:.75}
.lang-switch__item:hover{opacity:1}
.lang-switch__item.is-active{background:#ffc107;color:#000;opacity:1}


/* Two-column layout for product categories */
.narazi-shop-layout {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}
.narazi-shop-layout.no-sidebar .narazi-shop-sidebar { display: none; }
.narazi-shop-main { flex: 1 1 auto; min-width: 0; }
.narazi-shop-sidebar { flex: 0 0 280px; max-width: 320px; }
@media (max-width: 992px) {
    .narazi-shop-layout { flex-direction: column; }
    .narazi-shop-sidebar { flex: 1 1 auto; max-width: none; }
}
