.creative-library__filters.casesSection__filters {
    display: flex;
    gap: 30px;
}
.creative-library__filters .casesIndustriesOptions {
    margin-right: 80px;
    border-radius: 4px;
    border: 2px solid #8E8E98;
    position: relative;
    z-index: 10;
}
.creative-library__filters .casesIndustriesOptions__checkmark {
    z-index: 9;
}
.page-template-page-with-pagination .casesSection {
    padding: 10px 120px 0;
}
.page-template-page-with-pagination .caseBlock__industryLabel {
	margin-bottom: 0px;
}
.creative-library__labels {
    margin-top: 24px;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.mobile-tab {
	display: none;
}
.qr-wrapper {
	display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 27px;
}
.qr-wrapper img {
	width: 80px;
    height: 80px;
}
.qr-wrapper span {
	color: #020014;
	font-size: 16px;
	font-weight: 700;
	line-height: 29px;
}
.creative_items .swiper {
	margin: 0;
    width: 100%;
}
.creative_items .swiper-0 .swiper-slide>div {
	width: 264px;
    height: 570px;
    border-radius: 51px;
    overflow: hidden;
}
.creative_items .swiper-1 .swiper-slide>div {
    width: 268px;
    height: 476px;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translate(-50%, 8%);
}
.creative_items .swiper-2 .swiper-slide>div {
	width: 119px;
    height: 238px;
    position: fixed;
    transform: translate(111%, -42%);
}
.creative_items .swiper-3 .swiper-slide>div {
    width: 540px;
    height: 278px;
    position: fixed;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
}
.creative_items .swiper-slide iframe, .creative_items .swiper-slide video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-select-wrapper {
    position: relative;
    width: 200px;
    margin-bottom: 20px;
}
.custom-select {
    position: relative;
    display: block;
    width: 100%;
}
.select-display {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: white;
}
.selected-text {
    display: block;
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.options-list {
    position: absolute;
    top: 107%;
    left: 0;
    right: 0;
    background-color: white;
    border-top: none;
    border-radius: 8px;
    list-style: none;
    padding: 8px;
    margin: 0;
    box-shadow: 0 3px 12px rgba(2, 0, 20, 0.15);
    max-height: 200px;
    overflow-y: auto;
	z-index: 10;
}
.option {
    padding: 4px 8px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 700;
    font-size: 16px;
}
.option:hover {
    transition: color 0.2s ease-out;
	color: var(--color-base-red-500);
}
.page-template-page-with-pagination .casesSection__heading {
	margin-bottom: 80px;
}
.arrow-icon.casesIndustriesOptions__checkmark{
	transition: transform .3s ease;
	top: 36%;
	width: 9px;
    height: 9px;
    border-left: 2px solid var(--open-close-arrow-colour);
    border-bottom: 2px solid var(--open-close-arrow-colour);
}
.arrow-icon.casesIndustriesOptions__checkmark.rotate-arrow {
	top: 46%;
	transform: rotate(45deg) scale(1, -1);
	transition: transform .3s ease;
}
.creative-library__blocks .caseBlock__description {
	margin-bottom: 16px;
}
.creative-library__blocks .creativeBlock__description >p {
	margin: 0;
}
@media screen and (max-width: 768px) {
	.creative_items .swiper-0 .swiper-slide>div {
		width: 174px;
		height: 382px;
		border-radius: 38px;
		overflow: hidden;
	}
	.creative_items .swiper-1 .swiper-slide>div {
		width: 176px;
		height: 312px;
		overflow: hidden;
		position: fixed;
		top: 0;
		transform: translate(-50%, 11%);
	}
	.creative_items .swiper-2 .swiper-slide>div {
		width: 75px;
		height: 153px;
		position: fixed;
		transform: translate(114%, -42%);
	}
}
@media screen and (max-width: 680px) {
    .creative-library__filters.casesSection__filters {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 0;
        padding: 0;
    }
    .page-template-page-with-pagination .casesSection__heading {
        margin-bottom: 30px;
    }
    .creative-library__filters .casesIndustriesOptions {
        margin-right: 0;
    }
	.desktop-tab {
		display: none!important;
	}
	.mobile-tab {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.single-creative_items .image-retail-analytics__image {
		max-width: 480px;
	}
	.creative_items .swiper-3 .swiper-slide>div {
		height: 204px;
		max-width: 96%;
	}
}
@media screen and (max-width: 680px) {
    .page-template-page-with-pagination .casesSection {
        padding: 10px 24px 0;
    }
	.swiper-2 .swiper-slide, .swiper-3 .swiper-slide {
		background-size: cover;
		height: 101%!important;
	}
}
@media screen and (max-width: 380px) {
	.creative_items .swiper-0 .swiper-slide>div {
		width: 143px;
		height: 310px;
		border-radius: 29px;
		overflow: hidden;
	}
	.creative_items .swiper-1 .swiper-slide>div {
		width: 144px;
		height: 260px;
		overflow: hidden;
		position: fixed;
		top: 0;
		transform: translate(-51%, 20%);
	}
	.creative_items .swiper-2 .swiper-slide>div {
		width: 76px;
		height: 155px;
		position: fixed;
		transform: translate(114%, -42%);
	}
}