.list-category li {
    padding: 0;
    background: #f7f7f7;
    border-radius: 25px;
}
.list-category {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.list-category li a {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}
.album-item img {
    border-radius: 7px;
}
.paginator {
    margin: 60px 0;
}
.paging-previous:before {
    content: "\f104";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.paging-next:before {
    content: "\f105";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.album-thumb {
    height: 700px;
    object-fit: cover;
    border-radius: 15px;
}
.album-item>img {
    height: auto;
    width: 100%;
}

.product-item {
    margin-bottom: 0;
}