.laptop--content{
    background: #ffff;
}
.products{
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px;
  justify-content: center;
  align-items: start;
}
.products::before{
  content: none !important;
}
.products .product{
  width: 100% !important;
  border-radius: 10px;
  will-change: transform, opacity, height;
  flex-direction: column;
  padding: 5px !important;
  height: 100%;
  box-shadow: 0 0.125rem 1.25rem rgba(0, 0, 0, .075);
}
ul.products li.product a img{
    margin-bottom: 0;
}

.span-price-custom{
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: start;
    gap: 5px;
}

.span.span-price-custom .amount{
  text-align: left;
}
.product__box-image a,
.box-list-related-product .list-product-swiper .swiper-wrapper .swiper-slide .product__box-image a{
    /* display: block; */
    transform: scale(1);
    transition: transform 0.3s ease;
}
.product__box-image:hover a,
.box-list-related-product .list-product-swiper .swiper-wrapper .swiper-slide:hover .product__box-image a{
    transform: scale(1.05);
}
.onsale{
    position: absolute;
    left: -6px !important;
    top: -21px !important;
}