/* 요리가)불고기양념10kg - SmartStore 호환 CSS */
/* Product Code: L0609-Z7776-X2260 */

/* Base Wrapper */
.L0609-Z7776-X2260_wrapper {
    max-width: 860px !important;
    margin: 0 auto !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #333 !important;
    line-height: 1.6 !important;
    background: #fff !important;
}

/* Hero Section - 불고기 테마 브라운/오렌지 */
.L0609-Z7776-X2260_hero {
    background: #bf360c !important;
    padding: 50px 20px !important;
    text-align: center !important;
}

.L0609-Z7776-X2260_badge {
    display: inline-block !important;
    background: #ffccbc !important;
    color: #bf360c !important;
    padding: 8px 20px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
}

.L0609-Z7776-X2260_title {
    font-size: 32px !important;
    font-weight: 900 !important;
    color: #fff !important;
    margin: 0 0 12px 0 !important;
}

.L0609-Z7776-X2260_subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
    margin: 0 0 20px 0 !important;
}

.L0609-Z7776-X2260_hero_tags {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.L0609-Z7776-X2260_tag {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    padding: 6px 16px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

/* Main Image Section */
.L0609-Z7776-X2260_main_image_section {
    padding: 30px 20px !important;
    background: #fbe9e7 !important;
}

.L0609-Z7776-X2260_image_card {
    background: #fff !important;
    border-radius: 16px !important;
    padding: 15px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

.L0609-Z7776-X2260_main_img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 12px !important;
}

/* Section Title */
.L0609-Z7776-X2260_section_title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #bf360c !important;
    text-align: center !important;
    margin: 0 0 30px 0 !important;
    padding-bottom: 12px !important;
    border-bottom: 3px solid #ff7043 !important;
}


/* Highlights Section */
.L0609-Z7776-X2260_highlights_section {
    padding: 40px 20px !important;
    background: #fff !important;
}

.L0609-Z7776-X2260_highlights_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
}

.L0609-Z7776-X2260_highlight_card {
    flex: 0 0 calc(50% - 8px) !important;
    box-sizing: border-box !important;
    background: #fbe9e7 !important;
    border-radius: 12px !important;
    padding: 20px 15px !important;
    text-align: center !important;
    border: 1px solid #ffccbc !important;
}

.L0609-Z7776-X2260_highlight_icon {
    font-size: 32px !important;
    margin-bottom: 10px !important;
}

.L0609-Z7776-X2260_highlight_title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #bf360c !important;
    margin-bottom: 6px !important;
}

.L0609-Z7776-X2260_highlight_desc {
    font-size: 13px !important;
    color: #e64a19 !important;
}

/* Product Info Section */
.L0609-Z7776-X2260_info_section {
    padding: 40px 20px !important;
    background: #fbe9e7 !important;
}

.L0609-Z7776-X2260_info_grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

.L0609-Z7776-X2260_info_card {
    flex: 0 0 calc(50% - 6px) !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border-radius: 10px !important;
    padding: 18px 12px !important;
    text-align: center !important;
    border: 1px solid #ffccbc !important;
}

.L0609-Z7776-X2260_info_icon {
    font-size: 24px !important;
    margin-bottom: 8px !important;
}

.L0609-Z7776-X2260_info_label {
    font-size: 11px !important;
    color: #888 !important;
    margin-bottom: 4px !important;
}

.L0609-Z7776-X2260_info_value {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #bf360c !important;
}

/* Gallery Section */
.L0609-Z7776-X2260_gallery_section {
    padding: 40px 20px !important;
    background: #fff !important;
}

.L0609-Z7776-X2260_gallery_single {
    display: flex !important;
    justify-content: center !important;
}

.L0609-Z7776-X2260_gallery_card_full {
    width: 100% !important;
    max-width: 500px !important;
    background: #fbe9e7 !important;
    border-radius: 12px !important;
    padding: 10px !important;
}

.L0609-Z7776-X2260_gallery_img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 8px !important;
}


/* Tips Section */
.L0609-Z7776-X2260_tips_section {
    padding: 40px 20px !important;
    background: #bf360c !important;
}

.L0609-Z7776-X2260_tips_section .L0609-Z7776-X2260_section_title {
    color: #fff !important;
    border-bottom-color: #ffccbc !important;
}

.L0609-Z7776-X2260_tips_container {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.L0609-Z7776-X2260_tip_item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    background: rgba(255,255,255,0.1) !important;
    padding: 18px 20px !important;
    border-radius: 10px !important;
}

.L0609-Z7776-X2260_tip_num {
    background: #ffccbc !important;
    color: #bf360c !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.L0609-Z7776-X2260_tip_text {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 500 !important;
}

/* Review Section */
.L0609-Z7776-X2260_review_section {
    padding: 40px 20px !important;
    background: #fff !important;
}

.L0609-Z7776-X2260_review_grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.L0609-Z7776-X2260_review_card {
    background: #fbe9e7 !important;
    border-radius: 10px !important;
    padding: 18px !important;
    border: 1px solid #ffccbc !important;
}

.L0609-Z7776-X2260_review_stars {
    color: #f39c12 !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.L0609-Z7776-X2260_review_text {
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 0 10px 0 !important;
    line-height: 1.5 !important;
}

.L0609-Z7776-X2260_review_author {
    font-size: 12px !important;
    color: #bf360c !important;
    font-weight: 600 !important;
}

/* Notice Section */
.L0609-Z7776-X2260_notice_section {
    padding: 40px 20px !important;
    background: #fbe9e7 !important;
}

.L0609-Z7776-X2260_notice_box {
    background: #fff !important;
    border-radius: 12px !important;
    padding: 25px 20px !important;
    border-left: 4px solid #bf360c !important;
}

.L0609-Z7776-X2260_notice_list {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}

.L0609-Z7776-X2260_notice_list li {
    font-size: 14px !important;
    color: #e64a19 !important;
    margin-bottom: 10px !important;
    line-height: 1.5 !important;
}

.L0609-Z7776-X2260_notice_list li:last-child {
    margin-bottom: 0 !important;
}


/* Footer */
.L0609-Z7776-X2260_footer {
    padding: 35px 20px !important;
    background: #8d3b1a !important;
    text-align: center !important;
}

.L0609-Z7776-X2260_footer_logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffccbc !important;
    margin-bottom: 12px !important;
}

.L0609-Z7776-X2260_footer_contact {
    font-size: 16px !important;
    color: rgba(255,255,255,0.9) !important;
    margin-bottom: 15px !important;
}

.L0609-Z7776-X2260_footer_copy {
    font-size: 11px !important;
    color: rgba(255,255,255,0.5) !important;
    margin: 0 !important;
}

/* Responsive - Mobile */
@media screen and (max-width: 768px) {
    .L0609-Z7776-X2260_title {
        font-size: 26px !important;
    }
    
    .L0609-Z7776-X2260_section_title {
        font-size: 20px !important;
    }
    
    .L0609-Z7776-X2260_highlight_card,
    .L0609-Z7776-X2260_info_card {
        flex: 0 0 calc(50% - 6px) !important;
    }
}
