/* COOKZZANG Mall Detail Page CSS - L2592-Z1624-W7543 (상호인쇄 네모백양목젓가락 2300개) */
/* 모든 스타일은 L2592-Z1624-W7543_wrapper 내에서만 적용되어 다른 페이지 요소에 영향을 주지 않습니다 */

/* Reset and Base Styles */
.L2592-Z1624-W7543_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.L2592-Z1624-W7543_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #f8f9fa !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    overflow-x: hidden !important;
}

.L2592-Z1624-W7543_container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Hero Section - 따뜻한 양목 테마 */
.L2592-Z1624-W7543_hero-section {
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 50%, #cd853f 100%) !important;
    color: white !important;
    padding: 60px 0 !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.L2592-Z1624-W7543_hero-section::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="wood" width="30" height="30" patternUnits="userSpaceOnUse"><circle cx="15" cy="15" r="1" fill="rgba(255,255,255,0.1)"/><rect x="5" y="10" width="20" height="2" fill="rgba(255,255,255,0.05)"/><rect x="5" y="18" width="20" height="2" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23wood)"/></svg>') !important;
    opacity: 0.3 !important;
    z-index: 1 !important;
}
.L2592-Z1624-W7543_hero-content {
    position: relative !important;
    z-index: 2 !important;
}

.L2592-Z1624-W7543_badge-container {
    margin-bottom: 20px !important;
}

.L2592-Z1624-W7543_category-badge,
.L2592-Z1624-W7543_discount-badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin: 0 5px !important;
}

.L2592-Z1624-W7543_category-badge {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.L2592-Z1624-W7543_discount-badge {
    background-color: #e67e22 !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3) !important;
}

.L2592-Z1624-W7543_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin: 20px 0 10px 0 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
}

.L2592-Z1624-W7543_subtitle {
    font-size: 20px !important;
    color: rgba(255, 255, 255, 0.85) !important;
    margin-bottom: 25px !important;
    font-weight: 500 !important;
}

.L2592-Z1624-W7543_price-container {
    margin: 30px 0 !important;
}

.L2592-Z1624-W7543_original-price {
    font-size: 20px !important;
    text-decoration: line-through !important;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-right: 15px !important;
}

.L2592-Z1624-W7543_sale-price {
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #f39c12 !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3) !important;
}
.L2592-Z1624-W7543_product-summary {
    font-size: 18px !important;
    margin-top: 25px !important;
    opacity: 0.9 !important;
    max-width: 650px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Section Titles */
.L2592-Z1624-W7543_section-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    color: #8b4513 !important;
    position: relative !important;
    font-family: 'Noto Serif KR', serif !important;
}

.L2592-Z1624-W7543_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #8b4513, #cd853f) !important;
    border-radius: 2px !important;
}

/* Specifications Section */
.L2592-Z1624-W7543_specs-section {
    padding: 80px 0 !important;
    background-color: white !important;
}

.L2592-Z1624-W7543_specs-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 50px !important;
}
.L2592-Z1624-W7543_spec-card {
    background: white !important;
    border-radius: 15px !important;
    padding: 25px 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
    position: relative !important;
    overflow: hidden !important;
}

.L2592-Z1624-W7543_spec-card::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #8b4513, #cd853f) !important;
}

.L2592-Z1624-W7543_spec-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    border-color: #a0522d !important;
}

.L2592-Z1624-W7543_spec-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.L2592-Z1624-W7543_spec-content h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #8b4513 !important;
    margin-bottom: 8px !important;
}

.L2592-Z1624-W7543_spec-content p {
    font-size: 16px !important;
    color: #a0522d !important;
    font-weight: 500 !important;
}
/* Features Section */
.L2592-Z1624-W7543_features-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #fdf6e3 0%, #f5e6d3 100%) !important;
}

.L2592-Z1624-W7543_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 50px !important;
}

.L2592-Z1624-W7543_feature-card {
    background: white !important;
    border-radius: 20px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.4s ease !important;
    position: relative !important;
    overflow: hidden !important;
    border: 3px solid transparent !important;
}

.L2592-Z1624-W7543_feature-card::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: radial-gradient(circle, rgba(139, 69, 19, 0.1) 0%, transparent 70%) !important;
    transition: all 0.4s ease !important;
    transform: scale(0) !important;
}

.L2592-Z1624-W7543_feature-card:hover::before {
    transform: scale(1) !important;
}

.L2592-Z1624-W7543_feature-card:hover {
    transform: translateY(-12px) scale(1.02) !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15) !important;
    border-color: #a0522d !important;
}
.L2592-Z1624-W7543_feature-icon {
    font-size: 52px !important;
    margin-bottom: 20px !important;
    display: block !important;
    position: relative !important;
    z-index: 2 !important;
}

.L2592-Z1624-W7543_feature-card h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #8b4513 !important;
    margin-bottom: 12px !important;
    position: relative !important;
    z-index: 2 !important;
}

.L2592-Z1624-W7543_feature-card p {
    font-size: 15px !important;
    color: #5a6c7d !important;
    line-height: 1.6 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* Usage Guide Section */
.L2592-Z1624-W7543_usage-section {
    padding: 80px 0 !important;
    background-color: white !important;
}

.L2592-Z1624-W7543_usage-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 22px !important;
    margin-top: 50px !important;
}

.L2592-Z1624-W7543_usage-item {
    display: flex !important;
    align-items: center !important;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
    border-radius: 18px !important;
    padding: 25px 35px !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s ease !important;
    border-left: 5px solid #a0522d !important;
}
.L2592-Z1624-W7543_usage-item:hover {
    transform: translateX(8px) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12) !important;
    background: linear-gradient(135deg, #a0522d 0%, #8b4513 100%) !important;
    color: white !important;
}

.L2592-Z1624-W7543_usage-number {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #a0522d 0%, #8b4513 100%) !important;
    color: white !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-right: 25px !important;
    flex-shrink: 0 !important;
    box-shadow: 0 4px 12px rgba(160, 82, 45, 0.3) !important;
}

.L2592-Z1624-W7543_usage-item:hover .L2592-Z1624-W7543_usage-number {
    background: white !important;
    color: #a0522d !important;
}

.L2592-Z1624-W7543_usage-content h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #8b4513 !important;
    margin-bottom: 6px !important;
    transition: color 0.3s ease !important;
}

.L2592-Z1624-W7543_usage-item:hover .L2592-Z1624-W7543_usage-content h3 {
    color: white !important;
}

.L2592-Z1624-W7543_usage-content p {
    font-size: 15px !important;
    color: #5a6c7d !important;
    line-height: 1.5 !important;
    transition: color 0.3s ease !important;
}

.L2592-Z1624-W7543_usage-item:hover .L2592-Z1624-W7543_usage-content p {
    color: rgba(255, 255, 255, 0.9) !important;
}
/* Story Section */
.L2592-Z1624-W7543_story-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #8b4513 0%, #a0522d 100%) !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
}

.L2592-Z1624-W7543_story-section::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"><circle cx="20" cy="20" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1.2" fill="rgba(255,255,255,0.1)"/></svg>') !important;
    opacity: 0.4 !important;
}

.L2592-Z1624-W7543_story-heading {
    font-size: 24px !important;
    font-weight: 600 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    position: relative !important;
    z-index: 2 !important;
}

.L2592-Z1624-W7543_story-content {
    position: relative !important;
    z-index: 2 !important;
    text-align: center !important;
}

.L2592-Z1624-W7543_story-text {
    font-size: 18px !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.L2592-Z1624-W7543_benefits-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px !important;
    margin-top: 25px !important;
}

.L2592-Z1624-W7543_benefit-item {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.12) !important;
    padding: 12px 20px !important;
    border-radius: 22px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(8px) !important;
}

.L2592-Z1624-W7543_benefit-icon {
    margin-right: 8px !important;
    font-size: 16px !important;
}

/* Footer Section */
.L2592-Z1624-W7543_footer {
    background: linear-gradient(135deg, #5d2e0a 0%, #8b4513 100%) !important;
    color: white !important;
    padding: 55px 0 25px !important;
    position: relative !important;
}

.L2592-Z1624-W7543_footer-content {
    text-align: center !important;
}

.L2592-Z1624-W7543_company-info h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ecf0f1 !important;
}
.L2592-Z1624-W7543_contact-info {
    margin-bottom: 25px !important;
}

.L2592-Z1624-W7543_contact-info p {
    margin: 8px 0 !important;
    font-size: 15px !important;
    color: #bdc3c7 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.L2592-Z1624-W7543_contact-icon {
    margin-right: 8px !important;
    font-size: 16px !important;
}

.L2592-Z1624-W7543_footer-divider {
    height: 1px !important;
    background: linear-gradient(90deg, transparent, #7f8c8d, transparent) !important;
    margin: 25px 0 !important;
}

.L2592-Z1624-W7543_footer-bottom p {
    margin: 6px 0 !important;
    font-size: 13px !important;
    color: #95a5a6 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .L2592-Z1624-W7543_container {
        padding: 0 15px !important;
    }
    
    .L2592-Z1624-W7543_hero-section {
        padding: 35px 0 !important;
    }
    
    .L2592-Z1624-W7543_product-title {
        font-size: 30px !important;
    }
    
    .L2592-Z1624-W7543_subtitle {
        font-size: 16px !important;
    }    
    .L2592-Z1624-W7543_sale-price {
        font-size: 26px !important;
    }
    
    .L2592-Z1624-W7543_section-title {
        font-size: 22px !important;
    }
    
    .L2592-Z1624-W7543_specs-grid,
    .L2592-Z1624-W7543_features-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }
    
    .L2592-Z1624-W7543_usage-item {
        flex-direction: column !important;
        text-align: center !important;
        padding: 20px 15px !important;
    }
    
    .L2592-Z1624-W7543_usage-number {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }
    
    .L2592-Z1624-W7543_benefits-list {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .L2592-Z1624-W7543_contact-info p {
        flex-direction: row !important;
    }
}

@media (max-width: 480px) {
    .L2592-Z1624-W7543_product-title {
        font-size: 22px !important;
    }
    
    .L2592-Z1624-W7543_sale-price {
        font-size: 22px !important;
    }
    
    .L2592-Z1624-W7543_original-price {
        font-size: 14px !important;
    }
    
    .L2592-Z1624-W7543_spec-card,
    .L2592-Z1624-W7543_feature-card {
        padding: 20px 12px !important;
    }
    
    .L2592-Z1624-W7543_story-text {
        font-size: 16px !important;
    }
}