/* Z7407-T5194-J2022 천연펄프 칵테일냅킨 상세페이지 CSS */
/* 모든 스타일은 Z7407-T5194-J2022_wrapper 내에서만 적용됩니다 */

.Z7407-T5194-J2022_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.Z7407-T5194-J2022_wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #3e2723 !important;
    background-color: #fff !important;
}

/* 메인 헤더 섹션 */
.Z7407-T5194-J2022_hero-section {
    background: linear-gradient(135deg, #8d6e63, #a1887f, #bcaaa4) !important;
    padding: 60px 30px !important;
    text-align: center !important;
    border-radius: 20px !important;
    margin-bottom: 40px !important;
    box-shadow: 0 10px 30px rgba(139, 69, 19, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
}

.Z7407-T5194-J2022_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,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    opacity: 0.1 !important;
}

.Z7407-T5194-J2022_hero-content {
    max-width: 800px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.Z7407-T5194-J2022_badge {
    display: inline-block !important;
    background-color: rgba(255, 255, 255, 0.95) !important;
    color: #6d4c41 !important;
    padding: 8px 20px !important;
    border-radius: 25px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}
.Z7407-T5194-J2022_main-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 25px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
    font-family: 'Noto Serif KR', serif !important;
    line-height: 1.3 !important;
}

.Z7407-T5194-J2022_price-section {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 20px !important;
}

.Z7407-T5194-J2022_price-box {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.Z7407-T5194-J2022_original-price {
    font-size: 18px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: line-through !important;
    font-weight: 500 !important;
}

.Z7407-T5194-J2022_discount-badge {
    background: #d32f2f !important;
    color: #fff !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    animation: pulse 2s infinite !important;
}

@keyframes pulse {
    0% { transform: scale(1) !important; }
    50% { transform: scale(1.05) !important; }
    100% { transform: scale(1) !important; }
}

.Z7407-T5194-J2022_final-price {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding: 12px 20px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
}
.Z7407-T5194-J2022_specs {
    display: flex !important;
    gap: 20px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.Z7407-T5194-J2022_spec {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    padding: 8px 16px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    backdrop-filter: blur(10px) !important;
}

/* 섹션 공통 스타일 */
.Z7407-T5194-J2022_section-title {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    font-family: 'Noto Serif KR', serif !important;
    position: relative !important;
}

.Z7407-T5194-J2022_section-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 60px !important;
    height: 3px !important;
    background: linear-gradient(90deg, #8d6e63, #a1887f) !important;
    border-radius: 2px !important;
}

/* 제품 특징 섹션 */
.Z7407-T5194-J2022_features-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #f3e5f5, #e8f5e8) !important;
    border-radius: 20px !important;
}
.Z7407-T5194-J2022_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 30px !important;
    margin-top: 30px !important;
}

.Z7407-T5194-J2022_feature-card {
    background: linear-gradient(145deg, #ffffff, #f5f5f5) !important;
    padding: 35px !important;
    border-radius: 20px !important;
    text-align: center !important;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
}

.Z7407-T5194-J2022_feature-card:hover {
    transform: translateY(-8px) !important;
    box-shadow: 0 15px 35px rgba(139, 69, 19, 0.25) !important;
}

.Z7407-T5194-J2022_feature-icon {
    font-size: 50px !important;
    margin-bottom: 20px !important;
    display: block !important;
}

.Z7407-T5194-J2022_feature-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #5d4037 !important;
    margin-bottom: 15px !important;
}

.Z7407-T5194-J2022_feature-desc {
    font-size: 16px !important;
    color: #6d4c41 !important;
    line-height: 1.6 !important;
}

/* 사용 용도 섹션 */
.Z7407-T5194-J2022_usage-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: linear-gradient(135deg, #d7ccc8, #efebe9) !important;
    border-radius: 20px !important;
}
.Z7407-T5194-J2022_usage-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 25px !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
}

.Z7407-T5194-J2022_usage-item {
    background: rgba(255, 255, 255, 0.8) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
    transition: transform 0.3s ease !important;
}

.Z7407-T5194-J2022_usage-item:hover {
    transform: translateY(-3px) !important;
}

.Z7407-T5194-J2022_usage-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Z7407-T5194-J2022_usage-item h4 {
    color: #5d4037 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.Z7407-T5194-J2022_usage-item p {
    color: #6d4c41 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* 제품 상세 정보 섹션 */
.Z7407-T5194-J2022_specs-section {
    margin-bottom: 60px !important;
    padding: 40px 0 !important;
}
.Z7407-T5194-J2022_specs-table {
    background: #fff !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.15) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
}

.Z7407-T5194-J2022_spec-row {
    display: flex !important;
    border-bottom: 1px solid #efebe9 !important;
}

.Z7407-T5194-J2022_spec-row:last-child {
    border-bottom: none !important;
}

.Z7407-T5194-J2022_spec-label {
    background: #f5f5f5 !important;
    padding: 20px 25px !important;
    font-weight: 600 !important;
    color: #5d4037 !important;
    width: 200px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    border-right: 1px solid #efebe9 !important;
}

.Z7407-T5194-J2022_spec-value {
    padding: 20px 25px !important;
    color: #3e2723 !important;
    flex: 1 !important;
    display: flex !important;
    align-items: center !important;
}

/* 배송 정보 섹션 */
.Z7407-T5194-J2022_delivery-section {
    background: linear-gradient(135deg, #8d6e63, #a1887f) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
}
.Z7407-T5194-J2022_delivery-section .Z7407-T5194-J2022_section-title {
    color: #fff !important;
}

.Z7407-T5194-J2022_delivery-section .Z7407-T5194-J2022_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.Z7407-T5194-J2022_delivery-info {
    display: flex !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    max-width: 600px !important;
    margin: 0 auto !important;
}

.Z7407-T5194-J2022_delivery-item {
    background: rgba(255, 255, 255, 0.2) !important;
    padding: 20px 25px !important;
    border-radius: 12px !important;
    backdrop-filter: blur(10px) !important;
    min-width: 150px !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Z7407-T5194-J2022_delivery-label {
    display: block !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Z7407-T5194-J2022_delivery-value {
    display: block !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 왜 선택해야 하는지 섹션 */
.Z7407-T5194-J2022_why-section {
    margin-bottom: 60px !important;
    padding: 60px 30px !important;
    background: linear-gradient(135deg, #e8f5e8, #f1f8e9) !important;
    border-radius: 20px !important;
}
.Z7407-T5194-J2022_why-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 25px !important;
}

.Z7407-T5194-J2022_why-card {
    background: rgba(255, 255, 255, 0.9) !important;
    padding: 30px !important;
    border-radius: 15px !important;
    text-align: center !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.Z7407-T5194-J2022_why-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(139, 69, 19, 0.2) !important;
}

.Z7407-T5194-J2022_why-icon {
    font-size: 42px !important;
    margin-bottom: 15px !important;
    display: block !important;
}

.Z7407-T5194-J2022_why-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #5d4037 !important;
    margin-bottom: 12px !important;
}

.Z7407-T5194-J2022_why-desc {
    font-size: 14px !important;
    color: #6d4c41 !important;
    line-height: 1.6 !important;
}

/* 스토리 섹션 */
.Z7407-T5194-J2022_story-section {
    margin-bottom: 60px !important;
    padding: 50px 30px !important;
    background: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0 8px 25px rgba(139, 69, 19, 0.1) !important;
    border: 1px solid rgba(139, 69, 19, 0.1) !important;
}
.Z7407-T5194-J2022_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #5d4037 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    font-family: 'Noto Serif KR', serif !important;
}

.Z7407-T5194-J2022_story-content {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.Z7407-T5194-J2022_story-text {
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #5d4037 !important;
    margin-bottom: 25px !important;
    text-align: justify !important;
}

.Z7407-T5194-J2022_story-text:last-child {
    margin-bottom: 0 !important;
}

/* 주문 정보 섹션 */
.Z7407-T5194-J2022_order-section {
    background: linear-gradient(135deg, #d32f2f, #f44336) !important;
    padding: 50px 30px !important;
    border-radius: 20px !important;
    margin-bottom: 60px !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
}

.Z7407-T5194-J2022_order-section::before {
    content: '💥' !important;
    position: absolute !important;
    font-size: 100px !important;
    top: -20px !important;
    right: -20px !important;
    opacity: 0.1 !important;
    animation: rotate 10s linear infinite !important;
}

@keyframes rotate {
    from { transform: rotate(0deg) !important; }
    to { transform: rotate(360deg) !important; }
}
.Z7407-T5194-J2022_order-section .Z7407-T5194-J2022_section-title {
    color: #fff !important;
}

.Z7407-T5194-J2022_order-section .Z7407-T5194-J2022_section-title::after {
    background: rgba(255, 255, 255, 0.7) !important;
}

.Z7407-T5194-J2022_order-info {
    max-width: 600px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 2 !important;
}

.Z7407-T5194-J2022_order-highlight {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    margin-bottom: 30px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Z7407-T5194-J2022_order-highlight h3 {
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
}

.Z7407-T5194-J2022_order-highlight p {
    color: rgba(255, 255, 255, 0.95) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.Z7407-T5194-J2022_contact-box {
    background: rgba(255, 255, 255, 0.15) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.Z7407-T5194-J2022_contact-item {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.Z7407-T5194-J2022_contact-item:last-child {
    border-bottom: none !important;
}

.Z7407-T5194-J2022_contact-label {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px !important;
}

.Z7407-T5194-J2022_contact-value {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}

/* 푸터 섹션 */
.Z7407-T5194-J2022_footer-section {
    background: linear-gradient(135deg, #5d4037, #6d4c41, #8d6e63) !important;
    padding: 50px 30px 30px !important;
    border-radius: 20px !important;
    color: #fff !important;
}

.Z7407-T5194-J2022_footer-content {
    display: grid !important;
    grid-template-columns: 1fr 2fr !important;
    gap: 40px !important;
    margin-bottom: 30px !important;
}

.Z7407-T5194-J2022_footer-logo h3 {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    color: #fff !important;
}

.Z7407-T5194-J2022_footer-logo p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
}

.Z7407-T5194-J2022_footer-info {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
}
.Z7407-T5194-J2022_footer-group h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 15px !important;
    color: #fff !important;
}

.Z7407-T5194-J2022_footer-group p {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
}

.Z7407-T5194-J2022_footer-bottom {
    text-align: center !important;
    padding-top: 25px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.Z7407-T5194-J2022_footer-bottom p {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

/* 반응형 디자인 */
@media (max-width: 768px) {
    .Z7407-T5194-J2022_wrapper {
        padding: 0 15px !important;
    }
    
    .Z7407-T5194-J2022_main-title {
        font-size: 24px !important;
        line-height: 1.2 !important;
    }
    
    .Z7407-T5194-J2022_price-box {
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .Z7407-T5194-J2022_final-price {
        font-size: 22px !important;
        padding: 10px 18px !important;
    }
    
    .Z7407-T5194-J2022_specs {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }
    
    .Z7407-T5194-J2022_features-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Z7407-T5194-J2022_usage-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Z7407-T5194-J2022_spec-row {
        flex-direction: column !important;
    }
    
    .Z7407-T5194-J2022_spec-label {
        width: 100% !important;
        border-right: none !important;
        border-bottom: 1px solid #efebe9 !important;
        border-radius: 0 !important;
    }
    
    .Z7407-T5194-J2022_footer-content {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }
    
    .Z7407-T5194-J2022_delivery-info {
        flex-direction: column !important;
        align-items: center !important;
    }
    
    .Z7407-T5194-J2022_contact-item {
        flex-direction: column !important;
        text-align: center !important;
        gap: 5px !important;
    }
    
    .Z7407-T5194-J2022_why-grid {
        grid-template-columns: 1fr !important;
    }
    
    .Z7407-T5194-J2022_section-title {
        font-size: 24px !important;
    }
    
    .Z7407-T5194-J2022_story-text {
        font-size: 16px !important;
    }
    
    .Z7407-T5194-J2022_hero-section,
    .Z7407-T5194-J2022_features-section,
    .Z7407-T5194-J2022_usage-section,
    .Z7407-T5194-J2022_delivery-section,
    .Z7407-T5194-J2022_why-section,
    .Z7407-T5194-J2022_story-section,
    .Z7407-T5194-J2022_order-section,
    .Z7407-T5194-J2022_footer-section {
        padding: 30px 20px !important;
    }
}