.product-grid {
    display: flex;
    gap: 60px 20px;
    flex-wrap: wrap;
}
.product-card.swiper-slide {
    margin-right: 20px;
}
.product-card .product-content {
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #D9D9D9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    padding: 16px 10px 23px;
    flex: auto;
}
.product-card .product-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product-card .product-images .image {
    height: 294px;
    position: relative;
}
.product-card .product-images {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    position: relative;
}
.product-card .product-images .swiper {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.product-card .product-title a {
    color: inherit;
    font: inherit;
}
.product-card .product-title {
    margin: 0;
    font-size: 20px;
    line-height: 28.96px;
    color: #000000;
    font-weight: 500;
    font-family: var(--font-body);
}
.product-card .countries {
    margin-top: 6px;
}
.product-card .country {
    position: relative;
}
.product-card .country::before {
    content: '';
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/mdi_location.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: -5px;
    margin-left: -2px;
}
.product-card .product-short {
    margin-top: 10px;
    color: #6A6A6A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-card .swiper-pagination {
    bottom: 12px;
}
.product-card .swiper-pagination .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
}
.product-card .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}
.product-card .tag.ended {
    background: #990000;
    color: #ffffff;
}
.product-card .tag.outofstock {
    background: #767676;
    color: #ffffff;
}
.product-card .tag {
    background: #F1AB25;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.27px;
    padding: 4px 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    will-change: transform;
}
.product-card .tag.tag-expired {
    background-color: #990000;
    color: #ffffff;
}
.product-card .sdgs-logos .logo img,
.product-card .sdgs-logos .logo {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 8px;
}
.product-card .wishlist {
    position: absolute;
    top: 14px;
    right: 19px;
    z-index: 9;
    will-change: transform;
}
.product-card .yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.product-card .card-inner .tags {
    position: relative;
    z-index: 9;
    will-change: transform;
}
.product-card .sdgs-logos {
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
    gap: 0;
    position: absolute;
    top: 28px;
    z-index: 9;
    left: 0;
    will-change: transform;
}
.swiper-slide .product-card {
    height: 100%;
}
.product-card .card-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-card .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--added {
    background-image: url('../../images/wishlist-active.svg');
}
.product-card .yith-wcwl-add-to-wishlist-button {
    width: 27px;
    height: 25px;
    background-image: url('../../images/wishlist.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.product-card .wishlist-ended .yith-wcwl-add-to-wishlist-button {
    pointer-events: none;
}
.product-card .yith-wcwl-add-to-wishlist-button svg {
    display: none;
}
.product-card .yith-add-to-wishlist-button-block {
    margin: 0;
}
.product-card {
    width: calc(25% - 15px);
}
.product-card .product-images .swiper-button-next,
.product-card .product-images .swiper-button-prev {
    border-color: #ffffff;
    background-color: #ffffff;
    opacity: 0;
    transition: 0.25s all;
}
.product-card:hover .product-images .swiper-button-next,
.product-card:hover .product-images .swiper-button-prev {
    opacity: 1;
}

.product-card:hover .product-images .swiper-button-next[aria-disabled="true"],
.product-card:hover .product-images .swiper-button-prev[aria-disabled="true"],
.product-card .product-images .swiper-button-next[aria-disabled="true"],
.product-card .product-images .swiper-button-prev[aria-disabled="true"] {
    opacity: 0;
}
/* @media(min-width: 768px) {
    .product-grid.grid-slider>.swiper>.swiper-wrapper > .swiper-slide {
        margin: 0 !important;
        height: auto;
    }
    .product-grid.grid-slider>.swiper>.swiper-wrapper {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        transform: none !important;
    }
} */
.product-grid.grid-slider .product-card {
    width: 335px !important;
    margin: 0;
    padding: 0 10px;
}
.product-grid.grid-slider>.swiper-wrapper {
    display: flex;
}
.product-grid.grid-slider > .swiper {
    overflow: visible;
    padding-right: 0;
    width: calc(100% + 20px);
    margin-left: -10px;
}
@media(max-width: 1199px) {
    .product-card {
        width: calc(100% / 3 - 13.4px);
    }
}
@media(max-width: 999px) {
    .product-card {
        width: calc(50% - 10px);
    }
}
@media(max-width: 767.98px) {
    .product-grid {
        gap: 20px;
    }
}
@media(max-width: 599.98px) {
    .product-card {
        width: 100%;
    }
}