/* Custom WooCommerce Styles - Mobile Responsive */

/* MOBILE Tablet */
@media (max-width: 968px) {
    .product-main-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
    
    .product_title {
        font-size: 1.8rem !important;
    }
    
    .single-product .price {
        font-size: 1.6rem !important;
    }
    
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1.5rem !important;
    }
}

/* MOBILE Small */
@media (max-width: 640px) {
    .single-product .product {
        padding: 1rem 5% !important;
        margin-top: 60px !important;
    }
    
    .product-main-content {
        gap: 1.5rem !important;
    }
    
    .woocommerce-product-gallery__wrapper {
        max-height: 400px !important;
    }
    
    .woocommerce-product-gallery__image img {
        max-height: 400px !important;
        object-fit: contain !important;
    }
    
    .product_title {
        font-size: 1.5rem !important;
    }
    
    .single-product .price {
        font-size: 1.4rem !important;
    }
    
    .woocommerce-product-details__short-description {
        font-size: 0.95rem !important;
    }
    
    .quantity input {
        width: 60px !important;
        height: 45px !important;
    }
    
    .single_add_to_cart_button {
        width: 100% !important;
        padding: 1rem !important;
        font-size: 0.95rem !important;
    }
    
    .variations select {
        padding: 0.7rem !important;
        font-size: 0.95rem !important;
    }
    
    ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }
    
    .woocommerce-loop-product__title {
        font-size: 0.85rem !important;
        padding: 0.6rem 0.8rem 0.4rem !important;
    }
    
    ul.products li.product .price {
        font-size: 1.05rem !important;
        padding: 0 0.8rem 0.6rem !important;
    }
    
    ul.products li.product .button {
        font-size: 0.75rem !important;
        padding: 0.8rem !important;
        margin: 0 0.8rem 0.8rem !important;
        width: calc(100% - 1.6rem) !important;
    }
    
    .onsale {
        top: 0.5rem !important;
        left: 0.5rem !important;
        padding: 0.3rem 0.6rem !important;
        font-size: 0.7rem !important;
    }
}
