.tabs-collections {
    --border: #343230;

    .product-item--rounded .product-item__image {
        border-radius: 20px;
        overflow: hidden;
    }

    .product-information .price.sale .new-price {
        margin-right: 0;
    }

    .tab-link {
        padding-bottom: 0.5rem !important;
    }

    .tab-link.current {
        font-weight: bold;
    }


    .product-item__info {
        padding: 0;
    }


    .product-item--center .product-link,
    .selector-wrapper__scrollbar,
    .product-item__price {
        text-align: center;
    }

    .product-item--center .selector-wrapper__scrollbar {
        justify-content: center;
    }

    .product-item--center .price {
        display: block;
    }
}