.va-bottom {
    vertical-align: bottom;
}
.text-sm {
    font-size: 12px !important;
}
.fs-normal {
    font-size: 14px !important;
}
.text-end {
    text-align: right !important;
}
.w-100 {
    width: 100% !important;
}
.d-inline-block {
    display: inline-block !important;
}
.ms-auto {
    margin-left: auto !important;
}
.me-1 {
    margin-right: .25rem;
}

.quantity_size_s {
    height: 39px;
}

.product-thumb__rating {
    display: grid;
    align-items: center;
    grid-template: 1fr / 1fr auto;
    justify-content: space-between;
}
.product-thumb__gallery-image, .product-thumb__image {
    width: 100%;
    aspect-ratio: 3/4;
}
@media (max-width: 768px) {
    .product-thumb__rating {
        order: -1;
        margin: 0 0 8px 0;
    }
}