/* ==========================================================================
   GIVENALL.COM - NATURAL TYPOGRAPHY & UN-SHRUNK STRUCTURES (2026 Engine)
   100% Non-destructive: Replaces compressed/condensed fonts with natural, 
   elegant typography (Plus Jakarta Sans & Inter) and un-squishes div structures.
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

/* --- Override Legacy Compressed Typefaces with Natural Fonts --- */
@font-face {
  font-family: 'aerial-narrow-font-ttf';
  src: local('Inter'), local('Segoe UI'), local('Arial');
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'aerial-narrow-bold-font-ttf';
  src: local('Inter Bold'), local('Segoe UI Bold'), local('Arial Bold');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'aerial-black-bold-font-ttf';
  src: local('Inter ExtraBold'), local('Segoe UI Black'), local('Arial Black');
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'advent-pro-light-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'advent-pro-medium-font-ttf';
  src: local('Plus Jakarta Sans Medium'), local('Inter Medium');
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'advent-pro-bold-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'walkway-black-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'walkway-expand-black-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'patinio-basica-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'bitsumishi-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'york-baile-hill-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'bunny-funny-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'good-times-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'outfit-extra-light-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'outfit-medium-light-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'outfit-light-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'outfit-regular-font-ttf';
  src: local('Plus Jakarta Sans'), local('Inter');
  font-stretch: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'outfit-medium-font-ttf';
  src: local('Plus Jakarta Sans Medium'), local('Inter Medium');
  font-stretch: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'outfit-semi-bold-font-ttf';
  src: local('Plus Jakarta Sans SemiBold'), local('Inter SemiBold');
  font-stretch: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'outfit-bold-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 700;
}
@font-face {
  font-family: 'outfit-extra-bold-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 800;
}
@font-face {
  font-family: 'outfit-black-font-ttf';
  src: local('Plus Jakarta Sans Bold'), local('Inter Bold');
  font-stretch: normal;
  font-weight: 800;
}

:root {
  --font-primary: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-secondary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --color-brand-red: #e52528;
  --color-brand-red-dark: #b81c1f;
  --color-brand-dark: #0f172a;
  --color-brand-text: #1e293b;
  --color-brand-muted: #64748b;
  --color-brand-green: #16a34a;
  --color-card-bg: #ffffff;
  --color-bg-subtle: #f8fafc;
  --border-subtle: #e2e8f0;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
  --shadow-md: 0 4px 16px rgba(15, 23, 42, 0.06);
  --shadow-hover: 0 10px 24px rgba(15, 23, 42, 0.09), 0 2px 6px rgba(229, 37, 40, 0.06);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 9999px;
  --transition-smooth: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

/* ==========================================================================
   1. GLOBAL NATURAL TYPOGRAPHY (NO HORIZONTAL SQUEEZING / THIN STRIPS)
   ========================================================================== */

html, body, p, h1, h2, h3, h4, h5, h6, span, a, div, button, input, select, textarea {
  font-family: var(--font-primary) !important;
  font-stretch: normal !important;
  letter-spacing: normal !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Natural body text weight & line height */
body {
  color: var(--color-brand-text);
  line-height: 1.5;
}

/* Reset negative letter-spacing distortion */
[class*="heading"], [id*="heading"], .customer-testimonials-heading06-group01-green, .customer-testimonials-heading06-group02-purple {
  letter-spacing: normal !important;
}

/* ==========================================================================
   2. STATS & INSTALLMENTS BANNER ("HADI SASA IDADI YA WATU...")
   ========================================================================== */

.download-our-app-outer-most-container {
  background: #ffffff !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sm) !important;
  max-width: 1260px !important;
  margin: 24px auto 30px auto !important;
  padding: 16px 20px !important;
  text-align: center !important;
  width: 94% !important;
}

.download-our-app-heading01 {
  font-size: 19px !important;
  font-weight: 600 !important;
  color: #334155 !important;
  line-height: 1.65 !important;
  padding: 4px 10px !important;
  border-top: none !important;
  border-bottom: none !important;
  margin: 0 !important;
  letter-spacing: normal !important;
}

/* Highlighted numbers in green */
.download-our-app-heading01 span {
  color: var(--color-brand-green) !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  padding: 0 4px !important;
  display: inline-block !important;
}

/* ==========================================================================
   3. CATEGORY BADGE & CARDS ("CHAGUA KUNDI LA BIDHAA")
   ========================================================================== */

#product-top-category-top-heading-container {
  text-align: center !important;
  margin: 25px 0 15px 0 !important;
  height: auto !important;
}

.product-top-category-heading01 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: var(--color-brand-red) !important;
  background: #ffffff !important;
  border: 1.5px solid var(--border-subtle) !important;
  padding: 7px 22px !important;
  border-radius: var(--radius-full) !important;
  box-shadow: var(--shadow-sm) !important;
  display: inline-block !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}

#product-top-category-outer-most-container {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  padding: 10px 16px !important;
  max-width: 1260px !important;
  margin: 0 auto 25px auto !important;
}

.product-top-category-outer-container {
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--border-subtle) !important;
  background: #ffffff !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 10px 8px 12px 8px !important;
  height: auto !important;
  min-height: 125px !important;
  transition: var(--transition-smooth) !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}

.product-top-category-outer-container:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow-hover) !important;
  border-color: rgba(229, 37, 40, 0.3) !important;
}

#product-top-category-heading-container {
  height: auto !important;
  overflow: visible !important;
  padding-top: 6px !important;
}

.product-top-category-heading02 {
  font-size: 12.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.product-top-category-heading03 {
  font-size: 11.5px !important;
  font-weight: 600 !important;
  color: var(--color-brand-muted) !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ==========================================================================
   4. PRODUCT CARDS & NATURAL PRICE TYPOGRAPHY
   ========================================================================== */

/* Main Section Titles ("BIDHAA MPYA", "BIDHAA ZINAZOPENDWA") */
.main-body-products-listing-container-heading-type01,
.home-page-searched-products-listing-heading-container p {
  font-size: 21px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
  color: var(--color-brand-red) !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  padding: 6px 16px !important;
  border-radius: var(--radius-sm) !important;
}

.product-listing-view-main-container {
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--border-subtle) !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition-smooth) !important;
  background: var(--color-card-bg) !important;
  overflow: hidden !important;
  margin-bottom: 16px !important;
  break-inside: avoid !important;
}

.product-listing-view-external-link:hover .product-listing-view-main-container {
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow-hover) !important;
  border-color: rgba(229, 37, 40, 0.25) !important;
}

.product-listing-view-main-container img {
  border-radius: var(--radius-md) var(--radius-md) 0 0 !important;
  transition: transform 0.28s ease !important;
}

.product-listing-view-external-link:hover .product-listing-view-main-container img {
  transform: scale(1.03) !important;
}

/* Product Name Container - Un-squished with natural height & multi-line wrapping */
#product-listing-view-details-product-name-container {
  height: auto !important;
  min-height: 42px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px 10px !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

#product-listing-view-details-product-name-container p,
.product-listing-view-details-product-name {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  color: var(--color-brand-text) !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Product Condition Badge */
.product-listing-condition-container {
  padding: 2px 6px !important;
  text-align: center !important;
}

.product-listing-condition-container p {
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  border-radius: 4px !important;
  padding: 2px 8px !important;
  display: inline-block !important;
}

/* Price Container - Balanced Flex Layout */
#product-listing-view-details-product-price-container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  padding: 6px 12px 10px 12px !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

/* Labels ("WAS" & "NOW") */
.product-listing-view-details-product-price-was,
.product-listing-view-details-product-price-Now {
  font-size: 10px !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 0 4px !important;
}

/* Strikethrough Price - Natural readable size */
.product-listing-view-details-product-initial-price {
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  font-variant-numeric: tabular-nums !important;
  text-decoration: line-through !important;
  padding: 0 !important;
  float: none !important;
  letter-spacing: 0 !important;
}

/* Current Price - Bold, Vibrant & Natural Proportions (Never Squeezed) */
.product-listing-view-details-product-current-price {
  font-size: 18.5px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  font-variant-numeric: tabular-nums !important;
  letter-spacing: -0.01em !important;
  padding: 0 !important;
  float: none !important;
  text-align: right !important;
}

/* Modern Pill Badges for Percentage Discounts */
.product-listing-view-percentage-loan,
[id*="product-listing-view-percentage-loan"],
[class*="percentage"],
#product-listing-view-percentage-off {
  border-radius: var(--radius-full) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 3px 8px !important;
  box-shadow: var(--shadow-sm) !important;
}

/* ==========================================================================
   5. WHY CHOOSE US ("FAIDA UKINUNUA KWETU") SECTION
   ========================================================================== */

.why-choose-us-heading-type01 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  padding: 6px 16px !important;
  letter-spacing: 0 !important;
}

.why-choose-us-outer-container.why-choose-us-outer-container-basic {
  border-radius: var(--radius-md) !important;
  border: 1px solid var(--border-subtle) !important;
  box-shadow: var(--shadow-sm) !important;
  background: #ffffff !important;
  padding: 20px 14px !important;
  transition: var(--transition-smooth) !important;
}

.why-choose-us-outer-container.why-choose-us-outer-container-basic:hover {
  transform: translateY(-3px) !important;
  box-shadow: var(--shadow-hover) !important;
}

.why-choose-us-heading02 {
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 10px 0 8px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

.why-choose-us-heading03 {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  color: #475569 !important;
  padding: 0 4px !important;
}

/* ==========================================================================
   6. CUSTOMER TESTIMONIALS ("WATEJA WETU WANASEMA NINI")
   ========================================================================== */

.customer-testimonials-heading-type01 {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  text-transform: uppercase !important;
  display: inline-block !important;
  padding: 6px 16px !important;
  letter-spacing: normal !important;
}

.customer-testimonials-heading-type02 {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #475569 !important;
  line-height: 1.5 !important;
  margin-bottom: 6px !important;
  letter-spacing: normal !important;
}

.customer-testimonials-outer-container {
  display: inline-block !important;
  width: 380px !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
  vertical-align: top !important;
  text-align: center !important;
}

/* Hide legacy multi-layer decoration divs that forced negative top offsets */
.customer-testimonials-decoration-outer-container-right-green,
.customer-testimonials-decoration-inner-container-right-white,
.customer-testimonials-decoration-outer-container-left-white,
.customer-testimonials-decoration-inner-container-left-green,
.customer-testimonials-decoration-outer-container-right-purple,
.customer-testimonials-decoration-inner-container-right-purple,
.customer-testimonials-decoration-outer-container-left-purple,
.customer-testimonials-decoration-inner-container-left-purple,
.customer-testimonials-decoration-outer-container-right-blue,
.customer-testimonials-decoration-inner-container-right-blue,
.customer-testimonials-decoration-outer-container-left-blue,
.customer-testimonials-decoration-inner-container-left-blue {
  display: none !important;
}

.customer-testimonials-inner-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  max-width: 350px !important;
  height: auto !important;
  min-height: 280px !important;
  max-height: none !important;
  overflow: visible !important;
  border-radius: 18px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05) !important;
  background-color: #ffffff !important;
  margin: 0 auto 30px auto !important;
  position: relative !important;
  padding: 24px 18px 20px 18px !important;
  box-sizing: border-box !important;
  text-align: center !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.customer-testimonials-inner-container:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.09) !important;
  border-color: #cbd5e1 !important;
}

/* Modern Quote Badge */
.customer-testimonials-heading06-group01-green,
.customer-testimonials-heading06-group02-purple,
.customer-testimonials-heading06-group03-blue {
  position: static !important;
  font-family: Georgia, serif !important;
  font-size: 38px !important;
  line-height: 1 !important;
  height: 28px !important;
  margin: 0 0 8px 0 !important;
  letter-spacing: normal !important;
  opacity: 0.85 !important;
}
.customer-testimonials-heading06-group01-green { color: #16a34a !important; }
.customer-testimonials-heading06-group02-purple { color: #8b5cf6 !important; }
.customer-testimonials-heading06-group03-blue { color: #2563eb !important; }

/* Review text inside card - natural flow, no negative offset */
.customer-testimonials-heading03 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  font-family: var(--font-primary) !important;
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #334155 !important;
  text-align: center !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 75px !important;
  max-height: none !important;
  overflow: visible !important;
  letter-spacing: normal !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  margin: 0 0 16px 0 !important;
  font-style: italic !important;
}

/* Customer Avatar */
.customer-testimonials-inner-container img {
  position: static !important;
  top: auto !important;
  left: auto !important;
  display: block !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  margin: 0 auto 10px auto !important;
  border: 3px solid #e2e8f0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Author Name */
.customer-testimonials-heading02 {
  position: static !important;
  font-family: var(--font-primary) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: normal !important;
  margin: 0 0 3px 0 !important;
  line-height: 1.3 !important;
}

/* Author Role/Business */
.customer-testimonials-heading07 {
  position: static !important;
  font-family: var(--font-primary) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  color: #16a34a !important;
  letter-spacing: normal !important;
  margin: 0 0 3px 0 !important;
  line-height: 1.3 !important;
}

/* Author Location */
.customer-testimonials-heading08 {
  position: static !important;
  font-family: var(--font-primary) !important;
  font-size: 11.5px !important;
  font-weight: 500 !important;
  color: #64748b !important;
  letter-spacing: normal !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.3 !important;
}

/* Social icons container */
.customer-testimonials-social-media-outer-container {
  position: static !important;
  margin-top: auto !important;
  display: flex !important;
  justify-content: center !important;
  gap: 8px !important;
}

/* ==========================================================================
   DEDICATED TESTIMONIALS PAGE (testimonials.php)
   ========================================================================== */
#testimonials-central-navigation-individual-outer-container {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 20px !important;
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  padding: 22px !important;
  margin-bottom: 24px !important;
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 860px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

#testimonials-central-navigation-individual-outer-container:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
  border-color: #cbd5e1 !important;
}

#testimonials-central-navigation-individual-image-container {
  width: 74px !important;
  min-width: 74px !important;
  height: 74px !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 3px solid #22c55e !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  background: #f8fafc !important;
  float: none !important;
  flex-shrink: 0 !important;
}

#testimonials-central-navigation-individual-image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  border: none !important;
  display: block !important;
  margin: 0 !important;
}

#testimonials-central-navigation-individual-text-container {
  flex: 1 !important;
  width: auto !important;
  float: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  text-align: left !important;
}

.testimonials-heading-type10 {
  font-family: var(--font-primary) !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 0 3px 0 !important;
  letter-spacing: normal !important;
}

.testimonials-heading-type9 {
  font-family: var(--font-primary) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #16a34a !important;
  margin: 0 0 10px 0 !important;
  letter-spacing: normal !important;
}

.testimonials-heading-type11 {
  font-family: var(--font-primary) !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
  color: #334155 !important;
  margin: 0 0 12px 0 !important;
  letter-spacing: normal !important;
}

.testimonials-heading-type8 {
  font-family: var(--font-primary) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #0369a1 !important;
  background: #f0f9ff !important;
  padding: 10px 14px !important;
  border-left: 3px solid #0284c7 !important;
  border-radius: 6px !important;
  margin: 0 !important;
  letter-spacing: normal !important;
}

@media screen and (max-width: 600px) {
  #testimonials-central-navigation-individual-outer-container {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  #testimonials-central-navigation-individual-text-container {
    text-align: center !important;
  }
}

/* ==========================================================================
   7. STICKY HEADER SCROLL MARGIN CLEARANCE
   ========================================================================== */

/* Prevent sticky search bar from overlapping headings on scroll */
.home-page-searched-products-listing-heading-outer-container,
.main-body-products-listing-heading-outer-container,
.why-choose-us-heading-outer-container,
.customer-testimonials-heading-type01-outer-container,
#customer-testimonials-outer-most-container {
  scroll-margin-top: 100px !important;
}

/* Top bar text */
.home-page-header-heading-type01,
.home-page-header-heading-type03,
.home-page-header-heading-type04,
.home-page-header-heading-type06,
.home-page-header-heading-type07 {
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
}

/* Search bar elements */
#all-pages-product-search-outer-container {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-sm) !important;
  padding: 4px !important;
}

#all-pages-product-search-input-field {
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: normal !important;
  padding: 8px 16px !important;
}

#all-pages-product-search-submit-button {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/* ==========================================================================
   8. FOOTER COLUMNS & TYPOGRAPHY
   ========================================================================== */

footer p, footer a, [class*="footer"] p, [class*="footer"] a {
  font-size: 12.5px !important;
  font-weight: 500 !important;
  line-height: 1.65 !important;
  color: #94a3b8 !important;
  text-decoration: none !important;
}

footer a:hover, [class*="footer"] a:hover {
  color: #ffffff !important;
}

.footer-heading-type01,
.footer-heading-type02,
.footer-heading-type03 {
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  letter-spacing: 0.3px !important;
}

/* ==========================================================================
   9. CLEAN MODERN SCROLLBAR
   ========================================================================== */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* ==========================================================================
   10. PRODUCT VIEW PAGE & SUB-PAGES ENHANCEMENTS (ALL PAGES ENGINE)
   ========================================================================== */

/* --- All Pages Headers & Subheaders --- */
.all-pages-header-heading-type01,
.all-pages-header-heading-type02,
.all-pages-header-heading-type03,
.all-pages-header-heading-type04,
.all-pages-header-heading-type05,
.all-pages-header-heading-type06,
.all-pages-header-heading-type07 {
  font-family: var(--font-primary) !important;
  font-stretch: normal !important;
  letter-spacing: normal !important;
}

.all-pages-header-heading-type02 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  letter-spacing: -0.01em !important;
  margin: 10px 0 !important;
}

/* --- Product View Page: Main Container Two-Column Layout --- */
@media (min-width: 801px) {
  #product-page-main-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 20px !important;
    width: 96% !important;
    max-width: 1440px !important;
    margin: 12px auto 30px auto !important;
    box-sizing: border-box !important;
  }

  #product-category-links-outer-container {
    width: 100% !important;
    flex: 0 0 100% !important;
    display: block !important;
    padding: 10px 16px !important;
    margin-bottom: 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 10px !important;
    box-sizing: border-box !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03) !important;
  }

  #product-category-links-inner-container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .product-category-links-a {
    color: #475569 !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.15s ease !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  .product-category-links-a:hover {
    color: #b91c1c !important;
    text-decoration: underline !important;
  }

  .product-category-links-right-arrows {
    color: #94a3b8 !important;
    margin: 0 4px !important;
    font-size: 14px !important;
    user-select: none !important;
  }

  .product-category-links-current {
    color: #0f172a !important;
    font-weight: 600 !important;
    max-width: 450px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }

  #product-page-major-image-outer-most-container {
    width: 58% !important;
    max-width: 58% !important;
    float: none !important;
    clear: none !important;
    flex: 0 0 58% !important;
    box-sizing: border-box !important;
  }

  #product-page-payment-container {
    width: 40% !important;
    max-width: 40% !important;
    float: none !important;
    clear: none !important;
    flex: 0 0 40% !important;
    position: sticky !important;
    top: 20px !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 800px) {
  #product-page-main-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  #product-category-links-outer-container {
    width: 100% !important;
    padding: 8px 12px !important;
    margin-bottom: 12px !important;
    border-bottom: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    box-sizing: border-box !important;
  }

  #product-category-links-inner-container {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
    font-size: 12px !important;
  }

  .product-category-links-current {
    max-width: 250px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  #product-page-major-image-outer-most-container {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
  }

  #product-page-payment-container {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-top: 20px !important;
  }
}

/* --- Universal Modern Checkout Page Styles --- */
.gvl-checkout-page-container {
  width: 100%;
  max-width: 820px;
  margin: 28px auto 48px auto;
  padding: 0 16px;
  box-sizing: border-box;
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.gvl-checkout-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.gvl-checkout-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #475569;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 600;
  background: #ffffff;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}

.gvl-checkout-back-btn:hover {
  color: #0f172a;
  border-color: #cbd5e1;
  background: #f8fafc;
  transform: translateX(-2px);
}

.gvl-checkout-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.gvl-checkout-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.gvl-checkout-header {
  padding: 24px 28px;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  border-bottom: 1px solid #e2e8f0;
}

.gvl-checkout-carrier-info {
  display: flex;
  align-items: center;
  gap: 16px;
}

.gvl-carrier-logo-img {
  height: 44px;
  max-width: 140px;
  object-fit: contain;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  padding: 4px 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.04);
}

.gvl-checkout-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.gvl-checkout-subtitle {
  margin: 4px 0 0 0;
  font-size: 13.5px;
  color: #64748b;
}

.gvl-order-summary-card {
  padding: 24px 28px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #ffffff;
}

.gvl-order-thumb-wrapper {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gvl-order-thumb-img {
  max-width: 88%;
  max-height: 88%;
  object-fit: contain;
}

.gvl-order-details {
  flex: 1 1 auto;
  min-width: 0;
}

.gvl-order-category-tag {
  display: inline-block;
  background: #f1f5f9;
  color: #475569;
  font-size: 11.5px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.gvl-order-name {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
}

.gvl-order-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 12.5px;
  color: #64748b;
}

.gvl-order-meta-row strong {
  color: #1e293b;
}

.gvl-order-price-col {
  text-align: right;
  flex: 0 0 auto;
  padding-left: 12px;
}

.gvl-price-caption {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
  font-weight: 500;
}

.gvl-price-val {
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
}

.gvl-total-banner {
  margin: 0 28px;
  padding: 16px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gvl-total-title {
  display: block;
  font-size: 14.5px;
  font-weight: 700;
  color: #0f172a;
}

.gvl-total-subtitle {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 2px;
}

.gvl-total-price {
  font-size: 26px;
  font-weight: 800;
  color: #b91c1c;
  letter-spacing: -0.01em;
}

.gvl-checkout-action-box {
  padding: 24px 28px 30px 28px;
}

.gvl-push-instructions {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 0 0 22px 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: #0369a1;
}

.gvl-checkout-pay-button {
  width: 100%;
  background: linear-gradient(135deg, #991b1b 0%, #dc2626 100%);
  color: #ffffff;
  border: none;
  padding: 18px 24px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(220, 38, 38, 0.35);
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.gvl-checkout-pay-button:hover {
  background: linear-gradient(135deg, #7f1d1d 0%, #b91c1c 100%);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.45);
  transform: translateY(-2px);
}

.gvl-checkout-pay-button:active {
  transform: translateY(0);
}

.gvl-checkout-trust-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 18px;
  border-top: 1px solid #f1f5f9;
}

.gvl-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
}

@media (max-width: 640px) {
  .gvl-order-summary-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
  }
  .gvl-order-thumb-wrapper {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
  }
  .gvl-order-price-col {
    text-align: left;
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px dashed #e2e8f0;
    padding-top: 10px;
  }
  .gvl-total-banner {
    margin: 0 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .gvl-total-price {
    font-size: 22px;
  }
  .gvl-checkout-header,
  .gvl-checkout-action-box {
    padding: 18px;
  }
}

/* --- Product View Page: Product Title & Specs Box --- */
@media (min-width: 501px) {
  #product-page-main-product-details-container-for-small-screen,
  #product-page-price-outer-container-for-small-screen {
    display: none !important;
  }

  #product-page-main-product-details-container-for-wide-screen {
    background: #ffffff !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-md) !important;
    padding: 16px 20px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    display: block !important;
  }

  #product-page-price-outer-container-for-wide-screen {
    background: #ffffff !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-md) !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

@media (max-width: 500px) {
  #product-page-main-product-details-container-for-wide-screen,
  #product-page-price-outer-container-for-wide-screen {
    display: none !important;
  }

  #product-page-main-product-details-container-for-small-screen {
    background: #ffffff !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-md) !important;
    padding: 16px 20px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    display: block !important;
  }

  #product-page-price-outer-container-for-small-screen {
    background: #ffffff !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: var(--radius-md) !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    box-shadow: var(--shadow-sm) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

#price-was-container,
#price-now-container,
#merchant-price-container {
  padding: 8px 14px !important;
  border-radius: var(--radius-sm) !important;
  background: #f8fafc !important;
  border: 1px solid #f1f5f9 !important;
  display: inline-block !important;
}

#price-was-text,
#price-now-text,
#merchant-price-text {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #64748b !important;
  margin: 0 0 2px 0 !important;
}

#price-was-value {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #94a3b8 !important;
  text-decoration: line-through !important;
  margin: 0 !important;
}

#price-now-value {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  margin: 0 !important;
  letter-spacing: -0.02em !important;
  font-variant-numeric: tabular-nums !important;
}

#you-save-container {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  width: 100% !important;
  margin-top: 4px !important;
}

#you-save-percentage-off {
  background: #fef2f2 !important;
  color: var(--color-brand-red) !important;
  border: 1px solid #fecaca !important;
  border-radius: var(--radius-full) !important;
  padding: 3px 10px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  margin: 0 !important;
}

#you-save-amount {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--color-brand-green) !important;
  margin: 0 !important;
}

/* --- Product Action Buttons (LIPA KIDOGO KIDOGO, LIPIA UKISHAPOKEA, OMBA PUNGUZO) --- */
.product-page-main-container-heading-type4-buttons,
#product-page-main-container-heading-type4-buttons-pay-installment,
#product-page-main-container-heading-type4-buttons-pay-on-delivery,
#product-page-main-container-heading-type4-buttons-request-discount,
#product-page-main-container-heading-type4-buttons-apply-loan,
#product-page-main-container-heading-type4-buttons-ask-for-loan,
#product-page-main-container-heading-type4-buttons-edit-product,
#product-page-main-container-heading-type4-buttons-edit-price,
#product-page-main-container-heading-type4-buttons-edit-visibility {
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
  border-radius: var(--radius-sm) !important;
  height: auto !important;
  min-height: 44px !important;
  padding: 11px 20px 11px 48px !important;
  box-shadow: var(--shadow-sm) !important;
  transition: var(--transition-smooth) !important;
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 1.3 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.product-page-main-container-heading-type4-buttons:hover,
#product-page-main-container-heading-type4-buttons-pay-installment:hover,
#product-page-main-container-heading-type4-buttons-pay-on-delivery:hover,
#product-page-main-container-heading-type4-buttons-request-discount:hover {
  transform: translateY(-2px) !important;
  box-shadow: var(--shadow-hover) !important;
}

/* --- Contact & WhatsApp Block --- */
#make-a-phone-call-and-chat-on-whatsapp-outer-most-container {
  background: #ffffff !important;
  border: 1px solid var(--border-subtle) !important;
  border-radius: var(--radius-md) !important;
  padding: 14px !important;
  margin-bottom: 16px !important;
  box-shadow: var(--shadow-sm) !important;
}

.make-a-phone-call-header01 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #475569 !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}

.make-a-phone-call-header02,
.make-a-phone-call-header04 {
  font-size: 15px !important;
  font-weight: 700 !important;
  font-variant-numeric: tabular-nums !important;
  letter-spacing: normal !important;
}

#chat-on-whatsapp-outer-container {
  border-radius: var(--radius-sm) !important;
  transition: var(--transition-smooth) !important;
  margin-top: 10px !important;
}

#chat-on-whatsapp-outer-container:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.25) !important;
}

.chat-on-whatsapp-header01 {
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: normal !important;
}

/* --- Download Media Buttons --- */
#product-page-download-product-lq-images,
#product-page-download-product-hd-images,
#product-page-download-product-video {
  font-family: var(--font-primary) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.3px !important;
  border-radius: var(--radius-sm) !important;
  padding: 8px 16px !important;
  transition: var(--transition-smooth) !important;
  cursor: pointer !important;
}

/* --- Description & Customer Opinion --- */
.product-page-main-container-heading-type8,
.product-page-main-container-heading-type10 {
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--color-brand-red) !important;
  letter-spacing: 0.3px !important;
  text-transform: uppercase !important;
}

.product-page-main-container-heading-type11 {
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  color: #334155 !important;
}

#customer-opinion-textarea {
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border-radius: var(--radius-sm) !important;
  border: 1px solid var(--border-subtle) !important;
  padding: 10px 14px !important;
  box-sizing: border-box !important;
}

#customer-opinion-message-send-button {
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  border-radius: var(--radius-sm) !important;
  cursor: pointer !important;
}

/* --- Product Loan Request Page & Form Fields --- */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
select,
textarea {
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  border-radius: var(--radius-sm) !important;
}

button {
  font-family: var(--font-primary) !important;
  letter-spacing: normal !important;
}

/* --- Snippe Product View Instant Checkout Button --- */
.product-page-snippe-pay-container {
  margin: 14px 0 16px 0 !important;
  width: 100% !important;
  clear: both !important;
}

.btn-snippe-product-main {
  width: 100% !important;
  max-width: 480px !important;
  background: linear-gradient(135deg, #7d0a0a 0%, #b91c1c 100%) !important;
  color: #ffffff !important;
  border: 1px solid #600505 !important;
  padding: 13px 18px !important;
  border-radius: 10px !important;
  font-family: var(--font-primary) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(125, 10, 10, 0.3) !important;
  transition: all 0.25s ease !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  box-sizing: border-box !important;
}

.btn-snippe-product-main:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(125, 10, 10, 0.42) !important;
  background: linear-gradient(135deg, #600505 0%, #991b1b 100%) !important;
}

.btn-snippe-product-main .snippe-btn-left {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.btn-snippe-product-main .snippe-btn-badge {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  background: rgba(255, 255, 255, 0.18) !important;
  padding: 4px 9px !important;
  border-radius: 6px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

