.custom-product-view {
    border: 1px solid #ddd;
    padding: 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
}

.custom-product-view h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.custom-product-view p {
    font-size: 16px;
    margin-bottom: 10px;
}

.custom-product-view select {
    margin-top: 10px;
    padding: 5px;
}

#product-attributes {
    margin-top: 20px;
}

#product-attributes p {
    margin-bottom: 5px;
    font-size: 14px;
}
