/* Y5986-F1882-J1890 PP배달용기 상세페이지 CSS */

/* 전체 컨테이너 스타일 */
.Y5986-F1882-J1890_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    background-color: #ffffff !important;
    line-height: 1.6 !important;
}

.Y5986-F1882-J1890_wrapper * {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 헤더 섹션 */
.Y5986-F1882-J1890_header {
    background: linear-gradient(135deg, #2E5BFF 0%, #4FC3F7 100%) !important;
    color: white !important;
    padding: 40px 20px !important;
    text-align: center !important;
    border-radius: 0 0 30px 30px !important;
    margin-bottom: 30px !important;
}

.Y5986-F1882-J1890_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.Y5986-F1882-J1890_product-subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

.Y5986-F1882-J1890_price-info {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.Y5986-F1882-J1890_original-price {
    font-size: 20px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}

.Y5986-F1882-J1890_sale-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FFD700 !important;
}

.Y5986-F1882-J1890_discount-badge {
    background-color: #FF4444 !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 제품 특징 섹션 */
.Y5986-F1882-J1890_features {
    padding: 40px 20px !important;
    margin-bottom: 30px !important;
}

.Y5986-F1882-J1890_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #2E5BFF !important;
    position: relative !important;
}

.Y5986-F1882-J1890_section-title::after {
    content: "" !important;
    display: block !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #2E5BFF, #4FC3F7) !important;
    margin: 10px auto !important;
    border-radius: 2px !important;
}

.Y5986-F1882-J1890_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.Y5986-F1882-J1890_feature-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(46, 91, 255, 0.1) !important;
    border: 2px solid #f0f4ff !important;
    transition: all 0.3s ease !important;
}

.Y5986-F1882-J1890_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(46, 91, 255, 0.2) !important;
    border-color: #2E5BFF !important;
}

.Y5986-F1882-J1890_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Y5986-F1882-J1890_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2E5BFF !important;
    margin-bottom: 10px !important;
}

.Y5986-F1882-J1890_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 활용법 섹션 */
.Y5986-F1882-J1890_usage {
    background: linear-gradient(135deg, #f8faff 0%, #e6f2ff 100%) !important;
    padding: 50px 20px !important;
    margin-bottom: 30px !important;
    border-radius: 20px !important;
}

.Y5986-F1882-J1890_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.Y5986-F1882-J1890_usage-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    box-shadow: 0 10px 30px rgba(46, 91, 255, 0.1) !important;
    border: 3px solid transparent !important;
    background-clip: padding-box !important;
    position: relative !important;
}

.Y5986-F1882-J1890_usage-card::before {
    content: "" !important;
    position: absolute !important;
    top: -3px !important;
    left: -3px !important;
    right: -3px !important;
    bottom: -3px !important;
    background: linear-gradient(135deg, #2E5BFF, #4FC3F7, #FF6B6B, #FFD93D) !important;
    border-radius: 20px !important;
    z-index: -1 !important;
}

.Y5986-F1882-J1890_usage-number {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, #2E5BFF, #4FC3F7) !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 50px !important;
    text-align: center !important;
    margin-bottom: 20px !important;
}

.Y5986-F1882-J1890_usage-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2E5BFF !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.Y5986-F1882-J1890_usage-items {
    list-style: none !important;
    margin-top: 20px !important;
}

.Y5986-F1882-J1890_usage-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 15px !important;
    padding: 12px !important;
    background: #f8faff !important;
    border-radius: 10px !important;
    border-left: 4px solid #2E5BFF !important;
}

.Y5986-F1882-J1890_usage-emoji {
    font-size: 24px !important;
    flex-shrink: 0 !important;
}

.Y5986-F1882-J1890_usage-text {
    font-size: 16px !important;
    color: #444 !important;
    font-weight: 500 !important;
}

/* 제품 정보 테이블 */
.Y5986-F1882-J1890_product-info {
    padding: 40px 20px !important;
    margin-bottom: 30px !important;
}

.Y5986-F1882-J1890_info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

.Y5986-F1882-J1890_info-table th {
    background: linear-gradient(135deg, #2E5BFF, #4FC3F7) !important;
    color: white !important;
    padding: 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: left !important;
    width: 30% !important;
}

.Y5986-F1882-J1890_info-table td {
    padding: 20px !important;
    font-size: 16px !important;
    color: #444 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.Y5986-F1882-J1890_info-table tr:last-child td {
    border-bottom: none !important;
}

.Y5986-F1882-J1890_info-table tr:nth-child(even) {
    background-color: #f8faff !important;
}

/* 푸터 */
.Y5986-F1882-J1890_footer {
    background: linear-gradient(135deg, #2E5BFF 0%, #1a4db8 100%) !important;
    color: white !important;
    padding: 40px 20px !important;
    text-align: center !important;
    margin-top: 50px !important;
    border-radius: 20px 20px 0 0 !important;
}

.Y5986-F1882-J1890_footer-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #FFD700 !important;
}

.Y5986-F1882-J1890_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
}

.Y5986-F1882-J1890_footer-item {
    background: rgba(255,255,255,0.1) !important;
    padding: 15px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
}

.Y5986-F1882-J1890_footer-label {
    font-size: 14px !important;
    opacity: 0.8 !important;
    margin-bottom: 5px !important;
}

.Y5986-F1882-J1890_footer-value {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.Y5986-F1882-J1890_footer-copyright {
    font-size: 14px !important;
    opacity: 0.7 !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Y5986-F1882-J1890_product-title {
        font-size: 24px !important;
    }
    
    .Y5986-F1882-J1890_section-title {
        font-size: 22px !important;
    }
    
    .Y5986-F1882-J1890_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y5986-F1882-J1890_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y5986-F1882-J1890_price-info {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .Y5986-F1882-J1890_info-table th,
    .Y5986-F1882-J1890_info-table td {
        padding: 15px 10px !important;
        font-size: 14px !important;
    }
    
    .Y5986-F1882-J1890_footer-info {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .Y5986-F1882-J1890_wrapper {
        padding: 0 10px !important;
    }
    
    .Y5986-F1882-J1890_header {
        padding: 30px 15px !important;
        margin-bottom: 20px !important;
    }
    
    .Y5986-F1882-J1890_product-title {
        font-size: 20px !important;
    }
    
    .Y5986-F1882-J1890_section-title {
        font-size: 20px !important;
    }
    
    .Y5986-F1882-J1890_feature-card {
        padding: 20px 15px !important;
    }
    
    .Y5986-F1882-J1890_usage-card {
        padding: 25px 20px !important;
    }
}