body {
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}
.container {
    margin-top: 50px;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.page-header {
    background-color: #00c851;
    color: white;
    padding: 20px;
    border-radius: 8px 8px 0 0;
    position: relative;
}
.page-header img {
    position: absolute;
    right: 20px;
    top: 10px;
    height: 50px;
}
.item-details {
    margin-bottom: 20px;
}
.total {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}
apple-pay-button {
    --apple-pay-button-width: 170px;
    --apple-pay-button-height: 33px;
    --apple-pay-button-border-radius: 25px;
    --apple-pay-button-padding: 2px 0px;
    --apple-pay-button-box-sizing: border-box;
}
.product-image {
    max-width: 100px;
    margin-right: 20px;
}
.icon {
    margin-right: 10px;
}