.dali-product-infobox {
    border: 2px solid #ff6b00;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    max-width: 600px;
    background: #fff9f0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
}

.dali-product-infobox:hover {
    box-shadow: 0 8px 20px rgba(255,107,0,0.25);
}

.dali-product-title {
    margin: 0 0 10px;
    color: #ff6b00;
    font-size: 24px;
}

.dali-product-price {
    font-size: 18px;
    margin: 5px 0;
}

.dali-product-category {
    margin: 5px 0;
}

.dali-product-description {
    margin-top: 15px;
    line-height: 1.5;
}
