/* V2490-S8089-X1282 일회용 앞치마 상세페이지 CSS */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap');

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

.V2490-S8089-X1282_wrapper {
    max-width: 860px !important;
    margin: 0 auto !important;
    background: #ffffff !important;
    overflow: hidden !important;
}

/* 히어로 섹션 */
.V2490-S8089-X1282_hero {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #3d7ab5 100%) !important;
    padding: 50px 30px !important;
    text-align: center !important;
    position: relative !important;
}

.V2490-S8089-X1282_hero-badge {
    display: inline-block !important;
    background: rgba(255,255,255,0.2) !important;
    color: #ffffff !important;
    padding: 8px 20px !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    letter-spacing: 1px !important;
}


.V2490-S8089-X1282_hero-title {
    font-size: 36px !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2) !important;
}

.V2490-S8089-X1282_hero-subtitle {
    font-size: 18px !important;
    color: rgba(255,255,255,0.9) !important;
    font-weight: 400 !important;
}

/* 옵션 선택 섹션 */
.V2490-S8089-X1282_options-section {
    padding: 50px 30px !important;
    background: #f8fafc !important;
}

.V2490-S8089-X1282_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #1e3a5f !important;
    text-align: center !important;
    margin-bottom: 15px !important;
}

.V2490-S8089-X1282_section-desc {
    font-size: 16px !important;
    color: #64748b !important;
    text-align: center !important;
    margin-bottom: 40px !important;
}

.V2490-S8089-X1282_options-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}


.V2490-S8089-X1282_option-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
    transition: all 0.3s ease !important;
    border: 2px solid transparent !important;
}

.V2490-S8089-X1282_option-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 30px rgba(30,58,95,0.15) !important;
    border-color: #2d5a87 !important;
}

.V2490-S8089-X1282_option-image {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block !important;
}

.V2490-S8089-X1282_option-info {
    padding: 20px !important;
    text-align: center !important;
}

.V2490-S8089-X1282_option-color {
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    border-radius: 50% !important;
    margin-bottom: 10px !important;
    border: 2px solid #e2e8f0 !important;
}

.V2490-S8089-X1282_option-color.white {
    background: #ffffff !important;
    border-color: #cbd5e1 !important;
}

.V2490-S8089-X1282_option-color.black {
    background: #1f2937 !important;
}


.V2490-S8089-X1282_option-name {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e3a5f !important;
    margin-bottom: 8px !important;
}

.V2490-S8089-X1282_option-qty {
    font-size: 14px !important;
    color: #64748b !important;
}

.V2490-S8089-X1282_option-tag {
    display: inline-block !important;
    background: #e0f2fe !important;
    color: #0369a1 !important;
    padding: 4px 12px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}

.V2490-S8089-X1282_option-tag.bulk {
    background: #fef3c7 !important;
    color: #d97706 !important;
}

/* 제품 이미지 섹션 */
.V2490-S8089-X1282_product-section {
    padding: 50px 30px !important;
    background: #ffffff !important;
}

.V2490-S8089-X1282_product-images {
    display: flex !important;
    gap: 20px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

.V2490-S8089-X1282_product-img {
    max-width: 400px !important;
    width: 100% !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;
}


/* 특징 섹션 */
.V2490-S8089-X1282_features-section {
    padding: 50px 30px !important;
    background: linear-gradient(180deg, #f0f9ff 0%, #e0f2fe 100%) !important;
}

.V2490-S8089-X1282_features-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.V2490-S8089-X1282_feature-card {
    background: #ffffff !important;
    padding: 30px 20px !important;
    border-radius: 16px !important;
    text-align: center !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
}

.V2490-S8089-X1282_feature-icon {
    font-size: 48px !important;
    margin-bottom: 15px !important;
}

.V2490-S8089-X1282_feature-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #1e3a5f !important;
    margin-bottom: 10px !important;
}

.V2490-S8089-X1282_feature-desc {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
}

/* 사용 용도 섹션 */
.V2490-S8089-X1282_usage-section {
    padding: 50px 30px !important;
    background: #ffffff !important;
}


.V2490-S8089-X1282_usage-list {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    justify-content: center !important;
    margin-top: 30px !important;
}

.V2490-S8089-X1282_usage-item {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%) !important;
    color: #ffffff !important;
    padding: 15px 25px !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

/* 제품 정보 섹션 */
.V2490-S8089-X1282_info-section {
    padding: 50px 30px !important;
    background: #f8fafc !important;
}

.V2490-S8089-X1282_info-table {
    width: 100% !important;
    border-collapse: collapse !important;
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05) !important;
    margin-top: 30px !important;
}

.V2490-S8089-X1282_info-table tr {
    border-bottom: 1px solid #e2e8f0 !important;
}

.V2490-S8089-X1282_info-table tr:last-child {
    border-bottom: none !important;
}


.V2490-S8089-X1282_info-table th {
    background: #1e3a5f !important;
    color: #ffffff !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
    width: 30% !important;
}

.V2490-S8089-X1282_info-table td {
    padding: 15px 20px !important;
    font-size: 14px !important;
    color: #334155 !important;
}

/* 리뷰 섹션 */
.V2490-S8089-X1282_review-section {
    padding: 50px 30px !important;
    background: #ffffff !important;
}

.V2490-S8089-X1282_review-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.V2490-S8089-X1282_review-card {
    background: #f8fafc !important;
    padding: 25px !important;
    border-radius: 12px !important;
    border-left: 4px solid #2d5a87 !important;
}

.V2490-S8089-X1282_review-stars {
    color: #fbbf24 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.V2490-S8089-X1282_review-text {
    font-size: 15px !important;
    color: #334155 !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
}


.V2490-S8089-X1282_review-author {
    font-size: 13px !important;
    color: #64748b !important;
    font-weight: 500 !important;
}

/* CTA 섹션 */
.V2490-S8089-X1282_cta-section {
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%) !important;
    text-align: center !important;
}

.V2490-S8089-X1282_cta-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 15px !important;
}

.V2490-S8089-X1282_cta-subtitle {
    font-size: 16px !important;
    color: rgba(255,255,255,0.85) !important;
}

/* 푸터 */
.V2490-S8089-X1282_footer {
    padding: 40px 30px !important;
    background: #0f172a !important;
    text-align: center !important;
}

.V2490-S8089-X1282_footer-logo {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
}

.V2490-S8089-X1282_footer-info {
    font-size: 13px !important;
    color: #94a3b8 !important;
    line-height: 1.8 !important;
}

.V2490-S8089-X1282_footer-info a {
    color: #60a5fa !important;
    text-decoration: none !important;
}


/* 반응형 디자인 */
@media screen and (max-width: 768px) {
    .V2490-S8089-X1282_hero {
        padding: 40px 20px !important;
    }
    
    .V2490-S8089-X1282_hero-title {
        font-size: 28px !important;
    }
    
    .V2490-S8089-X1282_options-section,
    .V2490-S8089-X1282_product-section,
    .V2490-S8089-X1282_features-section,
    .V2490-S8089-X1282_usage-section,
    .V2490-S8089-X1282_info-section,
    .V2490-S8089-X1282_review-section,
    .V2490-S8089-X1282_cta-section {
        padding: 40px 20px !important;
    }
    
    .V2490-S8089-X1282_section-title {
        font-size: 24px !important;
    }
    
    .V2490-S8089-X1282_options-grid,
    .V2490-S8089-X1282_features-grid,
    .V2490-S8089-X1282_review-grid {
        grid-template-columns: 1fr !important;
    }
    
    .V2490-S8089-X1282_usage-list {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .V2490-S8089-X1282_usage-item {
        width: 100% !important;
        justify-content: center !important;
    }
    
    .V2490-S8089-X1282_cta-title {
        font-size: 24px !important;
    }
}
