.pc-f82960b0-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.pc-f82960b0-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
    flex: 1;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.pc-f82960b0-track::-webkit-scrollbar {
    display: none;
}
.pc-f82960b0-item {
    scroll-snap-align: start;
    flex: 0 0 calc(33.333% - 14px);
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .pc-f82960b0-item { flex: 0 0 calc(50% - 10px); }
}
@media (max-width: 480px) {
    .pc-f82960b0-item { flex: 0 0 100%; }
}
.pc-f82960b0-img img {
    width: 100%;
    height: auto;
    display: block;
}
.pc-f82960b0-details {
    padding: 15px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.pc-f82960b0-title {
    font-size: 16px;
    margin: 0 0 10px;
}
.pc-f82960b0-title a {
    text-decoration: none;
    color: inherit;
}
.pc-f82960b0-price {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: auto;
}
.pc-f82960b0-nav {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    z-index: 10;
    flex-shrink: 0;
}
.pc-f82960b0-prev { margin-right: -20px; }
.pc-f82960b0-next { margin-left: -20px; }
