.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-prod-stars {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 6px;
}
.spw-star-wrapper {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}
.spw-star-bg {
    color: #ddd;
}
.spw-star-fill {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #f5a623;
}
.spw-star-text {
    font-size: 12px;
    color: #888;
    margin-left: 4px;
}

.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;
}