/* Isolani mobile reflow and fixed-tool separation — 2026-09-07. */
@media (max-width: 400px) {
  /* Elementor calculates 100vw against the scrollbar while this footer sits in
     Bootstrap's 15 px gutters. Keep the full-bleed effect inside the actual
     document width so the footer does not create an 8 px horizontal scroll. */
  html body #footer-container-main {
    overflow-x: hidden !important;
    overflow-x: clip !important;
  }

  .products-selection .products-sort-nb-dropdown,
  .products-selection .products-sort-nb-dropdown .select-title {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  /* Keep the customer-care control clear of the Trusted Shops/Tuurbo stack.
     Product pages use the free right side because their sticky buy bar and
     existing trust-badge offsets occupy the lower-left area. */
  .isolani-whatsapp-launcher {
    --isolani-chat-lift: 58px;
    bottom: calc(146px + env(safe-area-inset-bottom)) !important;
  }

  body#product .isolani-whatsapp-launcher {
    --isolani-chat-lift: 56px;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: calc(144px + env(safe-area-inset-bottom)) !important;
    left: auto !important;
  }
}
