.ps-8743a386-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.ps-8743a386-viewport {
    overflow: hidden;
    width: 100%;
}
.ps-8743a386-track {
    display: flex;
    transition: transform 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}
.ps-8743a386-slide {
    flex: 0 0 calc((100% - (var(--columns, 3) - 1) * 20px) / var(--columns, 3));
    min-width: 0;
    text-align: center;
}
.ps-8743a386-slide img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
}
.ps-8743a386-slide a {
    text-decoration: none;
    color: inherit;
}
.ps-8743a386-title {
    font-size: 1.1em;
    margin: 10px 0 5px;
}
.ps-8743a386-price {
    font-weight: bold;
    color: #333;
}
.ps-8743a386-prev, .ps-8743a386-next {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ps-8743a386-prev:hover, .ps-8743a386-next:hover {
    background: #444;
}
