.trn-catalog-section .glider {
  overflow: hidden;
  z-index: 33;
}
@media all and (min-width: 640px) and (max-width: 1440px) {
  .trn-catalog-section .glider {
    height: 640px;
    margin-bottom: -260px;
  }
}
@media all and (min-width: 1440px) {
  .trn-catalog-section .glider {
    margin-bottom: -150px;
  }
}

@media (min-width: 765px) and (max-width: 900px) {
  .trn-tabs-content {
    margin-bottom: 100px;
  }
}
.grayFilter .product-item-image-wrapper {
  filter: brightness(0.98);
  background-color: rgba(0, 0, 0, 0.02);
}

.trn-catalog-section .glider-dots {
  position: absolute;
  z-index: 32;
  width: 100%;
  flex-wrap: nowrap;
}
@media (min-width: 700px) and (max-width: 765px) {
  .trn-catalog-section .glider-dots {
    top: 415px;
  }
}
@media (min-width: 765px) and (max-width: 900px) {
  .trn-catalog-section .glider-dots {
    top: 500px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .trn-catalog-section .glider-dots {
    top: 350px;
  }
}
.trn-catalog-section .glider-dots .glider-dot {
  width: -webkit-fill-available;
  margin: 0;
  height: 3px;
  background: #E6E6EE;
}
.trn-catalog-section .glider-dots .glider-dot.active {
  background: #5C5D5E;
}

.trn-catalog-section .glider-slide {
  align-content: start;
}
.trn-catalog-section label {
  padding-left: 0;
}

@media (min-width: 960px) {
  .product-item-container:hover .product-item-compare-container {
    display: grid;
    width: 100%;
    margin: 0 auto;
  }
}
.trn-product-item .product-item-scu-item-color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-position: center; */
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  /* border-radius: 50%; */
  /* border: 1px solid #E6E6EE; */
}
.trn-product-item .product-item-scu-item-text-block, .trn-product-item .product-item-scu-item-color-block {
  outline: none;
}

/*# sourceMappingURL=style.css.map */
