/* Products Style */

#products .page-section-inner,
#products-profile .page-section-inner {
    padding-block-start: calc(83 / var(--vw) * var(--base));
    padding-block-end: calc(230 / var(--vw) * var(--base));
}

.products-list{
    margin-block-start: calc(92 / var(--vw) * var(--base));
}

.products-list-item:not(:first-child){
    padding-block-start: calc(70 / var(--vw) * var(--base));
}

.products-list-item:not(:last-child) {
    border-bottom: 1px solid #cccccc;
    padding-block-end: calc(70 / var(--vw) * var(--base));
}

.products-list-item .entry-posts{
    row-gap: calc(70 / var(--vw) * var(--base));
}

.products-list-title{
    margin-block-start: 0;
    margin-block-end: calc(28 / var(--vw) * var(--base));
    font-size: calc(28 / var(--vw) * var(--base));
    line-height: 1.5;
}

@media (min-width: 769px) {
    .products-list-item:not(:last-child) {
        border-bottom: 1px solid #cccccc;
        padding-block-end: calc(120 / var(--vw) * var(--base));
    }

    .products-list-title {
        font-size: calc(20 / var(--vw) * var(--base));
    }
}