:root {
  --pb-ink: #171a1f;
  --pb-muted: #5d6673;
  --pb-line: #d8dde5;
  --pb-surface: #f6f7f9;
  --pb-white: #ffffff;
  --pb-red: #c91f2f;
  --pb-red-dark: #9f1724;
  --pb-green: #12805c;
  --pb-gold: #f4b63d;
}

.pb-storefront-upgrade {
  background: var(--pb-surface);
  color: var(--pb-ink);
}

.pb-storefront-upgrade a:focus,
.pb-storefront-upgrade button:focus,
.pb-storefront-upgrade input:focus {
  outline: 3px solid rgba(244, 182, 61, 0.55);
  outline-offset: 2px;
}

.pb-topbar {
  background: var(--pb-ink);
  color: var(--pb-white);
  font-size: 0.88rem;
}

.pb-topbar__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  min-height: 42px;
}

.pb-topbar__inner span {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  white-space: nowrap;
}

.pb-topbar__inner span::before {
  background: var(--pb-gold);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
}

.pb-storefront-upgrade .site-header {
  background: var(--pb-white);
  border-bottom: 1px solid var(--pb-line);
  color: var(--pb-ink);
  padding-top: 1.25rem;
}

.pb-storefront-upgrade .site-branding .site-title a,
.pb-storefront-upgrade .main-navigation ul.menu > li > a,
.pb-storefront-upgrade .main-navigation ul.nav-menu > li > a {
  color: var(--pb-ink);
}

.pb-storefront-upgrade .site-branding .site-title {
  font-size: 1.55rem;
  line-height: 1.15;
}

.pb-storefront-upgrade .site-branding .site-description {
  color: var(--pb-muted);
  font-size: 0.92rem;
}

.pb-storefront-upgrade .storefront-primary-navigation {
  background: transparent;
}

.pb-storefront-upgrade .site-search .widget_product_search form::before {
  color: var(--pb-red);
}

.pb-storefront-upgrade .site-search input[type="search"] {
  background: var(--pb-surface);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  box-shadow: none;
  color: var(--pb-ink);
}

.pb-shop-hero {
  background:
    linear-gradient(135deg, rgba(23, 26, 31, 0.96), rgba(47, 54, 64, 0.92)),
    radial-gradient(circle at 84% 25%, rgba(244, 182, 61, 0.28), transparent 26rem);
  color: var(--pb-white);
  margin-top: -2.617924em;
  padding: 3.25rem 0;
}

.pb-shop-hero__inner {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.8fr);
}

.pb-shop-hero__copy {
  max-width: 760px;
}

.pb-eyebrow {
  color: var(--pb-gold);
  font-size: 0.78rem;
  font-weight: 800;
  margin: 0 0 0.7rem;
  text-transform: uppercase;
}

.pb-shop-hero h1 {
  color: var(--pb-white);
  font-size: clamp(2.05rem, 6vw, 4.1rem);
  font-weight: 800;
  line-height: 1.02;
  margin-bottom: 1rem;
}

.pb-shop-hero p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
  margin-bottom: 0;
  max-width: 650px;
}

.pb-shop-hero__stats {
  display: grid;
  gap: 0.75rem;
}

.pb-shop-hero__stats div {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  padding: 1rem;
}

.pb-shop-hero__stats strong {
  color: var(--pb-white);
  display: block;
  font-size: 1.35rem;
  line-height: 1.1;
}

.pb-shop-hero__stats span {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  font-size: 0.9rem;
  margin-top: 0.3rem;
}

.pb-shop-assurance {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 1.75rem;
}

.pb-shop-assurance div {
  background: var(--pb-white);
  border: 1px solid var(--pb-line);
  padding: 1rem;
}

.pb-shop-assurance div:first-child {
  border-radius: 8px 0 0 8px;
}

.pb-shop-assurance div:last-child {
  border-radius: 0 8px 8px 0;
}

.pb-shop-assurance strong {
  color: var(--pb-ink);
  display: block;
  font-size: 0.96rem;
}

.pb-shop-assurance span {
  color: var(--pb-muted);
  display: block;
  font-size: 0.88rem;
  margin-top: 0.25rem;
}

.pb-storefront-upgrade .woocommerce-products-header__title,
.pb-storefront-upgrade .page-title {
  font-weight: 800;
}

.pb-storefront-upgrade .storefront-sorting {
  align-items: center;
  background: var(--pb-white);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  padding: 0.9rem 1rem;
}

.pb-storefront-upgrade .woocommerce-result-count,
.pb-storefront-upgrade .woocommerce-ordering {
  margin: 0;
}

.pb-storefront-upgrade .woocommerce-ordering select {
  background: var(--pb-surface);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
}

.pb-storefront-upgrade ul.products {
  display: grid;
  gap: 1.25rem;
}

.pb-storefront-upgrade ul.products::before,
.pb-storefront-upgrade ul.products::after {
  display: none;
}

.pb-storefront-upgrade ul.products li.product {
  background: var(--pb-white);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(23, 26, 31, 0.06);
  display: flex;
  flex-direction: column;
  float: none !important;
  margin: 0 !important;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  width: auto !important;
}

.pb-storefront-upgrade ul.products li.product:hover {
  border-color: rgba(201, 31, 47, 0.45);
  box-shadow: 0 22px 54px rgba(23, 26, 31, 0.1);
  transform: translateY(-2px);
}

.pb-storefront-upgrade ul.products li.product a.woocommerce-LoopProduct-link {
  color: inherit;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  text-decoration: none;
}

.pb-storefront-upgrade ul.products li.product img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #ffffff, #eef1f5);
  border-bottom: 1px solid var(--pb-line);
  border-radius: 0;
  height: auto;
  margin: 0;
  object-fit: contain;
  padding: 1rem;
  width: 100%;
}

.pb-product-badge {
  background: var(--pb-red);
  border-radius: 999px;
  color: var(--pb-white);
  font-size: 0.72rem;
  font-weight: 800;
  left: 0.85rem;
  line-height: 1;
  padding: 0.42rem 0.62rem;
  position: absolute;
  top: 0.85rem;
  z-index: 2;
}

.pb-storefront-upgrade ul.products li.product .woocommerce-loop-product__title,
.pb-storefront-upgrade ul.products li.product h2,
.pb-storefront-upgrade ul.products li.product h3 {
  color: var(--pb-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.24;
  margin: 1rem 1rem 0.45rem;
  min-height: 2.5rem;
}

.pb-storefront-upgrade ul.products li.product .price,
.pb-storefront-upgrade .precio-consultar {
  color: var(--pb-red-dark);
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0 1rem 1rem;
}

.pb-storefront-upgrade ul.products li.product .button,
.pb-storefront-upgrade .pb-wa-btn {
  align-items: center;
  background: var(--pb-green) !important;
  border-radius: 8px !important;
  color: var(--pb-white) !important;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  line-height: 1.2;
  margin: auto 1rem 1rem;
  min-height: 44px;
  padding: 0.75rem 0.9rem;
  text-align: center;
  width: calc(100% - 2rem);
}

.pb-storefront-upgrade ul.products li.product .button:hover,
.pb-storefront-upgrade .pb-wa-btn:hover {
  background: #0f6f50 !important;
}

.pb-storefront-upgrade .single-product div.product {
  background: var(--pb-white);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  padding: clamp(1rem, 3vw, 2rem);
}

.pb-storefront-upgrade .single-product div.product .product_title {
  color: var(--pb-ink);
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 850;
  line-height: 1.05;
}

.pb-storefront-upgrade .single-product div.product .woocommerce-product-gallery img {
  background: linear-gradient(180deg, #ffffff, #eef1f5);
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  object-fit: contain;
  padding: 1.25rem;
}

.pb-single-assurance {
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 1rem 0;
  overflow: hidden;
}

.pb-single-assurance span {
  background: var(--pb-surface);
  color: var(--pb-muted);
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.75rem;
}

.pb-storefront-upgrade table.pb-specs {
  border: 1px solid var(--pb-line);
  border-radius: 8px;
  overflow: hidden;
}

.pb-storefront-upgrade table.pb-specs th,
.pb-storefront-upgrade table.pb-specs td {
  border-bottom: 1px solid var(--pb-line);
}

.pb-storefront-upgrade table.pb-specs th {
  background: var(--pb-ink) !important;
  color: var(--pb-white);
  width: 34%;
}

.pb-fitment-panel {
  align-items: center;
  background: var(--pb-ink);
  border-radius: 8px;
  color: var(--pb-white);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  margin: 1.5rem 0 3rem;
  padding: clamp(1.25rem, 4vw, 2.25rem);
}

.pb-fitment-panel h2 {
  color: var(--pb-white);
  font-size: clamp(1.45rem, 4vw, 2.25rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
}

.pb-fitment-panel p:last-child {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 0;
}

.pb-fitment-panel ul {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
}

.pb-fitment-panel li {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  padding: 0.75rem 0.85rem;
}

.pb-storefront-upgrade .pb-wa-float {
  bottom: 1.25rem;
  box-shadow: 0 18px 36px rgba(18, 128, 92, 0.35);
  height: 60px;
  right: 1.25rem;
  width: 60px;
}

@media (min-width: 768px) {
  .pb-storefront-upgrade ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pb-storefront-upgrade.right-sidebar .content-area,
  .pb-storefront-upgrade.left-sidebar .content-area {
    width: 100%;
  }

  .pb-storefront-upgrade.right-sidebar .widget-area,
  .pb-storefront-upgrade.left-sidebar .widget-area {
    display: none;
  }
}

@media (min-width: 1100px) {
  .pb-storefront-upgrade ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pb-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 0.65rem;
    padding-top: 0.65rem;
  }

  .pb-topbar__inner span {
    white-space: normal;
  }

  .pb-storefront-upgrade .site-header {
    padding-top: 1rem;
  }

  .pb-shop-hero {
    margin-top: -1.41575em;
    padding: 2.25rem 0;
  }

  .pb-shop-hero__inner,
  .pb-fitment-panel {
    grid-template-columns: 1fr;
  }

  .pb-shop-hero h1 {
    font-size: 2.25rem;
  }

  .pb-shop-assurance,
  .pb-single-assurance {
    grid-template-columns: 1fr;
  }

  .pb-shop-assurance div,
  .pb-shop-assurance div:first-child,
  .pb-shop-assurance div:last-child {
    border-radius: 8px;
  }

  .pb-storefront-upgrade ul.products {
    grid-template-columns: 1fr;
  }

  .pb-storefront-upgrade .storefront-sorting {
    align-items: stretch;
    display: grid;
  }

  .pb-storefront-upgrade .woocommerce-ordering select {
    width: 100%;
  }

  .pb-storefront-upgrade .single-product div.product {
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin-left: -1.41575em;
    margin-right: -1.41575em;
  }
}

/* CRO quick wins: catalogo de cotizacion, no checkout tradicional */
.pb-quote-store .site-header-cart,
.pb-quote-store .storefront-handheld-footer-bar .cart,
.pb-quote-store .storefront-handheld-footer-bar .my-account,
.pb-quote-store .site-info a[href*="woocommerce.com"] {
  display: none !important;
}

.pb-storefront-upgrade .site-header .custom-logo-link img,
.pb-storefront-upgrade .site-header .site-logo-link img,
.pb-storefront-upgrade .site-header .site-logo-anchor img {
  max-height: 86px;
  max-width: 160px;
  object-fit: contain;
  width: auto;
}

.pb-storefront-upgrade .site-branding {
  align-items: center;
  display: flex;
}

.pb-storefront-upgrade .site-search input[type="search"]::placeholder {
  color: #6f7784;
  opacity: 1;
}

.pb-hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.35rem;
}

.pb-storefront-upgrade .pb-hero-actions .pb-wa-btn,
.pb-storefront-upgrade .pb-hero-cta {
  margin: 0;
  min-height: 48px;
  width: auto;
}

.pb-hero-link {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 0.22rem;
}

.pb-hero-link:hover {
  color: var(--pb-white);
}

.pb-brand-filter {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: -0.65rem 0 1.65rem;
}

.pb-brand-filter span {
  color: var(--pb-muted);
  font-size: 0.86rem;
  font-weight: 800;
  margin-right: 0.2rem;
}

.pb-brand-filter a {
  background: var(--pb-white);
  border: 1px solid var(--pb-line);
  border-radius: 999px;
  color: var(--pb-ink);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 0.45rem 0.75rem;
  text-decoration: none;
}

.pb-brand-filter a:hover,
.pb-brand-filter a:focus {
  border-color: var(--pb-red);
  color: var(--pb-red-dark);
}

.pb-storefront-upgrade .woocommerce-products-header__title.page-title {
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  margin-bottom: 1rem;
}

.pb-storefront-upgrade .woocommerce-Tabs-panel--reviews,
.pb-storefront-upgrade #tab-title-reviews {
  display: none !important;
}

@media (min-width: 768px) {
  .pb-quote-store.woocommerce-active .site-header .site-branding {
    width: 34%;
  }

  .pb-quote-store.woocommerce-active .site-header .site-search {
    width: 30%;
  }

  .pb-quote-store.woocommerce-active .site-header .main-navigation {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .pb-storefront-upgrade .site-header .custom-logo-link img {
    max-height: 68px;
    max-width: 132px;
  }

  .pb-hero-actions {
    align-items: stretch;
    display: grid;
  }

  .pb-storefront-upgrade .pb-hero-actions .pb-wa-btn,
  .pb-storefront-upgrade .pb-hero-cta {
    width: 100%;
  }

  .pb-brand-filter {
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-brand-filter span {
    grid-column: 1 / -1;
  }
}

/* Hero fotografico: Ingenieria en Movimiento */
.pb-shop-hero {
  background-image:
    linear-gradient(90deg, rgba(8, 10, 14, 0.95) 0%, rgba(8, 10, 14, 0.88) 34%, rgba(8, 10, 14, 0.48) 62%, rgba(8, 10, 14, 0.16) 100%),
    url("pinabombas-hero-engineering-motion.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: -2.617924em;
  min-height: clamp(540px, 64vh, 720px);
  padding: 5.25rem 0 5.5rem;
}

.pb-shop-hero__inner {
  align-items: center;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 760px);
}

.pb-shop-hero__copy {
  max-width: 760px;
}

.pb-shop-hero h1 {
  font-size: clamp(2.35rem, 5vw, 4.65rem);
  max-width: 760px;
}

.pb-shop-hero p {
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  max-width: 690px;
}

.pb-shop-hero__stats {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 720px;
}

.pb-shop-hero__stats div {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
}

.pb-shop-hero__stats strong {
  font-size: 1.05rem;
}

.pb-shop-hero__stats span {
  font-size: 0.84rem;
}

.pb-shop-hero .pb-eyebrow {
  color: var(--pb-gold);
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .pb-shop-hero {
    background-image:
      linear-gradient(90deg, rgba(8, 10, 14, 0.96) 0%, rgba(8, 10, 14, 0.86) 58%, rgba(8, 10, 14, 0.38) 100%),
      url("pinabombas-hero-engineering-motion.png");
    background-position: 62% center;
    min-height: 620px;
  }

  .pb-shop-hero__stats {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

@media (max-width: 767px) {
  .pb-shop-hero {
    margin-top: -1.41575em;
    min-height: 660px;
    padding: 3.75rem 0;
  }

  .pb-shop-hero h1 {
    font-size: 2.45rem;
  }
}

/* Home hero: layout de dos columnas */
.home.pb-storefront-upgrade .hentry .entry-header,
.home.pb-storefront-upgrade .entry-content > .wp-block-cover:first-child {
  display: none !important;
}

.home.pb-storefront-upgrade .site-content {
  background: var(--pb-surface);
}

.pb-home-hero {
  background:
    radial-gradient(circle at 86% 18%, rgba(201, 31, 47, 0.18), transparent 26rem),
    linear-gradient(135deg, #0f172a 0%, #1e293b 58%, #111827 100%);
  color: var(--pb-white);
  margin-top: -2.617924em;
  overflow: hidden;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  position: relative;
}

.pb-home-hero::after {
  background: linear-gradient(90deg, rgba(15, 23, 42, 0), rgba(255, 255, 255, 0.08));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pb-home-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  position: relative;
  z-index: 1;
}

.pb-home-hero__copy {
  max-width: 680px;
}

.pb-home-hero .pb-eyebrow {
  color: var(--pb-gold);
  letter-spacing: 0.08em;
  margin-bottom: 0.9rem;
}

.pb-home-hero h1 {
  color: var(--pb-white);
  font-size: clamp(2.35rem, 5.2vw, 4.4rem);
  font-weight: 850;
  line-height: 1.04;
  margin: 0 0 1.1rem;
}

.pb-home-hero__copy > p:not(.pb-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.65;
  margin: 0;
  max-width: 620px;
}

.pb-home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.65rem;
}

.pb-home-hero__actions .button {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  padding: 0.85rem 1.15rem;
  text-align: center;
  text-decoration: none;
}

.pb-home-hero__catalog {
  background: var(--pb-red) !important;
  color: var(--pb-white) !important;
}

.pb-home-hero__catalog:hover,
.pb-home-hero__catalog:focus {
  background: var(--pb-red-dark) !important;
  color: var(--pb-white) !important;
}

.pb-home-hero__whatsapp {
  background: rgba(18, 128, 92, 0.96) !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  color: var(--pb-white) !important;
}

.pb-home-hero__whatsapp:hover,
.pb-home-hero__whatsapp:focus {
  background: #0f6f50 !important;
  color: var(--pb-white) !important;
}

.pb-home-hero__media {
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  margin: 0;
  overflow: hidden;
  position: relative;
}

.pb-home-hero__media::before {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.pb-home-hero__media img {
  aspect-ratio: 16 / 10;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

@media (max-width: 900px) {
  .pb-home-hero {
    margin-top: -1.41575em;
  }

  .pb-home-hero__inner {
    grid-template-columns: 1fr;
  }

  .pb-home-hero__media {
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .pb-home-hero {
    padding: 3rem 0;
  }

  .pb-home-hero h1 {
    font-size: 2.25rem;
  }

  .pb-home-hero__actions {
    align-items: stretch;
    display: grid;
  }

  .pb-home-hero__actions .button {
    width: 100%;
  }
}

/* Home hero v2: estilo banner automotriz con diagonales y tarjetas */
.pb-home-hero.pb-home-hero--ad {
  background: #a6a6a6;
  margin-top: -2.617924em;
  overflow: visible;
  padding: clamp(1.4rem, 3vw, 2.7rem) 0 clamp(2.4rem, 4vw, 3.5rem);
}

.pb-home-hero.pb-home-hero--ad::after {
  display: none;
}

.pb-home-hero__frame {
  background:
    linear-gradient(90deg, rgba(15, 23, 42, 0.92) 0%, rgba(15, 23, 42, 0.82) 38%, rgba(15, 23, 42, 0.48) 68%, rgba(15, 23, 42, 0.76) 100%),
    linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.34);
  min-height: clamp(560px, 68vh, 720px);
  overflow: hidden;
  padding: clamp(3.1rem, 5vw, 5.1rem) clamp(1.3rem, 4vw, 4.2rem) clamp(7.2rem, 9vw, 8.3rem);
  position: relative;
}

.pb-home-hero__frame::before,
.pb-home-hero__frame::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.pb-home-hero__frame::before {
  background: linear-gradient(135deg, #151827 0%, #151827 46%, var(--pb-red) 46%, var(--pb-red) 62%, transparent 62%);
  height: 170px;
  left: -28px;
  top: -42px;
  transform: skewX(-17deg);
  width: 280px;
}

.pb-home-hero__frame::after {
  background: linear-gradient(135deg, transparent 0%, transparent 34%, var(--pb-red) 34%, #e73558 72%, #1e293b 72%);
  bottom: -58px;
  height: 230px;
  right: -68px;
  transform: skewX(-12deg);
  width: 220px;
}

.pb-home-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4.4rem);
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 1.02fr);
  position: relative;
  z-index: 3;
}

.pb-home-hero__copy {
  max-width: 720px;
  text-align: left;
}

.pb-home-hero--ad .pb-eyebrow {
  color: var(--pb-gold);
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.85rem;
}

.pb-home-hero--ad h1 {
  color: var(--pb-white);
  font-size: clamp(2.55rem, 5.7vw, 5.25rem);
  font-style: italic;
  font-weight: 900;
  line-height: 0.98;
  margin: 0 0 1.05rem;
  max-width: 780px;
  text-transform: uppercase;
}

.pb-home-hero--ad h1::first-line {
  color: var(--pb-white);
}

.pb-home-hero__copy > p:not(.pb-eyebrow) {
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.05rem;
  line-height: 1.65;
  max-width: 650px;
}

.pb-home-hero__media {
  border-radius: 0;
  box-shadow: none;
  isolation: isolate;
  margin: 0;
  overflow: visible;
  position: relative;
}

.pb-home-hero__media::before {
  background: linear-gradient(135deg, rgba(201, 31, 47, 0.92), rgba(231, 53, 88, 0.76));
  border: 0;
  border-radius: 0;
  bottom: -18px;
  content: "";
  height: 76%;
  left: -20px;
  position: absolute;
  transform: skewX(-10deg);
  width: 28px;
  z-index: -1;
}

.pb-home-hero__media::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  border: 1px solid rgba(255, 255, 255, 0.18);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.pb-home-hero__media img {
  aspect-ratio: 16 / 10;
  border-radius: 4px;
  filter: saturate(1.08) contrast(1.08);
  height: auto;
  object-fit: cover;
  object-position: 72% center;
  width: 100%;
}

.pb-home-hero__actions {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.4rem;
}

.pb-home-hero__actions .button {
  border-radius: 6px;
  min-height: 48px;
  padding: 0.82rem 1.1rem;
  text-transform: none;
}

.pb-home-hero__catalog {
  background: var(--pb-red) !important;
  border: 1px solid var(--pb-red) !important;
}

.pb-home-hero__whatsapp {
  background: rgba(18, 128, 92, 0.92) !important;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
}

.pb-home-hero__search {
  align-items: center;
  background: var(--pb-white);
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr auto;
  margin-top: 1.35rem;
  max-width: 560px;
  padding: 0.35rem;
}

.pb-home-hero__search input[type="search"] {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: var(--pb-ink);
  min-height: 42px;
  padding: 0 0.85rem;
  width: 100%;
}

.pb-home-hero__search button {
  background: var(--pb-ink);
  border-radius: 999px;
  color: var(--pb-white);
  font-weight: 800;
  min-height: 42px;
  padding: 0 1rem;
}

.pb-home-hero__cards {
  bottom: clamp(1rem, 3vw, 2rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: clamp(1.3rem, 4vw, 4.2rem);
  position: absolute;
  right: clamp(1.3rem, 4vw, 4.2rem);
  z-index: 4;
}

.pb-home-hero__cards article {
  background: rgba(255, 255, 255, 0.96);
  border-right: 6px solid var(--pb-red);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  min-height: 116px;
  padding: 1rem 1rem 1rem 4.1rem;
  position: relative;
}

.pb-home-hero__cards span {
  align-items: center;
  background: rgba(201, 31, 47, 0.11);
  border-radius: 10px;
  color: var(--pb-red);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 42px;
}

.pb-home-hero__cards h2 {
  color: var(--pb-ink);
  font-size: 1rem;
  font-weight: 900;
  margin: 0 0 0.22rem;
}

.pb-home-hero__cards p {
  color: var(--pb-muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 0;
}

.pb-home-hero__dots {
  background-image: radial-gradient(rgba(255, 255, 255, 0.86) 1.4px, transparent 1.4px);
  background-size: 10px 10px;
  height: 86px;
  opacity: 0.78;
  pointer-events: none;
  position: absolute;
  width: 96px;
  z-index: 5;
}

.pb-home-hero__dots--left {
  left: max(4.5rem, calc((100vw - 66.4989378333em) / 2 + 4rem));
  top: 27%;
}

.pb-home-hero__dots--right {
  right: max(4.5rem, calc((100vw - 66.4989378333em) / 2 + 4rem));
  top: 38%;
}

.pb-home-hero__slash {
  background: linear-gradient(135deg, var(--pb-red), #f04d72);
  display: block;
  pointer-events: none;
  position: absolute;
  transform: skewX(-18deg);
  z-index: 5;
}

.pb-home-hero__slash--top {
  height: 68px;
  left: max(8rem, calc((100vw - 66.4989378333em) / 2 + 8rem));
  top: clamp(1.35rem, 3vw, 2.65rem);
  width: 54px;
}

.pb-home-hero__slash--bottom {
  bottom: clamp(2.4rem, 4vw, 3.5rem);
  height: 118px;
  left: max(2.7rem, calc((100vw - 66.4989378333em) / 2 + 1.2rem));
  width: 44px;
}

@media (max-width: 900px) {
  .pb-home-hero.pb-home-hero--ad {
    margin-top: -1.41575em;
  }

  .pb-home-hero__frame {
    min-height: auto;
    padding-bottom: 2rem;
  }

  .pb-home-hero__grid {
    grid-template-columns: 1fr;
  }

  .pb-home-hero__media {
    max-width: none;
  }

  .pb-home-hero__cards {
    margin-top: 1.2rem;
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
  }

  .pb-home-hero__dots--right,
  .pb-home-hero__slash--bottom {
    display: none;
  }
}

@media (max-width: 560px) {
  .pb-home-hero__frame {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pb-home-hero--ad h1 {
    font-size: 2.25rem;
  }

  .pb-home-hero__actions,
  .pb-home-hero__search {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pb-home-hero__actions .button,
  .pb-home-hero__search button {
    width: 100%;
  }

  .pb-home-hero__dots--left,
  .pb-home-hero__slash--top {
    opacity: 0.38;
  }
}

/* Home redesign v3: DriveHive-inspired automotive hero adapted to Pinabombas */
.pb-storefront-upgrade .site-header {
  background: #fbfaf5;
  border-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.pb-topbar {
  background: #f0182f;
  color: #ffffff;
}

.pb-topbar__inner {
  min-height: 48px;
}

.pb-topbar__inner span::before {
  background: #ffffff;
}

.pb-storefront-upgrade .main-navigation ul.menu > li > a,
.pb-storefront-upgrade .main-navigation ul.nav-menu > li > a {
  color: #111318;
  font-weight: 800;
}

.home.pb-storefront-upgrade .site-content .col-full:first-child {
  max-width: none;
}

.pb-home-hero.pb-home-hero--drive {
  background: #f3f1e8;
  color: #ffffff;
  isolation: isolate;
  margin-top: -2.617924em;
  overflow: visible;
  padding: 0 0 5rem;
  position: relative;
}

.pb-home-hero--drive .pb-home-hero__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 0 18px 18px;
  inset: 0 2.75rem 7rem;
  min-height: 680px;
  overflow: hidden;
  position: absolute;
  z-index: -2;
}

.pb-home-hero--drive .pb-home-hero__bg::after {
  background:
    linear-gradient(90deg, rgba(8, 9, 12, 0.93) 0%, rgba(8, 9, 12, 0.86) 43%, rgba(8, 9, 12, 0.54) 66%, rgba(8, 9, 12, 0.78) 100%),
    linear-gradient(180deg, rgba(8, 9, 12, 0.18), rgba(8, 9, 12, 0.46));
  content: "";
  inset: 0;
  position: absolute;
}

.pb-home-hero--drive::before,
.pb-home-hero--drive::after {
  background: #f0182f;
  content: "";
  position: absolute;
  transform: skewX(-18deg);
  z-index: 1;
}

.pb-home-hero--drive::before {
  height: 78px;
  left: 3.6rem;
  top: 0;
  width: 56px;
}

.pb-home-hero--drive::after {
  bottom: 6.9rem;
  height: 132px;
  right: 2.9rem;
  width: 52px;
}

.pb-home-hero--drive .pb-home-hero__shell {
  align-items: center;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.58fr);
  min-height: 690px;
  padding-bottom: 5.7rem;
  padding-top: 4.8rem;
  position: relative;
  z-index: 2;
}

.pb-home-hero--drive .pb-home-hero__copy {
  max-width: 760px;
}

.pb-home-hero--drive .pb-eyebrow {
  color: #ffcf5c;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}

.pb-home-hero--drive h1 {
  color: #ffffff;
  font-size: 4.25rem;
  font-style: italic;
  font-weight: 950;
  line-height: 0.98;
  margin: 0 0 1rem;
  max-width: 820px;
  text-transform: uppercase;
}

.pb-home-hero--drive .pb-home-hero__copy > p:not(.pb-eyebrow) {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 670px;
}

.pb-home-hero--drive .pb-home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.pb-home-hero--drive .pb-home-hero__actions .button {
  border-radius: 999px;
  font-weight: 900;
  min-height: 56px;
  padding: 0.95rem 1.55rem;
}

.pb-home-hero--drive .pb-home-hero__catalog {
  background: #f0182f !important;
  border: 1px solid #f0182f !important;
  color: #ffffff !important;
}

.pb-home-hero--drive .pb-home-hero__whatsapp {
  background: rgba(8, 9, 12, 0.42) !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  color: #ffffff !important;
}

.pb-home-hero--drive .pb-home-hero__catalog:hover,
.pb-home-hero--drive .pb-home-hero__catalog:focus,
.pb-home-hero--drive .pb-home-hero__whatsapp:hover,
.pb-home-hero--drive .pb-home-hero__whatsapp:focus {
  background: #c91f2f !important;
  color: #ffffff !important;
}

.pb-home-hero__trust {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.75rem;
  max-width: 650px;
  padding: 1rem;
}

.pb-home-hero__trust span {
  align-items: center;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 800;
  gap: 0.5rem;
}

.pb-home-hero__trust span::before {
  background: #f0182f;
  border-radius: 50%;
  content: "";
  height: 0.55rem;
  width: 0.55rem;
}

.pb-quote-panel {
  align-self: end;
  background: #08090c;
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  color: #ffffff;
  margin-top: 4rem;
  overflow: hidden;
  position: relative;
}

.pb-quote-panel::before {
  background: #f0182f;
  bottom: 34%;
  color: #ffffff;
  content: "Repuestos Combustible";
  font-size: 1.6rem;
  font-weight: 950;
  left: -7.8rem;
  letter-spacing: 0.02em;
  padding: 0.85rem 2.1rem;
  position: absolute;
  text-transform: uppercase;
  transform: rotate(-90deg);
  transform-origin: center;
  z-index: 4;
}

.pb-quote-panel__media {
  background: linear-gradient(135deg, #748694, #d6dee4);
  border: 8px solid #f0182f;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}

.pb-quote-panel__play {
  align-items: center;
  background: #f0182f;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  display: flex;
  font-size: 1rem;
  height: 58px;
  justify-content: center;
  left: 50%;
  line-height: 1;
  padding-left: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  z-index: 5;
}

.pb-product-slider {
  min-height: 198px;
  position: relative;
}

.pb-product-slide {
  align-items: center;
  background: rgba(255, 255, 255, 0.88);
  display: grid;
  inset: 0;
  opacity: 0;
  padding: 1.15rem 1.15rem 1.15rem 4.3rem;
  place-items: center;
  position: absolute;
  text-align: center;
  text-decoration: none;
  transform: translateX(16px);
  animation: pbProductSlide 12s infinite;
}

.pb-product-slide--2 { animation-delay: 4s; }
.pb-product-slide--3 { animation-delay: 8s; }

.pb-product-slide img {
  filter: drop-shadow(0 16px 20px rgba(0, 0, 0, 0.18));
  height: 132px;
  max-width: 78%;
  object-fit: contain;
  width: auto;
}

.pb-product-slide span {
  color: #111318;
  display: block;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 0.6rem;
  max-width: 270px;
}

@keyframes pbProductSlide {
  0%, 29% { opacity: 1; transform: translateX(0); }
  34%, 100% { opacity: 0; transform: translateX(-16px); }
}

.pb-quote-panel__body {
  padding: 2.2rem 1.9rem 2rem;
}

.pb-quote-panel__ribbon {
  color: #ffcf5c;
  display: block;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.pb-quote-panel h2 {
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 950;
  line-height: 1.08;
  margin: 0 0 1rem;
}

.pb-quote-fields {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 1rem;
}

.pb-quote-fields span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  min-height: 46px;
  padding: 0.7rem 0.85rem;
}

.pb-quote-panel p {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.94rem;
  line-height: 1.55;
  margin-bottom: 1.25rem;
}

.pb-quote-panel__cta {
  background: #f0182f !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-weight: 900;
  justify-content: center;
  min-height: 54px;
  width: 100%;
}

.pb-home-hero--drive .pb-home-hero__cards {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: -6rem;
  position: relative;
  inset: auto;
  z-index: 5;
}

.pb-home-hero--drive .pb-home-hero__cards article {
  background: #ffffff;
  border-right: 1px solid #e3e4e8;
  box-shadow: none;
  min-height: 132px;
  padding: 1.45rem 1.5rem 1.35rem 5.25rem;
  position: relative;
}

.pb-home-hero--drive .pb-home-hero__cards article:first-child {
  border-radius: 8px 0 0 8px;
}

.pb-home-hero--drive .pb-home-hero__cards article:last-child {
  border-radius: 0 8px 8px 0;
  border-right: 0;
}

.pb-home-hero--drive .pb-home-hero__cards span {
  background: #f0182f;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.98rem;
  height: 52px;
  left: 1.45rem;
  top: 1.45rem;
  width: 52px;
}

.pb-home-hero--drive .pb-home-hero__cards h2 {
  color: #111318;
  font-size: 1.08rem;
  font-weight: 950;
  margin: 0 0 0.32rem;
}

.pb-home-hero--drive .pb-home-hero__cards p {
  color: #6f7784;
  font-size: 0.93rem;
  line-height: 1.5;
  margin: 0;
}

.pb-home-content {
  background: #f3f1e8;
  padding: 1rem 0 4.5rem;
}

.pb-section-heading {
  max-width: 780px;
  margin-bottom: 1.5rem;
}

.pb-section-heading h2,
.pb-info-band h2,
.pb-featured-products__header h2 {
  color: #111318;
  font-size: 2.25rem;
  font-weight: 950;
  line-height: 1.08;
  margin: 0 0 0.75rem;
}

.pb-section-heading p:not(.pb-eyebrow) {
  color: #5d6673;
  font-size: 1.02rem;
  line-height: 1.65;
  margin: 0;
}

.pb-brand-wall {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.5rem 0 2rem;
}

.pb-brand-wall a {
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 999px;
  color: #111318;
  font-weight: 900;
  padding: 0.62rem 0.9rem;
  text-decoration: none;
}

.pb-brand-wall a:hover,
.pb-brand-wall a:focus {
  border-color: #f0182f;
  color: #c91f2f;
}

.pb-service-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 2rem;
}

.pb-service-grid article,
.pb-featured-products__grid article {
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  padding: 1.2rem;
}

.pb-service-grid h3 {
  color: #111318;
  font-size: 1.05rem;
  font-weight: 950;
  margin: 0 0 0.45rem;
}

.pb-service-grid p {
  color: #5d6673;
  font-size: 0.94rem;
  line-height: 1.55;
  margin: 0;
}

.pb-info-band {
  align-items: center;
  background: #08090c;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1fr);
  margin: 2rem 0;
  padding: 2rem;
}

.pb-info-band h2 {
  color: #ffffff;
  margin-bottom: 0;
}

.pb-info-band ul {
  display: grid;
  gap: 0.65rem;
  list-style: none;
  margin: 0;
}

.pb-info-band li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 750;
  padding: 0.78rem 0.9rem;
}

.pb-featured-products {
  margin-top: 2rem;
}

.pb-featured-products__header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.pb-featured-products__header h2 {
  margin: 0;
}

.pb-featured-products__header a {
  color: #c91f2f;
  font-weight: 900;
}

.pb-featured-products__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-featured-products__grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
}

.pb-featured-products__grid article > a:first-child {
  color: inherit;
  display: block;
  padding: 1rem 1rem 0;
  text-decoration: none;
}

.pb-featured-products__grid img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #ffffff, #eef1f5);
  border-radius: 6px;
  object-fit: contain;
  padding: 0.85rem;
  width: 100%;
}

.pb-featured-products__grid h3 {
  color: #111318;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
  margin: 0.85rem 0 1rem;
  min-height: 2.5rem;
}

.pb-featured-products__grid .pb-wa-btn {
  margin: auto 1rem 1rem;
  width: calc(100% - 2rem);
}

@media (max-width: 1100px) {
  .pb-home-hero--drive h1 {
    font-size: 3.25rem;
  }

  .pb-home-hero--drive .pb-home-hero__shell {
    grid-template-columns: 1fr;
    padding-bottom: 2rem;
  }

  .pb-quote-panel {
    margin-top: 0;
    max-width: 680px;
  }

  .pb-home-hero--drive .pb-home-hero__cards {
    margin-top: 1rem;
  }

  .pb-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pb-home-hero.pb-home-hero--drive {
    margin-top: -1.41575em;
    padding-bottom: 3rem;
  }

  .pb-home-hero--drive .pb-home-hero__bg {
    border-radius: 0;
    inset: 0 0 14rem;
    min-height: 760px;
  }

  .pb-home-hero--drive::before,
  .pb-home-hero--drive::after,
  .pb-quote-panel::before {
    display: none;
  }

  .pb-home-hero--drive .pb-home-hero__shell {
    min-height: auto;
    padding-top: 3.3rem;
  }

  .pb-home-hero--drive h1 {
    font-size: 2.35rem;
  }

  .pb-home-hero--drive .pb-home-hero__actions,
  .pb-quote-fields,
  .pb-home-hero--drive .pb-home-hero__cards,
  .pb-service-grid,
  .pb-info-band,
  .pb-featured-products__grid {
    grid-template-columns: 1fr;
  }

  .pb-home-hero--drive .pb-home-hero__actions {
    align-items: stretch;
    display: grid;
  }

  .pb-home-hero--drive .pb-home-hero__cards article,
  .pb-home-hero--drive .pb-home-hero__cards article:first-child,
  .pb-home-hero--drive .pb-home-hero__cards article:last-child {
    border-radius: 8px;
  }

  .pb-info-band {
    padding: 1.35rem;
  }

  .pb-section-heading h2,
  .pb-info-band h2,
  .pb-featured-products__header h2 {
    font-size: 1.75rem;
  }

  .pb-featured-products__header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Home hero v4: compact desktop banner */
@media (min-width: 901px) {
  .pb-home-hero.pb-home-hero--drive {
    margin-top: -1.2rem;
    padding-bottom: 2.2rem;
  }

  .pb-home-hero--drive .pb-home-hero__bg {
    border-radius: 0 0 14px 14px;
    inset: 0 1rem 4.1rem;
    min-height: 500px;
  }

  .pb-home-hero--drive .pb-home-hero__shell,
  .pb-home-hero--drive .pb-home-hero__cards {
    max-width: min(1500px, calc(100% - 5rem));
    width: min(1500px, calc(100% - 5rem));
  }

  .pb-home-hero--drive .pb-home-hero__shell {
    gap: clamp(1.8rem, 3vw, 3rem);
    grid-template-columns: minmax(430px, 0.92fr) minmax(360px, 430px);
    min-height: 500px;
    padding-bottom: 2.9rem;
    padding-top: 2.9rem;
  }

  .pb-home-hero--drive .pb-home-hero__copy {
    max-width: 690px;
  }

  .pb-home-hero--drive h1 {
    font-size: clamp(2.55rem, 4.2vw, 4.25rem);
    max-width: 720px;
  }

  .pb-home-hero--drive .pb-home-hero__copy > p:not(.pb-eyebrow) {
    font-size: 1rem;
    line-height: 1.55;
    max-width: 600px;
  }

  .pb-home-hero--drive .pb-home-hero__actions {
    margin-top: 1.25rem;
  }

  .pb-home-hero--drive .pb-home-hero__actions .button {
    min-height: 48px;
    padding: 0.78rem 1.25rem;
  }

  .pb-home-hero__trust {
    gap: 0.7rem;
    margin-top: 1.15rem;
    max-width: 575px;
    padding: 0.8rem 0.9rem;
  }

  .pb-home-hero__trust span {
    font-size: 0.84rem;
  }

  .pb-quote-panel {
    align-self: center;
    margin-top: 0;
    max-width: 430px;
  }

  .pb-quote-panel::before {
    bottom: 30%;
    font-size: 1.05rem;
    left: -5.6rem;
    padding: 0.6rem 1.4rem;
  }

  .pb-quote-panel__media {
    border-width: 6px;
    min-height: 132px;
  }

  .pb-product-slider {
    min-height: 144px;
  }

  .pb-product-slide {
    padding: 0.75rem 0.8rem 0.75rem 3rem;
  }

  .pb-product-slide img {
    height: 84px;
    max-width: 68%;
  }

  .pb-product-slide span {
    font-size: 0.78rem;
    margin-top: 0.35rem;
  }

  .pb-quote-panel__play {
    font-size: 0.82rem;
    height: 44px;
    width: 44px;
  }

  .pb-quote-panel__body {
    padding: 1.25rem 1.3rem 1.3rem;
  }

  .pb-quote-panel h2 {
    font-size: 1.25rem;
    margin-bottom: 0.8rem;
  }

  .pb-quote-panel__ribbon {
    font-size: 0.68rem;
  }

  .pb-quote-fields {
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }

  .pb-quote-fields span {
    font-size: 0.78rem;
    min-height: 38px;
    padding: 0.55rem 0.65rem;
  }

  .pb-quote-panel p {
    font-size: 0.78rem;
    margin-bottom: 0.85rem;
  }

  .pb-quote-panel__cta {
    min-height: 44px;
  }

  .pb-home-hero--drive .pb-home-hero__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: -2.1rem;
  }

  .pb-home-hero--drive .pb-home-hero__cards article {
    min-height: 92px;
    padding: 1rem 1.05rem 0.95rem 4.2rem;
  }

  .pb-home-hero--drive .pb-home-hero__cards span {
    height: 42px;
    left: 1rem;
    top: 1rem;
    width: 42px;
  }

  .pb-home-hero--drive .pb-home-hero__cards h2 {
    font-size: 0.95rem;
  }

  .pb-home-hero--drive .pb-home-hero__cards p {
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .pb-home-hero--drive::before {
    height: 54px;
    left: 1.6rem;
    width: 42px;
  }

  .pb-home-hero--drive::after {
    bottom: 4rem;
    height: 86px;
    right: 1.5rem;
    width: 42px;
  }
}

@media (min-width: 901px) and (max-width: 1250px) {
  .pb-home-hero--drive .pb-home-hero__shell,
  .pb-home-hero--drive .pb-home-hero__cards {
    max-width: min(1180px, calc(100% - 3rem));
    width: min(1180px, calc(100% - 3rem));
  }

  .pb-home-hero--drive .pb-home-hero__shell {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 390px);
  }
}

@media (max-width: 900px) {
  .pb-home-hero--drive .pb-home-hero__shell {
    padding-bottom: 1rem;
    padding-top: 2.4rem;
  }

  .pb-quote-panel__media {
    min-height: 140px;
  }

  .pb-product-slider {
    min-height: 150px;
  }
}

/* Home hero v5: remove floating quote panel and keep banner clean */
.pb-home-hero--drive .pb-quote-panel {
  display: none !important;
}

@media (min-width: 901px) {
  .pb-home-hero--drive .pb-home-hero__shell {
    grid-template-columns: minmax(420px, 720px) minmax(260px, 1fr);
    min-height: 460px;
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }

  .pb-home-hero--drive .pb-home-hero__copy {
    grid-column: 1;
    max-width: 690px;
  }

  .pb-home-hero--drive h1 {
    font-size: clamp(2.45rem, 4vw, 4rem);
  }

  .pb-home-hero--drive .pb-home-hero__bg {
    min-height: 460px;
  }

  .pb-home-hero--drive .pb-home-hero__cards {
    margin-top: -1.5rem;
  }
}

@media (max-width: 900px) {
  .pb-home-hero--drive .pb-home-hero__shell {
    display: block;
  }
}

/* Home hero v6: remove lower service cards */
.pb-home-hero--drive .pb-home-hero__cards {
  display: none !important;
}

@media (min-width: 901px) {
  .pb-home-hero.pb-home-hero--drive {
    padding-bottom: 1rem;
  }

  .pb-home-hero--drive .pb-home-hero__bg {
    inset: 0 1rem 1rem;
  }

  .pb-home-hero--drive .pb-home-hero__shell {
    min-height: 430px;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

@media (max-width: 900px) {
  .pb-home-hero.pb-home-hero--drive {
    padding-bottom: 1.5rem;
  }
}

/* Real Pinabombas image assets */
.pb-brand-showcase {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  margin: 1.5rem 0 2rem;
}

.pb-brand-showcase figure,
.pb-promo-gallery article {
  margin: 0;
}

.pb-brand-showcase__banner,
.pb-brand-showcase__local figure,
.pb-promo-gallery article {
  background: #ffffff;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  overflow: hidden;
}

.pb-brand-showcase__banner img {
  aspect-ratio: 851 / 315;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pb-brand-showcase__local {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-brand-showcase__local img {
  aspect-ratio: 1 / 1;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pb-promo-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 2rem;
}

.pb-promo-gallery article {
  display: flex;
  flex-direction: column;
}

.pb-promo-gallery img {
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
  width: 100%;
}

.pb-promo-gallery h3 {
  color: #111318;
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.25;
  margin: 0;
  padding: 0.9rem 1rem 0.35rem;
}

.pb-promo-gallery a {
  color: #c91f2f;
  font-size: 0.9rem;
  font-weight: 900;
  margin-top: auto;
  padding: 0 1rem 1rem;
  text-decoration: none;
}

.pb-promo-gallery a:hover,
.pb-promo-gallery a:focus {
  color: #9f1724;
  text-decoration: underline;
  text-underline-offset: 0.18rem;
}

@media (max-width: 1000px) {
  .pb-brand-showcase {
    grid-template-columns: 1fr;
  }

  .pb-promo-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .pb-brand-showcase__local,
  .pb-promo-gallery {
    grid-template-columns: 1fr;
  }
}

/* Product-led redesign: clean catalog storefront */
.pb-brand-showcase,
.pb-promo-gallery,
.pb-info-band {
  display: none !important;
}

.pb-home-hero.pb-home-hero--catalog {
  background:
    linear-gradient(115deg, rgba(9, 11, 15, 0.96) 0%, rgba(16, 18, 24, 0.94) 48%, rgba(127, 13, 25, 0.92) 100%);
  color: #ffffff;
  isolation: isolate;
  margin-top: -1.2rem;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.pb-home-hero--catalog::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07) 25%, transparent 25%) 0 0 / 36px 36px,
    radial-gradient(circle at 78% 32%, rgba(240, 24, 47, 0.26), transparent 20rem);
  content: "";
  inset: 0;
  opacity: 0.75;
  position: absolute;
  z-index: -1;
}

.pb-home-hero--catalog::after {
  background: #f0182f;
  content: "";
  height: 180px;
  position: absolute;
  right: -70px;
  top: -50px;
  transform: skewX(-20deg);
  width: 150px;
  z-index: 0;
}

.pb-home-hero--catalog .pb-home-hero__shell {
  align-items: center;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 1.06fr);
  max-width: min(1320px, calc(100% - 3rem));
  min-height: 480px;
  padding-bottom: clamp(2rem, 4vw, 3rem);
  padding-top: clamp(2rem, 4vw, 3rem);
  position: relative;
  width: min(1320px, calc(100% - 3rem));
  z-index: 2;
}

.pb-home-hero--catalog .pb-home-hero__copy {
  max-width: 650px;
}

.pb-home-hero--catalog .pb-eyebrow {
  color: #ffcf5c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 0.8rem;
}

.pb-home-hero--catalog h1 {
  color: #ffffff;
  font-size: clamp(2.35rem, 4.6vw, 4.5rem);
  font-style: italic;
  font-weight: 950;
  line-height: 0.98;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.pb-home-hero--catalog .pb-home-hero__copy > p:not(.pb-eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.58;
  max-width: 590px;
}

.pb-home-hero--catalog .pb-home-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.pb-home-hero--catalog .pb-home-hero__actions .button {
  border-radius: 999px;
  font-weight: 900;
  min-height: 48px;
  padding: 0.78rem 1.25rem;
}

.pb-home-hero--catalog .pb-home-hero__catalog {
  background: #f0182f !important;
  border: 1px solid #f0182f !important;
  color: #ffffff !important;
}

.pb-home-hero--catalog .pb-home-hero__whatsapp {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.46) !important;
  color: #ffffff !important;
}

.pb-home-hero--catalog .pb-home-hero__whatsapp:hover,
.pb-home-hero--catalog .pb-home-hero__catalog:hover {
  background: #c91f2f !important;
  color: #ffffff !important;
}

.pb-home-hero--catalog .pb-home-hero__trust {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1.1rem;
  max-width: 560px;
  padding: 0.8rem 0.9rem;
}

.pb-home-hero--catalog .pb-home-hero__trust span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.84rem;
  font-weight: 850;
}

.pb-hero-products {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pb-hero-product {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.pb-hero-product:nth-child(1) {
  transform: translateY(1.1rem);
}

.pb-hero-product:nth-child(2) {
  transform: translateY(-0.6rem);
}

.pb-hero-product:nth-child(3) {
  transform: translateY(0.25rem);
}

.pb-hero-product a {
  color: #111318;
  display: grid;
  gap: 0.65rem;
  min-height: 210px;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
}

.pb-hero-product img {
  aspect-ratio: 1 / 1;
  background: linear-gradient(180deg, #ffffff, #edf0f4);
  border-radius: 6px;
  height: 138px;
  margin: 0 auto;
  object-fit: contain;
  padding: 0.7rem;
  width: min(100%, 170px);
}

.pb-hero-product span {
  color: #111318;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1.22;
}

.pb-home-content.pb-home-content--catalog {
  background: #f4f5f7;
  padding: clamp(2.1rem, 5vw, 4rem) 0 4.5rem;
}

.pb-home-content--catalog .pb-section-heading {
  max-width: 820px;
}

.pb-home-content--catalog .pb-section-heading h2,
.pb-buying-guide h2,
.pb-featured-products__header h2 {
  color: #111318;
  font-size: clamp(1.85rem, 3.2vw, 2.7rem);
  font-weight: 950;
  line-height: 1.05;
}

.pb-category-strip {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.6rem 0 1.6rem;
}

.pb-category-strip article {
  background: #ffffff;
  border: 1px solid #dfe3ea;
  border-radius: 8px;
  min-height: 170px;
  padding: 1.15rem;
  position: relative;
}

.pb-category-strip span {
  align-items: center;
  background: #f0182f;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 38px;
}

.pb-category-strip h3 {
  color: #111318;
  font-size: 1.05rem;
  font-weight: 950;
  margin: 0 0 0.45rem;
}

.pb-category-strip p {
  color: #5d6673;
  font-size: 0.92rem;
  line-height: 1.5;
  margin: 0;
}

.pb-buying-guide {
  align-items: center;
  background: #111318;
  border-radius: 8px;
  color: #ffffff;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  margin: 1.7rem 0 2rem;
  padding: clamp(1.3rem, 3vw, 2.2rem);
}

.pb-buying-guide h2 {
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.pb-buying-guide p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.58;
  margin-bottom: 1rem;
}

.pb-buying-guide ol {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0;
}

.pb-buying-guide li {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #ffffff;
  counter-increment: pb-step;
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.9rem 0.85rem 3.25rem;
  position: relative;
}

.pb-buying-guide li::before {
  align-items: center;
  background: #f0182f;
  border-radius: 50%;
  content: counter(pb-step);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  left: 0.9rem;
  position: absolute;
  top: 0.85rem;
  width: 34px;
}

.pb-buying-guide li span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

@media (max-width: 1000px) {
  .pb-home-hero--catalog .pb-home-hero__shell,
  .pb-buying-guide {
    grid-template-columns: 1fr;
  }

  .pb-hero-products,
  .pb-category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pb-hero-product:nth-child(n) {
    transform: none;
  }
}

@media (max-width: 560px) {
  .pb-home-hero--catalog .pb-home-hero__shell {
    max-width: calc(100% - 2rem);
    min-height: auto;
    width: calc(100% - 2rem);
  }

  .pb-home-hero--catalog .pb-home-hero__actions,
  .pb-hero-products,
  .pb-category-strip {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pb-home-hero--catalog .pb-home-hero__actions .button {
    width: 100%;
  }

  .pb-hero-product a {
    min-height: auto;
  }
}

/* Catalog hero correction: real products and aligned grid */
.pb-home-hero.pb-home-hero--catalog {
  background: linear-gradient(112deg, #17191f 0%, #17191f 52%, #7f121e 100%) !important;
  margin-top: 0 !important;
}

.pb-home-hero--catalog::before {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055) 25%, transparent 25%) 0 0 / 34px 34px,
    radial-gradient(circle at 82% 26%, rgba(240, 24, 47, 0.2), transparent 23rem) !important;
  opacity: 0.65 !important;
}

.pb-home-hero--catalog .pb-home-hero__shell {
  align-items: center !important;
  gap: 3rem !important;
  grid-template-columns: minmax(420px, 0.95fr) minmax(440px, 1fr) !important;
  max-width: min(1240px, calc(100% - 3rem)) !important;
  min-height: 540px !important;
  padding-bottom: 2.75rem !important;
  padding-top: 2.75rem !important;
}

.pb-home-hero--catalog .pb-home-hero__copy {
  grid-column: 2;
  grid-row: 1;
  max-width: 620px !important;
}

.pb-home-hero--catalog h1 {
  font-size: 3.9rem !important;
  letter-spacing: 0 !important;
  line-height: 1.03 !important;
  max-width: 620px !important;
}

.pb-home-hero--catalog .pb-home-hero__copy > p:not(.pb-eyebrow) {
  font-size: 1.03rem !important;
  line-height: 1.6 !important;
  max-width: 590px !important;
}

.pb-hero-products {
  align-self: center !important;
  display: grid !important;
  gap: 1rem !important;
  grid-column: 1;
  grid-row: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  max-width: 560px;
  width: 100%;
}

.pb-hero-product:nth-child(n) {
  transform: none !important;
}

.pb-hero-product {
  min-height: 210px;
}

.pb-hero-product a {
  min-height: 210px !important;
}

.pb-shop-hero {
  background: linear-gradient(112deg, #17191f 0%, #17191f 55%, #7f121e 100%) !important;
}

@media (max-width: 1000px) {
  .pb-home-hero--catalog .pb-home-hero__shell {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .pb-home-hero--catalog .pb-home-hero__copy,
  .pb-hero-products {
    grid-column: 1;
  }

  .pb-home-hero--catalog .pb-home-hero__copy {
    grid-row: 1;
  }

  .pb-hero-products {
    grid-row: 2;
    max-width: none;
  }

  .pb-home-hero--catalog h1 {
    font-size: 3rem !important;
  }
}

@media (max-width: 560px) {
  .pb-home-hero--catalog h1 {
    font-size: 2.35rem !important;
  }
}
