/* W06 — scoped to configurator controls; no desktop layout changes. */
@media (max-width: 767px) {
  product-wizard .btn,
  product-cart .btn,
  product-wizard .pills-row a,
  product-wizard .pills-row .pill,
  product-wizard .nav-cart {
    min-height: 44px !important;
    min-width: 44px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  product-wizard input,
  product-wizard select,
  product-cart input,
  product-cart select,
  product-cart textarea { font-size: 16px !important; }
  product-wizard .product-wizard {
    padding-bottom: calc(120px + env(safe-area-inset-bottom, 0px));
    scroll-padding-bottom: 120px;
  }
  product-wizard .dimensions {
    padding-bottom: 24px;
    scroll-margin-bottom: 120px;
  }
  product-wizard .dimensions-help { padding: 16px !important; }
  product-wizard .dimensions-help > .d-flex:first-child {
    max-height: 140px;
    justify-content: center;
  }
  product-wizard .dimensions-help > .d-flex:first-child img {
    max-height: 140px;
    max-width: 65%;
    width: auto;
    object-fit: contain;
  }
  product-wizard .dimensions form { margin-top: 12px !important; }
  product-wizard .dimensions input,
  product-wizard .dimensions button { scroll-margin: 80px 0 120px; }
}
