/* === WooCommerce Specific CSS === */
@media screen and (max-width: 767px) and (min-width: 480px) {
.woocommerce .column_grid {
    width: 47% !important;
    justify-content: space-between !important;
    }
.woocommerce .products .product.woo_digi_grid .price {
    font-size: 11px;
    }
}
.woocommerce .products.woogridrev .product {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.woocommerce-shop .sidebar .widget {
    background: white;
    padding: 10px;
    border-radius: 2px;
}
#woocommerce_product_tag_cloud-2 {
    background-color: #fff;
    padding: 15px;
}
@media (max-width: 479px) {
  .woocommerce .col_wrap_fourth .col_item, .tax-store .woocommerce .col_wrap_three .col_item {
    width: 48% !important;
    margin: 0 0 14px 0 !important;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    display: inline-block;
    vertical-align: top;
  }
  
  .woocommerce .products .product.woo_digi_grid .price {
    font-size: 10px;
    }

  .woocommerce .col_wrap_fourth .col_item:nth-child(2n), .tax-store .woocommerce .col_wrap_three .col_item:nth-child(2n) {
    margin-right: 0 !important;
  }

  .woocommerce .col_wrap_fourth, .tax-store .woocommerce .col_wrap_three {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }

  /* Optional: Add hover effect */
  .woocommerce .col_wrap_fourth .col_item:hover, .tax-store .woocommerce .col_wrap_three .col_item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}
.woocommerce .sidebar .widget {
    background: white;
    padding: 10px;
    border-radius: 2px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}