.mistermac-product-layout {
    display: flex;
    margin: 20px 0;
    border: 1px solid #e0e0e0;
    padding: 20px;
    background-color: #f9f9f9;
}

.product-gallery {
    width: 40%;
    margin-right: 20px;
}

.product-details {
    width: 60%;
}

.product-price {
    font-size: 24px;
    margin: 10px 0;
}

.product-options {
    margin: 20px 0;
}

.product-options label {
    display: block;
    margin: 10px 0 5px;
}

.add-to-cart button {
    background-color: #0071e3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

.add-to-cart button:hover {
    background-color: #005bb5;
}
