﻿.module-showcase-blok-title {
    font-size: 26px;
    margin: 0
}

.module-showcase-link, .module-showcase-link:hover {
    text-decoration: none
}

.module-showcase-price {
    color: #484848;
    font-size: calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 700
}

.module-showcase-title {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #484848;
    display: -webkit-box;
    font-size: calc(11px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis
}

.module-showcase-image {
    padding: 0;
    margin: .5rem;
    width: calc(160px + (16 - 14) * ((100vw - 320px)/ (1920 - 320)));
    height: calc(160px + (16 - 14) * ((100vw - 320px)/ (1920 - 320)))
}

@media only screen and (max-width:660px) {
    .module-showcase-image {
        padding: 0;
        width: calc(130px + (16 - 14) * ((100vw - 320px)/ (1920 - 320)));
        height: calc(130px + (16 - 14) * ((100vw - 320px)/ (1920 - 320)))
    }
}

.slider-container li {
    padding: 5px
}

.qtn-button-showcase {
    transform: translate3d(50px, 0, 0);
    cursor: pointer;
    opacity: 0;
    transition: 0.25s all ease-in-out;
}

.product-showcase-hover:hover > .qtn-button-showcase {
    opacity: 1;
}

.counter-showcase {
    min-width: 185px;
    display: flex;
    grid-column-gap: 3px;
    padding: 5px;
    margin-left: -57px;
}

.counter-showcase input {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    width: 100%;
    font-size: 16px;
    appearance: none;
    outline: 0;
    --ni-number-offset: calc(var(--ni-padding-y) / 2);
    --ni-font-size: 0.9375rem;
    padding: 5px;
}

.counter-showcase span {
    display: block;
    font-size: 11px;
    padding: 0 10px;
    cursor: pointer;
    color: #393f46;
    user-select: none;
    padding: 5px !important;
}



.product-showcase-icon-container {
    position: absolute;
    top: 0;
    right: 15px;
    background: none;
    width: 50px;
    text-align: center;
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    cursor: pointer;
    transition: 0.25s all ease-in-out;
    height: 40px;
}

.product-showcase-hover:hover > .product-showcase-icon-container {
    opacity: 1;
}


.module-showcase-discount-price {
    color: #9b9b9b;
    font-size: 14px;
    letter-spacing: -0.15px;
    line-height: 16px;
}

.module-showcase-discound-container {
    position: fixed;
    margin-left: 5px;
    top: 190px;
}

@media only screen and (max-width: 600px) {
    .module-showcase-discound-container {
        position: fixed;
        margin-left: 5px;
        top: 0;
    }
    .counter-showcase{
        display:none;
    }
}