/* Carrusel: miniaturas siempre “verticales” en pantalla */
.imgcar-bootstrap .imgcar-frame {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 6px;
  background: #eceff1;
}

.imgcar-bootstrap .imgcar-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.imgcar-bootstrap .imgcar-lightbox {
  display: block;
  text-decoration: none;
  color: inherit;
  outline: none;
}

.imgcar-bootstrap .imgcar-lightbox:focus-visible .imgcar-frame {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.45);
}

/* Flechas arriba a la izquierda */
.imgcar-bootstrap {
  position: relative;
}

.imgcar-toolbar {
  position: relative;
  min-height: 44px;
  margin-bottom: 8px;
}

.imgcar-arrows-host {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  display: flex;
  gap: 8px;
  align-items: center;
}

.imgcar-arrow {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2b3535;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.imgcar-arrow:hover {
  opacity: 0.92;
  transform: scale(1.03);
}

.imgcar-arrow span {
  margin-top: -2px;
}

.slick-disabled.imgcar-arrow {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* Slider altura uniforme */
.imgcar-bootstrap .imgcar-slider .slick-slide {
  height: auto;
}

.imgcar-bootstrap .imgcar-slider .slick-slide > div {
  height: 100%;
}

.imgcar-bootstrap .imgcar-slider .slick-track {
  display: flex;
  align-items: stretch;
}

.imgcar-bootstrap .imgcar-slider .slick-list {
  overflow: hidden;
}

/* Línea inferior (referencia visual) */
.imgcar-accent-line {
  height: 3px;
  margin-top: 14px;
  border-radius: 2px;
  background: #2563eb;
  opacity: 0.85;
}

/* GLightbox — velo #2B3535 */
.goverlay {
  background: #2b3535 !important;
}

.glightbox-mobile .goverlay {
  background: #2b3535 !important;
}

.gbtn {
  border-radius: 999px !important;
}

.gbtn path {
  fill: #fff;
}
