<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.align-items-flex-end {
    align-items: flex-end;
}

.mt-15 {
    margin-top: 15px;
}

.pr-0 {
    padding-right: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.pl-0 {
    padding-left: 0;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.sale {
    top: 5px;
    left: 5px;
    z-index: 1;
    height: 40px;
    width: 40px;
    padding: 4px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    line-height: 32px;
    margin: 0;
    background: rgb(255, 0, 0);
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.product-table-wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    border: 1px solid #cdcdcd;
}

.product-table-row {
    display: table-row;
}

.product-image-table-cell {
    display: table-cell;
    height: 200px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.product-description .line {
    border-top: 1px dotted #cdcdcd;
    width: 80%;
    margin: auto;
}

.product-description {
    /*position: relative;*/
    /*height: 60px;*/
    height: 100%;
    text-align: center;
    /*vertical-align: middle;*/
    /*width: 100%;*/
    padding: 5px;
}

.product-link {
    line-height: 0;
    display: block;
}

.product-image {
    max-height: 200px;
}
</pre></body></html>