/* Afriyah WooCommerce — auto-split (do not edit by hand; regenerate via tools/split_woo_custom_css.py) */


/* Fix Excess Top Spacing on Product Page */
.single-product .site-content {
    padding-top: 20px !important;
    /* Comfortable inset so PDP does not hug the viewport edge */
    padding-left: clamp(16px, 3vw, 36px) !important;
    padding-right: clamp(16px, 3vw, 36px) !important;
    /* Override default 60px+ */
}

.single-product .product {
    margin-top: 0 !important;
}

/* Sidebar visibility on desktop only (mobile uses collapsible slot in archive toolbar) */
/* Keep filter column and grid on one row (desktop) */
@media (min-width: 992px) {

    .woo-products .wf-row.wf-g-5 {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: flex-start !important;
    }
}

@media (min-width: 992px) {

    .post-type-archive-product #wf-sidebar.af-shop-sidebar,
    .tax-product_cat #wf-sidebar.af-shop-sidebar,
    .tax-product_tag #wf-sidebar.af-shop-sidebar,
    body.woocommerce-shop #wf-sidebar.af-shop-sidebar,
    body.woocommerce-archive #wf-sidebar.af-shop-sidebar {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

/* Prevent any parent/legacy sidebars from showing on shop archives */
.post-type-archive-product aside.widget-area,
.tax-product_cat aside.widget-area,
.tax-product_tag aside.widget-area {
    display: none !important;
}
