.spadent-doctor-product-page {
	--spadent-product-radius: 18px;
	background: #fff;
	color: #202a37;
	font-family: var(--wd-text-font);
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.single-spadent_doctor .wd-page-content.main-page-wrapper,
body.single-spadent_doctor .wd-content-layout.content-layout-wrapper,
body.single-spadent_doctor .site-content {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.spadent-product-breadcrumbs-wrapper {
	margin-bottom: 20px;
}

.spadent-product-container.spadent-product-container {
	max-width: none;
	width: calc(100% + 30px);
	margin-inline: -15px;
	padding-inline: 15px;
}

.spadent-doctor-product-page .product-image-summary-wrap {
	margin-bottom: 42px;
}

.spadent-doctor-product-page .product-image-summary-inner {
	align-items: start;
}

.spadent-doctor-product-page .product-images,
.spadent-doctor-product-page .summary {
	container-type: inline-size;
	min-width: 0;
}

.spadent-doctor-product-page .summary-inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 720px;
	min-height: calc(100cqw * 1.22);
	padding: clamp(28px, 4vw, 56px);
	border-radius: var(--spadent-product-radius);
	background: #f3f5f8;
	overflow: visible;
}

.spadent-doctor-product-page .product_title {
	max-width: 760px;
	margin-bottom: 24px;
	color: #182234;
	font-family: var(--wd-title-font);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 400;
	line-height: 1.15;
	letter-spacing: 0;
}

.spadent-product-feature-label {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin-bottom: 24px;
	padding: 10px 16px;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(68, 87, 117, .08);
	color: #445775;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
}

.spadent-product-summary-top,
.spadent-product-summary-bottom {
	flex: 0 0 auto;
}

.spadent-product-bio {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.spadent-doctor-product-page .woocommerce-product-gallery {
	border-radius: var(--spadent-product-radius);
	background: transparent;
}

.spadent-doctor-product-page .woocommerce-product-gallery__image {
	overflow: hidden;
	border-radius: var(--spadent-product-radius);
	background: transparent;
}

.spadent-doctor-product-page .woocommerce-product-gallery__image > a,
.spadent-doctor-product-page .wd-gallery-images .wd-carousel-item {
	background: transparent;
}

.spadent-doctor-product-page .woocommerce-product-gallery__image img {
	aspect-ratio: 4 / 5;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center top;
	border-radius: var(--spadent-product-radius);
}

.spadent-doctor-product-page .wd-gallery-thumb img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: center top;
	border-radius: var(--spadent-product-radius);
}

.spadent-doctor-product-page .wd-gallery-thumb .wd-carousel,
.spadent-doctor-product-page .wd-gallery-thumb .wd-carousel-item {
	border-radius: var(--spadent-product-radius);
}

.spadent-product-facts {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(150px, 3fr);
	gap: 14px;
	width: 100%;
	margin-bottom: 28px;
}

.spadent-product-facts--single {
	grid-template-columns: 1fr;
}

.spadent-product-fact {
	min-height: 104px;
	padding: 20px 22px;
	border-radius: var(--spadent-product-radius);
	background: #fff;
	box-shadow: 0 18px 40px rgba(68, 87, 117, .08);
}

.spadent-product-fact > span {
	display: block;
	margin-bottom: 8px;
	color: var(--wd-primary-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
}

.spadent-product-fact strong {
	display: block;
	color: var(--wd-text-color);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}

.spadent-product-position-lines {
	display: grid;
	gap: 7px;
}

.spadent-product-position-lines span {
	display: block;
}

.spadent-doctor-product-page .spadent-doctor-badge,
.spadent-doctor-product-page .spadent-doctor-clinic {
	border-radius: var(--spadent-product-radius);
}

.spadent-product-bio {
	max-width: 820px;
	color: #5e6d80;
	font-size: 18px;
	line-height: 1.65;
}

.spadent-product-summary-bottom {
	display: grid;
	gap: 32px;
}

@media (min-width: 1025px) {
	.spadent-doctor-product-page .spadent-doctor-hero__clinics {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.spadent-doctor-product-page .spadent-doctor-clinic {
		min-height: 36px;
		padding: 12px 15px;
		font-size: 18px;
		white-space: nowrap;
	}
}

.spadent-product-bio p {
	color: var(--wd-text-color);
	margin: 0 0 12px;
}

.spadent-product-bio p:last-child {
	margin-bottom: 0;
}

.spadent-product-appointment-button {
	align-items: center;
	appearance: none !important;
	background: linear-gradient(90deg, #445775 0%, #8699b7 50%, #445775 100%) !important;
	background-position: 0 0 !important;
	background-size: 200% 100% !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	gap: 10px !important;
	height: 78px !important;
	justify-content: center !important;
	letter-spacing: .02em !important;
	line-height: 1 !important;
	margin-top: 0;
	max-width: 100% !important;
	min-width: 0;
	padding: 0 28px !important;
	text-align: center;
	text-transform: uppercase !important;
	transition: background-position .24s ease, color .2s ease, opacity .2s ease !important;
	width: 100% !important;
}

.spadent-product-appointment-button:hover,
.spadent-product-appointment-button:focus {
	background-position: 100% 0 !important;
	color: #fff !important;
	opacity: .95;
}

.spadent-product-tabs-wrapper {
	border-bottom: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0;
	margin-top: 0;
}

.spadent-product-tabs-wrapper::before,
.spadent-product-tabs-wrapper::after {
	display: none !important;
}

.spadent-doctor-product-page .product-tabs-wrapper {
	border-bottom: 0 !important;
	border-top: 0 !important;
	box-shadow: none !important;
}

.spadent-doctor-product-page .product-tabs-wrapper::before,
.spadent-doctor-product-page .product-tabs-wrapper::after {
	display: none !important;
}

.spadent-product-tabs-wrapper .spadent-doctor-section:first-child {
	margin-top: 0;
}

.spadent-doctor-product-page .product-tabs-inner {
	border-bottom: 0 !important;
	box-shadow: none !important;
}

.spadent-doctor-product-page .spadent-doctor-lead-form {
	margin-bottom: 0 !important;
	margin-top: 82px !important;
	padding-bottom: 82px !important;
	padding-top: 82px !important;
}

@media (min-width: 768px) {
	.spadent-product-fact > span {
		font-size: 16px;
	}
}

@media (max-width: 1024px) {
	.spadent-doctor-product-page .summary-inner {
		gap: 0;
		justify-content: flex-start;
		min-height: auto;
		padding: 30px;
	}

	.spadent-product-summary-top,
	.spadent-product-summary-bottom,
	.spadent-product-bio {
		flex: 0 0 auto;
	}

	.spadent-doctor-product-page .product_title {
		font-size: clamp(32px, 5vw, 46px);
	}

	.spadent-product-fact {
		min-height: 96px;
		padding: 18px;
	}

	.spadent-product-bio {
		justify-content: flex-start;
		font-size: 17px;
	}

	.spadent-product-appointment-button {
		height: 68px !important;
	}

	.spadent-doctor-product-page .spadent-doctor-hero__clinics {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	.spadent-doctor-product-page {
		--spadent-product-radius: 14px;
	}

	.spadent-product-container.spadent-product-container {
		padding-inline: 15px;
	}

	.spadent-doctor-product-page .product_title {
		margin-bottom: 22px;
		font-size: 34px;
	}

	.spadent-product-facts {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 22px;
	}

	.spadent-product-fact {
		min-height: 82px;
		padding: 16px;
	}

	.spadent-product-fact > span {
		font-size: 14px;
	}

	.spadent-product-fact strong {
		font-size: 18px;
	}

	.spadent-doctor-product-page .woocommerce-product-gallery__image img {
		aspect-ratio: 3 / 4;
	}

	.spadent-doctor-product-page .summary-inner {
		min-height: auto;
		padding: 24px 18px;
	}

	.spadent-product-appointment-button {
		font-size: 14px !important;
		height: 62px !important;
		width: 100%;
	}

	.spadent-doctor-product-page .spadent-doctor-lead-form {
		margin-bottom: 0 !important;
		margin-top: 60px !important;
		padding-bottom: 60px !important;
		padding-top: 60px !important;
	}
}
