.comp-product-list img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.compare-product {
    max-width: calc((100% / 4) - 30px);
    width: 100%;
}

@media(max-width: 1024px) {
    .compare-product {
        max-width: 100%;
        width: 100%;
    }

    .product-list__content-productslist.compare {
        width: 100%!important;
    }
}

.compare-product-image {
    display: flex;
}

.compare-product-image img {
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    margin-right: 10px;
    border: 1px solid #EAEAEA;
}

.compare-product-name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.remove-compare {
    background-color: transparent;
    background-image: none;
    padding: 0px;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    margin: 0px;
    color: inherit;
    border: none;
    align-self: flex-end;
    justify-self: center;
    margin-left: auto;
    top: -5px;
    position: relative;
}

.product-list-compare.compare {
    border: none!important;
    margin: 0!important;
}

.compare-container {
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 40px);
    display: none;
    z-index: 2001;
}

.clear-compare {
    height: 40px;
    margin-right: 16px;
    color: #000;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
    font-weight: 400 !important;
    font-size: 16px;
    cursor: pointer;
}

.compare-products-button {
    height: 40px;
    color: #D9D9D9;
    background-color: #2B2B2A;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
    font-weight: 400 !important;
    width: 300px;
}

.compare-products-button.disabled {
    background: #e5e6e8;
    color: #c2c2c3;
    pointer-events: none;
}

.compare-products-button:hover, .compare-products-button:focus {
    color: #D9D9D9;
}

.remove-compare svg {
    width: 12px;
    height: 14px;
}

@media(max-width: 1024px) {
    .product-list__content.compare {
        flex-direction: column!important;
    }
}

@media(max-width: 70em) {
    .product-list__topmenu {
        gap: 30px !important;
        padding: 19px 20px !important;
    }

        .product-list__topmenu > button:first-of-type {
            margin-left: 30px !important;
        }

        .product-list__topmenu > button:last-of-type {
            margin-right: 30px !important;
        }

    .product-list__content {
        flex-direction: column;
    }

    .product-list__content.compare {
        flex-direction: row;
    }

    .product {
        width: 100%;
        min-width: unset !important;
        flex: 1 100% !important;
        min-height: 411px;
    }

    .swap-view {
        display: none;
    }

    .product-list__content-filter:not(.compare) {
        max-width: unset !important;
    }

    .product-list__content-productslist {
        justify-content: center !important;
    }

    #row-view {
        display: flex !important;
    }

    #column-view {
        display: none !important;
    }
}

.carousel-indicators {
    position: absolute;
    width: fit-content;
    display: flex;
    top: 342px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
    z-index: 50;
    z-index: 2000;
}

.hover-images {
    position: absolute;
    top: 20px;
    right: 20px;
    gap: 11px;
    flex-direction: column;
    z-index: 2000;
    display: none;
}

@media(max-width: 1024px) {
    .hover-images {
        display: flex;
    }
}

.carousel-indicators li {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: 2px solid #DADADA;
    list-style: none;
}

.carousel-indicators li.active {
    background: #DADADA;
}

.carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.carousel-inner {
    overflow: hidden;
    margin: auto;
    width: 100%;
    transition: height .15s ease-in;
}

.carousel-item {
    min-width: 100%;
    margin: 0;
    position: relative;
}

.carousel-item > div {
    display: block;
    width: 100%;
    padding-top: 32%;
    position: relative;
}

.carousel-image, .carousel-item img {
    width: 100%;
    vertical-align: top;
    border: 0;
    display: inline-block;
    pointer-events: none;
}

.product-image img {
}

.product-image {
    min-height: 380px;
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    position: relative;
}

.product-list {
    position: relative;
}

.product-list__topmenu {
    background: #F9F9F9;
    padding: 19px 0;
    gap: 60px;
    flex-wrap: wrap;
}

.product-list__content {
    margin-top: 40px;
    gap: 170px;
}

.product-list__content.compare {
    margin-top: 40px;
    gap: 30px;
}

.product-list__content.lists {
    gap: 40px!important;
}

.product-list__content-productslist.column {
    row-gap: 38px;
    grid-template-columns: 1fr;
}

.product-list__content-filter {
    margin-top: 10px;
    max-width: 248px;
    width: 100%;
}

.product-list__content-filter.lists {
    max-width: 150px;
    margin-top: 0;
}

.product-list__content-filter.compare {
    margin-top: 0;
    width: 300px;
}

.product-list__content-header {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.product-list__content-footer {
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.pagination {
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 1px;
    gap: 10px;
    margin: 0 .3125rem .25rem;
}

    .pagination > span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: 40px;
        border: 1px solid #EAEAEA;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background-color .3s ease;
        padding: 0 10px;
    }

    .pagination > div > a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #EAEAEA;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: background-color .3s ease;
    }

.product-list__content-header .sort {
    align-items: center;
    font-size: 11px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .92px;
}

    .product-list__content-header .sort button {
        border: none;
        background: transparent;
        gap: 10px;
        align-items: center;
        cursor: pointer;
    }

    .product-list__content-header .sort svg {
        height: 8px;
        width: 8px;
    }

.product-list__content-header .pagination a {
    padding: 0;
    color: black;
}

.pagination div > a:first-of-type {
    margin-right: 5px;
}

.product-list__content-footer .pagination a {
    padding: 0;
    color: black;
}

.product-list__content-footer .pagination div > a:first-of-type {
    margin-right: 5px;
}

.product-list__content-header .swap-view {
    gap: 10px;
}

.product-list-search {
    width: 100%;
    margin-bottom: 17px;
}

.product-list-search__input {
    padding: 15px 24px;
    outline: none;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
    width: 100%;
}

    .product-list-search__input:focus {
        padding: 15px 24px;
        outline: none;
        border: 1px solid #EAEAEA;
        border-radius: 2px;
        width: 100%;
    }

.product-list-search button {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.product-list-specifications {
    padding: 16px;
    background: #F9F9F9;
}

    .product-list-specifications .row span {
        font-size: 14px;
        line-height: 23px;
        font-weight: 400;
        color: #6D6D6D;
        flex-grow: 1;
    }

        .product-list-specifications .row span:first-of-type {
            font-weight: 700;
        }

    .product-list-specifications .row:last-of-type {
        flex-wrap: wrap;
    }

.product-list__content-products {
    flex-grow: 1;
    gap: 17px;
}

.product-list__content-productslist {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.product-list__content-productslist.compare {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 30px;
    width: calc(100% - 30px);
}

    .product-list__content-productslist .product .product-info {
        padding: 25px;
    }

.product-list__content-products-header {
    width: 100%;
}

.product-image__missing {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-list__content-productslist .product {
    cursor: pointer;
    background: #FAFAFC;
    flex: 0 387px;
    justify-content: center;
    outline: 1px solid #EAEAEA;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    max-width: 388px;
}

.product-list__content-productslist .product:hover .hover-images {
    display: flex;
}

    .product-list__content-productslist .product .product-image {
        position: relative;
    }

        .product-list__content-productslist .product .product-image img {
            max-width: 380px;
            height: 380px;
        }

.product-list-filters {
    margin-top: 50px;
}

    .product-list-filters .dropdown:first-of-type {
        margin-top: 10px;
    }

.filter-list {
    padding-bottom: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 29px;
}

    .filter-list li {
        padding: 0;
        margin-bottom: 16px;
        display: flex;
        align-items: center;
        gap: 17px;
    }

.product-info .product-category {
    font-size: 11px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: .92px;
}

.product-info .product-name {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.product-info .product-bottom {
    font-size: 12px;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: .4px;
    justify-content: space-between;
}

    .product-info .product-bottom span:last-of-type {
        font-size: 20px;
        line-height: 29px;
        font-weight: 700;
        letter-spacing: .15px;
    }

.machine-info {
    background-color: #f9f9f9;
    border-radius: 4px;
}

    .machine-info ul {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        width: 100%;
        list-style-type: none;
    }

        .machine-info ul.split3 > li {
            flex: 1 0 33%;
        }

            .machine-info ul.split3 > li span {
                font-weight: 600;
            }

.compare-spec {
    height: 60px;
    max-height: 60px;
    z-index: 2;
    width: 100%;
    display: flex;
    align-items: center;
    color: #3C3C3B;
}

@media(max-width: 1024px) {
    .compare-spec {
        min-height: 60px;
        max-height: auto;
    }
}

.compare-spec > div {
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.compare-spec-background:nth-child(odd of :not(.hidden)) {
    width: 100vw;
    position: relative;
    max-width: 1641px;
    background: #ededed;
}

.compare-spec-background:nth-child(even of :not(.hidden)) {
    width: 100vw;
    position: relative;
    max-width: 1641px;
    background: #fff;
}

@media (max-width: 1024px) {
    .compare-spec-mobile {
        min-height: 60px;
        pointer-events: none;
        color: #3C3C3B;
        display: flex;
        align-items: center;
        padding-left: 15px;
    }

    .compare-spec:nth-child(odd of :not(.hidden)) {
        width: 100%;
        background: #ededed;
    }

    .compare-spec:nth-child(even of :not(.hidden)) {
        width: 100%;
        background: #fff;
    }

    .compare-spec-mobile:nth-child(odd of :not(.hidden)) {
        background: #ededed;
    }

    .compare-spec-mobile:nth-child(even of :not(.hidden)) {
        background: #fff;
    }
}

.compare-spec-background:hover {
    background-color: #ae498f!important;
    color: #fff!important;
}

.compare-spec-background:hover .compare-spec {
    color: #fff;
}

.hidden {
    display: none;
}

.compare-spec-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 25px;
}

@media(max-width: 1024px) {
    .compare-spec-title {
        margin-left: 0;
    }
}

.compare-spec-title.no-bold {
    font-weight: 400;
    margin-left: 0;
}

.compare-spec-title.price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-left: 0;
}

.compare-all-specs {
    height: 30px;
    color: #fff;
    background-color: #ae498f;
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 17px;
    font-weight: 600 !important;
    cursor: pointer;
    text-transform: uppercase;
}

.gray {
    background: #494949;
}

.compare-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
    margin-left: 20px;
}

@media(max-width: 1024px) {
    .compare-buttons {
        margin-top: 0;
    }
}

.share-button, .export-button, .delete-button {
    padding: 0;
    border-style: none;
    -webkit-appearance: button;
    text-decoration: none !important;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: left;
    white-space: normal;
    align-items: center !important;
    display: inline-flex !important;
    opacity: 1;
    transition: opacity .3s ease-out;
    position: relative;
    height: 4rem;
    padding: 0 10px;
    justify-content: center;
    background: transparent;
    color: inherit;
    border: .1rem solid rgba(0,0,0,.1);
    border-radius: .2rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: .03rem;
    white-space: nowrap;
    cursor: pointer;
}

.share-button svg, .export-button svg, .delete-button svg {
    width: 1.6rem !important;
    height: 1.6rem !important;
    overflow: hidden;
    margin-right: .8rem !important;
    display: inline-block;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    flex-shrink: 0;
}

.share-button-tippy {
    display: block;
    width: 100%;
    text-align: center;
    white-space: nowrap;
}

.share-button-tippy.copy {
    color: #fff;
    background-color: #D93189;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.share-button-tippy.copied, .share-button-tippy.sent {
    color: green;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-button-tippy.hidden {
    display: none;
}

.tippy-box {
    padding: 1.6rem;
    background: #fff;
    border-radius: .4rem;
    width: max-content;
    display: block;
    overflow: visible;
    border: .1rem solid rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.15);
    animation: fade-in .1s linear;
    color: #000;
}

.tippy-box input[type="text"] {
    width: 100%;
    height: 40px;
    padding: 0 1.6rem;
    display: block;
    border: .1rem solid #e6e6e6;
    border-radius: .2rem;
    font-size: 14px;
    background-color: #fff;
    -moz-appearance: textfield;
}

.tippy-box button {
    position: relative !important;
    margin-left: .8rem !important;
    height: 40px !important;
    padding: 0 1.6rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: .2rem !important;
    text-align: center !important;
    text-decoration: none !important;
    letter-spacing: .03rem !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    min-width: 10em !important;
    border: .1rem solid #000 !important;
    font-size: 14px !important;
}

.tippy-box h5 {
    color: #000;
    margin: 0;
}

.tippy-box .title {
    margin-bottom: 25px;
}

.shareFormContainer input {
    height: 60px;
    margin-bottom: 16px;
    width: 100%;
    padding-left: 24px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.shareFormContainer textarea {
    margin-bottom: 16px;
    width: 100%;
    padding-left: 24px;
    border: 1px solid #EAEAEA;
    border-radius: 2px;
}

.shareFormContainer button {
    background-color: #34AC67;
    color: #F9F9F9;
    border: none;
    height: 60px;
    border-radius: 2px;
    margin: 0!important;
}

.hidden {
    display: none;
}

[data-tippy-root] {
    z-index: 100000 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
}

.flyter-read-container {
    width: 100%!important;
}

[data-flyter-read] {
    width: 100%!important;
    display: flex;
    justify-content: space-between;
}

.favourite-lists {
    display: flex;
    justify-content: space-between;
}

.favourite-lists > div:first-of-type, [data-flyter-read] > div:first-of-type {
    width: 80%;
    word-break: break-all;
}

.favourite-lists > div:last-of-type, [data-flyter-read] > div:last-of-type {
    white-space: nowrap;
}

.slider:not(.is-overflow) .splide__arrows {
    display: none;
}

.slick-slide {
    margin: 0 30px;
}

.slick-list {
    margin: 0 -30px;
}

.slider__arrow {
    position: absolute;
    top: 70px;
    z-index: 1;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    border-radius: 50%;
    border: none;
}

.slider__arrow--prev {
    left: 1.5rem;
}

.slider__arrow--next {
    right: 1.5rem;
}