/* 오쉐프 마요네즈 3.2kg 상세페이지 CSS - Y8708-N0237-N6135 */

/* 기본 스타일 리셋 */
.Y8708-N0237-N6135_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 메인 컨테이너 */
.Y8708-N0237-N6135_wrapper {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
}

/* 헤더 섹션 */
.Y8708-N0237-N6135_header {
    text-align: center !important;
    margin-bottom: 30px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(253, 203, 110, 0.3) !important;
}

.Y8708-N0237-N6135_brand-badge {
    display: inline-block !important;
    background: linear-gradient(135deg, #e17055 0%, #d63031 100%) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 15px rgba(214, 48, 49, 0.3) !important;
}

.Y8708-N0237-N6135_product-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    margin-bottom: 10px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y8708-N0237-N6135_subtitle {
    font-size: 16px !important;
    color: #636e72 !important;
    font-weight: 500 !important;
}

/* 메인 이미지 섹션 */
.Y8708-N0237-N6135_main-image-section {
    margin-bottom: 40px !important;
    position: relative !important;
}
.Y8708-N0237-N6135_image-container {
    position: relative !important;
    background: white !important;
    border-radius: 20px !important;
    padding: 20px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden !important;
}

.Y8708-N0237-N6135_product-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    transition: transform 0.3s ease !important;
}

.Y8708-N0237-N6135_product-image:hover {
    transform: scale(1.05) !important;
}

.Y8708-N0237-N6135_price-badge {
    position: absolute !important;
    top: 30px !important;
    right: 30px !important;
    background: linear-gradient(135deg, #00b894 0%, #00cec9 100%) !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0, 184, 148, 0.4) !important;
}

.Y8708-N0237-N6135_discount {
    font-size: 12px !important;
    font-weight: 700 !important;
    margin-bottom: 5px !important;
}

.Y8708-N0237-N6135_price {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 3px !important;
}

.Y8708-N0237-N6135_original-price {
    font-size: 14px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
}
/* 정보 카드 섹션 */
.Y8708-N0237-N6135_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 40px !important;
}

.Y8708-N0237-N6135_card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #e9ecef !important;
}

.Y8708-N0237-N6135_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.Y8708-N0237-N6135_card-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.Y8708-N0237-N6135_card-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    margin-bottom: 8px !important;
}

.Y8708-N0237-N6135_card-content {
    font-size: 14px !important;
    color: #636e72 !important;
    font-weight: 500 !important;
}
/* 상세 이미지 섹션 */
.Y8708-N0237-N6135_detail-image-section {
    margin-bottom: 40px !important;
}

.Y8708-N0237-N6135_section-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y8708-N0237-N6135_detail-image-container {
    background: white !important;
    padding: 20px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.Y8708-N0237-N6135_detail-image {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px !important;
}

/* 스토리 섹션 - 고정 폰트 사이즈 */
.Y8708-N0237-N6135_story-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe8e8 100%) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05) !important;
}

.Y8708-N0237-N6135_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #d63031 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Y8708-N0237-N6135_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #2d3436 !important;
    text-align: center !important;
    font-weight: 500 !important;
}
/* 특징 섹션 */
.Y8708-N0237-N6135_features-section {
    margin-bottom: 40px !important;
}

.Y8708-N0237-N6135_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 20px !important;
}

.Y8708-N0237-N6135_feature-item {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
    transition: transform 0.3s ease !important;
}

.Y8708-N0237-N6135_feature-item:hover {
    transform: translateY(-3px) !important;
}

.Y8708-N0237-N6135_feature-icon {
    font-size: 50px !important;
    margin-bottom: 15px !important;
}

.Y8708-N0237-N6135_feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    margin-bottom: 10px !important;
}

.Y8708-N0237-N6135_feature-desc {
    font-size: 14px !important;
    color: #636e72 !important;
    line-height: 1.6 !important;
}
/* 사용법 섹션 */
.Y8708-N0237-N6135_usage-section {
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
}

.Y8708-N0237-N6135_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.Y8708-N0237-N6135_usage-item {
    background: white !important;
    padding: 20px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05) !important;
}

.Y8708-N0237-N6135_usage-icon {
    font-size: 35px !important;
    margin-right: 15px !important;
    flex-shrink: 0 !important;
}

.Y8708-N0237-N6135_usage-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #2d3436 !important;
    margin-bottom: 5px !important;
}

.Y8708-N0237-N6135_usage-desc {
    font-size: 14px !important;
    color: #636e72 !important;
    line-height: 1.5 !important;
}
/* 주문 안내 섹션 */
.Y8708-N0237-N6135_order-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    padding: 30px !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    border: 2px solid #dee2e6 !important;
}

.Y8708-N0237-N6135_order-info {
    margin-top: 20px !important;
}

.Y8708-N0237-N6135_order-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #dee2e6 !important;
}

.Y8708-N0237-N6135_order-item:last-child {
    border-bottom: none !important;
}

.Y8708-N0237-N6135_order-label {
    font-weight: 600 !important;
    color: #495057 !important;
    flex-shrink: 0 !important;
}

.Y8708-N0237-N6135_order-value {
    color: #2d3436 !important;
    font-weight: 500 !important;
    text-align: right !important;
}

/* 푸터 섹션 */
.Y8708-N0237-N6135_footer {
    background: linear-gradient(135deg, #2d3436 0%, #636e72 100%) !important;
    color: white !important;
    padding: 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
}
.Y8708-N0237-N6135_footer-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ffeaa7 !important;
}

.Y8708-N0237-N6135_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    text-align: left !important;
}

.Y8708-N0237-N6135_footer-item {
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 5px 0 !important;
}

.Y8708-N0237-N6135_footer-item strong {
    color: #ffeaa7 !important;
    font-weight: 600 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Y8708-N0237-N6135_wrapper {
        padding: 15px !important;
    }
    
    .Y8708-N0237-N6135_product-title {
        font-size: 24px !important;
    }
    
    .Y8708-N0237-N6135_info-cards {
        grid-template-columns: 1fr !important;
    }
    
    .Y8708-N0237-N6135_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y8708-N0237-N6135_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Y8708-N0237-N6135_footer-info {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }
    
    .Y8708-N0237-N6135_price-badge {
        position: static !important;
        margin-top: 15px !important;
        display: inline-block !important;
    }
}