.gc-cucardas {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  z-index: 10;
  pointer-events: none; /* Let clicks pass through to product link */
}

.gc-cucardas .gc-q {
  flex: 0 0 auto;
}

.gc-context-single {
  position: relative;
}

.gc-cucardas-mount {
  position: relative;
}

.gc-single-promos .gc-transfer-block {
  margin-bottom: 10px;
}

.gc-single-promos .gc-transfer-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.gc-single-promos .gc-transfer-price {
  font-size: 18px;
  font-weight: 700;
}

.gc-single-promos .gc-bank-promos {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gc-single-promos .gc-bank-line {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  background-color: #f8f9fa; /* Light grey background */
  padding: 12px 16px;
  border-radius: 8px; /* Rounded corners */
  margin-bottom: 8px;
}

.gc-single-promos .gc-bank-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 4px;
  min-width: 40px;
  height: 28px;
}

.gc-bank-logo {
  height: auto;
  width: auto;
  max-height: 20px;
  max-width: 40px;
  display: block;
  object-fit: contain;
}

.sp_porcentaje {
  margin-left: 6px;
  font-weight: 700;
}

/* Auto-generated Cucarda Styles over Product Images & Sliders (Model 4 - Color Integral) */
.contenedor-cucarda {
  width: 74px !important;
  background: linear-gradient(135deg, var(--bank-color, #333) 30%, #1a1a1a 100%) !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  pointer-events: auto;
  transition: transform 0.2s ease;
}

.contenedor-cucarda:hover {
  transform: scale(1.04);
}

.identificador-banco {
  height: 22px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 2px 4px 0 4px !important;
  background-color: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 0 !important;
  max-height: none !important;
  width: 100% !important;
}

.identificador-banco img,
.identificador-banco .gc-bank-logo {
  max-width: 90% !important;
  max-height: 13px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  display: block;
}

.identificador-banco span.bank-fallback-text {
  color: #1e293b !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.contenedor-cucarda .content {
  padding: 5px 4px 7px 4px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  background: transparent !important;
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.contenedor-cucarda .number {
  font-family: montserrat, sans-serif !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 0.9 !important;
  padding: 0 !important;
  text-align: center !important;
}

.contenedor-cucarda .cant-cuotas {
  font-family: montserrat, sans-serif !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.85) !important;
  letter-spacing: 0.5px !important;
  margin: 2px 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

.contenedor-cucarda .sin-int {
  font-family: montserrat, sans-serif !important;
  font-size: 7.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  letter-spacing: 0.2px !important;
  line-height: 1 !important;
  margin: 0 !important;
  text-align: center !important;
}

/* Custom Cucardas (Eventos Especiales) */
.gc-custom-cucarda {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  pointer-events: none;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  box-shadow: none !important;
  background: transparent !important;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.12));
}

.gc-custom-cucarda.gc-bottom-right {
  top: auto;
  bottom: 8px;
  right: 8px;
}

.gc-custom-cucarda img {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  box-shadow: none !important;
  background: transparent !important;
}

/* Customizing Splide Arrows to standard black chevrons */
body .gc-global-promos-wrapper .splide.gc-promos-splide button.splide__arrow {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
body .gc-global-promos-wrapper .splide.gc-promos-splide button.splide__arrow svg {
  fill: #000 !important;
  height: 2em !important;
  width: 2em !important;
}