/* COOKZZANG Mall - 쉐프원 사골곰탕분말 상세페이지 스타일 */
/* Product Code: V7117-B0600-E7361 */

/* Reset and Base Styles */
.V7117-B0600-E7361_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.V7117-B0600-E7361_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #3E2723 !important;
    background-color: #FAFAFA !important;
    line-height: 1.6 !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Hero Section */
.V7117-B0600-E7361_hero {
    background: linear-gradient(135deg, #8B4513 0%, #A0522D 100%) !important;
    padding: 60px 30px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 40px !important;
    border-radius: 0 0 30px 30px !important;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.2) !important;
}

.V7117-B0600-E7361_hero-content {
    flex: 1 !important;
    min-width: 300px !important;
}

.V7117-B0600-E7361_hero-badge {
    background-color: #DAA520 !important;
    color: #FFFFFF !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    margin-bottom: 20px !important;
}

.V7117-B0600-E7361_hero-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #FFFFFF !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.V7117-B0600-E7361_hero-subtitle {
    font-size: 20px !important;
    color: #FFF8DC !important;
    margin-bottom: 30px !important;
    font-weight: 400 !important;
}

.V7117-B0600-E7361_hero-price {
    display: flex !important;
    align-items: baseline !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.V7117-B0600-E7361_price-label {
    font-size: 16px !important;
    color: #FFF8DC !important;
    font-weight: 500 !important;
}

.V7117-B0600-E7361_price-value {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #FFD700 !important;
}

.V7117-B0600-E7361_price-unit {
    font-size: 18px !important;
    color: #FFF8DC !important;
    font-weight: 400 !important;
}

.V7117-B0600-E7361_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.V7117-B0600-E7361_hero-image img {
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3) !important;
    max-width: 100% !important;
    height: auto !important;
}

/* Section Title */
.V7117-B0600-E7361_section-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin: 60px 0 40px 0 !important;
    padding: 0 20px !important;
}

/* Features Section */
.V7117-B0600-E7361_features {
    padding: 40px 20px !important;
    background-color: #FFFFFF !important;
}

.V7117-B0600-E7361_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.V7117-B0600-E7361_feature-card {
    background: linear-gradient(135deg, #FFF8DC 0%, #F5DEB3 100%) !important;
    padding: 30px 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid #DAA520 !important;
}

.V7117-B0600-E7361_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.2) !important;
}

.V7117-B0600-E7361_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V7117-B0600-E7361_feature-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    margin-bottom: 12px !important;
}

.V7117-B0600-E7361_feature-desc {
    font-size: 16px !important;
    color: #5D4037 !important;
    line-height: 1.6 !important;
}

/* Story Section */
.V7117-B0600-E7361_story {
    padding: 60px 30px !important;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8DC 100%) !important;
    margin: 40px 0 !important;
}

.V7117-B0600-E7361_story-title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    line-height: 1.4 !important;
}

.V7117-B0600-E7361_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.V7117-B0600-E7361_story-text {
    font-size: 18px !important;
    color: #5D4037 !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: justify !important;
}

/* Product Info Section */
.V7117-B0600-E7361_product-info {
    padding: 40px 30px !important;
    background-color: #FFFFFF !important;
    margin: 40px 0 !important;
}

.V7117-B0600-E7361_info-grid {
    max-width: 900px !important;
    margin: 0 auto !important;
    background-color: #FAFAFA !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
}

.V7117-B0600-E7361_info-row {
    display: flex !important;
    border-bottom: 1px solid #E0E0E0 !important;
    transition: background-color 0.2s ease !important;
}

.V7117-B0600-E7361_info-row:last-child {
    border-bottom: none !important;
}

.V7117-B0600-E7361_info-row:hover {
    background-color: #FFF8DC !important;
}

.V7117-B0600-E7361_info-label {
    flex: 0 0 180px !important;
    padding: 20px 25px !important;
    background-color: #8B4513 !important;
    color: #FFFFFF !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.V7117-B0600-E7361_info-value {
    flex: 1 !important;
    padding: 20px 25px !important;
    font-size: 16px !important;
    color: #3E2723 !important;
}

.V7117-B0600-E7361_info-value.price-highlight {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #8B4513 !important;
}

/* Gallery Section */
.V7117-B0600-E7361_gallery {
    padding: 40px 30px !important;
    background-color: #FAFAFA !important;
}

.V7117-B0600-E7361_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
    gap: 30px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.V7117-B0600-E7361_gallery-item {
    background-color: #FFFFFF !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.V7117-B0600-E7361_gallery-item:hover {
    transform: scale(1.02) !important;
}

.V7117-B0600-E7361_gallery-caption {
    padding: 20px !important;
    text-align: center !important;
    font-size: 16px !important;
    color: #5D4037 !important;
    font-weight: 500 !important;
}

/* Reviews Section */
.V7117-B0600-E7361_reviews {
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #FFF8DC 0%, #F5DEB3 100%) !important;
    margin: 40px 0 !important;
}

.V7117-B0600-E7361_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
}

.V7117-B0600-E7361_review-card {
    background-color: #FFFFFF !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(139, 69, 19, 0.15) !important;
    border-left: 4px solid #DAA520 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.V7117-B0600-E7361_review-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.25) !important;
}

.V7117-B0600-E7361_review-stars {
    color: #DAA520 !important;
    font-size: 20px !important;
    margin-bottom: 12px !important;
    letter-spacing: 2px !important;
}

.V7117-B0600-E7361_review-text {
    font-size: 16px !important;
    color: #3E2723 !important;
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    font-weight: 500 !important;
}

.V7117-B0600-E7361_review-author {
    font-size: 14px !important;
    color: #8B4513 !important;
    font-style: italic !important;
    text-align: right !important;
}

/* Tips Section */
.V7117-B0600-E7361_tips {
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #FFF8DC 0%, #F5DEB3 100%) !important;
    margin: 40px 0 !important;
}

.V7117-B0600-E7361_tips-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.V7117-B0600-E7361_tip-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
    padding: 20px !important;
    background-color: #FFFFFF !important;
    border-radius: 12px !important;
    box-shadow: 0 3px 10px rgba(139, 69, 19, 0.1) !important;
}

.V7117-B0600-E7361_tip-number {
    flex-shrink: 0 !important;
    width: 40px !important;
    height: 40px !important;
    background-color: #8B4513 !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}

.V7117-B0600-E7361_tip-text {
    flex: 1 !important;
    font-size: 17px !important;
    color: #3E2723 !important;
    line-height: 1.6 !important;
}

/* Footer Section */
.V7117-B0600-E7361_footer {
    background: linear-gradient(135deg, #3E2723 0%, #5D4037 100%) !important;
    color: #FFFFFF !important;
    padding: 50px 30px 30px 30px !important;
    margin-top: 60px !important;
}

.V7117-B0600-E7361_footer-content {
    max-width: 1100px !important;
    margin: 0 auto 30px auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    justify-content: space-between !important;
}

.V7117-B0600-E7361_footer-logo {
    flex: 1 !important;
    min-width: 250px !important;
}

.V7117-B0600-E7361_footer-brand {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.V7117-B0600-E7361_footer-slogan {
    font-size: 16px !important;
    color: #DAA520 !important;
    font-weight: 500 !important;
}

.V7117-B0600-E7361_footer-info {
    flex: 2 !important;
    min-width: 300px !important;
}

.V7117-B0600-E7361_footer-row {
    display: flex !important;
    gap: 15px !important;
    margin-bottom: 12px !important;
    align-items: center !important;
}

.V7117-B0600-E7361_footer-label {
    font-weight: 600 !important;
    color: #DAA520 !important;
    min-width: 80px !important;
}

.V7117-B0600-E7361_footer-text {
    color: #FFF8DC !important;
}

.V7117-B0600-E7361_footer-copyright {
    text-align: center !important;
    padding-top: 30px !important;
    border-top: 1px solid rgba(218, 165, 32, 0.3) !important;
    color: #DAA520 !important;
    font-size: 14px !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .V7117-B0600-E7361_hero {
        padding: 40px 20px !important;
    }
    
    .V7117-B0600-E7361_hero-title {
        font-size: 36px !important;
    }
    
    .V7117-B0600-E7361_hero-subtitle {
        font-size: 16px !important;
    }
    
    .V7117-B0600-E7361_price-value {
        font-size: 32px !important;
    }
    
    .V7117-B0600-E7361_section-title {
        font-size: 26px !important;
        margin: 40px 0 30px 0 !important;
    }
    
    .V7117-B0600-E7361_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V7117-B0600-E7361_story-title {
        font-size: 20px !important;
    }
    
    .V7117-B0600-E7361_story-text {
        font-size: 16px !important;
    }
    
    .V7117-B0600-E7361_info-row {
        flex-direction: column !important;
    }
    
    .V7117-B0600-E7361_info-label {
        flex: 0 0 auto !important;
        width: 100% !important;
        padding: 15px 20px !important;
    }
    
    .V7117-B0600-E7361_info-value {
        padding: 15px 20px !important;
    }
    
    .V7117-B0600-E7361_gallery-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V7117-B0600-E7361_reviews-grid {
        grid-template-columns: 1fr !important;
    }
}
