.product-item {
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.product-item-image-original img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.product-item-image-original {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.product-item-image-wrapper {
    height: 446px;
    display: block;
}

.product-item__content {
    padding: 0 40px 40px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 12px;
    justify-content: flex-start;
    transition: .3s ease-in-out, padding-top 0s ease-in-out;
}

.product-item-title {
    font-weight: 600;
    line-height: normal;
}

.product-item-text {
    font-family: RF Dewi;
    font-size: 14px;
    line-height: normal;
    height: 34px;
    overflow: hidden;
}

.product-item-container {
    height: 100%;
}

.product-item__buy_block__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.product-item__buy_block {
    flex: 1;
    margin-top: 3px;
}

.product-item-price-container {
    font-size: 21px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    line-height: 1;
    gap: 10px;
}

.product-item-price-current {
    display: block;
}

.product-item-price-old {
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    display: block;
    text-decoration: line-through;
    opacity: 0.3499999940395355;
}

.product-item .btn {
    border: 2px solid rgba(44, 43, 42, 0.10);
    font-size: 11px;
    letter-spacing: 0.55px;
    padding: 15px 25px;
}


.inx_catalog_tab_item__items__item:hover .product-item__content {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #fff;
    padding-top: 40px;
}

.inx_catalog_tab_item__items__item:hover .product-item-title {
    margin-top: 63px;
}

.product-item__hover_block {
    display: none;
}

.inx_catalog_tab_item__items__item:hover .product-item__hover_block {
    display: block;
}

.product-item__hover_block__hr {
    margin: 40px 0 40px -40px;
    width: calc(100% + 80px);
    height: 1px;
    opacity: 0.10000000149011612;
    background: #2C2B2A;
}

.product-item-properties__item__tag {
    position: absolute;
    top: 40px;
    left: 40px;
}

.product-item-properties__item__tag__wrapper {
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px 10px 6px 10px;
    border-radius: 15px;
    backdrop-filter: blur(6px);
}

.product-item-properties__item__tag__wrapper a {
    color: #fff;
}

.product-item-properties {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-item-properties__item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 19px;
}

.product-item-properties__item__name {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    width: 95px;
}

.product-item-properties__item__val {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
}

.inx_catalog_tab_item__items__item:hover .product-item__buy_block {
    margin-top: auto;
    flex: 0;
}

.product-item__hover_block_props {
    margin-top: 12px;
}

.product-item__hover_block__sku {
    display: none;
}

.inx_catalog_tab_item__items__item:hover .product-item__hover_block__sku {
    display: block;
}

.inx_catalog_tab_item__items__item:hover .product-item-scu-container {
    margin-bottom: 20px;
}


.product-item-scu-item-list {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
    justify-content: flex-end;
}

.product-item-scu-item-text-container {
    padding: 7px 15px 9px 15px;
    border-radius: 30px;
    border: 1px solid rgba(44, 43, 42, 0.10);
    backdrop-filter: blur(6px);
    cursor: pointer;
}

.product-item-scu-item-text {
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.product-item-scu-item-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.product-item-scu-item-text-container.selected {
    background: #2C2B2A;
    border: 1px solid transparent;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text {
    color: #fff;
}


.product-item-amount-field::-webkit-outer-spin-button,
.product-item-amount-field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-item-amount-field-container {
    display: flex;
    height: 45px;
    padding: 2px 20px;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 2px solid rgba(44, 43, 42, 0.10);
    flex-direction: row;
    justify-content: center;
}

.product-item-amount-field {
    width: 33px;
    text-align: center;
    border: unset;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 0;
    background: transparent;
}

.product-item-amount-field-btn-minus svg,
.product-item-amount-field-btn-plus svg {
    display: block;
}

.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.product-item-amount__hr {
    width: 1px;
    height: 20px;
    opacity: 0.15000000596046448;
    background: #2C2B2A;
}

.product-item-info-container.product-item-hidden.add {
    display: none;
}

.product-item__buy_block__btn__quantity {
    display: none;
}

.product-item__buy_block__btn__quantity.add,
.product-item.in_basket .product-item__buy_block__btn__quantity {
    display: block;
}

.product-item.in_basket .product-item-info-container.product-item-hidden[data-entity="buttons-block"] {
    display: none;
}

.product-item-properties__item__fav {
    position: absolute;
    top: 40px;
    right: 40px
}

.wishbtn svg path {
    fill: #fff;
    transition: fill .3s ease-in-out;
}

.wishbtn.in_wishlist path {
    fill: #2C2B2A;
}

@media (max-width: 1499px) {
    .product-item-properties__item__tag {
        top: 25px;
        left: 25px;
    }

    .product-item-properties__item__fav {
        top: 25px;
        right: 25px;
    }

    .product-item-image-wrapper {
        height: 287px;
    }

    .product-item-image-original {
        /*margin: 0 30px;*/
        margin: 0;
    }

    .product-item-title {
        font-size: 16px;
    }

    .product-item__content {
        gap: 10px;
        padding: 10px 30px 30px;
    }

    .product-item-text {
        font-size: 13px;
        line-height: 1.6;
        height: 42px;
    }

    .product-item__buy_block__wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .product-item-price-container {
        font-size: 24px;
    }

    .product-item-price-old {
        font-size: 16px;
    }

    .inx_catalog_tab_item__items__item:hover .product-item-title {
        margin-top: 42px;
    }

    .inx_catalog_tab_item__items__item:hover .product-item__content {
        padding-top: 30px;
    }

    .product-item__hover_block__hr {
        margin: 30px 0 30px -30px;
        width: calc(100% + 60px);
    }

    .product-item .product-item-properties__item__val svg {
        width: 7px;
        height: 7px;
    }
    .product-item .product-item-properties__item__name {
        font-size: 10px;
    }
}

@media (max-width: 1200px) {
    .product-item-properties__item__tag {
        top: 20px;
        left: 20px;
    }

    .product-item-properties__item__fav {
        top: 20px;
        right: 20px;
    }

    .product-item-image-wrapper {
        height: 225px;
    }

    .product-item-text {
        height: 54px;
        line-height: 1.38;
    }

    .product-item-title {
        height: 38px;
    }

    .product-item-price-container {
        font-size: 20px;
    }

    .product-item-price-old {
        font-size: 14px;
    }

    .product-item .btn {
        font-size: 10px;
        letter-spacing: 0.5px;
    }
}

@media (max-width: 960px) {
    .inx_catalog_tab_item__items__item {
        flex: 0 0 auto;
        flex-basis: calc(50% - 30px);
        max-width: calc(50% - 30px);
    }

    .product-item-properties__item__tag {
        top: 25px;
        left: 25px;
    }

    .product-item-properties__item__fav {
        top: 25px;
        right: 25px;
    }

    .product-item-image-wrapper {
        height: 258px;
    }

    .product-item-text {
        display: none;
    }

    .product-item-price-container {
        font-size: 24px;
    }

    .product-item-price-old {
        font-size: 16px;
    }

    .product-item-container {
        height: 420px;
    }
}

.catalog_section .inx_catalog_tab_item__items__item {
    border: 1px solid rgba(44, 43, 42, 0.10);
}

.inx_catalog_tab_item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.catalog_section .inx_catalog_tab_item__items__item:hover .product-item__content {
    background: #F5F5F5;
}
.catalog_section .inx_catalog_tab_item__items__item {
    max-width: 543px;
    flex: 0 1;
    flex-basis: calc(33.33% - 26.666px);
}
@media (max-width: 1499px) {
    .catalog_section .inx_catalog_tab_item__items__item {
        flex-basis: calc(33.33% - 20px);
    }
}
