/*
Theme Name: Mien Child
Theme URI: https://mien.qodeinteractive.com
Description: A child theme of Mien
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: mien
Template: mien
*/


.type-product .qodef-woo-product-title {
    text-align: left;
}

.type-product .qodef-woo-product-title a {
    font-weight: 400;
    font-size: 14px;
}

.type-product .price {
    float: left;
    margin: 0px!important;
    font-weight: 600;
}

.type-product .add_to_cart_button {
    margin-top: 1rem!important;
    width: 100%!important;
    justify-content: center!important;
}

.qodef-woo-product-list .qodef-e-content {
    margin: 12px 0 0!important;
}


.custom-subcategories-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 2rem; /* Some spacing before the product loop */
}

.custom-subcat-item img {
  width: 160px; 
  height: 160px; 
  object-fit: cover; 
  border-radius: 50%; /* circular */
  display: block;
  margin: 0 auto 0.5rem; /* center and space below */
}

.custom-subcat-name {
  display: block;
  text-align: center;
  font-weight: 500;
  font-family: 'Inter';
}

.my-archive-heading {
    text-align: center;
    font-size: 2rem; /* or whatever fits your design */
    margin-bottom: 1.5em;
}

.tax-product_cat .qodef-page-title {
    display: none;
}

.tax-product_cat #qodef-page-inner {
    padding-top: 0px!important;
}