/* COOKZZANG Mall Detail Page CSS - Q3706-Z8220-D2840 */
/* Product: 대한국 토마토머스타드 12g */

/* Global Styles for Wrapper */
.Q3706-Z8220-D2840_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Q3706-Z8220-D2840_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: #fff !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Container */
.Q3706-Z8220-D2840_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Hero Section */
.Q3706-Z8220-D2840_hero-section {
    background: linear-gradient(135deg, #fff8e1 0%, #ffecb3 100%) !important;
    padding: 60px 0 !important;
    margin-bottom: 0 !important;
}

.Q3706-Z8220-D2840_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.Q3706-Z8220-D2840_product-badge {
    display: inline-block !important;
    background: linear-gradient(45deg, #ffa726, #ffb74d) !important;
    color: white !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(255, 167, 38, 0.3) !important;
}

.Q3706-Z8220-D2840_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* Package Info */
.Q3706-Z8220-D2840_package-info {
    font-size: 18px !important;
    color: #7f8c8d !important;
    font-weight: 500 !important;
    background: rgba(255, 167, 38, 0.1) !important;
    padding: 12px 20px !important;
    border-radius: 25px !important;
    display: inline-block !important;
    margin-bottom: 30px !important;
}

/* Hero Image */
.Q3706-Z8220-D2840_hero-image {
    flex: 1 !important;
    text-align: center !important;
}

.Q3706-Z8220-D2840_main-image {
    width: 100% !important;
    max-width: 500px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.Q3706-Z8220-D2840_main-image:hover {
    transform: scale(1.05) !important;
}

/* Section Titles */
.Q3706-Z8220-D2840_section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    font-family: 'Noto Serif KR', serif !important;
}

/* Features Section */
.Q3706-Z8220-D2840_features-section {
    padding: 80px 0 !important;
    background: white !important;
}

.Q3706-Z8220-D2840_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
}

.Q3706-Z8220-D2840_feature-card {
    background: white !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 2px solid #fff8e1 !important;
}

.Q3706-Z8220-D2840_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15) !important;
}

.Q3706-Z8220-D2840_feature-icon {
    font-size: 60px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.Q3706-Z8220-D2840_feature-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
}

.Q3706-Z8220-D2840_feature-desc {
    font-size: 16px !important;
    color: #7f8c8d !important;
    line-height: 1.6 !important;
}

/* Details Section */
.Q3706-Z8220-D2840_details-section {
    padding: 80px 0 !important;
    background: #fff8e1 !important;
}

.Q3706-Z8220-D2840_details-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}

.Q3706-Z8220-D2840_detail-item {
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.Q3706-Z8220-D2840_detail-label {
    font-size: 16px !important;
    color: #7f8c8d !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
}

.Q3706-Z8220-D2840_detail-value {
    font-size: 18px !important;
    color: #2c3e50 !important;
    font-weight: 600 !important;
}

/* Storage Section */
.Q3706-Z8220-D2840_storage-section {
    padding: 80px 0 !important;
    background: white !important;
}

.Q3706-Z8220-D2840_storage-card {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    background: linear-gradient(135deg, #fff3e0 0%, #ffcc80 100%) !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(255, 204, 128, 0.3) !important;
}

.Q3706-Z8220-D2840_storage-icon {
    font-size: 60px !important;
    flex-shrink: 0 !important;
}

.Q3706-Z8220-D2840_storage-content {
    flex: 1 !important;
}

.Q3706-Z8220-D2840_storage-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.Q3706-Z8220-D2840_storage-desc {
    font-size: 18px !important;
    color: #34495e !important;
    line-height: 1.6 !important;
}

/* Gallery Section */
.Q3706-Z8220-D2840_gallery-section {
    padding: 80px 0 !important;
    background: #fff8e1 !important;
}

.Q3706-Z8220-D2840_gallery {
    text-align: center !important;
}

.Q3706-Z8220-D2840_gallery-image {
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.Q3706-Z8220-D2840_gallery-image:hover {
    transform: scale(1.03) !important;
}

/* Story Section */
.Q3706-Z8220-D2840_story-section {
    padding: 80px 0 !important;
    background: white !important;
}

.Q3706-Z8220-D2840_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Q3706-Z8220-D2840_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Q3706-Z8220-D2840_story-text {
    font-size: 18px !important;
    color: #34495e !important;
    line-height: 1.8 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}

/* Why Choose Section */
.Q3706-Z8220-D2840_why-choose-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #ffb74d 0%, #ff9800 100%) !important;
    color: white !important;
}

.Q3706-Z8220-D2840_why-choose-section .Q3706-Z8220-D2840_section-title {
    color: white !important;
}

.Q3706-Z8220-D2840_benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
}

.Q3706-Z8220-D2840_benefit-item {
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 40px 30px !important;
    border-radius: 20px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Q3706-Z8220-D2840_benefit-number {
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    background: white !important;
    color: #ffb74d !important;
    border-radius: 50% !important;
    line-height: 50px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.Q3706-Z8220-D2840_benefit-title {
    font-size: 22px !important;
    font-weight: 600 !important;
    color: white !important;
    margin-bottom: 15px !important;
}

.Q3706-Z8220-D2840_benefit-desc {
    font-size: 16px !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
}

/* Footer Section */
.Q3706-Z8220-D2840_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 50px 0 !important;
}

.Q3706-Z8220-D2840_footer-content {
    text-align: center !important;
}

.Q3706-Z8220-D2840_company-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: white !important;
    margin-bottom: 20px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Q3706-Z8220-D2840_contact-info {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.Q3706-Z8220-D2840_contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.Q3706-Z8220-D2840_contact-label {
    font-size: 16px !important;
    color: #bdc3c7 !important;
}

.Q3706-Z8220-D2840_contact-value {
    font-size: 16px !important;
    color: white !important;
    font-weight: 500 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .Q3706-Z8220-D2840_product-title {
        font-size: 36px !important;
    }
    
    .Q3706-Z8220-D2840_section-title {
        font-size: 28px !important;
    }
    
    .Q3706-Z8220-D2840_hero-content {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .Q3706-Z8220-D2840_storage-card {
        flex-direction: column !important;
        text-align: center !important;
    }
    
    .Q3706-Z8220-D2840_contact-info {
        flex-direction: column !important;
        gap: 20px !important;
    }
    
    .Q3706-Z8220-D2840_container {
        padding: 0 15px !important;
    }
    
    .Q3706-Z8220-D2840_hero-section,
    .Q3706-Z8220-D2840_features-section,
    .Q3706-Z8220-D2840_details-section,
    .Q3706-Z8220-D2840_storage-section,
    .Q3706-Z8220-D2840_gallery-section,
    .Q3706-Z8220-D2840_story-section,
    .Q3706-Z8220-D2840_why-choose-section {
        padding: 50px 0 !important;
    }
}

@media (max-width: 480px) {
    .Q3706-Z8220-D2840_product-title {
        font-size: 28px !important;
    }
    
    .Q3706-Z8220-D2840_section-title {
        font-size: 24px !important;
    }
    
    .Q3706-Z8220-D2840_features-grid,
    .Q3706-Z8220-D2840_details-grid,
    .Q3706-Z8220-D2840_benefits-grid {
        grid-template-columns: 1fr !important;
    }
}
