.pck-160749b1-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Section Title */
.pck-160749b1-section-title {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #1a6b3c;
    margin: 0 0 18px;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
}

.pck-160749b1-section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1a6b3c;
    border-radius: 2px;
}

/* Grid */
.pck-160749b1-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

/* Card */
.pck-160749b1-card {
    background: #ffffff;
    border: 1px solid #e8e0d4;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.pck-160749b1-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* Image */
.pck-160749b1-image-wrap {
    position: relative;
    overflow: hidden;
}

.pck-160749b1-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

/* Discount Badge */
.pck-160749b1-discount {
    position: absolute;
    top: 8px;
    left: 8px;
    background: #cc0000;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    line-height: 1.3;
}

/* Content */
.pck-160749b1-content {
    padding: 10px 12px 12px;
}

.pck-160749b1-name {
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 6px;
    line-height: 1.4;
    min-height: 36px;
}

/* Rating */
.pck-160749b1-rating-row {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
}

.pck-160749b1-stars {
    font-size: 14px;
    line-height: 1;
    letter-spacing: -1px;
}

.pck-160749b1-star-full {
    color: #FFB800;
}

.pck-160749b1-star-half {
    color: #FFB800;
    opacity: 0.6;
}

.pck-160749b1-star-empty {
    color: #ddd;
}

.pck-160749b1-review-count {
    font-size: 12px;
    color: #888;
}

/* Pricing */
.pck-160749b1-price-row {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.pck-160749b1-original-price {
    font-size: 12px;
    color: #cc0000;
    text-decoration: line-through;
    font-weight: 400;
}

.pck-160749b1-sale-price {
    font-size: 20px;
    font-weight: 800;
    color: #1a6b3c;
    line-height: 1.3;
}

.pck-160749b1-price-unit {
    font-size: 14px;
    font-weight: 600;
    color: #1a6b3c;
}

/* Card Buttons */
.pck-160749b1-card-buttons {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}

.pck-160749b1-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    flex: 1;
    transition: opacity 0.2s, transform 0.15s;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    cursor: pointer;
}

.pck-160749b1-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.pck-160749b1-btn-detail {
    background: #ffffff;
    color: #333333;
    border-color: #cccccc;
}

.pck-160749b1-btn-wa {
    background: #ffffff;
    color: #1a6b3c;
    border-color: #1a6b3c;
}

.pck-160749b1-btn svg {
    flex-shrink: 0;
}

/* Promo Banner */
.pck-160749b1-promo {
    background: linear-gradient(135deg, #0c3b2e, #1a6b3c);
    border-radius: 12px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.pck-160749b1-promo-left {
    flex: 0 0 auto;
}

.pck-160749b1-promo-title {
    font-size: 26px;
    font-weight: 900;
    color: #FFD700;
    line-height: 1.2;
}

.pck-160749b1-promo-right {
    flex: 1;
    min-width: 200px;
}

.pck-160749b1-promo-subtitle {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
}

.pck-160749b1-promo-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.pck-160749b1-promo-cta {
    flex: 0 0 auto;
    text-align: center;
}

.pck-160749b1-promo-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #FFD700;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.15s;
    white-space: nowrap;
}

.pck-160749b1-promo-btn:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.pck-160749b1-promo-note {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.65);
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 768px) {
    .pck-160749b1-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .pck-160749b1-promo {
        flex-direction: column;
        text-align: center;
        padding: 14px;
        gap: 12px;
    }
    .pck-160749b1-promo-right {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .pck-160749b1-grid {
        grid-template-columns: 1fr;
    }
    .pck-160749b1-promo-title {
        font-size: 20px;
    }
    .pck-160749b1-promo-subtitle {
        font-size: 16px;
    }
}
