/* 가공품 카드 */
.product-card {background: #ffffff;border-radius: 1rem;box-shadow: 0 3px 10px rgba(0,0,0,0.06);overflow: hidden;transition: all 0.3s ease;}
.product-card:hover {transform: translateY(-6px);box-shadow: 0 10px 22px rgba(0,0,0,0.15);}
/* 이미지 */
.product-img img {width: 100%;height: 320px;object-fit: cover;}
/* 본문 */
.product-body {padding: 1.3rem 1.2rem;}
.product-body h5 {font-weight: 700;margin-bottom: 0.5rem;color: #1f7a3a;}
.product-desc {font-size: 0.92rem;color: #555;margin-bottom: 0.6rem;}
.product-info {padding-left: 1.1rem;font-size: 0.85rem;color: #666;margin-bottom: 1rem;}
.product-info li::marker {color: #1f7a3a;}
/* 주문 안내 */
.processed-order-card {background: #f9fbf9;border-radius: 1.1rem;border: 1px solid #e5f0ea;text-align:center;}
.processed-order-card h4 {font-weight: 700;color: #1f7a3a;}