.wc-block-grid__product .wc-block-grid__product-image img,
.attachment-woocommerce_single.size-woocommerce_single {
  width: 100%;
  height: 350px;
  object-fit: contain;
  background-color: #cfd1d0;
}

.wc-block-grid__product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cc_item_quantity {
    width: 50px!important;
    font-size: 14px!important;
}

.wp-block-button a {
    height: fit-content!important;
}

.wp-block-button.wc-block-grid__product-add-to-cart {
   display: flex!important;
    flex-direction: column!important;
    gap: 10px!important;
    flex-direction: column-reverse!important; 
    margin-top: 18px!important;
}

.added_to_cart.wc-forward {
    margin-top: 0!important;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
    margin-left: 0!important;
     margin-right: 0!important;
}

.wc-block-product-categories__button {
	background-color: #FFC857;
	border: 1px solid black!important;
	border-radius: 16px!important;
}
