/* COOKZZANG Mall 상세 페이지 CSS - U5855-O1001-U6329 */
/* 모든 스타일은 .U5855-O1001-U6329_wrapper 내에서만 적용됩니다 */

.U5855-O1001-U6329_wrapper * {
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.U5855-O1001-U6329_wrapper {
    font-family: 'Noto Sans KR', sans-serif !important;
    line-height: 1.6 !important;
    color: #333 !important;
    background-color: #ffffff !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Container */
.U5855-O1001-U6329_container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 0 20px !important;
}

/* Header Section */
.U5855-O1001-U6329_header {
    background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
    color: white !important;
    padding: 40px 0 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.U5855-O1001-U6329_product-title {
    font-size: 32px !important;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3) !important;
}

.U5855-O1001-U6329_subtitle {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    opacity: 0.9 !important;
}



/* Main Image Section */
.U5855-O1001-U6329_main-image {
    text-align: center !important;
    margin-bottom: 40px !important;
}

.U5855-O1001-U6329_product-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease !important;
}

.U5855-O1001-U6329_product-image:hover {
    transform: scale(1.02) !important;
}

/* Info Cards Section */
.U5855-O1001-U6329_info-cards {
    margin-bottom: 50px !important;
}

.U5855-O1001-U6329_cards-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 30px !important;
}

.U5855-O1001-U6329_card {
    background: linear-gradient(145deg, #f8f9fa, #e9ecef) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    text-align: center !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.U5855-O1001-U6329_card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15) !important;
}

.U5855-O1001-U6329_card-icon {
    font-size: 40px !important;
    margin-bottom: 15px !important;
}

.U5855-O1001-U6329_card-title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #2c3e50 !important;
    margin-bottom: 10px !important;
}

.U5855-O1001-U6329_card-content {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.4 !important;
}

/* Story Section */
.U5855-O1001-U6329_story {
    background: #f8f9fa !important;
    padding: 50px 0 !important;
    margin-bottom: 40px !important;
}

.U5855-O1001-U6329_story-heading {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #2c3e50 !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    border-bottom: 3px solid #ff6b35 !important;
    padding-bottom: 15px !important;
    display: inline-block !important;
    width: 100% !important;
}

.U5855-O1001-U6329_story-text {
    font-size: 18px !important;
    color: #555 !important;
    text-align: center !important;
    margin-bottom: 40px !important;
    line-height: 1.8 !important;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.U5855-O1001-U6329_second-image-section {
    text-align: center !important;
    margin-top: 30px !important;
}

.U5855-O1001-U6329_second-image {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1) !important;
}

/* Features Section */
.U5855-O1001-U6329_features {
    margin-bottom: 50px !important;
}

.U5855-O1001-U6329_features-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.U5855-O1001-U6329_feature-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    color: white !important;
    padding: 25px 20px !important;
    border-radius: 15px !important;
    text-align: center !important;
    transition: transform 0.3s ease !important;
}

.U5855-O1001-U6329_feature-item:hover {
    transform: translateY(-5px) !important;
}

.U5855-O1001-U6329_feature-icon {
    font-size: 30px !important;
    display: block !important;
    margin-bottom: 15px !important;
}

.U5855-O1001-U6329_feature-text {
    font-size: 16px !important;
    font-weight: 500 !important;
}

/* Reviews Section */
.U5855-O1001-U6329_reviews {
    background: linear-gradient(135deg, #ffeaa7, #fab1a0) !important;
    padding: 50px 0 !important;
    margin-bottom: 40px !important;
}

.U5855-O1001-U6329_reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 25px !important;
    margin-top: 30px !important;
}

.U5855-O1001-U6329_review-item {
    background: rgba(255,255,255,0.9) !important;
    padding: 25px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1) !important;
    backdrop-filter: blur(10px) !important;
}

.U5855-O1001-U6329_review-stars {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    text-align: center !important;
}

.U5855-O1001-U6329_review-text {
    font-size: 16px !important;
    color: #2c3e50 !important;
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
    font-style: italic !important;
}

.U5855-O1001-U6329_review-author {
    font-size: 14px !important;
    color: #7f8c8d !important;
    text-align: right !important;
    font-weight: 500 !important;
}

/* Usage Guide Section */
.U5855-O1001-U6329_usage {
    margin-bottom: 50px !important;
}

.U5855-O1001-U6329_usage-steps {
    display: flex !important;
    justify-content: space-around !important;
    align-items: center !important;
    margin-top: 30px !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
}

.U5855-O1001-U6329_step {
    text-align: center !important;
    flex: 1 !important;
    min-width: 200px !important;
    max-width: 300px !important;
}

.U5855-O1001-U6329_step-number {
    background: linear-gradient(135deg, #ff6b35, #f7931e) !important;
    color: white !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    margin: 0 auto 15px auto !important;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.3) !important;
}

.U5855-O1001-U6329_step-text {
    font-size: 16px !important;
    color: #2c3e50 !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

/* Order Info Section */
.U5855-O1001-U6329_order-info {
    margin-bottom: 50px !important;
}

.U5855-O1001-U6329_order-box {
    background: linear-gradient(135deg, #74b9ff, #0984e3) !important;
    color: white !important;
    padding: 40px !important;
    border-radius: 20px !important;
    box-shadow: 0 10px 30px rgba(116, 185, 255, 0.3) !important;
}

.U5855-O1001-U6329_order-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 30px !important;
    border-bottom: 2px solid rgba(255,255,255,0.3) !important;
    padding-bottom: 15px !important;
}

.U5855-O1001-U6329_order-details {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.U5855-O1001-U6329_order-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.2) !important;
}

.U5855-O1001-U6329_order-row:last-child {
    border-bottom: none !important;
}

.U5855-O1001-U6329_order-label {
    font-size: 16px !important;
    font-weight: 500 !important;
    opacity: 0.9 !important;
}

.U5855-O1001-U6329_order-value {
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: right !important;
}

/* Footer Section */
.U5855-O1001-U6329_footer {
    background: linear-gradient(135deg, #2c3e50, #34495e) !important;
    color: white !important;
    padding: 40px 0 !important;
    margin-top: 50px !important;
}

.U5855-O1001-U6329_footer-content {
    text-align: center !important;
}

.U5855-O1001-U6329_company-name {
    font-size: 24px !important;
    font-weight: 700 !important;
    margin-bottom: 20px !important;
    color: #ff6b35 !important;
}

.U5855-O1001-U6329_contact-info {
    margin-bottom: 25px !important;
}

.U5855-O1001-U6329_contact-item {
    display: inline-block !important;
    margin: 0 20px 10px 0 !important;
    font-size: 16px !important;
}

.U5855-O1001-U6329_contact-icon {
    margin-right: 8px !important;
}

.U5855-O1001-U6329_contact-text {
    opacity: 0.9 !important;
}

.U5855-O1001-U6329_footer-note {
    padding-top: 20px !important;
    border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.U5855-O1001-U6329_note-text {
    font-size: 16px !important;
    opacity: 0.8 !important;
    font-style: italic !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .U5855-O1001-U6329_container {
        padding: 0 15px !important;
    }
    
    .U5855-O1001-U6329_product-title {
        font-size: 24px !important;
    }
    

    
    .U5855-O1001-U6329_cards-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U5855-O1001-U6329_features-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .U5855-O1001-U6329_reviews-grid {
        grid-template-columns: 1fr !important;
    }
    
    .U5855-O1001-U6329_usage-steps {
        flex-direction: column !important;
    }
    
    .U5855-O1001-U6329_contact-item {
        display: block !important;
        margin: 10px 0 !important;
    }
}

@media (max-width: 480px) {
    .U5855-O1001-U6329_product-title {
        font-size: 20px !important;
    }
    

    
    .U5855-O1001-U6329_features-grid {
        grid-template-columns: 1fr !important;
    }
}
