/*  ------  local   ------  */
.ds__page .ds__sets-body .swiper-pagination {
	display: block;
}

.ds__page .ds__sets-products .swiper-wrapper {
	justify-content: normal;
}

.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);
}

@media (max-width: 480px) {
	.ds__page .ds__cta-btn.ds__only-mobile {
		margin-left: -6px;
	}

	#wrapper {
		max-width: 100%;
		padding-top: 95px !important;
	}
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	#wrapper {
		max-width: 100%;
		padding-top: 95px !important;
	}

	.ds__page .ds__quickview-btn.ds__only-desktop {
		display: none !important;
	}

	.ds__page .ds__only-mobile {
		display: inline-block !important;
	}
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}
