.qce-slide {
    border:1px solid var(--e-global-color-secondary);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: visible;
}

.qce-category .qce-desc {
    max-width: 1020px;
}

.qce-slide img.wp-post-image {
    width: 100%;
    height: 310px;
    object-fit: cover;
}

.qce-slide .qce-container {
    padding: 25px 17px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.qce-slide .qce-container h4 {
    font-size: 26px;
    font-weight: 500;
    color: var(--e-global-color-primary);
}

.qce-slide .qce-container .date-expiration {
    font-weight: 700;
    color: var(--e-global-color-accent);
}

.qce-category-slider,
.qce-category-slider .swiper-wrapper {
    overflow: visible!important;
}

.qce-category-slider .swiper-navigation {
    display: flex;
    align-items: center;
    gap: 5px;
}

.qce-category-slider .swiper-button-prev:after {
    content: ""!important;
    display: block;
    height: 40px;
    width: 40px;
    background: url('data:image/svg+xml,<svg width="43" height="44" viewBox="0 0 43 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="43" height="44" rx="21.5" fill="%230287A0"/><path d="M22.5625 27.9063L21.875 28.5938C21.5625 28.875 21.0937 28.875 20.8125 28.5938L14.7187 22.5313C14.4375 22.2188 14.4375 21.75 14.7187 21.4688L20.8125 15.375C21.0937 15.0938 21.5625 15.0938 21.875 15.375L22.5625 16.0625C22.8437 16.375 22.8437 16.8438 22.5625 17.1563L18.7812 20.75L27.75 20.75C28.1875 20.75 28.5 21.0625 28.5 21.5L28.5 22.5C28.5 22.9063 28.1875 23.25 27.75 23.25L18.7812 23.25L22.5625 26.8125C22.8437 27.125 22.875 27.5938 22.5625 27.9063Z" fill="white"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.qce-category-slider .swiper-button-next:after {
    content: ""!important;
    display: block;
    height: 40px;
    width: 40px;
    background:url('data:image/svg+xml,<svg width="43" height="44" viewBox="0 0 43 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="43" height="44" rx="21.5" fill="%230287A0"/><path d="M20.4375 16.0938L21.125 15.4062C21.4375 15.125 21.9062 15.125 22.1875 15.4062L28.2812 21.4688C28.5625 21.7812 28.5625 22.25 28.2812 22.5312L22.1875 28.625C21.9062 28.9062 21.4375 28.9062 21.125 28.625L20.4375 27.9375C20.1562 27.625 20.1562 27.1562 20.4375 26.8438L24.2188 23.25H15.25C14.8125 23.25 14.5 22.9375 14.5 22.5V21.5C14.5 21.0938 14.8125 20.75 15.25 20.75H24.2188L20.4375 17.1875C20.1562 16.875 20.125 16.4062 20.4375 16.0938Z" fill="white"/></svg>');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.qce-category-slider .swiper-button-prev,
.qce-category-slider .swiper-button-next {
    display: inline-block;
    margin-top: 0;
    width: max-content;
    position: relative!important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.qce-category-slider .qce-bottom-slider {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
    margin-bottom: 45px;
}