.single-product form.cart {
    display: block !important;
}

.single-product form.cart .garcias-flooring-calculator {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
}

.single-product form.cart .quantity {
    display: inline-block !important;
    width: auto !important;
    margin: 10px 12px 15px 0 !important;
    vertical-align: middle;
}

.single-product form.cart .quantity input.qty {
    width: 80px !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 8px !important;
    text-align: center;
}

.single-product form.cart button.single_add_to_cart_button {
    display: inline-block !important;
    width: auto !important;
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 24px !important;
    vertical-align: middle;
}
.garcias-subcategory-section {
    width: 100%;
    margin: 0 0 30px 0;
    clear: both;
}

.garcias-subcategory-section h2 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #222;
}

.garcias-subcategory-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}

.garcias-subcategory-button {
    display: inline-block;
    padding: 12px 22px;
    background: #990000;
    color: #fff !important;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.garcias-subcategory-button:hover {
    background: #ff7900;
    color: #fff !important;
}
.garcias-floating-cart {
    position: fixed;
    top: 44px;
    right: 95px;
    z-index: 9999;
    background: #D4AF37;
    color: #000000 !important;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    box-shadow: 0 5px 16px rgba(0,0,0,0.35);
    transition: all 0.2s ease;
    border: 2px solid #000000;
}

.garcias-floating-cart:hover {
    background: #FFD700;
    color: #000000 !important;
    transform: scale(1.06);
    border-color: #000000;
}

.garcias-cart-icon {
    font-size: 30px;
    line-height: 1;
    color: #000000 !important;
}

.garcias-floating-cart:hover .garcias-cart-icon {
    color: #000000 !important;
}

.garcias-cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #990000;
    color: #fff;
    min-width: 26px;
    height: 26px;
    padding: 0 7px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    border: 2px solid #D4AF37;
}
@media (max-width: 768px) {
    .garcias-floating-cart {
        top: auto !important;
        bottom: 85px !important;
        right: 18px !important;
        width: 60px;
        height: 60px;
    }

    .garcias-cart-icon {
        font-size: 27px;
    }
}
.garcias-back-to-shop-wrap {
    max-width: 1200px;
    margin: 22px auto 0 auto;
    padding: 0 15px;
}

.garcias-back-to-shop {
    display: inline-block;
    background: #990000;
    color: #ffffff !important;
    padding: 10px 16px;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 15px;
}

.garcias-back-to-home:hover {
    background: #ff7900;
    color: #ffffff !important;
}
/* Make WooCommerce product image boxes the same size */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    object-position: center;
    background: #fff;
}

/* Make product cards align better */
.woocommerce ul.products li.product {
    display: flex;
    flex-direction: column;
}

/* Keep buttons aligned lower */
.woocommerce ul.products li.product .button {
    margin-top: auto;
}