.preview-img {
    display: flex;
    position: relative;
}
.preview-img__hover {
    width: 100%;
}
.preview-img__bullets {
    position: absolute;
    bottom: -10px;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    gap: 3px;
    left: 0;
    right: 0;
}
.preview-img__bullet.active {
    background-color: #1d4d76;
}
.preview-img__bullet {
    height: 5px;
    width: 5px;
    background-color: #d5d5d5;
    border-radius: 50px;
}
.sales-item {
    padding: 0!important;
}

.sales-item .inner {
    margin-right: -1px;
    margin-bottom: -1px;
}
.sales-item .price {
    border: none!important;
}
.sales-item .preview-img {
    height: 59%!important;
}
.sales-item .product-title {
    height: 3.5rem!important;
}