.product-listing-header{
    display: grid;
    grid-template-areas: "filters filters" "filters-summary filters-summary" "title product-count";
    grid-template-columns: auto 1fr;
    gap: 0 10px;
}

.product-listing-header .block-filters{
    grid-area: filters;
}
.product-listing-header .block-filters-summary{
    grid-area: filters-summary;
}

.product-listing-header .block-filters-summary .box-clear-filters-btn{
    text-decoration: none;
}

.product-listing-header .block-filters-summary .box-clear-filters-btn:hover{
    text-decoration: underline;
}

.product-listing-header .block-product-count{
    grid-area: product-count;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.product-listing-header .block-product-count .product-count-mobile{
    display: none;
}

.product-listing-header .block-title{
    grid-area: title;
}
.product-listing-header .block-product-count{
    justify-content: flex-end;
}
@media (max-width: 992px) {
    .product-listing-header{
        grid-template-areas: "title product-count" "filters filters";
        justify-content: space-between;
        margin-bottom: 20px;
        gap:10px;
    }

    .product-listing-header .block-filters-summary{
        display: none;
    }



    .product-listing-header .block-product-count .product-count-desktop{
        display: none;
    }

    .product-listing-header .block-product-count .product-count-mobile{
        display: block;
    }
}


.product-index h1 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-index h1.product-index-category-h1 {
    text-transform: uppercase;
}

.product-list .img-responsive {
    width: 100%;
}

.product-list .prod_pic {
    position: relative;
    height: auto !important;
    aspect-ratio: var(--product-image-aspect-ratio);
    overflow: hidden;
}

.product-list .prod_pic img{
    aspect-ratio: var(--product-image-aspect-ratio);
}

.product-list .list-item {
    font-family: Jost, sans-serif;
    line-height: 1.42857143;
}

.product-list .list-item a.product-list-item-a {
    position: relative;
    display: block;
    z-index: 0;
}

.product-list .product-list-item-rest-container {
    padding-bottom: 20px;
}

.product-list .list-item .product-list-item-feature-designer {
    color: #000;
    font-family: Jost, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 15px;
}

.product-list .list-item .product-list-item-name {
    color: #000;
    display: block;
    font-family: Jost;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.13px;
}

.product-list .list-item .product-list-item-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.product-list-item-fake video {
    pointer-events: none;
}


.product-list-item-product-feature-value-size .product-list-item-product-feature-value-size-container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    color: #000;
    padding: 5px 8px;
    position: absolute;
    text-align: left;
    max-width: 120%;
    z-index: 15;
    top: 100px;
    right: -70px;
    width: auto;
}

.product-list .product-list-item-price-container {
    margin-top: 10px;

}

.product-list .add-to-cart-show-size-select {
    position: absolute;

    margin-top: -6px;
    right: 0;
    width: 32px;
    height: 32px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("gfx/add-to-cart-show-size-select.svg");
}
.product-list .add-to-cart-show-size-select[data-soldout="1"],
.product-list .add-to-cart-show-size-select[data-coming_soon="1"]
{
    background-image: url("gfx/bell.svg");
}


@media (max-width: 767px) {
    .container.container-mobile-no-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.index-list-item-cross-form-btn {
    border: 2px #880722 solid;
    animation: crosbannerbuttoncolorchange 1s infinite alternate;; /* animation-name followed by duration in seconds*/
    /* you could also use milliseconds (ms) or something like 2.5s */
    -webkit-animation: crosbannerbuttoncolorchange 1s infinite alternate;; /* Chrome and Safari */
}

@keyframes crosbannerbuttoncolorchange {
    0% {
        border-color: #880722;
        background: #880722;
        color: #fff;
    }
    49% {
        border-color: #880722;
        background: #880722;
        color: #fff;
    }
    50% {
        border-color: #000;
        background: #000;
        color: #fff;
    }
    100% {
        border-color: #000;
        background: #000;
        color: #fff;
    }
}

@-webkit-keyframes crosbannerbuttoncolorchange {
    0% {
        border-color: #880722;
        background: #880722;
        color: #fff;
    }
    49% {
        border-color: #880722;
        background: #880722;
        color: #fff;
    }
    50% {
        border-color: #000;
        background: #000;
        color: #fff;
    }
    100% {
        border-color: #000;
        background: #000;
        color: #fff;
    }
}

.product-list.owl-carousel .owl-item img {
    width: unset;
}

.product-index-has-video {
    position: absolute;
    top: 50px;
    right: 10px;
    width: 37px !important;
}

.product-index .product-index-see-more-pill {
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px 20px 12px 19px;
    margin: 0 7px;
    margin-bottom: 0px;
    background-color: #efefef;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .product-index-has-video {
        position: absolute;
        top: 37px;
        right: 5px;
        width: 29px;

    }

    .product-list-item {
        min-height: 303px;
        max-width: 100%;
    }
}

div.cross-wide {
    padding: 0 22px 22px 22px;
}

@media (max-width: 767px) {
    div.cross-wide {
        padding: 0px 2px 20px 2px;
    }

    div.cross-wide img {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .product-list-item-product-feature-value-size {
        position: absolute !important;
        overflow: visible;
        z-index: 3;
    }

    .product-list-item-product-feature-value-size-container {
        position: static !important;
    }

    .product-list-item-product-feature-value-size-header {
        float: none !important;
    }
}


#modal-product-list .product-other-sizes-select {
    position: relative;
}

.product-list-fix-height .product-list-item {
    width: 100% !important;
}

.product-list-fix-height {
    width: 100%;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(calc(33.33% - 10px), 1fr) );
    gap: 15px;
}

.product-list-fix-height .pagination-container {
    grid-column-start: 1;
    grid-column-end: 4;
}

.product-list-fix-height.product-list-fix-height-4 {
    grid-template-columns: repeat( auto-fit, minmax(20%, 1fr) );
    gap: 15px;
}

.product-list-fix-height.product-list-fix-height-4 .pagination-container {
    grid-column-start: 1;
    grid-column-end: 5;
}

@media (max-width: 992px) {
    .product-list-fix-height {
        display: grid;
        grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
        gap: 7px;
    }

    .product-list-fix-height.product-list-fix-height-4 {
        grid-template-columns: repeat( auto-fit, minmax(40%, 1fr) );
        gap: 7px;
    }

    .product-list-fix-height .pagination-container {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .product-list-fix-height.product-list-fix-height-4 .pagination-container {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .product-list-fix-height.product-list-fix-height-4 {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .product-list-fix-height .product-list-item {
        min-height: unset;
    }
}

@media (max-width: 992px) {
    .product-list-fix-height .pagination-container:has(ul.pagination) {
        position: relative;
        height: 108px;
    }
}

.product-list-fix-height.product-list-fix-height-4 .cross-default {
    grid-column-end: span 2;
}

@media (max-width: 992px) {
    .product-list-fix-height.product-list-fix-height-4 .cross-default {
        grid-column-end: span 1;
    }
}

.product-list-fix-height.product-list-fix-height-4 .cross-large {
    grid-column-end: span 4;
}

@media (max-width: 992px) {
    .product-list-fix-height.product-list-fix-height-4 .cross-large {
        grid-column-end: span 2;
    }
}

.product-list .list-item-cross-box-medium {
    grid-column-end: span 2;
}

.product-list .list-item-cross-box-large {
    grid-column-start: 1;
    grid-column-end: -1;
}

/*
* If you are looking more box-widget styles in cross-box context
* @see @common\views\widgets\box\_assets\styles.css
*/


.product-index .add-to-cart-show-size-select,
.user-wishlist-popup .add-to-cart-show-size-select,
.klevu-results-grid .add-to-cart-show-size-select {
    display: none;
}

.product-list-item-soldout, .product-list-item-coming-soon {

    text-align: left;
    display: inline-block;
}
@media (max-width: 992px) {
    .user-promotion-products {
        margin-top: 20px;
    }

}


/** PRODUCT INDEX EMPTY START */
.product-index-empty {
    margin: 60px auto 62px auto;
    width: fit-content;
    text-align: center;
}

@media (min-height: 768px) {
    margin-bottom: 120px;
}

.product-index-empty i.search-icon {
    display: block;
    background-image: url('data:image/svg+xml,<svg width="18" height="17" viewBox="0 0 18 17" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6.73684" cy="6.73684" r="6.23684" transform="matrix(1.19249e-08 -1 -1 -1.19249e-08 17.2461 13.4766)" stroke="black"/><path d="M1.35355 16.3536C1.15829 16.5488 0.841709 16.5488 0.646447 16.3536C0.451184 16.1583 0.451184 15.8417 0.646447 15.6464L1.35355 16.3536ZM5.10362 11.1893L5.45717 10.8357L6.16428 11.5428L5.81073 11.8964L5.10362 11.1893ZM0.646447 15.6464L5.10362 11.1893L5.81073 11.8964L1.35355 16.3536L0.646447 15.6464Z" fill="black"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 45px;
    aspect-ratio: 1;
    margin: 0 auto;
}

.product-index-empty h2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
    margin: 28px 0 50px 0;
}

.product-index-empty ol {
    width: fit-content;
    margin: 5px auto 28px auto;
    text-align: center;
}

.product-index-empty ol li {
    width: fit-content;
    line-height: 22px;
    font-weight: 300;
}

.product-index-empty .basic-btn-secondary {
    font-size: 16px;
    padding: 0 34px;
}

.product-index-empty + .recommendations .owl-carousel-title {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
/** PRODUCT INDEX EMPTY END */
