.single-product.woocommerce div.product > .kev-delban-product-service-benefits,
.single-product.woocommerce div.product > .woocommerce-tabs {
	grid-column: 1 / -1;
}

.kev-delban-product-service-benefits {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-block: clamp(1.25rem, 3vw, 2rem) 0;
	padding-block: 0.9rem;
	border-block: 1px solid #25292b;
	clear: both;
}

.kev-delban-product-service-benefits__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	min-width: 0;
	padding-inline: clamp(0.65rem, 2vw, 1.5rem);
	color: #dba260;
	text-align: center;
}

.kev-delban-product-service-benefits__item + .kev-delban-product-service-benefits__item {
	border-inline-start: 1px solid #25292b;
}

.kev-delban-product-service-benefits__item span {
	display: grid;
	gap: 0.2rem;
	justify-items: center;
	text-align: center;
}

.kev-delban-product-service-benefits__item strong {
	color: #e8ddd1;
	font-size: 0.875rem;
	font-weight: 700;
}

.kev-delban-product-service-benefits__item small {
	color: #918981;
	font-size: 0.7rem;
	line-height: 1.5;
}

.kev-delban-product-benefit-icon {
	width: 2rem;
	height: 2rem;
	flex: 0 0 auto;
	color: #d89a57;
}

/* Delban single-product reassurance and details skin. */
.kev-delban-product-service-benefits {
	border-color: #efd8e2;
	background: #fffafc;
}

.kev-delban-product-service-benefits__item { color: #ff3a89; }
.kev-delban-product-service-benefits__item + .kev-delban-product-service-benefits__item { border-color: #efd8e2; }
.kev-delban-product-service-benefits__item strong { color: #5b193d; }
.kev-delban-product-service-benefits__item small { color: #75676e; }
.kev-delban-product-benefit-icon { color: #ff3a89; }

.woocommerce div.product .woocommerce-tabs { color: #62555c; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-color: #efd8e2; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible { color: #b92368; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-block-end-color: #ff3a89; }
.woocommerce div.product .woocommerce-tabs .panel { color: #62555c; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: #5b193d; }

.woocommerce div.product .woocommerce-tabs {
	margin: clamp(1.25rem, 3vw, 2rem) 0 0;
	padding-block-start: 0;
	color: #bdb5ad;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	display: flex;
	justify-content: center;
	gap: clamp(1.25rem, 5vw, 4rem);
	margin: 0;
	padding: 0;
	border-block-end: 1px solid #25292b;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	border: 0 !important;
	background: transparent !important;
	color: #d89a57;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	display: block;
	padding: 1rem 0 0.8rem;
	border-block-end: 2px solid transparent;
	color: #aaa29a;
	font-size: 0.82rem;
	font-weight: 600;
	text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible {
	border-block-end-color: #d89a57;
	color: #dfa35f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:focus-visible {
	outline: 2px solid #d89a57;
	outline-offset: 3px;
}

.woocommerce div.product .woocommerce-tabs .panel {
	box-sizing: border-box;
	width: min(62rem, 100%);
	margin: 0 auto;
	padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1rem, 2.5vw, 2rem) clamp(2.5rem, 4vw, 3.5rem);
	border: 0;
	background: transparent;
	color: #aaa29a;
	font-size: 0.875rem;
	line-height: 2;
	text-align: right;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs .panel > :first-child {
	margin-block-start: 0;
}

.woocommerce div.product .woocommerce-tabs .panel > :last-child {
	margin-block-end: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
	margin-block: 0 0 0.75rem;
	color: #eee5dc;
	font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes {
	width: min(52rem, 100%);
	margin: 0 auto !important;
	border: 1px solid #292d2f;
	border-collapse: separate;
	border-spacing: 0;
	border-radius: 0.35rem;
	background: #0c0f10;
	color: #bdb5ad;
	table-layout: auto;
	text-align: right;
	direction: rtl;
	overflow: hidden;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(even) :is(th, td) {
	background: #101314 !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th,
.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes td {
	padding: 0.9rem 1rem !important;
	border: 0 !important;
	border-block-end: 1px solid #25292b !important;
	background: transparent !important;
	color: #b8afa7;
	font-size: 0.8125rem;
	line-height: 1.75;
	text-align: right !important;
	vertical-align: top;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes tr:last-child :is(th, td) {
	border-block-end: 0 !important;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th {
	width: 32%;
	color: #e1d7cd;
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes td p {
	margin: 0;
}

.woocommerce div.product .woocommerce-tabs #reviews {
	text-align: right;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs #review_form_wrapper,
.woocommerce div.product .woocommerce-tabs #review_form,
.woocommerce div.product .woocommerce-tabs #review_form .comment-form {
	width: 100%;
	max-width: 46rem;
	margin-inline: auto;
	text-align: right;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs #review_form :is(textarea, input[type="text"], input[type="email"], input[type="url"]) {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding: 0.8rem 0.9rem;
	border: 1px solid #34393b;
	border-radius: 0.25rem;
	background: #0c0f10;
	color: #eee5dc;
	font: inherit;
	font-size: 0.875rem;
	line-height: 1.7;
	text-align: right;
	direction: rtl;
}

.woocommerce div.product .woocommerce-tabs #review_form textarea {
	min-height: 9rem;
	resize: vertical;
}

.woocommerce div.product .woocommerce-tabs #review_form :is(textarea, input[type="text"], input[type="email"], input[type="url"]):focus-visible {
	border-color: #d89a57;
	outline: 2px solid rgb(216 154 87 / 24%);
	outline-offset: 2px;
}

.woocommerce div.product .woocommerce-tabs #review_form label,
.woocommerce div.product .woocommerce-tabs #review_form .comment-notes {
	color: #aaa29a;
}

.woocommerce div.product .woocommerce-tabs #review_form .stars a {
	color: #d89a57;
}

.woocommerce div.product .woocommerce-tabs #review_form .form-submit {
	margin-block: 1.25rem 0;
}

.woocommerce div.product .woocommerce-tabs #review_form :is(#submit, .submit) {
	min-width: 9rem;
	min-height: 3rem;
	padding: 0.65rem 1.5rem;
	border: 0;
	border-radius: 999px;
	background: #ad5c70;
	box-shadow: none;
	color: #fff;
	font: inherit;
	font-weight: 700;
	line-height: 1.5;
	cursor: pointer;
	transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.woocommerce div.product .woocommerce-tabs #review_form :is(#submit, .submit):hover {
	background: #954b60;
	box-shadow: 0 0.5rem 1.25rem rgb(97 51 65 / 14%);
	transform: translateY(-1px);
}

.woocommerce div.product .woocommerce-tabs #review_form :is(#submit, .submit):focus-visible {
	outline: 3px solid rgb(173 92 112 / 20%);
	outline-offset: 3px;
}

.kev-delban-product-questions__empty {
	padding: 1.25rem;
	border: 1px solid #292d2f;
	border-radius: 0.5rem;
	background: #0e1112;
	text-align: center;
}

.kev-delban-product-questions__empty p {
	margin: 0;
}

@media (max-width: 767px) {
	.kev-delban-product-service-benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 0.75rem;
		margin-block-start: 1rem;
		padding-block: 0.75rem;
	}

	.kev-delban-product-service-benefits__item {
		justify-content: flex-start;
		gap: 0.5rem;
		padding-inline: 0.5rem;
	}

	.kev-delban-product-service-benefits__item strong { font-size: 0.75rem; }
	.kev-delban-product-service-benefits__item small { font-size: 0.625rem; }
	.kev-delban-product-benefit-icon { width: 1.5rem; height: 1.5rem; }

	.kev-delban-product-service-benefits__item:nth-child(3) {
		border-inline-start: 0;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 0;
		width: 100%;
		max-width: 100%;
		overflow: visible;
		direction: rtl;
	}

	.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th,
	.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes td {
		padding: 0.75rem !important;
		font-size: 0.75rem;
	}

	.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th {
		width: 38%;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		display: flex;
		min-width: 0;
		text-align: center;
	}

	.woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		min-height: 3.5rem;
		padding: 0.65rem 0.15rem 0.55rem;
		font-size: clamp(0.65rem, 2.8vw, 0.75rem);
		line-height: 1.45;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	.woocommerce div.product .woocommerce-tabs #tab-reviews,
	.woocommerce div.product .woocommerce-tabs #tab-additional_information {
		box-sizing: border-box;
		width: 100%;
	}

	.woocommerce div.product .woocommerce-tabs #tab-additional_information .woocommerce-product-attributes {
		max-width: 100%;
	}

	.woocommerce div.product .woocommerce-tabs #reviews,
	.woocommerce div.product .woocommerce-tabs #comments,
	.woocommerce div.product .woocommerce-tabs #review_form_wrapper {
		min-width: 0;
		max-width: 100%;
		margin-inline: 0;
	}

	.woocommerce div.product .woocommerce-tabs .panel {
		padding: 1.5rem 1rem 2.5rem;
	}

	.woocommerce div.product .woocommerce-tabs #review_form :is(#submit, .submit) {
		width: 100%;
	}

}

/* Final Delban details cascade. */
.kev-delban-product-service-benefits { border: 1px solid #eadbdc; border-radius: .8rem; background: #fff; }
.kev-delban-product-service-benefits__item { color: #ad5c70; }
.kev-delban-product-service-benefits__item + .kev-delban-product-service-benefits__item { border-color: #eadbdc; }
.kev-delban-product-service-benefits__item strong { color: #41373a; }
.kev-delban-product-service-benefits__item small { color: #7b6f73; }
.kev-delban-product-benefit-icon { color: #ad5c70; }
.woocommerce div.product .woocommerce-tabs { color: #655a5e; }
.woocommerce div.product .woocommerce-tabs ul.tabs { border-color: #eadbdc; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { color: #766a6e; font-size: .9rem; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover { border-color: #ad5c70; color: #ad5c70; }
.woocommerce div.product .woocommerce-tabs .panel { color: #655a5e; font-size: .92rem; }
.woocommerce div.product .woocommerce-tabs .panel h2 { color: #352d30; }
.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes { border-color: #eadbdc; border-radius: .7rem; background: #fff; color: #655a5e; }
.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes tr:nth-child(even) :is(th,td) { background: #fff8f8 !important; }
.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes :is(th,td) { border-color: #eadbdc !important; color: #655a5e; font-size: .875rem; }
.woocommerce div.product .woocommerce-tabs .woocommerce-product-attributes th { color: #3f3639; }
.woocommerce div.product .woocommerce-tabs #review_form :is(textarea,input[type="text"],input[type="email"],input[type="url"]) { border-color: #dfd2d5; border-radius: .55rem; background: #fff; color: #352d30; }
@media (max-width:767px) { .woocommerce div.product .woocommerce-tabs ul.tabs { grid-template-columns: repeat(3,minmax(0,1fr)); } .woocommerce div.product .woocommerce-tabs ul.tabs li a { font-size: .73rem; } }
