/* COOKZZANG Mall Detail Page CSS - D6979-C4644-Z5422 */
/* 업소용 훈제오리 슬라이스 8kg 벌크 뷔페 단체급식 파티 상세페이지 스타일 */

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

.D6979-C4644-Z5422_wrapper {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    background-color: #ffffff !important;
}

/* 헤더 섹션 */
.D6979-C4644-Z5422_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #2980b9, #3498db) !important;
    border-radius: 15px !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(41, 128, 185, 0.3) !important;
}

.D6979-C4644-Z5422_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.D6979-C4644-Z5422_product-subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

/* 가격 정보 섹션 */
.D6979-C4644-Z5422_price-section {
    background: #f4f6ff !important;
    padding: 25px !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    border-left: 5px solid #2980b9 !important;
}

.D6979-C4644-Z5422_price-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.D6979-C4644-Z5422_original-price {
    font-size: 24px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

.D6979-C4644-Z5422_discount-badge {
    background: #e74c3c !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.D6979-C4644-Z5422_sale-price {
    font-size: 32px !important;
    color: #2980b9 !important;
    font-weight: 700 !important;
}

.D6979-C4644-Z5422_free-shipping {
    background: #27ae60 !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* 이미지 갤러리 섹션 */
.D6979-C4644-Z5422_gallery-section {
    margin-bottom: 40px !important;
}

.D6979-C4644-Z5422_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.D6979-C4644-Z5422_gallery-item {
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
}

.D6979-C4644-Z5422_gallery-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.D6979-C4644-Z5422_gallery-image {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}

/* 제품 특징 섹션 */
.D6979-C4644-Z5422_features-section {
    margin-bottom: 40px !important;
}

.D6979-C4644-Z5422_section-title {
    font-size: 24px !important;
    color: #2d3436 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #2980b9 !important;
    position: relative !important;
}

.D6979-C4644-Z5422_section-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background: #3498db !important;
}

.D6979-C4644-Z5422_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.D6979-C4644-Z5422_feature-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    border: 2px solid #f8f9fa !important;
    transition: all 0.3s ease !important;
}

.D6979-C4644-Z5422_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    border-color: #2980b9 !important;
}

.D6979-C4644-Z5422_feature-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.D6979-C4644-Z5422_feature-title {
    font-size: 18px !important;
    color: #2d3436 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

.D6979-C4644-Z5422_feature-desc {
    font-size: 14px !important;
    color: #636e72 !important;
    line-height: 1.5 !important;
}

/* 스토리 섹션 */
.D6979-C4644-Z5422_story-section {
    background: linear-gradient(135deg, #f39c12, #e67e22) !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    margin-bottom: 40px !important;
    text-align: center !important;
    color: white !important;
}

.D6979-C4644-Z5422_story-heading {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

.D6979-C4644-Z5422_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2) !important;
}

/* 리뷰 섹션 */
.D6979-C4644-Z5422_reviews-section {
    margin-bottom: 40px !important;
}

.D6979-C4644-Z5422_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.D6979-C4644-Z5422_review-card {
    background: #f4f6ff !important;
    padding: 20px !important;
    border-radius: 12px !important;
    border-left: 4px solid #2980b9 !important;
    position: relative !important;
}

.D6979-C4644-Z5422_review-stars {
    color: #f39c12 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.D6979-C4644-Z5422_review-text {
    font-size: 14px !important;
    color: #2d3436 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.D6979-C4644-Z5422_review-author {
    font-size: 12px !important;
    color: #636e72 !important;
    text-align: right !important;
}

.D6979-C4644-Z5422_review-tag {
    background: #2980b9 !important;
    color: white !important;
    padding: 4px 8px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    margin-top: 5px !important;
    display: inline-block !important;
}

/* 구매 정보 섹션 */
.D6979-C4644-Z5422_purchase-info {
    background: #f1f2f6 !important;
    padding: 30px !important;
    border-radius: 12px !important;
    margin-bottom: 40px !important;
}

.D6979-C4644-Z5422_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
}

.D6979-C4644-Z5422_info-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 15px !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

.D6979-C4644-Z5422_info-icon {
    font-size: 20px !important;
    color: #2980b9 !important;
}

.D6979-C4644-Z5422_info-text {
    font-size: 14px !important;
    color: #2d3436 !important;
}

/* 푸터 섹션 */
.D6979-C4644-Z5422_footer {
    background: linear-gradient(135deg, #2d3436, #636e72) !important;
    color: white !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
}

.D6979-C4644-Z5422_footer-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

.D6979-C4644-Z5422_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
}

.D6979-C4644-Z5422_footer-item {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

.D6979-C4644-Z5422_footer-copyright {
    font-size: 12px !important;
    opacity: 0.7 !important;
    margin-top: 20px !important;
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .D6979-C4644-Z5422_wrapper {
        padding: 15px !important;
    }
    
    .D6979-C4644-Z5422_product-title {
        font-size: 24px !important;
    }
    
    .D6979-C4644-Z5422_price-container {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .D6979-C4644-Z5422_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .D6979-C4644-Z5422_gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .D6979-C4644-Z5422_reviews-grid {
        grid-template-columns: 1fr !important;
    }
    
    .D6979-C4644-Z5422_story-heading {
        font-size: 20px !important;
    }
    
    .D6979-C4644-Z5422_story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .D6979-C4644-Z5422_header {
        padding: 20px 15px !important;
    }
    
    .D6979-C4644-Z5422_product-title {
        font-size: 20px !important;
    }
    
    .D6979-C4644-Z5422_section-title {
        font-size: 20px !important;
    }
    
    .D6979-C4644-Z5422_gallery-grid {
        grid-template-columns: 1fr !important;
    }
}