/*
 Theme Name: Astra Child
 Theme URI: https://wanderlustliving.co.in/
 Description: Child theme for Astra.
 Author: Wanderlust Home
 Author URI: https://wanderlustliving.co.in/
 Template: astra
 Version: 1.0.0
*/

/*@import url("../astra/style.css"); /* Optional for older WP versions */

/* Hide size buttons and labels only on the Shop page */
.archive .variations_form,
.archive .variable-items-wrapper,
.archive .variations,
.archive .woo-variation-swatches {
    display: none !important;
}
.wc-block-product-categories__button {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000; /* adjust border color as needed */
  background-color: #fff;
  padding: 0;
  margin-left: 8px; /* to give space from the dropdown */
  cursor: pointer;
}

.wc-block-product-categories__button svg {
  width: 20px;
  height: 20px;
  fill: #000; /* icon color */
  display: inline-block;
}
