/* ==========================================================================
   Andhara Bojanam E-Commerce - Primary Design System
   Inspired by Reference: order.bikanervala.com
   ========================================================================== */

:root {
  --brand-primary: #da251e;
  --brand-primary-rgb: 218, 37, 30;
  --brand-hover: #b91c16;
  --brand-dark: #8e120d;
  --brand-soft: #fff5f5;
  --brand-tint: #fef2f2;
  --brand-gold: #d97706;
  --brand-gold-soft: #fef3c7;

  --bg-canvas: #f8f9fa;
  --bg-card: #ffffff;
  --border-light: #eaeaea;
  --border-subtle: #f1f2f4;

  --text-main: #191c1f;
  --text-secondary: #4b5563;
  --text-muted: #6b7280;
  --text-light: #9ca3af;

  --font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-heading: 'Outfit', 'Inter', sans-serif;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-pill: 9999px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1);
  --shadow-card: 0 2px 10px rgba(0, 0, 0, 0.04);
  --shadow-hover: 0 12px 28px rgba(218, 37, 30, 0.12);

  --transition-fast: all 0.2s ease-in-out;
  --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-main);
  background-color: var(--bg-canvas);
  color: var(--text-main);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.5rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: var(--transition-fast);
}

a:hover {
  color: var(--brand-primary);
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ==========================================================================
   Utility Classes & Buttons
   ========================================================================== */
.btn-brand {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #da251e;
  --bs-btn-border-color: #da251e;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #b91c16;
  --bs-btn-hover-border-color: #b91c16;
  --bs-btn-focus-shadow-rgb: 218, 37, 30;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #8e120d;
  --bs-btn-active-border-color: #8e120d;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #da251e;
  --bs-btn-disabled-border-color: #da251e;
  --bs-btn-disabled-opacity: 0.7;
  background-color: var(--brand-primary) !important;
  color: #ffffff !important;
  border: 1px solid var(--brand-primary) !important;
  padding: 0.65rem 1.4rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 4px 14px rgba(218, 37, 30, 0.25);
}

.btn-brand:hover {
  background-color: var(--brand-hover) !important;
  border-color: var(--brand-hover) !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(218, 37, 30, 0.35);
}

.btn-brand:disabled,
.btn-brand.disabled,
fieldset:disabled .btn-brand {
  background-color: #da251e !important;
  border-color: #da251e !important;
  color: #ffffff !important;
  opacity: 0.7 !important;
  box-shadow: none !important;
  transform: none !important;
}

.btn-brand-outline {
  background-color: transparent;
  color: var(--brand-primary) !important;
  border: 1.5px solid var(--brand-primary);
  padding: 0.6rem 1.3rem;
  font-weight: 600;
  border-radius: var(--radius-pill);
  transition: var(--transition-fast);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.btn-brand-outline:hover {
  background-color: var(--brand-primary);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(218, 37, 30, 0.2);
}

.btn-sm-brand {
  padding: 0.4rem 0.9rem;
  font-size: 0.875rem;
}

.badge-brand {
  background-color: var(--brand-primary);
  color: #ffffff;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.badge-gold {
  background-color: var(--brand-gold-soft);
  color: #92400e;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid #fde68a;
}

.veg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: 1.5px solid #16a34a;
  border-radius: 3px;
  padding: 2px;
  background: #ffffff;
}

.veg-icon-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #16a34a;
}

/* ==========================================================================
   Top Announcement Bar
   ========================================================================== */
.top-notice-bar {
  background: linear-gradient(90deg, #9b130e, #da251e);
  color: #ffffff;
  font-size: 0.815rem;
  padding: 0.45rem 0;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-notice-bar a {
  color: #fff;
  opacity: 0.9;
  text-decoration: underline;
}

.top-notice-bar a:hover {
  opacity: 1;
}

/* ==========================================================================
   Header & Navigation (Bikanervala style)
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: var(--transition-smooth);
}

.site-header.scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.hdr-main {
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--border-light);
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
}

.brand-emblem {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #da251e, #b91c16);
  color: #ffffff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 4px 10px rgba(218, 37, 30, 0.3);
}

.brand-text-block {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-primary);
  line-height: 1.1;
  letter-spacing: -0.5px;
  margin: 0;
}

.brand-subtitle {
  font-size: 0.72rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Search Bar */
.hdr-search-wrap {
  position: relative;
  max-width: 420px;
  width: 100%;
}

.hdr-search-field {
  display: flex;
  align-items: center;
  background-color: #f3f4f6;
  border: 1.5px solid transparent;
  border-radius: var(--radius-pill);
  padding: 0.45rem 1rem;
  transition: var(--transition-fast);
}

.hdr-search-field:focus-within {
  background-color: #ffffff;
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(218, 37, 30, 0.12);
}

.hdr-search-input {
  border: none;
  background: transparent;
  width: 100%;
  padding-left: 0.65rem;
  font-size: 0.9rem;
  color: var(--text-main);
  outline: none;
}

.hdr-search-input::placeholder {
  color: var(--text-light);
}

.hdr-search-icon {
  color: var(--text-muted);
  font-size: 1.05rem;
}

.hdr-search-results {
  position: absolute;
  top: 110%;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  max-height: 320px;
  overflow-y: auto;
  z-index: 1050;
  display: none;
}

.hdr-search-results.active {
  display: block;
}

.search-item-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border-subtle);
  transition: var(--transition-fast);
}

.search-item-link:hover {
  background-color: var(--brand-soft);
}

.search-item-img {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  object-fit: cover;
}

/* Location and Order Type Pills (Reference Style) */
.hdr-loc-group {
  display: flex;
  align-items: center;
  background-color: #f8f9fa;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.85rem;
  gap: 0.75rem;
}

.hdr-loc-btn,
.hdr-ordertype-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
}

.hdr-loc-btn:hover,
.hdr-ordertype-btn:hover {
  opacity: 0.85;
}

.hdr-loc-icon {
  color: var(--brand-primary);
  font-size: 1.15rem;
}

.hdr-loc-meta {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.hdr-loc-label {
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 600;
}

.hdr-loc-val {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hdr-sep {
  width: 1px;
  height: 22px;
  background-color: var(--border-light);
}

/* Action Icons */
.hdr-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.hdr-action-btn {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-main);
  font-weight: 600;
  font-size: 0.9rem;
  position: relative;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.hdr-action-btn:hover {
  color: var(--brand-primary);
}

.hdr-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #f4f5f7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  color: var(--text-main);
  position: relative;
  transition: var(--transition-fast);
}

.hdr-action-btn:hover .hdr-icon-box {
  background-color: var(--brand-soft);
  color: var(--brand-primary);
}

.hdr-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background-color: var(--brand-primary);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

/* Sub-Navbar */
.hdr-navbar {
  background-color: #ffffff;
  border-bottom: 1px solid var(--border-light);
  padding: 0.5rem 0;
}

.hdr-nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 1.75rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.hdr-nav-list::-webkit-scrollbar {
  display: none;
}

.hdr-nav-item {
  white-space: nowrap;
}

.hdr-nav-link {
  font-weight: 600;
  font-size: 0.925rem;
  color: var(--text-secondary);
  padding: 0.35rem 0;
  position: relative;
  transition: var(--transition-fast);
  display: inline-block;
}

.hdr-nav-link:hover,
.hdr-nav-link.active {
  color: var(--brand-primary);
}

.hdr-nav-link.active::after,
.hdr-nav-link:hover::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2.5px;
  background-color: var(--brand-primary);
  border-radius: var(--radius-pill);
}

.hdr-nav-badge {
  background: var(--brand-gold);
  color: #fff;
  font-size: 0.65rem;
  padding: 0.15rem 0.45rem;
  border-radius: var(--radius-pill);
  font-weight: 700;
  margin-left: 0.3rem;
  vertical-align: middle;
}

/* ==========================================================================
   Hero Banner Carousel
   ========================================================================== */
.hero-banner-section {
  padding: 1.5rem 0 2rem;
}

.hero-carousel {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.hero-slide {
  position: relative;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.hero-slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.45) 55%, rgba(0, 0, 0, 0.1) 100%);
  display: flex;
  align-items: center;
}

.hero-slide-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 600px;
  padding: 2.5rem;
}

.hero-slide-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(218, 37, 30, 0.85);
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  backdrop-filter: blur(4px);
}

.hero-slide-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.hero-slide-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
  line-height: 1.5;
}

.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  transition: var(--transition-fast);
}

.carousel-indicators .active {
  width: 26px;
  border-radius: var(--radius-pill);
  background-color: var(--brand-primary);
}

/* ==========================================================================
   Category Navigation Grid (Reference Style - circular category badges)
   ========================================================================== */
.section-header {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.section-header-center {
  text-align: center;
  flex-direction: column;
}

.section-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--text-main);
  position: relative;
  display: inline-block;
  margin: 0;
}

.section-title-tag {
  color: var(--brand-primary);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 0.3rem;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 0.3rem;
}

.cat-circle-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.cat-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.75rem 0.5rem;
  background: transparent;
  transition: var(--transition-smooth);
  cursor: pointer;
  text-decoration: none;
}

.cat-circle-thumb {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, #fce7e7, #ffffff);
  border: 2px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
  transition: var(--transition-smooth);
  overflow: hidden;
}

.cat-circle-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.cat-circle-card:hover .cat-circle-thumb {
  border-color: var(--brand-primary);
  box-shadow: 0 8px 20px rgba(218, 37, 30, 0.2);
  transform: translateY(-4px);
}

.cat-circle-card:hover .cat-circle-img {
  transform: scale(1.1);
}

.cat-circle-name {
  font-size: 0.925rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.2rem;
  transition: var(--transition-fast);
}

.cat-circle-card:hover .cat-circle-name {
  color: var(--brand-primary);
}

.cat-circle-count {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Product Cards & Grid
   ========================================================================== */
.product-card {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  transition: var(--transition-smooth);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
  border-color: #fca5a5;
}

.product-thumb-wrap {
  position: relative;
  width: 100%;
  padding-top: 80%;
  /* 4:3 ratio */
  overflow: hidden;
  background-color: #f9f9f9;
}

.product-card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card-img {
  transform: scale(1.06);
}

.product-badges-wrap {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.badge-item {
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.badge-item-bestseller {
  background-color: var(--brand-primary);
  color: #ffffff;
}

.badge-item-offer {
  background-color: #16a34a;
  color: #ffffff;
}

.badge-item-new {
  background-color: #2563eb;
  color: #ffffff;
}

.wishlist-btn-corner {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #71717a;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: var(--transition-fast);
}

.wishlist-btn-corner:hover {
  background: #ffffff;
  color: var(--brand-primary);
  transform: scale(1.1);
}

.wishlist-btn-corner.active {
  color: var(--brand-primary);
  background: #ffffff;
}

.product-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.product-cat-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-rating-pill {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  background-color: #fef3c7;
  color: #92400e;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: var(--radius-pill);
}

.product-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.35;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-title a:hover {
  color: var(--brand-primary);
}

.product-desc-snippet {
  font-size: 0.825rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 0.85rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-weight-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  flex-wrap: wrap;
}

.weight-pill {
  font-size: 0.75rem;
  padding: 0.15rem 0.55rem;
  background: #f4f4f5;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  color: var(--text-secondary);
  font-weight: 500;
}

.weight-pill.selected {
  border-color: var(--brand-primary);
  background-color: var(--brand-soft);
  color: var(--brand-primary);
  font-weight: 700;
}

.product-footer-row {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-subtle);
}

.product-price-box {
  display: flex;
  flex-direction: column;
}

.product-current-price {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--brand-primary);
  line-height: 1;
}

.product-mrp-price {
  font-size: 0.8rem;
  color: var(--text-light);
  text-decoration: line-through;
  margin-top: 2px;
}

.product-add-btn {
  background: transparent;
  color: var(--brand-primary);
  border: 1.5px solid var(--brand-primary);
  padding: 0.45rem 1rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 700;
  transition: var(--transition-fast);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.product-card:hover .product-add-btn {
  background: var(--brand-primary);
  color: #ffffff;
}

.product-add-btn:hover {
  background: var(--brand-hover) !important;
  color: #ffffff !important;
  border-color: var(--brand-hover) !important;
  transform: translateY(-2px);
}

/* ==========================================================================
   Why Choose Andhara Bojanam (USPs)
   ========================================================================== */
.usp-section {
  padding: 4rem 0;
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.usp-card {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: var(--bg-canvas);
  border: 1px solid var(--border-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: var(--transition-smooth);
}

.usp-card:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: var(--shadow-md);
  border-color: #fca5a5;
}

.usp-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--brand-soft);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.25rem;
}

.usp-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.usp-desc {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin: 0;
}

/* ==========================================================================
   Customer Reviews Section
   ========================================================================== */
.reviews-section {
  padding: 4rem 0;
}

.review-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.review-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.review-stars {
  color: #f59e0b;
  font-size: 0.95rem;
}

.review-date {
  font-size: 0.75rem;
  color: var(--text-muted);
}

.review-title {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-main);
}

.review-comment {
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid var(--border-subtle);
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--brand-soft);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.review-author-meta h6 {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0;
}

.review-author-meta p {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   Shop / All Products Filters & Layout
   ========================================================================== */
.shop-banner {
  background: linear-gradient(135deg, #da251e 0%, #8e120d 100%);
  color: #ffffff;
  padding: 3rem 0;
  border-radius: var(--radius-lg);
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.shop-banner::after {
  content: '';
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
}

.filter-sidebar {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-card);
}

.filter-group {
  margin-bottom: 1.75rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-light);
}

.filter-group:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.filter-heading {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-main);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.filter-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  color: var(--text-secondary);
  cursor: pointer;
  transition: var(--transition-fast);
  user-select: none;
}

.filter-label:hover {
  color: var(--brand-primary);
}

.filter-checkbox {
  margin-right: 0.6rem;
  accent-color: var(--brand-primary);
  cursor: pointer;
}

.filter-badge-count {
  font-size: 0.75rem;
  color: var(--text-light);
  background: #f4f4f5;
  padding: 0.1rem 0.45rem;
  border-radius: var(--radius-pill);
}

.sort-select {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-pill);
  padding: 0.45rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-main);
  background-color: #ffffff;
  outline: none;
  cursor: pointer;
}

.sort-select:focus {
  border-color: var(--brand-primary);
}

/* ==========================================================================
   Product Details Page
   ========================================================================== */
.pdp-gallery-main {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  background: #ffffff;
  margin-bottom: 1rem;
}

.pdp-main-img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pdp-thumbs-row {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
}

.pdp-thumb-item {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-md);
  border: 2px solid var(--border-light);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition-fast);
}

.pdp-thumb-item.active,
.pdp-thumb-item:hover {
  border-color: var(--brand-primary);
}

.pdp-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pdp-details-wrap {
  padding-left: 1.5rem;
}

.pdp-price-row {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pdp-current-price {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--brand-primary);
}

.pdp-mrp-price {
  font-size: 1.25rem;
  color: var(--text-light);
  text-decoration: line-through;
}

.pdp-discount-tag {
  background-color: #dcfce7;
  color: #15803d;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: var(--radius-pill);
}

.weight-selector-row {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.weight-select-btn {
  padding: 0.6rem 1.25rem;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-pill);
  background: #ffffff;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text-main);
  cursor: pointer;
  transition: var(--transition-fast);
}

.weight-select-btn:hover {
  border-color: var(--brand-primary);
}

.weight-select-btn.active {
  background-color: var(--brand-primary);
  border-color: var(--brand-primary);
  color: #ffffff;
}

.qty-counter {
  display: inline-flex;
  align-items: center;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-pill);
  overflow: hidden;
  background: #ffffff;
}

.qty-btn {
  background: none;
  border: none;
  width: 38px;
  height: 38px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-main);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-fast);
}

.qty-btn:hover {
  background-color: #f4f4f5;
  color: var(--brand-primary);
}

.qty-input {
  width: 48px;
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  outline: none;
}

.pdp-tabs-nav {
  border-bottom: 2px solid var(--border-light);
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

.pdp-tab-btn {
  background: none;
  border: none;
  padding: 0.75rem 0;
  font-weight: 700;
  font-size: 1rem;
  color: var(--text-muted);
  cursor: pointer;
  position: relative;
  transition: var(--transition-fast);
  white-space: nowrap;
}

.pdp-tab-btn.active {
  color: var(--brand-primary);
}

.pdp-tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--brand-primary);
  border-radius: var(--radius-pill);
}

/* ==========================================================================
   Shopping Cart & Wishlist Tables
   ========================================================================== */
.cart-table-wrap {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.cart-table {
  width: 100%;
  margin-bottom: 0;
  vertical-align: middle;
}

.cart-table th {
  background-color: #f8f9fa;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  padding: 1rem 1.25rem;
  border-bottom: 1px solid var(--border-light);
}

.cart-table td {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border-subtle);
}

.cart-item-info {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cart-item-img {
  width: 70px;
  height: 70px;
  border-radius: var(--radius-md);
  object-fit: cover;
  border: 1px solid var(--border-light);
}

.cart-summary-box {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  padding: 1.75rem;
}

.summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  color: var(--text-secondary);
}

.summary-row.total-row {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-main);
  padding-top: 1rem;
  border-top: 1px dashed var(--border-light);
  margin-top: 1rem;
}

.summary-row.total-row .total-amount {
  color: var(--brand-primary);
}

/* ==========================================================================
   Checkout & Payment Steps
   ========================================================================== */
.checkout-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.progress-step {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 600;
  color: var(--text-muted);
}

.progress-step.active {
  color: var(--brand-primary);
}

.progress-step.completed {
  color: #16a34a;
}

.step-num {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e4e4e7;
  color: var(--text-main);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.progress-step.active .step-num {
  background: var(--brand-primary);
  color: #ffffff;
}

.progress-step.completed .step-num {
  background: #16a34a;
  color: #ffffff;
}

.step-connector {
  width: 60px;
  height: 2px;
  background: #e4e4e7;
  margin: 0 1rem;
}

.step-connector.completed {
  background: #16a34a;
}

.form-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  padding: 2rem;
  margin-bottom: 2rem;
}

.form-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-main);
  margin-bottom: 0.4rem;
}

.form-control,
.form-select {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 0.65rem 1rem;
  font-size: 0.925rem;
  transition: var(--transition-fast);
}

.form-control:focus,
.form-select:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px rgba(218, 37, 30, 0.1);
}

.delivery-radio-card {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  cursor: pointer;
  transition: var(--transition-fast);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.delivery-radio-card:hover {
  border-color: var(--brand-primary);
}

.delivery-radio-card.active {
  border-color: var(--brand-primary);
  background-color: var(--brand-soft);
}

/* Payment Option Radio Cards */
.payment-method-card {
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: var(--transition-fast);
}

.payment-method-card:hover {
  border-color: var(--brand-primary);
}

.payment-method-card.active {
  border-color: var(--brand-primary);
  background-color: var(--brand-soft);
}

.payment-method-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-details-panel {
  display: none;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-light);
}

.payment-method-card.active .payment-details-panel {
  display: block;
}

/* ==========================================================================
   Order Confirmation & Tracking Timeline (PDF Screen 9 & 10)
   ========================================================================== */
.order-success-box {
  background: #ffffff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-lg);
  padding: 3rem 2rem;
  text-align: center;
}

.order-success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.75rem;
  margin: 0 auto 1.5rem;
  box-shadow: 0 6px 20px rgba(22, 163, 74, 0.2);
}

.order-id-badge {
  display: inline-block;
  background: #f4f4f5;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-pill);
  padding: 0.5rem 1.5rem;
  font-family: monospace;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 2rem;
}

/* Timeline Tracker */
.tracking-timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 750px;
  margin: 2.5rem auto;
}

.tracking-timeline::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 30px;
  right: 30px;
  height: 4px;
  background: #e4e4e7;
  z-index: 1;
}

.timeline-progress-bar {
  position: absolute;
  top: 24px;
  left: 30px;
  height: 4px;
  background: #16a34a;
  z-index: 2;
  transition: width 0.8s ease;
}

.timeline-step {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 140px;
}

.timeline-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ffffff;
  border: 3px solid #e4e4e7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 0.75rem;
  transition: var(--transition-fast);
}

.timeline-step.completed .timeline-icon-box {
  background: #16a34a;
  border-color: #16a34a;
  color: #ffffff;
}

.timeline-step.active .timeline-icon-box {
  background: #ffffff;
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  box-shadow: 0 0 0 5px rgba(218, 37, 30, 0.2);
  animation: pulse-ring 2s infinite;
}

@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(218, 37, 30, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(218, 37, 30, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(218, 37, 30, 0);
  }
}

.timeline-step-title {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.2rem;
}

.timeline-step-time {
  font-size: 0.75rem;
  color: var(--text-muted);
}

/* ==========================================================================
   Footer (Bikanervala style)
   ========================================================================== */
.site-footer {
  background-color: var(--brand-primary);
  color: #ffffff;
  padding: 4.5rem 0 2rem;
  margin-top: 4rem;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.85);
}

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

.footer-col-title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  position: relative;
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.9rem;
}

.footer-payments-wrap {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

.payment-badge-pill {
  background: #ffffff;
  border-radius: var(--radius-sm);
  padding: 0.35rem 0.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  font-weight: 700;
  font-size: 0.75rem;
  color: #111;
}

.footer-contact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.9);
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.05rem;
  transition: var(--transition-fast);
}

.footer-social-btn:hover {
  background: #ffffff;
  color: var(--brand-primary) !important;
  transform: translateY(-2px);
}

.footer-stores-bar {
  padding: 1.75rem 0;
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
}

.footer-stores-bar strong {
  color: #ffffff;
}

.footer-bottom-copy {
  background-color: #9e140f;
  color: rgba(255, 255, 255, 0.75);
  padding: 1.25rem 0;
  font-size: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ==========================================================================
   Floating Action Button (Cart FAB) on Mobile
   ========================================================================== */
.cart-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--brand-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(218, 37, 30, 0.4);
  z-index: 1040;
  text-decoration: none;
  transition: var(--transition-fast);
}

.cart-fab:hover {
  color: #ffffff;
  transform: scale(1.08);
}

.cart-fab-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ffffff;
  color: var(--brand-primary);
  font-weight: 800;
  font-size: 0.75rem;
  min-width: 22px;
  height: 22px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Toast Notification */
.custom-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(100px);
  background: #18181b;
  color: #ffffff;
  padding: 0.85rem 1.75rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  z-index: 2000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.custom-toast.show {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* ==========================================================================
   Brand Header Area & Location Under Logo (Clean Text Type, Not Button)
   ========================================================================== */
.brand-header-area {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.brand-loc-link {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 0.15rem 0 0 0;
  transition: var(--transition-fast);
  user-select: none;
  width: fit-content;
}

.brand-loc-link:hover {
  color: var(--brand-primary);
}

.brand-loc-link:hover .brand-loc-text strong {
  color: var(--brand-primary) !important;
}

.brand-loc-text strong {
  font-weight: 700;
  transition: color 0.2s ease;
}

/* ==========================================================================
   Testimonials Carousel Section
   ========================================================================== */
.testimonial-carousel-wrap {
  position: relative;
  padding: 0 1.25rem;
}

.testimonial-slide-card {
  background: #ffffff;
  border-radius: var(--radius-lg);
  padding: 2.25rem 2rem;
  border: 1px solid var(--border-light);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.testimonial-slide-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(218, 37, 30, 0.12);
  border-color: #fca5a5;
}

.testimonial-quote-icon {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  font-size: 2.75rem;
  color: rgba(218, 37, 30, 0.12);
  line-height: 1;
  pointer-events: none;
}

.testimonial-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--brand-primary);
  border: 1.5px solid var(--border-light);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.95;
  transition: all 0.25s ease;
  z-index: 5;
}

.testimonial-nav-btn:hover {
  background: var(--brand-primary);
  color: #ffffff;
  border-color: var(--brand-primary);
  opacity: 1;
  box-shadow: 0 6px 18px rgba(218, 37, 30, 0.3);
}

.testimonial-indicators {
  position: static;
  margin-top: 1.75rem;
  margin-bottom: 0;
  gap: 8px;
}

.testimonial-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cbd5e1;
  border: none;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.testimonial-indicators button.active {
  width: 28px;
  border-radius: 10px;
  background-color: var(--brand-primary);
  opacity: 1;
}

/* ==========================================================================
   Mobile Bottom Navigation Bar
   ========================================================================== */
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1035;
  background: #ffffff;
  border-top: 1px solid var(--border-light);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.4rem 0 0.35rem;
  height: 62px;
}

.mobile-nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0.25rem 0.75rem;
  flex: 1;
  cursor: pointer;
  transition: color 0.2s ease;
  position: relative;
}

.mobile-nav-link i {
  font-size: 1.3rem;
  line-height: 1;
}

.mobile-nav-link span {
  font-size: 0.68rem;
  font-weight: 600;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--brand-primary);
}

.mobile-nav-link.active i {
  color: var(--brand-primary);
}

.mobile-nav-badge {
  position: absolute;
  top: 2px;
  left: calc(50% + 4px);
  background-color: var(--brand-primary);
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  min-width: 16px;
  height: 16px;
  border-radius: var(--radius-pill);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
}

/* Hide cart FAB on mobile (bottom nav serves this purpose) */
@media (max-width: 991px) {
  .cart-fab {
    display: none !important;
  }

  .custom-toast {
    bottom: 80px;
    /* above mobile bottom nav */
  }
}
/* ========================================================================== 
   2026 Hero Carousel Redesign — homepage only
   ========================================================================== */
#heroCarousel.hero-carousel {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 22px 55px rgba(38, 27, 23, 0.14);
  background: #211c1a;
}

#heroCarousel .hero-slide {
  min-height: 475px;
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

#heroCarousel .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.18) 100%);
}

#heroCarousel .hero-slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(22,16,14,.86) 0%, rgba(22,16,14,.66) 42%, rgba(22,16,14,.18) 72%, rgba(22,16,14,.05) 100%);
}

#heroCarousel .hero-slide-content {
  width: min(640px, calc(100% - 7rem));
  max-width: 640px;
  margin-left: 3.5rem;
  padding: 2rem 2.1rem;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, rgba(30,22,20,.78), rgba(30,22,20,.42));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 16px 38px rgba(0,0,0,.16);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

#heroCarousel .hero-slide-tag {
  margin-bottom: .85rem;
  padding: .42rem .85rem;
  background: rgba(218,37,30,.94);
  border: 1px solid rgba(255,255,255,.14);
  font-size: .74rem;
  letter-spacing: .7px;
}

#heroCarousel .hero-slide-title {
  max-width: 580px;
  margin-bottom: .85rem;
  font-size: clamp(2.1rem, 3.5vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -.7px;
  text-shadow: 0 3px 18px rgba(0,0,0,.18);
}

#heroCarousel .hero-slide-desc {
  max-width: 560px;
  margin-bottom: 1.4rem;
  color: rgba(255,255,255,.83);
  font-size: 1rem;
  line-height: 1.65;
}

#heroCarousel .hero-slide-content .btn {
  min-height: 45px;
  border-radius: 999px;
  padding: .65rem 1.05rem;
  font-weight: 750;
  box-shadow: none;
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
  width: 46px;
  height: 46px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.5);
  box-shadow: 0 8px 22px rgba(0,0,0,.16);
  opacity: 1;
  transition: transform .2s ease, background .2s ease;
}

#heroCarousel .carousel-control-prev { left: 16px; }
#heroCarousel .carousel-control-next { right: 16px; }

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
}

#heroCarousel .carousel-control-prev-icon,
#heroCarousel .carousel-control-next-icon {
  width: 18px;
  height: 18px;
  filter: invert(18%) sepia(76%) saturate(3999%) hue-rotate(353deg) brightness(92%) contrast(93%);
}

#heroCarousel .carousel-indicators {
  right: 24px;
  bottom: 20px;
  left: auto;
  z-index: 4;
  justify-content: flex-end;
  margin: 0;
  padding: .45rem .55rem;
  border-radius: 999px;
  background: rgba(22,16,14,.42);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(7px);
}

#heroCarousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  border-radius: 999px;
  background: rgba(255,255,255,.7);
  opacity: 1;
}

#heroCarousel .carousel-indicators .active {
  width: 24px;
  background: #ffc107;
}

@media (max-width: 991.98px) {
  #heroCarousel.hero-carousel { border-radius: 24px; }
  #heroCarousel .hero-slide { min-height: 400px; }
  #heroCarousel .hero-slide-content {
    width: min(590px, calc(100% - 6rem));
    margin-left: 3rem;
    padding: 1.75rem;
  }
  #heroCarousel .hero-slide-title { font-size: 2.15rem; }
}

@media (max-width: 767.98px) {
  .hero-banner-section { padding: .75rem 0 1.15rem; }
  #heroCarousel.hero-carousel { border-radius: 20px; box-shadow: 0 14px 35px rgba(38,27,23,.13); }
  #heroCarousel .hero-slide {
    min-height: 420px;
    align-items: flex-end;
    background-position: center center;
  }
  #heroCarousel .hero-slide-overlay {
    align-items: flex-end;
    background: linear-gradient(180deg, rgba(18,13,11,.04) 8%, rgba(18,13,11,.30) 44%, rgba(18,13,11,.94) 79%, rgba(18,13,11,.98) 100%);
  }
  #heroCarousel .hero-slide-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 1.35rem 1.15rem 3.2rem;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  #heroCarousel .hero-slide-tag {
    margin-bottom: .6rem;
    padding: .33rem .65rem;
    font-size: .66rem;
  }
  #heroCarousel .hero-slide-title {
    max-width: 100%;
    margin-bottom: .55rem;
    font-size: 1.55rem;
    line-height: 1.14;
    letter-spacing: -.25px;
  }
  #heroCarousel .hero-slide-desc {
    display: -webkit-box;
    max-width: 100%;
    margin-bottom: .9rem;
    overflow: hidden;
    font-size: .84rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #heroCarousel .hero-slide-content .d-flex { gap: .5rem !important; }
  #heroCarousel .hero-slide-content .btn {
    min-height: 40px;
    padding: .5rem .75rem;
    font-size: .76rem;
  }
  #heroCarousel .carousel-control-prev,
  #heroCarousel .carousel-control-next {
    top: 42%;
    width: 38px;
    height: 38px;
  }
  #heroCarousel .carousel-control-prev { left: 10px; }
  #heroCarousel .carousel-control-next { right: 10px; }
  #heroCarousel .carousel-control-prev-icon,
  #heroCarousel .carousel-control-next-icon { width: 15px; height: 15px; }
  #heroCarousel .carousel-indicators {
    right: auto;
    bottom: 13px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: center;
    padding: .35rem .45rem;
  }
}

@media (max-width: 389.98px) {
  #heroCarousel .hero-slide { min-height: 390px; }
  #heroCarousel .hero-slide-title { font-size: 1.35rem; }
  #heroCarousel .hero-slide-content { padding: 1.1rem .95rem 3rem; }
  #heroCarousel .hero-slide-content .btn { font-size: .7rem; padding-inline: .62rem; }
}

/* ========================================================================== 
   Supplied Image-Only Hero Banners
   No text, badges, buttons or dark overlays are rendered over the banner.
   ========================================================================== */
#heroCarousel.hero-image-only-carousel {
  background: #f7efe2;
}

#heroCarousel.hero-image-only-carousel .carousel-item {
  background: #f7efe2;
}

#heroCarousel.hero-image-only-carousel .hero-banner-picture,
#heroCarousel.hero-image-only-carousel .hero-banner-image {
  display: block;
  width: 100%;
}

#heroCarousel.hero-image-only-carousel .hero-banner-image {
  height: auto;
  object-fit: contain;
  object-position: center;
}

/* Disable legacy hero shading for the new image-only banners. */
#heroCarousel.hero-image-only-carousel .carousel-item::before,
#heroCarousel.hero-image-only-carousel .hero-banner-picture::before,
#heroCarousel.hero-image-only-carousel .hero-banner-image::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

@media (max-width: 767.98px) {
  #heroCarousel.hero-image-only-carousel {
    border-radius: 16px;
  }

  #heroCarousel.hero-image-only-carousel .hero-banner-image {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  #heroCarousel.hero-image-only-carousel .carousel-control-prev,
  #heroCarousel.hero-image-only-carousel .carousel-control-next {
    top: 50%;
  }
}
