.listingRow .jshop.preview-products-list {
    width: auto;
}

.preview-products-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-right: -15px;
    margin-left: -15px;
    padding: 25px 0;
}

.preview-products-list__col {
    position: relative;
    width: 100%;
    height: 100%;
}

.preview-card-product {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #ffffff;
}

.preview-card-product__inner-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.preview-card-product__materials {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 25%;
    transition: .3s;
    z-index: 1;
}

.preview-card-product:hover .preview-card-product__materials {
    opacity: 1;
    transition: .3s;
}

.preview-card-product__materials-img {
    display: block;
    width: 30px;
    height: auto;
    margin-bottom: 5px;
}

.preview-card-product__slider {
    width: 206px;
    height: 206px;
    margin: 0 auto 10px;
}

@media (max-width: 1199px) {
    .preview-products-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .preview-card-product__slider {
        width: 210px;
        height: 210px;
    }
}

@media (max-width: 990px) {
    .preview-card-product__slider {
        width: 178px;
        height: 178px;
    }
}

@media (max-width: 767px) {
    .preview-products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 519px) {
    .preview-products-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 373px) {
    .preview-card-product__slider {
        width: 210px;
        height: 210px;
    }
}

.preview-card-product__slider .slick-list,
.preview-card-product__slider .slick-track {
    height: 100%;
}

.preview-card-product__img-wrap {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.preview-card-product a:focus {
    outline: none;
}

.preview-card-product__img {
    display: block;
    width: auto;
    height: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.preview-card-product__colors-nav {
    margin-bottom: 10px;
}

.preview-card-product__colors-nav-inner-wrap {
    margin-bottom: 4px;
}

.preview-card-product__not-dots {
    height: 41.6px;
}

.preview-card-product .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 5px 0;
    padding: 0;
    list-style-type: none;
}

.preview-card-product__dots-container {
    position: relative;
    margin: 0 auto;
    padding: 0 5px;
}

.preview-card-product .slick-dots li.slick-active .preview-card-product__colors-nav-item {
    box-shadow: inset 0px 0px 0px 2px rgb(198, 77, 0);
    transition: .3s;
}

.preview-card-product .slick-dots li {
    display: flex;
}

.preview-card-product__colors-count {
    position: absolute;
    top: 0;
    right: -13px;
    padding: 2px;
    font-size: 14px;
    background-color: #ffffff;
    cursor: pointer;
}

.preview-card-product__colors-nav-item {
    width: 23px;
    height: 23px;
    margin-right: 2px;
    margin-bottom: 2px;
    padding: 0;
    border-radius: 50%;
    border: none;
    background-size: cover;
    background-position: center;
    box-shadow: inset 0px 0px 0px 2px rgba(227, 227, 227, 1);
    transform: scale(1);
    transition: transform .3s ease-out;
    -webkit-transform: scale(1);
}

.preview-card-product__colors-nav-item--hidden {
    width: 1px;
    height: 1px;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.preview-card-product__colors-name {
    padding: 0 15px;
    font-size: 12px;
    line-height: 1;
    color: #333333;
    text-align: center;
}

.preview-card-product__caption {
    margin-top: 10px;
    padding: 0 15px 15px;
    text-align: center;
}

.preview-card-product__type,
.preview-card-product__previous-price {
    font-size: 12px;
    color: #A4A4A4;
}

.preview-card-product__name {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.preview-card-product__price {
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}

.preview-card-product__price-new {
    margin-right: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #F1400D;
}

.preview-card-product__price-old {
    font-size: 12px;
    text-decoration-line: line-through;
}

.preview-card-product__hidden-content {
    position: absolute;
    top: calc(100% - 20px);
    right: -1px;
    left: -1px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-top: 20px;
    padding: 0 10px 20px;
    border: 1px solid #c64d00;
    border-top: none;
    background-color: #FFFFFF;
    visibility: hidden;
    z-index: 5;
}

.preview-card-product__size-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    border: 0;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}

.preview-card-product__size-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 60px;
    margin: 0 5px 5px 0;
    padding: 1px 5px 0 5px;
    font-weight: bold;
    font-size: 12px;
    line-height: 25px;
    border-radius: 0;
    border: 1px solid #b2b2b2;
    background: transparent;
    transition: transform 1s;
}

.preview-card-product__size-item--not-avilable {
    color: #E5E5E5;
    border-color: #E5E5E5;
}

.preview-card-product__size-item--active {
    color: #C64D00;
    border-color: #C64D00;
}

.preview-card-product__wrap-available-btn,
.preview-card-product__wrap-not-available-btn {
    height: 0px;
    overflow: hidden;
    opacity: 0;
}

.preview-card-product__btn {
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    line-height: 40px;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: 0.05em;
    border: none;
    background-color: #C64D00;
}

.preview-card-product__btn:hover {
    background-color: #F86508;
}

@media (min-width: 1200px) {
    .preview-card-product:hover {
        border-color: #c64d00;
        transition: box-shadow .3s;
        z-index: 2;
    }

    .preview-card-product:hover .preview-card-product__hidden-content {
        visibility: visible;
    }

    .preview-card-product:hover .preview-card-product__wrap-available-btn--active,
    .preview-card-product:hover .preview-card-product__wrap-not-available-btn--active {
        position: relative;
        display: block;
        height: auto;
        padding-top: 24px;
        opacity: 1;
        transition: opacity .3s;
    }
}

@media (max-width: 1199px) {
    .preview-card-product__inner-wrap {
        height: 100%;
    }

    .preview-card-product__caption {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .preview-card-product__hidden-content {
        position: static;
        padding: 0 0 5px;
        border-color: transparent;
        visibility: visible;
    }

    .preview-card-product__wrap-available-btn--active,
    .preview-card-product__wrap-not-available-btn--active {
        position: relative;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        height: auto;
        padding-top: 24px;
        opacity: 1;
        transition: opacity .3s;
    }

    .preview-card-product__btn {
        margin: auto auto 0;
        padding: 0 10px;
    }
}

@media (max-width: 479px) {
    .preview-card-product__btn {
        padding: 0 20px;
    }
}

.preview-card-product__btn-icon-cart {
    display: block;
    margin-right: 8px;
}

.preview-card-product__btn-icon-envelop {
    display: block;
    margin-right: 8px;
}

.preview-card-product__btn-text span {
    display: none;
    padding: 1px 0 0 0;
}

.preview-card-product__alert {
    display: none;
    position: absolute;
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    color: #FF0000;
    white-space: nowrap;
    line-height: 1.1;
}

.preview-card-product__wrap-not-available-btn--active .preview-card-product__alert,
.preview-card-product__wrap-available-btn--active .preview-card-product__alert {
    display: block;
}

.preview-card-product__sale {
    position: absolute;
    top: 0;
    left: 1px;
    height: 17px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    background-color: #F1400D;
}

.preview-card-product__promo-item {
    position: absolute;
    top: 0;
    left: 1px;
    height: 17px;
    padding: 0 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 2px;
}

.preview-card-product__promo-item:nth-child(2) {
    top: 22px;
}

.preview-card-product__promo-item--sale {
    background-color: #F1400D;
}

.preview-card-product__promo-item--new {
    background-color: #0CA312;
}

@media (min-width: 767px) {
    .preview-card-product__btn-text span {
        display: inline;
    }
}

@media (min-width: 767px) {
    .preview-card-product__btn-icon-cart {
        display: none;
    }
}