.woocommerce-product-details__short-description,
.product_meta,
.woocommerce-product-details__short-description p {
    word-wrap: break-word;
    word-break: normal; 
    overflow-wrap: break-word; 
    hyphens: auto;
    max-width: 100%;
    white-space: normal;
}
.single-title{
    display: none;
}


/* Product title */
.woocommerce-loop-product__title {
    font-size: 1rem !important;
    color: #F38020 !important;
    margin-top: 20px;
}

/* Product card spacing */
#shop-products .col-md-4 {
    margin-bottom: 30px;
}

/* Active filters */
#active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

#reset-filters {
    order: -1; 
}

.dashicons-search:before {
    color: #495057 !important;
}
input#product-search {
    padding-left: 15px !important;
}
.btn-outline-secondary:hover {
    color: #000 !important;
    background-color: transparent !important;
    border-color: #F38020 !important;
}
span.toggle-icon {
    display: none !important;
}

div#shop-pagination {
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
input.me-2.category-checkbox,
input.me-2.subcategory-checkbox {
    margin-right: 0.9rem !important;
}

.product-count {
  margin-left: 0.9rem !important;
}
label.d-flex.align-items-center.mb-0.cursor-pointer.main-category {
    font-weight: bold !important;
}

@media only screen and (max-width: 900px) {
    .col-md-9.product-grid {
    margin-top: 110px;
    }
}