/* ==========================================================
   КАРТОЧКИ С ВАРИАНТАМИ / SKU
   ========================================================== */

.product-grid .list-product > div {
    margin-bottom: 30px;
}


/* Карточка */

.product-grid .product-with-skus {
    position: relative;

    box-sizing: border-box;

    width: 100%;
    min-height: 390px;

    padding: 10px 7px 12px;

    border: 1px solid #dddddd;

    background: #ffffff;

    overflow: hidden;
}


/* ==========================================================
   ИЗОБРАЖЕНИЕ
   ========================================================== */

.product-grid .product-with-skus .product-image {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100% !important;
    height: 190px !important;

    margin: 0 0 12px !important;
    padding: 0 !important;

    overflow: hidden;
}


.product-grid .product-with-skus .product-image a {
    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100% !important;
    height: 100% !important;
}


.product-grid .product-with-skus .product-image img {
    display: block !important;

    width: auto !important;
    height: auto !important;

    max-width: 100% !important;
    max-height: 190px !important;

    margin: 0 auto !important;
}


/* ==========================================================
   НАЗВАНИЕ
   ========================================================== */

.product-grid .product-with-skus .product-name {
    display: block !important;

    width: 100% !important;

    height: auto !important;
    min-height: 42px !important;

    margin: 0 0 7px !important;
    padding: 0 !important;

    overflow: visible !important;

    text-align: left !important;
}


.product-grid .product-with-skus .product-name a {
    display: block !important;

    width: 100% !important;

    color: #111111 !important;

    text-decoration: none !important;

    white-space: normal !important;
}


.product-grid .product-with-skus .product-name span {
    display: block !important;

    width: 100% !important;

    font-size: 16px !important;
    line-height: 20px !important;

    font-weight: 700 !important;

    white-space: normal !important;

    overflow: visible !important;

    text-overflow: initial !important;
}


/* ==========================================================
   СПИСОК SKU
   ========================================================== */

.product-grid .product-with-skus .sku-list-preview {
    display: block;

    width: 100%;

    margin: 0;
    padding: 0;
}


/* Одна строка */

.product-grid .product-with-skus .sku-list-preview__row {
    display: flex !important;

    align-items: baseline;

    width: 100%;

    min-width: 0;

    margin: 0 0 6px;
    padding: 0;

    font-size: 13px;
    line-height: 18px;
}


/* Название размера */

.product-grid .product-with-skus .sku-list-preview__name {
    display: block;

    flex: 0 1 auto;

    min-width: 0;

    color: #333333;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


/* Точки */

.product-grid .product-with-skus .sku-list-preview__leader {
    display: block;

    flex: 1 1 auto;

    min-width: 7px;

    margin: 0 5px 4px;

    border-bottom: 1px dotted #aaaaaa;
}


/* Цена */

.product-grid .product-with-skus .sku-list-preview__price {
    display: block;

    flex: 0 0 auto;

    margin: 0;
    padding: 0;

    color: #e87900 !important;

    font-size: 13px;
    line-height: 18px;

    font-weight: 500;

    white-space: nowrap;
}


/* ==========================================================
   ССЫЛКА "ВСЕ РАЗМЕРЫ"
   ========================================================== */

.product-grid .product-with-skus .sku-list-preview__more {
    display: flex !important;

    align-items: center;
    justify-content: space-between;

    width: 100%;

    box-sizing: border-box;

    margin: 5px 0 0;

    padding: 0;

    color: #1765ad !important;

    font-size: 14px;
    line-height: 20px;

    text-decoration: underline !important;
}


.product-grid .product-with-skus .sku-list-preview__more:hover {
    color: #124f89 !important;
}


.product-grid .product-with-skus .sku-list-preview__arrow {
    display: block;

    flex: 0 0 auto;

    margin-left: 7px;

    color: #1765ad;

    font-size: 25px;
    line-height: 20px;

    text-decoration: none !important;
}