body.single-product .c-page-header {
	display: none;
}

body.single-product,
body.single-product .c-product {
	background: #fff9f7;
}

body.single-product .c-product,
body.single-product .c-product * {
	box-sizing: border-box;
}

body.single-product .c-product {
	--htr-burgundy: #792d38;
	--htr-copy: #4c4b4f;
	margin: 0;
	color: var(--htr-copy);
	font-family: "Jost", sans-serif;
}

body.single-product .c-product button,
body.single-product .c-product input,
body.single-product .c-product select,
body.single-product .c-product a,
body.single-product .c-product p,
body.single-product .c-product span,
body.single-product .c-product h2,
body.single-product .c-product h3 {
	font-family: "Jost", sans-serif;
}

body.single-product .c-product > .c-breadcrumbs {
	max-width: 1440px;
	margin: 0 auto;
	padding: 22px 60px 38px;
}

body.single-product .c-product > .c-breadcrumbs,
body.single-product .c-product > .c-breadcrumbs a,
body.single-product .c-product > .c-breadcrumbs span {
	color: #777075;
	font-size: 14px;
	font-weight: 400;
}

body.single-product .c-product__wrap--layout-2 {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
	gap: 57px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 60px;
}

body.single-product .c-product--layout-2 .c-product__col-1,
body.single-product .c-product--layout-2 .c-product__col-2 {
	width: auto;
	min-width: 0;
	border: 0;
}

body.single-product .c-product--layout-2 .c-product__col-2 {
	border-left: 0;
}

body.single-product .c-product--layout-2 .c-product__col-2 .js-sticky-sidebar {
	padding: 58px 0 0;
}

body.single-product .c-product__slider--list {
	display: flex;
	gap: 16px;
	background: transparent;
}

body.single-product .c-product--layout-2 .c-product__slider--list .c-product__slider-item {
	flex: 0 0 calc((100% - 16px) / 2);
	width: calc((100% - 16px) / 2);
	padding-bottom: 70.5%;
	background: #f3f3f3;
}

body.single-product .c-product--layout-2 .c-product__slider--list .c-product__slider-item:nth-child(3) {
	flex-basis: 100%;
	width: 100%;
	padding-bottom: 96%;
}

body.single-product .c-product--layout-2 .c-product__slider--list .c-product__slider-item:nth-child(n + 6) {
	display: none;
}

body.single-product .c-product__slider-item img {
	object-fit: cover;
}

body.single-product .c-product__badges {
	display: none;
}

body.single-product .c-product__title {
	margin: 0;
	color: var(--htr-burgundy);
	font-family: "Libre Caslon Text", serif !important;
	font-size: clamp(36px, 3.15vw, 46px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.045em;
	text-transform: none;
}

body.single-product .c-product__wrap .price {
	margin: 7px 0 0;
	color: var(--htr-burgundy);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
}

body.single-product .c-product__wrap .price > * {
	margin: 0;
}

body.single-product .c-product__atc-wrap {
	display: block;
	width: 100%;
	max-width: none;
	margin-top: 34px;
}

body.single-product .c-product__atc-wrap td.label {
	padding-bottom: 10px !important;
	color: var(--htr-burgundy);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product .c-product__atc-wrap tr:not(:last-child) td {
	padding-bottom: 26px;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item {
	min-width: 36px !important;
	height: 34px;
	margin-right: 9px;
	padding: 0 !important;
	border: 1px solid #b9adae;
	box-shadow: none;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item.selected,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:hover {
	border-color: var(--htr-burgundy);
	box-shadow: none;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
	padding: 0 8px;
	font-size: 14px;
	line-height: 32px !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item {
	width: 25px !important;
	height: 25px !important;
	margin-right: 10px;
	padding: 2px;
	border-radius: 50% !important;
}

body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item *,
body.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.color-variable-item span::after {
	border-radius: 50% !important;
}

body.single-product .woocommerce-variation-add-to-cart,
body.single-product .product-type-simple .c-product__atc-wrap form {
	gap: 12px;
	margin-bottom: 0;
}

body.single-product .c-product__quantity {
	display: none;
}

body.single-product .c-product__atc-row-1 {
	gap: 12px;
	width: 100%;
}

body.single-product .c-product__atc-wrap .single_add_to_cart_button {
	flex: 1 1 auto;
	height: 55px;
	min-width: 0;
	padding: 0 30px;
	background: var(--htr-burgundy);
	color: #fff9f7;
	font-size: 15px;
	font-weight: 500;
	line-height: 55px;
}

body.single-product .c-product__atc-row-1 > .c-product__wishlist {
	flex: 0 0 55px;
}

body.single-product .c-product__atc-row-1 .c-product__wishlist-button {
	display: grid;
	place-items: center;
	width: 55px;
	height: 55px;
	padding: 0;
	border: 2px solid var(--htr-burgundy);
	background: transparent;
	color: var(--htr-burgundy);
}

body.single-product .c-product__atc-row-1 .c-product__wishlist-icon {
	margin: 0;
	color: inherit;
	font-size: 21px;
}

body.single-product .c-product__atc-row-1 .c-product__wishlist-text {
	display: none;
}

body.single-product .c-product__tabs::before {
	display: block;
	margin-bottom: 13px;
	color: var(--htr-burgundy);
	font-family: "Libre Caslon Text", serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
	content: "Product Details";
}

body.single-product .c-product--layout-2 .c-product__tabs {
	margin-top: 45px;
}

body.single-product .c-product--layout-2 .c-product__tabs-item {
	border-top: 1px solid #d9c8c6;
}

body.single-product .c-product--layout-2 .c-product__tabs-item:last-child {
	border-bottom: 1px solid #d9c8c6;
}

body.single-product .c-product--layout-2 .c-product__tabs-item-header {
	padding: 16px 0;
	color: var(--htr-burgundy);
	font-size: 17px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product .c-product--layout-2 .c-product__tabs-panel {
	margin: 0 0 24px;
	color: var(--htr-copy);
	font-size: 14px;
	line-height: 1.55;
}

body.single-product .htr-product-story {
	max-width: 690px;
	margin: 28px 0 0;
	color: var(--htr-burgundy);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

body.single-product .htr-product-story > :first-child {
	font-size: 18px;
	font-weight: 600;
}

body.single-product .htr-product-story ul {
	margin: 16px 0 0;
	padding-left: 20px;
}

body.single-product .c-product__after-summary--fullwidth {
	width: 100%;
	max-width: none;
}

body.single-product .htr-product-related {
	width: 100%;
	max-width: none;
	margin-top: 82px;
	margin-right: 0;
	margin-left: 0;
	padding: 112px 60px 0;
	border-top: 1px solid #dfcfcd;
}

body.single-product .htr-product-related h2 {
	margin: 0 0 62px;
	color: var(--htr-burgundy);
	font-family: "Libre Caslon Text", serif;
	font-size: clamp(44px, 4.2vw, 60px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.05em;
	text-align: center;
	text-transform: uppercase;
}

body.single-product .htr-product-related h2::after,
body.single-product .htr-product-services h3::after {
	display: none;
}

body.single-product .htr-product-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px 20px;
	max-width: 1320px;
	margin: 0 auto;
}

body.single-product .htr-shop__card {
	min-width: 0;
}

body.single-product .htr-shop__media {
	position: relative;
}

body.single-product .htr-shop__image {
	position: relative;
	display: block;
	overflow: hidden;
	aspect-ratio: 427 / 540;
	background: #f3f3f3;
}

body.single-product .htr-shop__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 280ms ease, transform 420ms ease;
}

body.single-product .htr-shop__hover {
	opacity: 0;
}

body.single-product .htr-shop__image.has-hover:hover .htr-shop__primary {
	opacity: 0;
	transform: scale(1.015);
}

body.single-product .htr-shop__image.has-hover:hover .htr-shop__hover {
	opacity: 1;
	transform: scale(1.015);
}

body.single-product .htr-shop__wishlist.c-wishlist__btn {
	position: absolute;
	z-index: 3;
	top: 24px;
	right: 24px;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	min-width: 0;
	min-height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #fff;
	color: var(--htr-burgundy);
}

body.single-product .htr-shop__wishlist .c-wishlist__btn-icon {
	margin: 0;
	font-size: 22px;
}

body.single-product .htr-shop__card h2 {
	margin: 16px 0 2px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0;
	text-transform: none;
}

body.single-product .htr-shop__card h2 a {
	color: var(--htr-copy);
	text-decoration: none;
}

body.single-product .htr-shop__price,
body.single-product .htr-shop__price .amount {
	color: var(--htr-burgundy);
	font-size: 20px;
	font-weight: 500;
	line-height: 1.35;
}

body.single-product .htr-product-services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 64px;
	max-width: 1320px;
	margin: 122px auto 96px;
	padding: 0 48px;
	text-align: center;
}

body.single-product .htr-product-services__item img {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
	object-fit: contain;
}

body.single-product .htr-product-services__item h3 {
	margin: 18px 0 8px;
	color: var(--htr-burgundy);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
}

body.single-product .htr-product-services__item p {
	max-width: 230px;
	margin: 0 auto;
	color: var(--htr-copy);
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 1024px) {
	body.single-product .c-product > .c-breadcrumbs {
		padding-inline: 30px;
	}

	body.single-product .c-product__wrap--layout-2 {
		gap: 32px;
		padding-inline: 30px;
	}

	body.single-product .htr-product-related {
		padding-inline: 30px;
	}
}

@media (max-width: 767px) {
	body.single-product .c-product > .c-breadcrumbs {
		padding: 15px 14px 24px;
	}

	body.single-product .c-product__wrap--layout-2 {
		display: block;
		padding: 0 14px;
	}

	body.single-product .c-product--layout-2 .c-product__col-2 {
		padding: 0;
	}

	body.single-product .c-product--layout-2 .c-product__col-2 .js-sticky-sidebar {
		padding-top: 34px;
	}

	body.single-product .c-product--layout-2 .c-product__slider--list .c-product__slider-item {
		flex-basis: 100%;
		width: 100%;
		padding-bottom: 128%;
	}

	body.single-product .c-product--layout-2 .c-product__slider--list .c-product__slider-item:nth-child(n + 2) {
		display: none;
	}

	body.single-product .c-product__title {
		font-size: 36px;
		text-align: left;
	}

	body.single-product .c-product__wrap .price {
		justify-content: flex-start;
		font-size: 24px;
	}

	body.single-product .htr-product-story {
		margin-bottom: 40px;
	}

	body.single-product .htr-product-related {
		margin-top: 55px;
		padding: 65px 14px 0;
	}

	body.single-product .htr-product-related h2 {
		margin-bottom: 38px;
		font-size: 38px;
	}

	body.single-product .htr-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 10px;
	}

	body.single-product .htr-shop__wishlist.c-wishlist__btn {
		top: 10px;
		right: 10px;
		width: 36px;
		height: 36px;
	}

	body.single-product .htr-shop__card h2 {
		margin-top: 9px;
		font-size: 12px;
	}

	body.single-product .htr-shop__price,
	body.single-product .htr-shop__price .amount {
		font-size: 14px;
	}

	body.single-product .htr-product-services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 46px 20px;
		margin: 75px auto 60px;
	}

	body.single-product .htr-product-services__item h3 {
		font-size: 18px;
	}
}
