/* COOKZZANG Mall 상세페이지 CSS - PP고강도 실링용기 2319/90블랙 */
/* 제품코드: H3098-R4830-J3893 */

/* 기본 리셋 및 컨테이너 스타일 */
.H3098-R4830-J3893_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.H3098-R4830-J3893_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #ffffff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

/* 헤더 섹션 */
.H3098-R4830-J3893_header {
    text-align: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    color: white !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.H3098-R4830-J3893_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;
}

.H3098-R4830-J3893_subtitle {
    font-size: 18px !important;
    font-weight: 400 !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

.H3098-R4830-J3893_price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
    background: white !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    display: inline-block !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* 메인 이미지 섹션 */
.H3098-R4830-J3893_main-image {
    text-align: center !important;
    margin: 40px 0 !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1) !important;
}

.H3098-R4830-J3893_main-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* 제품 특징 카드 */
.H3098-R4830-J3893_features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px 0 !important;
}

.H3098-R4830-J3893_feature-card {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border-left: 5px solid #3498db !important;
    transition: transform 0.3s ease !important;
}

.H3098-R4830-J3893_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15) !important;
}

.H3098-R4830-J3893_feature-icon {
    font-size: 36px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.H3098-R4830-J3893_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.H3098-R4830-J3893_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 사양 정보 섹션 */
.H3098-R4830-J3893_spec {
    background: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin: 40px 0 !important;
}

.H3098-R4830-J3893_spec-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #2c3e50 !important;
}

.H3098-R4830-J3893_spec-image {
    text-align: center !important;
    margin-bottom: 30px !important;
}

.H3098-R4830-J3893_spec-image img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.H3098-R4830-J3893_spec-table {
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.H3098-R4830-J3893_spec-row {
    display: flex !important;
    border-bottom: 1px solid #eee !important;
}

.H3098-R4830-J3893_spec-row:last-child {
    border-bottom: none !important;
}

.H3098-R4830-J3893_spec-label {
    background: #3498db !important;
    color: white !important;
    padding: 15px 20px !important;
    font-weight: 600 !important;
    min-width: 120px !important;
    display: flex !important;
    align-items: center !important;
}

.H3098-R4830-J3893_spec-value {
    padding: 15px 20px !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
    background: white !important;
}

/* 스토리 섹션 */
.H3098-R4830-J3893_story {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 50px 30px !important;
    border-radius: 15px !important;
    margin: 40px 0 !important;
    text-align: center !important;
}

.H3098-R4830-J3893_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.H3098-R4830-J3893_story-text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 20px !important;
    opacity: 0.95 !important;
}

/* 장점 리스트 */
.H3098-R4830-J3893_advantages {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px 0 !important;
}

.H3098-R4830-J3893_advantage-item {
    background: white !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1) !important;
    text-align: center !important;
    border-top: 4px solid #e74c3c !important;
}

.H3098-R4830-J3893_advantage-emoji {
    font-size: 32px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.H3098-R4830-J3893_advantage-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

/* 푸터 섹션 */
.H3098-R4830-J3893_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-top: 50px !important;
    text-align: center !important;
}

.H3098-R4830-J3893_footer-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #ecf0f1 !important;
}

.H3098-R4830-J3893_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.H3098-R4830-J3893_footer-item {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

.H3098-R4830-J3893_footer-highlight {
    color: #3498db !important;
    font-weight: 600 !important;
}

/* 상품정보 이미지 섹션 스타일 */
.H3098-R4830-J3893_product-images {
    margin: 30px 0 !important;
    padding: 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 15px !important;
    border: 2px solid #e74c3c !important;
}

.H3098-R4830-J3893_product-image-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: 2px solid #e74c3c !important;
}

.H3098-R4830-J3893_product-image-container {
    margin: 20px 0 !important;
    text-align: center !important;
    background: white !important;
    padding: 15px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1) !important;
}

.H3098-R4830-J3893_product-image-container img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .H3098-R4830-J3893_wrapper {
        padding: 15px !important;
    }
    
    .H3098-R4830-J3893_title {
        font-size: 24px !important;
    }
    
    .H3098-R4830-J3893_price {
        font-size: 22px !important;
    }
    
    .H3098-R4830-J3893_features {
        grid-template-columns: 1fr !important;
    }
    
    .H3098-R4830-J3893_spec-row {
        flex-direction: column !important;
    }
    
    .H3098-R4830-J3893_spec-label {
        min-width: auto !important;
    }
    
    .H3098-R4830-J3893_footer-info {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .H3098-R4830-J3893_title {
        font-size: 20px !important;
    }
    
    .H3098-R4830-J3893_price {
        font-size: 18px !important;
        padding: 8px 15px !important;
    }
    
    .H3098-R4830-J3893_feature-card {
        padding: 20px !important;
    }
    
    .H3098-R4830-J3893_story {
        padding: 30px 20px !important;
    }
}