/* PP고강도 실링용기4호 상세페이지 스타일 */
/* 모든 스타일은 S0986-K6878-G1824_ 접두사로 범위 제한 */

/* Reset and Base Styles */
.S0986-K6878-G1824_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

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

/* Hero Section */
.S0986-K6878-G1824_hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 60px 40px !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.S0986-K6878-G1824_hero::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px) !important;
    background-size: 20px 20px !important;
    animation: float 20s ease-in-out infinite !important;
    z-index: 0 !important;
}

@keyframes float {
    0%, 100% { transform: translate(0px, 0px) rotate(0deg) !important; }
    33% { transform: translate(30px, -30px) rotate(120deg) !important; }
    66% { transform: translate(-20px, 20px) rotate(240deg) !important; }
}

.S0986-K6878-G1824_hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.S0986-K6878-G1824_badge-container {
    margin-bottom: 20px !important;
}

.S0986-K6878-G1824_hot-badge,
.S0986-K6878-G1824_free-shipping {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    margin: 0 5px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: white !important;
}

.S0986-K6878-G1824_product-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.S0986-K6878-G1824_price-section {
    margin-bottom: 20px !important;
}

.S0986-K6878-G1824_original-price {
    font-size: 18px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
    margin-right: 10px !important;
}

.S0986-K6878-G1824_discount {
    background: #ff6b35 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
}

.S0986-K6878-G1824_final-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffd700 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.S0986-K6878-G1824_hero-description {
    font-size: 18px !important;
    opacity: 0.9 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Gallery Section */
.S0986-K6878-G1824_gallery {
    margin-bottom: 50px !important;
    background: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 15px !important;
}

.S0986-K6878-G1824_image-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.S0986-K6878-G1824_image-card {
    background: white !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.S0986-K6878-G1824_image-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.S0986-K6878-G1824_image-placeholder {
    padding: 30px 20px !important;
    text-align: center !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    height: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}

.S0986-K6878-G1824_image-icon {
    font-size: 40px !important;
    margin-bottom: 10px !important;
}

.S0986-K6878-G1824_image-title {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.S0986-K6878-G1824_image-desc {
    font-size: 12px !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
}

/* Features Section */
.S0986-K6878-G1824_features {
    margin-bottom: 50px !important;
}

.S0986-K6878-G1824_section-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    color: #2c3e50 !important;
}

.S0986-K6878-G1824_feature-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.S0986-K6878-G1824_feature-card {
    background: white !important;
    border: 2px solid #e8f4f8 !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
}

.S0986-K6878-G1824_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
    border-color: #3498db !important;
}

.S0986-K6878-G1824_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.S0986-K6878-G1824_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.S0986-K6878-G1824_feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Specs Section */
.S0986-K6878-G1824_specs {
    background: #f8f9fa !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-bottom: 50px !important;
}

.S0986-K6878-G1824_specs-container {
    display: grid !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.S0986-K6878-G1824_spec-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: white !important;
    border-radius: 10px !important;
    border-left: 4px solid #3498db !important;
}

.S0986-K6878-G1824_spec-label {
    font-weight: 600 !important;
    color: #2c3e50 !important;
    min-width: 120px !important;
}

.S0986-K6878-G1824_spec-value {
    color: #666 !important;
    text-align: right !important;
}

/* Usage Section */
.S0986-K6878-G1824_usage {
    margin-bottom: 50px !important;
}

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

.S0986-K6878-G1824_usage-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.S0986-K6878-G1824_usage-item::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -50% !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px) !important;
    background-size: 15px 15px !important;
}

.S0986-K6878-G1824_usage-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.S0986-K6878-G1824_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.S0986-K6878-G1824_usage-desc {
    font-size: 14px !important;
    opacity: 0.9 !important;
    line-height: 1.5 !important;
}

/* Reviews Section */
.S0986-K6878-G1824_reviews {
    margin-bottom: 50px !important;
}

.S0986-K6878-G1824_review-container {
    display: grid !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.S0986-K6878-G1824_review-card {
    background: white !important;
    border: 1px solid #e1e8ed !important;
    border-radius: 15px !important;
    padding: 25px !important;
    position: relative !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1) !important;
}

.S0986-K6878-G1824_review-card::before {
    content: '"' !important;
    position: absolute !important;
    top: -10px !important;
    left: 20px !important;
    font-size: 60px !important;
    color: #3498db !important;
    opacity: 0.3 !important;
}

.S0986-K6878-G1824_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.S0986-K6878-G1824_review-rating {
    font-size: 16px !important;
}

.S0986-K6878-G1824_review-author {
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.S0986-K6878-G1824_review-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    margin-bottom: 15px !important;
}

.S0986-K6878-G1824_review-date {
    font-size: 12px !important;
    color: #999 !important;
    text-align: right !important;
}

/* Story Section */
.S0986-K6878-G1824_story {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    color: white !important;
    padding: 50px 40px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}

.S0986-K6878-G1824_story-heading {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.S0986-K6878-G1824_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.S0986-K6878-G1824_story-text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 15px !important;
    opacity: 0.95 !important;
}

/* Footer Section */
.S0986-K6878-G1824_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 15px !important;
    text-align: center !important;
}

.S0986-K6878-G1824_footer-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #3498db !important;
}

.S0986-K6878-G1824_footer-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
}

.S0986-K6878-G1824_footer-company,
.S0986-K6878-G1824_footer-contact,
.S0986-K6878-G1824_footer-email {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .S0986-K6878-G1824_wrapper {
        padding: 15px !important;
    }
    
    .S0986-K6878-G1824_hero {
        padding: 40px 20px !important;
    }
    
    .S0986-K6878-G1824_product-title {
        font-size: 24px !important;
    }
    
    .S0986-K6878-G1824_final-price {
        font-size: 24px !important;
    }
    
    .S0986-K6878-G1824_section-title {
        font-size: 22px !important;
    }
    
    .S0986-K6878-G1824_feature-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .S0986-K6878-G1824_image-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .S0986-K6878-G1824_gallery {
        padding: 30px 20px !important;
    }
    
    .S0986-K6878-G1824_image-placeholder {
        height: 180px !important;
        padding: 25px 15px !important;
    }
    
    .S0986-K6878-G1824_usage-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .S0986-K6878-G1824_spec-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .S0986-K6878-G1824_spec-value {
        text-align: left !important;
    }
    
    .S0986-K6878-G1824_story {
        padding: 30px 20px !important;
    }
    
    .S0986-K6878-G1824_story-heading {
        font-size: 20px !important;
    }
    
    .S0986-K6878-G1824_story-text {
        font-size: 16px !important;
    }
    
    .S0986-K6878-G1824_footer {
        padding: 30px 20px !important;
    }
}
