

/* Start:/local/components/moto/shops.list/templates/.default/style.css?17749007341382*/
.shop-card__info b{
    font-size: 20px;
}

.shop-card__social-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

.shop-card__social-link:not(:last-child) {
    margin-right: 8px;
}

.shop-card__social-icon {
    width: 32px;
    height: 32px;
    transition: opacity .2s ease;
}

.shop-card__social-icon_hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.shop-card__social-link:hover .shop-card__social-icon_hover,
.shop-card__social-link:focus-visible .shop-card__social-icon_hover {
    opacity: 1;
}

.shop-card__social-link:hover .shop-card__social-icon_default,
.shop-card__social-link:focus-visible .shop-card__social-icon_default {
    opacity: 0;
}

.shop-card__social-label {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #9b9b9b;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.shop-card__social-link:hover .shop-card__social-label,
.shop-card__social-link:focus-visible .shop-card__social-label {
    opacity: 1;
}
@media screen and (min-width: 1020px) {
    .shop-card__col:nth-child(6) {
        width: 22%;
    }
}


/* End */
/* /local/components/moto/shops.list/templates/.default/style.css?17749007341382 */
