/* Loaded after page styles so mobile controls share the same touch sizing. */
@media (max-width: 1279px) {
  .hd__bar { grid-template-columns: 44px 44px minmax(0, 1fr) 44px 44px; gap: 0; }
  .hd__logo { min-width: 0; max-width: 100%; }
  .hd__logo img { max-width: 100%; height: auto; max-height: 36px; }
  .hd-cart #cart_informer { position: static; width: auto; height: auto; margin: 0; }
  .hd-search__toggle, .hd-account__toggle, .hd-cart .cart-link { width: 44px; height: 44px; min-width: 44px; justify-content: center; }
  .hd-cart .cart-link__label { display: none; }
  .hd-cart .cart-link__count { position: absolute; top: 0; right: 0; }
  .hd-search { position: static; }
  .hd-search__panel { position: absolute; top: 100%; }
  .hd-search__submit { width: 44px; height: 44px; }
  .hd-nav { visibility: hidden; overscroll-behavior: contain; padding-bottom: max(30px, env(safe-area-inset-bottom)); }
  .menu-open .hd-nav { visibility: visible; }
  .hd-nav * { transition-property: color, background-color, border-color; }
  .hd-nav__toggle:focus-visible, .hd__burger:focus-visible { outline: 2px solid #111; outline-offset: -2px; }
  .hd-account__menu a { min-height: 44px; padding-top: 12px; padding-bottom: 12px; }
}

@media (max-width: 991px) {
  .catalog-filters { visibility: hidden; overscroll-behavior: contain; padding-bottom: max(40px, env(safe-area-inset-bottom)); }
  .catalog-filters-open .catalog-filters { visibility: visible; }
  .catalog-filters * { transition-property: color, background-color, border-color; }
  .catalog-category-list, .catalog-filter-options { max-height: none; overflow: visible; }
  .catalog-category-list li + li { margin-top: 0; }
  .catalog-category-list a, .catalog-filter-option, .catalog-filter-reset { display: flex; min-height: 44px; align-items: center; }
  .catalog-filter-options { gap: 0; }
  .catalog-filter-group summary { min-height: 44px; padding-top: 12px; }
  .catalog-filter-group summary::after { top: 8px; }
}

@media (max-width: 767px) {
  .notice__inner { line-height: 1.4; text-align: center; }
  .hd__bar { padding: 0 8px; min-height: 60px; }
  .hd__logo img { max-height: 30px; }
  .hd__burger { justify-content: center; }
  .hd-search__input, .amorosa-field input, .amorosa-field select, .amorosa-field textarea,
  .footer-newsletter .form-control, .search-page-form input,
  #product-product .product-options select.form-control, .product-details .form-control { font-size: 16px; }
  .breadcrumb, .catalog-page .breadcrumb, .product-detail .breadcrumb { overflow-x: auto; white-space: nowrap; padding-bottom: 8px; }
  .breadcrumb > li { flex: 0 0 auto; }
  .breadcrumb > li:last-child { max-width: none; }
  .campaign-hero__content { padding: 32px 20px; min-height: 0; }
  .campaign-hero__content h1 { width: 100%; padding: 0; border: 0; text-align: left; font-size: clamp(28px, 8vw, 40px); }
  .campaign-hero__visual { min-height: 0; height: 85vw; max-height: 400px; }
  .home-section-heading { flex-wrap: wrap; gap: 16px; align-items: flex-start; }
  .home-section-heading > a { min-height: 44px; font-size: 11px; }
  .home-product-section { padding-top: 48px; padding-bottom: 56px; }
  .home-product-section--new { padding-bottom: 0; }
  .brand-rail__links a { display: inline-flex; min-height: 44px; align-items: center; }
  .product-thumb .price { flex-wrap: wrap; gap: 3px 8px; }
  .catalog-grid .product-thumb .cart-button { display: block; }
  .home-product-section .product-thumb .cart-button .btn-add-cart { width: 100%; min-height: 44px; font-size: 11px; }
  .product-thumb .name a { overflow-wrap: anywhere; }
  .catalog-sort select { min-height: 44px; }
  .catalog-pagination { flex-wrap: wrap; gap: 12px; }
  .catalog-pagination__pages { order: -1; width: 100%; flex-wrap: wrap; gap: 2px; }
  .catalog-pagination__pages a { width: 44px; height: 44px; }
  .catalog-pagination__direction { display: inline-flex; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
  .catalog-pagination__direction:first-child::after { content: none; }
  .catalog-pagination__direction { font-size: 12px !important; }
  .catalog-pagination__direction:last-child::after { content: none; }
  .product-gallery-mobile #productFullGallery { margin: 0; padding: 0 16px 12px; scroll-padding-left: 16px; }
  .product-details .tab-content { overflow-wrap: anywhere; overflow-x: auto; }
  .cart-line-item__total { flex-wrap: wrap; gap: 4px; }
  .fulfillment-option__content > span { max-height: none; }
  .footer-column a { min-height: 44px; padding: 10px 0; }
  .footer-column li + li, .footer-contacts a + a { margin-top: 0; }
  .cart-notify { left: 16px; right: 16px; bottom: max(72px, calc(env(safe-area-inset-bottom) + 60px)); width: auto; }
  .wa-box { bottom: max(10px, env(safe-area-inset-bottom)) !important; }
}

@media (max-width: 359px) {
  .product-purchase-actions { grid-template-columns: 1fr; }
  .cart-line-item { grid-template-columns: 68px minmax(0, 1fr); gap: 10px; }
  .cart-line-item__image { width: 68px; height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .hd-nav, .hd__scrim, .catalog-filters, .catalog-filter-scrim { transition: none; }
}
