.elementor-kit-8{--e-global-color-primary:#D92B2B;--e-global-color-secondary:#A81F1F;--e-global-color-text:#F5F5F5;--e-global-color-accent:#D92B2B;--e-global-color-ae2358a:#0A0A0A;--e-global-color-08c7272:#181818;--e-global-color-fbfdfec:#999999;--e-global-color-0d2e063:#555555;--e-global-color-3621f96:#FFFFFF;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;font-family:"Barlow", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{font-family:"Barlow", Sans-serif;font-size:16px;font-weight:500;}.elementor-kit-8 h1{color:var( --e-global-color-text );font-family:"Barlow Condensed", Sans-serif;font-size:56px;font-weight:900;}.elementor-kit-8 h2{color:var( --e-global-color-ae2358a );font-family:"Barlow Condensed", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ── BOTTA REPUESTOS — CSS GLOBAL ────────────────── */
:root {
  --color-red:        #D92B2B;
  --color-red-dark:   #A81F1F;
  --color-black:      #0A0A0A;
  --color-black-2:    #111111;
  --color-white:      #F5F5F5;
  --color-gray-light: #999999;
  --font-display:     "Barlow Condensed", sans-serif;
  --font-body:        "Barlow", sans-serif;
}

/* Scrollbar personalizada */
::-webkit-scrollbar       { width: 4px; }
::-webkit-scrollbar-track { background: var(--color-black-2); }
::-webkit-scrollbar-thumb { background: var(--color-red); }

/* Eyebrow / Section Label con línea izquierda */
.eyebrow-label {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--color-red);
  display: flex;
  align-items: center;
  gap: 12px;
}

.eyebrow-label::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-red);
  flex-shrink: 0;
}

/* Product Card — border rojo en hover */
.product-card { transition: background 0.25s; }
.product-card .product-info {
  border-top: 3px solid transparent;
  transition: border-color 0.25s;
}
.product-card:hover .product-info {
  border-top-color: var(--color-red);
}
.product-card img {
  filter: grayscale(40%) contrast(1.1);
  transition: filter 0.4s, transform 0.4s;
}
.product-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

/* Marcas — scroll infinito CSS */
.marcas-track { animation: scrollMarcas 28s linear infinite; }

@keyframes scrollMarcas {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.marcas-wrap {
  mask-image: linear-gradient(
    to right, transparent 0%, black 12%, black 88%, transparent 100%
  );
}/* End custom CSS */