/*
 Theme Name:   Bootscore Child
 Description:  Mr. IC For Spare Parts & Micro-Soldering Hardware Theme (Light & Dark Theme Support)
 Author:       Mr. IC
 Author URI:   https://mric.store
 Template:     bootscore
 Version:      2.2.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 Text Domain:  bootscore
*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700;800;900&display=swap');

/* ==========================================================================
   COLOR SYSTEM & CSS VARIABLES (PURE DARK CYBER THEME)
   ========================================================================== */

:root,
html,
body,
[data-bs-theme="dark"] {
  --mric-bg: #0a0b0e;
  --mric-surface: #12141a;
  --mric-surface-hover: #171a22;
  --mric-card: #151821;
  --mric-card-hover: #1b1f2b;
  --mric-card-inner: #0d0f15;
  --mric-border: #222736;
  --mric-border-light: #2e3549;
  --mric-text: #e2e8f0;
  --mric-text-muted: #94a3b8;
  --mric-heading: #ffffff;
  --mric-blue: #0066ff;
  --mric-blue-glow: rgba(0, 102, 255, 0.35);
  --mric-cyan: #00f2fe;
  --mric-cyan-glow: rgba(0, 242, 254, 0.3);
  --mric-whatsapp: #25D366;
  --mric-topbar-bg: #050608;
  --mric-navbar-bg: rgba(14, 16, 22, 0.96);
  --mric-subnav-bg: #11141b;
  --mric-footer-bg: #08090d;
  --mric-chip-bg: #0b0d12;
  --mric-chip-border: #252b3b;
  --mric-chip-text: #00f2fe;
  --mric-card-shadow: 0 8px 24px rgba(0, 0, 0, 0.6);
  --mric-grid-pattern: radial-gradient(#1e293b 1px, transparent 1px);
}

/* ==========================================================================
   GLOBAL BASE & TYPOGRAPHY
   ========================================================================== */

body {
  background-color: var(--mric-bg) !important;
  color: var(--mric-text) !important;
  font-family: 'Cairo', system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif !important;
  direction: rtl;
  text-align: right;
  transition: background-color 0.25s ease, color 0.25s ease;
}

h1, h2, h3, h4, h5, h6, .h1, .lead, .display-5, .display-6 {
  font-family: 'Cairo', system-ui, sans-serif !important;
  letter-spacing: normal !important;
}

.font-monospace {
  font-family: 'Cairo', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* Grid Background */
.cyber-grid-bg {
  background-image: var(--mric-grid-pattern);
  background-size: 24px 24px;
}

/* Strict Logo and Brand Constraints */
.navbar-brand img,
.site-header img,
#masthead img,
.brand-logo-img,
#page header img,
header .navbar-brand img {
  height: 48px !important;
  max-height: 48px !important;
  width: auto !important;
  max-width: 240px !important;
  object-fit: contain !important;
  display: block;
  transition: filter 0.25s ease;
}



/* ==========================================================================
   COLOR UTILITIES & GLOW EFFECTS
   ========================================================================== */

.text-cyan {
  color: var(--mric-cyan) !important;
}
.bg-cyan {
  background-color: var(--mric-cyan) !important;
}
.border-cyan {
  border-color: var(--mric-cyan) !important;
}
.hover-cyan:hover {
  color: var(--mric-cyan) !important;
}

.text-gradient-cyan {
  background: linear-gradient(135deg, var(--mric-cyan) 0%, #3b82f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* WhatsApp Glowing Button */
.btn-glow-whatsapp {
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-glow-whatsapp:hover {
  background: linear-gradient(135deg, #2ae06d, #16a085);
  box-shadow: 0 6px 22px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Primary Cyan Glow Button */
.btn-glow-primary {
  background: linear-gradient(135deg, #0066ff, #00c6ff);
  color: #ffffff !important;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.35);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-glow-primary:hover {
  background: linear-gradient(135deg, #0052cc, #00b0e4);
  box-shadow: 0 6px 22px rgba(0, 198, 255, 0.5);
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Hardware Card Micro-Interactions */
.hardware-card {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  background-color: var(--mric-card) !important;
  border: 1px solid var(--mric-border) !important;
  box-shadow: var(--mric-card-shadow);
}
.hardware-card:hover {
  transform: translateY(-4px);
  border-color: var(--mric-cyan) !important;
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.2), 0 0 16px -2px var(--mric-cyan-glow) !important;
}

/* Brand Card Visual Polish */
.brand-card {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.25s ease, border-color 0.25s ease !important;
}
.brand-card:hover {
  transform: translateY(-4px);
  border-color: var(--mric-cyan) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4), 0 0 16px var(--mric-cyan-glow) !important;
}
.brand-card .brand-svg-logo {
  transition: transform 0.25s ease;
}
.brand-card:hover .brand-svg-logo {
  transform: scale(1.08);
}

/* Product Card Thumbnail Micro-Interactions */
.product-card-col .product-grid-thumb {
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}
.product-card-col:hover .product-grid-thumb {
  transform: scale(1.05);
  filter: drop-shadow(0 10px 20px rgba(0, 242, 254, 0.25)) drop-shadow(0 4px 8px rgba(0,0,0,0.8)) !important;
}

/* Chip Code Badge */
.chip-code {
  font-family: 'Cairo', ui-monospace, SFMono-Regular, monospace;
  font-size: 0.75rem;
  background: var(--mric-chip-bg);
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid var(--mric-chip-border);
  color: var(--mric-chip-text);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Single Product Nav Pills */
#mricMediaTabs .nav-link {
  color: var(--mric-text-muted);
  background: var(--mric-surface);
  border: 1px solid var(--mric-border);
  transition: all 0.2s ease;
}
#mricMediaTabs .nav-link.active {
  color: var(--mric-cyan);
  background: rgba(2, 132, 199, 0.12);
  border-color: var(--mric-cyan);
  box-shadow: 0 0 12px var(--mric-cyan-glow);
}

/* Spec Tabs */
#mricProductSpecTabs .nav-link {
  transition: all 0.2s ease;
  cursor: pointer;
  color: var(--mric-text-muted);
}
#mricProductSpecTabs .nav-link:hover {
  color: var(--mric-cyan) !important;
}
#mricProductSpecTabs .nav-link.active {
  color: var(--mric-cyan) !important;
  border-bottom: 3px solid var(--mric-cyan) !important;
}

/* Category Scroll Bar */
.category-scroll-bar::-webkit-scrollbar {
  height: 4px;
}
.category-scroll-bar::-webkit-scrollbar-thumb {
  background: var(--mric-border-light);
  border-radius: 4px;
}

/* ==========================================================================
   Catalog Category Filters Carousel & Navigation Arrows
   ========================================================================== */
.catalog-filters-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}

/* Category Filter Scroll Container */
.catalog-filters-scroll {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
  padding: 8px 36px;
  width: 100%;
  cursor: grab;
}

.catalog-filters-scroll.is-dragging {
  cursor: grabbing !important;
  user-select: none !important;
  scroll-behavior: auto !important;
}

.catalog-filters-scroll::-webkit-scrollbar {
  display: none; /* WebKit/Chrome/Safari */
}

/* Navigation Arrow Controls for Desktop & Mobile Toggle */
.catalog-scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(12, 16, 24, 0.95);
  border: 1px solid rgba(0, 242, 254, 0.4);
  color: var(--mric-cyan, #00f2fe);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.7), 0 0 10px rgba(0, 242, 254, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
  font-size: 15px;
}

.catalog-scroll-arrow:hover {
  background: var(--mric-cyan, #00f2fe);
  color: #050811 !important;
  box-shadow: 0 0 18px var(--mric-cyan, #00f2fe);
  transform: translateY(-50%) scale(1.1);
}

.catalog-scroll-arrow:active {
  transform: translateY(-50%) scale(0.92);
}

/* RTL Placement: Prev is on the Right, Next is on the Left */
[dir="rtl"] .catalog-scroll-prev {
  right: -6px;
}
[dir="rtl"] .catalog-scroll-next {
  left: -6px;
}

/* LTR Fallback Placement */
[dir="ltr"] .catalog-scroll-prev {
  left: -6px;
}
[dir="ltr"] .catalog-scroll-next {
  right: -6px;
}

@media (max-width: 768px) {
  .catalog-filters-scroll {
    padding: 6px 28px;
    gap: 8px;
  }
  .catalog-scroll-arrow {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  [dir="rtl"] .catalog-scroll-prev {
    right: -4px;
  }
  [dir="rtl"] .catalog-scroll-next {
    left: -4px;
  }
}

/* Filter Buttons */
.catalog-filter-btn {
  background: rgba(18, 22, 32, 0.9);
  color: var(--mric-text-muted, #94a3b8);
  border: 1px solid var(--mric-border, rgba(255, 255, 255, 0.12));
  padding: 8px 18px;
  border-radius: 9999px;
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.catalog-filter-btn:hover {
  background: rgba(0, 242, 254, 0.08);
  color: #fff;
  border-color: rgba(0, 242, 254, 0.4);
  transform: translateY(-1px);
}

.catalog-filter-btn.active {
  background: rgba(0, 242, 254, 0.16) !important;
  color: var(--mric-cyan, #00f2fe) !important;
  border-color: var(--mric-cyan, #00f2fe) !important;
  box-shadow: 0 0 14px rgba(0, 242, 254, 0.35) !important;
  transform: translateY(-1px);
}

/* Pulse animation */
.animate-pulse {
  animation: pulse-glow 2.5s infinite alternate;
}
@keyframes pulse-glow {
  0% { transform: scale(1); filter: drop-shadow(0 0 10px rgba(0, 198, 255, 0.3)); }
  100% { transform: scale(1.03); filter: drop-shadow(0 0 24px rgba(0, 198, 255, 0.5)); }
}

/* Floating Compare Bar */
.mric-compare-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--mric-navbar-bg);
  backdrop-filter: blur(16px);
  border-top: 2px solid var(--mric-cyan);
  padding: 12px 24px;
  z-index: 1050;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
  display: none;
}
.mric-compare-bar.show {
  display: block;
}

/* Toast */
.mric-toast {
  position: fixed;
  bottom: 24px;
  left: 24px;
  background: var(--mric-surface);
  border: 1px solid var(--mric-cyan);
  color: var(--mric-text);
  padding: 14px 20px;
  border-radius: 12px;
  display: none;
  align-items: center;
  gap: 12px;
  z-index: 1080;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Compact Categories Dropdown */
.mega-menu-dropdown {
  width: 720px !important;
  max-width: 95vw !important;
  background: rgba(14, 17, 24, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid #283045 !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 242, 254, 0.12) !important;
  z-index: 1070 !important;
}

.mega-menu-dropdown .row::-webkit-scrollbar {
  width: 5px;
}
.mega-menu-dropdown .row::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}
.mega-menu-dropdown .row::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

.mega-link {
  color: var(--mric-text);
  text-decoration: none;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.2s ease;
}
.mega-link:hover {
  color: var(--mric-cyan) !important;
  background: rgba(0, 102, 255, 0.14) !important;
  border-color: rgba(0, 242, 254, 0.3) !important;
  transform: translateX(-2px);
}
.mega-link:hover .text-light {
  color: #ffffff !important;
}



/* ==========================================================================
   WOOCOMMERCE CART, CHECKOUT & ACCOUNT DARK THEME STYLING
   ========================================================================== */
.woocommerce table.shop_table {
  background: rgba(14, 17, 26, 0.8) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: #e2e8f0 !important;
  border-radius: 12px;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  background: #090b10 !important;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  font-weight: 700;
}

.woocommerce table.shop_table td {
  border-color: rgba(255, 255, 255, 0.08) !important;
  color: #cbd5e1 !important;
  vertical-align: middle;
}

.woocommerce table.shop_table td a {
  color: #00f2fe !important;
  text-decoration: none;
  font-weight: 600;
}

.woocommerce-cart .cart_totals {
  background: rgba(14, 17, 26, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 12px;
  padding: 1.5rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.woocommerce .select2-container--default .select2-selection--single {
  background-color: #090b10 !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  padding: 0.6rem 0.8rem !important;
}

.woocommerce form .form-row label {
  color: #e2e8f0 !important;
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.woocommerce-checkout #payment {
  background: rgba(9, 11, 16, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px !important;
}

.woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: rgba(0, 0, 0, 0.4) !important;
  color: #cbd5e1 !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: rgba(0, 0, 0, 0.4) !important;
}

.woocommerce #order_review_heading {
  color: #ffffff !important;
  font-weight: 800;
  margin-top: 1.5rem;
}

.woocommerce .button,
.woocommerce-page .button {
  background-color: #0066ff !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  border: none !important;
  transition: all 0.2s ease !important;
}

.woocommerce .button:hover,
.woocommerce-page .button:hover {
  background-color: #00f2fe !important;
  color: #000000 !important;
}

.woocommerce .checkout #place_order {
  background: linear-gradient(135deg, #25D366, #128C7E) !important;
  color: #ffffff !important;
  font-size: 1.1rem !important;
  padding: 0.85rem 2rem !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35) !important;
}

.woocommerce .checkout #place_order:hover {
  background: linear-gradient(135deg, #2ae06d, #16a085) !important;
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.5) !important;
}

/* Brand Logo Badges - Balanced 3-Row Layout (5 + 5 + 4 Centered) */
.brand-strip-container {
  max-width: 1020px;
  margin: 0 auto;
}

.brand-item-col {
  flex: 0 0 calc(20% - 10px); /* 5 items per row on desktop -> exactly 3 rows (5 + 5 + 4 centered) */
  min-width: 140px;
  max-width: 195px;
}

@media (max-width: 991px) {
  .brand-item-col {
    flex: 0 0 calc(25% - 10px); /* 4 items per row on tablet */
    min-width: 120px;
    max-width: 160px;
  }
}

@media (max-width: 576px) {
  .brand-item-col {
    flex: 0 0 calc(50% - 8px); /* 2 items per row on mobile */
    min-width: 110px;
    max-width: 170px;
  }
}

.brand-item {
  height: 48px;
  background: rgba(18, 24, 38, 0.78) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 10px !important;
  padding: 6px 14px !important;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.brand-item:hover {
  transform: translateY(-2px);
  background: rgba(24, 32, 50, 0.95) !important;
  border-color: rgba(0, 242, 254, 0.45) !important;
  box-shadow: 0 4px 16px rgba(0, 242, 254, 0.25) !important;
}

.brand-item img {
  max-height: 28px;
  max-width: 86%;
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
  transition: transform 0.2s ease;
}

.brand-item:hover img {
  transform: scale(1.06);
}

/* Category Card Image Stage */
.category-image-stage img {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.hardware-card:hover .category-image-stage img {
  transform: scale(1.08);
}

/* ==========================================================================
   SINGLE PRODUCT PAGE ENHANCEMENTS (BREADCRUMB, ACTIVE BRANDS & TAGS)
   ========================================================================== */
.product-breadcrumb-bar {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.product-breadcrumb-bar:hover {
  border-color: rgba(0, 242, 254, 0.35) !important;
}

.product-breadcrumb-bar .breadcrumb-item + .breadcrumb-item::before {
  float: none !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  color: rgba(255, 255, 255, 0.35) !important;
  content: "/" !important;
}

.product-breadcrumb-bar .breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.brand-badge-link {
  background: rgba(18, 24, 38, 0.85) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 8px !important;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.brand-badge-link:hover {
  background: rgba(24, 32, 50, 0.95) !important;
  border-color: rgba(0, 242, 254, 0.5) !important;
  box-shadow: 0 0 14px rgba(0, 242, 254, 0.25) !important;
  transform: translateY(-1px);
}

.product-tag-link {
  background: rgba(12, 15, 22, 0.9) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 6px !important;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, color 0.2s ease !important;
}

.product-tag-link:hover {
  background: rgba(0, 242, 254, 0.15) !important;
  border-color: rgba(0, 242, 254, 0.45) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 0 10px rgba(0, 242, 254, 0.2) !important;
}

/* Category Cards Showcase & Transparent Tool Hover Dynamics */
.category-image-stage {
  perspective: 600px;
}

.category-thumb-img {
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease !important;
}

.hardware-card:hover .category-thumb-img {
  transform: scale(1.1) translateY(-3px) !important;
  filter: drop-shadow(0 8px 18px rgba(0, 242, 254, 0.3)) !important;
}

/* ==========================================================================
   MOBILE RESPONSIVENESS & TOUCH OPTIMIZATIONS (100% BULLETPROOF)
   ========================================================================== */

/* Hide scrollbar utility for smooth horizontal scrolling strips */
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
}

@media (max-width: 767.98px) {
  /* Prevent Header Overlap & Auto Scale Logo on Mobile */
  .navbar-brand img,
  .site-header img,
  #masthead img,
  .brand-logo-img,
  #page header img,
  header .navbar-brand img {
    height: 36px !important;
    max-height: 36px !important;
    max-width: 140px !important;
  }

  /* Compact button sizes on mobile navbar */
  #mricCategoriesDropdownBtn {
    padding: 0.35rem 0.55rem !important;
    font-size: 12px !important;
  }
  
  #masthead .btn-glow-whatsapp {
    padding: 0.35rem 0.6rem !important;
    font-size: 12px !important;
  }

  #masthead .btn-dark {
    padding: 0.35rem 0.65rem !important;
  }

  /* Mega menu full width dropdown on mobile */
  .mega-menu-dropdown {
    width: 94vw !important;
    max-width: 94vw !important;
    left: 3vw !important;
    right: 3vw !important;
    transform: none !important;
    position: fixed !important;
    top: 56px !important;
  }

  /* Optimize Hero Typography on Small Screens */
  h1.display-4 {
    font-size: 1.85rem !important;
    line-height: 1.35 !important;
  }

  .lead {
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
  }

  /* Single Product Specs Table on Mobile */
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* Quick View Modal adjustments */
  .modal-dialog {
    margin: 0.5rem !important;
  }
}

@media (max-width: 480px) {
  .navbar-brand img,
  .brand-logo-img {
    height: 32px !important;
    max-height: 32px !important;
    max-width: 120px !important;
  }
}

