/* COOKZZANG Mall Product Detail Page CSS */
/* Product Code: L7399-J6806-G2729 */
/* 105파이 대 블랙 배달용기 스타일 */

/* Reset and Base Styles */
.L7399-J6806-G2729_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.L7399-J6806-G2729_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    min-height: 100vh !important;
    padding: 20px !important;
}

/* Hero Section */
.L7399-J6806-G2729_hero {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3) !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
}

.L7399-J6806-G2729_hero::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') !important;
    pointer-events: none !important;
}

.L7399-J6806-G2729_hero-content {
    flex: 1 !important;
    padding-right: 40px !important;
    z-index: 2 !important;
    position: relative !important;
}

.L7399-J6806-G2729_product-badge {
    display: inline-block !important;
    background: #ff6b6b !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4) !important;
}

.L7399-J6806-G2729_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
    line-height: 1.2 !important;
}

.L7399-J6806-G2729_product-subtitle {
    font-size: 20px !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
    font-weight: 400 !important;
}

/* Price Section */
.L7399-J6806-G2729_price-section {
    margin-bottom: 30px !important;
}

.L7399-J6806-G2729_original-price {
    font-size: 18px !important;
    text-decoration: line-through !important;
    opacity: 0.7 !important;
    margin-bottom: 10px !important;
}

.L7399-J6806-G2729_sale-info {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
}

.L7399-J6806-G2729_discount {
    background: #ff6b6b !important;
    color: white !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
}

.L7399-J6806-G2729_current-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #ffd93d !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.L7399-J6806-G2729_features {
    display: flex !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
}

.L7399-J6806-G2729_feature {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 10px 16px !important;
    border-radius: 15px !important;
    font-weight: 500 !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

/* Hero Image */
.L7399-J6806-G2729_hero-image {
    flex: 0 0 400px !important;
    z-index: 2 !important;
    position: relative !important;
}

.L7399-J6806-G2729_main-image {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover !important;
    border-radius: 15px !important;
    box-shadow: 0 15px 35px rgba(0,0,0,0.3) !important;
    transform: perspective(1000px) rotateY(-5deg) !important;
    transition: transform 0.3s ease !important;
}

.L7399-J6806-G2729_main-image:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.05) !important;
}

/* Quantity Highlight Section */
.L7399-J6806-G2729_quantity-highlight {
    margin-bottom: 40px !important;
}

.L7399-J6806-G2729_quantity-box {
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa726 100%) !important;
    border-radius: 20px !important;
    padding: 30px !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    gap: 25px !important;
    box-shadow: 0 15px 35px rgba(255, 107, 107, 0.4) !important;
    position: relative !important;
    overflow: hidden !important;
}

.L7399-J6806-G2729_quantity-box::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -50% !important;
    width: 100% !important;
    height: 100% !important;
    background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, transparent 70%) !important;
    animation: L7399-J6806-G2729_sparkle 3s ease-in-out infinite !important;
}

@keyframes L7399-J6806-G2729_sparkle {
    0%, 100% { transform: rotate(0deg) scale(1); opacity: 0.3; }
    50% { transform: rotate(180deg) scale(1.2); opacity: 0.6; }
}

.L7399-J6806-G2729_quantity-icon {
    font-size: 60px !important;
    min-width: 80px !important;
    text-align: center !important;
    z-index: 2 !important;
    position: relative !important;
}

.L7399-J6806-G2729_quantity-content {
    flex: 1 !important;
    z-index: 2 !important;
    position: relative !important;
}

.L7399-J6806-G2729_quantity-content h3 {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.L7399-J6806-G2729_quantity-breakdown {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    margin-bottom: 15px !important;
}

.L7399-J6806-G2729_quantity-detail {
    font-size: 24px !important;
    font-weight: 600 !important;
    background: rgba(255,255,255,0.2) !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    display: inline-block !important;
    backdrop-filter: blur(10px) !important;
}

.L7399-J6806-G2729_unit-price {
    font-size: 18px !important;
    font-weight: 500 !important;
    color: #ffd93d !important;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
}

.L7399-J6806-G2729_quantity-benefit {
    font-size: 16px !important;
    opacity: 0.95 !important;
    font-style: italic !important;
}

/* Section Styles */
.L7399-J6806-G2729_section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #2c3e50 !important;
    position: relative !important;
}

.L7399-J6806-G2729_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #667eea, #764ba2) !important;
    border-radius: 2px !important;
}

/* Product Info Section */
.L7399-J6806-G2729_product-info {
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.L7399-J6806-G2729_info-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.L7399-J6806-G2729_info-card {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: 0 8px 25px rgba(240, 147, 251, 0.3) !important;
}

.L7399-J6806-G2729_info-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(240, 147, 251, 0.4) !important;
}

.L7399-J6806-G2729_info-icon {
    font-size: 36px !important;
    min-width: 60px !important;
    text-align: center !important;
}

.L7399-J6806-G2729_info-content h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.L7399-J6806-G2729_info-content p {
    font-size: 16px !important;
    opacity: 0.9 !important;
}

/* Features Section */
.L7399-J6806-G2729_features-section {
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.L7399-J6806-G2729_feature-list {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.L7399-J6806-G2729_feature-item {
    background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%) !important;
    border-radius: 15px !important;
    padding: 25px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    transition: transform 0.3s ease !important;
}

.L7399-J6806-G2729_feature-item:hover {
    transform: translateY(-3px) !important;
}

.L7399-J6806-G2729_feature-icon {
    font-size: 40px !important;
    min-width: 60px !important;
    text-align: center !important;
}

.L7399-J6806-G2729_feature-text h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.L7399-J6806-G2729_feature-text p {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.6 !important;
}

/* Usage Section */
.L7399-J6806-G2729_usage-section {
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.L7399-J6806-G2729_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
}

.L7399-J6806-G2729_usage-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    border-radius: 15px !important;
    padding: 30px !important;
    color: white !important;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3) !important;
}

.L7399-J6806-G2729_usage-card h3 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
}

.L7399-J6806-G2729_usage-list {
    list-style: none !important;
}

.L7399-J6806-G2729_usage-list li {
    padding: 10px 0 !important;
    font-size: 16px !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
    position: relative !important;
    padding-left: 25px !important;
}

.L7399-J6806-G2729_usage-list li:before {
    content: '✓' !important;
    position: absolute !important;
    left: 0 !important;
    color: #ffd93d !important;
    font-weight: bold !important;
}

.L7399-J6806-G2729_usage-list li:last-child {
    border-bottom: none !important;
}

/* Gallery Section */
.L7399-J6806-G2729_gallery {
    background: white !important;
    border-radius: 20px !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.L7399-J6806-G2729_gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
}

.L7399-J6806-G2729_gallery-item {
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
    transition: transform 0.3s ease !important;
}

.L7399-J6806-G2729_gallery-item:hover {
    transform: scale(1.03) !important;
}

.L7399-J6806-G2729_gallery-image {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.L7399-J6806-G2729_gallery-image:hover {
    transform: scale(1.1) !important;
}

/* Footer Section */
.L7399-J6806-G2729_footer {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%) !important;
    border-radius: 20px !important;
    padding: 40px !important;
    color: white !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.L7399-J6806-G2729_footer-content {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 40px !important;
    margin-bottom: 30px !important;
}

.L7399-J6806-G2729_company-name {
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ffd93d !important;
}

.L7399-J6806-G2729_contact-item {
    margin-bottom: 12px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.L7399-J6806-G2729_phone,
.L7399-J6806-G2729_email {
    color: #74b9ff !important;
    font-weight: 600 !important;
}

.L7399-J6806-G2729_business-hours {
    color: #a29bfe !important;
    font-style: italic !important;
}

.L7399-J6806-G2729_service-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #00cec9 !important;
}

.L7399-J6806-G2729_service-list {
    list-style: none !important;
}

.L7399-J6806-G2729_service-list li {
    padding: 8px 0 !important;
    font-size: 16px !important;
    border-left: 3px solid #00cec9 !important;
    padding-left: 15px !important;
    margin-bottom: 8px !important;
}

.L7399-J6806-G2729_footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.2) !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.L7399-J6806-G2729_copyright {
    font-size: 14px !important;
    opacity: 0.8 !important;
    line-height: 1.6 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .L7399-J6806-G2729_wrapper {
        padding: 10px !important;
    }
    
    .L7399-J6806-G2729_hero {
        flex-direction: column !important;
        text-align: center !important;
        padding: 30px 20px !important;
    }
    
    .L7399-J6806-G2729_hero-content {
        padding-right: 0 !important;
        margin-bottom: 30px !important;
    }
    
    .L7399-J6806-G2729_hero-image {
        flex: none !important;
        width: 100% !important;
        max-width: 350px !important;
    }
    
    .L7399-J6806-G2729_product-title {
        font-size: 32px !important;
    }
    
    .L7399-J6806-G2729_product-subtitle {
        font-size: 16px !important;
    }
    
    .L7399-J6806-G2729_current-price {
        font-size: 28px !important;
    }
    
    .L7399-J6806-G2729_section-title {
        font-size: 24px !important;
    }
    
    .L7399-J6806-G2729_quantity-box {
        flex-direction: column !important;
        text-align: center !important;
        padding: 25px 20px !important;
        gap: 20px !important;
    }
    
    .L7399-J6806-G2729_quantity-content h3 {
        font-size: 22px !important;
    }
    
    .L7399-J6806-G2729_quantity-detail {
        font-size: 20px !important;
    }
    
    .L7399-J6806-G2729_unit-price {
        font-size: 16px !important;
    }
    
    .L7399-J6806-G2729_info-grid,
    .L7399-J6806-G2729_feature-list,
    .L7399-J6806-G2729_usage-grid,
    .L7399-J6806-G2729_gallery-grid {
        grid-template-columns: 1fr !important;
    }
    
    .L7399-J6806-G2729_footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .L7399-J6806-G2729_company-name {
        font-size: 24px !important;
    }
}

@media (max-width: 480px) {
    .L7399-J6806-G2729_hero {
        padding: 20px 15px !important;
    }
    
    .L7399-J6806-G2729_product-title {
        font-size: 24px !important;
    }
    
    .L7399-J6806-G2729_quantity-content h3 {
        font-size: 20px !important;
    }
    
    .L7399-J6806-G2729_quantity-detail {
        font-size: 18px !important;
        padding: 8px 12px !important;
    }
    
    .L7399-J6806-G2729_quantity-icon {
        font-size: 50px !important;
    }
    
    .L7399-J6806-G2729_features {
        justify-content: center !important;
    }
    
    .L7399-J6806-G2729_feature {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }
}
