/*
Theme Name: Material Supply Theme
Theme URI: https://materialsupply-saudi.com
Author: Antigravity AI
Description: E-Commerce Theme for Material Supply Saudi featuring industrial & building materials catalog, category megamenu, product cards, trust badges, and responsive design in a crisp White, Red, and Navy Blue color palette.
Version: 1.1.0
Text Domain: material-supply-theme
*/

/* ==========================================================================
   Design System & Color Palette (White, Red, & Deep Navy Theme)
   ========================================================================== */
:root {
  --zoro-navy: #0b4d5e;
  --zoro-navy-dark: #072a35;
  --zoro-navy-ribbon: #e8ecee;
  --zoro-blue: #0b4d5e;
  --zoro-blue-hover: #073845;
  --zoro-blue-light: #f0f7f9;
  --zoro-red: #e51d24;
  --zoro-red-hover: #c81920;
  --zoro-red-light: #fef2f2;
  --zoro-white: #ffffff;
  --zoro-bg-slate: #f8fafc;
  --zoro-card-bg: #ffffff;
  --zoro-border: #e2e8f0;
  --zoro-border-dark: #cbd5e1;
  --zoro-text-dark: #0f172a;
  --zoro-text-muted: #64748b;
  --zoro-text-light: #94a3b8;

  /* Legacy & WordPress variables mapped to new palette */
  --zoro-blue-legacy: var(--zoro-navy);
  --zoro-orange: var(--zoro-red);
  --zoro-yellow: #f59e0b;
  --zoro-gray-bg: var(--zoro-bg-slate);
  --primary: var(--zoro-red);
  --primary-hover: var(--zoro-red-hover);
  --secondary: var(--zoro-navy);
  --text-main: var(--zoro-text-dark);
  --text-muted: var(--zoro-text-muted);
  --bg-card: var(--zoro-white);
  --bg-dark: var(--zoro-navy);
  --border-color: var(--zoro-border);
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background-color: var(--zoro-bg-slate);
  color: var(--zoro-text-dark);
}

/* ==========================================================================
   Header Redesign (White, Red & Deep Navy Theme)
   ========================================================================== */
/* Top Free Shipping Bar (Light Silver Background) */
.shipping-banner-black {
  background: #f4f4f4;
  color: #334155;
  text-align: center;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  border-bottom: 1px solid #e2e8f0;
}

.shipping-banner-black .shipping-link {
  color: #0f172a;
  text-decoration: underline;
  margin: 0 2px;
  font-weight: 700;
}

.shipping-banner-black .shipping-link:hover {
  color: var(--zoro-red);
}

/* Main Zoro Header (Crisp Pure White) */
.zoro-header-dark {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  color: #0f172a;
}

.header-main-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 12px 16px;
}

.header-top-row {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.mobile-hamburger-btn {
  display: none;
  background: none;
  border: none;
  color: #0f172a;
  cursor: pointer;
  padding: 0 4px;
}

.zoro-brand-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.zoro-logo-dark {
  height: 44px;
  width: auto;
  object-fit: contain;
}

.location-pin-box {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0 8px;
}

.header-icon-svg {
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

.zip-code-text {
  font-size: 0.88rem;
  line-height: 1;
  color: #0f172a;
}

.search-form-dark {
  display: flex;
  align-items: center;
  flex-grow: 1;
  max-width: 620px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.search-form-dark input {
  flex-grow: 1;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 16px;
  color: var(--zoro-text-dark);
  font-size: 0.95rem;
}

.search-form-dark input::placeholder {
  color: var(--zoro-text-muted);
}

.btn-search-teal {
  background: var(--zoro-navy);
  color: #ffffff;
  border: none;
  padding: 0 20px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-search-teal:hover {
  background: var(--zoro-blue-hover);
}

.header-action-icons-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.action-icon-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  transition: color 0.2s ease;
}

.action-icon-item:hover {
  color: var(--zoro-red);
}

.cart-icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.cart-badge-orange {
  background: var(--zoro-red);
  color: #ffffff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 800;
  position: absolute;
  top: -8px;
  right: -8px;
  box-shadow: 0 0 0 2px #ffffff;
}

/* Mobile Search Row */
.mobile-search-row {
  display: none;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

/* Category Ribbon Bar (Light Silver Surface) */
.dark-category-ribbon {
  background: #e8ecee;
  border-top: 1px solid #cbd5e1;
  border-bottom: 1px solid #cbd5e1;
}

.ribbon-inner-container {
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
}

.btn-shop-all-dark {
  background: transparent;
  border: none;
  color: #0f172a;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.btn-shop-all-dark:hover {
  color: var(--zoro-red);
}

.desktop-category-arrow {
  background: none;
  border: none;
  color: #64748b;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0 4px;
}

.desktop-category-arrow:hover {
  color: #0f172a;
}

.dark-ribbon-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
  white-space: nowrap;
  flex-grow: 1;
}

.dark-ribbon-links::-webkit-scrollbar {
  display: none;
}

.dark-ribbon-links a {
  color: #0f172a;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dark-ribbon-links a:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

/* Sub-Header Deep Navy Hero Banner Container */
.teal-hero-banner-wrap {
  background: linear-gradient(135deg, var(--zoro-navy) 0%, #073845 100%);
  color: #ffffff;
  text-align: center;
  padding: 18px 20px 24px 20px;
  margin: 0;
  box-shadow: inset 0 -2px 10px rgba(0,0,0,0.15);
}

.same-day-subtext {
  font-size: 0.95rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: #ffffff;
}

.same-day-subtext strong {
  font-weight: 800;
  color: #ffffff;
}

.hero-main-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  padding: 0;
  letter-spacing: -0.5px;
}

/* Mobile Responsive Breakpoints (< 768px) */
@media (max-width: 767px) {
  .mobile-hamburger-btn {
    display: block;
  }

  .desktop-only-pin,
  .desktop-only-search,
  .desktop-only-shopall,
  .desktop-category-arrow {
    display: none !important;
  }

  .mobile-search-row {
    display: flex !important;
  }

  .header-action-icons-wrap {
    gap: 12px;
  }

  .action-label {
    display: none;
  }

  .dark-ribbon-links {
    gap: 16px;
  }
}

/* ==========================================================================
   Main Hero Section & Banner PC vs Mobile
   ========================================================================== */
.hero-wrapper {
  max-width: 1350px;
  margin: 24px auto 36px auto;
  padding: 0 16px;
}

/* PC Marketing Grid (> 768px) */
.marketing-banner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hero-card-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-card-banner {
  display: block;
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hero-card-banner:hover {
  transform: translateY(-4px);
  border-color: var(--zoro-blue);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.hero-card-img {
  width: 100%;
  height: 235px;
  object-fit: fill;
  display: block;
  border-radius: 8px;
}

.hero-card-disclaimer {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
  margin-top: 8px;
  line-height: 1.3;
}

/* Mobile Hero Carousel (< 768px) */
.marketing-carousel {
  display: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.marketing-carousel .viewport {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.marketing-carousel .slide-container {
  min-width: 100%;
  box-sizing: border-box;
  padding: 0 4px;
}

.dots-container {
  text-align: center;
  margin-top: 12px;
}

.dots-list {
  display: inline-flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--zoro-border-dark);
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.dot.filled {
  background: var(--zoro-red);
}

@media (max-width: 767px) {
  .marketing-banner {
    display: none !important;
  }

  .marketing-carousel {
    display: block !important;
  }
}

/* ==========================================================================
   Recommendation Grid Section (White Container, Blue Accents, Red CTAs)
   ========================================================================== */
.dark-recs-section {
  position: relative;
  max-width: 1350px;
  margin: 30px auto;
  background: var(--zoro-white);
  border: 2px solid var(--zoro-navy);
  border-radius: 8px;
  padding: 20px;
  color: var(--zoro-text-dark);
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
}

.dark-recs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

@media (max-width: 992px) {
  .dark-recs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .dark-recs-grid {
    grid-template-columns: 1fr;
  }
}

.dark-rec-card {
  background: var(--zoro-white);
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dark-rec-card:hover {
  border-color: var(--zoro-blue);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.dark-rec-header {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--zoro-navy);
  margin-bottom: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark-rec-main-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}

.dark-rec-img-box {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-rec-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.dark-rec-info {
  flex-grow: 1;
}

.dark-rec-brand {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--zoro-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.dark-rec-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--zoro-blue);
  line-height: 1.35;
  margin: 4px 0 8px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.dark-rec-title:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.dark-rec-price {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 10px;
}

.btn-add-cart-dark {
  background: var(--zoro-red);
  color: #ffffff;
  border: 1.5px solid var(--zoro-red);
  border-radius: 4px;
  padding: 6px 14px;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-add-cart-dark:hover {
  background: var(--zoro-red-hover);
  border-color: var(--zoro-red-hover);
  color: #ffffff;
}

.dark-rec-thumbnails-row {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid var(--zoro-border);
  padding-top: 12px;
}

.dark-rec-arrow {
  background: none;
  border: none;
  color: var(--zoro-text-muted);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 2px;
}

.dark-rec-arrow:hover {
  color: var(--zoro-navy);
}

.dark-rec-thumbs {
  display: flex;
  gap: 8px;
  flex-grow: 1;
}

.dark-rec-thumb-item {
  width: 50px;
  height: 44px;
  background: #ffffff;
  border: 1px solid var(--zoro-border-dark);
  border-radius: 3px;
  padding: 2px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-rec-thumb-item.active {
  border: 2px solid var(--zoro-blue);
}

.dark-rec-thumb-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Feedback Side Tab */
.feedback-tab-vertical {
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  z-index: 10;
}

/* ==========================================================================
   Feature Banners & Shop Categories Filter Section
   ========================================================================== */
.dark-feature-banners-section {
  max-width: 1350px;
  margin: 24px auto 40px;
  padding: 0 16px;
}

.dark-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}

@media (max-width: 992px) {
  .dark-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .dark-feature-grid {
    grid-template-columns: 1fr;
  }
}

.dark-feature-card {
  position: relative;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dark-feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10,37,64,0.7) 0%, rgba(10,37,64,0.3) 50%, rgba(10,37,64,0.85) 100%);
  z-index: 1;
}

.dark-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.2);
}

.dark-feature-title {
  position: relative;
  z-index: 2;
  font-size: 1.35rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  max-width: 90%;
}

.dark-feature-link,
a.dark-feature-card .dark-feature-link,
a.dark-feature-card:hover .dark-feature-link {
  position: relative;
  z-index: 2;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: underline !important;
}

.shop-categories-container {
  background: var(--zoro-white);
  padding: 24px 20px;
  border-radius: 8px;
  border: 1px solid var(--zoro-border);
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.shop-categories-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 20px;
}

.category-filter-pills {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pill-active-top,
a.pill-active-top,
a.pill-active-top:link,
a.pill-active-top:visited {
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none !important;
  border: 1px solid var(--zoro-red) !important;
}

.pill-active-top:hover,
a.pill-active-top:hover,
a.pill-active-top:focus {
  background: var(--zoro-red-hover) !important;
  color: #ffffff !important;
}

.pill-label-by-industry {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--zoro-text-dark);
  margin: 0 6px 0 12px;
}

.pill-industry-item {
  background: var(--zoro-bg-slate);
  color: var(--zoro-text-dark);
  border: 1px solid var(--zoro-border-dark);
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.pill-industry-item:hover {
  background: var(--zoro-navy);
  color: #ffffff;
  border-color: var(--zoro-navy);
}

/* ==========================================================================
   Shop Categories Mega-Grid (5-Column Clean Cards)
   ========================================================================== */
.shop-categories-mega-section {
  max-width: 1350px;
  margin: 30px auto 40px;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.shop-categories-mega-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

@media (max-width: 1200px) {
  .shop-categories-mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .shop-categories-mega-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .shop-categories-mega-grid {
    grid-template-columns: 1fr;
  }
}

.category-block-card {
  background: var(--zoro-white);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--zoro-border);
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.category-block-card:hover {
  border-color: var(--zoro-navy);
  box-shadow: 0 4px 12px rgba(11, 77, 94, 0.12);
}

.category-block-header {
  background: var(--zoro-navy);
  padding: 12px 14px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #0f355c;
  line-height: 1.25;
}

.category-block-header a {
  color: #ffffff;
  text-decoration: none;
}

.category-block-header a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.category-block-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.subcat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--zoro-text-dark);
  text-decoration: none;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.3;
}

.subcat-item:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.subcat-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.category-block-footer {
  padding: 10px 14px 14px;
}

.category-block-footer a {
  color: var(--zoro-blue);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.category-block-footer a:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

/* ==========================================================================
   Best Deals Carousel Section (Ice Blue Light Container with Red Highlights)
   ========================================================================== */
.best-deals-carousel-section {
  position: relative;
  max-width: 1350px;
  margin: 40px auto;
  background: var(--zoro-blue-light);
  border: 2px solid #bfdbfe;
  border-radius: 8px;
  padding: 24px 20px;
  color: var(--zoro-text-dark);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(30, 64, 175, 0.06);
}

.best-deals-header {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 20px;
}

.best-deals-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.deals-nav-arrow {
  background: var(--zoro-navy);
  color: #ffffff;
  border: 1px solid var(--zoro-navy);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s ease;
}

.deals-nav-arrow:hover {
  background: var(--zoro-red);
  border-color: var(--zoro-red);
}

.deals-nav-arrow.prev-arrow {
  margin-right: 12px;
}

.deals-nav-arrow.next-arrow {
  margin-left: 12px;
}

.best-deals-carousel-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 0;
  flex-grow: 1;
}

.best-deals-carousel-track::-webkit-scrollbar {
  display: none;
}

.best-deal-card {
  min-width: 240px;
  max-width: 240px;
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.best-deal-img-wrap {
  position: relative;
  width: 100%;
  height: 170px;
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  box-sizing: border-box;
}

.best-deal-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.heart-fav-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--zoro-navy);
  cursor: pointer;
}

.heart-fav-icon:hover {
  background: var(--zoro-red);
  color: #ffffff;
}

.best-deal-brand {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--zoro-text-muted);
  text-transform: uppercase;
}

.best-deal-title {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--zoro-blue);
  line-height: 1.35;
  margin: 4px 0 10px;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.best-deal-title:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.best-deal-price-row {
  margin-bottom: 6px;
}

.original-price {
  text-decoration: line-through;
  color: var(--zoro-text-light);
  font-size: 0.82rem;
  margin-right: 6px;
}

.discount-badge {
  color: var(--zoro-red);
  font-weight: 700;
  font-size: 0.82rem;
}

.sale-price-main {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--zoro-red);
}

.unit-price-note {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
}

.delivery-note {
  font-size: 0.78rem;
  color: var(--zoro-text-muted);
  margin-bottom: 12px;
}

.btn-add-cart-deal {
  background: var(--zoro-red);
  color: #ffffff;
  border: 1.5px solid var(--zoro-red);
  border-radius: 4px;
  padding: 8px 14px;
  font-size: 0.85rem;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-add-cart-deal:hover {
  background: var(--zoro-red-hover);
  border-color: var(--zoro-red-hover);
  color: #ffffff;
}

/* ==========================================================================
   More Categories to Explore Carousel Section
   ========================================================================== */
.more-categories-explore-section {
  position: relative;
  max-width: 1350px;
  margin: 40px auto;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.more-categories-header {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 20px;
}

.more-categories-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.explore-nav-arrow {
  background: #ffffff;
  color: var(--zoro-navy);
  border: 1px solid var(--zoro-border-dark);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  min-width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.explore-nav-arrow:hover {
  background: var(--zoro-navy);
  color: #ffffff;
  border-color: var(--zoro-navy);
}

.more-categories-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 10px 14px;
  flex-grow: 1;
}

.more-categories-track::-webkit-scrollbar {
  display: none;
}

.explore-category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 120px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.explore-category-item:hover {
  transform: translateY(-4px);
}

.explore-icon-box {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.explore-icon-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.explore-category-title {
  color: var(--zoro-navy);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 1.3;
}

.explore-category-item:hover .explore-category-title {
  color: var(--zoro-red);
  text-decoration: underline;
}

/* ==========================================================================
   Create an Account & Special Deals Grid Row
   ========================================================================== */
.account-deals-row {
  max-width: 1350px;
  margin: 36px auto 40px;
  padding: 0 16px;
  display: grid;
  grid-template-columns: 1fr 2.2fr;
  gap: 20px;
}

@media (max-width: 992px) {
  .account-deals-row {
    grid-template-columns: 1fr;
  }
}

.create-account-card {
  background: var(--zoro-white);
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

.create-account-title {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 16px;
}

.account-bullet-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.account-bullet-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.92rem;
  color: var(--zoro-text-dark);
  font-weight: 500;
}

.btn-create-account-main,
a.btn-create-account-main,
a.btn-create-account-main:link,
a.btn-create-account-main:visited {
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  border: none;
  border-radius: 4px;
  padding: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.2s ease;
  box-sizing: border-box;
  display: block;
}

.btn-create-account-main:hover,
a.btn-create-account-main:hover,
a.btn-create-account-main:focus {
  background: var(--zoro-red-hover) !important;
  color: #ffffff !important;
}

.special-deals-banner {
  position: relative;
  background: linear-gradient(135deg, var(--zoro-navy) 0%, #073845 100%);
  border-radius: 8px;
  padding: 28px 32px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(10, 37, 64, 0.12);
}

.special-deals-content {
  position: relative;
  z-index: 2;
}

.special-deals-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.special-deals-sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

.special-deals-shop-now,
a.special-deals-shop-now,
a.special-deals-shop-now:link,
a.special-deals-shop-now:visited {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: underline !important;
  margin-top: 24px;
  display: inline-block;
}

.special-deals-shop-now:hover,
a.special-deals-shop-now:hover,
a.special-deals-shop-now:focus {
  color: #ffffff !important;
  opacity: 0.9;
}

.special-deals-watermark {
  position: absolute;
  right: -10px;
  bottom: -35px;
  font-size: 7.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  white-space: nowrap;
  user-select: none;
  line-height: 1;
}

/* ==========================================================================
   Brands You Trust Section
   ========================================================================== */
.brands-trust-section {
  max-width: 1350px;
  margin: 30px auto 40px;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.brands-trust-header-wrap {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
}

.brands-trust-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--zoro-navy);
}

.brands-see-more {
  color: var(--zoro-blue);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.brands-see-more:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.brand-logos-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.brand-logo-card {
  height: 52px;
  padding: 8px 18px;
  background: transparent;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
  box-sizing: border-box;
}

.brand-logo-card:hover {
  transform: scale(1.05);
}

/* Individual Brand Styling */
.brand-dayton {
  background: #e51d24;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 1.3rem;
  border-radius: 4px;
}

.brand-milwaukee {
  color: #e51d24;
  font-size: 1.6rem;
  font-family: 'Brush Script MT', cursive, sans-serif;
  font-weight: bold;
}

.brand-3m {
  color: #e51d24;
  font-size: 2.2rem;
  font-family: Impact, Arial, sans-serif;
  letter-spacing: -1px;
}

.brand-westward {
  background: #1b4382;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 4px;
  letter-spacing: 1px;
  border: 2px solid #e51d24;
  padding: 6px 14px;
}

.brand-dewalt {
  background: #feb81c;
  color: #000000;
  font-size: 1.3rem;
  font-family: Impact, Arial, sans-serif;
  padding: 6px 14px;
}

.brand-stanley {
  background: #ffcc00;
  color: #000000;
  font-size: 1.3rem;
  font-family: Arial Black, sans-serif;
  padding: 6px 14px;
}

.brand-squared {
  background: #000000;
  color: #feb81c;
  border: 2px solid #feb81c;
  font-size: 1rem;
  font-family: sans-serif;
  padding: 6px 12px;
}

.brand-hubbell {
  background: transparent;
  color: var(--zoro-navy);
  border: 2px solid var(--zoro-navy);
  border-radius: 20px;
  font-size: 1.1rem;
  font-family: Arial Black, sans-serif;
  padding: 4px 18px;
}

.brand-speedaire {
  background: #000000;
  color: #00a651;
  font-size: 1.2rem;
  font-style: italic;
  font-family: Arial Black, sans-serif;
  padding: 6px 14px;
  border-bottom: 2px solid #00a651;
}

/* ==========================================================================
   Testimonials Section
   ========================================================================== */
.testimonials-section {
  max-width: 1350px;
  margin: 40px auto 30px;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.testimonials-grid-container {
  background: var(--zoro-white);
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 20px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
}

@media (max-width: 992px) {
  .testimonials-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .testimonials-grid-container {
    grid-template-columns: 1fr;
  }
}

.testimonial-intro-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-intro-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--zoro-navy);
  line-height: 1.2;
  margin-bottom: 14px;
}

.testimonial-intro-desc {
  font-size: 0.95rem;
  color: var(--zoro-text-muted);
  line-height: 1.45;
  margin-bottom: 20px;
}

.testimonial-about-link {
  color: var(--zoro-blue);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
}

.testimonial-about-link:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.testimonial-quote-card {
  background: var(--zoro-bg-slate);
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-quote-text {
  font-size: 0.88rem;
  color: var(--zoro-text-dark);
  line-height: 1.45;
  margin-bottom: 16px;
}

.testimonial-author {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--zoro-navy);
}

/* ==========================================================================
   5-Column Value Proposition Strip (Navy & Red Accents)
   ========================================================================== */
.value-props-teal-strip {
  background: linear-gradient(135deg, var(--zoro-navy) 0%, var(--zoro-blue) 100%);
  border-radius: 8px;
  max-width: 1350px;
  margin: 0 auto 40px;
  padding: 20px 24px;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(10, 37, 64, 0.1);
}

@media (max-width: 992px) {
  .value-props-teal-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .value-props-teal-strip {
    grid-template-columns: 1fr;
  }
}

.value-prop-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 16px;
}

.value-prop-item:last-child {
  border-right: none;
}

.value-prop-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.value-prop-desc {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.35;
  margin-bottom: 6px;
}

.value-prop-link {
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: underline;
}

.value-prop-link:hover {
  color: #93c5fd;
}

/* ==========================================================================
   Trending Guides Section
   ========================================================================== */
.trending-guides-section {
  max-width: 1350px;
  margin: 40px auto 45px;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.trending-guides-header-wrap {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}

.trending-guides-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--zoro-navy);
}

.explore-resource-hub {
  color: var(--zoro-blue);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.explore-resource-hub:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.trending-guides-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 992px) {
  .trending-guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .trending-guides-grid {
    grid-template-columns: 1fr;
  }
}

.guide-article-card {
  background: transparent;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.guide-card-img-box {
  width: 100%;
  height: 190px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f1f5f9;
}

.guide-card-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.guide-article-card:hover .guide-card-img-box img {
  transform: scale(1.05);
}

.guide-category-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--zoro-red);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

.guide-article-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--zoro-navy);
  line-height: 1.3;
  margin-bottom: 8px;
  transition: color 0.2s ease;
}

.guide-article-card:hover .guide-article-title {
  color: var(--zoro-blue);
}

.guide-article-desc {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  line-height: 1.4;
}

/* ==========================================================================
   SEO Info & Quick Links Section
   ========================================================================== */
.seo-explore-section {
  max-width: 1350px;
  margin: 40px auto 50px;
  padding: 0 16px;
  color: var(--zoro-text-dark);
}

.seo-block-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 12px;
}

.seo-block-paragraph {
  font-size: 0.9rem;
  color: var(--zoro-text-muted);
  line-height: 1.55;
  margin-bottom: 16px;
}

.seo-see-more-toggle {
  color: var(--zoro-blue);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 36px;
}

.seo-see-more-toggle:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.explore-more-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 20px;
}

.explore-more-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 24px;
}

@media (max-width: 768px) {
  .explore-more-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .explore-more-grid {
    grid-template-columns: 1fr;
  }
}

.explore-more-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.explore-link-item {
  color: var(--zoro-blue);
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
}

.explore-link-item:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

/* ==========================================================================
   Exact Zoro Footer (Deep Navy & Red Stripe)
   ========================================================================== */
.zoro-footer-redesign {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 40px 0 0;
  border-top: 4px solid var(--zoro-red);
}

.footer-redesign-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 16px;
}

.footer-redesign-grid {
  display: grid;
  grid-template-columns: 2.2fr repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .footer-redesign-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 576px) {
  .footer-redesign-grid {
    grid-template-columns: 1fr;
  }
}

.footer-signup-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-signup-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.footer-signup-desc {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.45;
  margin-bottom: 16px;
  max-width: 380px;
}

.footer-signup-form {
  display: flex;
  gap: 8px;
  max-width: 380px;
  margin-bottom: 24px;
}

.footer-signup-input {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 10px 14px;
  color: var(--zoro-text-dark);
  font-size: 0.9rem;
  flex-grow: 1;
  outline: none;
}

.footer-signup-input::placeholder {
  color: var(--zoro-text-muted);
}

.btn-footer-signup {
  background: var(--zoro-red);
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.btn-footer-signup:hover {
  background: var(--zoro-red-hover);
}

.footer-social-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-social-icons {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
}

.social-icon-btn {
  width: 32px;
  height: 32px;
  background: #ffffff;
  color: var(--zoro-navy);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.social-icon-btn:hover {
  background: var(--zoro-red);
  color: #ffffff;
}

.footer-tagline {
  font-size: 0.85rem;
  color: #94a3b8;
  font-style: italic;
}

.footer-links-col-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links-list a {
  color: #cbd5e1;
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links-list a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-connect-note {
  font-size: 0.88rem;
  color: #cbd5e1;
  line-height: 1.4;
  margin-bottom: 8px;
}

.footer-connect-phone {
  font-size: 0.95rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.footer-copyright-bar {
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  padding: 16px 0;
  margin-top: 30px;
  color: #0f172a;
}

.footer-copyright-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.copyright-text {
  font-size: 0.82rem;
  color: #475569;
}

.copyright-text a {
  color: #0f172a;
  text-decoration: none;
  font-weight: 600;
}

.copyright-text a:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-logo-wrap img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

/* ==========================================================================
   Shop All Slideout Drawer Modal (Matching Reference UI Design)
   ========================================================================== */
.drawer-backdrop {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(15, 23, 42, 0.6) !important;
  backdrop-filter: blur(3px) !important;
  -webkit-backdrop-filter: blur(3px) !important;
  z-index: 999998 !important;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
}

.shop-all-drawer {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 380px !important;
  max-width: 90vw !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 999999 !important;
  box-shadow: 4px 0 28px rgba(15, 23, 42, 0.25) !important;
  display: flex !important;
  flex-direction: column !important;
  transform: translateX(-100%) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

body.shop-all-drawer-open {
  overflow: hidden !important;
}

body.shop-all-drawer-open .drawer-backdrop {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

body.shop-all-drawer-open .shop-all-drawer {
  transform: translateX(0) !important;
}

.drawer-header {
  padding: 16px 20px;
  background: #ffffff;
  border-bottom: 1px solid var(--zoro-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--zoro-navy);
}

.drawer-close-btn {
  background: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--zoro-text-muted);
  cursor: pointer;
  padding: 0 4px;
}

.drawer-close-btn:hover {
  color: var(--zoro-red);
}

.drawer-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px 20px;
}

.drawer-section-heading {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin: 10px 0 16px;
}

.drawer-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}

.drawer-featured-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: var(--zoro-text-dark);
}

.drawer-featured-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  margin-bottom: 8px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, background 0.2s ease;
}

.drawer-featured-card:hover .drawer-featured-circle {
  transform: scale(1.05);
  background: #e2e8f0;
}

.drawer-featured-circle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.drawer-featured-label {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.25;
}

.drawer-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.drawer-cat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 8px;
  text-decoration: none;
  color: var(--zoro-text-dark);
  border-radius: 6px;
  transition: background 0.2s ease;
}

.drawer-cat-item:hover {
  background: #f8fafc;
}

.drawer-cat-icon-circle {
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 50%;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

.drawer-cat-icon-circle img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.drawer-cat-name {
  font-size: 0.95rem;
  font-weight: 600;
  flex-grow: 1;
}

.drawer-cat-arrow {
  font-size: 1.5rem;
  color: var(--zoro-text-dark);
  font-weight: 400;
}

.drawer-footer-strip {
  background: #e0f2fe;
  padding: 20px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid #bae6fd;
}

.drawer-footer-link {
  color: #0284c7;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.drawer-footer-link:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

.drawer-footer-link:hover {
  color: var(--zoro-red);
  text-decoration: underline;
}

/* ==========================================================================
   EXACT Zoro Product Listing Page (PLP) Styles (Matching Reference Screenshot)
   ========================================================================== */
.zoro-exact-plp-wrapper {
  background: #ffffff;
  padding: 16px 0 50px;
}

.zoro-exact-plp-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Breadcrumbs */
.exact-breadcrumb {
  font-size: 0.82rem;
  color: #64748b;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.exact-breadcrumb a {
  color: #0284c7;
  text-decoration: none;
}

.exact-breadcrumb a:hover {
  text-decoration: underline;
}

.exact-breadcrumb .sep {
  color: #94a3b8;
  font-size: 0.9rem;
}

.exact-breadcrumb .current {
  color: #475569;
}

/* 2-Column Main Layout (Left Sidebar 260px + Right Main Grid) */
.exact-plp-grid-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  align-items: start;
}

/* Left Sidebar Filter & Sort Accordions */
.plp-sidebar-exact {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.filter-exact-title {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 8px;
}

.filter-accordion-item {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 14px;
}

.accordion-header-btn {
  width: 100%;
  background: none;
  border: none;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
}

.acc-icon {
  font-size: 0.75rem;
  color: #475569;
}

.accordion-content {
  padding-top: 8px;
}

.plp-exact-sort-select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 0.88rem;
  color: #0f172a;
  background: #ffffff;
}

/* Category Tree Accordion */
.cat-tree-list,
.sub-cat-tree,
.nested-cat-tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sub-cat-tree {
  padding-left: 14px;
  margin-top: 6px;
}

.nested-cat-tree {
  padding-left: 14px;
  margin-top: 6px;
}

.cat-tree-list li {
  margin-bottom: 6px;
  font-size: 0.84rem;
}

.cat-link {
  color: #0284c7;
  text-decoration: none;
}

.cat-link:hover,
.cat-link.active-cat {
  font-weight: 700;
  text-decoration: underline;
}

.cat-count,
.row-count {
  color: #64748b;
  font-size: 0.8rem;
  margin-left: 4px;
}

/* Checkbox Filters */
.filter-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: #334155;
  cursor: pointer;
}

.checkbox-row input[type="checkbox"] {
  accent-color: var(--zoro-navy);
  width: 15px;
  height: 15px;
}

.brand-name {
  font-weight: 600;
  letter-spacing: 0.3px;
}

.zip-link {
  color: #0284c7;
  text-decoration: none;
  font-weight: 600;
}

/* Price Input Row */
.price-inputs-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.input-prefix-box {
  display: flex;
  align-items: center;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 4px 8px;
  background: #ffffff;
  width: 75px;
}

.curr-sign {
  color: #64748b;
  font-size: 0.85rem;
  margin-right: 2px;
}

.price-input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 0.85rem;
}

.btn-price-go {
  background: #ffffff;
  border: 1px solid #0b4d5e;
  color: #0b4d5e;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85rem;
}

.btn-price-go:hover {
  background: #0b4d5e;
  color: #ffffff;
}

/* Right Main Products Area */
.exact-plp-title-header {
  margin-bottom: 16px;
}

.exact-plp-main-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #0f172a;
  margin: 0 0 4px;
}

.exact-plp-found-results {
  font-size: 0.88rem;
  color: #64748b;
}

/* Soft Grey Background Card Grid Container (Matching Screenshot) */
.exact-product-cards-container {
  background: #e5e7eb;
  padding: 16px;
  border-radius: 8px;
}

.exact-product-4col-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

/* Product Card (White Card) */
.exact-product-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.exact-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f1f5f9;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s ease;
}

.exact-wishlist-btn:hover {
  background: #e2e8f0;
}

.exact-card-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  margin-bottom: 14px;
  text-decoration: none;
}

.exact-card-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.exact-brand-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.exact-product-name {
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
  min-height: 48px;
}

.exact-product-name a {
  color: #0284c7;
  text-decoration: none;
}

.exact-product-name a:hover {
  text-decoration: underline;
}

.exact-sku-line {
  font-size: 0.74rem;
  color: #94a3b8;
  margin-bottom: 6px;
}

.exact-rating-line {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.exact-rating-line .stars {
  color: #e51d24;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.exact-rating-line .count {
  font-size: 0.78rem;
  color: #0284c7;
}

.exact-price-container {
  margin-bottom: 10px;
  min-height: 52px;
}

.exact-old-price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  margin-bottom: 2px;
}

.exact-old-price-row .old-price {
  color: #94a3b8;
  text-decoration: line-through;
}

.exact-old-price-row .discount-tag {
  color: #e51d24;
  font-weight: 700;
}

.exact-main-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.exact-main-price-row .main-price {
  font-size: 1.3rem;
  font-weight: 800;
  color: #e51d24;
}

.exact-main-price-row .unit-desc {
  font-size: 0.76rem;
  color: #64748b;
}

.exact-offer-tag {
  font-size: 0.74rem;
  color: #64748b;
  margin-top: 2px;
}

.exact-stock-status {
  font-size: 0.78rem;
  font-weight: 800;
  color: #16a34a;
  margin-bottom: 2px;
}

.exact-delivery-text {
  font-size: 0.78rem;
  color: #475569;
  margin-bottom: 14px;
}

/* Exact Add to Cart Button (White Background + Red Border + Red Text) */
.btn-exact-add-to-cart {
  background: #ffffff !important;
  border: 1px solid #e51d24 !important;
  color: #e51d24 !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  margin-top: auto !important;
  text-align: center !important;
  width: 100% !important;
  text-decoration: none !important;
  display: block !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

.btn-exact-add-to-cart:hover {
  background: #e51d24 !important;
  color: #ffffff !important;
}

/* Responsive Grid Rules */
@media (max-width: 1200px) {
  .exact-product-4col-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .exact-plp-grid-layout {
    grid-template-columns: 1fr;
  }
  .exact-product-4col-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .exact-product-4col-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   Mobile Header Layout Overrides (Matching Mobile Reference Screenshot)
   ========================================================================== */
@media (max-width: 768px) {
  /* Top Shipping Announcement Bar */
  .shipping-banner-black {
    background: #f4f4f4 !important;
    color: #334155 !important;
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
    text-align: center !important;
    border-bottom: 1px solid #e2e8f0 !important;
  }

  .shipping-banner-black a.shipping-link {
    color: #0f172a !important;
    text-decoration: underline !important;
  }

  /* Main Header Container */
  .zoro-header-dark {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 0 !important;
  }

  .header-main-container {
    padding: 0 !important;
  }

  /* Row 1: Hamburger + Logo + 5 Action Icons */
  .header-top-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 12px !important;
    gap: 8px !important;
  }

  .mobile-hamburger-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border: none !important;
    color: #0f172a !important;
    padding: 4px !important;
    cursor: pointer !important;
  }

  .zoro-brand-link {
    display: flex !important;
    align-items: center !important;
  }

  .zoro-logo-dark {
    height: 36px !important;
    width: auto !important;
  }

  /* Right Action Icons Row on Mobile (5 Icons in a Row) */
  .header-action-icons-wrap {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: auto !important;
  }

  .action-icon-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    color: #334155 !important;
    text-decoration: none !important;
    position: relative !important;
  }

  .action-icon-item .action-label {
    display: none !important; /* Hide text labels on mobile header */
  }

  .header-icon-svg {
    width: 22px !important;
    height: 22px !important;
    fill: #334155 !important;
  }

  .cart-icon-wrapper {
    position: relative !important;
    display: flex !important;
  }

  .cart-badge-orange {
    position: absolute !important;
    top: -6px !important;
    right: -8px !important;
    background: #e51d24 !important;
    color: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 800 !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Row 2: Zip Pin + Search Bar Box */
  .mobile-search-row {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 6px 12px 10px !important;
    background: #ffffff !important;
  }

  .location-pin-box.mobile-pin {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    color: #0b4d5e !important;
  }

  .location-pin-box.mobile-pin .zip-code-text {
    font-size: 0.82rem !important;
    font-weight: 800 !important;
    color: #0b4d5e !important;
    line-height: 1.1 !important;
  }

  .search-form-dark.mobile-search-form {
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    height: 42px !important;
  }

  .search-form-dark.mobile-search-form input[type="search"] {
    flex: 1 !important;
    padding: 8px 12px !important;
    font-size: 0.9rem !important;
    border: none !important;
    outline: none !important;
    color: #0f172a !important;
  }

  .btn-search-teal {
    background: #0b4d5e !important;
    color: #ffffff !important;
    width: 46px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    cursor: pointer !important;
  }

  /* Row 3: Category Ribbon Navigation Bar */
  .dark-category-ribbon {
    background: #f1f5f9 !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
    padding: 8px 6px !important;
  }

  .ribbon-inner-container {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .ribbon-arrow-mobile {
    background: none !important;
    border: none !important;
    color: #475569 !important;
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    padding: 0 4px !important;
  }

  .dark-ribbon-links {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
  }

  .dark-ribbon-links::-webkit-scrollbar {
    display: none !important;
  }

  .dark-ribbon-links li a {
    color: #0f172a !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
  }

  /* Row 4 & 5: Deep Navy Sub-Banner Block */
  .teal-hero-banner-wrap {
    background: #0b4d5e !important;
    padding: 16px 16px 20px !important;
    text-align: center !important;
    color: #ffffff !important;
  }

  .same-day-subtext {
    font-size: 0.92rem !important;
    line-height: 1.35 !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
    margin-bottom: 14px !important;
    color: #ffffff !important;
  }

  .same-day-subtext strong {
    font-weight: 800 !important;
    color: #ffffff !important;
  }

  .hero-main-title {
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    color: #ffffff !important;
    margin: 0 !important;
  }
}

/* ==========================================================================
   PRODUCT DETAIL PAGE (PDP) – Exact Zoro.com Design
   ========================================================================== */

.zoro-pdp-wrapper {
  background: #f8f8f8;
  min-height: 80vh;
  padding-bottom: 60px;
}
.zoro-pdp-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- Breadcrumb --- */
.pdp-breadcrumb {
  padding: 14px 0;
  font-size: 13px;
  color: var(--zoro-text-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.pdp-breadcrumb a {
  color: var(--zoro-navy);
  text-decoration: none;
  font-weight: 500;
}
.pdp-breadcrumb a:hover {
  text-decoration: underline;
}
.pdp-breadcrumb .sep {
  color: #94a3b8;
  margin: 0 2px;
}
.pdp-breadcrumb .current {
  color: var(--zoro-text-dark);
  font-weight: 500;
}
.pdp-cat-crumb a {
  color: var(--zoro-navy);
  text-decoration: none;
}
.pdp-cat-crumb + .pdp-cat-crumb::before {
  content: '›';
  margin: 0 5px;
  color: #94a3b8;
}

/* --- Main Grid (Gallery + Info) --- */
.pdp-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 32px;
  margin-bottom: 32px;
}

/* --- Gallery --- */
.pdp-gallery-col {
  position: relative;
}
.pdp-main-img-viewer {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  min-height: 380px;
  cursor: zoom-in;
}
.pdp-main-img-viewer img {
  max-width: 100%;
  max-height: 400px;
  object-fit: contain;
}
.pdp-thumb-strip {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.pdp-thumb-btn {
  width: 64px;
  height: 64px;
  border: 2px solid #e5e7eb;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}
.pdp-thumb-btn:hover,
.pdp-thumb-btn.active {
  border-color: var(--zoro-navy);
}
.pdp-thumb-btn img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* --- Info Column --- */
.pdp-info-col {
  display: flex;
  flex-direction: column;
}
.pdp-brand-name-link a {
  font-size: 13px;
  font-weight: 700;
  color: var(--zoro-navy);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pdp-brand-name-link a:hover {
  text-decoration: underline;
}
.pdp-product-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--zoro-text-dark);
  line-height: 1.35;
  margin: 8px 0 10px;
}

/* SKU Row */
.pdp-sku-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 13px;
  color: var(--zoro-text-muted);
  margin-bottom: 8px;
}
.pdp-sku-item strong {
  color: var(--zoro-text-dark);
}
.pdp-sku-sep {
  color: #cbd5e1;
  margin: 0 4px;
}

/* Rating Row */
.pdp-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.pdp-stars {
  display: flex;
  gap: 2px;
}
.pdp-review-count {
  font-size: 13px;
  color: var(--zoro-navy);
  text-decoration: none;
}
.pdp-review-count:hover {
  text-decoration: underline;
}

/* Divider */
.pdp-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 12px 0 16px;
}

/* Price Block */
.pdp-price-block {
  margin-bottom: 14px;
}
.pdp-was-price-row {
  font-size: 13px;
  color: var(--zoro-text-muted);
  margin-bottom: 4px;
}
.pdp-was-price {
  text-decoration: line-through;
  margin-left: 4px;
}
.pdp-current-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdp-current-price {
  font-size: 30px;
  font-weight: 800;
  color: var(--zoro-text-dark);
  letter-spacing: -0.5px;
}
.pdp-sale-badge {
  background: #dc2626;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 3px;
  text-transform: uppercase;
}
.pdp-price-unit {
  font-size: 13px;
  color: var(--zoro-text-muted);
  margin-top: 4px;
}

/* Stock Status */
.pdp-stock-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.pdp-stock-status.in-stock {
  color: #16a34a;
}
.pdp-stock-status.out-stock {
  color: #dc2626;
}
.pdp-delivery-estimate {
  font-size: 12px;
  color: var(--zoro-text-muted);
  margin-bottom: 18px;
}

/* Buy Box: Qty + Add to Cart */
.pdp-buy-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.pdp-qty-row {
  display: flex;
  align-items: center;
  border: 1.5px solid #d1d5db;
  border-radius: 4px;
  overflow: hidden;
  height: 44px;
}
.pdp-qty-btn {
  width: 38px;
  height: 100%;
  background: #f9fafb;
  border: none;
  font-size: 18px;
  color: var(--zoro-text-dark);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
}
.pdp-qty-btn:hover {
  background: #e5e7eb;
}
.pdp-qty-input {
  width: 50px;
  height: 100%;
  text-align: center;
  border: none;
  border-left: 1px solid #d1d5db;
  border-right: 1px solid #d1d5db;
  font-size: 16px;
  font-weight: 600;
  color: var(--zoro-text-dark);
  outline: none;
  -moz-appearance: textfield;
}
.pdp-qty-input::-webkit-inner-spin-button,
.pdp-qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.btn-pdp-add-cart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e51d24;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 0 32px;
  height: 44px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.btn-pdp-add-cart:hover {
  background: #c81920;
}
.btn-pdp-add-cart svg {
  flex-shrink: 0;
}

/* Trust Badges */
.pdp-trust-badges {
  display: flex;
  gap: 20px;
  padding: 16px 0;
  border-top: 1px solid #e5e7eb;
}
.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--zoro-text-muted);
  font-weight: 500;
}

/* ==========================================================================
   PDP TABS: Description / Specs / Reviews
   ========================================================================== */
.pdp-tabs-wrapper {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  margin-bottom: 32px;
  overflow: hidden;
}
.pdp-tab-nav {
  display: flex;
  border-bottom: 2px solid #e5e7eb;
  background: #fafafa;
}
.pdp-tab-btn {
  flex: 1;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--zoro-text-muted);
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: color 0.2s;
}
.pdp-tab-btn:hover {
  color: var(--zoro-text-dark);
}
.pdp-tab-btn.active {
  color: var(--zoro-navy);
}
.pdp-tab-btn.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: var(--zoro-navy);
  border-radius: 2px 2px 0 0;
}
.pdp-tab-pane {
  padding: 24px 28px;
}
.pdp-description-content {
  font-size: 14px;
  line-height: 1.7;
  color: var(--zoro-text-dark);
}
.pdp-short-desc {
  font-weight: 500;
  margin-bottom: 12px;
}
.pdp-full-desc {
  color: #475569;
}
.no-content-msg {
  color: var(--zoro-text-light);
  font-style: italic;
  font-size: 14px;
}

/* --- Specs Table --- */
.pdp-specs-table-wrap {
  overflow-x: auto;
}
.pdp-specs-table {
  width: 100%;
  border-collapse: collapse;
}
.pdp-specs-table tr {
  border-bottom: 1px solid #f1f5f9;
}
.pdp-specs-table tr:nth-child(even) {
  background: #f9fafb;
}
.pdp-specs-table td {
  padding: 10px 14px;
  font-size: 14px;
}
.pdp-specs-table .spec-label {
  font-weight: 600;
  color: var(--zoro-text-dark);
  width: 35%;
  white-space: nowrap;
}
.pdp-specs-table .spec-value {
  color: #475569;
}

/* --- Reviews --- */
.pdp-review-card {
  padding: 16px 0;
  border-bottom: 1px solid #f1f5f9;
}
.pdp-review-card:last-child {
  border-bottom: none;
}
.review-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 6px;
}
.review-author-date {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: var(--zoro-text-muted);
  margin-bottom: 6px;
}
.review-author-date strong {
  color: var(--zoro-text-dark);
}
.review-text {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* ==========================================================================
   PDP RELATED PRODUCTS
   ========================================================================== */
.pdp-related-section {
  margin-bottom: 40px;
}
.pdp-related-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--zoro-text-dark);
  margin-bottom: 16px;
}
.pdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.pdp-related-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 16px;
  text-align: center;
  transition: box-shadow 0.2s;
}
.pdp-related-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.pdp-rel-img-link img {
  width: 100%;
  height: 140px;
  object-fit: contain;
  margin-bottom: 10px;
}
.pdp-rel-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--zoro-text-dark);
  margin: 0 0 6px;
  line-height: 1.4;
}
.pdp-rel-title a {
  color: inherit;
  text-decoration: none;
}
.pdp-rel-title a:hover {
  color: var(--zoro-navy);
}
.pdp-rel-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--zoro-text-dark);
  margin-bottom: 10px;
}
.btn-pdp-rel-cart {
  display: inline-block;
  padding: 7px 18px;
  font-size: 12px;
  font-weight: 700;
  background: #fff;
  color: var(--zoro-red);
  border: 1.5px solid var(--zoro-red);
  border-radius: 4px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
.btn-pdp-rel-cart:hover {
  background: var(--zoro-red);
  color: #fff !important;
}

/* ==========================================================================
   PDP RESPONSIVE (Mobile < 768px)
   ========================================================================== */
@media (max-width: 768px) {
  .pdp-main-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 16px;
  }
  .pdp-product-title {
    font-size: 18px;
  }
  .pdp-current-price {
    font-size: 24px;
  }
  .pdp-buy-box {
    flex-direction: column;
    align-items: stretch;
  }
  .btn-pdp-add-cart {
    justify-content: center;
    width: 100%;
  }
  .pdp-trust-badges {
    flex-direction: column;
    gap: 10px;
  }
  .pdp-related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pdp-tab-nav {
    flex-direction: column;
  }
  .pdp-tab-btn {
    text-align: left;
    padding: 12px 16px;
    border-bottom: 1px solid #e5e7eb;
  }
  .pdp-tab-btn.active::after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    border-radius: 0;
  }
}

/* ==========================================================================
   PLP PRODUCT CARD GRID – Zoro.com Exact Design
   ========================================================================== */

/* Override WooCommerce default product loop */
.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
ul.products li.product,
.woocommerce ul.products li.product {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  float: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  list-style: none !important;
}

/* Product Card - removed duplicate, using definition at line 3749+ */

/* Old card image/body/price styles cleaned up — see new definitions at line 3749+ */

/* ==========================================================================
   ZORO.COM EXACT PRODUCT CARD & PAGINATION UI (User Reference Image 2)
   ========================================================================== */

/* Product Grid */
.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 16px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 32px 0 !important;
}

/* Individual Card Container */
.zoro-plp-product-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}
.zoro-plp-product-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}

/* Wishlist Heart Icon (Top Right) */
.card-wishlist-btn {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: transform 0.2s ease;
}
.card-wishlist-btn:hover {
  transform: scale(1.15);
}
.card-wishlist-btn:hover svg {
  stroke: #e51d24;
}

/* Image Viewer */
.plp-card-img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 170px;
  width: 100%;
  margin-bottom: 12px;
  text-decoration: none;
}
.plp-card-img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

/* Body Content */
.plp-card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.plp-card-brand {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.plp-card-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  min-height: 36px;
}
.plp-card-title a {
  color: #0b4d5e;
  text-decoration: none;
}
.plp-card-title a:hover {
  color: #072a35;
  text-decoration: underline;
}

/* Price Section */
.plp-card-was-row {
  min-height: 18px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.plp-card-was-price {
  color: #94a3b8;
  text-decoration: line-through;
}
.plp-card-discount-tag {
  color: #dc2626;
  font-weight: 700;
}

.plp-card-price-main {
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.plp-card-delivery {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 16px;
}

/* Add to Cart Full Width Button (Matching Image 2) */
.plp-card-btn-wrap {
  margin-top: auto;
}
.btn-zoro-card-atc {
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background: #ffffff;
  color: #e51d24 !important;
  border: 1.5px solid #e51d24;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.btn-zoro-card-atc:hover {
  background: #e51d24;
  color: #ffffff !important;
}

/* ==========================================================================
   ZORO HORIZONTAL PAGINATION (User Reference Image 2)
   ========================================================================== */

.zoro-horizontal-pagination {
  margin: 40px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.zoro-pag-arrows-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 15px;
  color: #0b4d5e;
  font-weight: 600;
}

.pag-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #0b4d5e;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.2s ease;
}
.pag-arrow-btn:hover:not(.disabled) {
  background: #0b4d5e;
  color: #ffffff;
  border-color: #0b4d5e;
}
.pag-arrow-btn.disabled {
  color: #cbd5e1;
  border-color: #f1f5f9;
  cursor: not-allowed;
}

.pag-status-text {
  font-size: 15px;
  font-weight: 600;
  color: #334155;
}

/* Pagination number pills - fully override WooCommerce default list styles */
.zoro-horizontal-pagination .zoro-pag-numbers-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* Style every page link pill — targets both custom selectors and WP paginate_links output */
.zoro-horizontal-pagination .zoro-pag-numbers-row > a,
.zoro-horizontal-pagination .zoro-pag-numbers-row > span,
.zoro-horizontal-pagination .zoro-pag-numbers-row a.page-numbers,
.zoro-horizontal-pagination .zoro-pag-numbers-row span.page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 36px !important;
  height: 36px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
  color: #0b4d5e !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  box-sizing: border-box !important;
}
.zoro-horizontal-pagination .zoro-pag-numbers-row > a:hover,
.zoro-horizontal-pagination .zoro-pag-numbers-row a.page-numbers:hover {
  background: #0b4d5e !important;
  color: #ffffff !important;
  border-color: #0b4d5e !important;
}
/* Current/active page — red highlight matching Zoro */
.zoro-horizontal-pagination .zoro-pag-numbers-row > span.current,
.zoro-horizontal-pagination .zoro-pag-numbers-row span.page-numbers.current {
  background: #e51d24 !important;
  color: #ffffff !important;
  border-color: #e51d24 !important;
  cursor: default !important;
}
/* Dots / ellipsis */
.zoro-horizontal-pagination .zoro-pag-numbers-row > span.dots,
.zoro-horizontal-pagination .zoro-pag-numbers-row span.page-numbers.dots {
  background: transparent !important;
  border-color: transparent !important;
  color: #94a3b8 !important;
  cursor: default !important;
  min-width: auto !important;
}
/* Kill WooCommerce default pagination nav that fires via hook */
.woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
  display: none !important;
}


/* Responsive Grid */
@media (max-width: 1024px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* ==========================================================================
   Zoro.com E-Commerce Order Flow CSS Design System
   ========================================================================== */

/* 1. Side Cart Flyout Drawer */
.zoro-cart-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(15, 23, 42, 0.5);
  backdrop-filter: blur(2px);
  z-index: 99998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body.zoro-cart-drawer-open .zoro-cart-backdrop {
  opacity: 1;
  visibility: visible;
}

.zoro-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 90vw;
  height: 100vh;
  background: #ffffff;
  z-index: 99999;
  box-shadow: -4px 0 25px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

body.zoro-cart-drawer-open .zoro-cart-drawer {
  transform: translateX(0);
}

.zoro-cart-header {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zoro-cart-title {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.zoro-cart-close-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
}

/* Shipping Progress Tracker */
.zoro-shipping-tracker-box {
  background: #f0f7f9;
  padding: 12px 18px;
  border-bottom: 1px solid #e2e8f0;
}

.zoro-tracker-text {
  font-size: 0.85rem;
  color: var(--zoro-text-dark);
  margin-bottom: 6px;
  text-align: center;
}

.zoro-tracker-text .unlocked-msg {
  color: #16a34a;
}

.zoro-tracker-bar {
  height: 8px;
  background: #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
}

.zoro-tracker-fill {
  height: 100%;
  background: #16a34a;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.zoro-cart-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 16px;
}

.zoro-drawer-items-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.zoro-drawer-item {
  display: flex;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;;
}

.zoro-drawer-img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px;
}

.zoro-drawer-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zoro-drawer-details {
  flex-grow: 1;
}

.zoro-drawer-item-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--zoro-text-dark);
  text-decoration: none;
  line-height: 1.25;
  display: block;
  margin-bottom: 4px;
}

.zoro-drawer-item-title:hover {
  color: var(--zoro-red);
}

.zoro-drawer-meta {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
  margin-bottom: 8px;
}

.zoro-drawer-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zoro-drawer-item-price {
  font-weight: 700;
  color: var(--zoro-text-dark);
  font-size: 0.95rem;
}

.zoro-drawer-qty-wrap {
  display: flex;
  align-items: center;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  overflow: hidden;
}

.zoro-qty-btn {
  background: #f1f5f9;
  border: none;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-weight: 700;
  color: var(--zoro-text-dark);
}

.zoro-qty-btn:hover {
  background: #e2e8f0;
}

.zoro-qty-num {
  padding: 0 10px;
  font-size: 0.85rem;
  font-weight: 600;
}

.zoro-remove-btn {
  background: transparent;
  border: none;
  color: #94a3b8;
  font-size: 1.2rem;
  cursor: pointer;
}

.zoro-remove-btn:hover {
  color: var(--zoro-red);
}

.zoro-cart-empty-state {
  text-align: center;
  padding: 40px 16px;
}

.empty-cart-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}

.empty-cart-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.empty-cart-sub {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 20px;
}

.btn-continue-shopping {
  display: inline-block;
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
}

.zoro-cart-footer {
  padding: 18px 20px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.zoro-cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.zoro-drawer-actions {
  display: flex;
  gap: 10px;
}

.btn-drawer-cart,
a.btn-drawer-cart {
  flex: 1 !important;
  text-align: center !important;
  background: #0b4d5e !important;
  border: 1px solid #0b4d5e !important;
  color: #ffffff !important;
  padding: 12px 14px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease !important;
}

.btn-drawer-cart:hover,
a.btn-drawer-cart:hover {
  background: #072a35 !important;
  border-color: #072a35 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.btn-drawer-checkout,
a.btn-drawer-checkout {
  flex: 1.2 !important;
  text-align: center !important;
  background: var(--zoro-red, #e51b24) !important;
  border: 1px solid var(--zoro-red, #e51b24) !important;
  color: #ffffff !important;
  padding: 12px 14px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease !important;
}

.btn-drawer-checkout:hover,
a.btn-drawer-checkout:hover {
  background: #cc161e !important;
  border-color: #cc161e !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* 2. Custom Cart Page Styling */
.zoro-cart-page-wrapper {
  max-width: 1350px;
  margin: 30px auto 50px;
  padding: 0 16px;
}

.zoro-cart-page-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
  margin-bottom: 24px;
}

.zoro-cart-layout-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 992px) {
  .zoro-cart-layout-grid {
    grid-template-columns: 1fr;
  }
}

.zoro-cart-free-shipping-card {
  background: #f0f7f9;
  border: 1px solid #bce2eb;
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
}

.shipping-card-text {
  font-size: 0.95rem;
  margin-bottom: 8px;
}

.shipping-card-bar {
  height: 8px;
  background: #cbd5e1;
  border-radius: 4px;
  overflow: hidden;
}

.shipping-card-fill {
  height: 100%;
  background: #16a34a;
  border-radius: 4px;
  transition: width 0.4s ease;
}

.zoro-cart-items-container {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  overflow: hidden;
}

.zoro-cart-row-item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.zoro-cart-row-item:last-child {
  border-bottom: none;
}

.cart-item-img-wrap {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 6px;
}

.cart-item-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-info-wrap {
  flex-grow: 1;
}

.cart-item-brand {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--zoro-text-muted);
  letter-spacing: 0.5px;
}

.cart-item-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--zoro-text-dark);
  text-decoration: none;
  display: block;
  margin: 4px 0 8px;
}

.cart-item-skus {
  font-size: 0.8rem;
  color: var(--zoro-text-muted);
  margin-bottom: 8px;
}

.cart-item-skus .sep {
  margin: 0 6px;
}

.cart-item-stock-status {
  font-size: 0.8rem;
  font-weight: 600;
  color: #16a34a;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.stock-dot {
  width: 8px;
  height: 8px;
  background: #16a34a;
  border-radius: 50%;
}

.cart-item-actions-links {
  font-size: 0.85rem;
}

.cart-item-actions-links a {
  color: var(--zoro-navy);
  text-decoration: underline;
}

.cart-item-actions-links .sep {
  margin: 0 8px;
  color: #cbd5e1;
}

.cart-item-qty-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.cart-item-unit-price {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
}

.cart-item-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
}

.cart-qty-btn {
  background: #f1f5f9;
  border: none;
  width: 28px;
  height: 32px;
  cursor: pointer;
  font-weight: 700;
}

.cart-qty-input {
  width: 44px;
  text-align: center;
  border: none;
  font-weight: 600;
}

.cart-item-subtotal {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
}

.cart-bottom-actions-bar {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.btn-cart-continue {
  color: var(--zoro-navy);
  text-decoration: none;
  font-weight: 600;
}

.btn-cart-update {
  background: #f1f5f9;
  border: 1px solid var(--zoro-border);
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.zoro-cart-quick-order-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  margin-top: 24px;
}

.quick-order-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--zoro-navy);
  margin-bottom: 4px;
}

.quick-order-subtitle {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 14px;
}

.quick-order-inline-form {
  display: flex;
  gap: 10px;
}

.qo-input-sku {
  flex: 1;
  padding: 10px 14px;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
}

.qo-input-qty {
  width: 70px;
  padding: 10px;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  text-align: center;
}

.btn-qo-add {
  background: var(--zoro-navy);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
}

/* Order Summary Sticky Card */
.zoro-order-summary-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.summary-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 18px;
  border-bottom: 2px solid var(--zoro-navy);
  padding-bottom: 10px;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  margin-bottom: 12px;
}

.summary-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 16px 0;
}

.summary-total-row {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.coupon-input-wrap {
  display: flex;
  gap: 8px;
  margin: 14px 0;
}

.coupon-input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
}

.btn-apply-coupon {
  background: #f1f5f9;
  border: 1px solid var(--zoro-border);
  padding: 8px 14px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

.btn-proceed-checkout {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--zoro-red);
  color: #ffffff;
  padding: 14px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 1.05rem;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(229, 29, 36, 0.25);
}

.btn-proceed-checkout:hover {
  background: var(--zoro-red-hover);
}

.summary-trust-badges {
  margin-top: 20px;
  border-top: 1px solid #e2e8f0;
  padding-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
}

/* 3. Checkout Page Styling */
.zoro-checkout-page-wrapper {
  max-width: 1350px;
  margin: 30px auto 50px;
  padding: 0 16px;
}

.zoro-checkout-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--zoro-border);
  padding-bottom: 12px;
}

.checkout-title {
  font-size: 1.75rem;
  font-weight: 800;
}

.zoro-checkout-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 24px;
  align-items: start;
}

@media (max-width: 992px) {
  .zoro-checkout-grid {
    grid-template-columns: 1fr;
  }
}

.zoro-checkout-step-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  margin-bottom: 20px;
  overflow: hidden;
}

.step-header {
  background: #f8fafc;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.step-num {
  width: 28px;
  height: 28px;
  background: var(--zoro-navy);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
}

.step-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}

.step-body {
  padding: 20px;
}

.zoro-form-row {
  margin-bottom: 16px;
}

.zoro-form-row label {
  display: block;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.input-text {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  box-sizing: border-box;
}

.form-row-group {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.zoro-form-col {
  flex: 1;
}

.address-type-selector,
.zoro-payment-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.radio-label,
.payment-tab-card {
  flex: 1;
  border: 1px solid var(--zoro-border);
  padding: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.85rem;
}

.radio-label.active,
.payment-tab-card.active {
  border-color: var(--zoro-navy);
  background: #f0f7f9;
}

.zoro-shipping-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.shipping-option-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--zoro-border);
  padding: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.shipping-option-card.active {
  border-color: var(--zoro-navy);
  background: #f0f7f9;
}

.zoro-order-review-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  position: sticky;
  top: 20px;
}

.review-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 16px;
}

.checkout-items-preview-list {
  max-height: 240px;
  overflow-y: auto;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 12px;
  margin-bottom: 16px;
}

.review-item-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.review-item-img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
}

.review-item-info {
  flex-grow: 1;
  font-size: 0.8rem;
}

.btn-place-order-main {
  width: 100%;
  background: var(--zoro-red);
  color: #ffffff;
  border: none;
  padding: 16px;
  border-radius: 4px;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
  margin-top: 16px;
}

.btn-place-order-main:hover {
  background: var(--zoro-red-hover);
}

/* 4. Thank You / Order Received Styling */
.zoro-thankyou-page-wrapper {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 16px;
}

.zoro-order-status-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 36px;
  text-align: center;
}

.zoro-order-status-card .status-icon {
  font-size: 3.5rem;
  margin-bottom: 14px;
}

.order-details-meta-bar {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  background: #f8fafc;
  padding: 16px;
  border-radius: 6px;
  margin: 24px 0;
  text-align: left;
}

.meta-label {
  display: block;
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
}

.meta-val {
  font-weight: 700;
  font-size: 0.95rem;
}

.thankyou-items-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  text-align: left;
}

.thankyou-items-table th,
.thankyou-items-table td {
  padding: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.thankyou-actions-bar {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 24px;
}

.btn-print-receipt {
  background: #f1f5f9;
  border: 1px solid var(--zoro-border);
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
}

/* ==========================================================================
   Red & Navy Buttons White Text & Website White Background Overrides
   ========================================================================== */

/* Universal Buttons - Force Pure White Text (#ffffff) and no underline */
.btn-continue-shopping,
.btn-cart-continue,
.btn-cart-shop-now,
.btn-cart-update,
.btn-qo-add,
.btn-proceed-checkout,
.btn-drawer-cart,
.btn-drawer-checkout,
.btn-place-order-main,
.btn-retry-payment,
.btn-zoro-card-atc,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button,
.wc-block-components-button,
.wc-block-components-checkout-step__submit button,
.wp-block-woocommerce_checkout-order-summary-block button,
a.btn-continue-shopping,
a.btn-continue-shopping:link,
a.btn-continue-shopping:visited,
a.btn-continue-shopping:hover,
a.btn-continue-shopping:focus,
a.btn-cart-continue,
a.btn-cart-continue:link,
a.btn-cart-continue:visited,
a.btn-cart-continue:hover,
a.btn-cart-shop-now,
a.btn-cart-shop-now:link,
a.btn-cart-shop-now:visited,
a.btn-cart-shop-now:hover,
a.btn-proceed-checkout,
a.btn-proceed-checkout:link,
a.btn-proceed-checkout:visited,
a.btn-proceed-checkout:hover,
a.btn-drawer-checkout,
a.btn-drawer-checkout:link,
a.btn-drawer-checkout:visited,
a.btn-drawer-checkout:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Specific styling for Continue Shopping button */
.btn-continue-shopping,
a.btn-continue-shopping,
a.btn-cart-shop-now {
  background-color: #0b4d5e !important;
  color: #ffffff !important;
  padding: 12px 24px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  text-decoration: none !important;
  border: none !important;
}

.btn-continue-shopping:hover,
a.btn-continue-shopping:hover,
a.btn-cart-shop-now:hover {
  background-color: #072a35 !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Force all child elements (text, arrows, spans) inside buttons to be pure white */
.btn-continue-shopping *,
.btn-cart-continue *,
.btn-cart-shop-now *,
.btn-proceed-checkout *,
.btn-drawer-checkout *,
.btn-place-order-main *,
.wc-block-cart__submit-button *,
.wc-block-components-checkout-place-order-button *,
.wc-block-components-button * {
  color: #ffffff !important;
  text-decoration: none !important;
}

/* Force Website Background to Clean White */
html,
body,
#page,
.site,
.site-content,
.wp-site-blocks,
.zoro-cart-page-wrapper,
.zoro-checkout-page-wrapper,
.zoro-account-page-wrapper,
.zoro-account-login-wrapper,
.wc-block-components-checkout-step,
.wc-block-checkout__sidebar {
  background-color: #ffffff !important;
}

/* ==========================================================================
   Zoro.com My Account CSS Design System
   ========================================================================== */

/* 1. Logged-Out Sign In & Registration Dual Grid */
.zoro-account-login-wrapper {
  max-width: 1250px;
  margin: 40px auto 60px;
  padding: 0 16px;
}

.zoro-login-header-bar {
  text-align: center;
  margin-bottom: 32px;
}

.zoro-login-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
  margin-bottom: 6px;
}

.zoro-login-subtext {
  font-size: 0.95rem;
  color: var(--zoro-text-muted);
}

.zoro-login-dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 868px) {
  .zoro-login-dual-grid {
    grid-template-columns: 1fr;
  }
}

.zoro-login-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.card-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 6px;
}

.card-subtitle {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 24px;
}

.label-with-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.lost-password-link {
  font-size: 0.8rem;
  color: var(--zoro-navy);
  text-decoration: underline;
}

.remember-row {
  margin: 16px 0 20px;
}

.btn-zoro-signin,
.btn-zoro-create-account {
  width: 100%;
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 20px !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.btn-zoro-signin:hover,
.btn-zoro-create-account:hover {
  background: var(--zoro-red-hover) !important;
}

/* Zoro Business Benefits Box */
.zoro-benefits-box {
  background: #f0f7f9;
  border: 1px solid #bce2eb;
  border-radius: 6px;
  padding: 18px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.benefit-icon {
  font-size: 1.4rem;
  line-height: 1;
}

.benefit-text strong {
  display: block;
  font-size: 0.9rem;
  color: var(--zoro-navy);
  font-weight: 700;
}

.benefit-text span {
  font-size: 0.8rem;
  color: var(--zoro-text-muted);
}

/* 2. Logged-In Account Layout */
.zoro-account-page-wrapper {
  max-width: 1350px;
  margin: 30px auto 60px;
  padding: 0 16px;
}

.zoro-account-welcome-bar {
  background: var(--zoro-navy);
  color: #ffffff;
  border-radius: 8px;
  padding: 24px 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.welcome-user-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.user-avatar-circle {
  width: 52px;
  height: 52px;
  background: var(--zoro-red);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.4rem;
}

.account-welcome-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 4px;
}

.account-meta {
  font-size: 0.85rem;
  color: #cbd5e1;
}

.meta-sep {
  margin: 0 8px;
}

.account-badges-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.zoro-badge {
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
}

.zoro-badge.net30-approved {
  background: rgba(22, 163, 74, 0.2);
  color: #4ade80;
  border: 1px solid #16a34a;
}

.zoro-badge.free-shipping {
  background: rgba(245, 158, 11, 0.2);
  color: #fbbf24;
  border: 1px solid #d97706;
}

.zoro-account-layout-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 28px;
  align-items: start;
}

@media (max-width: 992px) {
  .zoro-account-layout-grid {
    grid-template-columns: 1fr;
  }
}

/* Sidebar Navigation */
.zoro-account-nav-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  overflow: hidden;
}

.nav-card-header {
  background: #f8fafc;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.nav-header-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin: 0;
}

.zoro-account-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zoro-account-menu-list li {
  border-bottom: 1px solid #f1f5f9;
}

.zoro-account-menu-list li:last-child {
  border-bottom: none;
}

.zoro-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  color: var(--zoro-text-dark);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s ease, color 0.2s ease;
}

.zoro-nav-link:hover,
.zoro-account-menu-list li.is-active .zoro-nav-link {
  background: #f0f7f9;
  color: var(--zoro-navy);
  font-weight: 700;
  border-left: 4px solid var(--zoro-navy);
}

.nav-icon {
  font-size: 1.1rem;
}

/* Right Content Area */
.zoro-account-content-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 30px;
}

/* Dashboard Overview Elements */
.dash-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
  margin-bottom: 6px;
}

.dash-sub {
  font-size: 0.9rem;
  color: var(--zoro-text-muted);
  margin-bottom: 24px;
}

.zoro-dash-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.dash-stat-card {
  background: #f8fafc;
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.stat-icon {
  font-size: 2rem;
}

.stat-val {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--zoro-navy);
}

.stat-label {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
}

.zoro-dash-widget-box {
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 30px;
}

.widget-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.widget-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
  margin: 0;
}

.widget-view-all {
  font-size: 0.85rem;
  color: var(--zoro-navy);
  font-weight: 700;
  text-decoration: underline;
}

.zoro-dash-orders-table,
.zoro-orders-table {
  width: 100%;
  border-collapse: collapse;
}

.zoro-dash-orders-table th,
.zoro-dash-orders-table td,
.zoro-orders-table th,
.zoro-orders-table td {
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  font-size: 0.9rem;
}

.zoro-dash-orders-table th,
.zoro-orders-table th {
  background: #f8fafc;
  font-weight: 700;
  color: var(--zoro-text-dark);
}

.order-number-link {
  color: var(--zoro-navy);
  font-weight: 700;
  text-decoration: underline;
}

.status-pill {
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  display: inline-block;
}

.status-pill.status-processing,
.status-pill.status-completed {
  background: #dcfce7;
  color: #15803d;
}

.status-pill.status-on-hold,
.status-pill.status-pending {
  background: #fef3c7;
  color: #b45309;
}

.btn-dash-action,
.btn-order-action {
  display: inline-block;
  background: var(--zoro-navy) !important;
  color: #ffffff !important;
  padding: 6px 14px !important;
  border-radius: 4px !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.zoro-dash-actions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .zoro-dash-actions-grid {
    grid-template-columns: 1fr;
  }
}

.dash-action-card {
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  background: #ffffff;
}

.action-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.action-card-sub {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 14px;
}

.action-card-link {
  color: var(--zoro-navy);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: underline;
}

/* Address Cards Grid */
.zoro-address-cards-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.zoro-address-card {
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
}

.address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 10px;
}

.address-card-header h3 {
  font-size: 1.1rem;
  font-weight: 800;
  margin: 0;
}

.edit-address-btn {
  font-size: 0.85rem;
  color: var(--zoro-navy);
  font-weight: 700;
  text-decoration: underline;
}

.address-card-body {
  font-style: normal;
  font-size: 0.9rem;
  line-height: 1.6;
}

.btn-zoro-save-address,
.btn-zoro-save-account {
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 12px 24px !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.password-change-fieldset {
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 20px;
  margin: 24px 0;
}

.fieldset-legend {
  font-weight: 800;
  font-size: 1rem;
  color: var(--zoro-navy);
  padding: 0 8px;
}

/* ==========================================================================
   Zoro.com Information Pages CSS (Customer Service, About Us, Contact Us)
   ========================================================================== */

/* 1. Customer Service Hub Styling */
.zoro-customer-service-wrapper,
.zoro-about-us-wrapper,
.zoro-contact-us-wrapper {
  background: #ffffff !important;
}

.cs-hero-section {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.cs-hero-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.cs-hero-sub {
  font-size: 1rem;
  color: #cbd5e1;
  max-width: 680px;
  margin: 0 auto 28px;
}

.cs-search-box-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.cs-search-form {
  display: flex;
  gap: 8px;
}

.cs-search-input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  border-radius: 4px;
  font-size: 0.95rem;
}

.cs-search-btn {
  background: var(--zoro-red);
  color: #ffffff;
  border: none;
  padding: 14px 24px;
  border-radius: 4px;
  font-weight: 800;
  cursor: pointer;
}

.cs-topics-section,
.cs-faq-section,
.cs-contact-channels-section,
.about-pillars-section,
.about-stats-section,
.about-brands-section,
.about-cta-section,
.contact-main-section {
  padding: 50px 20px;
  max-width: 1250px;
  margin: 0 auto;
}

.section-heading {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--zoro-text-dark);
  margin-bottom: 24px;
}

.cs-topics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 24px;
}

.cs-topic-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cs-topic-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.topic-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.topic-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 8px;
}

.topic-desc {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 16px;
  line-height: 1.5;
}

.topic-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--zoro-navy);
  text-decoration: underline;
}

.cs-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--zoro-border);
  border-radius: 6px;
  padding: 16px 20px;
  background: #ffffff;
}

.faq-question {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--zoro-text-dark);
  cursor: pointer;
}

.faq-answer {
  margin-top: 10px;
  font-size: 0.9rem;
  color: var(--zoro-text-muted);
  line-height: 1.6;
}

.cs-support-channels-card {
  background: #f8fafc;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 36px;
  text-align: center;
}

.channels-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 6px;
}

.channels-sub {
  font-size: 0.9rem;
  color: var(--zoro-text-muted);
  margin-bottom: 28px;
}

.channels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}

.channel-col {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 20px;
}

.channel-icon {
  font-size: 2rem;
  margin-bottom: 8px;
}

.channel-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--zoro-text-muted);
  margin-bottom: 4px;
}

.channel-detail {
  font-size: 1.1rem;
  color: var(--zoro-navy);
  margin-bottom: 4px;
}

.channel-hours {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
}

/* 2. About Us Styling */
.about-hero-section {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

.hero-tag {
  display: inline-block;
  background: var(--zoro-red);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}

.about-hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

.about-hero-sub {
  font-size: 1.05rem;
  color: #cbd5e1;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  text-align: center;
}

.stat-box {
  background: #f8fafc;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 24px;
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 4px;
}

.stat-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--zoro-text-muted);
}

.pillars-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
}

.pillar-card {
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 24px;
  background: #ffffff;
}

.pillar-icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}

.pillar-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 8px;
}

.pillar-desc {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  line-height: 1.6;
}

.brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.brand-chip {
  background: #f0f7f9;
  border: 1px solid #bce2eb;
  color: var(--zoro-navy);
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.about-cta-card {
  background: var(--zoro-navy);
  color: #ffffff;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}

.cta-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.cta-sub {
  font-size: 0.95rem;
  color: #cbd5e1;
  margin-bottom: 24px;
}

.cta-buttons-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  padding: 14px 24px !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.btn-cta-secondary {
  background: #ffffff !important;
  color: var(--zoro-navy) !important;
  padding: 14px 24px !important;
  border-radius: 4px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

/* 3. Contact Us Styling */
.contact-header-section {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 50px 20px;
  text-align: center;
}

.contact-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.contact-sub {
  font-size: 1rem;
  color: #cbd5e1;
  max-width: 640px;
  margin: 0 auto;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 32px;
  align-items: start;
}

@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 32px;
}

.form-title {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 6px;
}

.form-sub {
  font-size: 0.85rem;
  color: var(--zoro-text-muted);
  margin-bottom: 24px;
}

.contact-success-banner {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-success-banner .success-icon {
  font-size: 1.6rem;
}

.contact-success-banner strong {
  color: #15803d;
  font-size: 0.95rem;
}

.contact-success-banner p {
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: #166534;
}

.input-select,
.input-textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--zoro-border);
  border-radius: 4px;
  box-sizing: border-box;
  font-family: inherit;
}

.btn-zoro-contact-submit {
  width: 100%;
  background: var(--zoro-red) !important;
  color: #ffffff !important;
  border: none !important;
  padding: 14px 20px !important;
  border-radius: 4px !important;
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  cursor: pointer;
}

.contact-directory-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.directory-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.card-icon {
  font-size: 1.8rem;
  line-height: 1;
}

.directory-card-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 4px;
}

.directory-val {
  font-size: 1.1rem;
  color: var(--zoro-text-dark);
  margin-bottom: 4px;
}

.directory-sub {
  font-size: 0.8rem;
  color: var(--zoro-text-muted);
  margin: 0;
  line-height: 1.4;
}

.directory-hours {
  font-size: 0.75rem;
  color: var(--zoro-text-muted);
  margin-top: 6px;
}

/* Policy Pages Styling */
.zoro-policy-page-wrapper {
  max-width: 1050px;
  margin: 35px auto 60px;
  padding: 0 16px;
}

.policy-header-bar {
  background: var(--zoro-navy);
  color: #ffffff;
  padding: 36px 30px;
  border-radius: 8px;
  margin-bottom: 28px;
}

.policy-title {
  font-size: 2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 6px;
}

.policy-last-updated {
  font-size: 0.85rem;
  color: #cbd5e1;
}

.policy-card {
  background: #ffffff;
  border: 1px solid var(--zoro-border);
  border-radius: 8px;
  padding: 36px;
}

.policy-section {
  margin-bottom: 28px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section h2 {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--zoro-navy);
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 6px;
}

.policy-section p,
.policy-section li {
  font-size: 0.95rem;
  color: var(--zoro-text-dark);
  line-height: 1.65;
}

.policy-section ul,
.policy-section ol {
  margin: 10px 0;
  padding-left: 24px;
}

/* ==========================================================================
   Add to Cart Buttons & Cart Drawer Button Styling (Solid Red / Navy)
   ========================================================================== */

/* Universal Add to Cart buttons across Product Grid, PDP, Related Products */
.btn-zoro-card-atc,
a.btn-zoro-card-atc,
.btn-pdp-add-cart,
a.btn-pdp-add-cart,
.btn-pdp-rel-cart,
a.btn-pdp-rel-cart,
.single_add_to_cart_button,
button.single_add_to_cart_button,
.woocommerce-variation-add-to-cart .button,
.add_to_cart_button,
a.add_to_cart_button,
a.ajax_add_to_cart {
  background-color: var(--zoro-red, #e51b24) !important;
  color: #ffffff !important;
  border: 1px solid var(--zoro-red, #e51b24) !important;
  padding: 12px 20px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease !important;
}

/* Product Grid Card full-width button container */
.plp-card-btn-wrap {
  margin-top: 12px;
  width: 100%;
}

.plp-card-btn-wrap .btn-zoro-card-atc,
.plp-card-btn-wrap a.btn-zoro-card-atc {
  width: 100% !important;
  display: flex !important;
  padding: 11px 16px !important;
  box-sizing: border-box !important;
}

/* PDP Main Buy Box Add to Cart Button */
.pdp-buy-box .btn-pdp-add-cart,
.pdp-buy-box a.btn-pdp-add-cart {
  flex: 1 !important;
  padding: 14px 28px !important;
  font-size: 1.05rem !important;
  display: inline-flex !important;
}

/* Hover and Active states */
.btn-zoro-card-atc:hover,
a.btn-zoro-card-atc:hover,
.btn-pdp-add-cart:hover,
a.btn-pdp-add-cart:hover,
.btn-pdp-rel-cart:hover,
a.btn-pdp-rel-cart:hover,
.single_add_to_cart_button:hover,
button.single_add_to_cart_button:hover,
.add_to_cart_button:hover,
a.add_to_cart_button:hover,
a.ajax_add_to_cart:hover {
  background-color: #cc161e !important;
  border-color: #cc161e !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(229, 27, 36, 0.25) !important;
}

.btn-zoro-card-atc:active,
a.btn-zoro-card-atc:active,
.btn-pdp-add-cart:active,
a.btn-pdp-add-cart:active {
  transform: scale(0.98) !important;
}

/* Force white fill/stroke for icons inside buttons */
.btn-zoro-card-atc svg,
.btn-pdp-add-cart svg,
.btn-pdp-rel-cart svg,
.btn-drawer-cart svg,
.btn-drawer-checkout svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
}

/* ==========================================================================
   WhatsApp Quote Button Styling
   ========================================================================== */
.pdp-whatsapp-quote-wrap {
  margin-top: 12px;
  width: 100%;
}

.btn-pdp-whatsapp-quote,
a.btn-pdp-whatsapp-quote {
  width: 100% !important;
  background-color: #25D366 !important;
  color: #ffffff !important;
  border: 1px solid #20ba59 !important;
  padding: 13px 20px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease !important;
}

.btn-pdp-whatsapp-quote:hover,
a.btn-pdp-whatsapp-quote:hover {
  background-color: #1ebc59 !important;
  border-color: #1ebc59 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35) !important;
}

.btn-pdp-whatsapp-quote:active,
a.btn-pdp-whatsapp-quote:active {
  transform: scale(0.98) !important;
}

.btn-pdp-whatsapp-quote svg {
  fill: #ffffff !important;
  flex-shrink: 0;
}

/* ==========================================================================
   Header Language Translator & Arabic RTL Mode Styling
   ========================================================================== */

/* Hide Google Translate toolbar banner */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}

body {
  top: 0px !important;
}

/* Top Banner Language Switcher */
.header-lang-switch-top .lang-btn-item {
  transition: color 0.2s ease, opacity 0.2s ease;
  font-family: inherit;
}

.header-lang-switch-top .lang-btn-item:hover,
.header-lang-switch-top .lang-btn-item.active {
  color: #ffffff !important;
}

/* Header Dropdown Menu */
.lang-dropdown-menu a:hover {
  background-color: #f1f5f9 !important;
  color: var(--zoro-red, #e51b24) !important;
}

/* Arabic RTL Mode Styling */
html[dir="rtl"],
body.arabic-mode {
  direction: rtl !important;
  text-align: right !important;
  font-family: 'Segoe UI', 'Tahoma', 'Cairo', 'Arial', sans-serif !important;
}

html[dir="rtl"] .header-action-icons-wrap {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .plp-card-was-row,
html[dir="rtl"] .pdp-price-block,
html[dir="rtl"] .pdp-rating-row,
html[dir="rtl"] .pdp-sku-row {
  text-align: right !important;
}

html[dir="rtl"] .drawer-cat-arrow {
  transform: rotate(180deg);
}

html[dir="rtl"] .lang-dropdown-menu {
  right: auto !important;
  left: 0 !important;
}











