/**
 * WooCommerce specific styles for WP Shop Woocommerce Child Theme
 *
 * Override WooCommerce styles here to keep them organized and separate
 * from general theme styles.
 *
 * @package WP_Shop_Woocommerce_Child
 */

/* ==========================================================================
   Shop Page
   ========================================================================== */

/* Product Grid */

/* Product Card */

/* ==========================================================================
   Single Product Page
   ========================================================================== */

/* Product Gallery */

/* Product Summary */

/* Product Tabs */

/* Related Products */

/* ==========================================================================
   Cart Page
   ========================================================================== */

/* ==========================================================================
   Checkout Page
   ========================================================================== */

/* ==========================================================================
   My Account Page
   ========================================================================== */

/* ==========================================================================
   WooCommerce Widgets
   ========================================================================== */

/* Price Filter */

/* Product Categories */

/* Cart Widget */

/* ==========================================================================
   WooCommerce Notices
   ========================================================================== */

/* ==========================================================================
   Mini Cart / Cart Fragments
   ========================================================================== */

.wpswc-cart-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: var(--radius-full);
}

/* ==========================================================================
   Responsive WooCommerce Styles
   ========================================================================== */

@media (max-width: 768px) {
    /* Mobile WooCommerce styles */
}

