/* ZooMag mobile header/search/cart hard fix v3 — 2026-05-19
   Loads after search.twig and cart.twig CSS, so it deliberately overrides older compact rules. */

@media (max-width: 991.98px) {
  body.zoomag-2026 .zoomag_main_header_block,
  .zoomag_main_header_block {
    padding: 10px 0 12px !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_main_header_block .container,
  .zoomag_main_header_block .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 50px !important;
    grid-template-areas:
      "search cart"
      "menu menu"
      "logo logo" !important;
    align-items: center !important;
    justify-content: stretch !important;
    gap: 8px !important;
    width: 100% !important;
  }

  body.zoomag-2026 .zoomag_search_section,
  .zoomag_search_section {
    grid-area: search !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    justify-content: stretch !important;
    align-items: center !important;
  }

  body.zoomag-2026 .zoomag_search_block,
  .zoomag_search_block,
  body.zoomag-2026 .zoomag-magic-search,
  .zoomag-magic-search {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section {
    grid-area: cart !important;
    order: unset !important;
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    flex: none !important;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: flex-end !important;
    align-items: center !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_mobile_menu_slot,
  .zoomag_mobile_menu_slot {
    grid-area: menu !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.zoomag-2026 .zoomag_logo_section,
  .zoomag_logo_section {
    grid-area: logo !important;
    order: unset !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block {
    width: 50px !important;
    min-width: 50px !important;
    max-width: 50px !important;
    min-height: 0 !important;
    height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_cart_icon,
  .zoomag_cart_icon {
    display: none !important;
  }

  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    overflow: visible !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn,
  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  body.zoomag-2026 .zoomag_cart_section #cart .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  .zoomag_cart_section #cart .cloud-cart-btn {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 0 !important;
    border-radius: 15px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    transform: none !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-price,
  .zoomag_cart_section .cloud-cart-price {
    display: none !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-icon,
  .zoomag_cart_section .cloud-cart-icon {
    font-size: 17px !important;
    width: 22px !important;
    height: 22px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cart-badge-cloud,
  body.zoomag-2026 .zoomag_cart_section #cart .cart-badge-cloud,
  .zoomag_cart_section .cart-badge-cloud,
  .zoomag_cart_section #cart .cart-badge-cloud {
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    top: -7px !important;
    right: -8px !important;
    font-size: 9px !important;
    border-width: 1px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-input-wrapper,
  body.zoomag-2026 .zoomag_search_section .magic-search-input-wrapper,
  .magic-search-input-wrapper,
  .zoomag_search_section .magic-search-input-wrapper {
    width: 100% !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    padding: 3px !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body.zoomag-2026 .magic-search-input,
  body.zoomag-2026 .zoomag_search_section .magic-search-input,
  .magic-search-input,
  .zoomag_search_section .magic-search-input {
    width: 100% !important;
    min-width: 0 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    padding: 0 43px 0 14px !important;
    font-size: 13px !important;
    line-height: 36px !important;
    border-radius: 13px !important;
    text-overflow: ellipsis !important;
  }

  body.zoomag-2026 .magic-search-input::placeholder,
  .magic-search-input::placeholder {
    font-size: 12px !important;
    opacity: .9 !important;
  }

  body.zoomag-2026 .magic-search-btn,
  body.zoomag-2026 .zoomag_search_section .magic-search-btn,
  .magic-search-btn,
  .zoomag_search_section .magic-search-btn {
    position: absolute !important;
    top: 50% !important;
    right: 4px !important;
    transform: translateY(-50%) !important;
    width: 34px !important;
    min-width: 34px !important;
    max-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    max-height: 34px !important;
    padding: 0 !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-btn span,
  .magic-search-btn span {
    font-size: 0 !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-search-btn span::before,
  .magic-search-btn span::before {
    content: "🔍" !important;
    font-size: 15px !important;
    line-height: 1 !important;
  }

  body.zoomag-2026 .magic-glow,
  body.zoomag-2026 .floating-particles,
  body.zoomag-2026 .orbit-paws,
  body.zoomag-2026 .btn-sparkles,
  .magic-glow,
  .floating-particles,
  .orbit-paws,
  .btn-sparkles {
    display: none !important;
  }

  body.zoomag-2026 .magic-loupe,
  .magic-loupe {
    display: none !important;
  }

  body.zoomag-2026 .magic-results-dropdown,
  .magic-results-dropdown,
  body.zoomag-2026 #magic-results-dropdown,
  #magic-results-dropdown {
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    width: calc(100vw - 20px) !important;
    max-width: calc(100vw - 20px) !important;
    margin-left: 0 !important;
    border-radius: 16px !important;
  }

  body.zoomag-2026 #alert,
  #alert {
    position: fixed !important;
    top: 10px !important;
    left: 10px !important;
    right: 10px !important;
    width: auto !important;
    max-width: none !important;
    margin-left: 0 !important;
    z-index: 2147483600 !important;
  }

  body.zoomag-2026 #alert .alert,
  #alert .alert {
    border-radius: 14px !important;
    padding: 10px 38px 10px 12px !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, .20) !important;
  }
}

@media (max-width: 430px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 7px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block {
    width: 46px !important;
    min-width: 46px !important;
    max-width: 46px !important;
  }

  body.zoomag-2026 .magic-search-input,
  body.zoomag-2026 .zoomag_search_section .magic-search-input,
  .magic-search-input,
  .zoomag_search_section .magic-search-input {
    font-size: 12.5px !important;
    padding-left: 12px !important;
    padding-right: 41px !important;
  }
}

@media (max-width: 360px) {
  body.zoomag-2026 .zoomag_header_layout,
  .zoomag_header_layout {
    grid-template-columns: minmax(0, 1fr) 44px !important;
  }

  body.zoomag-2026 .zoomag_cart_section,
  .zoomag_cart_section,
  body.zoomag-2026 .zoomag_cart_block,
  .zoomag_cart_block,
  body.zoomag-2026 .floating-cart-wrapper,
  .floating-cart-wrapper,
  body.zoomag-2026 .cloud-cart-container,
  .cloud-cart-container {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  body.zoomag-2026 .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn,
  .zoomag_cart_section .cloud-cart-btn.dropdown-toggle,
  .zoomag_cart_section #cart .cloud-cart-btn {
    width: 44px !important;
    min-width: 44px !important;
    max-width: 44px !important;
  }

  body.zoomag-2026 .magic-search-input::placeholder,
  .magic-search-input::placeholder {
    font-size: 11.5px !important;
  }
}
