body,
html {
	overflow-x: clip !important;
}

.ds__page .ds__sets-body .swiper-pagination {
	display: block;
}

.ds__page .ds__sets-products .swiper-wrapper {
	justify-content: normal;
}

.ds__page .ds__compare-item-title {
	font-size: 14px;
	line-height: 1.25em;
}

.ds__page .ds__testimony-name {
        font-size: 16px;
        line-height: 1.45em;
        font-family: var(--GOTHAM-MEDIUM);
    }
    .ds__page .ds__testimony-age {
    font-size: 11px;
    font-family: var(--GOTHAM-BOOK);
}

/* desktop */
@media (min-width: 1113px) {
}
/* Mobile */
@media (max-width: 480px) {
	.ds__page .ds__product-media-text {
		font-size: calc(15 * var(--collectionRatio));
	}

	.ds__page .ds__compare-items .ds__cta {
		max-width: fit-content;
	}

	.ds__page .ds__compare-item-title {
		font-size: 12px;
		line-height: 1.15em;
	}
}
/* Tablet Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.ds__page .ds__product-media-text {
		font-size: calc(18 * var(--collectionRatio));
	}

	.ds__page .ds__header-picture {
		top: 0 !important;
	}
	.ds__page .ds__header-media {
		top: 0 !important;
	}
	.ds__page .ds__cta-btn.ds__only-mobile {
		display: inline-flex;
	}
	.ds__page .ds__quickview-btn.ds__only-desktop {
		display: none;
	}
}
/* Tablet Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.ds__page .ds__product-media-text {
		font-size: calc(18 * var(--collectionRatio));
	}

	.ds__page .ds__compare-title {
		font-size: 40px;
	}
}
