/**
 * Fabnos — storefront & shared mobile/tablet responsive rules
 */

/* Rich content & embeds */
.fabnos-site .product-html img,
.fabnos-site .product-html iframe,
.fabnos-site .product-html video {
  max-width: 100%;
  height: auto;
}
.fabnos-site .product-html table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Navbar & mega menu */
@media (max-width: 991.98px) {
  .fabnos-nav .brand-logo {
    max-height: 44px;
    max-width: min(150px, 52vw);
    width: auto;
    height: auto;
  }
  .fabnos-nav .navbar-collapse {
    max-height: calc(100dvh - 7rem);
    overflow-y: auto;
    padding-bottom: 0.5rem;
  }
  .fabnos-nav .navbar-collapse > .d-flex.align-items-center.gap-2 {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0.5rem;
  }
  .megamenu {
    position: static !important;
    transform: none !important;
    width: 100% !important;
    margin-top: 0.25rem;
    padding: 1rem !important;
    box-shadow: none !important;
    border: 1px solid rgba(17, 17, 17, 0.08) !important;
  }
  .megamenu-categories-scroll {
    max-height: min(45vh, 280px);
  }
}

/* Product detail */
.pdetail-qty-input {
  width: 100px;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .product-gallery .pdetail-main {
    height: clamp(240px, 62vw, 360px);
  }
  .pdetail-tab-nav {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .pdetail-tab-nav::-webkit-scrollbar {
    display: none;
  }
  .pdetail-tab {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.7rem 1rem;
    font-size: 0.9rem;
  }
  .pdetail-meta-item {
    border-right: none;
    padding-right: 0;
    flex: 1 1 100%;
  }
  .product-carousel-section .product-carousel-head {
    flex-wrap: wrap;
  }
}

/* Shop — filters always visible on desktop */
@media (min-width: 992px) {
  #shopFilters.collapse {
    display: block !important;
    height: auto !important;
    visibility: visible;
  }
}

/* Checkout */
@media (max-width: 991.98px) {
  .checkout-summary-card {
    position: static !important;
    top: auto !important;
  }
}

/* Quick view */
@media (max-width: 575.98px) {
  #quickViewModal .modal-body {
    max-height: calc(100dvh - 7rem);
    overflow-y: auto;
  }
}

/* Floating WhatsApp */
@media (max-width: 575.98px) {
  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
    font-size: 1.5rem;
  }
}

/* Page banners */
@media (max-width: 575.98px) {
  .page-banner__title {
    font-size: 1.35rem !important;
  }
  .page-banner__lead {
    font-size: 1rem !important;
  }
}

/* Pagination & cart rows */
.fabnos-site .pagination {
  flex-wrap: wrap;
  gap: 0.25rem;
}
.fabnos-site .table-responsive .btn-group {
  flex-wrap: wrap;
}
