/*
 * __ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ__ˍ
 * --------- General ---------
 * ‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯‾‾¯
 */

.product-list-item {
    position: relative;
    background: #ffffff;
}

.product-list-item-link {
    position: relative;
    display: block;
    padding: 10px 5px 0;
}

.product-list-item-add-to-favourites:after {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: url('../../../images/icons/icon-heart-dark.svg') no-repeat top right;
}

@media only screen and (max-width: 768px) {
    .product-list-item-add-to-favourites:after {
        width: 55px;
        height: 55px;
    }
}

.is-favourite .product-list-item-add-to-favourites:after {
    background: url('../../../images/icons/icon-heart-dark-solid.svg') no-repeat top right;
}

.product-favourites-list-items .product-list-item-add-to-favourites:after,
.product-favourites-list-items .is-favourite .product-list-item-add-to-favourites:after {
    background: url('../../../images/icons/icon-trash-dark.svg') no-repeat top right;
}

body:not(.is-mobile) .product-list-item-add-to-favourites:before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: 2px;
    width: 40px;
    height: 40px;
    background: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 1;
    transition: 0.36s all;
}

body:not(.is-mobile) .product-list-item-add-to-favourites:hover:before {
    background: #F3F3F3;
}

.product-list-item:hover .product-list-item-add-to-favourites,
.is-hovered .product-list-item-add-to-favourites {
    z-index: 11;
}

.product-list-item:hover .product-list-item-add-to-favourites:before,
.is-hovered .product-list-item-add-to-favourites:before {
    z-index: 11;
}

.product-list-item:hover .product-list-item-add-to-favourites:after,
.is-hovered .product-list-item-add-to-favourites:after {
    z-index: 15;
}

.block[data-homepage='1'] .carousel .block-product-carousel-item .product-list-item .product-list-item-add-to-favourites {
    display: none !important;
}

.product-list-item-labels {
    position: absolute;
    top: 0;
    left: 5px;
    z-index: 1;
}

.product-list-item:hover .product-list-item-labels,
.is-hovered .product-list-item-labels {
    z-index: 11;
}

.product-list-item-labels .label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    padding: 0 9px;
    border-radius: 11px;
    line-height: 22px;
}

.product-list-item-labels .label.new {
    background: #079048;
}

.product-list-item-labels .label.promo-percentage {
    background: #DD1018;
}

.product-list-item-image-wrapper {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

.product-list-item-image-wrapper .product-list-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product-list-item.оut-of-stock .product-list-item-image-wrapper {
    opacity: 0.5;
}

.product-list-item:hover .product-list-item-image-wrapper .product-list-item-image,
.is-hovered .product-list-item-image-wrapper .product-list-item-image {
    z-index: 10;
}

.product-list-item > .product-list-item-link > .product-list-item-image-wrapper .product-list-item-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
    -webkit-animation: fadeInFromNone 0.1s ease-in-out;
    -o-animation: fadeInFromNone 0.1s ease-in-out;
    animation: fadeInFromNone 0.1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.product-list-item-name-wrapper {
    max-height: 42px;
    margin-top: 10px;
    padding: 0 5px;
    overflow: hidden;
}

.product-list-item-prices {
    padding: 7px 5px 0;
}

.product-list-item-prices .old-price {
    display: inline-block;
    margin-left: 5px;
}

.product-list-item-prices.has-black-friday {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    width: calc(100% - 10px);
    min-height: 42px;
    margin: 0 auto;
    padding: 5px 10px 5px 90px !important;
    background: #000;
    border-radius: 10px;
}

.block-product-carousel-item .product-list-item-prices.has-black-friday {
    flex-direction: column-reverse;
    align-items: end;
}

.product-list-item-prices.has-black-friday:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    display: block;
    width: 92px;
    height: auto;
    aspect-ratio: 23 / 8;
    background: url('/images/bf-label.svg') no-repeat center;
    background-size: 100%;
}

.product-list-item-prices.has-black-friday .text-product-price-medium-large-sale {
    color: #FF2424;
    text-shadow: 1px 1px 1px #000000;
}

.product-list-item-prices.has-black-friday .text-product-price-medium-large-regular,
.product-list-item-prices.has-black-friday .old-price {
    color: rgba(255, 255, 255, 0.95);
}

@media only screen and (min-width: 741px) and (max-width: 1539px) {

    .block-product-list-item .product-list-item-prices.has-black-friday {
        flex-direction: column-reverse;
        align-items: end;
    }
}

@media only screen and (max-width: 940px) {

    .product-list-item-prices.has-black-friday {
        padding-left: 72px !important;
    }

    .product-list-item-prices.has-black-friday:before {
        width: 82px !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 880px) {

    .product-list-item-prices.has-black-friday {
        padding-left: 52px !important;
        padding-right: 5px !important;
    }

    .product-list-item-prices.has-black-friday:before {
        width: 62px !important;
    }
}

@media only screen and (max-width: 768px) {

    .product-list-item-prices.has-black-friday {
        width: calc(100% - 24px) !important;
    }
}

@media only screen and (max-width: 740px) {

    .product-list-item-prices.has-black-friday {
        min-height: 36px !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        padding-left: 68px !important;
    }

    .product-list-item-prices.has-black-friday:before {
        width: 78px !important;
    }

    .product-favourites-list-items .block-product-list-item .product-list-item-prices.has-black-friday .text-product-price-medium-large-sale,
    .product-favourites-list-items .block-product-carousel-item .product-list-item-prices.has-black-friday .text-product-price-medium-large-regular,
    .product-list[data-products-per-row='2'] .product-list-item-prices.has-black-friday .text-product-price-medium-large-sale,
    .product-list[data-products-per-row='2'] .product-list-item-prices.has-black-friday .text-product-price-medium-large-regular {
        font-size: 14px !important;
    }

    .product-favourites-list-items .block-product-list-item .product-list-item-prices.has-black-friday .old-price,
    .product-favourites-list-items .block-product-carousel-item .product-list-item-prices.has-black-friday .old-price,
    .product-list[data-products-per-row='2'] .product-list-item-prices.has-black-friday .old-price {
        font-size: 13px !important;
    }

    .product-list[data-products-per-row='1'] .product-list-item-prices.has-black-friday .text-product-price-medium-large-sale,
    .product-list[data-products-per-row='1'] .product-list-item-prices.has-black-friday .text-product-price-medium-large-regular {
        font-size: 16px !important;
    }

    .product-list[data-products-per-row='1'] .product-list-item-prices.has-black-friday .old-price {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 540px) {

    .product-favourites-list-items .block-product-list-item .product-list-item-prices.has-black-friday,
    .product-favourites-list-items .block-product-carousel-item .product-list-item-prices.has-black-friday,
    .product-list[data-products-per-row='2'] .block-product-list-item .product-list-item-prices.has-black-friday {
        flex-direction: column-reverse !important;
        align-items: end !important;
        padding-right: 5px !important;
    }
}

@media only screen and (max-width: 350px) {

    .product-list-item-prices.has-black-friday {
        padding-left: 52px !important;
    }

    .product-list-item-prices.has-black-friday:before {
        width: 62px !important;
    }
}

.product-list-item .discount-label {
    display: inline-block;
    max-width: calc(100% - 10px);
    margin: 12px 5px 0;
    padding: 4px 8px 3px;
    background: #252324;
    border-radius: 10px;
}

.product-list-item .free-delivery-label {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 10px);
    margin: 12px 5px 0;
    padding: 4px 8px 3px 8px;
    background: #079048;
    border-radius: 10px;
}

.product-list-item .free-delivery-label:before {
    display: none;
}

.product-list-item .оut-of-stock-label {
    position: relative;
    display: inline-block;
    max-width: calc(100% - 10px);
    margin: 12px 5px 0;
    padding: 4px 8px 3px 8px;
    background: #dd1018;
    border-radius: 10px;
}

.product-list-item .оut-of-stock-label {
    margin: 12px 5px 0;
}

.product-list-item .product-list-item-sizes {
    padding: 0 5px;
}

.product-list-item .product-list-item-sizes .label {
    display: block;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 13px;
}

.product-list-item .product-list-item-sizes .product-list-item-sizes-list {
    font-size: 0;
}

.product-list-item .product-list-item-sizes .size {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*width: 39px;*/
    width: 100%;
    max-width: calc(16.6% + 1px);
    height: 24px;
    margin-right: -1px;
    margin-bottom: -1px;
    /*padding-top: 3px;*/
    border: 1px solid #E4E5E5;
    text-align: center;
    font-size: 12px;
    color: #808080;
    font-weight: 400;
}

@media only screen and (max-width: 1122px) {
    .product-list-item .product-list-item-sizes .size {
        max-width: calc(20% + 1px);
    }
}

@media only screen and (max-width: 940px) {
    .product-list-item .product-list-item-sizes .size {
        max-width: calc(25% + 1px);
    }
}

@media only screen and (max-width: 350px) {
    .product-list-item .product-list-item-sizes .size {
        max-width: calc(33.33% + 1px);
    }
}

.product-list-item-hover-panel {
    position: absolute;
    top: -20px;
    right: -10px;
    z-index: 9;
    display: none;
    padding: 20px 10px;
    width: calc(100% + 20px);
    min-height: calc(100% + 50px);
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.25);
}

.product-list-item.оut-of-stock .product-list-item-hover-panel {
    opacity: 0.49;
}

    /*body:not(.is-mobile) .has-hover > .product-list-item-link .product-list-item-image-wrapper .product-list-item-image {*/
/*    transform: translateY(0);*/
/*    transition: all 0.12s cubic-bezier(0.42, 0, 0.22, 1.07);*/
/*}*/

/*body:not(.is-mobile) .has-hover:hover > .product-list-item-link .product-list-item-image-wrapper .product-list-item-image {*/
/*    transform: translateY(-42px);*/
/*}*/

body:not(.is-mobile) .has-hover > .product-list-item-link .product-list-item-name-wrapper,
body:not(.is-mobile) .has-hover > .product-list-item-link .product-list-item-prices,
body:not(.is-mobile) .has-hover > .product-list-item-link .discount-label,
body:not(.is-mobile) .has-hover > .product-list-item-link .free-delivery-label {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

body:not(.is-mobile) .has-hover:hover > .product-list-item-link .product-list-item-name-wrapper,
body:not(.is-mobile) .has-hover:hover > .product-list-item-link .product-list-item-prices,
body:not(.is-mobile) .has-hover:hover > .product-list-item-link .discount-label,
body:not(.is-mobile) .has-hover:hover > .product-list-item-link .free-delivery-label {
    opacity: 0;
    transition: all 0.06s ease-in-out;
}


.product-list-item-hover-panel .product-variations-label {
    display: block;
    margin-bottom: 5px;
    padding: 8px 10px 0;
    font-size: 13px;
}

.product-list-item-hover-panel .product-variations {
    display: flex;
    padding: 0 10px 0;
}

.product-list-item-hover-panel .product-variations .color-option-link {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc((100% / 6) - 7px);
    margin-right: 7px;
    padding: 3px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    overflow: hidden;
}

.hidden-filters .product-list-item-hover-panel .product-variations .color-option-link {
    width: calc((100% / 7) - 5px);
    margin-right: 5px;
}

.product-list-item-hover-panel .product-variations .color-option-link.is-selected {
    border-color: rgba(37, 35, 36, 0.1);
}

.product-list-item-hover-panel .product-variations .color-option-link.is-selected:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(37, 35, 36, 0.1);
}

.product-list-item-hover-panel .product-variations .color-option-link:last-child {
    margin-right: 0;
}

.product-list-item-hover-panel .product-variations .color-option-link.more {
    border: 0 none;
}

.product-list-item-hover-panel .product-variations .color-option-link.more .color-option-link-more-label {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.product-list-item-hover-panel .product-variations .color-option-link img {
    display: block;
    width: 100%;
}

.product-list-item-hover-panel .product-list-item-sizes {
    padding: 0 10px;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-label {
    display: none;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field {
    margin-top: -7px;
    margin-left: -7px;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field .product-configurable-attribute-system-field-element {
    display: none !important;
}

.hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field {
    margin-top: -5px;
    margin-left: -5px;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option {
    display: inline-block;
    vertical-align: top;
    width: calc((100% / 6) - 7px);
    margin-top: 7px;
    margin-left: 7px;
}

.hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option {
    width: calc((100% / 7) - 5px);
    margin-top: 5px;
    margin-left: 5px;
}

@media only screen and (max-width: 1440px) {

    .product-list-item-hover-panel .product-variations .color-option-link {
        width: calc(20% - 5px);
        margin-right: 5px;
    }

    .hidden-filters .product-list-item-hover-panel .product-variations .color-option-link {
        width: calc((100% / 6) - 6px);
        margin-right: 6px;
    }

    .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field {
        margin-top: -5px;
        margin-left: -5px;
    }

    .hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field {
        margin-top: -6px;
        margin-left: -6px;
    }

    .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option {
        width: calc(20% - 5px);
        margin-top: 5px;
        margin-left: 5px;
    }

    .hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option {
        width: calc((100% / 6) - 6px);
        margin-top: 6px;
        margin-left: 6px;
    }
}

@media only screen and (max-width: 1280px) {

    .hidden-filters .product-list-item-hover-panel .product-variations .color-option-link {
        width: calc((100% / 7) - 4px);
        margin-right: 4px;
    }

    .hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-field {
        margin-top: -4px;
        margin-left: -4px;
    }

    .hidden-filters .product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option {
        width: calc((100% / 7) - 4px);
        margin-top: 4px;
        margin-left: 4px;
    }
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option > span {
    padding: 6px 2px 5px;
    color: #252324;
    font-family: 'Inter', sans-serif;
    /*font-size: 11px;*/
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-system-option[data-selected='1'] > span {
    color: #FFFFFF;
}

.product-list-item-hover-panel .product-list-item-sizes .product-configurable-attribute-error {
    margin-top: 9px;
    margin-bottom: -5px;
}

.product-list-item-hover-panel .product-list-item-add-to-cart-wrapper {
    padding: 15px 10px 0;
}

.product-list-item-hover-panel .product-list-item-add-to-cart-wrapper .product-add-to-cart-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 7px;
    background: url('../../../images/icons/icon-cart-white.svg') no-repeat center;
    position: relative;
    z-index: 15;
}

.product-list-item-hover-panel .product-list-item-add-to-cart-wrapper .product-add-to-cart-button .add-to-cart-product-view {
    display: none;
}
