/* 실링 롤필름 상세페이지 스타일 - L8888-C8080-T3538 */
/* 간편 조리 과정 중심형 패턴 (P002) 적용 */

/* 전체 래퍼 */
.L8888-C8080-T3538_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 20px !important;
    background-color: #ffffff !important;
}

.L8888-C8080-T3538_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

/* 히어로 섹션 */
.L8888-C8080-T3538_product-hero-container {
    position: relative !important;
    width: 100% !important;
    height: 500px !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
    margin-bottom: 40px !important;
}

.L8888-C8080-T3538_product-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

.L8888-C8080-T3538_product-info-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 30px 40px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, transparent 100%) !important;
    color: white !important;
}
.L8888-C8080-T3538_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3) !important;
}

.L8888-C8080-T3538_product-description {
    font-size: 18px !important;
    margin-bottom: 15px !important;
    opacity: 0.95 !important;
}

.L8888-C8080-T3538_product-price {
    display: inline-block !important;
    background-color: #2C8AB8 !important;
    color: white !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    box-shadow: 0 4px 12px rgba(44,138,184,0.3) !important;
}

/* 섹션 공통 스타일 */
.L8888-C8080-T3538_section-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #2C8AB8 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

/* 핵심 특징 섹션 */
.L8888-C8080-T3538_key-features {
    margin-bottom: 50px !important;
    padding: 0 20px !important;
}

.L8888-C8080-T3538_feature-cards {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 30px !important;
}
.L8888-C8080-T3538_feature-card {
    background: linear-gradient(135deg, #f0f8ff, #e6f4ff) !important;
    border-radius: 16px !important;
    padding: 30px !important;
    text-align: center !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid #d0e8f7 !important;
}

.L8888-C8080-T3538_feature-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 20px rgba(44,138,184,0.15) !important;
}

.L8888-C8080-T3538_feature-icon {
    font-size: 48px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.L8888-C8080-T3538_feature-title {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2C8AB8 !important;
    margin-bottom: 10px !important;
}

.L8888-C8080-T3538_feature-desc {
    font-size: 16px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 상품 정보 리스트 */
.L8888-C8080-T3538_product-specs-container {
    background-color: #f8f9fa !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05) !important;
    margin: 40px 0 !important;
}
.L8888-C8080-T3538_specs-header {
    padding: 20px 25px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: center !important;
    color: #2C8AB8 !important;
    background-color: #e6f4ff !important;
    border-bottom: 1px solid #d0e8f7 !important;
}

.L8888-C8080-T3538_specs-list {
    padding: 10px 0 !important;
}

.L8888-C8080-T3538_spec-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px 30px !important;
    border-bottom: 1px solid #e9ecef !important;
    transition: background-color 0.3s !important;
}

.L8888-C8080-T3538_spec-item:last-child {
    border-bottom: none !important;
}

.L8888-C8080-T3538_spec-item:hover {
    background-color: #f0f8ff !important;
}

.L8888-C8080-T3538_spec-icon {
    font-size: 32px !important;
    margin-right: 20px !important;
    color: #2C8AB8 !important;
    flex-shrink: 0 !important;
    width: 45px !important;
    text-align: center !important;
}

.L8888-C8080-T3538_spec-label {
    font-size: 16px !important;
    color: #777 !important;
    margin-right: 20px !important;
    width: 120px !important;
    flex-shrink: 0 !important;
}
.L8888-C8080-T3538_spec-value {
    font-size: 16px !important;
    color: #333 !important;
    font-weight: 500 !important;
    flex: 1 !important;
}

/* 사용 방법 섹션 */
.L8888-C8080-T3538_usage-section {
    margin: 50px 0 !important;
    padding: 0 20px !important;
}

.L8888-C8080-T3538_usage-container {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 40px !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06) !important;
    border: 1px solid #e6f4ff !important;
}

.L8888-C8080-T3538_emoji-showcase {
    width: 100% !important;
    height: 180px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    background: linear-gradient(135deg, #e6f4ff, #f0f8ff) !important;
    border-radius: 12px !important;
    margin-bottom: 30px !important;
}

.L8888-C8080-T3538_emoji-container {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 20px !important;
}

.L8888-C8080-T3538_large-emoji {
    font-size: 56px !important;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1)) !important;
    animation: bounce 2s infinite !important;
}
@keyframes bounce {
    0%, 100% { transform: translateY(0) !important; }
    50% { transform: translateY(-10px) !important; }
}

.L8888-C8080-T3538_recipe-tag {
    margin-top: 15px !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #2C8AB8 !important;
}

.L8888-C8080-T3538_info-points {
    list-style-type: none !important;
    padding: 20px 30px !important;
}

.L8888-C8080-T3538_info-points li {
    position: relative !important;
    padding: 15px 0 15px 50px !important;
    border-bottom: 1px dashed #e0e0e0 !important;
    font-size: 18px !important;
    line-height: 1.6 !important;
}

.L8888-C8080-T3538_info-points li:last-child {
    border-bottom: none !important;
}

.L8888-C8080-T3538_point-num {
    position: absolute !important;
    left: 0 !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    background: #2C8AB8 !important;
    color: white !important;
    border-radius: 50% !important;
    font-weight: 700 !important;
    font-size: 16px !important;
}
.L8888-C8080-T3538_highlight-text {
    font-size: 110% !important;
    font-weight: 700 !important;
    color: #2C8AB8 !important;
}

/* 활용 팁 섹션 */
.L8888-C8080-T3538_tips-section {
    margin: 50px 0 !important;
    padding: 0 20px !important;
}

.L8888-C8080-T3538_tips-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.L8888-C8080-T3538_tip-card {
    background: #ffffff !important;
    border-radius: 12px !important;
    padding: 30px !important;
    text-align: center !important;
    border: 2px solid #e6f4ff !important;
    transition: all 0.3s ease !important;
}

.L8888-C8080-T3538_tip-card:hover {
    border-color: #2C8AB8 !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 15px rgba(44,138,184,0.1) !important;
}

.L8888-C8080-T3538_tip-icon {
    font-size: 42px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.L8888-C8080-T3538_tip-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2C8AB8 !important;
    margin-bottom: 10px !important;
}
.L8888-C8080-T3538_tip-desc {
    font-size: 15px !important;
    color: #666 !important;
    line-height: 1.5 !important;
}

/* 푸터 섹션 */
.L8888-C8080-T3538_footer {
    padding: 30px !important;
    background: #f0f8ff !important;
    border-radius: 16px !important;
    margin-top: 50px !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03) !important;
    position: relative !important;
    border: 1px solid #d0e8f7 !important;
    text-align: left !important;
}

.L8888-C8080-T3538_footer:before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, #2C8AB8, #4CAF50) !important;
    border-radius: 16px 16px 0 0 !important;
}

.L8888-C8080-T3538_company-info {
    background: white !important;
    border-radius: 12px !important;
    padding: 25px 30px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03) !important;
}

.L8888-C8080-T3538_info-item {
    margin: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
}
.L8888-C8080-T3538_info-icon {
    width: 35px !important;
    margin-right: 15px !important;
    font-size: 22px !important;
    color: #2C8AB8 !important;
    display: flex !important;
    justify-content: flex-start !important;
}

.L8888-C8080-T3538_info-text {
    color: #666 !important;
    font-size: 15px !important;
}

.L8888-C8080-T3538_pattern-info {
    font-size: 12px !important;
    color: #999 !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-style: italic !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .L8888-C8080-T3538_wrapper {
        padding: 10px !important;
    }
    
    .L8888-C8080-T3538_product-hero-container {
        height: 350px !important;
    }
    
    .L8888-C8080-T3538_product-title {
        font-size: 24px !important;
    }
    
    .L8888-C8080-T3538_section-title {
        font-size: 22px !important;
    }
    
    .L8888-C8080-T3538_feature-cards,
    .L8888-C8080-T3538_tips-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* 무료배송 강조 스타일 */
.L8888-C8080-T3538_free-shipping {
    background: linear-gradient(135deg, #ff4757, #c44569) !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    border-radius: 25px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    display: inline-block !important;
    margin-top: 15px !important;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3) !important;
    animation: L8888-C8080-T3538_pulse 2s infinite !important;
}

@keyframes L8888-C8080-T3538_pulse {
    0% { box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3) !important; }
    50% { box-shadow: 0 8px 25px rgba(255, 71, 87, 0.5) !important; }
    100% { box-shadow: 0 4px 15px rgba(255, 71, 87, 0.3) !important; }
}

/* 리뷰 섹션 스타일 */
.L8888-C8080-T3538_reviews-section {
    background: linear-gradient(135deg, #fff5f5 0%, #ffe6e6 100%) !important;
    border-radius: 20px !important;
    padding: 50px !important;
    margin: 50px 0 !important;
    border: 2px solid #ffcdd2 !important;
}

.L8888-C8080-T3538_review-card {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 35px !important;
    margin-bottom: 30px !important;
    box-shadow: 0 8px 25px rgba(255, 71, 87, 0.1) !important;
    border: 1px solid #ffcdd2 !important;
    transition: all 0.3s ease !important;
}

.L8888-C8080-T3538_review-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px rgba(255, 71, 87, 0.15) !important;
}

.L8888-C8080-T3538_review-card:last-child {
    margin-bottom: 0 !important;
}

.L8888-C8080-T3538_review-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
    padding-bottom: 20px !important;
    border-bottom: 2px solid #fff5f5 !important;
}

.L8888-C8080-T3538_reviewer-info {
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
}

.L8888-C8080-T3538_reviewer-avatar {
    font-size: 42px !important;
    background: linear-gradient(135deg, #ff4757, #c44569) !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 6px 18px rgba(255, 71, 87, 0.3) !important;
}

.L8888-C8080-T3538_reviewer-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    margin: 0 !important;
    font-family: 'Noto Sans KR', sans-serif !important;
}

.L8888-C8080-T3538_reviewer-business {
    font-size: 14px !important;
    color: #7f8c8d !important;
    margin: 5px 0 0 0 !important;
}

.L8888-C8080-T3538_rating {
    text-align: right !important;
}

.L8888-C8080-T3538_stars {
    font-size: 18px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

.L8888-C8080-T3538_score {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ff4757 !important;
}

.L8888-C8080-T3538_review-content {
    margin-top: 20px !important;
}

.L8888-C8080-T3538_review-text {
    font-size: 16px !important;
    line-height: 1.8 !important;
    color: #2c3e50 !important;
    margin-bottom: 25px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    word-break: keep-all !important;
}

.L8888-C8080-T3538_review-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.L8888-C8080-T3538_tag {
    background: linear-gradient(135deg, #ff4757, #c44569) !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    box-shadow: 0 3px 10px rgba(255, 71, 87, 0.3) !important;
    transition: all 0.2s ease !important;
}

.L8888-C8080-T3538_tag:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(255, 71, 87, 0.4) !important;
}

/* 리뷰 섹션 반응형 */
@media (max-width: 768px) {
    .L8888-C8080-T3538_reviews-section {
        padding: 30px !important;
        margin: 30px 0 !important;
    }
    
    .L8888-C8080-T3538_review-card {
        padding: 25px !important;
    }
    
    .L8888-C8080-T3538_review-header {
        flex-direction: column !important;
        gap: 15px !important;
    }
    
    .L8888-C8080-T3538_rating {
        text-align: left !important;
    }
    
    .L8888-C8080-T3538_reviewer-info {
        gap: 15px !important;
    }
    
    .L8888-C8080-T3538_reviewer-avatar {
        width: 60px !important;
        height: 60px !important;
        font-size: 35px !important;
    }
    
    .L8888-C8080-T3538_reviewer-name {
        font-size: 18px !important;
    }
    
    .L8888-C8080-T3538_review-text {
        font-size: 15px !important;
    }
    
    .L8888-C8080-T3538_free-shipping {
        font-size: 14px !important;
        padding: 8px 16px !important;
    }
}