/* COOKZZANG Mall 상세페이지 CSS - PP고강도 실링1용기 9156 블랙 */
/* 제품 코드: I3694-V9517-I7576 */

/* 전체 컨테이너 리셋 */
.I3694-V9517-I7576_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 메인 컨테이너 */
.I3694-V9517-I7576_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: #fff !important;
}

/* 헤더 섹션 */
.I3694-V9517-I7576_header {
    text-align: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    margin-bottom: 0 !important;
}

.I3694-V9517-I7576_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;
}

.I3694-V9517-I7576_subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

/* 가격 섹션 */
.I3694-V9517-I7576_price-section {
    background: #f8f9fa !important;
    padding: 30px !important;
    text-align: center !important;
    border-bottom: 3px solid #667eea !important;
}

.I3694-V9517-I7576_price-container {
    display: inline-block !important;
    background: white !important;
    padding: 20px 40px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border: 2px solid #667eea !important;
}

.I3694-V9517-I7576_original-price {
    font-size: 16px !important;
    color: #999 !important;
    text-decoration: line-through !important;
    margin-bottom: 5px !important;
}

.I3694-V9517-I7576_current-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
    margin-bottom: 5px !important;
}

.I3694-V9517-I7576_discount-badge {
    background: #e74c3c !important;
    color: white !important;
    padding: 5px 15px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
}

/* 제품 정보 카드 */
.I3694-V9517-I7576_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    padding: 40px 20px !important;
    background: #f8f9fa !important;
}

.I3694-V9517-I7576_info-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-left: 5px solid #667eea !important;
    transition: transform 0.3s ease !important;
}

.I3694-V9517-I7576_info-card:hover {
    transform: translateY(-5px) !important;
}

.I3694-V9517-I7576_card-icon {
    font-size: 30px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.I3694-V9517-I7576_card-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #667eea !important;
    margin-bottom: 10px !important;
}

.I3694-V9517-I7576_card-content {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.5 !important;
}

/* 특징 섹션 */
.I3694-V9517-I7576_features {
    padding: 50px 20px !important;
    background: white !important;
}

.I3694-V9517-I7576_section-title {
    text-align: center !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 40px !important;
    position: relative !important;
}

.I3694-V9517-I7576_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background: #667eea !important;
    border-radius: 2px !important;
}

.I3694-V9517-I7576_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.I3694-V9517-I7576_feature-item {
    text-align: center !important;
    padding: 30px 20px !important;
    background: #f8f9fa !important;
    border-radius: 15px !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
}

.I3694-V9517-I7576_feature-item:hover {
    border-color: #667eea !important;
    background: white !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
}

.I3694-V9517-I7576_feature-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.I3694-V9517-I7576_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

.I3694-V9517-I7576_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 사용 가이드 섹션 */
.I3694-V9517-I7576_usage-guide {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    padding: 50px 20px !important;
}

.I3694-V9517-I7576_guide-steps {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.I3694-V9517-I7576_step-item {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    position: relative !important;
}

.I3694-V9517-I7576_step-number {
    background: #667eea !important;
    color: white !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 auto 20px !important;
}

.I3694-V9517-I7576_step-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
}

.I3694-V9517-I7576_step-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* CTA 섹션 */
.I3694-V9517-I7576_cta-section {
    background: #667eea !important;
    color: white !important;
    padding: 50px 20px !important;
    text-align: center !important;
}

.I3694-V9517-I7576_cta-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.I3694-V9517-I7576_cta-desc {
    font-size: 16px !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
}

.I3694-V9517-I7576_cta-button {
    display: inline-block !important;
    background: #e74c3c !important;
    color: white !important;
    padding: 15px 40px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-radius: 30px !important;
    transition: all 0.3s ease !important;
    border: none !important;
    cursor: pointer !important;
}

.I3694-V9517-I7576_cta-button:hover {
    background: #c0392b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

/* 푸터 섹션 */
.I3694-V9517-I7576_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 40px 20px !important;
    text-align: center !important;
}

.I3694-V9517-I7576_footer-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #ecf0f1 !important;
}

.I3694-V9517-I7576_footer-info {
    font-size: 14px !important;
    line-height: 1.8 !important;
    color: #bdc3c7 !important;
    margin-bottom: 10px !important;
}

.I3694-V9517-I7576_footer-highlight {
    color: #3498db !important;
    font-weight: 600 !important;
}

/* 스토리 섹션 */
.I3694-V9517-I7576_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.I3694-V9517-I7576_story-text {
    font-size: 18px !important;
    color: #555 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .I3694-V9517-I7576_title {
        font-size: 24px !important;
    }
    
    .I3694-V9517-I7576_current-price {
        font-size: 28px !important;
    }
    
    .I3694-V9517-I7576_info-cards {
        grid-template-columns: 1fr !important;
        padding: 20px 10px !important;
    }
    
    .I3694-V9517-I7576_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .I3694-V9517-I7576_guide-steps {
        grid-template-columns: 1fr !important;
    }
}

/* Product Images Section */
.I3694-V9517-I7576_images-section {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef) !important;
    padding: 40px 20px !important;
    margin: 30px 0 !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    border: 2px solid #dee2e6 !important;
}

.I3694-V9517-I7576_images-gallery {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-bottom: 30px !important;
}

.I3694-V9517-I7576_image-container {
    background: white !important;
    border-radius: 12px !important;
    padding: 15px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: 1px solid #e9ecef !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.I3694-V9517-I7576_image-container:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.I3694-V9517-I7576_product-image,
.I3694-V9517-I7576_spec-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    margin-bottom: 10px !important;
}

.I3694-V9517-I7576_image-caption {
    text-align: center !important;
    color: #6c757d !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

.I3694-V9517-I7576_spec-highlight {
    background: white !important;
    border-radius: 12px !important;
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: 1px solid #e9ecef !important;
}

.I3694-V9517-I7576_spec-title {
    color: #2c3e50 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #3498db !important;
}

.I3694-V9517-I7576_spec-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 15px !important;
}

.I3694-V9517-I7576_spec-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 15px !important;
    background: #f8f9fa !important;
    border-radius: 8px !important;
    border-left: 4px solid #3498db !important;
    transition: background-color 0.3s ease !important;
}

.I3694-V9517-I7576_spec-item:hover {
    background: #e9ecef !important;
}

.I3694-V9517-I7576_spec-label {
    font-weight: 600 !important;
    color: #495057 !important;
    font-size: 14px !important;
}

.I3694-V9517-I7576_spec-value {
    font-weight: 700 !important;
    color: #2c3e50 !important;
    font-size: 14px !important;
}

@media (max-width: 480px) {
    .I3694-V9517-I7576_header {
        padding: 20px 10px !important;
    }
    
    .I3694-V9517-I7576_price-section {
        padding: 20px 10px !important;
    }
    
    .I3694-V9517-I7576_features {
        padding: 30px 10px !important;
    }
    
    .I3694-V9517-I7576_usage-guide {
        padding: 30px 10px !important;
    }
    
    .I3694-V9517-I7576_images-section {
        padding: 20px 10px !important;
        margin: 20px 0 !important;
    }
    
    .I3694-V9517-I7576_images-gallery {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .I3694-V9517-I7576_spec-grid {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    
    .I3694-V9517-I7576_spec-title {
        font-size: 18px !important;
    }
}