/* lifting.com-style homepage: trust hero + overlapping category cards */

.home .st-trust-hero {
  min-height: 320px !important;
  position: relative !important;
}

@media (min-width: 850px) {
  .home .st-trust-hero {
    min-height: 380px !important;
  }
}

.home .st-trust-hero .section-bg img {
  object-position: center 30% !important;
}

.home .st-trust-hero .section-bg-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 55%,
    rgba(0, 0, 0, 0.25) 100%
  ) !important;
}

.home .st-trust-hero h2 {
  color: #fff !important;
  font-size: clamp(1.5rem, 3.2vw, 2.65rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  margin: 0 0 12px !important;
}

.home .st-trust-hero .st-hero-sub {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px !important;
  margin: 0 !important;
  max-width: 520px !important;
}

.home .st-trust-hero .st-hero-sub a {
  color: #f4b400 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.home .st-trust-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(244, 180, 0, 0.85);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  box-sizing: border-box;
}

@media (max-width: 849px) {
  .home .st-trust-hero .row.align-middle > .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .home .st-trust-badge {
    margin-left: 0 !important;
  }
}

.home .st-trust-badge strong {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 4px;
}

.home .st-trust-badge .st-stars {
  color: #f4b400 !important;
  font-size: 18px;
  letter-spacing: 2px;
}

/* Cards overlap hero like lifting.com */
.home .st-lifting-cards.st-lift-overlap {
  margin-top: -80px !important;
  padding: 0 0 40px !important;
  position: relative !important;
  z-index: 10 !important;
  background: transparent !important;
}

.home .st-lifting-cards.st-lift-overlap > .section-content {
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.home .st-lifting-cards.st-lift-overlap .st-lift-row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home .st-shop-top {
  display: none !important;
}

/* —— Catalog CTA band (navy) —— */
.home .st-catalog-cta {
  position: relative !important;
  overflow: hidden !important;
}

.home .st-catalog-cta .section-bg,
.home .st-catalog-cta .section-bg-fill {
  background: linear-gradient(135deg, #0b1f3a 0%, #132a4a 45%, #0b1f3a 100%) !important;
}

.home .st-catalog-cta .section-content {
  position: relative !important;
  z-index: 2 !important;
}

.home .st-catalog-cta .section-content,
.home .st-catalog-cta .row,
.home .st-catalog-cta .col {
  text-align: center !important;
}

.home .st-catalog-cta .section-title,
.home .st-catalog-cta .section-title-container,
.home .st-catalog-cta .section-title-normal {
  text-align: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100% !important;
}

.home .st-catalog-cta .section-title-normal span,
.home .st-catalog-cta .section-title-main {
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .st-catalog-cta__inner {
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.home .st-catalog-cta .container.section-title-container {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .st-catalog-cta .section-title-main {
  color: #fff !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  text-align: center !important;
}

.home .st-catalog-cta__lead {
  color: #b8c5d6 !important;
  font-size: 17px !important;
  line-height: 1.55 !important;
  margin: 12px auto 24px !important;
  max-width: 560px !important;
  text-align: center !important;
}

.home .st-catalog-cta__stats {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px 28px !important;
  margin: 0 auto 28px !important;
}

.home .st-catalog-cta__stat {
  color: #e8edf3 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em !important;
}

.home .st-catalog-cta__stat strong {
  color: #f4b400 !important;
  font-weight: 800 !important;
  margin-right: 6px !important;
}

.home .st-catalog-cta .button {
  margin: 6px 8px !important;
  min-width: 200px !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
}

.home .st-catalog-cta .button.primary {
  background: #e85d04 !important;
  border-color: #e85d04 !important;
  color: #fff !important;
}

.home .st-catalog-cta .button.primary:hover {
  background: #c74e03 !important;
  border-color: #c74e03 !important;
}

.home .st-catalog-cta .button.is-outline {
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  color: #fff !important;
  background: transparent !important;
}

.home .st-catalog-cta .button.is-outline:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

/* —— Popular products —— */
.home .st-home-products {
  background: #f8f9fb !important;
}

.home .st-home-products .section-content,
.home .st-home-products > .section-content > .row:not(.st-popular-grid),
.home .st-home-products > .section-content > .row:not(.st-popular-grid) > .col {
  text-align: center !important;
}

.home .st-popular-grid.row,
.home .st-popular-grid.row > .col,
.home .st-popular-grid .product-small.box {
  text-align: left !important;
}

.home .st-home-products .section-title,
.home .st-home-products .section-title-container,
.home .st-home-products .section-title-normal {
  text-align: center !important;
  justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .st-home-products__eyebrow {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #e85d04 !important;
  margin: 0 auto 8px !important;
  text-align: center !important;
}

.home .st-home-products .section-title-main {
  color: #0b1f3a !important;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.home .st-home-products__sub {
  color: #5b6573 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  max-width: 520px !important;
  margin: 10px auto 0 !important;
  text-align: center !important;
}

.home .st-home-products .text-center .button,
.home .st-home-products .button {
  margin-left: auto !important;
  margin-right: auto !important;
}

.home .st-popular-grid.products {
  margin-top: 8px !important;
}

.home .st-popular-grid.row > .col {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Hide duplicate Flatsome category + wishlist clutter on homepage grid */
.home .st-popular-grid p.category,
.home .st-popular-grid .product-cat {
  display: none !important;
}

.home .st-popular-grid .yith-wcwl-add-to-wishlist,
.home .st-popular-grid .wishlist-button {
  display: none !important;
}

/* Neutralize Flatsome % image height on homepage products */
.home .st-popular-grid .box-image .image-cover {
  padding-top: 0 !important;
  height: 100% !important;
}
