/* removes add to cart button from catalog */ 
.woocommerce .products .add_to_cart_button,
.woocommerce .products .ajax_add_to_cart {
    display: none !important;
}

/* Hide the price for the composite item */
.composite_price p.price, .single-product .composite_form .composite_price p.price {
    display: none !important;
}

/* Hide the quantity picker for the composite item */
.composite-quantity {
    display: none !important;
}


/* Change min-height to 10px for both components */
#component_1696282593_inner > div.component_selections > div.component_content > div > div,
#component_1696282594_inner > div.component_selections > div.component_content > div > div {
    min-height: 10px !important;
}


/* removes massive blank space on component items */
.product.content.summary_content.populated.cart.variations_form {
    min-height: auto !important;
}

div.product.content.summary_content.populated.cart {
    min-height: auto !important;
}

/* adds space above 'add to cart' button */
.woocommerce .button, .woocommerce input[type="submit"], .woocommerce ul.products li.product .added_to_cart, .woocommerce-page .button, .woocommerce-page input[type="submit"] {
  margin: 10px;
}
