
.shop__section_custom .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  height: 260px !important;
}
.product__card--thumbnail__link {
  width: 100%;
  height: 100%;
}
.product__card--thumbnail__img {
  height: 100% !important;
  margin: auto;
  width: auto;
  height: 100% !important;
  margin: auto !important;
  display: block;
}
.product__secondary--img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__card--title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product__card--title a {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.product__card--price {
  border: 1px solid #e2e2e2;
  padding: 15px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
}

.product__card--price .current__price {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #e63946;
  margin-bottom: 5px;
}

.product__specs table {
  width: 100%;
  border-collapse: collapse;
  font-size: 1.3rem;
  color: #333;
}

.product__specs td {
  padding: 0px 8px;
  vertical-align: top;
}

.product__specs td:first-child {
  font-weight: 600;
  color: #555;
  width: 40%;
}

.product__specs .more-info {
  display: none;
}

.product__specs .toggle-btn {
  margin-top: 10px;
  background-color: transparent;
  border: none;
  color: #2c036a;
  cursor: pointer;
  font-size: 1.2rem;
  text-decoration: none;
}
.shop__section__gap {
  padding: 2rem 0px;
}
.breadcrumb__bg__products {
  height: auto;
  padding: 10px 0px;
  background-color: #064f0f;
  text-align: center;
}
.product__card--btn {
  text-align: center;
  display: block;
  width: 100%;
}

#contactSuplier___thumbnail__img {
  height: 250px;
}
#contactSuplier___thumbnail__text {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-size: 2rem;
  padding-left: 2px;
}
.breadcrumb__content--menu__items a{
  color: #fff;
}