.kev-delban-product-information {
	position: relative;
	display: grid;
	gap: 0.5rem;
	padding-block: 0.125rem;
}

/* Delban product information skin. */
.kev-delban-product-information__title,
.kev-delban-product-information__section-title { color: #5b193d; }
.kev-delban-product-information__summary,
.kev-delban-product-information__meta,
.kev-delban-product-information__description { color: #62555c; }
.kev-delban-product-information a,
.kev-delban-product-taste-profile__value { color: #b92368; }
.kev-delban-product-taste-profile__step { background: #ead7df; }
.kev-delban-product-taste-profile__step.is-active { background: #ff3a89; }

.kev-delban-product-information > .kev-delban-product-badge {
	inset-block-start: 0.125rem;
	inset-inline: auto 0;
	max-width: 8.5rem;
	align-items: stretch;
}

.kev-delban-product-information > .kev-delban-product-badge .kev-delban-product-badge__row {
	padding: 0.25rem 0.5rem;
	border-radius: 0.125rem;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.kev-delban-product-information:has(> .kev-delban-product-badge) .kev-delban-product-information__title {
	padding-inline-end: 9.25rem;
}

.kev-delban-product-information__title,
.kev-delban-product-information__price,
.kev-delban-product-information__subtitle p,
.kev-delban-product-information__rating {
	margin: 0;
}

.kev-delban-product-information__title {
	color: #f6f0e9;
	font-size: clamp(1.75rem, 2.5vw, 2.25rem);
	font-weight: 700;
	line-height: 1.25;
}

.kev-delban-product-information__selected-variation {
	margin: -0.1rem 0 0;
	color: #f6f0e9;
	font-size: clamp(0.9375rem, 1.25vw, 1.0625rem);
	font-weight: 500;
	line-height: 1.55;
}

.kev-delban-product-information__selected-variation[hidden] {
	display: none;
}

.kev-delban-product-information__subtitle {
	max-width: 32rem;
	color: #aaa29a;
	font-size: 0.8125rem;
	line-height: 1.75;
}

.kev-delban-product-information__subtitle.is-collapsed {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kev-delban-product-information__subtitle-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-block-start: 0.25rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #c99158;
	font: inherit;
	font-size: 0.75rem;
	line-height: 1.5;
	cursor: pointer;
}

.kev-delban-product-information__subtitle-toggle[hidden] {
	display: none;
}

.kev-delban-product-information__subtitle-toggle-icon {
	width: 0.4rem;
	height: 0.4rem;
	border-inline-end: 1px solid currentcolor;
	border-block-end: 1px solid currentcolor;
	transform: translateY(-0.1rem) rotate(45deg);
	transition: transform 160ms ease;
}

.kev-delban-product-information__subtitle-shell.is-expanded .kev-delban-product-information__subtitle-toggle-icon {
	transform: translateY(0.1rem) rotate(225deg);
}

.kev-delban-product-information__subtitle-toggle:focus-visible {
	outline: 2px solid #c99158;
	outline-offset: 0.25rem;
}

.kev-delban-product-information__rating {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	color: #d89a57;
}

.kev-delban-product-information__rating .star-rating {
	float: none;
	margin: 0;
}

.kev-delban-product-information__rating-empty {
	margin: 0;
	color: #8f8881;
	font-size: 0.78rem;
}

.kev-delban-product-information__review-count {
	color: #aaa29a;
	font-size: 0.78rem;
	text-decoration: none;
}

.kev-delban-product-information__price {
	color: #e0a15d !important;
	font-size: clamp(1.375rem, 2vw, 1.6rem) !important;
	font-weight: 700;
	line-height: 1.45;
}

.kev-delban-product-information__price del {
	margin-inline-end: 0.5rem;
	color: #77716c;
	font-size: 0.72em;
	font-weight: 500;
}

.kev-delban-product-information__price ins {
	color: inherit;
	text-decoration: none;
}

.kev-delban-product-information__section-title {
	margin: 0;
	color: #f0e8df;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

.kev-delban-product-taste-profile {
	display: grid;
	gap: 0.625rem;
	width: 100%;
	max-width: 32rem;
	margin-block-start: 0.25rem;
	padding-block-start: 0.125rem;
}

.kev-delban-product-taste-profile__rows {
	display: grid;
	gap: 0.5rem;
}

.kev-delban-product-taste-profile__row {
	display: grid;
	grid-template-columns: 4.25rem 0.875rem minmax(8rem, 1fr);
	grid-template-areas: "label bean scale";
	align-items: center;
	gap: 0.625rem;
	direction: ltr;
}

.kev-delban-product-taste-profile__label {
	grid-area: label;
	color: #d7cec5;
	font-size: 0.8125rem;
	font-weight: 600;
	direction: rtl;
	text-align: left;
}

.kev-delban-product-taste-profile__bean {
	grid-area: bean;
	display: block;
	width: 0.625rem;
	height: 0.8rem;
	border: 1px solid #c99158;
	border-radius: 55% 45% 55% 45%;
	transform: rotate(32deg);
}

.kev-delban-product-taste-profile__bean::after {
	display: block;
	width: 1px;
	height: 0.55rem;
	margin: 0.08rem auto 0;
	background: #c99158;
	transform: rotate(12deg);
	content: "";
}

.kev-delban-product-taste-profile__value {
	grid-area: scale;
	color: #bdb4ac;
	font-size: 0.8125rem;
	direction: rtl;
	text-align: right;
}

.kev-delban-product-taste-profile__scale {
	position: relative;
	grid-area: scale;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.4rem;
	direction: rtl;
}

.kev-delban-product-taste-profile__scale::before {
	position: absolute;
	z-index: 0;
	inset: 50% 0 auto;
	height: 1px;
	background: #343638;
	content: "";
}

.kev-delban-product-taste-profile__step {
	position: relative;
	z-index: 1;
	width: 0.55rem;
	height: 0.55rem;
	border: 1px solid #4b4d4e;
	border-radius: 50%;
	background: #151718;
	box-shadow: 0 0 0 0.2rem #07090a;
}

.kev-delban-product-taste-profile__step.is-active {
	border-color: #dba260;
	background: #dba260;
}

@media (max-width: 767px) {
	.kev-delban-product-information {
		gap: 0;
		padding: 0;
	}

	.kev-delban-product-information__title {
		font-size: 1.375rem;
		line-height: 1.3;
	}

	.kev-delban-product-information > .kev-delban-product-badge {
		position: static;
		justify-self: end;
		margin-block-end: 0.5rem;
	}

	.kev-delban-product-information:has(> .kev-delban-product-badge) .kev-delban-product-information__title {
		padding-inline-end: 0;
	}

	.kev-delban-product-information__selected-variation {
		margin-block-start: 0.1rem;
		font-size: 0.875rem;
	}

	.kev-delban-product-information__subtitle {
		order: 1;
		margin-block-start: 0.35rem;
		color: #bdb4ac;
		font-size: 0.72rem;
		line-height: 1.6;
	}

	.kev-delban-product-information__rating {
		order: 2;
		display: flex !important;
		min-height: 1.5rem;
		margin-block-start: 0.4rem;
		gap: 0.5rem;
		visibility: visible;
	}

	.kev-delban-product-information__rating .star-rating {
		width: 5.4em;
		color: #d89a57;
		font-size: 0.875rem;
		line-height: 1;
	}

	.kev-delban-product-information__review-count,
	.kev-delban-product-information__rating-empty {
		color: #aaa29a;
		font-size: 0.75rem;
	}

	.kev-delban-product-information__price {
		order: 3;
		max-width: 100%;
		margin-block-start: 0.5rem;
		font-size: clamp(1rem, 4.8vw, 1.2rem) !important;
		line-height: 1.55;
		white-space: nowrap;
	}

	.kev-delban-product-information__price del {
		margin-inline-end: 0.35rem;
		font-size: 0.75em;
	}

	.kev-delban-product-taste-profile {
		order: 4;
		gap: 0.625rem;
		margin-block-start: 0.625rem;
		padding-block-start: 0.625rem;
		border-block-start: 1px solid #292d2f;
	}

	.kev-delban-product-taste-profile__row {
		grid-template-columns: minmax(4rem, auto) 0.75rem minmax(0, 1fr);
		gap: 0.5rem;
	}

	.kev-delban-product-taste-profile__rows {
		gap: 0.4rem;
	}
}

/* Final Delban light summary cascade. */
.kev-delban-product-information { gap: .7rem; padding-top: .35rem; color: #5f5458; }
.kev-delban-product-information__title { color: #2d2528; font-size: clamp(1.9rem,2.65vw,2.65rem); font-weight: 700; }
.kev-delban-product-information__selected-variation { color: #6b5e63; }
.kev-delban-product-information__subtitle { color: #72676a; font-size: .9rem; line-height: 2; }
.kev-delban-product-information__subtitle-toggle { color: #ad5c70; }
.kev-delban-product-information__rating { color: #f2a000; }
.kev-delban-product-information__review-count,.kev-delban-product-information__rating-empty { color: #7f7377; }
.kev-delban-product-information__price { color: #2d2528 !important; font-size: clamp(1.55rem,2vw,1.85rem) !important; }
.kev-delban-product-information__section-title { color: #3d3437; }
.kev-delban-product-information > .kev-delban-product-badge { position: static; justify-self: start; max-width: none; }
.kev-delban-product-information:has(> .kev-delban-product-badge) .kev-delban-product-information__title { padding-inline-end: 0; }

@media (min-width: 768px) {
	.single-product .summary .kev-delban-product-information {
		display: flex;
		min-height: 0;
		flex: 1 1 auto;
		flex-direction: column;
		overflow: hidden;
	}

	.single-product .summary .kev-delban-product-information__price {
		order: 20;
		margin-top: auto;
		padding-top: 0.75rem;
	}
}
.kev-delban-product-taste-profile__label,.kev-delban-product-taste-profile__value { color: #665a5e; }
.kev-delban-product-taste-profile__scale::before { background: #eadbdc; }
.kev-delban-product-taste-profile__step { border-color: #d7c2c8; background: #fff; box-shadow: 0 0 0 .2rem #fffdfc; }
.kev-delban-product-taste-profile__step.is-active { border-color: #ad5c70; background: #ad5c70; }
@media (max-width:767px) { .kev-delban-product-information__title { font-size: 1.55rem; } .kev-delban-product-information__subtitle { color: #72676a; font-size: .8rem; } .kev-delban-product-taste-profile { border-color: #eadbdc; } }
