
.widget__preview-block {
    position: fixed;
    right: 20px;
    bottom: 55px !important;
    user-select: none;
    z-index: 2147483646;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    justify-self: end;
    transition-property: transform, opacity;
    transition-duration: 0.2s;
    margin: 5px 10px;
}


.size-tag[data-v-427ec201] {
    background: hsla(0, 0%, 7%, .5);
    border-radius: 12px;
    font-weight: 500;
    right: 16px;
}
.size-tag-item[data-v-427ec201] {
    align-items: center;
    display: flex;
}
.size-tag-item[data-v-427ec201]>:not(:last-child) {
    margin-right: 2px;
}

.card.product-card.sizes {
     position: absolute;
     left: 10px;
     bottom: 10px;
     z-index: 10;
     font-size: 10px;
     line-height: 1.2em;
     background-color: rgba(255, 255, 255, 0.5);
     padding: 5px 8px;
     display: flex;
     flex-direction: row;
     align-items: center;
     border-radius: 5px;
 }
.card.product-card.height {
    background-image: url(/images/h.png);
    background-position: left center;
    padding-left: 10px;
    margin-left: 15px;
    padding-top: 7px;
    box-sizing: border-box;
}
.card.product-card.width {
    background-image: url(/images/w.png);
    background-position: bottom center;
    padding-bottom: 10px;
    padding-top: 7px;
    box-sizing: border-box;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 1rem;
    }
}