.pc-wrapper-fe37b4cf {
    position: relative;
    width: 100%;
}
.pc-swiper-fe37b4cf {
    padding-bottom: 40px !important; /* Space for pagination */
}
.pc-card-fe37b4cf {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    /* Strict 2:1 height/width ratio based on standard aspect-ratio css */
    aspect-ratio: 1 / 2;
    height: auto; 
    width: 100%;
}

/* Ensure the wrapper maintains proper sizes */
.pc-card-fe37b4cf > .pc-img-wrap-fe37b4cf {
    height: 60%;
    width: 100%;
    overflow: hidden;
}
.pc-img-wrap-fe37b4cf img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pc-card-fe37b4cf > .pc-content-wrap-fe37b4cf {
    height: 40%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.pc-title-fe37b4cf {
    margin: 0 0 5px;
    font-size: 1.2rem;
    font-weight: 600;
}
.pc-desc-fe37b4cf {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pc-meta-fe37b4cf {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.pc-price-fe37b4cf {
    font-weight: bold;
    color: #000;
}
.pc-extra-fe37b4cf {
    font-size: 0.8rem;
    color: #888;
}

/* Swiper Nav Overrides */
.pc-swiper-fe37b4cf .swiper-button-next:after,
.pc-swiper-fe37b4cf .swiper-button-prev:after {
	font-size: 24px;
}
