/* COOKZZANG Mall - 일회용 수저세트 상세페이지 스타일 */

/* 전역 스타일 - 제품 코드 접두사로 범위 제한 */
.S1164-M1469-G7444_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.S1164-M1469-G7444_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background: #fff !important;
}

.S1164-M1469-G7444_container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* 히어로 섹션 */
.S1164-M1469-G7444_hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    padding: 80px 0 !important;
    color: white !important;
}

.S1164-M1469-G7444_hero-content {
    display: flex !important;
    align-items: center !important;
    gap: 60px !important;
    flex-wrap: wrap !important;
}

.S1164-M1469-G7444_hero-text {
    flex: 1 !important;
    min-width: 300px !important;
}

.S1164-M1469-G7444_hero-image {
    flex: 1 !important;
    text-align: center !important;
    min-width: 300px !important;
}

.S1164-M1469-G7444_product-badges {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    flex-wrap: wrap !important;
}

.S1164-M1469-G7444_badge {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.S1164-M1469-G7444_badge-premium {
    background: rgba(255, 193, 7, 0.2) !important;
    border-color: rgba(255, 193, 7, 0.4) !important;
    color: #ffd700 !important;
}

.S1164-M1469-G7444_badge-eco {
    background: rgba(40, 167, 69, 0.2) !important;
    border-color: rgba(40, 167, 69, 0.4) !important;
    color: #28a745 !important;
}

.S1164-M1469-G7444_badge-quality {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
    color: white !important;
}

.S1164-M1469-G7444_product-title {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
    line-height: 1.2 !important;
}

.S1164-M1469-G7444_product-subtitle {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 30px !important;
    opacity: 0.9 !important;
}

.S1164-M1469-G7444_price-section {
    margin-bottom: 40px !important;
}

.S1164-M1469-G7444_price-current {
    font-size: 42px !important;
    font-weight: 700 !important;
    color: #ffd700 !important;
    margin-bottom: 8px !important;
}

.S1164-M1469-G7444_price-info {
    display: flex !important;
    gap: 20px !important;
    align-items: center !important;
}

.S1164-M1469-G7444_price-unit {
    font-size: 18px !important;
    opacity: 0.8 !important;
}
.S1164-M1469-G7444_key-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
}

.S1164-M1469-G7444_feature-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 12px 20px !important;
    border-radius: 10px !important;
    backdrop-filter: blur(5px) !important;
}

.S1164-M1469-G7444_feature-icon {
    font-size: 24px !important;
}

.S1164-M1469-G7444_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

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

.S1164-M1469-G7444_main-image:hover {
    transform: scale(1.05) !important;
}

/* 공통 섹션 스타일 */
.S1164-M1469-G7444_features,
.S1164-M1469-G7444_story,
.S1164-M1469-G7444_product-info,
.S1164-M1469-G7444_tips,
.S1164-M1469-G7444_why-choose,
.S1164-M1469-G7444_cta {
    padding: 80px 0 !important;
}

.S1164-M1469-G7444_section-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 50px !important;
    color: #333 !important;
}

/* 제품 특징 섹션 */
.S1164-M1469-G7444_features {
    background: #f8f9fa !important;
}

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

.S1164-M1469-G7444_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;
}

.S1164-M1469-G7444_feature-card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
}

.S1164-M1469-G7444_card-icon {
    font-size: 48px !important;
    margin-bottom: 20px !important;
}

.S1164-M1469-G7444_card-title {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #333 !important;
}

.S1164-M1469-G7444_card-description {
    font-size: 16px !important;
    line-height: 1.6 !important;
    color: #666 !important;
}

/* 스토리 섹션 */
.S1164-M1469-G7444_story {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
}

.S1164-M1469-G7444_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

.S1164-M1469-G7444_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
    color: white !important;
}

.S1164-M1469-G7444_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    text-align: left !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
}

/* 제품 정보 카드 */
.S1164-M1469-G7444_product-info {
    background: #f8f9fa !important;
}

.S1164-M1469-G7444_info-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 20px !important;
}

.S1164-M1469-G7444_info-card {
    background: white !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08) !important;
    border-left: 4px solid #667eea !important;
    transition: transform 0.2s ease !important;
}

.S1164-M1469-G7444_info-card:hover {
    transform: translateX(5px) !important;
}

.S1164-M1469-G7444_info-label {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #667eea !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.S1164-M1469-G7444_info-value {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #333 !important;
}
/* 팁 섹션 */
.S1164-M1469-G7444_tips-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
}

.S1164-M1469-G7444_tip-card {
    background: white !important;
    padding: 30px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.3s ease !important;
    border-top: 4px solid #667eea !important;
}

.S1164-M1469-G7444_tip-card:hover {
    transform: translateY(-5px) !important;
}

.S1164-M1469-G7444_tip-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.S1164-M1469-G7444_tip-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
    color: #333 !important;
}

.S1164-M1469-G7444_tip-description {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666 !important;
}

/* 선택 이유 섹션 */
.S1164-M1469-G7444_why-choose {
    background: #f8f9fa !important;
}

.S1164-M1469-G7444_reasons-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 30px !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.S1164-M1469-G7444_reason-item {
    display: flex !important;
    align-items: center !important;
    gap: 30px !important;
    background: white !important;
    padding: 30px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08) !important;
}

.S1164-M1469-G7444_reason-number {
    width: 60px !important;
    height: 60px !important;
    background: linear-gradient(135deg, #667eea, #764ba2) !important;
    color: white !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
}

.S1164-M1469-G7444_reason-content {
    flex: 1 !important;
}

.S1164-M1469-G7444_reason-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    color: #333 !important;
}

.S1164-M1469-G7444_reason-description {
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #666 !important;
}
/* CTA 섹션 */
.S1164-M1469-G7444_cta {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    text-align: center !important;
}

.S1164-M1469-G7444_cta-content {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.S1164-M1469-G7444_cta-title {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
}

.S1164-M1469-G7444_cta-description {
    font-size: 20px !important;
    margin-bottom: 40px !important;
    line-height: 1.6 !important;
    opacity: 0.9 !important;
}

.S1164-M1469-G7444_delivery-info {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
}

.S1164-M1469-G7444_delivery-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 20px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    min-width: 120px !important;
}

.S1164-M1469-G7444_delivery-icon {
    font-size: 32px !important;
}

.S1164-M1469-G7444_delivery-text {
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 푸터 */
.S1164-M1469-G7444_footer {
    background: #2c3e50 !important;
    color: white !important;
    padding: 60px 0 30px !important;
}

.S1164-M1469-G7444_footer-content {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

.S1164-M1469-G7444_footer-main {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 40px !important;
    margin-bottom: 40px !important;
}

.S1164-M1469-G7444_footer-logo {
    text-align: center !important;
}

.S1164-M1469-G7444_footer-brand {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #667eea !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
}

.S1164-M1469-G7444_footer-slogan {
    font-size: 16px !important;
    color: #bbb !important;
    margin-bottom: 0 !important;
}

.S1164-M1469-G7444_footer-info {
    display: flex !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.S1164-M1469-G7444_footer-section {
    flex: 1 !important;
    min-width: 200px !important;
}

.S1164-M1469-G7444_footer-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #667eea !important;
}

.S1164-M1469-G7444_footer-text {
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #ccc !important;
    margin-bottom: 8px !important;
}

.S1164-M1469-G7444_footer-bottom {
    border-top: 1px solid #34495e !important;
    padding-top: 20px !important;
    text-align: center !important;
}

.S1164-M1469-G7444_footer-copyright {
    font-size: 14px !important;
    color: #888 !important;
    margin: 0 !important;
}
/* 반응형 디자인 */
@media (max-width: 768px) {
    .S1164-M1469-G7444_container {
        padding: 0 15px !important;
    }
    
    .S1164-M1469-G7444_hero {
        padding: 60px 0 !important;
    }
    
    .S1164-M1469-G7444_hero-content {
        flex-direction: column !important;
        gap: 40px !important;
    }
    
    .S1164-M1469-G7444_product-title {
        font-size: 32px !important;
    }
    
    .S1164-M1469-G7444_product-subtitle {
        font-size: 18px !important;
    }
    
    .S1164-M1469-G7444_price-current {
        font-size: 32px !important;
    }
    
    .S1164-M1469-G7444_section-title {
        font-size: 28px !important;
        margin-bottom: 30px !important;
    }
    
    .S1164-M1469-G7444_features-grid,
    .S1164-M1469-G7444_tips-grid,
    .S1164-M1469-G7444_info-cards {
        grid-template-columns: 1fr !important;
    }
    
    .S1164-M1469-G7444_reason-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 20px !important;
    }
    
    .S1164-M1469-G7444_delivery-info {
        gap: 20px !important;
    }
    
    .S1164-M1469-G7444_delivery-item {
        min-width: 100px !important;
        padding: 15px !important;
    }
    
    .S1164-M1469-G7444_cta-title {
        font-size: 28px !important;
    }
    
    .S1164-M1469-G7444_cta-description {
        font-size: 16px !important;
    }
    
    .S1164-M1469-G7444_footer-main {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
        text-align: center !important;
    }
    
    .S1164-M1469-G7444_footer-info {
        flex-direction: column !important;
        gap: 30px !important;
    }
    
    .S1164-M1469-G7444_story-text {
        padding: 20px !important;
    }
}

@media (max-width: 480px) {
    .S1164-M1469-G7444_hero {
        padding: 40px 0 !important;
    }
    
    .S1164-M1469-G7444_product-title {
        font-size: 24px !important;
    }
    
    .S1164-M1469-G7444_product-subtitle {
        font-size: 16px !important;
    }
    
    .S1164-M1469-G7444_price-current {
        font-size: 28px !important;
    }
    
    .S1164-M1469-G7444_section-title {
        font-size: 24px !important;
    }
    
    .S1164-M1469-G7444_features,
    .S1164-M1469-G7444_story,
    .S1164-M1469-G7444_product-info,
    .S1164-M1469-G7444_tips,
    .S1164-M1469-G7444_why-choose,
    .S1164-M1469-G7444_cta {
        padding: 40px 0 !important;
    }
    
    .S1164-M1469-G7444_feature-card,
    .S1164-M1469-G7444_tip-card,
    .S1164-M1469-G7444_reason-item {
        padding: 20px !important;
    }
    
    .S1164-M1469-G7444_footer {
        padding: 40px 0 20px !important;
    }
}