.pc-fea4cc98-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.pc-fea4cc98-arrow {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    transition: opacity 0.3s ease, transform 0.2s ease;
    z-index: 10;
}

.pc-fea4cc98-arrow:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

.pc-fea4cc98-track-container {
    flex-grow: 1;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.pc-fea4cc98-track {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.pc-fea4cc98-slide {
    flex: 0 0 100%;
    width: 100%;
    background-color: #fff;
    padding: 15px 15px 25px 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pc-fea4cc98-slide.active {
    display: flex;
    opacity: 1;
    animation: fadeIn_fea4cc98 0.5s forwards;
}

@keyframes fadeIn_fea4cc98 {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.pc-fea4cc98-img-wrap {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 20px;
    aspect-ratio: 1 / 1; /* Square by default like old polaroids */
}

.pc-fea4cc98-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pc-fea4cc98-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pc-fea4cc98-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.pc-fea4cc98-desc {
    margin: 0;
    font-size: 0.95rem;
    color: #666;
}

.pc-fea4cc98-price {
    font-weight: bold;
    font-size: 1.1rem;
    margin-top: 5px;
}
