/* 새우젓 20kg 베트남 A급 상세페이지 스타일 */

/* 전체 래퍼 초기화 */
.S2589-E1228-B0045_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.S2589-E1228-B0045_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #fff !important;
    width: 100% !important;
}

/* 컨테이너 */
.S2589-E1228-B0045_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 메인 헤더 섹션 */
.S2589-E1228-B0045_hero-section {
    background: linear-gradient(135deg, #ff6b6b, #ff8e8e) !important;
    color: white !important;
    padding: 60px 0 !important;
    text-align: center !important;
}

.S2589-E1228-B0045_product-title {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.S2589-E1228-B0045_product-subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
}

.S2589-E1228-B0045_quality-badge {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.S2589-E1228-B0045_badge {
    background: rgba(255,255,255,0.2) !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-weight: 500 !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
}

/* 제품 정보 섹션 */
.S2589-E1228-B0045_product-info {
    padding: 80px 0 !important;
    background-color: #f8f9fa !important;
}

.S2589-E1228-B0045_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.S2589-E1228-B0045_info-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
    border: 3px solid #ff6b6b !important;
}

.S2589-E1228-B0045_info-card:hover {
    transform: translateY(-5px) !important;
}

.S2589-E1228-B0045_info-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.S2589-E1228-B0045_info-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #ff6b6b !important;
}

.S2589-E1228-B0045_info-desc {
    font-size: 16px !important;
    color: #666 !important;
}

/* 상품 이미지 갤러리 섹션 */
.S2589-E1228-B0045_image-gallery {
    padding: 80px 0 !important;
    background: white !important;
}

.S2589-E1228-B0045_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 40px !important;
}

.S2589-E1228-B0045_image-item {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    background: white !important;
}

.S2589-E1228-B0045_image-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2) !important;
}

.S2589-E1228-B0045_product-image {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}

.S2589-E1228-B0045_image-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(transparent, rgba(0,0,0,0.8)) !important;
    padding: 40px 20px 20px !important;
    transform: translateY(100%) !important;
    transition: transform 0.3s ease !important;
}

.S2589-E1228-B0045_image-item:hover .S2589-E1228-B0045_image-overlay {
    transform: translateY(0) !important;
}

.S2589-E1228-B0045_image-caption {
    color: white !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-align: center !important;
    margin: 0 !important;
}

/* 특징 섹션 */
.S2589-E1228-B0045_features {
    padding: 80px 0 !important;
    background: white !important;
}

.S2589-E1228-B0045_section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 60px !important;
    color: #333 !important;
}
.S2589-E1228-B0045_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 40px !important;
}

.S2589-E1228-B0045_feature-item {
    padding: 40px !important;
    background: linear-gradient(135deg, #ffeaa7, #fdcb6e) !important;
    border-radius: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

.S2589-E1228-B0045_feature-number {
    position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    width: 60px !important;
    height: 60px !important;
    background: #ff6b6b !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.S2589-E1228-B0045_feature-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #d63031 !important;
}

.S2589-E1228-B0045_feature-desc {
    font-size: 16px !important;
    color: #2d3436 !important;
    line-height: 1.6 !important;
}

/* 사용법 섹션 */
.S2589-E1228-B0045_usage {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #74b9ff, #0984e3) !important;
}

.S2589-E1228-B0045_usage .S2589-E1228-B0045_section-title {
    color: white !important;
}

.S2589-E1228-B0045_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.S2589-E1228-B0045_usage-item {
    background: rgba(255,255,255,0.1) !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
    color: white !important;
}

.S2589-E1228-B0045_usage-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.S2589-E1228-B0045_usage-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.S2589-E1228-B0045_usage-desc {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

/* 보관 방법 섹션 */
.S2589-E1228-B0045_storage {
    padding: 80px 0 !important;
    background: #f8f9fa !important;
}

.S2589-E1228-B0045_storage-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.S2589-E1228-B0045_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 40px !important;
    color: #333 !important;
}

.S2589-E1228-B0045_storage-tips {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.S2589-E1228-B0045_tip-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    padding: 20px !important;
    background: white !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    border-left: 5px solid #ff6b6b !important;
}

.S2589-E1228-B0045_tip-icon {
    font-size: 24px !important;
    flex-shrink: 0 !important;
}

.S2589-E1228-B0045_story-text {
    font-size: 18px !important;
    color: #333 !important;
    text-align: left !important;
}

/* 푸터 섹션 */
.S2589-E1228-B0045_footer {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #2d3436, #636e72) !important;
    color: white !important;
}

.S2589-E1228-B0045_footer-content {
    text-align: center !important;
}

.S2589-E1228-B0045_footer-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ffeaa7 !important;
}

.S2589-E1228-B0045_company-name {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
}

.S2589-E1228-B0045_contact-info {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

.S2589-E1228-B0045_contact-item {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

.S2589-E1228-B0045_footer-desc {
    font-size: 16px !important;
    opacity: 0.8 !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .S2589-E1228-B0045_container {
        padding: 0 15px !important;
    }
    
    .S2589-E1228-B0045_product-title {
        font-size: 28px !important;
    }
    
    .S2589-E1228-B0045_product-subtitle {
        font-size: 16px !important;
    }
    
    .S2589-E1228-B0045_section-title {
        font-size: 28px !important;
    }
    
    .S2589-E1228-B0045_info-grid,
    .S2589-E1228-B0045_features-grid,
    .S2589-E1228-B0045_usage-grid,
    .S2589-E1228-B0045_gallery-grid {
        grid-template-columns: 1fr !important;
    }
    
    .S2589-E1228-B0045_quality-badge {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .S2589-E1228-B0045_contact-info {
        flex-direction: column !important;
        gap: 10px !important;
    }
}

@media (max-width: 480px) {
    .S2589-E1228-B0045_hero-section {
        padding: 40px 0 !important;
    }
    
    .S2589-E1228-B0045_product-title {
        font-size: 24px !important;
    }
    
    .S2589-E1228-B0045_info-card {
        padding: 30px 20px !important;
    }
    
    .S2589-E1228-B0045_feature-item {
        padding: 30px 20px !important;
    }
    
    .S2589-E1228-B0045_usage-item {
        padding: 30px 20px !important;
    }
    
    .S2589-E1228-B0045_product-image {
        height: 200px !important;
    }
}