.ppc-container-fed8d5d6 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.ppc-card-fed8d5d6 {
    background: #FFFDF9; /* Cream */
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.ppc-card-fed8d5d6:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.1);
}

.ppc-img-wrapper-fed8d5d6 {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect ratio */
    background: #F4F7F1; /* Soft Green */
    overflow: hidden;
}

.ppc-img-wrapper-fed8d5d6 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ppc-card-fed8d5d6:hover .ppc-img-wrapper-fed8d5d6 img {
    transform: scale(1.05);
}

.ppc-badge-fed8d5d6 {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #4A5D4E; /* Earthy Green */
    color: #FFFDF9;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ppc-content-fed8d5d6 {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.ppc-category-fed8d5d6 {
    font-size: 13px;
    color: #8C998E;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 500;
}

.ppc-title-fed8d5d6 {
    font-size: 20px;
    color: #4A5D4E;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.ppc-rating-fed8d5d6 {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.ppc-stars-fed8d5d6 {
    color: #D4AF37; /* Gold */
    font-size: 16px;
}

.ppc-rating-num-fed8d5d6 {
    font-size: 13px;
    color: #666;
}

.ppc-desc-fed8d5d6 {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 20px;
    flex-grow: 1;
}

.ppc-price-wrap-fed8d5d6 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.ppc-price-fed8d5d6 {
    font-size: 22px;
    font-weight: 700;
    color: #4A5D4E;
}

.ppc-old-price-fed8d5d6 {
    font-size: 16px;
    color: #999;
    text-decoration: line-through;
}

.ppc-btn-fed8d5d6 {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #4A5D4E;
    color: #FFFDF9;
    padding: 14px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
}

.ppc-btn-fed8d5d6:hover {
    background: #39473C;
    color: #FFF;
}

/* Nav */
.ppc-nav-fed8d5d6 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #FFFDF9;
    color: #4A5D4E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
}

.ppc-nav-fed8d5d6:hover {
    background: #4A5D4E;
    color: #FFFDF9;
}

.ppc-prev-fed8d5d6 { left: 10px; }
.ppc-next-fed8d5d6 { right: 10px; }

.ppc-pagination-fed8d5d6 {
    text-align: center;
    margin-top: 24px;
    z-index: 10;
}
.ppc-pagination-fed8d5d6 .swiper-pagination-bullet {
    background: #8C998E;
    opacity: 0.5;
}
.ppc-pagination-fed8d5d6 .swiper-pagination-bullet-active {
    background: #4A5D4E;
    opacity: 1;
}
