/* Pistol Products Page Styles */

/* Swiper Gallery Styles */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: var(--dbim-p1); /* DBIM Paragraph 1 token (14px mobile, 16px desktop) */
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.swiper-slide img {
  display: block;
  width: 100%;
  user-select: none;
}

.swiper_thumb .swiper-slide {
  opacity: 0.7;
}

.swiper_thumb .swiper-slide:hover {
  opacity: 1;
}

.swiper_thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid red;
}

/* Card Image Actions Overlay */
.card-img-actions-overlay.card-img-top a {
  visibility: hidden;
}

.card-img-actions-overlay.card-img-top:hover a,
.card-img-actions-overlay.card-img-top a:focus {
  visibility: visible;
}

/* Ensure currency icon is visible */
.dbim-icon {
  display: inline-block !important;
  vertical-align: middle !important;
  fill: currentColor !important;
  color: inherit !important;
}

.dbim-icon.icon-24 {
  width: calc(24px * var(--dbim-scale)) !important;
  height: calc(24px * var(--dbim-scale)) !important;
}
