/* Make page full width */
.container,
.container-fluid,
.salla-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.product-title {
    display: block;
    white-space: nowrap; /* keeps single line */
    overflow: hidden;
    text-overflow: ellipsis; /* adds … at end */
    font-size: 14px; /* adjust as needed */
    line-height: 1.4;
    text-align: center;
}