.spw-product {
    border: 1px solid #f3f7f9;
    margin-bottom: 16px;
    border-radius: 12px 12px 12px 12px;
}
.spw-prod-img {
    border-radius: 12px 12px 0 0;
    border: 1px solid #e4eaec;
}
.spw-prod-img img {
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.spw-prod-detail {
    padding: 12px;
    background: #f3f7f9;
    border-radius: 0 0 12px 12px;
}
.spw-prod-detail h2 {
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.spw-prod-detail h4 {
    font-size: 14px;
}
.spw-price {
    color: black;
    font-size: 16px;
}

.spw-bar-checkout {
    position: fixed;
    width: 100%;
    min-height: 66px;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #ccd5db;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background-color: white;
}