/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/storefront-child/
 Description:  Astra Child Theme
 Author:       Whitewhale
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/
.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

form {
  margin-bottom: unset;
}

.left-sidebar .content-area {
	width: 100% !important;
}

/* Hide subcategories by default */
.wc-block-product-categories-list--depth-1 {
    display: none;
    margin-left: 15px;
}

/* Parent category styling */
.wc-block-product-categories-list-item.has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Arrow button */
.category-toggle {
    cursor: pointer;
    margin-left: 8px;
    font-size: 12px;
    transition: transform 0.2s ease;
}

/* Rotate arrow when open */
.category-toggle.open {
    transform: rotate(90deg);
}