/* =========================================================
   RESPONSIVE — halaman detail produk (mobile, max-width: 900px)
   ========================================================= */

@media (max-width: 900px) {
  .product-hero,
  .product-details {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 30px;
  }

  .product-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-gallery-main {
    height: 260px;
  }

  .product-title {
    font-size: 26px;
  }

  .product-cta-group {
    flex-direction: column;
  }

  .product-sidebar {
    position: static;
    width: 100%;
  }
}
