/* 1인간편식 탕모음 상세페이지 스타일 */
/* Product Code: I9773-Y8676-L6887 */

/* Reset & Base */
.I9773-Y8676-L6887_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.I9773-Y8676-L6887_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    background: #FFFAF0 !important;
    color: #3D2B1F !important;
    line-height: 1.6 !important;
}

/* Hero Section */
.I9773-Y8676-L6887_hero {
    display: flex !important;
    flex-wrap: wrap !important;
    background: linear-gradient(135deg, #FF6B35 0%, #E85A2C 100%) !important;
    border-radius: 0 0 30px 30px !important;
    overflow: hidden !important;
}

.I9773-Y8676-L6887_hero-bg {
    flex: 1 !important;
    min-width: 300px !important;
    padding: 60px 40px !important;
    display: flex !important;
    align-items: center !important;
}

.I9773-Y8676-L6887_hero-content {
    color: #fff !important;
}

.I9773-Y8676-L6887_badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
}

.I9773-Y8676-L6887_title {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 42px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.I9773-Y8676-L6887_subtitle {
    font-size: 20px !important;
    opacity: 0.95 !important;
    margin-bottom: 25px !important;
}

.I9773-Y8676-L6887_hero-features {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.I9773-Y8676-L6887_hero-features span {
    background: rgba(255,255,255,0.25) !important;
    padding: 10px 18px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.I9773-Y8676-L6887_hero-image {
    flex: 1 !important;
    min-width: 300px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 30px !important;
}

.I9773-Y8676-L6887_hero-image img {
    max-width: 100% !important;
    max-height: 400px !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.3) !important;
}

/* Section Headers */
.I9773-Y8676-L6887_section-header {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.I9773-Y8676-L6887_section-header h2 {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #E85A2C !important;
    margin-bottom: 10px !important;
}

.I9773-Y8676-L6887_section-header p {
    font-size: 16px !important;
    color: #666 !important;
}

/* Products Section */
.I9773-Y8676-L6887_products {
    padding: 60px 30px !important;
    background: #fff !important;
}

.I9773-Y8676-L6887_product-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
    gap: 20px !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_product-card {
    background: linear-gradient(145deg, #fff 0%, #f8f8f8 100%) !important;
    border-radius: 16px !important;
    padding: 25px 15px !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border-left: 4px solid #FF6B35 !important;
}

.I9773-Y8676-L6887_product-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
}

.I9773-Y8676-L6887_product-card.galbi { border-left-color: #8B4513 !important; }
.I9773-Y8676-L6887_product-card.spicy { border-left-color: #DC143C !important; }
.I9773-Y8676-L6887_product-card.beef { border-left-color: #A0522D !important; }
.I9773-Y8676-L6887_product-card.fish { border-left-color: #4682B4 !important; }
.I9773-Y8676-L6887_product-card.veggie { border-left-color: #228B22 !important; }
.I9773-Y8676-L6887_product-card.seafood { border-left-color: #FF7F50 !important; }
.I9773-Y8676-L6887_product-card.special { border-left-color: #9370DB !important; }
.I9773-Y8676-L6887_product-card.bulgogi { border-left-color: #CD853F !important; }

.I9773-Y8676-L6887_product-icon {
    font-size: 36px !important;
    display: block !important;
    margin-bottom: 12px !important;
}

.I9773-Y8676-L6887_product-card h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin-bottom: 5px !important;
}

.I9773-Y8676-L6887_product-card p {
    font-size: 13px !important;
    color: #888 !important;
}

/* Benefits Section */
.I9773-Y8676-L6887_benefits {
    padding: 60px 30px !important;
    background: linear-gradient(180deg, #FFF5E6 0%, #FFE8D6 100%) !important;
}

.I9773-Y8676-L6887_benefit-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_benefit-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(232,90,44,0.1) !important;
}

.I9773-Y8676-L6887_benefit-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.I9773-Y8676-L6887_benefit-card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E85A2C !important;
    margin-bottom: 12px !important;
}

.I9773-Y8676-L6887_benefit-card p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Specs Section */
.I9773-Y8676-L6887_specs {
    padding: 60px 30px !important;
    background: #fff !important;
}

.I9773-Y8676-L6887_specs-table {
    max-width: 700px !important;
    margin: 0 auto !important;
    background: #f9f9f9 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

.I9773-Y8676-L6887_spec-row {
    display: flex !important;
    border-bottom: 1px solid #eee !important;
}

.I9773-Y8676-L6887_spec-row:last-child {
    border-bottom: none !important;
}

.I9773-Y8676-L6887_spec-label {
    flex: 0 0 140px !important;
    background: #E85A2C !important;
    color: #fff !important;
    padding: 18px 20px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.I9773-Y8676-L6887_spec-value {
    flex: 1 !important;
    padding: 18px 20px !important;
    font-size: 14px !important;
    color: #333 !important;
}

/* Usage Section */
.I9773-Y8676-L6887_usage {
    padding: 60px 30px !important;
    background: linear-gradient(180deg, #FFE8D6 0%, #FFFAF0 100%) !important;
}

/* 1인가구 간편식 섹션 */
.I9773-Y8676-L6887_single {
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #FFF8F0 0%, #FFE8D6 100%) !important;
}

.I9773-Y8676-L6887_single-content {
    max-width: 1000px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 40px !important;
    align-items: center !important;
}

.I9773-Y8676-L6887_single-text {
    flex: 2 !important;
    min-width: 300px !important;
}

.I9773-Y8676-L6887_single-point {
    display: flex !important;
    gap: 20px !important;
    margin-bottom: 25px !important;
    background: #fff !important;
    padding: 20px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
}

.I9773-Y8676-L6887_point-icon {
    font-size: 36px !important;
    flex-shrink: 0 !important;
}

.I9773-Y8676-L6887_single-point h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #E85A2C !important;
    margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_single-point p {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

.I9773-Y8676-L6887_single-stats {
    flex: 1 !important;
    min-width: 200px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}

.I9773-Y8676-L6887_stat-item {
    background: linear-gradient(135deg, #FF6B35 0%, #E85A2C 100%) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    text-align: center !important;
    color: #fff !important;
}

.I9773-Y8676-L6887_stat-number {
    display: block !important;
    font-size: 32px !important;
    font-weight: 900 !important;
    margin-bottom: 5px !important;
}

.I9773-Y8676-L6887_stat-label {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

.I9773-Y8676-L6887_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_usage-card {
    background: #fff !important;
    border-radius: 20px !important;
    padding: 30px 20px !important;
    text-align: center !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}

.I9773-Y8676-L6887_usage-card:hover {
    transform: translateY(-5px) !important;
}

.I9773-Y8676-L6887_usage-icon {
    font-size: 42px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.I9773-Y8676-L6887_usage-card h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #E85A2C !important;
    margin-bottom: 10px !important;
}

.I9773-Y8676-L6887_usage-card p {
    font-size: 14px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* Reviews Section */
.I9773-Y8676-L6887_reviews {
    padding: 60px 30px !important;
    background: #fff !important;
}

.I9773-Y8676-L6887_review-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_review-card {
    background: linear-gradient(145deg, #FFF5E6 0%, #fff 100%) !important;
    border-radius: 16px !important;
    padding: 25px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06) !important;
    border-left: 4px solid #FF6B35 !important;
}

.I9773-Y8676-L6887_review-rating {
    color: #FFD700 !important;
    font-size: 16px !important;
    margin-bottom: 12px !important;
}

.I9773-Y8676-L6887_review-text {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}

.I9773-Y8676-L6887_review-author {
    font-size: 13px !important;
    color: #888 !important;
    font-weight: 500 !important;
}

/* CTA Section */
.I9773-Y8676-L6887_cta {
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #FF6B35 0%, #E85A2C 100%) !important;
    text-align: center !important;
}

.I9773-Y8676-L6887_cta h2 {
    font-family: 'Noto Serif KR', serif !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 10px !important;
}

.I9773-Y8676-L6887_cta p {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
}

/* Footer */
.I9773-Y8676-L6887_footer {
    padding: 40px 30px !important;
    background: #3D2B1F !important;
    text-align: center !important;
}

.I9773-Y8676-L6887_footer-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_footer-logo {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #FF6B35 !important;
    margin-bottom: 20px !important;
}

.I9773-Y8676-L6887_footer-info {
    margin-bottom: 20px !important;
}

.I9773-Y8676-L6887_footer-info p {
    font-size: 14px !important;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 8px !important;
}

.I9773-Y8676-L6887_footer-info strong {
    color: #fff !important;
}

.I9773-Y8676-L6887_footer-copy {
    font-size: 12px !important;
    color: rgba(255,255,255,0.5) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .I9773-Y8676-L6887_hero {
        flex-direction: column !important;
    }
    
    .I9773-Y8676-L6887_hero-bg {
        padding: 40px 20px !important;
    }
    
    .I9773-Y8676-L6887_title {
        font-size: 28px !important;
    }
    
    .I9773-Y8676-L6887_subtitle {
        font-size: 16px !important;
    }
    
    .I9773-Y8676-L6887_hero-features {
        gap: 10px !important;
    }
    
    .I9773-Y8676-L6887_hero-features span {
        font-size: 12px !important;
        padding: 8px 12px !important;
    }
    
    .I9773-Y8676-L6887_hero-image {
        padding: 20px !important;
    }
    
    .I9773-Y8676-L6887_hero-image img {
        max-height: 280px !important;
    }
    
    .I9773-Y8676-L6887_section-header h2 {
        font-size: 22px !important;
    }
    
    .I9773-Y8676-L6887_products,
    .I9773-Y8676-L6887_benefits,
    .I9773-Y8676-L6887_specs,
    .I9773-Y8676-L6887_usage,
    .I9773-Y8676-L6887_reviews {
        padding: 40px 20px !important;
    }
    
    .I9773-Y8676-L6887_product-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)) !important;
        gap: 15px !important;
    }
    
    .I9773-Y8676-L6887_product-card {
        padding: 20px 10px !important;
    }
    
    .I9773-Y8676-L6887_product-icon {
        font-size: 28px !important;
    }
    
    .I9773-Y8676-L6887_product-card h3 {
        font-size: 13px !important;
    }
    
    .I9773-Y8676-L6887_spec-label {
        flex: 0 0 100px !important;
        font-size: 12px !important;
        padding: 15px !important;
    }
    
    .I9773-Y8676-L6887_spec-value {
        font-size: 13px !important;
        padding: 15px !important;
    }
    
    .I9773-Y8676-L6887_cta h2 {
        font-size: 22px !important;
    }
    
    .I9773-Y8676-L6887_single {
        padding: 40px 20px !important;
    }
    
    .I9773-Y8676-L6887_single-content {
        gap: 30px !important;
    }
    
    .I9773-Y8676-L6887_single-point {
        padding: 15px !important;
        gap: 15px !important;
    }
    
    .I9773-Y8676-L6887_point-icon {
        font-size: 28px !important;
    }
    
    .I9773-Y8676-L6887_single-point h3 {
        font-size: 15px !important;
    }
    
    .I9773-Y8676-L6887_single-point p {
        font-size: 13px !important;
    }
    
    .I9773-Y8676-L6887_stat-number {
        font-size: 26px !important;
    }
    
    .I9773-Y8676-L6887_stat-item {
        padding: 20px !important;
    }
}


/* ========================================
   배송/교환/반품 안내 섹션
======================================== */
.I9773-Y8676-L6887_shipping-info {
    padding: 60px 20px !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

.I9773-Y8676-L6887_shipping-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 25px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.I9773-Y8676-L6887_shipping-card {
    background: white !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease !important;
}

.I9773-Y8676-L6887_shipping-card:hover {
    transform: translateY(-5px) !important;
}

.I9773-Y8676-L6887_shipping-card-header {
    background: linear-gradient(135deg, #FF6B35 0%, #FF8C61 100%) !important;
    padding: 20px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.I9773-Y8676-L6887_shipping-card-header h3 {
    color: white !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 !important;
}

.I9773-Y8676-L6887_shipping-icon {
    font-size: 24px !important;
}

.I9773-Y8676-L6887_shipping-card-body {
    padding: 25px !important;
}

.I9773-Y8676-L6887_shipping-badge-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.I9773-Y8676-L6887_badge-parcel {
    background: linear-gradient(135deg, #4CAF50 0%, #66BB6A 100%) !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
}

.I9773-Y8676-L6887_badge-today {
    background: linear-gradient(135deg, #2196F3 0%, #42A5F5 100%) !important;
    color: white !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: center !important;
}

.I9773-Y8676-L6887_shipping-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 15px 0 !important;
}

.I9773-Y8676-L6887_shipping-list li {
    padding: 8px 0 !important;
    font-size: 14px !important;
    color: #555 !important;
    position: relative !important;
    padding-left: 18px !important;
}

.I9773-Y8676-L6887_shipping-list li::before {
    content: "•" !important;
    position: absolute !important;
    left: 0 !important;
    color: #FF6B35 !important;
    font-weight: bold !important;
}

.I9773-Y8676-L6887_shipping-highlight {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%) !important;
    padding: 15px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    color: #e65100 !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    font-size: 15px !important;
    border-left: 4px solid #FF6B35 !important;
}

.I9773-Y8676-L6887_shipping-time {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    background: #f5f5f5 !important;
    border-radius: 8px !important;
}

.I9773-Y8676-L6887_time-icon {
    font-size: 18px !important;
}

.I9773-Y8676-L6887_shipping-desc {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.7 !important;
    margin-bottom: 15px !important;
}

.I9773-Y8676-L6887_shipping-desc small {
    color: #888 !important;
    font-size: 12px !important;
}

.I9773-Y8676-L6887_accent-text {
    color: #FF6B35 !important;
    font-weight: 700 !important;
}

.I9773-Y8676-L6887_accent-blue {
    color: #2196F3 !important;
    font-weight: 700 !important;
}

.I9773-Y8676-L6887_accent-red {
    color: #f44336 !important;
    font-weight: 700 !important;
}

.I9773-Y8676-L6887_shipping-notice {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 10px !important;
    color: #FF6B35 !important;
}

.I9773-Y8676-L6887_notice-icon {
    font-size: 16px !important;
}

.I9773-Y8676-L6887_notice-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.I9773-Y8676-L6887_notice-list li {
    padding: 10px 0 !important;
    font-size: 14px !important;
    color: #555 !important;
    border-bottom: 1px dashed #eee !important;
}

.I9773-Y8676-L6887_notice-list li:last-child {
    border-bottom: none !important;
}

.I9773-Y8676-L6887_return-info {
    background: #fafafa !important;
    padding: 15px !important;
    border-radius: 10px !important;
    margin-top: 15px !important;
}

.I9773-Y8676-L6887_return-info p {
    font-size: 13px !important;
    color: #666 !important;
    margin: 8px 0 !important;
    line-height: 1.6 !important;
}

/* 배송 안내 반응형 */
@media (max-width: 1024px) {
    .I9773-Y8676-L6887_shipping-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

@media (max-width: 768px) {
    .I9773-Y8676-L6887_shipping-info {
        padding: 40px 15px !important;
    }
    
    .I9773-Y8676-L6887_shipping-card-header {
        padding: 15px !important;
    }
    
    .I9773-Y8676-L6887_shipping-card-header h3 {
        font-size: 16px !important;
    }
    
    .I9773-Y8676-L6887_shipping-card-body {
        padding: 20px !important;
    }
    
    .I9773-Y8676-L6887_shipping-highlight {
        font-size: 14px !important;
        padding: 12px !important;
    }
    
    .I9773-Y8676-L6887_shipping-desc {
        font-size: 13px !important;
    }
}

/* ========================================
   옵션 재고수량 표시 숨기기
   ======================================== */
/* 하이센스 PLUS 옵션 재고수량 숨기기 */
.option_stock,
.opt_stock,
.stock_cnt,
.remain_stock,
.option-stock,
span.stock,
.prd_option_stock,
.option_cnt,
/* 괄호 안 재고수량 텍스트 숨기기 - 일반적인 선택자 */
.prd_option_wrap .stock,
.option_wrap .stock,
.prd_option_list .stock,
#prd_option .stock,
.option_select_area .stock {
    display: none !important;
    visibility: hidden !important;
}
