/* COOKZZANG Mall Detail Page CSS - V3883-K9431-L4251 */
/* 훈제오리 슬라이스 800g 고단백 다이어트 안주 상세페이지 스타일 */

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

.V3883-K9431-L4251_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;
}

/* 헤더 섹션 */
.V3883-K9431-L4251_header {
    text-align: center !important;
    margin-bottom: 40px !important;
    padding: 30px 20px !important;
    background: linear-gradient(135deg, #d35400, #e67e22) !important;
    border-radius: 15px !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(211, 84, 0, 0.3) !important;
}

.V3883-K9431-L4251_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;
}

.V3883-K9431-L4251_product-subtitle {
    font-size: 18px !important;
    opacity: 0.9 !important;
    margin-bottom: 20px !important;
}

/* 가격 정보 섹션 */
.V3883-K9431-L4251_price-section {
    background: #fdf6e3 !important;
    padding: 25px !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
    border-left: 5px solid #d35400 !important;
}

.V3883-K9431-L4251_price-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
}

.V3883-K9431-L4251_original-price {
    font-size: 20px !important;
    color: #999 !important;
    text-decoration: line-through !important;
}

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

.V3883-K9431-L4251_sale-price {
    font-size: 28px !important;
    color: #d35400 !important;
    font-weight: 700 !important;
}

.V3883-K9431-L4251_shipping-info {
    background: #3498db !important;
    color: white !important;
    padding: 8px 15px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* 이미지 갤러리 섹션 */
.V3883-K9431-L4251_gallery-section {
    margin-bottom: 40px !important;
}

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

.V3883-K9431-L4251_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;
}

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

.V3883-K9431-L4251_gallery-image {
    width: 100% !important;
    height: 250px !important;
    object-fit: cover !important;
    display: block !important;
}

/* 제품 특징 섹션 */
.V3883-K9431-L4251_features-section {
    margin-bottom: 40px !important;
}

.V3883-K9431-L4251_section-title {
    font-size: 24px !important;
    color: #2d3436 !important;
    margin-bottom: 20px !important;
    padding-bottom: 10px !important;
    border-bottom: 3px solid #d35400 !important;
    position: relative !important;
}

.V3883-K9431-L4251_section-title::after {
    content: "" !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 50px !important;
    height: 3px !important;
    background: #e67e22 !important;
}

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

.V3883-K9431-L4251_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;
}

.V3883-K9431-L4251_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    border-color: #d35400 !important;
}

.V3883-K9431-L4251_feature-icon {
    font-size: 32px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.V3883-K9431-L4251_feature-title {
    font-size: 18px !important;
    color: #2d3436 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
}

.V3883-K9431-L4251_feature-desc {
    font-size: 14px !important;
    color: #636e72 !important;
    line-height: 1.5 !important;
}

/* 스토리 섹션 */
.V3883-K9431-L4251_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;
}

.V3883-K9431-L4251_story-heading {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

.V3883-K9431-L4251_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;
}

/* 리뷰 섹션 */
.V3883-K9431-L4251_reviews-section {
    margin-bottom: 40px !important;
}

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

.V3883-K9431-L4251_review-card {
    background: #fdf6e3 !important;
    padding: 20px !important;
    border-radius: 12px !important;
    border-left: 4px solid #d35400 !important;
    position: relative !important;
}

.V3883-K9431-L4251_review-stars {
    color: #f39c12 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.V3883-K9431-L4251_review-text {
    font-size: 14px !important;
    color: #2d3436 !important;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
}

.V3883-K9431-L4251_review-author {
    font-size: 12px !important;
    color: #636e72 !important;
    text-align: right !important;
}

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

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

.V3883-K9431-L4251_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;
}

.V3883-K9431-L4251_info-icon {
    font-size: 20px !important;
    color: #d35400 !important;
}

.V3883-K9431-L4251_info-text {
    font-size: 14px !important;
    color: #2d3436 !important;
}

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

.V3883-K9431-L4251_footer-title {
    font-size: 24px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
}

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

.V3883-K9431-L4251_footer-item {
    font-size: 14px !important;
    opacity: 0.9 !important;
}

.V3883-K9431-L4251_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) {
    .V3883-K9431-L4251_wrapper {
        padding: 15px !important;
    }
    
    .V3883-K9431-L4251_product-title {
        font-size: 24px !important;
    }
    
    .V3883-K9431-L4251_price-container {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .V3883-K9431-L4251_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V3883-K9431-L4251_gallery-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V3883-K9431-L4251_reviews-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V3883-K9431-L4251_story-heading {
        font-size: 20px !important;
    }
    
    .V3883-K9431-L4251_story-text {
        font-size: 16px !important;
    }
}

@media (max-width: 480px) {
    .V3883-K9431-L4251_header {
        padding: 20px 15px !important;
    }
    
    .V3883-K9431-L4251_product-title {
        font-size: 20px !important;
    }
    
    .V3883-K9431-L4251_section-title {
        font-size: 20px !important;
    }
}