.product-media-thumbs {
  &:not(.slick-initialized) {
    display: flex;
    width: 100%;
    .media-item-wrapper {
      width: calc(100% / 3);
    }
  }
  .media-item-wrapper {
    padding: 5px 10px;
  }
  .media--item {
    position: relative;
    cursor: pointer;
    &:before {
      content: "";
      display: block;
      padding-top: 100%;
    }
    img {
      position: absolute;
      inset: 0;
      max-width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      border: 1px solid #b2b2b2;
      border-radius: 5px;
    }
  }
  .slick-list {
    padding: 0px !important;
  }
}

.product-media-main {
  .media--item {
    width: 100%;
    img {
      width: 100%;
      height: auto;
    }
  }
}

.toggle_show_more {
  cursor: pointer;
  display: block;
  margin-top: 25px;
}
