/* COOKZZANG Mall Detail Page CSS - Q1613-Y1860-D0826 (사조 칼집비엔나) */
/* 모든 스타일은 Q1613-Y1860-D0826_wrapper 내에서만 적용됩니다 */

.Q1613-Y1860-D0826_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.Q1613-Y1860-D0826_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #f8fcff !important;
    color: #333333 !important;
    line-height: 1.6 !important;
}

/* 메인 헤더 섹션 */
.Q1613-Y1860-D0826_main-header {
    text-align: center !important;
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
    padding: 40px 20px !important;
    border-radius: 20px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.15) !important;
}

.Q1613-Y1860-D0826_brand-logo {
    margin-bottom: 15px !important;
}

.Q1613-Y1860-D0826_brand-text {
    background: linear-gradient(45deg, #1976d2, #42a5f5) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.Q1613-Y1860-D0826_product-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    margin-bottom: 10px !important;
    text-shadow: 2px 2px 4px rgba(21, 101, 192, 0.1) !important;
}

.Q1613-Y1860-D0826_subtitle {
    font-size: 18px !important;
    color: #424242 !important;
    font-weight: 500 !important;
}

/* 가격 섹션 */
.Q1613-Y1860-D0826_price-section {
    margin-bottom: 30px !important;
}

.Q1613-Y1860-D0826_price-card {
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%) !important;
    border: 3px solid #2196f3 !important;
    border-radius: 15px !important;
    padding: 25px !important;
    text-align: center !important;
    position: relative !important;
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.1) !important;
}

.Q1613-Y1860-D0826_discount-badge {
    position: absolute !important;
    top: -12px !important;
    right: 20px !important;
    background: linear-gradient(45deg, #ff5722, #ff7043) !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 12px rgba(255, 87, 34, 0.3) !important;
}

.Q1613-Y1860-D0826_price-info {
    margin-bottom: 15px !important;
}

.Q1613-Y1860-D0826_original-price {
    display: block !important;
    font-size: 16px !important;
    color: #999999 !important;
    text-decoration: line-through !important;
    margin-bottom: 5px !important;
}

.Q1613-Y1860-D0826_sale-price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #d32f2f !important;
    text-shadow: 1px 1px 2px rgba(211, 47, 47, 0.1) !important;
}

.Q1613-Y1860-D0826_benefit-text {
    background: linear-gradient(45deg, #4caf50, #66bb6a) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* 이미지 갤러리 섹션 */
.Q1613-Y1860-D0826_image-gallery {
    margin-bottom: 30px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Q1613-Y1860-D0826_main-image {
    text-align: center !important;
    margin-bottom: 20px !important;
}

.Q1613-Y1860-D0826_product-image {
    max-width: 100% !important;
    height: auto !important;
    max-height: 500px !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.3s ease !important;
}

.Q1613-Y1860-D0826_product-image:hover {
    transform: scale(1.05) !important;
}

.Q1613-Y1860-D0826_image-thumbnails {
    display: flex !important;
    justify-content: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.Q1613-Y1860-D0826_thumbnail {
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    border: 2px solid #e3f2fd !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.1) !important;
}

.Q1613-Y1860-D0826_thumbnail:hover {
    border-color: #2196f3 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.2) !important;
}

/* 섹션 공통 스타일 */
.Q1613-Y1860-D0826_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1565c0 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    text-shadow: 1px 1px 2px rgba(21, 101, 192, 0.1) !important;
}

/* 특징 섹션 */
.Q1613-Y1860-D0826_features-section {
    margin-bottom: 40px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

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

.Q1613-Y1860-D0826_feature-card {
    background: linear-gradient(135deg, #e8f4fd 0%, #ffffff 100%) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    text-align: center !important;
    border: 2px solid #e3f2fd !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(33, 150, 243, 0.08) !important;
}

.Q1613-Y1860-D0826_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(33, 150, 243, 0.15) !important;
    border-color: #2196f3 !important;
}

.Q1613-Y1860-D0826_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1)) !important;
}

.Q1613-Y1860-D0826_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #1565c0 !important;
    margin-bottom: 10px !important;
}

.Q1613-Y1860-D0826_feature-desc {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
}

/* 제품 정보 섹션 */
.Q1613-Y1860-D0826_product-info {
    margin-bottom: 40px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Q1613-Y1860-D0826_info-table {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.Q1613-Y1860-D0826_info-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid #e3f2fd !important;
    transition: background-color 0.3s ease !important;
}

.Q1613-Y1860-D0826_info-row:hover {
    background-color: #f8fcff !important;
}

.Q1613-Y1860-D0826_info-row:last-child {
    border-bottom: none !important;
}

.Q1613-Y1860-D0826_info-label {
    font-weight: 600 !important;
    color: #1565c0 !important;
    font-size: 16px !important;
}

.Q1613-Y1860-D0826_info-value {
    font-size: 16px !important;
    color: #333333 !important;
    font-weight: 500 !important;
}

/* 조리 방법 섹션 */
.Q1613-Y1860-D0826_cooking-section {
    margin-bottom: 40px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1) !important;
}

.Q1613-Y1860-D0826_cooking-methods {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
}

.Q1613-Y1860-D0826_cooking-card {
    background: linear-gradient(135deg, #fff3e0 0%, #ffffff 100%) !important;
    padding: 25px !important;
    border-radius: 12px !important;
    text-align: center !important;
    border: 2px solid #ffe0b2 !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 10px rgba(255, 152, 0, 0.08) !important;
}

.Q1613-Y1860-D0826_cooking-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(255, 152, 0, 0.15) !important;
    border-color: #ff9800 !important;
}

.Q1613-Y1860-D0826_cooking-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) !important;
}

.Q1613-Y1860-D0826_cooking-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #f57c00 !important;
    margin-bottom: 10px !important;
}

.Q1613-Y1860-D0826_cooking-desc {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.5 !important;
}

/* 스토리 섹션 */
.Q1613-Y1860-D0826_story-section {
    margin-bottom: 40px !important;
    background: linear-gradient(135deg, #f3e5f5 0%, #ffffff 100%) !important;
    padding: 40px 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(156, 39, 176, 0.1) !important;
    border: 2px solid #e1bee7 !important;
}

.Q1613-Y1860-D0826_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #7b1fa2 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.Q1613-Y1860-D0826_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.Q1613-Y1860-D0826_story-text {
    font-size: 18px !important;
    color: #444444 !important;
    line-height: 1.8 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
}

.Q1613-Y1860-D0826_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 주의사항 섹션 */
.Q1613-Y1860-D0826_notice-section {
    margin-bottom: 40px !important;
    background: linear-gradient(135deg, #ffebee 0%, #ffffff 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.1) !important;
    border: 2px solid #ffcdd2 !important;
}

.Q1613-Y1860-D0826_notice-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.Q1613-Y1860-D0826_notice-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px 20px !important;
    background: white !important;
    margin-bottom: 12px !important;
    border-radius: 10px !important;
    border-left: 4px solid #f44336 !important;
    box-shadow: 0 2px 8px rgba(244, 67, 54, 0.08) !important;
    transition: all 0.3s ease !important;
}

.Q1613-Y1860-D0826_notice-item:hover {
    transform: translateX(5px) !important;
    box-shadow: 0 4px 15px rgba(244, 67, 54, 0.15) !important;
}

.Q1613-Y1860-D0826_notice-item:last-child {
    margin-bottom: 0 !important;
}

.Q1613-Y1860-D0826_notice-icon {
    font-size: 20px !important;
    margin-right: 15px !important;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)) !important;
}

.Q1613-Y1860-D0826_notice-text {
    font-size: 15px !important;
    color: #333333 !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
}

/* 푸터 섹션 */
.Q1613-Y1860-D0826_footer-section {
    background: linear-gradient(135deg, #37474f 0%, #546e7a 100%) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    color: white !important;
    text-align: center !important;
    box-shadow: 0 4px 15px rgba(55, 71, 79, 0.2) !important;
}

.Q1613-Y1860-D0826_company-name {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #81d4fa !important;
    margin-bottom: 20px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) !important;
}

.Q1613-Y1860-D0826_contact-info {
    display: flex !important;
    justify-content: center !important;
    gap: 30px !important;
    flex-wrap: wrap !important;
}

.Q1613-Y1860-D0826_contact-item {
    display: flex !important;
    align-items: center !important;
    font-size: 16px !important;
    color: #e0e0e0 !important;
    font-weight: 500 !important;
}

.Q1613-Y1860-D0826_contact-icon {
    font-size: 18px !important;
    margin-right: 8px !important;
    color: #81d4fa !important;
}

/* 반응형 디자인 - 태블릿 */
@media (max-width: 768px) {
    .Q1613-Y1860-D0826_wrapper {
        padding: 15px !important;
    }
    
    .Q1613-Y1860-D0826_product-title {
        font-size: 28px !important;
    }
    
    .Q1613-Y1860-D0826_subtitle {
        font-size: 16px !important;
    }
    
    .Q1613-Y1860-D0826_section-title {
        font-size: 24px !important;
    }
    
    .Q1613-Y1860-D0826_features-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
        gap: 15px !important;
    }
    
    .Q1613-Y1860-D0826_cooking-methods {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .Q1613-Y1860-D0826_contact-info {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .Q1613-Y1860-D0826_info-row {
        flex-direction: column !important;
        text-align: center !important;
        gap: 8px !important;
    }
    
    .Q1613-Y1860-D0826_image-thumbnails {
        gap: 10px !important;
    }
    
    .Q1613-Y1860-D0826_thumbnail {
        width: 80px !important;
        height: 80px !important;
    }
}

/* 반응형 디자인 - 모바일 */
@media (max-width: 480px) {
    .Q1613-Y1860-D0826_wrapper {
        padding: 10px !important;
    }
    
    .Q1613-Y1860-D0826_main-header {
        padding: 25px 15px !important;
    }
    
    .Q1613-Y1860-D0826_product-title {
        font-size: 24px !important;
    }
    
    .Q1613-Y1860-D0826_subtitle {
        font-size: 14px !important;
    }
    
    .Q1613-Y1860-D0826_section-title {
        font-size: 20px !important;
    }
    
    .Q1613-Y1860-D0826_sale-price {
        font-size: 28px !important;
    }
    
    .Q1613-Y1860-D0826_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Q1613-Y1860-D0826_feature-card {
        padding: 20px !important;
    }
    
    .Q1613-Y1860-D0826_story-heading {
        font-size: 20px !important;
    }
    
    .Q1613-Y1860-D0826_story-text {
        font-size: 16px !important;
    }
    
    .Q1613-Y1860-D0826_notice-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 10px !important;
    }
    
    .Q1613-Y1860-D0826_notice-icon {
        margin-right: 0 !important;
        margin-bottom: 5px !important;
    }
    
    .Q1613-Y1860-D0826_product-image {
        max-height: 300px !important;
    }
    
    .Q1613-Y1860-D0826_thumbnail {
        width: 60px !important;
        height: 60px !important;
    }
    
    .Q1613-Y1860-D0826_image-thumbnails {
        gap: 8px !important;
        justify-content: center !important;
    }
}

/* 캠핑 요리 카드 스타일 */
.Q1613-Y1860-D0826_camping-methods {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 20px !important;
}

.Q1613-Y1860-D0826_camping-card {
    background: linear-gradient(135deg, #2c5f2d 0%, #4a7c59 100%) !important;
    border: 2px solid #6b8e6b !important;
    box-shadow: 0 6px 20px rgba(44, 95, 45, 0.3) !important;
    transform: none !important;
    transition: all 0.3s ease !important;
}

.Q1613-Y1860-D0826_camping-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 12px 30px rgba(44, 95, 45, 0.4) !important;
    border-color: #8fb78f !important;
}

.Q1613-Y1860-D0826_camping-card .Q1613-Y1860-D0826_cooking-icon {
    font-size: 3rem !important;
    filter: brightness(1.2) !important;
}

.Q1613-Y1860-D0826_camping-card .Q1613-Y1860-D0826_cooking-title {
    color: #ffffff !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3) !important;
}

.Q1613-Y1860-D0826_camping-card .Q1613-Y1860-D0826_cooking-desc {
    color: #e8f5e8 !important;
    font-weight: 500 !important;
    line-height: 1.6 !important;
}

/* 애니메이션 효과 */
@keyframes Q1613-Y1860-D0826_fadeInUp {
    from {
        opacity: 0 !important;
        transform: translateY(30px) !important;
    }
    to {
        opacity: 1 !important;
        transform: translateY(0) !important;
    }
}

.Q1613-Y1860-D0826_main-header,
.Q1613-Y1860-D0826_image-gallery,
.Q1613-Y1860-D0826_price-section,
.Q1613-Y1860-D0826_features-section,
.Q1613-Y1860-D0826_product-info,
.Q1613-Y1860-D0826_cooking-section,
.Q1613-Y1860-D0826_story-section,
.Q1613-Y1860-D0826_notice-section,
.Q1613-Y1860-D0826_footer-section {
    animation: Q1613-Y1860-D0826_fadeInUp 0.6s ease-out !important;
}
