/* CLEAN ECOMMERCE WHITE SECTIONS V5 */

.pp-light-section {
  background: #fff !important;
  color: #111827 !important;
  padding-top: clamp(56px, 5vw, 86px) !important;
  padding-bottom: clamp(56px, 5vw, 86px) !important;
  border-bottom: 1px solid #eef0f3 !important;
  overflow: hidden !important;
}

.pp-light-head {
  margin-bottom: clamp(26px, 3vw, 38px) !important;
}

.pp-light-head span,
.pp-light-section .pp-card-kicker,
.pp-light-section .pp-product-brand {
  color: #e21b23 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .9px !important;
  text-transform: uppercase !important;
}

.pp-light-head h2 {
  color: #111827 !important;
  margin: 8px 0 0 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pp-light-head p {
  color: #5f6876 !important;
  margin: 12px 0 0 !important;
  max-width: 680px !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.pp-hero {
  background: radial-gradient(ellipse 1000px 800px at 85% 50%, rgba(226, 27, 35, 0.15), transparent), linear-gradient(135deg, #0a0d10 0%, #0f1419 50%, #050708 100%) !important;
  color: #f8fafc !important;
  padding: clamp(74px, 8vw, 112px) 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.pp-hero::before {
  content: "" !important;
  position: absolute !important;
  inset: auto -8% -18% auto !important;
  width: 360px !important;
  height: 360px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(255,255,255,0.16), transparent 70%) !important;
  pointer-events: none !important;
}

.pp-hero-grid {
  align-items: center !important;
  gap: clamp(34px, 5vw, 72px) !important;
}

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

.pp-hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 8px 12px !important;
  border-radius: 999px !important;
  background: rgba(226, 27, 35, 0.18) !important;
  border: 1px solid rgba(255,255,255,0.14) !important;
  color: #ff6b6e !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .17em !important;
  text-transform: uppercase !important;
}

.pp-hero-title {
  margin: 15px 0 12px !important;
  font-size: clamp(28px, 3.3vw, 44px) !important;
  line-height: 1.04 !important;
  font-weight: 900 !important;
  color: #fff !important;
}

.pp-hero-brand {
  display: inline-block !important;
  font-size: clamp(40px, 4.2vw, 64px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.14em !important;
  color: #fff !important;
}

.pp-hero-description {
  max-width: 520px !important;
  margin: 0 !important;
  color: rgba(248, 250, 252, 0.82) !important;
  font-size: 17px !important;
  line-height: 1.72 !important;
}

.pp-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 24px !important;
}

.pp-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.pp-btn:hover {
  transform: translateY(-1px) !important;
}

.pp-btn-red {
  background: linear-gradient(135deg, #e21b23, #ff3b3f) !important;
  border: 1px solid #e21b23 !important;
  color: #fff !important;
  box-shadow: 0 16px 30px rgba(226, 27, 35, 0.24) !important;
}

.pp-btn-dark {
  background: rgba(255,255,255,0.08) !important;
  border: 1px solid rgba(255,255,255,0.16) !important;
  color: #fff !important;
}

.pp-hero-visual {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  min-height: 460px !important;
  overflow: hidden !important;
}

.pp-hero-car-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  min-height: 500px !important;
  padding: 24px 0 18px 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.pp-hero-car-wrap::before {
  display: none !important;
}

.pp-hero-car-glow {
  position: absolute !important;
  width: 220px !important;
  height: 220px !important;
  top: auto !important;
  right: -18px !important;
  bottom: 8px !important;
  border-radius: 50% !important;
  background: radial-gradient(circle, rgba(226,27,35,0.32), transparent 70%) !important;
  filter: blur(8px) !important;
  pointer-events: none !important;
}

.pp-hero-car {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  max-height: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  object-position: right center !important;
  transform: none !important;
  margin-right: 0 !important;
}

.pp-part-finder-section {
  position: relative !important;
  background: #fff !important;
  color: #111827 !important;
  padding: clamp(48px, 5vw, 78px) 0 !important;
  border-bottom: 1px solid #eef0f3 !important;
  overflow: hidden !important;
}

.pp-part-finder-card {
  max-width: 1120px !important;
  margin: 0 auto !important;
  padding: clamp(24px, 3vw, 38px) !important;
  background: #fff !important;
  border: 1px solid #e7ebf0 !important;
  border-radius: 24px !important;
  box-shadow: 0 24px 60px rgba(15,23,42,.09) !important;
}

.pp-part-finder-head {
  max-width: 720px !important;
  margin-bottom: 24px !important;
}

.pp-part-finder-kicker {
  display: inline-flex !important;
  color: #e21b23 !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: .9px !important;
  text-transform: uppercase !important;
}

.pp-part-finder-head h2 {
  margin: 10px 0 0 !important;
  color: #111827 !important;
  font-size: clamp(28px, 3vw, 42px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pp-part-finder-head p {
  margin: 12px 0 0 !important;
  color: #5f6876 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

.pp-part-finder-block {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 14px !important;
  align-items: end !important;
}

.pp-part-finder-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.pp-part-finder-field,
.pp-part-finder-search {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.pp-part-finder-field > span,
.pp-part-finder-search > span {
  color: #111827 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 900 !important;
}

.pp-part-finder-field select,
.pp-part-finder-search input {
  width: 100% !important;
  min-width: 0 !important;
  height: 54px !important;
  padding: 0 16px !important;
  color: #111827 !important;
  background: #f9fafb !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  outline: none !important;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease !important;
}

.pp-part-finder-field select:focus,
.pp-part-finder-search input:focus {
  background: #fff !important;
  border-color: #e21b23 !important;
  box-shadow: 0 0 0 4px rgba(226,27,35,.1) !important;
}

.pp-part-finder-field select {
  appearance: none !important;
  background-image: linear-gradient(45deg, transparent 50%, #111827 50%), linear-gradient(135deg, #111827 50%, transparent 50%) !important;
  background-position: calc(100% - 20px) 23px, calc(100% - 14px) 23px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  padding-right: 38px !important;
}

.pp-part-finder-btn,
.pp-part-finder-search button {
  height: 54px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #e21b23, #ff3b3f) !important;
  border: 1px solid #e21b23 !important;
  border-radius: 14px !important;
  box-shadow: 0 16px 28px rgba(226,27,35,.22) !important;
  font-size: 15px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.pp-part-finder-btn:hover,
.pp-part-finder-search button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 20px 34px rgba(226,27,35,.28) !important;
}

.pp-part-finder-divider {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  margin: 28px 0 !important;
  color: #8a94a3 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.pp-part-finder-divider::before,
.pp-part-finder-divider::after {
  content: "" !important;
  height: 1px !important;
  flex: 1 1 auto !important;
  background: #e8ecf1 !important;
}

.pp-part-finder-divider span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  color: #111827 !important;
  background: #fff !important;
  border: 1px solid #e8ecf1 !important;
  border-radius: 999px !important;
}

.pp-part-finder-searches {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 16px !important;
}

.pp-part-finder-search div {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  gap: 10px !important;
  min-width: 0 !important;
}

@media (max-width: 1024px) {
  .pp-part-finder-block {
    grid-template-columns: 1fr !important;
  }

  .pp-part-finder-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pp-part-finder-btn {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .pp-part-finder-card {
    border-radius: 20px !important;
    padding: 22px !important;
  }

  .pp-part-finder-grid,
  .pp-part-finder-searches,
  .pp-part-finder-search div {
    grid-template-columns: 1fr !important;
  }

  .pp-part-finder-search button {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  .pp-part-finder-card {
    padding: 18px !important;
  }

  .pp-part-finder-field select,
  .pp-part-finder-search input,
  .pp-part-finder-btn,
  .pp-part-finder-search button {
    height: 50px !important;
    font-size: 14px !important;
  }
}

.pp-brands-section {
  padding-top: 44px !important;
  padding-bottom: 44px !important;
  background: #fff !important;
}

.pp-brand-strip,
.pp-brands-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 30px rgba(15,23,42,.06) !important;
}

.pp-brand-strip span,
.pp-brands-grid div {
  height: 76px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  color: #111827 !important;
  background: #fff !important;
  border: 0 !important;
  border-right: 1px solid #eef0f3 !important;
  border-bottom: 1px solid #eef0f3 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  transition: color .2s ease, background .2s ease !important;
}

.pp-brand-strip span:hover,
.pp-brands-grid div:hover {
  color: #e21b23 !important;
  background: #fafafa !important;
  transform: none !important;
}

.pp-categories-section,
.pp-products-section,
.pp-why-section {
  background: #fff !important;
}

.pp-categories-grid,
.pp-products-grid,
.pp-why-grid {
  display: grid !important;
  gap: 18px !important;
}

.pp-categories-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.pp-category-card,
.pp-product-card,
.pp-why-card {
  background: #fff !important;
  color: #111827 !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 14px !important;
  box-shadow: 0 12px 28px rgba(15,23,42,.06) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease !important;
}

.pp-category-card:hover,
.pp-product-card:hover,
.pp-why-card:hover {
  transform: translateY(-4px) !important;
  border-color: #d7dce3 !important;
  box-shadow: 0 18px 38px rgba(15,23,42,.1) !important;
}

.pp-category-card::before,
.pp-category-card::after,
.pp-product-card::before,
.pp-why-card::before,
.pp-why-card::after,
.pp-premium-card::before {
  display: none !important;
}

.pp-category-card {
  min-height: 194px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.pp-card-icon,
.pp-why-icon {
  width: 56px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 18px !important;
  color: #e21b23 !important;
  background: #fff1f2 !important;
  border: 1px solid #ffd7da !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.pp-category-card strong,
.pp-why-card h3,
.pp-product-body h3 {
  color: #111827 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pp-category-card strong {
  margin: 0 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
}

.pp-category-card small,
.pp-why-card p,
.pp-product-meta small {
  color: #667085 !important;
}

.pp-category-card small {
  margin-top: 10px !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.pp-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.pp-product-card {
  display: flex !important;
  flex-direction: column !important;
}

.pp-product-image {
  margin: 0 !important;
  aspect-ratio: 4 / 3 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(145deg, #f6f8fa, #e4e9ef) !important;
}

.pp-product-image span {
  color: #c7ced8 !important;
  font-size: clamp(38px, 4vw, 58px) !important;
  font-weight: 900 !important;
}

.pp-product-body {
  padding: 22px !important;
}

.pp-product-body h3 {
  min-height: 54px !important;
  margin: 8px 0 16px !important;
  font-size: 18px !important;
  line-height: 1.3 !important;
}

.pp-product-meta {
  border-top: 1px solid #eef0f3 !important;
  padding-top: 14px !important;
  margin-bottom: 2px !important;
}

.pp-product-meta strong {
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
}

.pp-product-btn,
.pp-section-link {
  background: #e21b23 !important;
  color: #fff !important;
  border: 1px solid #e21b23 !important;
  box-shadow: none !important;
  border-radius: 999px !important;
  padding: 10px 16px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.pp-product-btn:hover,
.pp-section-link:hover {
  background: #c9161d !important;
  border-color: #c9161d !important;
  transform: translateY(-1px) !important;
  box-shadow: none !important;
}

.pp-products-section .pp-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

.pp-products-section .pp-product-card {
  position: relative !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.065) !important;
  overflow: hidden !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease !important;
}

.pp-products-section .pp-product-card:hover {
  transform: translateY(-8px) !important;
  border-color: #ead3d5 !important;
  box-shadow: 0 28px 58px rgba(15,23,42,.14), 0 0 30px rgba(226,27,35,.12) !important;
}

.pp-products-section .pp-product-image {
  position: relative !important;
  aspect-ratio: 4 / 3 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 26px !important;
  background: linear-gradient(145deg, #f8fafc, #edf1f6) !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.pp-products-section .pp-product-image::before {
  content: "" !important;
  position: absolute !important;
  inset: 20% auto auto 58% !important;
  width: 130px !important;
  height: 130px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(226,27,35,.12), transparent 68%) !important;
  pointer-events: none !important;
}

.pp-products-section .pp-product-image img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  max-width: 252px !important;
  max-height: 190px !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform .28s ease !important;
}

.pp-products-section .pp-product-card:hover .pp-product-image img {
  transform: scale(1.06) !important;
}

.pp-products-section .pp-product-badge {
  position: absolute !important;
  z-index: 2 !important;
  top: 14px !important;
  left: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  padding: 0 10px !important;
  color: #111827 !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.08) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.pp-products-section .pp-product-badge-stock {
  color: #137333 !important;
  border-color: #bbf7d0 !important;
  background: rgba(240,253,244,.94) !important;
}

.pp-products-section .pp-product-badge-order {
  color: #9a3412 !important;
  border-color: #fed7aa !important;
  background: rgba(255,247,237,.94) !important;
}

.pp-products-section .pp-listing-badge,
.pp-detail-listing-badge {
  color: #fff !important;
  border-color: rgba(255,255,255,.36) !important;
  background: #111827 !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.16) !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}

.pp-products-section .pp-listing-badge-super-vip,
.pp-detail-listing-badge.pp-listing-badge-super-vip {
  background: linear-gradient(135deg, #e21b23, #7f1d1d) !important;
  box-shadow: 0 12px 24px rgba(226,27,35,.26) !important;
}

.pp-products-section .pp-listing-badge-vip-plus,
.pp-detail-listing-badge.pp-listing-badge-vip-plus {
  background: linear-gradient(135deg, #f97316, #c2410c) !important;
  box-shadow: 0 12px 24px rgba(249,115,22,.24) !important;
}

.pp-products-section .pp-listing-badge-vip,
.pp-detail-listing-badge.pp-listing-badge-vip {
  background: linear-gradient(135deg, #2563eb, #1e3a8a) !important;
  box-shadow: 0 12px 24px rgba(37,99,235,.2) !important;
}

.pp-products-section .pp-listing-badge-standard,
.pp-detail-listing-badge.pp-listing-badge-standard {
  color: #475467 !important;
  background: #f2f4f7 !important;
  border-color: #e4e7ec !important;
}

.pp-products-section .pp-product-wishlist {
  position: absolute !important;
  z-index: 2 !important;
  top: 14px !important;
  right: 14px !important;
  width: 34px !important;
  height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111827 !important;
  background: rgba(255,255,255,.92) !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(15,23,42,.08) !important;
  font-size: 18px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: color .2s ease, transform .2s ease, border-color .2s ease !important;
}

.pp-products-section .pp-product-wishlist:hover {
  color: #e21b23 !important;
  border-color: #ffd7da !important;
  transform: scale(1.06) !important;
}

.pp-products-section .pp-product-body {
  display: flex !important;
  flex: 1 !important;
  flex-direction: column !important;
  padding: 22px !important;
}

.pp-products-section .pp-product-brand-logo {
  align-self: flex-start !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  color: #e21b23 !important;
  background: #fff1f2 !important;
  border: 1px solid #ffd7da !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.pp-products-section .pp-product-brand-logo-bosch {
  color: #fff !important;
  background: #e30613 !important;
  border-color: #e30613 !important;
}

.pp-products-section .pp-product-brand-logo-brembo {
  color: #fff !important;
  background: #d71920 !important;
  border-color: #d71920 !important;
}

.pp-products-section .pp-product-brand-logo-sachs,
.pp-products-section .pp-product-brand-logo-skf {
  color: #0f172a !important;
  background: #eef2f7 !important;
  border-color: #d8dee8 !important;
}

.pp-products-section .pp-product-brand-logo-valeo {
  color: #fff !important;
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
}

.pp-products-section .pp-product-brand-logo-mahle {
  color: #fff !important;
  background: #0f4c81 !important;
  border-color: #0f4c81 !important;
}

.pp-products-section .pp-product-brand-logo-ngk {
  color: #e30613 !important;
  background: #fff !important;
  border-color: #e30613 !important;
}

.pp-products-section .pp-product-brand-logo-ina {
  color: #fff !important;
  background: #0f766e !important;
  border-color: #0f766e !important;
}

.pp-products-section .pp-product-rating {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 10px !important;
  color: #f59e0b !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
}

.pp-products-section .pp-product-rating small {
  color: #667085 !important;
  font-size: 12px !important;
  font-weight: 900 !important;
}

.pp-products-section .pp-product-body h3 {
  min-height: 50px !important;
  margin: 10px 0 14px !important;
  color: #111827 !important;
  font-size: 18px !important;
  line-height: 1.28 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pp-products-section .pp-product-specs {
  display: grid !important;
  gap: 9px !important;
  margin: 0 0 18px !important;
  padding: 14px 0 0 !important;
  border-top: 1px solid #eef0f3 !important;
}

.pp-products-section .pp-product-specs div {
  display: grid !important;
  grid-template-columns: 86px 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  min-width: 0 !important;
}

.pp-products-section .pp-product-specs dt,
.pp-products-section .pp-product-specs dd {
  margin: 0 !important;
  min-width: 0 !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.pp-products-section .pp-product-specs dt {
  color: #8a94a3 !important;
  font-weight: 800 !important;
}

.pp-products-section .pp-product-specs dd {
  color: #111827 !important;
  font-weight: 850 !important;
}

.pp-products-section .pp-product-stock {
  color: #16803c !important;
}

.pp-products-section .pp-product-seller-whatsapp {
  color: #16803c !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.pp-products-section .pp-product-card-super-vip {
  border-color: rgba(226,27,35,.28) !important;
  box-shadow: 0 24px 58px rgba(226,27,35,.12), 0 16px 38px rgba(15,23,42,.08) !important;
}

.pp-products-section .pp-product-card-vip-plus {
  border-color: rgba(249,115,22,.22) !important;
}

.pp-products-section .pp-product-card-vip {
  border-color: rgba(37,99,235,.2) !important;
}

.pp-products-section .pp-product-footer {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 12px !important;
  align-items: center !important;
  margin-top: auto !important;
}

.pp-products-section .pp-product-price {
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}

.pp-products-section .pp-product-btn {
  min-height: 46px !important;
  width: 100% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 16px !important;
  color: #fff !important;
  background: #e21b23 !important;
  border: 1px solid #e21b23 !important;
  border-radius: 14px !important;
  box-shadow: 0 14px 24px rgba(226,27,35,.2) !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  transition: background-color .24s ease, border-color .24s ease, box-shadow .24s ease, transform .24s ease !important;
}

.pp-products-section .pp-product-card:hover .pp-product-btn,
.pp-products-section .pp-product-btn:hover {
  background: #ff2b34 !important;
  border-color: #ff2b34 !important;
  box-shadow: 0 18px 30px rgba(226,27,35,.28) !important;
}

@media (max-width: 1024px) {
  .pp-products-section .pp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .pp-products-section .pp-products-grid {
    grid-template-columns: 1fr !important;
  }

  .pp-products-section .pp-product-body h3 {
    min-height: 0 !important;
  }
}

@media (max-width: 420px) {
  .pp-products-section .pp-product-footer,
  .pp-products-section .pp-product-specs div {
    grid-template-columns: 1fr !important;
  }
}

.pp-product-detail {
  background: #fff !important;
  color: #111827 !important;
}

.pp-product-detail-hero {
  padding: clamp(40px, 4vw, 56px) 0 !important;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%) !important;
  border-bottom: 1px solid #eef0f3 !important;
}

.pp-product-back {
  display: inline-flex !important;
  margin-bottom: 22px !important;
  color: #667085 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.pp-product-back:hover {
  color: #e21b23 !important;
}

.pp-product-detail-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.06fr) minmax(360px, .94fr) !important;
  gap: clamp(20px, 3vw, 34px) !important;
  align-items: start !important;
}

.pp-product-gallery,
.pp-product-summary,
.pp-detail-panel,
.pp-related-product-card {
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 24px !important;
  box-shadow: 0 20px 50px rgba(15,23,42,.08) !important;
}

.pp-product-gallery {
  padding: 18px !important;
}

.pp-product-gallery-main {
  position: relative !important;
  min-height: 380px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 30px !important;
  background: linear-gradient(145deg, #f8fafc, #eef2f7) !important;
  border-radius: 20px !important;
  overflow: hidden !important;
}

.pp-product-gallery-main img {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  max-width: 92% !important;
  max-height: 360px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.pp-product-detail .pp-product-gallery-main > .pp-product-badge {
  position: absolute !important;
  top: 18px !important;
  left: 18px !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  color: #fff !important;
  background: #111827 !important;
  border: 1px solid rgba(255,255,255,.45) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(17,24,39,.24), 0 5px 14px rgba(15,23,42,.14) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
}

.pp-product-gallery-thumbs {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr)) !important;
  gap: 12px !important;
  margin-top: 18px !important;
  overflow-x: auto !important;
  padding-bottom: 6px !important;
  scroll-snap-type: x mandatory !important;
}

.pp-product-gallery-thumbs button {
  height: 92px !important;
  min-width: 96px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px !important;
  background: #ffffff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 18px !important;
  cursor: pointer !important;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease !important;
  scroll-snap-align: center !important;
}

.pp-product-gallery-thumbs button:hover {
  transform: translateY(-2px) !important;
}

.pp-product-gallery-thumbs button.is-active {
  border-color: #e21b23 !important;
  box-shadow: 0 10px 24px rgba(226,27,35,.14) !important;
}

.pp-product-gallery-thumbs img {
  max-width: 100% !important;
  max-height: 76px !important;
  object-fit: cover !important;
}

.pp-product-gallery-main {
  position: relative !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 28px !important;
  min-height: 420px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pp-product-gallery-main::before {
  display: none !important;
}

.pp-product-gallery-arrow {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4 !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(17,24,39,.85) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 20px !important;
  cursor: pointer !important;
  transition: background .2s ease, transform .2s ease !important;
}

.pp-product-gallery-arrow:hover {
  background: rgba(17,24,39,.95) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

.pp-product-gallery-prev {
  left: 14px !important;
}

.pp-product-gallery-next {
  right: 14px !important;
}

@media (max-width: 900px) {
  .pp-product-gallery-main {
    min-height: 340px !important;
    padding: 18px !important;
  }

  .pp-product-gallery-arrow {
    width: 36px !important;
    height: 36px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 700px) {
  .pp-product-gallery-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
    gap: 10px !important;
  }

  .pp-product-gallery-thumbs button {
    height: 78px !important;
    min-width: 80px !important;
  }
}

.pp-product-gallery-thumbs {
  -webkit-overflow-scrolling: touch !important;
}

.pp-product-gallery-main img {
  width: 100% !important;
  height: 100% !important;
  max-height: 420px !important;
  object-fit: contain !important;
  transition: transform .22s ease, transform-origin .1s ease !important;
  cursor: zoom-in !important;
}

.pp-product-gallery-main.is-zoomed img {
  transform: scale(2.2) !important;
  cursor: zoom-out !important;
}

.pp-product-gallery-main.is-zoomed::before {
  content: 'დააჭირეთ გამოსასვლელად' !important;
}

.pp-price-switcher {
  display: inline-flex !important;
  gap: 10px !important;
  margin-top: 16px !important;
  background: rgba(17,24,39,.04) !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 999px !important;
  padding: 6px !important;
}

.pp-price-switcher button {
  min-width: 56px !important;
  padding: 12px 18px !important;
  border: none !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: #475569 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  cursor: pointer !important;
  transition: background .2s ease, color .2s ease !important;
}

.pp-price-switcher button.is-active {
  background: #111827 !important;
  color: #fff !important;
}

.pp-product-summary-price {
  display: flex !important;
  align-items: flex-end !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

.pp-product-summary-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  margin-top: 18px !important;
}

.pp-product-summary-meta-item {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}

.pp-product-summary-meta-key {
  color: #475569 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.pp-product-summary-meta-value {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
}

@media (max-width: 760px) {
  .pp-product-summary-meta {
    grid-template-columns: 1fr !important;
  }
}

.pp-product-summary-price .pp-price-primary {
  display: block !important;
  font-size: clamp(32px, 4vw, 42px) !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.03em !important;
  color: #111827 !important;
}

.pp-product-summary-price .pp-price-secondary {
  display: block !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
}

.pp-product-summary h1 {
  margin: 10px 0 !important;
  color: #111827 !important;
  font-size: clamp(32px, 4vw, 44px) !important;
  line-height: 1.05 !important;
  font-weight: 950 !important;
  letter-spacing: -.03em !important;
}

.pp-product-summary-copy {
  margin: 0 0 18px !important;
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.pp-product-summary {
  padding: clamp(18px, 2.5vw, 26px) !important;
}

.pp-product-summary-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin-bottom: 10px !important;
}

.pp-detail-listing-badge {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid transparent !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  margin-right: auto !important;
}

.pp-detail-wishlist {
  width: 46px !important;
  height: 46px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #111827 !important;
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(15,23,42,.06) !important;
  font-size: 22px !important;
  cursor: pointer !important;
}

.pp-detail-wishlist:hover {
  color: #e21b23 !important;
  border-color: #ffd7da !important;
}

.pp-product-summary h1 {
  margin: 10px 0 !important;
  color: #111827 !important;
  font-size: clamp(30px, 3vw, 42px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.pp-product-summary-copy {
  margin: 0 0 16px !important;
  color: #667085 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.pp-product-purchase-card {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  background: transparent !important;
  border: 1px solid #eef0f3 !important;
  border-radius: 16px !important;
}

.pp-product-purchase-card div {
  min-width: 0 !important;
  padding: 8px 0 !important;
}

.pp-product-purchase-card span {
  display: block !important;
  color: #8a94a3 !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  margin-bottom: 4px !important;
}

.pp-product-purchase-card strong {
  display: block !important;
  color: #111827 !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  overflow-wrap: anywhere !important;
}

.pp-seller-contact-card {
  display: grid !important;
  grid-template-columns: 1fr auto !important;
  align-items: center !important;
  gap: 16px !important;
  margin-top: 12px !important;
  padding: 16px !important;
  background: #fff !important;
  border: 1px solid #eef0f3 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.pp-seller-contact-card > div {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
}

.pp-seller-contact-card span {
  display: inline-block !important;
  margin: 0 !important;
  color: #475569 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
}

.pp-seller-contact-card > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  min-height: 36px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  color: #16803c !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
}

@media (max-width: 780px) {
  .pp-seller-contact-card {
    grid-template-columns: 1fr !important;
  }

  .pp-seller-contact-card > a {
    width: 100% !important;
  }
}

.pp-seller-contact-card strong,
.pp-seller-contact-card > a {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.pp-seller-contact-card strong a,
.pp-seller-contact-card > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}

.pp-seller-contact-card strong a {
  color: #111827 !important;
  background: #f8fafc !important;
  border: 1px solid #e6e9ee !important;
}

.pp-seller-contact-card > a {
  color: #16803c !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
}

@media (max-width: 780px) {
  .pp-seller-contact-card {
    justify-content: flex-start !important;
  }

  .pp-seller-contact-card > div,
  .pp-seller-contact-card > a {
    flex: 1 1 100% !important;
  }
}

.pp-seller-contact-card strong,
.pp-seller-contact-card > a {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.pp-seller-contact-card strong a,
.pp-seller-contact-card > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
  min-width: 0 !important;
}

.pp-seller-contact-card strong a {
  color: #111827 !important;
  background: #f8fafc !important;
  border: 1px solid #e6e9ee !important;
}

.pp-seller-contact-card > a {
  color: #16803c !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
}

@media (max-width: 780px) {
  .pp-seller-contact-card {
    justify-content: flex-start !important;
  }

  .pp-seller-contact-card > div,
  .pp-seller-contact-card > a {
    flex: 1 1 100% !important;
  }
}

.pp-seller-contact-card strong,
.pp-seller-contact-card a {
  color: #111827 !important;
  font-size: 14px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
}

.pp-seller-contact-card strong a,
.pp-seller-contact-card > a {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  white-space: nowrap !important;
}

.pp-seller-contact-card strong a {
  color: #111827 !important;
  background: #f8fafc !important;
  border: 1px solid #e6e9ee !important;
}

.pp-seller-contact-card > a {
  color: #16803c !important;
  background: #f0fdf4 !important;
  border: 1px solid #bbf7d0 !important;
}

.pp-product-detail .pp-listing-meta {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pp-product-detail .pp-listing-meta div {
  display: flex !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  min-height: auto !important;
}

.pp-product-detail .pp-listing-meta dt,
.pp-product-detail .pp-listing-meta dd {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.pp-product-detail .pp-listing-meta dt {
  color: #8a94a3 !important;
  font-weight: 900 !important;
}

.pp-product-detail .pp-listing-meta dd {
  color: #111827 !important;
  font-weight: 950 !important;
}

.pp-product-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 10px !important;
  margin-top: 14px !important;
}

.pp-detail-btn {
  min-height: 48px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border-radius: 16px !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease !important;
}

.pp-detail-btn:hover {
  transform: translateY(-2px) !important;
}

.pp-detail-btn-red {
  color: #fff !important;
  background: #e21b23 !important;
  border: 1px solid #e21b23 !important;
  box-shadow: 0 16px 28px rgba(226,27,35,.24) !important;
}

.pp-detail-btn-red:hover {
  background: #ff2b34 !important;
  border-color: #ff2b34 !important;
}

.pp-detail-btn-whatsapp {
  color: #111827 !important;
  background: #fff !important;
  border: 1px solid #dfe4ea !important;
}

.pp-detail-btn-whatsapp:hover {
  border-color: #25d366 !important;
  box-shadow: 0 14px 28px rgba(37,211,102,.14) !important;
}

.pp-product-detail-content,
.pp-related-products-section {
  padding: clamp(36px, 4vw, 50px) 0 !important;
  background: #fff !important;
}

.pp-product-detail-panels {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 18px !important;
}

.pp-detail-panel {
  padding: clamp(16px, 2vw, 24px) !important;
}

.pp-detail-panel h2 {
  margin: 0 0 14px !important;
  color: #111827 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
}

.pp-compatible-list {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.pp-compatible-list li {
  padding: 10px 12px !important;
  color: #111827 !important;
  background: transparent !important;
  border: 1px solid #eef0f3 !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
}

.pp-detail-specs {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
}

.pp-detail-specs div {
  display: grid !important;
  grid-template-columns: 150px 1fr !important;
  gap: 10px !important;
  padding: 10px 0 !important;
  border-bottom: 1px solid #eef0f3 !important;
}

.pp-detail-specs dt,
.pp-detail-specs dd {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.pp-detail-specs dt {
  color: #8a94a3 !important;
  font-weight: 900 !important;
}

.pp-detail-specs dd {
  color: #111827 !important;
  font-weight: 900 !important;
}

.pp-related-products-section {
  border-top: 1px solid #eef0f3 !important;
}

.pp-related-products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.pp-related-product-card {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  padding: 16px !important;
  color: #111827 !important;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease !important;
}

.pp-related-product-card:hover {
  transform: translateY(-6px) !important;
  border-color: #ead3d5 !important;
  box-shadow: 0 22px 44px rgba(15,23,42,.1), 0 0 28px rgba(226,27,35,.12) !important;
}

.pp-related-product-card img {
  width: 100% !important;
  height: 150px !important;
  object-fit: contain !important;
  background: #f8fafc !important;
  border-radius: 16px !important;
}

.pp-related-product-card strong {
  color: #111827 !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
  font-weight: 950 !important;
}

.pp-related-product-card small {
  color: #e21b23 !important;
  font-size: 18px !important;
  font-weight: 950 !important;
}

@media (max-width: 1024px) {
  .pp-product-detail-grid,
  .pp-product-detail-panels {
    grid-template-columns: 1fr !important;
  }

  .pp-related-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .pp-product-gallery-main {
    min-height: 300px !important;
    padding: 24px !important;
  }

  .pp-product-detail .pp-product-gallery-main > .pp-product-badge {
    top: 14px !important;
    left: 14px !important;
    min-height: 30px !important;
    padding: 0 12px !important;
  }

  .pp-product-purchase-card,
  .pp-product-actions,
  .pp-related-products-grid,
  .pp-detail-specs div {
    grid-template-columns: 1fr !important;
  }

  .pp-seller-contact-card {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

.pp-why-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.pp-why-card {
  min-height: 210px !important;
  padding: 24px !important;
}

.pp-why-number {
  width: 42px !important;
  height: 30px !important;
  margin-bottom: 18px !important;
  color: #e21b23 !important;
  background: #fff1f2 !important;
  border: 1px solid #ffd7da !important;
  box-shadow: none !important;
}

.pp-why-card h3 {
  margin: 0 0 10px !important;
  font-size: 21px !important;
}

.pp-why-card p {
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.pp-site-footer {
  color: #fff !important;
  background: #050608 !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  padding-top: clamp(50px, 5vw, 74px) !important;
}

@media (max-width: 1024px) {
  .pp-brand-strip,
  .pp-brands-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .pp-categories-grid,
  .pp-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pp-hero-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .pp-hero-content {
    max-width: 680px !important;
  }

  .pp-hero-visual {
    min-height: 320px !important;
  }
}

@media (max-width: 768px) {
  .pp-light-section {
    padding-top: 52px !important;
    padding-bottom: 52px !important;
  }

  .pp-brands-section {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  .pp-light-head h2 {
    font-size: 30px !important;
  }

  .pp-brand-strip,
  .pp-brands-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .pp-why-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 480px) {
  .pp-hero {
    padding: 54px 0 56px !important;
  }

  .pp-hero-brand {
    font-size: 36px !important;
  }

  .pp-hero-description {
    font-size: 15px !important;
  }

  .pp-light-section {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  .pp-light-head h2 {
    font-size: 26px !important;
  }

  .pp-light-head p {
    font-size: 15px !important;
  }

  .pp-brand-strip,
  .pp-brands-grid,
  .pp-categories-grid,
  .pp-products-grid,
  .pp-why-grid {
    grid-template-columns: 1fr !important;
  }

  .pp-brand-strip span,
  .pp-brands-grid div {
    height: 58px !important;
    border-right: 0 !important;
  }

  .pp-category-card,
  .pp-why-card {
    min-height: 0 !important;
    padding: 20px !important;
  }

  .pp-product-body h3 {
    min-height: 0 !important;
  }
}

/* SVG ASSET INTEGRATION V1 */

.pp-logo-img {
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.pp-logo .pp-logo-img {
  height: 48px !important;
}

.pp-sticky-logo .pp-logo-img {
  height: 28px !important;
}

.pp-footer-logo .pp-logo-img {
  height: 42px !important;
}

.pp-brand-strip span,
.pp-brands-grid div {
  font-size: 0 !important;
}

.pp-brand-strip img,
.pp-brands-grid img {
  display: block !important;
  max-width: 118px !important;
  max-height: 34px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.pp-card-icon img {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
}

.pp-categories-section .pp-categories-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  overflow: visible !important;
}

.pp-categories-section .pp-category-card {
  min-height: 250px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding: 26px !important;
  color: #111827 !important;
  background: #fff !important;
  border: 1px solid #e6e9ee !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(15,23,42,.065) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.pp-categories-section .pp-category-card:hover {
  transform: translateY(-6px) !important;
  border-color: #ead3d5 !important;
  box-shadow: 0 22px 44px rgba(15,23,42,.1), 0 0 28px rgba(226,27,35,.14) !important;
}

.pp-categories-section .pp-card-icon {
  width: 70px !important;
  height: 70px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 0 22px !important;
  color: #e21b23 !important;
  background: linear-gradient(145deg, #fff5f6, #fff) !important;
  border: 1px solid #ffd9dc !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 24px rgba(226,27,35,.08) !important;
  flex: 0 0 auto !important;
}

.pp-categories-section .pp-card-icon img {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
  transition: transform .25s ease !important;
}

.pp-categories-section .pp-category-card:hover .pp-card-icon img {
  transform: scale(1.05) !important;
}

.pp-categories-section .pp-category-card strong {
  display: block !important;
  margin: 0 !important;
  color: #111827 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

.pp-categories-section .pp-category-card small {
  display: block !important;
  margin: 12px 0 0 !important;
  color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  font-weight: 700 !important;
}

.pp-categories-section .pp-category-link {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: auto !important;
  padding-top: 22px !important;
  color: #e21b23 !important;
  background: transparent !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

@media (max-width: 1024px) {
  .pp-categories-section .pp-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .pp-categories-section .pp-categories-grid {
    grid-template-columns: 1fr !important;
    overflow: visible !important;
  }

  .pp-categories-section .pp-category-card {
    min-height: 0 !important;
    padding: 22px !important;
  }
}

@media (max-width: 768px) {
  .pp-logo .pp-logo-img {
    height: 42px !important;
  }

  .pp-brand-strip img,
  .pp-brands-grid img {
    max-width: 104px !important;
    max-height: 30px !important;
  }
}

@media (max-width: 480px) {
  .pp-logo .pp-logo-img {
    height: 38px !important;
  }

  .pp-footer-logo .pp-logo-img {
    height: 36px !important;
  }

  .pp-card-icon img {
    width: 22px !important;
    height: 22px !important;
  }
}

/* BRAND LOGO CARDS V3 */

.pp-brand-strip {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 24px !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.pp-brand-strip .pp-brand-card {
  min-height: 190px !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  padding: 26px 16px 24px !important;
  background: #fff !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 30px rgba(15,23,42,.045) !important;
  color: #111827 !important;
  font-size: initial !important;
  text-align: center !important;
  min-width: 0 !important;
  cursor: pointer !important;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease !important;
}

.pp-brand-strip .pp-brand-logo {
  width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 88px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  flex: 0 0 auto !important;
}

.pp-brand-strip .pp-brand-logo:hover,
.pp-brand-strip .pp-brand-wordmark:hover,
.pp-brand-strip .pp-brand-name:hover {
  color: inherit !important;
  background: transparent !important;
  transform: none !important;
}

.pp-brand-strip .pp-brand-logo img {
  display: block !important;
  max-width: 110px !important;
  max-height: 70px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  transition: transform .25s ease, filter .25s ease !important;
}

.pp-brand-strip .pp-brand-logo--bmw img,
.pp-brand-strip .pp-brand-logo--mercedes img {
  max-width: 78px !important;
  max-height: 70px !important;
}

.pp-brand-strip .pp-brand-logo--bmw img {
  max-width: 68px !important;
  max-height: 62px !important;
}

.pp-brand-strip .pp-brand-logo--mercedes img,
.pp-brand-strip .pp-brand-logo--audi img,
.pp-brand-strip .pp-brand-logo--toyota img,
.pp-brand-strip .pp-brand-logo--hyundai img,
.pp-brand-strip .pp-brand-logo--lexus img,
.pp-brand-strip .pp-brand-logo--honda img {
  filter: brightness(0) saturate(100%) invert(66%) sepia(7%) saturate(222%) hue-rotate(179deg) brightness(93%) contrast(89%) drop-shadow(0 2px 2px rgba(15,23,42,.16)) !important;
}

.pp-brand-strip .pp-brand-logo--nissan img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(8%) saturate(258%) hue-rotate(176deg) brightness(92%) contrast(99%) drop-shadow(0 2px 2px rgba(15,23,42,.2)) !important;
}

.pp-brand-strip .pp-brand-logo--audi img {
  max-width: 110px !important;
}

.pp-brand-strip .pp-brand-logo--hyundai img,
.pp-brand-strip .pp-brand-logo--nissan img,
.pp-brand-strip .pp-brand-logo--honda img {
  max-width: 92px !important;
}

.pp-brand-strip .pp-brand-logo--ford img {
  max-width: 110px !important;
}

.pp-brand-strip .pp-brand-logo--chevrolet img {
  max-width: 110px !important;
  filter: brightness(0) saturate(100%) invert(65%) sepia(73%) saturate(650%) hue-rotate(359deg) brightness(91%) contrast(91%) drop-shadow(0 2px 2px rgba(15,23,42,.18)) !important;
}

.pp-brand-strip .pp-brand-wordmark {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  color: #111827 !important;
  background: transparent !important;
  border: 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: clamp(28px, 2.1vw, 42px) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
  overflow-wrap: normal !important;
}

.pp-brand-strip .pp-brand-name {
  display: block !important;
  color: #111827 !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  height: auto !important;
  font-size: 19px !important;
  line-height: 1.15 !important;
  font-weight: 900 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
}

.pp-brand-strip .pp-brand-card:hover {
  color: #111827 !important;
  background: #fff !important;
  border-color: #ead3d5 !important;
  box-shadow: 0 22px 44px rgba(15,23,42,.1), 0 0 28px rgba(226,27,35,.14) !important;
  transform: translateY(-6px) !important;
}

.pp-brand-strip .pp-brand-card:hover .pp-brand-logo img {
  transform: scale(1.05) !important;
}

.pp-brand-action {
  display: flex !important;
  justify-content: center !important;
  margin-top: 34px !important;
}

.pp-brand-all {
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  padding: 0 28px !important;
  color: #111827 !important;
  background: #fff !important;
  border: 1px solid #dfe4ea !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15,23,42,.045) !important;
  font-size: 16px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease !important;
}

.pp-brand-all:hover {
  color: #111827 !important;
  border-color: #d7dce3 !important;
  box-shadow: 0 14px 30px rgba(15,23,42,.08) !important;
  transform: translateY(-2px) !important;
}

.pp-brand-all-icon {
  width: 18px !important;
  height: 18px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 4px !important;
  flex: 0 0 auto !important;
}

.pp-brand-all-icon span {
  display: block !important;
  width: 7px !important;
  height: 7px !important;
  padding: 0 !important;
  background: #e21b23 !important;
  border: 0 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.pp-brand-all-arrow {
  color: #111827 !important;
  font-size: 26px !important;
  line-height: 1 !important;
  font-weight: 500 !important;
}

@media (max-width: 1024px) {
  .pp-brand-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px) {
  .pp-brand-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .pp-brand-strip .pp-brand-card {
    min-height: 150px !important;
    gap: 16px !important;
    padding: 20px 10px 18px !important;
  }

  .pp-brand-strip .pp-brand-logo {
    min-height: 68px !important;
  }

  .pp-brand-strip .pp-brand-logo img {
    max-width: 100px !important;
    max-height: 62px !important;
  }

  .pp-brand-strip .pp-brand-wordmark {
    font-size: 25px !important;
  }

  .pp-brand-strip .pp-brand-name {
    font-size: 15px !important;
  }

  .pp-brand-all {
    min-height: 46px !important;
    padding: 0 22px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 380px) {
  .pp-brand-strip {
    gap: 10px !important;
  }

  .pp-brand-strip .pp-brand-card {
    min-height: 136px !important;
    padding: 12px 8px !important;
  }

  .pp-brand-strip .pp-brand-wordmark {
    font-size: 20px !important;
  }

  .pp-brand-strip .pp-brand-name {
    font-size: 13px !important;
  }

  .pp-brand-all {
    width: 100% !important;
    padding: 0 16px !important;
  }
}
