.wp-block-button__link{
height: auto;
}
ul {
  margin: 0px !important;
  padding: 0;
}
.KA_rectangle_icon {
  height: 50px;
  width: 50px;
}
.img-listing ul li {
  display: flex !important;
  padding: 10px;
  text-align: center;
  width: fit-content !important;
  vertical-align: top;
  margin-bottom: 5px !important;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  max-width: 90px;
  word-break: break-all;
}
.img-listing ul li img {
  width: 100%;
  margin: 5px auto 10px !important;
  max-width: 40px;
  height: 40px;
  object-fit: contain;
}
.ka_icon_circle {
  border-radius: 50% !important;
  padding: 3px;
}
.img-listings {
  display: flex !important;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  margin: 0px 0px 10px 0px;
}
.img-listing ul {
  display: inline-flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px;
  width: -webkit-fill-available;
}
.img-listings ul,
.img-listings ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
  margin: 0px !important;
}
.img-listings ul li {
  display: inline-block !important;
  padding: 10px;
  text-align: center;
  width: 32% !important;
  vertical-align: top;
  margin-top: 3px;
}
.img-listings ul li img {
  width: 100%;
  margin: 5px auto 10px !important;
  max-width: 50px;
  height: 50px;
  object-fit: contain;
}

.img-listings .name_class {
  width: 100%;
  margin-left: 0px !important;
  max-width: 100%;
  object-fit: contain;
}
.heading {
  margin-top: 1px;
}

/* product archive page */

.product-image-tags {
  display: none;
  position: absolute;
  bottom: 3px;
  left: 0px;
  right: 50px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-left: 10px;
  max-height: 45px;
  overflow: hidden;
  overflow-y: scroll;
  &::-webkit-scrollbar {
    display: none;
  }
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.product-image-tags .product-image-tag-link {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  word-break: break-all;
}
.product-image-tags .product-image-tag-link:hover {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.product-image-tags .product-image-tag-img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
  margin-right: 5px !important;
}
.product-image-tags .product-image-tag-text {
  font-size: 14px;
  color: #000000;
}

.related-product-image-tags {
  position: absolute;
  bottom: 58px;
  left: auto;
  right: auto;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  max-height: 50%;
  overflow: hidden;
  overflow-y: scroll;
  margin-left: 10px;
  /* Allow vertical scrolling */

  /* Hide scrollbar for Chrome, Safari and Opera */
  &::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.related-product-image-tags .product-image-tag-link {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  word-break: break-all;
}

.related-product-image-tags .product-image-tag-link:hover {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.related-product-image-tags .product-image-tag-img {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
  margin-right: 5px !important;
}

.related-product-image-tags .product-image-tag-text {
  font-size: 14px;
  color: #000000;
}
.product-image-tag-text,
.product-image-tag-link,
.overlay-tag-link {
  cursor: pointer;
}
