/* 참고을 고춧가루 청양 김치용 상세페이지 CSS - D6655-Y7694-Z6288 */

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

.D6655-Y7694-Z6288_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #fff8f0 0%, #ffeae0 100%) !important;
}

.D6655-Y7694-Z6288_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 헤더 섹션 */
.D6655-Y7694-Z6288_header {
    padding: 60px 0 !important;
    background: linear-gradient(135deg, #d73502 0%, #ff6b35 100%) !important;
    color: white !important;
}

.D6655-Y7694-Z6288_hero {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    flex-wrap: wrap !important;
}

.D6655-Y7694-Z6288_hero-content {
    flex: 1 !important;
    min-width: 300px !important;
}

.D6655-Y7694-Z6288_title {
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.D6655-Y7694-Z6288_subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
}
.D6655-Y7694-Z6288_price {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
}

.D6655-Y7694-Z6288_price-value {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #fff200 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.D6655-Y7694-Z6288_price-unit {
    font-size: 18px !important;
    opacity: 0.8 !important;
}

.D6655-Y7694-Z6288_hero-image {
    flex: 1 !important;
    text-align: center !important;
    min-width: 300px !important;
}

.D6655-Y7694-Z6288_main-image {
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3) !important;
    transition: transform 0.3s ease !important;
}

.D6655-Y7694-Z6288_main-image:hover {
    transform: scale(1.05) !important;
}

/* 특징 섹션 */
.D6655-Y7694-Z6288_features {
    padding: 80px 0 !important;
    background: white !important;
}
.D6655-Y7694-Z6288_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    color: #d73502 !important;
}

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

.D6655-Y7694-Z6288_feature-card {
    background: linear-gradient(135deg, #fff 0%, #fafafa 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(215, 53, 2, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.D6655-Y7694-Z6288_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(215, 53, 2, 0.2) !important;
}

.D6655-Y7694-Z6288_feature-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.D6655-Y7694-Z6288_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #d73502 !important;
}

.D6655-Y7694-Z6288_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.8 !important;
}
/* 제품 정보 섹션 */
.D6655-Y7694-Z6288_info {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #fff8f0 0%, #ffeae0 100%) !important;
}

.D6655-Y7694-Z6288_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.D6655-Y7694-Z6288_info-item {
    background: white !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    border-left: 4px solid #d73502 !important;
}

.D6655-Y7694-Z6288_info-label {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #d73502 !important;
    margin-bottom: 10px !important;
}

.D6655-Y7694-Z6288_info-value {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

/* 활용법 섹션 */
.D6655-Y7694-Z6288_usage {
    padding: 80px 0 !important;
    background: white !important;
}

.D6655-Y7694-Z6288_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}
.D6655-Y7694-Z6288_usage-item {
    text-align: center !important;
    padding: 25px !important;
}

.D6655-Y7694-Z6288_usage-icon {
    font-size: 60px !important;
    margin-bottom: 20px !important;
}

.D6655-Y7694-Z6288_usage-item h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #d73502 !important;
}

.D6655-Y7694-Z6288_story-text {
    font-size: 18px !important;
    color: #666 !important;
    line-height: 1.7 !important;
}


/* 푸터 섹션 */
.D6655-Y7694-Z6288_footer {
    padding: 60px 0 40px !important;
    background: #2c1810 !important;
    color: white !important;
}

.D6655-Y7694-Z6288_footer-content {
    text-align: center !important;
}

.D6655-Y7694-Z6288_footer-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: #ff6b35 !important;
}

.D6655-Y7694-Z6288_footer-info {
    margin-bottom: 30px !important;
    line-height: 1.8 !important;
}

.D6655-Y7694-Z6288_footer-info p {
    margin-bottom: 8px !important;
    font-size: 16px !important;
}

.D6655-Y7694-Z6288_footer-copyright {
    padding-top: 30px !important;
    border-top: 1px solid #444 !important;
    opacity: 0.7 !important;
}

/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .D6655-Y7694-Z6288_hero {
        flex-direction: column !important;
        text-align: center !important;
        gap: 40px !important;
    }
    
    .D6655-Y7694-Z6288_title {
        font-size: 28px !important;
    }
    
    .D6655-Y7694-Z6288_price-value {
        font-size: 24px !important;
    }
    
    .D6655-Y7694-Z6288_container {
        padding: 0 15px !important;
    }
    
    .D6655-Y7694-Z6288_feature-grid,
    .D6655-Y7694-Z6288_info-grid,
    .D6655-Y7694-Z6288_usage-grid,
    .D6655-Y7694-Z6288_review-grid {
        grid-template-columns: 1fr !important;
    }
}

/* 리뷰 섹션 */
.D6655-Y7694-Z6288_reviews {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #fff8f0 0%, #ffeae0 100%) !important;
}

.D6655-Y7694-Z6288_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.D6655-Y7694-Z6288_review-item {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(215, 53, 2, 0.1) !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}

.D6655-Y7694-Z6288_review-item:hover {
    transform: translateY(-5px) !important;
}

.D6655-Y7694-Z6288_review-stars {
    font-size: 20px !important;
    margin-bottom: 15px !important;
}

.D6655-Y7694-Z6288_review-text {
    font-size: 16px !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
    font-style: italic !important;
}

.D6655-Y7694-Z6288_review-author {
    font-size: 14px !important;
    color: #d73502 !important;
    font-weight: 600 !important;
}