.product-slider-container-a25f953d {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 20px 0;
    overflow: hidden;
}
.product-slider-container-a25f953d .ps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.product-slider-container-a25f953d .ps-title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
.product-slider-container-a25f953d .ps-arrows {
    display: flex;
    gap: 8px;
}
.product-slider-container-a25f953d .ps-arrow {
    background: none;
    border: 1px solid #e2e8f0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
}
.product-slider-container-a25f953d .ps-arrow:hover {
    background: #f7fafc;
    border-color: #cbd5e0;
}
.product-slider-container-a25f953d .ps-track-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
}
.product-slider-container-a25f953d .ps-track {
    display: flex;
    gap: 20px;
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.product-slider-container-a25f953d .ps-card {
    flex: 0 0 300px;
    box-sizing: border-box;
}
.product-slider-container-a25f953d .ps-img-box {
    background: #f1f3f5;
    border-radius: 16px;
    position: relative;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.product-slider-container-a25f953d .ps-img-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.product-slider-container-a25f953d .ps-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 500;
    color: #4a5568;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.product-slider-container-a25f953d .ps-info {
    padding-top: 12px;
}
.product-slider-container-a25f953d .ps-main-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
}
.product-slider-container-a25f953d .ps-prod-name {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #1a202c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider-container-a25f953d .ps-price {
    font-size: 15px;
    font-weight: 700;
    color: #1a202c;
    white-space: nowrap;
}
.product-slider-container-a25f953d .ps-meta-row {
    margin-top: 4px;
    font-size: 12px;
    color: #a0aec0;
}
.product-slider-container-a25f953d .ps-rating .star {
    color: #ecc94b;
}
.product-slider-container-a25f953d .ps-actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.product-slider-container-a25f953d .ps-btn {
    flex: 1;
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}
.product-slider-container-a25f953d .ps-btn-secondary {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    color: #4a5568;
}
.product-slider-container-a25f953d .ps-btn-secondary:hover {
    background: #f7fafc;
}
.product-slider-container-a25f953d .ps-btn-primary {
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
}
.product-slider-container-a25f953d .ps-btn-primary:hover {
    background: #2d3748;
}
.product-slider-container-a25f953d .ps-error-a25f953d {
    padding: 20px;
    background: #fff5f5;
    border: 1px dashed #f56565;
    color: #c53030;
    border-radius: 8px;
}
