._descriptionContainer_m3qr3_1 {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    padding: 5px 15px 5px 5px;
    width: 100%;
    border-radius: 5px;
    background: white;
    align-items: center
}

._descriptionContent_m3qr3_12 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
    word-break: break-word;
    padding: 0 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: wrap;
    -webkit-line-clamp: 3
}

._descriptionTileButton_m3qr3_29 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity .1s;
    background: #000;
    padding: 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    align-self: center
}

._descriptionTileButton_m3qr3_29:hover {
    transform: scale(1.05)
}

._productContainer_4t3oi_1 {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
    cursor: pointer
}

._productLeftContainer_4t3oi_9 {
    display: flex;
    gap: 8px
}

._productTextContainer_4t3oi_14 {
    display: flex;
    flex-direction: column;
    max-width: 224px;
    padding: 12px 0
}

._productImage_4t3oi_21 {
    width: 56px;
    height: 70px;
    border-radius: 2px;
    object-fit: cover;
    align-self: center
}

._productText_4t3oi_14 {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

._productCompareAt_4t3oi_35 {
    text-decoration: line-through;
    color: #b3b6bc
}

._productTilePriceSkeleton_4t3oi_40 {
    display: inline-block;
    padding: 0 8px;
    color: #aaa;
    background-color: #ddd;
    background-image: linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-position: left -30px top 0;
    background-repeat: no-repeat;
    border-radius: 4px;
    animation: _shine_4t3oi_1 1s ease infinite
}

@keyframes _shine_4t3oi_1 {
    to {
        background-position: right -30px top 0
    }
}

._variantTitle_4t3oi_63:empty {
    display: none
}

._quickAddButton_4t3oi_67 {
    padding: 0;
    width: 30px;
    height: 30px;
    align-items: center;
    align-self: center;
    border: none;
    background: none;
    cursor: pointer
}

._quickAddButton_4t3oi_67:hover {
    transform: scale(1.05)
}

._productFallbackContainer_qhut8_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

._productFallbackText_qhut8_8 {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-wrap: wrap;
    -webkit-line-clamp: 3
}

.tolstoy-swipe-carousel-container .tolstoy-swipe-carousel-arrow {
    opacity: 0;
    transition: opacity .3s ease;
    transform: translateY(-50%);
    @media screen and (max-width: 450px) {
        display:none!important
    }
}

.tolstoy-swipe-carousel-container .tolstoy-swipe-carousel-arrow.tolstoy-arrow-prev {
    transform: translateY(-50%) rotate(180deg)
}

.tolstoy-swipe-carousel-container:hover {
    .tolstoy-swipe-carousel-arrow {
        opacity: 1
    }
}
