/* COOKZZANG Mall V2930-Y8873-O2219 테이블냅킨 상세페이지 CSS */

/* 전체 컨테이너 스타일 */
.V2930-Y8873-O2219_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    background: linear-gradient(135deg, #f8fdff 0%, #e3f2fd 100%) !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
    color: #333 !important;
    line-height: 1.6 !important;
}

.V2930-Y8873-O2219_wrapper * {
    box-sizing: border-box !important;
}

/* 헤더 섹션 */
.V2930-Y8873-O2219_header {
    text-align: center !important;
    padding: 40px 20px !important;
    background: linear-gradient(135deg, #1976d2 0%, #42a5f5 100%) !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(25,118,210,0.3) !important;
}

.V2930-Y8873-O2219_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.V2930-Y8873-O2219_product-subtitle {
    font-size: 18px !important;
    color: #e3f2fd !important;
    margin-bottom: 20px !important;
}

.V2930-Y8873-O2219_price-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 15px !important;
    margin-top: 20px !important;
}

.V2930-Y8873-O2219_original-price {
    font-size: 20px !important;
    color: #bbdefb !important;
    text-decoration: line-through !important;
}

.V2930-Y8873-O2219_current-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffeb3b !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.V2930-Y8873-O2219_discount-badge {
    background: #f44336 !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    box-shadow: 0 4px 12px rgba(244,67,54,0.4) !important;
}

/* 주요 특징 섹션 */
.V2930-Y8873-O2219_features {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    margin: 40px 0 !important;
}

.V2930-Y8873-O2219_feature-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    border: 2px solid #e3f2fd !important;
    transition: all 0.3s ease !important;
}

.V2930-Y8873-O2219_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15) !important;
    border-color: #1976d2 !important;
}

.V2930-Y8873-O2219_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.V2930-Y8873-O2219_feature-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: #1976d2 !important;
    margin-bottom: 12px !important;
}

.V2930-Y8873-O2219_feature-description {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 스토리 섹션 */
.V2930-Y8873-O2219_story-section {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%) !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin: 40px 0 !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08) !important;
    border: 1px solid #e3f2fd !important;
}

.V2930-Y8873-O2219_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #1976d2 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.V2930-Y8873-O2219_story-text {
    font-size: 18px !important;
    color: #444 !important;
    line-height: 1.7 !important;
    margin-bottom: 15px !important;
}

/* 제품 정보 테이블 */
.V2930-Y8873-O2219_info-table {
    background: #ffffff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
    margin: 30px 0 !important;
}

.V2930-Y8873-O2219_info-row {
    display: flex !important;
    border-bottom: 1px solid #e0e0e0 !important;
}

.V2930-Y8873-O2219_info-row:last-child {
    border-bottom: none !important;
}

.V2930-Y8873-O2219_info-label {
    flex: 1 !important;
    padding: 20px !important;
    background: #1976d2 !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 16px !important;
}

.V2930-Y8873-O2219_info-value {
    flex: 2 !important;
    padding: 20px !important;
    background: #f8f9fa !important;
    color: #333 !important;
    font-size: 16px !important;
}

/* 하이라이트 섹션 */
.V2930-Y8873-O2219_highlight {
    background: linear-gradient(135deg, #ffeb3b 0%, #ffc107 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    margin: 30px 0 !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(255,193,7,0.3) !important;
}

.V2930-Y8873-O2219_highlight h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #f57c00 !important;
    margin-bottom: 15px !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.2) !important;
}

.V2930-Y8873-O2219_highlight p {
    font-size: 18px !important;
    color: #e65100 !important;
    font-weight: 600 !important;
    margin: 0 !important;
}

/* 푸터 */
.V2930-Y8873-O2219_footer {
    background: linear-gradient(135deg, #37474f 0%, #546e7a 100%) !important;
    color: #ffffff !important;
    padding: 40px !important;
    border-radius: 15px !important;
    margin-top: 50px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(55,71,79,0.3) !important;
}

.V2930-Y8873-O2219_footer h4 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    color: #e1f5fe !important;
}

.V2930-Y8873-O2219_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-bottom: 20px !important;
}

.V2930-Y8873-O2219_footer-item {
    font-size: 16px !important;
    color: #b0bec5 !important;
    line-height: 1.5 !important;
}

.V2930-Y8873-O2219_footer-item strong {
    color: #ffffff !important;
    font-weight: 600 !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .V2930-Y8873-O2219_wrapper {
        padding: 15px !important;
    }
    
    .V2930-Y8873-O2219_product-title {
        font-size: 24px !important;
    }
    
    .V2930-Y8873-O2219_features {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .V2930-Y8873-O2219_price-section {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .V2930-Y8873-O2219_info-row {
        flex-direction: column !important;
    }
    
    .V2930-Y8873-O2219_footer-info {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .V2930-Y8873-O2219_header {
        padding: 25px 15px !important;
    }
    
    .V2930-Y8873-O2219_product-title {
        font-size: 20px !important;
    }
    
    .V2930-Y8873-O2219_feature-card {
        padding: 20px !important;
    }
    
    .V2930-Y8873-O2219_story-section {
        padding: 25px !important;
    }
}