/*
Theme Name: Grogin Mobile
Theme URI: https://kartzilla.in/
Description: A mobile-optimized child theme for the Grogin theme.
Author: Atul (via ChatGPT)
Template: grogin
Version: 1.0
*/

@media screen and (max-width: 768px) {
  .site-banner, .hero-banner {
    max-height: 180px !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
  }

  .site-banner h1,
  .site-banner p {
    font-size: 16px !important;
    line-height: 1.4;
    padding: 0 15px;
  }

  .products .product {
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-radius: 10px;
    background: #fff;
  }

  .product img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 10px;
  }

  .woocommerce ul.products li.product h2 {
    font-size: 14px !important;
    line-height: 1.3;
    height: auto;
    max-height: 40px;
    overflow: hidden;
  }

  .woocommerce a.button,
  .woocommerce button.button {
    font-size: 13px;
    padding: 8px 15px;
    border-radius: 5px;
  }
}
