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

.kev-coffee-product-information__badges {
	display: flex;
	width: 100%;
	max-width: 100%;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.375rem;
	margin-block: 0.125rem 0.25rem;
}

.kev-coffee-product-information__badges > .kev-coffee-product-badge[data-position] {
	position: static;
	inset: auto;
	display: flex;
	width: auto;
	max-width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.375rem;
}

.kev-coffee-product-information__badges > .kev-coffee-product-badge .kev-coffee-product-badge__row {
	text-align: right;
}

.kev-coffee-product-information__sale {
	display: inline-flex;
	max-width: 100%;
	align-items: center;
	padding: 0.375rem 0.75rem;
	border: 1px solid rgb(255 255 255 / 20%);
	border-radius: 999px;
	background: var(--kev-color-sale, #c92f36);
	box-shadow: 0 0.35rem 0.9rem rgb(82 8 17 / 30%);
	color: #fff;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.5;
}

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

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

.kev-coffee-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-coffee-product-information__selected-variation[hidden] {
	display: none;
}

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

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

.kev-coffee-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-coffee-product-information__subtitle-toggle[hidden] {
	display: none;
}

.kev-coffee-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-coffee-product-information__subtitle-shell.is-expanded .kev-coffee-product-information__subtitle-toggle-icon {
	transform: translateY(0.1rem) rotate(225deg);
}

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

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

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

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

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

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

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

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

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

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

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

.kev-coffee-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-coffee-product-taste-profile__label {
	grid-area: label;
	color: #d7cec5;
	font-size: 0.8125rem;
	font-weight: 600;
	direction: rtl;
	text-align: left;
}

.kev-coffee-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-coffee-product-taste-profile__bean::after {
	display: block;
	width: 1px;
	height: 0.55rem;
	margin: 0.08rem auto 0;
	background: #c99158;
	transform: rotate(12deg);
	content: "";
}

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

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

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

.kev-coffee-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-coffee-product-taste-profile__step.is-active {
	border-color: #dba260;
	background: #dba260;
}

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

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

	.kev-coffee-product-information__badges {
		margin-block: 0.4rem 0.5rem;
	}

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

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

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

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

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

	.kev-coffee-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-coffee-product-information__price del {
		margin-inline-end: 0.35rem;
		font-size: 0.75em;
	}

	.kev-coffee-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-coffee-product-taste-profile__row {
		grid-template-columns: minmax(4rem, auto) 0.75rem minmax(0, 1fr);
		gap: 0.5rem;
	}

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