/* 고강도PP 실링용기 5호 상세페이지 스타일 */
/* 모든 스타일은 E2763-X6074-J0541_ 접두사로 범위 제한 */

/* Reset and Base Styles */
.E2763-X6074-J0541_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.E2763-X6074-J0541_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 */
.E2763-X6074-J0541_hero {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa726 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;
}

.E2763-X6074-J0541_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.2) 1px, transparent 1px) !important;
    background-size: 25px 25px !important;
    animation: float 25s ease-in-out infinite !important;
    z-index: 0 !important;
}

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

.E2763-X6074-J0541_hero-content {
    position: relative !important;
    z-index: 1 !important;
}

.E2763-X6074-J0541_badge-container {
    margin-bottom: 20px !important;
}

.E2763-X6074-J0541_hot-badge,
.E2763-X6074-J0541_new-badge,
.E2763-X6074-J0541_free-shipping,
.E2763-X6074-J0541_size-badge {
    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;
}

.E2763-X6074-J0541_size-badge {
    background: rgba(255, 87, 34, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.E2763-X6074-J0541_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;
}

.E2763-X6074-J0541_price-section {
    margin-bottom: 20px !important;
}

.E2763-X6074-J0541_original-price {
    font-size: 18px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
    margin-right: 10px !important;
}

.E2763-X6074-J0541_discount {
    background: #4caf50 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-right: 10px !important;
}

.E2763-X6074-J0541_final-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.E2763-X6074-J0541_hero-description {
    font-size: 18px !important;
    opacity: 0.9 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* Gallery Section */
.E2763-X6074-J0541_gallery {
    margin-bottom: 50px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 40px !important;
    border-radius: 15px !important;
}

.E2763-X6074-J0541_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;
}

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

.E2763-X6074-J0541_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;
}

.E2763-X6074-J0541_image-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(255,107,107,0.3) !important;
}

.E2763-X6074-J0541_image-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #333 !important;
    text-align: center !important;
}

.E2763-X6074-J0541_image-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
    text-align: center !important;
}
    font-size: 12px !important;
    opacity: 0.9 !important;
    line-height: 1.4 !important;
}

/* Features Section */
.E2763-X6074-J0541_features {
    margin-bottom: 50px !important;
}

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

.E2763-X6074-J0541_feature-card {
    background: white !important;
    border: 2px solid #fff3e0 !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;
}

.E2763-X6074-J0541_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
    border-color: #ff6b6b !important;
    background: linear-gradient(135deg, #fff8f5 0%, #ffffff 100%) !important;
}

.E2763-X6074-J0541_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.E2763-X6074-J0541_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    color: #2c3e50 !important;
}

.E2763-X6074-J0541_feature-desc {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

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

.E2763-X6074-J0541_specs-container {
    display: grid !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.E2763-X6074-J0541_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 #ff6b6b !important;
}

.E2763-X6074-J0541_spec-label {
    font-weight: 600 !important;
    color: #2c3e50 !important;
    min-width: 120px !important;
}

.E2763-X6074-J0541_spec-value {
    color: #666 !important;
    text-align: right !important;
}

/* Usage Section */
.E2763-X6074-J0541_usage {
    margin-bottom: 50px !important;
}

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

.E2763-X6074-J0541_usage-item {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa726 100%) !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.E2763-X6074-J0541_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;
}

.E2763-X6074-J0541_usage-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.E2763-X6074-J0541_usage-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.E2763-X6074-J0541_usage-desc {
    font-size: 14px !important;
    opacity: 0.9 !important;
    line-height: 1.5 !important;
}

/* Reviews Section */
.E2763-X6074-J0541_reviews {
    margin-bottom: 50px !important;
}

.E2763-X6074-J0541_review-container {
    display: grid !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.E2763-X6074-J0541_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;
}

.E2763-X6074-J0541_review-card::before {
    content: '"' !important;
    position: absolute !important;
    top: -10px !important;
    left: 20px !important;
    font-size: 60px !important;
    color: #ff6b6b !important;
    opacity: 0.3 !important;
}

.E2763-X6074-J0541_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.E2763-X6074-J0541_review-rating {
    font-size: 16px !important;
}

.E2763-X6074-J0541_review-author {
    font-weight: 600 !important;
    color: #2c3e50 !important;
}

.E2763-X6074-J0541_review-text {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    margin-bottom: 15px !important;
}

.E2763-X6074-J0541_review-date {
    font-size: 12px !important;
    color: #999 !important;
    text-align: right !important;
}

/* Story Section */
.E2763-X6074-J0541_story {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa726 100%) !important;
    color: white !important;
    padding: 50px 40px !important;
    border-radius: 20px !important;
    margin-bottom: 50px !important;
    text-align: center !important;
}

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

.E2763-X6074-J0541_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.E2763-X6074-J0541_story-text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 15px !important;
    opacity: 0.95 !important;
}

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

.E2763-X6074-J0541_footer-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #ff6b6b !important;
}

.E2763-X6074-J0541_footer-info {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: center !important;
}

.E2763-X6074-J0541_footer-company,
.E2763-X6074-J0541_footer-contact,
.E2763-X6074-J0541_footer-email {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .E2763-X6074-J0541_wrapper {
        padding: 15px !important;
    }
    
    .E2763-X6074-J0541_hero {
        padding: 40px 20px !important;
    }
    
    .E2763-X6074-J0541_product-title {
        font-size: 24px !important;
    }
    
    .E2763-X6074-J0541_final-price {
        font-size: 24px !important;
    }
    
    .E2763-X6074-J0541_section-title {
        font-size: 22px !important;
    }
    
    .E2763-X6074-J0541_feature-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .E2763-X6074-J0541_image-grid {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .E2763-X6074-J0541_gallery {
        padding: 30px 20px !important;
    }
    
    .E2763-X6074-J0541_usage-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .E2763-X6074-J0541_spec-item {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 5px !important;
    }
    
    .E2763-X6074-J0541_spec-value {
        text-align: left !important;
    }
    
    .E2763-X6074-J0541_story {
        padding: 30px 20px !important;
    }
    
    .E2763-X6074-J0541_story-heading {
        font-size: 20px !important;
    }
    
    .E2763-X6074-J0541_story-text {
        font-size: 16px !important;
    }
    
    .E2763-X6074-J0541_footer {
        padding: 30px 20px !important;
    }
}

/* Product Image Styles */
.E2763-X6074-J0541_product-image {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.E2763-X6074-J0541_product-image:hover {
    transform: scale(1.02) !important;
}

.E2763-X6074-J0541_image-card {
    background: #fff !important;
    border-radius: 15px !important;
    padding: 20px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid #f0f0f0 !important;
}

.E2763-X6074-J0541_image-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
}

@media (max-width: 768px) {
    .E2763-X6074-J0541_product-image {
        height: 220px !important;
    }
}
