.single-product .summary-inner > .single-breadcrumbs-wrapper,
.single-product .summary .wd-breadcrumbs,
.single-product .single-breadcrumbs-wrapper {
	display: none !important;
}

.tc-detail-breadcrumbs {
	display: flex;
	max-width: 1240px;
	align-items: center;
	gap: 10px;
	margin: 0 auto 20px;
	padding: 0 4px;
	color: #59656f;
	font-size: 13px;
	line-height: 1.4;
}

.tc-detail-breadcrumbs a {
	color: #59656f;
	font-weight: 600;
}

.tc-detail-breadcrumbs a:hover,
.tc-detail-breadcrumbs a:focus-visible {
	color: #15803d;
}

.tc-detail-breadcrumbs strong {
	color: #132238;
	font-weight: 800;
}

.single-product .product_meta,
.single-product .wd-product-brands,
.single-product .product-share,
.single-product .wd-social-icons.product-share,
.single-product .wd-compare-btn,
.single-product .wd-wishlist-btn,
.single-product .wd-action-btn.wd-compare-icon,
.single-product .wd-action-btn.wd-wishlist-icon {
	display: none !important;
}

.single-product #wc-stripe-express-checkout-element,
.single-product .wcpay-express-checkout-wrapper,
.single-product .wc-stripe-product-checkout-container {
	display: none !important;
}

.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.single-product form.cart .single_add_to_cart_button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #132238;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button:focus-visible {
	background: #0f5f3c;
	color: #fff;
}

.tc-cart-button__icon,
.tc-cart-button__icon svg {
	display: inline-flex;
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

.tc-cart-button__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tc-cart-button__price {
	margin-left: 3px;
	padding-left: 11px;
	border-left: 1px solid rgba(255, 255, 255, .38);
	font-size: 14px;
	font-weight: 900;
}

.single-product form.cart .quantity,
.single-product form.cart .quantity.hidden {
	display: inline-flex !important;
	width: auto;
	height: 52px;
	align-items: stretch;
	margin: 0;
	border: 1px solid #dfe5e1;
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.single-product form.cart .quantity input.qty {
	width: 54px;
	min-width: 54px;
	height: 50px;
	margin: 0;
	padding: 0 4px;
	border: 0;
	background: #fff;
	color: #132238;
	font-size: 16px;
	font-weight: 800;
	text-align: center;
}

.single-product form.cart .quantity input.qty::-webkit-inner-spin-button,
.single-product form.cart .quantity input.qty::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.single-product form.cart .quantity .minus,
.single-product form.cart .quantity .plus {
	display: inline-flex !important;
	width: 44px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #f3f6f4;
	color: #132238;
	font-size: 22px;
	font-weight: 800;
	cursor: pointer;
}

.single-product form.cart .quantity .minus:hover,
.single-product form.cart .quantity .plus:hover,
.single-product form.cart .quantity .minus:focus-visible,
.single-product form.cart .quantity .plus:focus-visible {
	background: #dcfce7;
	color: #15803d;
}

.single-product form.cart .quantity .minus:disabled,
.single-product form.cart .quantity .plus:disabled {
	color: #a4ada8;
	cursor: not-allowed;
	opacity: .7;
}

@media (min-width: 768px) {
	.single-product .product-image-summary-inner {
		display: flex;
		align-items: stretch;
		gap: 24px;
		margin-inline: 0 !important;
	}

	.single-product .product-image-summary-inner > .product-images,
	.single-product .product-image-summary-inner > .summary.entry-summary {
		width: auto !important;
		min-width: 0 !important;
		max-width: none !important;
		flex: 0 0 calc(50% - 12px) !important;
	}

	.single-product .product-image-summary-inner > .product-images {
		display: flex;
		padding: 0 !important;
	}

	.single-product .product-images-inner {
		display: flex;
		width: 100%;
		min-height: 100%;
		flex: 1 1 auto;
	}

	.single-product .product-images-inner > .woocommerce-product-gallery {
		width: 100% !important;
		height: auto;
		min-height: 100%;
		margin: 0 !important;
		align-content: flex-start;
	}
}

.tc-detail-trustline {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 18px 0 4px;
	color: #56616a;
	font-size: 12px;
	font-weight: 700;
}

.tc-detail-trustline span::before {
	margin-right: 5px;
	color: #15803d;
	content: '✓';
}

.tc-detail-share {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 8px;
	margin: 0 0 16px;
	vertical-align: middle;
}

.tc-detail-share--action {
	margin-top: 10px;
	margin-bottom: 0;
}

.tc-detail-share__button {
	display: inline-flex;
	min-height: 38px;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border: 1px solid #cbd5d0;
	border-radius: 6px;
	background: #fff;
	color: #132238;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: none !important;
	cursor: pointer;
}

.tc-detail-share__icon,
.tc-detail-share__icon svg {
	display: inline-flex;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.tc-detail-share__icon svg {
	fill: currentColor;
}

.tc-detail-share__button:hover,
.tc-detail-share__button:focus-visible {
	border-color: #62cc3d;
	background: #f0fdf0;
	color: #237d19;
}

.tc-detail-share__status {
	color: #237d19;
	font-size: 12px;
	font-weight: 700;
}

.single-product .woocommerce-product-gallery {
	position: relative;
}

.tc-gallery-count {
	position: absolute;
	z-index: 4;
	bottom: 16px;
	left: 16px;
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border-radius: 6px;
	background: rgba(19, 34, 56, .94);
	box-shadow: 0 6px 18px rgba(19, 34, 56, .16);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(5px);
	transition: opacity .18s ease, transform .18s ease;
	pointer-events: none;
}

.tc-gallery-count__icon,
.tc-gallery-count__icon svg {
	display: inline-flex;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
}

.tc-gallery-count__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.woocommerce-product-gallery:hover .tc-gallery-count,
.woocommerce-product-gallery:focus-within .tc-gallery-count {
	opacity: 1;
	transform: translateY(0);
}

.single-product .tc-detail-guide__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.single-product .tc-detail-guide__card:last-child {
	display: none;
}

.single-product .related-products .product-grid-item,
.single-product .upsells.products .product-grid-item {
	height: 100%;
}

.single-product .related-products .owl-stage,
.single-product .upsells.products .owl-stage {
	display: flex;
	align-items: stretch;
}

.single-product .related-products .owl-item,
.single-product .upsells.products .owl-item {
	display: flex;
	align-items: stretch;
	float: none;
	height: auto;
}

.single-product .related-products .owl-item > .product-grid-item,
.single-product .upsells.products .owl-item > .product-grid-item {
	height: 100%;
}

.single-product .related-products .product-wrapper,
.single-product .upsells.products .product-wrapper {
	display: flex;
	height: 100%;
	flex-direction: column;
}

.single-product .related-products .product-element-top,
.single-product .upsells.products .product-element-top {
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #fff;
}

.single-product .related-products .product-element-top img,
.single-product .upsells.products .product-element-top img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.single-product .related-products .product-element-bottom,
.single-product .upsells.products .product-element-bottom {
	display: flex;
	min-width: 0;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: stretch;
	text-align: center;
}

.single-product .related-products .wd-entities-title,
.single-product .upsells.products .wd-entities-title {
	display: flex;
	min-height: 3.4em;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 8px;
	line-height: 1.35;
}

.single-product .related-products .wd-entities-title a,
.single-product .upsells.products .wd-entities-title a {
	display: block;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.single-product .related-products .product-category,
.single-product .upsells.products .product-category {
	min-height: 1.45em;
}

.single-product .related-products .price,
.single-product .upsells.products .price {
	display: block;
	min-height: 1.6em;
	margin-bottom: 12px;
}

.single-product .related-products .wd-add-btn,
.single-product .upsells.products .wd-add-btn {
	margin-top: auto;
}

.single-product .related-products .wd-add-btn a,
.single-product .upsells.products .wd-add-btn a {
	display: inline-flex;
	width: 100%;
	min-width: 0;
	height: 48px !important;
	min-height: 48px !important;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 8px 10px !important;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.15;
	white-space: nowrap;
	overflow: hidden;
}

.single-product .related-products .wd-add-btn a > span,
.single-product .upsells.products .wd-add-btn a > span,
.single-product .related-products .wd-add-btn a .tc-related-button__label span,
.single-product .upsells.products .wd-add-btn a .tc-related-button__label span {
	min-height: 0 !important;
	padding: 0 !important;
	opacity: 1 !important;
	transform: none !important;
}

.tc-related-button__icon,
.tc-related-button__icon svg {
	display: inline-flex;
	width: 17px;
	height: 17px;
	flex: 0 0 17px;
}

.tc-related-button__icon svg {
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.tc-related-button__label {
	min-width: 0;
	flex: 1 1 auto;
	overflow-wrap: normal;
	text-align: center;
	white-space: nowrap;
}

.tc-related-button__label-short {
	display: none !important;
}

.tc-related-button__price {
	flex: 0 0 auto;
	margin-left: 2px;
	padding-left: 8px !important;
	border-left: 1px solid rgba(255, 255, 255, .45);
	font-size: 12px;
	font-weight: 900;
}

.single-product .related-products .tc-related-reserve,
.single-product .upsells.products .tc-related-reserve {
	background: #62cc3d;
	color: #fff;
	text-transform: none !important;
}

.single-product .related-products .tc-related-reserve:hover,
.single-product .related-products .tc-related-reserve:focus-visible,
.single-product .upsells.products .tc-related-reserve:hover,
.single-product .upsells.products .tc-related-reserve:focus-visible {
	background: #3aa91d;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1100px) {
	.tc-related-button__label-full {
		display: none !important;
	}

	.tc-related-button__label-short {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.single-product .product-image-summary-inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
		margin-top: 24px !important;
		margin-inline: 0 !important;
	}

	.single-product .product-image-summary-inner > .product-images,
	.single-product .product-image-summary-inner > .summary.entry-summary {
		width: 100% !important;
		max-width: none !important;
		flex: 0 0 auto !important;
	}

	.single-product .product-image-summary-inner > .product-images {
		padding: 0 !important;
	}

	.single-product .product-images-inner > .woocommerce-product-gallery {
		width: 100% !important;
		margin: 0 !important;
	}

	.tc-detail-breadcrumbs {
		align-items: flex-start;
		flex-wrap: wrap;
		margin-bottom: 14px;
		padding-inline: 18px;
		font-size: 12px;
	}

	.tc-detail-breadcrumbs > span:last-of-type,
	.tc-detail-breadcrumbs > strong {
		display: none;
	}

	.single-product .tc-detail-guide__grid {
		grid-template-columns: 1fr 1fr;
	}

	.tc-detail-trustline {
		gap: 6px 14px;
	}

	.tc-detail-share {
		max-width: 100%;
		margin-bottom: 12px;
	}

	.tc-gallery-count {
		opacity: .96;
		transform: none;
	}

	.single-product .related-products .wd-entities-title,
	.single-product .upsells.products .wd-entities-title {
		min-height: 4.1em;
		font-size: 13px;
	}

	.single-product .related-products .wd-add-btn a,
	.single-product .upsells.products .wd-add-btn a {
		gap: 5px;
		padding-inline: 7px !important;
		font-size: 11px;
	}

	.tc-related-button__label-full {
		display: none !important;
	}

	.tc-related-button__label-short {
		display: inline !important;
	}

	.tc-related-button__icon,
	.tc-related-button__icon svg {
		width: 15px;
		height: 15px;
		flex-basis: 15px;
	}

	.tc-related-button__price {
		padding-left: 6px;
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.single-product .tc-detail-guide__grid {
		grid-template-columns: 1fr;
	}

	.single-product form.cart .single_add_to_cart_button {
		flex: 1 1 100%;
		min-width: 0;
	}

	.single-product form.cart .single_add_to_cart_button .tc-cart-button__label {
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tc-detail-share--action {
		width: 100%;
		justify-content: flex-start;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tc-gallery-count {
		transition: none;
	}
}
