/* Prevent product content from moving when Salla's breadcrumb component hydrates. */
@media (max-width: 767px) {
  .product-single nav.breadcrumbs {
    min-height: 84px;
  }

  #product-2134015445 #more-details {
    min-height: 78px;
  }

  /* Compact the mobile header while preserving menu, search, account, cart, and tabs. */
  #mainnav .header-container,
  #mainnav .header-container > .flex {
    height: 64px;
  }

  #mainnav .header-container > .flex {
    align-items: center;
  }

  #mainnav .navbar-brand {
    margin: 0;
    padding: 0;
    align-items: center;
  }

  #mainnav .navbar-brand img.logo-light {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px;
    object-fit: contain;
  }

  /* Start the existing second hero slide download before Swiper displays it. */
  #main-slider-1::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    background: url("https://cdn.salla.sa/form-builder/BJK9cvrxZkDWRxabYBpQzSP84iVRHfKrTWH1ae8R.jpg") center / 1px 1px no-repeat;
  }
}

@media (max-width: 359px) {
  .product-single nav.breadcrumbs {
    min-height: 98px;
  }

  #product-2134015445 #more-details {
    min-height: 104px;
  }
}