/* HOMEPAGE COMMERCE SECTIONS V2 */

.pp-custom-home,
.pp-page {
  overflow-x: hidden !important;
}

.pp-home-section,
.pp-brands-section,
.pp-why {
  padding-top: clamp(64px, 6vw, 104px) !important;
  padding-bottom: clamp(64px, 6vw, 104px) !important;
}

.pp-stats-section {
  margin-bottom: 0 !important;
}

.pp-section-head {
  max-width: 760px !important;
  margin-bottom: clamp(28px, 3vw, 44px) !important;
}

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

.pp-section-head h2 {
  margin: 10px 0 0 !important;
  color: #fff !important;
  font-size: clamp(30px, 3.2vw, 48px) !important;
  line-height: 1.08 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.pp-section-head p {
  max-width: 680px !important;
  margin: 14px 0 0 !important;
  color: #aeb7c6 !important;
  font-size: clamp(15px, 1.3vw, 18px) !important;
  line-height: 1.7 !important;
}

.pp-section-head-wide {
  max-width: 860px !important;
}

.pp-section-head-split {
  max-width: none !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 28px !important;
}

.pp-section-link,
.pp-product-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 12px !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease !important;
}

.pp-section-link {
  flex: 0 0 auto !important;
  padding: 0 20px !important;
  color: #fff !important;
  background: #111827 !important;
  border: 1px solid rgba(255,255,255,.12) !important;
}

.pp-premium-card {
  position: relative !important;
  overflow: hidden !important;
  min-width: 0 !important;
  background:
    radial-gradient(circle at 82% 0%, rgba(226,27,35,.16), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.022)) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  box-shadow: 0 22px 60px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05) !important;
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease, background .28s ease !important;
}

.pp-premium-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.055), transparent) !important;
  opacity: 0 !important;
  transition: opacity .28s ease !important;
  pointer-events: none !important;
}

.pp-premium-card:hover {
  transform: translateY(-7px) !important;
  border-color: rgba(226,27,35,.6) !important;
  box-shadow: 0 30px 80px rgba(0,0,0,.36), 0 0 32px rgba(226,27,35,.14) !important;
}

.pp-premium-card:hover::before {
  opacity: 1 !important;
}

.pp-categories-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(226,27,35,.12), transparent 30%),
    linear-gradient(180deg, #050608 0%, #090c11 100%) !important;
}

.pp-categories-grid,
.pp-products-grid {
  display: grid !important;
  gap: clamp(14px, 1.6vw, 22px) !important;
}

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

.pp-category-card {
  display: flex !important;
  flex-direction: column !important;
  min-height: 238px !important;
  padding: clamp(20px, 2vw, 28px) !important;
  border-radius: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.pp-card-icon {
  width: 56px !important;
  height: 56px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 24px !important;
  border-radius: 16px !important;
  color: #fff !important;
  background: rgba(226,27,35,.18) !important;
  border: 1px solid rgba(226,27,35,.36) !important;
  box-shadow: 0 0 28px rgba(226,27,35,.18) !important;
  font-size: 14px !important;
  font-weight: 950 !important;
}

.pp-category-card strong {
  display: block !important;
  margin-top: 10px !important;
  color: #fff !important;
  font-size: clamp(19px, 1.5vw, 24px) !important;
  line-height: 1.2 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.pp-category-card small {
  display: block !important;
  margin-top: 12px !important;
  color: #aeb7c6 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.pp-category-card::after {
  content: "" !important;
  width: 44px !important;
  height: 3px !important;
  margin-top: auto !important;
  border-radius: 999px !important;
  background: #e21b23 !important;
  box-shadow: 0 0 20px rgba(226,27,35,.65) !important;
}

.pp-products-section {
  background:
    radial-gradient(circle at 88% 18%, rgba(226,27,35,.14), transparent 30%),
    linear-gradient(180deg, #090c11 0%, #050608 100%) !important;
}

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

.pp-product-card {
  display: flex !important;
  flex-direction: column !important;
  border-radius: 20px !important;
}

.pp-product-image {
  position: relative !important;
  aspect-ratio: 1.28 / 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 14px 14px 0 !important;
  border-radius: 16px !important;
  background:
    radial-gradient(circle at 50% 40%, rgba(226,27,35,.24), transparent 34%),
    linear-gradient(145deg, #151a23, #090c11) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
}

.pp-product-image span {
  color: rgba(255,255,255,.24) !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

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

.pp-product-body h3 {
  min-height: 58px !important;
  margin: 10px 0 18px !important;
  color: #fff !important;
  font-size: clamp(18px, 1.35vw, 22px) !important;
  line-height: 1.28 !important;
  font-weight: 950 !important;
  letter-spacing: 0 !important;
}

.pp-product-meta {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 14px !important;
  margin-top: auto !important;
  padding-top: 18px !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
}

.pp-product-meta strong {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 950 !important;
}

.pp-product-meta small {
  color: #aeb7c6 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

.pp-product-btn {
  width: 100% !important;
  margin-top: 18px !important;
  color: #fff !important;
  background: #e21b23 !important;
  border: 1px solid rgba(226,27,35,.9) !important;
  box-shadow: 0 16px 36px rgba(226,27,35,.18) !important;
}

.pp-section-link:hover,
.pp-product-btn:hover {
  transform: translateY(-2px) !important;
  background: #f0242c !important;
  border-color: #f0242c !important;
  color: #fff !important;
}

@media (min-width: 1440px) {
  .pp-container {
    width: min(1240px, 88%) !important;
  }

  .pp-category-card {
    min-height: 252px !important;
  }
}

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

@media (max-width: 1024px) {
  .pp-home-section,
  .pp-brands-section,
  .pp-why {
    padding-top: 76px !important;
    padding-bottom: 76px !important;
  }

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

  .pp-category-card {
    min-height: 220px !important;
  }
}

@media (max-width: 768px) {
  .pp-home-section,
  .pp-brands-section,
  .pp-why {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  .pp-section-head-split {
    display: block !important;
  }

  .pp-section-link {
    margin-top: 22px !important;
  }

  .pp-category-card,
  .pp-product-card {
    border-radius: 16px !important;
  }

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

  .pp-nav-inner a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 560px) {
  .pp-container {
    width: min(100% - 32px, 1180px) !important;
  }

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

  .pp-section-head {
    margin-bottom: 24px !important;
  }

  .pp-category-card {
    min-height: 198px !important;
  }

  .pp-product-image {
    aspect-ratio: 1.55 / 1 !important;
  }

  .pp-product-meta {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 6px !important;
  }

  .pp-product-meta small {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .pp-home-section,
  .pp-brands-section,
  .pp-why {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .pp-section-head h2 {
    font-size: 28px !important;
  }

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

  .pp-card-icon {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 20px !important;
  }

  .pp-category-card,
  .pp-product-body {
    padding: 20px !important;
  }

  .pp-section-link,
  .pp-product-btn {
    width: 100% !important;
    min-height: 50px !important;
  }
}
