/* Final mobile layout corrections, 2026-08-01 */
@media (max-width: 767px) {
  body:not(.common-home) header,
  body:not(.common-home) header .header_nav {
    background: #fff !important;
  }
  body:not(.common-home) header .header_nav,
  body:not(.common-home) header .header_nav > .container,
  body:not(.common-home) header .header_nav .row {
    min-height: 148px !important;
    height: 148px !important;
  }
  body:not(.common-home) header .header-logo {
    width: 100% !important;
    height: 88px !important;
    min-height: 88px !important;
    padding: 8px 12px !important;
  }
  body:not(.common-home) header .header-logo img {
    display: block !important;
    width: auto !important;
    max-width: 220px !important;
    height: auto !important;
    max-height: 64px !important;
    margin: auto !important;
    object-fit: contain !important;
  }
  body:not(.common-home) header .header_search {
    display: flex !important;
    width: 100% !important;
    height: 60px !important;
    padding: 4px 12px 10px !important;
    align-items: center !important;
  }
  body:not(.common-home) header .header_search #search,
  body:not(.common-home) header .header_search #searchbox,
  body:not(.common-home) header .header_search form {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .product-layout .product-thumb,
  .product-layout .product-block-inner,
  .product-layout .product-details,
  .product-layout .caption,
  .product-layout .product_hover_block,
  .product-layout .product_hover_block .action {
    position: relative !important;
    float: none !important;
    clear: both !important;
  }
  .product-layout .product-thumb,
  .product-layout .product-block-inner {
    height: auto !important;
    min-height: 0 !important;
  }
  .product-layout .product-thumb { overflow: hidden !important; }
  .product-layout .product_hover_block .cart_button {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 44px !important;
    padding: 11px 14px !important;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .product-layout .product-block-inner,
  .product-layout .product-details { float: none !important; }
  .product-layout .product_hover_block .cart_button,
  .product-layout .product_hover_block .action {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
