/* ====================================================
   Artmax Group - Unified B2B Wholesale Brand Theme
   ==================================================== */
:root {
  /* Primary & Accent Palette */
  --clr-theme-primary: #337CA7 !important;
  --clr-theme-primary-hover: #2B678B !important;
  --clr-theme-secondary: #45B64C !important;
  --clr-theme-grocery: #337CA7 !important;
  --clr-theme-1: #337CA7 !important;
  --clr-theme-2: #45B64C !important;
  --clr-theme-3: #337CA7 !important;
  --clr-theme-4: #45B64C !important;
  --clr-theme-5: #337CA7 !important;

  /* Typography */
  --clr-common-heading: #0F172A !important;
  --clr-common-body-text: #475569 !important;
  --clr-text-primary: #ffffff !important;
  --clr-text-secondary: #0F172A !important;
  --clr-text-body: #475569 !important;

  /* Backgrounds & Borders */
  --clr-bg-1: #F8FAFC !important;
  --clr-bg-2: #0F172A !important;
  --clr-bg-3: #F8FAFC !important;
  --clr-bg-4: #F8FAFC !important;
  --clr-bg-5: #F1F5F9 !important;
  --clr-border-1: #E2E8F0 !important;
  --clr-border-2: #CBD5E1 !important;
  --clr-border-3: #E2E8F0 !important;
  --clr-border-4: #E2E8F0 !important;
  --clr-border-5: #E2E8F0 !important;
}

/* Header Topbar - Deep Navy Clean */
.header-top-area,
.grocery__top-header {
  background: #0D283E !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.header-to-main .link-text a,
.header-top-notice p,
.header-lang-item span {
  color: #E2E8F0 !important;
}

.header-search button {
  background: #337CA7 !important;
  border: none !important;
  color: #ffffff !important;
}
.header-search button:hover {
  background: #2B678B !important;
}

.header-action-badge,
.badge.bg-furniture {
  background: #45B64C !important;
  color: #ffffff !important;
}

/* Navigation Links */
.main-menu ul li a {
  color: #1E293B !important;
  font-weight: 600 !important;
}
.main-menu ul li a:hover,
.main-menu ul li.active > a {
  color: #337CA7 !important;
}

/* Buttons */
.fill-btn,
.btn-primary,
.cart-btn,
.fill-btn-normal {
  background-color: #337CA7 !important;
  border-color: #337CA7 !important;
  color: #ffffff !important;
}

.fill-btn:hover,
.btn-primary:hover,
.cart-btn:hover,
.fill-btn-hover {
  background-color: #2B678B !important;
  border-color: #2B678B !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  color: #337CA7 !important;
  border-color: #337CA7 !important;
}
.btn-outline-primary:hover {
  background-color: #337CA7 !important;
  border-color: #337CA7 !important;
  color: #ffffff !important;
}

/* Icons & Theme Helpers */
.furniture-icon {
  background-color: #337CA7 !important;
  color: #ffffff !important;
}
.furniture-clr-hover:hover {
  color: #45B64C !important;
}
.furniture-bg-hover:hover {
  background-color: #337CA7 !important;
  color: #ffffff !important;
}

/* Breadcrumbs Polish */
.breadcrumb__area {
  background-color: #0D283E !important;
}
.breadcrumb__title {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.breadcrumb__menu ul li,
.breadcrumb__menu ul li a {
  color: #CBD5E1 !important;
  font-size: 14px !important;
}
.breadcrumb__menu ul li a:hover {
  color: #ffffff !important;
}
.breadcrumb__menu ul li span,
.breadcrumb__menu ul li:last-child {
  color: #ffffff !important;
  font-weight: 600 !important;
}
.breadcrumb__menu ul li i {
  color: rgba(255, 255, 255, 0.45) !important;
}

/* Sticky Header Accent */
.sticky {
  border-bottom: 2px solid #337CA7 !important;
}

/* Footer Colors */
footer.footer-bg {
  background: #0D283E !important;
}
.footer-widget-title h4 {
  color: #ffffff !important;
}
.footer-link ul li a {
  color: #94A3B8 !important;
  transition: color 0.15s ease !important;
}
.footer-link ul li a:hover {
  color: #45B64C !important;
}
.footer-copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
}
.footer-copyright-text p,
.footer-conditions ul li a {
  color: #94A3B8 !important;
}
.footer-conditions ul li a:hover {
  color: #ffffff !important;
}

/* Back to top button */
.backtotop-wrap {
  background: #337CA7 !important;
  color: #ffffff !important;
}

/* ====================================================
   Refinements: Header Circular Icons Centering (Fix 1)
   ==================================================== */
.header-right .btn-light.rounded-circle,
.header-search-btn button.rounded-circle,
a.btn-light.rounded-circle,
button.btn-light.rounded-circle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.header-right .btn-light.rounded-circle i,
.header-search-btn button.rounded-circle i,
a.btn-light.rounded-circle i,
button.btn-light.rounded-circle i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-size: 15px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: auto !important;
  height: auto !important;
}

/* ====================================================
   Refinements: Blog Card Grid Alignment (Fix 4)
   ==================================================== */
.postbox__area article h3 {
  min-height: 52px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
}

.postbox__area article p {
  min-height: 68px !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #475569 !important;
  margin-bottom: 0 !important;
}

.postbox__area article .btn-outline-primary {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  border: 1.5px solid #337CA7 !important;
  color: #337CA7 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  border-radius: 6px !important;
  transition: all 0.15s ease !important;
}

.postbox__area article .btn-outline-primary:hover {
  background-color: #337CA7 !important;
  color: #ffffff !important;
}

/* ====================================================
   Hero 3-Slide Carousel Controls & Pagination
   ==================================================== */
.hero-slider-active,
.swiper.hero-slider-active,
.swiper-container.hero-slider-active {
  overflow: hidden !important;
  width: 100% !important;
  position: relative !important;
}

.hero-slider-active .swiper-slide {
  width: 100% !important;
  flex-shrink: 0 !important;
  box-sizing: border-box !important;
}

.hero-slider-nav-btn {
  width: 42px;
  height: 42px;
  background: #ffffff !important;
  border: 1.5px solid #CBD5E1 !important;
  border-radius: 6px !important;
  color: #337CA7 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.hero-slider-nav-btn:hover {
  background: #337CA7 !important;
  color: #ffffff !important;
  border-color: #337CA7 !important;
}
.hero-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #CBD5E1;
  opacity: 1;
  border-radius: 5px;
  margin: 0 4px !important;
  transition: all 0.25s ease;
  display: inline-block;
  cursor: pointer;
}
.hero-slider-pagination .swiper-pagination-bullet-active {
  background: #337CA7 !important;
  width: 28px !important;
  border-radius: 5px !important;
}

/* ====================================================
   Standardized Uniform Section Spacing (8px Scale)
   Desktop: 80px–88px | Tablet: 60px | Mobile: 40px
   ==================================================== */
:root {
  --space-8: 8px;
  --space-12: 12px;
  --space-16: 16px;
  --space-24: 24px;
  --space-32: 32px;
  --space-40: 40px;
  --space-48: 48px;
  --space-64: 64px;
  --space-80: 80px;
  --space-88: 88px;
  --space-96: 96px;
}

.section-space-standard {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.section-space-compact {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.section-space-hero {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.trust-bar {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: #ffffff;
  border-bottom: 1px solid #E2E8F0 !important;
}

.shop-by-category-section {
  background: #F8FAFC !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  border-bottom: 1px solid #E2E8F0 !important;
  overflow: hidden;
}

.featured-products-section {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
  background: #ffffff !important;
  border-bottom: 1px solid #E2E8F0 !important;
}

.bulk-quote-cta-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.about-section {
  padding-top: 88px !important;
  padding-bottom: 88px !important;
}

.b2b-signup-strip {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

footer,
footer.site-footer,
footer[style*="#0D283E"] {
  padding-top: 80px !important;
}

/* Section Header Block Internal Spacing */
.section-header-block {
  margin-bottom: 48px !important;
}
.section-header-badge {
  margin-bottom: 12px !important;
}
.section-header-title {
  margin-bottom: 16px !important;
}
.section-header-desc {
  margin-bottom: 0 !important;
  line-height: 1.6 !important;
}

/* Tablet (max-width: 991px): 60px Section Padding */
@media (max-width: 991px) {
  .section-space-standard {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section-space-compact {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .section-space-hero {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .trust-bar {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .shop-by-category-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .featured-products-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .bulk-quote-cta-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .about-section {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .b2b-signup-strip {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  footer,
  footer.site-footer,
  footer[style*="#0D283E"] {
    padding-top: 60px !important;
  }
  .section-header-block {
    margin-bottom: 36px !important;
  }
}

/* Mobile (max-width: 767px): 40px Section Padding */
@media (max-width: 767px) {
  .section-space-standard {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .section-space-compact {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .section-space-hero {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .trust-bar {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .shop-by-category-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .featured-products-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .bulk-quote-cta-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .about-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .b2b-signup-strip {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  footer,
  footer.site-footer,
  footer[style*="#0D283E"] {
    padding-top: 40px !important;
  }
  .section-header-block {
    margin-bottom: 28px !important;
  }
  .section-header-title {
    margin-bottom: 12px !important;
  }
}





/* ==========================================================================
   WhatsApp Buttons (Product Cards & Floating Bottom Button)
   ========================================================================== */
.btn-card-whatsapp {
  background: #25D366 !important;
  border-color: #25D366 !important;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}
.btn-card-whatsapp:hover {
  background: #1EBE5D !important;
  border-color: #1EBE5D !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
/* ==========================================================================
   Floating Action Buttons Alignment (WhatsApp & Back-to-Top - Identical 50px Size)
   ========================================================================== */
.floating-whatsapp-btn,
.backtotop-wrap {
  width: 50px !important;
  height: 50px !important;
  right: 28px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 1040 !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.2s ease !important;
}

.floating-whatsapp-btn {
  position: fixed !important;
  bottom: 90px !important;
  background: #25D366 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4) !important;
  text-decoration: none !important;
}
.floating-whatsapp-btn:hover {
  transform: scale(1.08) !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6) !important;
  background: #1EBE5D !important;
}
.floating-whatsapp-btn i {
  font-size: 26px !important;
  line-height: 1 !important;
  color: #ffffff !important;
}

.backtotop-wrap {
  position: fixed !important;
  bottom: 28px !important;
  background: #337CA7 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(51, 124, 167, 0.35) !important;
  cursor: pointer !important;
}
.backtotop-wrap:hover {
  transform: scale(1.08) !important;
  background: #2B678B !important;
  box-shadow: 0 6px 20px rgba(51, 124, 167, 0.5) !important;
}
.backtotop-wrap::after {
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  font-size: 18px !important;
  color: #ffffff !important;
  text-align: center !important;
  top: 0 !important;
  left: 0 !important;
}

@media (max-width: 767px) {
  .floating-whatsapp-btn,
  .backtotop-wrap {
    width: 46px !important;
    height: 46px !important;
    right: 20px !important;
  }
  .floating-whatsapp-btn {
    bottom: 74px !important;
  }
  .floating-whatsapp-btn i {
    font-size: 24px !important;
  }
  .backtotop-wrap {
    bottom: 20px !important;
  }
  .backtotop-wrap::after {
    height: 46px !important;
    width: 46px !important;
    line-height: 46px !important;
    font-size: 16px !important;
  }
}

/* ==========================================================================
   Footer Payment & Procurement Method Badges (High Contrast & Visible Text)
   ========================================================================== */
.payment-icons {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
}
.payment-icons .badge,
.payment-badge {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  color: #F8FAFC !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  padding: 6px 11px !important;
  border-radius: 6px !important;
  letter-spacing: 0.3px !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
}
.payment-icons .badge:hover,
.payment-badge:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   Blog Post Improvements: Sticky Sidebar, Readable Widget Text, Compact Headings
   ========================================================================== */

/* 1. Wholesale Procurement Widget Text Visibility */
.sidebar__widget[style*="#337CA7"],
.sidebar__widget[style*="background: #337CA7"],
.sidebar__widget.text-white {
  background: #337CA7 !important;
  color: #ffffff !important;
}
.sidebar__widget[style*="#337CA7"] p,
.sidebar__widget[style*="background: #337CA7"] p,
.sidebar__widget.text-white p {
  color: #E2E8F0 !important;
  opacity: 0.95 !important;
  line-height: 1.55 !important;
}

/* 2. Sticky Blog Sidebar (Clean, NO Scroller) */
@media (min-width: 992px) {
  .postbox__area .sidebar__wrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 95px !important;
    z-index: 15 !important;
    align-self: flex-start !important;
    overflow: visible !important;
    max-height: none !important;
  }
}

/* ==========================================================================
   Product Detail Page Sticky Gallery (Product Image)
   ========================================================================== */
@media (min-width: 1024px) {
  .product__details-area .row > .col-lg-6:first-child,
  .product__details-area .row > .col-xxl-6:first-child {
    align-self: stretch !important;
  }
  .product__details-thumb-wrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 95px !important;
    z-index: 10 !important;
    align-self: flex-start !important;
  }
}

/* 3. Blog Post Heading Sizes & Typography Refinement */
.postbox__title {
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  margin-bottom: 16px !important;
}
@media (max-width: 767px) {
  .postbox__title {
    font-size: 19px !important;
  }
}
.postbox__text h2 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: #0F172A !important;
  margin-top: 26px !important;
  margin-bottom: 12px !important;
  padding-bottom: 4px !important;
  border-bottom: 1px solid #F1F5F9;
}
.postbox__text h3 {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #0F172A !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
.postbox__text h4 {
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  color: #0F172A !important;
  margin-top: 16px !important;
  margin-bottom: 8px !important;
}
.postbox__text p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  margin-bottom: 16px !important;
}
.postbox__text p.lead {
  font-size: 16px !important;
  line-height: 1.75 !important;
  color: #1E293B !important;
  font-weight: 500 !important;
}
.sidebar__widget-title {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   Product Detail Page CTA Buttons Equalization (48px Height - Image 1 fix)
   ========================================================================== */
.product__details-content .fill-btn,
.product__details-content a.fill-btn,
.product__details-content .btn-outline-secondary {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 24px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-transform: none !important;
  gap: 8px !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
}
.product__details-content .fill-btn,
.product__details-content a.fill-btn {
  background: #337CA7 !important;
  color: #ffffff !important;
  border: 1px solid #337CA7 !important;
}
.product__details-content .fill-btn:hover,
.product__details-content a.fill-btn:hover {
  background: #0D283E !important;
  border-color: #0D283E !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}
.product__details-content .btn-outline-secondary {
  border: 1.5px solid #CBD5E1 !important;
  color: #334155 !important;
  background: #ffffff !important;
}
.product__details-content .btn-outline-secondary:hover {
  border-color: #94A3B8 !important;
  background: #F8FAFC !important;
  color: #0F172A !important;
  transform: translateY(-1px);
}

/* ==========================================================================
   Related Products Card Buttons (Proper 38px Height & Padding - View Details)
   ========================================================================== */
.product__details-area .product-item .btn-outline-primary,
.product-item a.btn-outline-primary,
.product__details-area .product-item a.btn-primary.w-100 {
  height: 38px !important;
  min-height: 38px !important;
  padding: 8px 14px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  border-radius: 6px !important;
  border: 1.5px solid #337CA7 !important;
  color: #ffffff !important;
  background: #337CA7 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transition: all 0.2s ease !important;
}
.product__details-area .product-item .btn-outline-primary:hover,
.product-item a.btn-outline-primary:hover,
.product__details-area .product-item a.btn-primary.w-100:hover {
  background: #ffffff !important;
  border-color: #337CA7 !important;
  color: #337CA7 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(51, 124, 167, 0.15) !important;
}
.product__details-area .product-item .btn-outline-primary:hover *,
.product-item a.btn-outline-primary:hover *,
.product__details-area .product-item a.btn-primary.w-100:hover * {
  color: #337CA7 !important;
}

/* ==========================================================================
   Product Detail Page CTA Buttons: Hover Fix & WhatsApp Button
   ========================================================================== */

/* Fix: Disable ::before pseudo-element that covered text on hover */
.product__details-content .fill-btn::before,
.product__details-content .fill-btn::after,
.product__details-content a.fill-btn::before,
.product__details-content a.fill-btn::after,
.btn-request-quote::before,
.btn-request-quote::after {
  display: none !important;
  content: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

.product__details-content .fill-btn,
.product__details-content a.fill-btn,
.btn-request-quote {
  background: #337CA7 !important;
  color: #ffffff !important;
  border: 1px solid #337CA7 !important;
  overflow: visible !important;
  position: relative !important;
  z-index: 1 !important;
}

.product__details-content .fill-btn:hover,
.product__details-content a.fill-btn:hover,
.btn-request-quote:hover {
  background: #071724 !important;
  border-color: #071724 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.product__details-content .fill-btn *,
.product__details-content a.fill-btn *,
.btn-request-quote * {
  color: #ffffff !important;
}

/* WhatsApp CTA Button on Product Detail Pages */
.btn-detail-whatsapp {
  background: #25D366 !important;
  border: 1px solid #25D366 !important;
  color: #ffffff !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 22px !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  gap: 8px !important;
  line-height: 1 !important;
  transition: all 0.2s ease !important;
}

.btn-detail-whatsapp:hover {
  background: #1EBE5D !important;
  border-color: #1EBE5D !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.btn-detail-whatsapp * {
  color: #ffffff !important;
}

/* Force permanent white text on Request Wholesale Quote button at all states */
.product__details-content .fill-btn,
.product__details-content .fill-btn:hover,
.product__details-content .fill-btn:focus,
.product__details-content .fill-btn:active,
.btn-request-quote,
.btn-request-quote:hover,
.btn-request-quote:focus,
.btn-request-quote:active,
.btn-request-quote:hover *,
.product__details-content .fill-btn:hover * {
  color: #ffffff !important;
}

/* ==========================================================================
   About Us Page CTA Banner Buttons (Image 1 Fix)
   ========================================================================== */
.cta-section .btn-light,
.cta-section a.btn-light {
  background: #ffffff !important;
  color: #337CA7 !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 14.5px !important;
  border: 1.5px solid #ffffff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  transition: all 0.2s ease !important;
}
.cta-section .btn-light:hover,
.cta-section a.btn-light:hover {
  background: #F1F5F9 !important;
  border-color: #F1F5F9 !important;
  color: #071724 !important;
  transform: translateY(-1px);
}
.cta-section .btn-outline-light,
.cta-section a.btn-outline-light {
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 28px !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
  color: #ffffff !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.cta-section .btn-outline-light:hover,
.cta-section a.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.15) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* ==========================================================================
   Contact Page B2B Wholesale RFQ Form & Button (Image 2 Fix)
   ========================================================================== */
.contact-form-card {
  background: #ffffff;
  padding: 35px 32px;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
}
@media (max-width: 575px) {
  .contact-form-card {
    padding: 24px 18px;
  }
}
.rfq-form-group {
  margin-bottom: 18px;
}
.rfq-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1E293B;
  margin-bottom: 6px;
}
.rfq-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.rfq-input-wrap .rfq-icon {
  position: absolute;
  left: 14px;
  color: #94A3B8;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
  transition: color 0.2s ease;
}
.rfq-form-control,
.rfq-select {
  width: 100%;
  height: 46px;
  padding: 10px 14px 10px 42px;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  color: #0F172A;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}
.rfq-form-control:focus,
.rfq-select:focus {
  border-color: #337CA7;
  box-shadow: 0 0 0 3px rgba(51, 124, 167, 0.12);
}
.rfq-input-wrap:focus-within .rfq-icon {
  color: #337CA7;
}
.rfq-textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #CBD5E1;
  border-radius: 6px;
  font-size: 14px;
  color: #0F172A;
  background: #ffffff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  resize: vertical;
}
.rfq-textarea:focus {
  border-color: #337CA7;
  box-shadow: 0 0 0 3px rgba(51, 124, 167, 0.12);
}
.rfq-submit-btn {
  width: 100% !important;
  height: 50px !important;
  background: #337CA7 !important;
  color: #ffffff !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  border: none !important;
  border-radius: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(51, 124, 167, 0.2) !important;
  transition: all 0.2s ease !important;
}
.rfq-submit-btn:hover {
  background: #071724 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(51, 124, 167, 0.3) !important;
}
.rfq-submit-btn:hover * {
  color: #ffffff !important;
}

/* ==========================================================================
   Brand Logo & Header/Footer Logo Styling
   ========================================================================== */
.site-header-logo {
  height: 38px;
  max-height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}
.site-header-logo:hover {
  opacity: 0.9;
}
.site-footer-logo {
  height: 42px;
  max-height: 42px;
  width: auto;
  object-fit: contain;
  display: block;
}
.site-offcanvas-logo {
  height: 38px;
  max-height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .site-header-logo {
    height: 32px;
    max-height: 32px;
  }
}

/* ==========================================================================
   Shop by Category Auto-Sliding Carousel Section
   ========================================================================== */
/* Category Carousel Container and Viewport */

.category-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 12px;
}

.category-carousel-viewport {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  user-select: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: auto;
}
.category-carousel-viewport::-webkit-scrollbar {
  display: none;
}
.category-carousel-viewport.is-dragging {
  cursor: grabbing;
}

.category-carousel-track {
  display: flex;
  gap: 24px;
  width: max-content;
  padding: 8px 24px;
  will-change: scroll-position;
}

.category-card-item {
  flex: 0 0 170px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none !important;
  color: inherit;
  cursor: pointer;
  transition: transform 0.25s ease;
}

.category-card-img-wrap {
  width: 130px;
  height: 130px;
  min-width: 130px;
  min-height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
  background: #F8FAFC;
  border: 2.5px solid #E2E8F0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
}

.category-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  transition: transform 0.3s ease;
}

.category-card-title {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0F172A;
  margin-bottom: 4px;
  line-height: 1.3;
  text-align: center;
  transition: color 0.2s ease;
  max-width: 155px;
}

.category-card-count {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: #64748B;
  margin-bottom: 0;
  line-height: 1.2;
  text-align: center;
}

/* Hover effects */
.category-card-item:hover .category-card-img-wrap {
  transform: scale(1.06);
  border-color: #45B64C;
  box-shadow: 0 10px 24px rgba(69, 182, 76, 0.2);
}

.category-card-item:hover .category-card-title {
  color: #337CA7;
}

/* Subtle navigation arrows */
.category-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid #CBD5E1;
  color: #0F172A;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease;
}
.category-nav-btn:hover {
  background: #337CA7;
  color: #ffffff;
  border-color: #337CA7;
  box-shadow: 0 6px 18px rgba(51, 124, 167, 0.25);
}
.category-nav-prev {
  left: 14px;
}
.category-nav-next {
  right: 14px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .category-card-item {
    flex: 0 0 150px;
    width: 150px;
  }
  .category-card-img-wrap {
    width: 120px;
    height: 120px;
    min-width: 120px;
    min-height: 120px;
  }
  .category-carousel-track {
    gap: 18px;
    padding: 8px 16px;
  }
}

@media (max-width: 767px) {
  .category-card-item {
    flex: 0 0 135px;
    width: 135px;
  }
  .category-card-img-wrap {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    margin-bottom: 10px;
  }
  .category-card-title {
    font-size: 13.5px;
    max-width: 130px;
  }
  .category-card-count {
    font-size: 12px;
  }
  .category-carousel-track {
    gap: 16px;
  }
  .category-nav-btn {
    display: none;
  }
}

/* ==========================================================================
   Homepage Catalog CTA Button Hover Fix
   ========================================================================== */
.btn-homepage-catalog {
  background: #337CA7 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  height: 52px !important;
  padding: 0 36px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  font-size: 15.5px !important;
  letter-spacing: 0.3px !important;
  border: none !important;
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  box-shadow: 0 4px 14px rgba(51, 124, 167, 0.2) !important;
  transition: all 0.2s ease !important;
}

.btn-homepage-catalog:hover,
.btn-homepage-catalog:focus,
.btn-homepage-catalog:active {
  background: #071724 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(51, 124, 167, 0.35) !important;
}

.btn-homepage-catalog *,
.btn-homepage-catalog:hover *,
.btn-homepage-catalog:focus * {
  color: #ffffff !important;
  position: relative !important;
  z-index: 2 !important;
}

.btn-homepage-catalog::before,
.btn-homepage-catalog::after {
  display: none !important;
}

/* Ensure fill-btn never hides text across homepage */
.hero-section .fill-btn::before,
.featured-products-section .fill-btn::before {
  display: none !important;
}

.hero-section .fill-btn:hover,
.hero-section .fill-btn:hover *,
.featured-products-section .fill-btn:hover,
.featured-products-section .fill-btn:hover * {
  color: #ffffff !important;
}


/* ==========================================================================
   Hero Slider Full-Size Background Banners (Cover Mode)
   ========================================================================== */
.hero-slide {
  position: relative !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
  min-height: 480px !important;
  display: flex !important;
  align-items: center !important;
  padding: 50px 45px !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1px solid #E2E8F0 !important;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05) !important;
}

/* Semi-transparent gradient overlay to ensure 100% text readability over any photo */
.hero-slide::before {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.91) 45%, rgba(255, 255, 255, 0.55) 75%, rgba(255, 255, 255, 0.15) 100%) !important;
  z-index: 1 !important;
  pointer-events: none !important;
}

.hero-slide > * {
  position: relative !important;
  z-index: 2 !important;
}

.hero-slide-content {
  position: relative !important;
  z-index: 2 !important;
  max-width: 680px !important;
}

/* Hero Slide Internal Spacing (Badge -> Header -> Paragraph -> CTA Buttons) */
.hero-slide-content .hero-badge,
.hero-slide-content .badge {
  margin-bottom: 22px !important;
  display: inline-block !important;
}

.hero-slide-content h1,
.hero-slide-content h2,
.hero-slide-content .hero-title {
  margin-bottom: 24px !important;
  line-height: 1.25 !important;
  letter-spacing: -0.5px !important;
}

.hero-slide-content p,
.hero-slide-content .lead {
  margin-bottom: 36px !important;
  line-height: 1.75 !important;
  font-size: 17.5px !important;
  max-width: 620px !important;
  color: #334155 !important;
}

.hero-slide-content .hero-btn-group {
  gap: 16px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
}

@media (min-width: 1400px) {
  .hero-slide {
    min-height: 500px !important;
    padding: 60px 55px !important;
  }
}

@media (max-width: 991px) {
  .hero-slide {
    min-height: 440px !important;
    padding: 40px 30px !important;
    background-position: center center !important;
  }
  .hero-slide::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 65%, rgba(255, 255, 255, 0.7) 100%) !important;
  }
  .hero-slide-content .hero-badge,
  .hero-slide-content .badge {
    margin-bottom: 18px !important;
  }
  .hero-slide-content h1,
  .hero-slide-content h2,
  .hero-slide-content .hero-title {
    margin-bottom: 20px !important;
    font-size: 34px !important;
    line-height: 1.25 !important;
  }
  .hero-slide-content p,
  .hero-slide-content .lead {
    margin-bottom: 28px !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
  }
  .hero-slide-content .hero-btn-group {
    gap: 14px !important;
  }
}

@media (max-width: 767px) {
  .hero-slide {
    min-height: 410px !important;
    padding: 30px 18px !important;
  }
  .hero-slide::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.92) 100%) !important;
  }
  .hero-slide-content {
    max-width: 100% !important;
  }
  .hero-slide-content .hero-badge,
  .hero-slide-content .badge {
    margin-bottom: 14px !important;
  }
  .hero-slide-content h1,
  .hero-slide-content h2,
  .hero-slide-content .hero-title {
    margin-bottom: 16px !important;
    font-size: 26px !important;
    line-height: 1.3 !important;
  }
  .hero-slide-content p,
  .hero-slide-content .lead {
    margin-bottom: 24px !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
  .hero-slide-content .hero-btn-group {
    gap: 12px !important;
  }
}

/* ==========================================================================
   B2B Bulk Quote CTA Section (Site-wide)
   ========================================================================== */
.bulk-quote-cta-section {
  background: linear-gradient(135deg, #337CA7 0%, #071724 100%) !important;
  color: #ffffff !important;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.bulk-quote-cta-section .badge {
  background: rgba(255, 255, 255, 0.22) !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.bulk-quote-cta-section p,
.bulk-quote-cta-section .text-white-50 {
  color: #E2E8F0 !important;
  font-size: 15.5px !important;
  line-height: 1.65 !important;
}
.bulk-quote-cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(69, 182, 76, 0.22) 0%, transparent 70%);
  pointer-events: none;
}
.bulk-quote-btn-main {
  background: #ffffff !important;
  color: #337CA7 !important;
  height: 50px !important;
  padding: 0 28px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
  transition: all 0.2s ease !important;
  border: 1.5px solid #ffffff !important;
}
.bulk-quote-btn-main:hover {
  background: #45B64C !important;
  color: #ffffff !important;
  border-color: #45B64C !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(69, 182, 76, 0.35) !important;
}
.bulk-quote-btn-main:hover * {
  color: #ffffff !important;
}
.bulk-quote-btn-wa {
  background: #25D366 !important;
  color: #ffffff !important;
  border: 1.5px solid #25D366 !important;
  height: 50px !important;
  padding: 0 24px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}
.bulk-quote-btn-wa:hover {
  background: #1EBE5D !important;
  color: #ffffff !important;
  border-color: #1EBE5D !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35) !important;
}
.bulk-quote-btn-wa:hover * {
  color: #ffffff !important;
}

/* ==========================================================================
   Mobile Offcanvas Drawer & Navigation Polish
   ========================================================================== */
.offcanvas__info {
  background: #0D283E !important;
  border-left: 2px solid #337CA7 !important;
  box-shadow: -4px 0 25px rgba(0, 0, 0, 0.4) !important;
  z-index: 1050 !important;
}
.offcanvas__overlay {
  z-index: 1040 !important;
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(2px);
}
.offcanvas__close button {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}
.offcanvas__close button:hover {
  background: #45B64C !important;
  color: #ffffff !important;
  border-color: #45B64C !important;
}
.offcanvas__contact h4 {
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-bottom: 8px !important;
  margin-bottom: 14px !important;
}
.offcanvas__contact-text a {
  color: #94A3B8 !important;
  text-decoration: none !important;
  font-size: 13.5px !important;
  transition: color 0.2s ease !important;
}
.offcanvas__contact-text a:hover {
  color: #45B64C !important;
}
.offcanvas__contact-icon i {
  color: #45B64C !important;
}

/* MeanMenu / Mobile Nav List Items */
.mean-container .mean-nav {
  background: transparent !important;
}
.mean-container .mean-nav ul {
  border: none !important;
  padding: 0 !important;
}
.mean-container .mean-nav ul li {
  border-top: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent !important;
}
.mean-container .mean-nav ul li a {
  color: #ffffff !important;
  font-size: 15.5px !important;
  font-weight: 600 !important;
  padding: 13px 0 !important;
  text-transform: none !important;
  border: none !important;
  opacity: 1 !important;
  transition: color 0.2s ease, padding-left 0.2s ease !important;
}
.mean-container .mean-nav ul li a:hover {
  color: #45B64C !important;
  padding-left: 6px !important;
}
.hamburger-btn {
  cursor: pointer !important;
  touch-action: manipulation !important;
}

/* ==========================================================================
   Header "Request a Quote" CTA Button
   ========================================================================== */
.btn-header-quote {
  background-color: #337CA7 !important;
  border: 1.5px solid #337CA7 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  height: 36px !important;
  padding: 0 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 8px rgba(51, 124, 167, 0.2) !important;
  transition: all 0.2s ease !important;
}
.btn-header-quote:hover,
.btn-header-quote:focus,
.btn-header-quote:active {
  background-color: #45B64C !important;
  border-color: #45B64C !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(69, 182, 76, 0.35) !important;
}
.btn-header-quote * {
  color: #ffffff !important;
}

@media (max-width: 575px) {
  .btn-header-quote {
    height: 32px !important;
    padding: 0 8px !important;
    font-size: 11.5px !important;
    gap: 4px !important;
  }
}

/* ==========================================================================
   Compact Main Header Navigation
   ========================================================================== */
.header-layout-4.header-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header-sticky.header-4,
#header-sticky.header-4.sticky {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#header-sticky .d-flex.justify-content-between.align-items-center {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.header-search-btn .search-open-btn {
  width: 36px !important;
  height: 36px !important;
}
.header-right .hamburger-btn {
  height: 36px !important;
  padding: 4px 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (max-width: 767px) {
  #header-sticky .d-flex.justify-content-between.align-items-center {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .header-search-btn .search-open-btn {
    width: 32px !important;
    height: 32px !important;
  }
  .header-right .hamburger-btn {
    height: 32px !important;
    padding: 4px 8px !important;
  }
}

/* ==========================================================================
   Topbar Language Selector Dropdown
   ========================================================================== */
.lang-dropdown-toggle::after {
  display: none !important;
}
.lang-dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px !important;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15) !important;
  padding: 6px 0 !important;
  min-width: 165px !important;
  margin-top: 8px !important;
  z-index: 1060 !important;
}
.lang-dropdown-menu.show {
  display: block !important;
}
.lang-dropdown-menu .dropdown-item {
  color: #1E293B !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  padding: 8px 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  transition: background-color 0.15s ease, color 0.15s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
}
.lang-dropdown-menu .dropdown-item:hover {
  background-color: #F1F5F9 !important;
  color: #337CA7 !important;
}
.lang-dropdown-menu .dropdown-item.active {
  background-color: #337CA7 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
}
.lang-dropdown-menu .dropdown-item.active * {
  color: #ffffff !important;
}

/* ==========================================================================
   Brand Accent: Add to Cart Buttons (Primary Green #45B64C)
   ========================================================================== */
.product__item .btn-primary,
.product-card .btn-primary,
a[href*="cart.html?add="],
a.btn-add-to-cart {
  background-color: #45B64C !important;
  border-color: #45B64C !important;
  color: #ffffff !important;
  transition: all 0.2s ease !important;
}
.product__item .btn-primary:hover,
.product-card .btn-primary:hover,
a[href*="cart.html?add="]:hover,
a.btn-add-to-cart:hover {
  background-color: #3B9D41 !important;
  border-color: #3B9D41 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(69, 182, 76, 0.3) !important;
}

/* Category Badges and Counter Tags */
.badge.bg-furniture,
.header-action-badge {
  background: #45B64C !important;
  color: #ffffff !important;
}

/* Category Badges on Light Surfaces (High-Contrast Rich Green) */
span.badge[style*="#ECF8ED"],
a.badge[style*="#ECF8ED"],
.badge-category {
  background: #ECF8ED !important;
  color: #166534 !important;
  border: 1px solid #BBF7D0 !important;
  font-weight: 700 !important;
}

/* ==========================================================================
   Enlarged Product Card Thumbnails & Images
   ========================================================================== */
.product-thumb,
.product-item .product-thumb {
  height: 230px !important;
  min-height: 230px !important;
  padding: 8px !important;
  background: #F8FAFC !important;
  border-radius: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  position: relative !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-thumb a,
.product-item .product-thumb a {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.product-thumb img,
.product-item .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  max-width: 96% !important;
  max-height: 96% !important;
  object-fit: contain !important;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: block !important;
}

.product-item:hover .product-thumb img {
  transform: scale(1.05) !important;
}

@media (min-width: 576px) and (max-width: 991px) {
  .product-thumb,
  .product-item .product-thumb {
    height: 210px !important;
    min-height: 210px !important;
  }
}

@media (max-width: 575px) {
  .product-thumb,
  .product-item .product-thumb {
    height: 175px !important;
    min-height: 175px !important;
    padding: 6px !important;
  }
}

/* ==========================================================================
   Product Detail Interactive Image Auto-Zoom
   ========================================================================== */
.product__details-thumb-big {
  position: relative !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
  background: #fafafa !important;
  border-radius: 8px !important;
}

.product__details-thumb-big img {
  transform-origin: center center;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform, transform-origin;
  pointer-events: none !important;
  display: block !important;
}

.product__details-thumb-big.is-zooming img {
  transition: none !important;
}

.product__details-thumb-big::after {
  content: '\f002 \00a0 Roll over image to zoom';
  font-family: 'Font Awesome 6 Pro', 'Font Awesome 6 Free', sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(15, 23, 42, 0.65);
  color: #ffffff;
  font-size: 11.5px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 20px;
  pointer-events: none;
  opacity: 0.8;
  transition: opacity 0.2s ease;
  z-index: 2;
  letter-spacing: 0.2px;
}

.product__details-thumb-big:hover::after,
.product__details-thumb-big.is-zooming::after {
  opacity: 0;
}

.product-modal .product__details-thumb-wrapper {
  position: relative !important;
  overflow: hidden !important;
  cursor: zoom-in !important;
}

.product-modal .product__details-thumb-wrapper img {
  transform-origin: center center;
  transition: transform 0.25s cubic-bezier(0.2, 0, 0.2, 1);
  will-change: transform, transform-origin;
  pointer-events: none !important;
}

/* ==========================================================================
   Product Description Read More / Read Less Toggle
   ========================================================================== */
.btn-read-more-desc {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  background: transparent !important;
  border: none !important;
  color: #337CA7 !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  padding: 4px 0 !important;
  margin-top: 2px !important;
  margin-bottom: 14px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  box-shadow: none !important;
  outline: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

.btn-read-more-desc:hover,
.btn-read-more-desc:focus {
  color: #45B64C !important;
  text-decoration: none !important;
  transform: translateX(2px);
}

.btn-read-more-desc .btn-read-more-icon {
  font-size: 11px !important;
  transition: transform 0.25s ease !important;
}

.product-desc-more {
  position: relative;
}

/* ==========================================================================
   Catalog Filter by Category Mobile Bar & Alignment Fix
   ========================================================================== */
.btn-mobile-filter-toggle {
  background-color: #337CA7 !important;
  border: 1px solid #337CA7 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 14.5px !important;
  min-height: 44px !important;
  padding: 10px 18px !important;
  border-radius: 8px !important;
  width: 100% !important;
  box-shadow: 0 2px 8px rgba(51, 124, 167, 0.18) !important;
  transition: all 0.2s ease !important;
}

.btn-mobile-filter-toggle:hover,
.btn-mobile-filter-toggle:focus {
  background-color: #071724 !important;
  border-color: #071724 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22) !important;
}

.btn-mobile-filter-toggle .badge {
  font-size: 12px !important;
  font-weight: 600 !important;
  padding: 5px 12px !important;
  background: #ffffff !important;
  color: #0F172A !important;
  border-radius: 20px !important;
}

.shop-topbar {
  width: 100% !important;
  border-radius: 8px !important;
}

/* ==========================================================================
   Product Card "View Details" CTA Button (Normal: #337CA7, Hover: White bg, #337CA7 font)
   ========================================================================== */
.btn-view-details,
a.btn-view-details,
.product-item a.btn-view-details,
.product__details-area .product-item a.btn-view-details {
  background-color: #337CA7 !important;
  background: #337CA7 !important;
  border: 1.5px solid #337CA7 !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 6px !important;
  transition: all 0.2s ease !important;
}

.btn-view-details:hover,
.btn-view-details:focus,
.btn-view-details:active,
a.btn-view-details:hover,
a.btn-view-details:focus,
a.btn-view-details:active,
.product-item a.btn-view-details:hover,
.product__details-area .product-item a.btn-view-details:hover {
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #337CA7 !important;
  border-color: #337CA7 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(51, 124, 167, 0.2) !important;
}

.btn-view-details:hover *,
a.btn-view-details:hover * {
  color: #337CA7 !important;
}

/* ==========================================================================
   Comprehensive Product Detail ("View Details") Page Responsive Engine
   Breakpoints: 375px, 390px, 428px (mobile), 768px, 1024px (tablet), 1280px+ (desktop)
   ========================================================================== */

/* --- 1. Global Overflow Prevention & Mobile Padding for Product Details --- */
body:has(.product__details-area) {
  overflow-x: hidden !important;
}

.product__details-area,
.breadcrumb__area {
  overflow-x: hidden !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

@media (max-width: 767.98px) {
  .product__details-area .container,
  .breadcrumb__area .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* --- 2. Breadcrumbs Responsiveness --- */
@media (max-width: 767.98px) {
  .breadcrumb__area {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .breadcrumb__title {
    font-size: 22px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .breadcrumb__menu ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 4px 6px !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    padding: 0 4px !important;
  }
  .breadcrumb__menu ul li {
    white-space: normal !important;
    word-break: break-word !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
  }
}
@media (max-width: 428px) {
  .breadcrumb__area {
    padding-top: 26px !important;
    padding-bottom: 26px !important;
  }
  .breadcrumb__title {
    font-size: 20px !important;
  }
  .breadcrumb__menu ul {
    font-size: 12px !important;
  }
}

/* --- 3. Main Product Section Layout (1024px+ vs Below 1024px) --- */
@media (min-width: 1024px) {
  .product__details-area .row.align-items-start > .col-xxl-6,
  .product__details-area .row.align-items-start > .col-lg-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
  .product__details-thumb-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
  }
  .product__details-thumb-tab {
    margin-right: 14px !important;
    flex: 0 0 auto !important;
  }
  .product__details-thumb-tab .nav-tabs {
    display: flex !important;
    flex-direction: column !important;
    border: none !important;
    gap: 10px !important;
  }
  .product__details-thumb-tab-content {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .product__details-thumb-big {
    height: 440px !important;
    padding: 16px !important;
  }
  .product__details-thumb-big img {
    max-height: 400px !important;
  }
  .product__details-title {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
}

/* Stacking for small tablet & mobile (< 1024px: 768px, 428px, 390px, 375px) */
@media (max-width: 1023.98px) {
  .product__details-area {
    padding-top: 40px !important;
    padding-bottom: 50px !important;
  }
  .product__details-area .row.align-items-start > .col-xxl-6,
  .product__details-area .row.align-items-start > .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 28px !important;
  }
  .product__details-thumb-wrapper {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .product__details-thumb-tab-content {
    order: 1 !important;
    width: 100% !important;
    margin-bottom: 14px !important;
  }
  .product__details-thumb-tab {
    order: 2 !important;
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 10px !important;
  }
  .product__details-thumb-tab .nav-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    gap: 10px !important;
    padding: 4px 2px 8px 2px !important;
    border: none !important;
    width: 100% !important;
    scrollbar-width: thin;
    scrollbar-color: #CBD5E1 transparent;
  }
  .product__details-thumb-tab .nav-tabs::-webkit-scrollbar {
    height: 4px;
  }
  .product__details-thumb-tab .nav-tabs::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 4px;
  }
  .product__details-thumb-tab .nav-tabs .nav-link {
    flex: 0 0 68px !important;
    width: 68px !important;
    height: 68px !important;
    margin-bottom: 0 !important;
    padding: 3px !important;
    border-radius: 6px !important;
    border: 1px solid #E2E8F0 !important;
    background: #fafafa !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  }
  .product__details-thumb-tab .nav-tabs .nav-link.active {
    border-color: #337CA7 !important;
    box-shadow: 0 0 0 1px #337CA7 !important;
  }
  .product__details-thumb-tab .nav-tabs .nav-link img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  .product__details-content {
    padding-left: 0 !important;
  }
}

/* Tablet portrait (768px - 1023px) specifics */
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product__details-thumb-big {
    height: 400px !important;
    padding: 16px !important;
  }
  .product__details-thumb-big img {
    max-height: 360px !important;
  }
  .product__details-title {
    font-size: 24px !important;
    line-height: 1.3 !important;
  }
}

/* Mobile Screens (< 768px: 428px, 390px, 375px) specifics */
@media (max-width: 767.98px) {
  .product__details-area {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
  }
  .product__details-thumb-big {
    height: 320px !important;
    min-height: 260px !important;
    padding: 12px !important;
    border-radius: 8px !important;
  }
  .product__details-thumb-big img {
    max-height: 290px !important;
    max-width: 100% !important;
  }
  .product__details-thumb-big::after {
    display: none !important;
  }
  .product__details-title {
    font-size: 21px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
  }
  .product__details-content .badge {
    font-size: 11px !important;
    padding: 5px 8px !important;
  }
  .product__details-content .d-flex.align-items-center.gap-2.mb-2 {
    flex-wrap: wrap !important;
    gap: 6px !important;
  }
  .product__details-content .p-3.mb-4.rounded {
    padding: 12px 14px !important;
    margin-bottom: 18px !important;
  }
  .product__details-content .p-3.mb-4.rounded > div:first-child {
    font-size: 16px !important;
  }
  .product__details-content .p-3.mb-4.rounded > div:last-child {
    font-size: 12.5px !important;
    line-height: 1.5 !important;
  }
  .product__details-content h2 {
    font-size: 17px !important;
    line-height: 1.35 !important;
    margin-bottom: 10px !important;
  }
  .product__details-content p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    margin-bottom: 10px !important;
  }
  .product__details-content .pt-2 {
    padding-top: 4px !important;
  }
  /* Buttons: Full-width, min 48px touch target, clean spacing */
  .product__details-content .d-flex.flex-wrap.gap-3.align-items-center.mb-4.pt-2,
  .product__details-action > div {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
  }
  .product__details-content .fill-btn,
  .product__details-content a.fill-btn,
  .product__details-content .btn-request-quote,
  .product__details-content .btn-detail-whatsapp,
  .product__details-content .btn-outline-secondary {
    width: 100% !important;
    min-height: 48px !important;
    height: 48px !important;
    padding: 0 16px !important;
    justify-content: center !important;
    text-align: center !important;
    font-size: 14px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
  }
  /* Quick B2B Trust Points under buttons */
  .product__details-content .row.g-2.pt-3.border-top > div {
    width: 100% !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    margin-bottom: 2px !important;
  }
}

/* Extra tweaks for smaller phones (<= 428px: 428px, 390px, 375px) */
@media (max-width: 428px) {
  .product__details-thumb-big {
    height: 280px !important;
    min-height: 240px !important;
    padding: 10px !important;
  }
  .product__details-thumb-big img {
    max-height: 255px !important;
  }
  .product__details-thumb-tab .nav-tabs .nav-link {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .product__details-title {
    font-size: 19px !important;
  }
}

@media (max-width: 375px) {
  .product__details-thumb-big {
    height: 260px !important;
    min-height: 220px !important;
    padding: 8px !important;
  }
  .product__details-thumb-big img {
    max-height: 240px !important;
  }
  .product__details-thumb-tab .nav-tabs .nav-link {
    flex: 0 0 54px !important;
    width: 54px !important;
    height: 54px !important;
  }
  .product__details-title {
    font-size: 18px !important;
  }
}

/* --- 4. Technical Specifications & Key Features Section Responsiveness --- */
@media (max-width: 1023.98px) {
  .product__details-area .row.mt-30.pt-40.border-top > .col-lg-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 24px !important;
  }
}

@media (max-width: 639.98px) {
  .product__details-area .table-responsive {
    overflow-x: visible !important;
    border: none !important;
  }
  .product__details-area .table-responsive table.table,
  .product__details-area .table-responsive table.table tbody,
  .product__details-area .table-responsive table.table tr,
  .product__details-area .table-responsive table.table th,
  .product__details-area .table-responsive table.table td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .product__details-area .table-responsive table.table tr {
    margin-bottom: 10px !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }
  .product__details-area .table-responsive table.table th {
    background: #F1F5F9 !important;
    color: #1E293B !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 8px 12px !important;
    border: none !important;
    border-bottom: 1px solid #E2E8F0 !important;
  }
  .product__details-area .table-responsive table.table td {
    color: #475569 !important;
    font-size: 13.5px !important;
    padding: 8px 12px !important;
    border: none !important;
    line-height: 1.5 !important;
    word-break: break-word !important;
  }
}

/* --- 5. Related Products Section Responsiveness --- */
@media (max-width: 575.98px) {
  /* 1 column on mobile screens (375px, 390px, 428px) */
  .product__details-area .col-xl-4.col-lg-4.col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 18px !important;
  }
  .product__details-area .product-item {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .product__details-area .product-thumb {
    height: 200px !important;
  }
  .product__details-area .product-thumb img {
    max-height: 185px !important;
  }
  .product__details-area .product-item .btn-view-details,
  .product__details-area .product-item a.btn-primary.w-100 {
    min-height: 44px !important;
    height: 44px !important;
    font-size: 13.5px !important;
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (min-width: 576px) and (max-width: 1023.98px) {
  /* 2 columns on tablet portrait & landscape mobile (768px, etc.) */
  .product__details-area .col-xl-4.col-lg-4.col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    margin-bottom: 24px !important;
  }
}

@media (min-width: 1024px) {
  /* 3 columns on desktop (1024px, 1280px+) */
  .product__details-area .col-xl-4.col-lg-4.col-md-6 {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
    width: 33.333333% !important;
  }
}

/* --- 6. Bulk Quote CTA Section Mobile Fit --- */
@media (max-width: 767.98px) {
  .bulk-quote-cta-section .d-inline-flex {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }
  .bulk-quote-btn-main,
  .bulk-quote-btn-wa {
    width: 100% !important;
    min-height: 48px !important;
    justify-content: center !important;
  }
}