/* Hallmark · macrostructure: Split Gallery · tone: austere commerce · anchor hue: monochrome */
/* WooCommerce for Kel Otero ------------------------------------------------ */

.ko-product,
.ko-shop {
	padding-block: calc(var(--ko-header-h) + 32px) 112px;
}

.ko-product__back {
	display: inline-flex;
	margin-bottom: 32px;
	font-family: var(--ko-font-display);
	font-weight: 700;
	text-transform: uppercase;
	text-underline-offset: 6px;
}

.ko-product__layout {
	display: grid;
	gap: clamp(32px, 6vw, 96px);
}

@media (min-width: 1024px) {
	.ko-product__layout {
		grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.72fr);
		align-items: start;
	}

	.ko-product__summary {
		position: sticky;
		top: calc(var(--ko-header-h-fixed) + 28px);
	}
}

.ko-product__gallery {
	display: grid;
	gap: 16px;
}

.ko-product__figure,
.ko-product__empty,
.ko-shop-card__media {
	margin: 0;
	background: color-mix(in srgb, var(--ko-ink) 6%, var(--ko-paper));
}

.ko-product__figure img,
.ko-shop-card__media img {
	width: 100%;
	height: auto;
}

.ko-product__cat,
.ko-shop__label,
.ko-shop-card__body p,
.ko-product__meta,
.ko-product__notes {
	color: var(--ko-muted);
	font-size: 13px;
	font-style: italic;
}

.ko-product__cat {
	display: inline-block;
	margin-bottom: 12px;
}

.ko-product__title,
.ko-shop__head h1 {
	margin: 0 0 18px;
	font-size: clamp(48px, 7vw, 108px);
	line-height: 0.92;
	overflow-wrap: anywhere;
}

.ko-product__price {
	margin-bottom: 20px;
	font-family: var(--ko-font-display);
	font-size: 28px;
	font-weight: 700;
}

.ko-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 24px;
}

.ko-product__excerpt {
	max-width: 56ch;
	margin-bottom: 28px;
	font-size: 17px;
	line-height: 1.7;
}

.ko-product__cart form.cart {
	display: grid;
	gap: 18px;
}

.ko-product__cart .quantity input {
	width: 88px;
	padding: 13px 12px;
	border: 1px solid color-mix(in srgb, var(--ko-ink) 18%, transparent);
}

.ko-product__cart .single_add_to_cart_button,
.ko-shop__filters a,
.ko-wc-payment {
	transition: background-color 0.2s var(--ko-ease-out), color 0.2s var(--ko-ease-out), border-color 0.2s var(--ko-ease-out), transform 0.2s var(--ko-ease-out);
}

.ko-product__cart .single_add_to_cart_button {
	min-height: 56px;
	padding: 16px 24px;
	border: 1px solid var(--ko-ink);
	background: var(--ko-ink);
	color: var(--ko-paper);
	font-family: var(--ko-font-display);
	font-weight: 700;
	text-transform: uppercase;
}

.ko-product__cart .single_add_to_cart_button:hover,
.ko-product__cart .single_add_to_cart_button:focus-visible {
	transform: translateY(-1px);
	background: var(--ko-paper);
	color: var(--ko-ink);
}

.ko-wc-booking-fields,
.ko-wc-payments,
.ko-product__notes,
.ko-product__details {
	border-top: 1px solid color-mix(in srgb, var(--ko-ink) 14%, transparent);
}

.ko-wc-booking-fields,
.ko-wc-payments {
	display: grid;
	gap: 14px;
	padding-top: 22px;
}

.ko-wc-booking-fields h3,
.ko-wc-payments__label {
	margin: 0;
	font-family: var(--ko-font-display);
	font-weight: 700;
	text-transform: uppercase;
}

.ko-wc-booking-fields label {
	display: grid;
	gap: 6px;
}

.ko-wc-booking-fields input[type="text"],
.ko-wc-booking-fields textarea,
.ko-wc-booking-fields select {
	width: 100%;
	padding: 13px 14px;
	border: 1px solid color-mix(in srgb, var(--ko-ink) 18%, transparent);
	background: var(--ko-paper);
	color: var(--ko-ink);
	font: inherit;
}

.ko-wc-check {
	grid-template-columns: auto 1fr;
	align-items: start;
}

.ko-wc-payment {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 12px;
	align-items: center;
	padding: 16px;
	border: 1px solid color-mix(in srgb, var(--ko-ink) 16%, transparent);
	cursor: pointer;
}

.ko-wc-payment:has(input:checked) {
	border-color: var(--ko-ink);
	background: color-mix(in srgb, var(--ko-ink) 5%, var(--ko-paper));
}

.ko-wc-payment small {
	display: block;
	color: var(--ko-muted);
}

.ko-product__notes {
	display: grid;
	gap: 8px;
	margin: 28px 0 0;
	padding: 22px 0 0;
	list-style: none;
}

.ko-product__details {
	display: grid;
	gap: 32px;
	margin-top: 72px;
	padding-top: 48px;
}

@media (min-width: 800px) {
	.ko-product__details {
		grid-template-columns: 1.2fr 0.8fr;
	}
}

.ko-product__detail-block h2 {
	font-size: clamp(28px, 3vw, 48px);
}

.ko-shop {
	padding-inline: var(--ko-container-pad);
}

.ko-shop__shell {
	display: grid;
	gap: clamp(28px, 4vw, 56px);
	width: min(100%, 1760px);
	margin-inline: auto;
}

@media (min-width: 1040px) {
	.ko-shop__shell {
		grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
	}

	.ko-shop__sidebar {
		position: sticky;
		top: calc(var(--ko-header-h-fixed) + 28px);
		align-self: start;
	}
}

.ko-shop__intro,
.ko-shop__filters,
.ko-shop__panel,
.ko-shop__bar {
	border-bottom: 1px solid color-mix(in srgb, var(--ko-ink) 14%, transparent);
}

.ko-shop__intro {
	padding-bottom: 28px;
}

.ko-shop__intro h1 {
	max-width: 6ch;
	margin: 8px 0 18px;
	font-size: clamp(54px, 8vw, 118px);
	line-height: 0.88;
	overflow-wrap: anywhere;
}

.ko-shop__intro p:not(.ko-shop__label),
.ko-shop__panel,
.ko-shop__bar,
.ko-shop-card__excerpt,
.ko-shop-card__footer small {
	color: var(--ko-muted);
	font-size: 14px;
	line-height: 1.6;
}

.ko-shop__filters,
.ko-shop__panel {
	display: grid;
	gap: 16px;
	padding-block: 28px;
}

.ko-shop__filters h2,
.ko-shop__panel h2 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
}

.ko-shop__filters a {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	color: var(--ko-muted);
	font-family: var(--ko-font-display);
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s var(--ko-ease-out);
}

.ko-shop__filters em {
	color: color-mix(in srgb, var(--ko-ink) 42%, transparent);
	font-style: normal;
}

.ko-shop__filters a:hover,
.ko-shop__filters a:focus-visible,
.ko-shop__filters a.is-active,
.ko-shop__filters a.is-active em {
	color: var(--ko-ink);
}

.ko-shop__panel ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ko-shop__panel li {
	position: relative;
	padding-left: 18px;
}

.ko-shop__panel li::before {
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 7px;
	height: 1px;
	background: currentColor;
	content: "";
}

.ko-shop__bar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 24px;
	padding-bottom: 22px;
}

.ko-shop__bar p {
	margin: 0;
}

.ko-shop__bar strong {
	color: var(--ko-ink);
}

.ko-shop__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 1px;
	margin-top: 1px;
	background: color-mix(in srgb, var(--ko-ink) 16%, transparent);
}

.ko-shop-card {
	display: flex;
	min-height: 620px;
	flex-direction: column;
	background: var(--ko-paper);
}

.ko-shop-card__media {
	position: relative;
	display: flex;
	min-height: 320px;
	aspect-ratio: 1 / 1.1;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: clamp(18px, 4vw, 42px);
}

.ko-shop-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.48s var(--ko-ease), filter 0.48s var(--ko-ease);
}

.ko-shop-card:hover .ko-shop-card__media img,
.ko-shop-card:focus-within .ko-shop-card__media img {
	transform: scale(0.975);
	filter: contrast(1.05);
}

.ko-shop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px 22px 24px;
}

.ko-shop-card__eyebrow,
.ko-shop-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ko-shop-card__eyebrow {
	justify-content: space-between;
	margin-bottom: 12px;
	color: var(--ko-muted);
	font-size: 13px;
	font-style: italic;
}

.ko-shop-card__eyebrow em {
	font-style: normal;
}

.ko-shop-card__body h2 {
	margin: 0;
	font-size: clamp(24px, 3vw, 34px);
	line-height: 0.98;
}

.ko-shop-card__body a {
	text-decoration: none;
}

.ko-shop-card__excerpt {
	margin: 14px 0 0;
}

.ko-shop-card__footer {
	display: grid;
	gap: 18px;
	margin-top: auto;
	padding-top: 24px;
}

.ko-shop-card__footer strong {
	display: block;
	font-family: var(--ko-font-display);
	font-size: 28px;
	line-height: 1;
}

.ko-shop-card__chips span {
	border: 1px solid color-mix(in srgb, var(--ko-ink) 15%, transparent);
	padding: 6px 9px;
	color: var(--ko-muted);
	font-family: var(--ko-font-display);
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.ko-shop-card__actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-top: 1px solid color-mix(in srgb, var(--ko-ink) 32%, transparent);
}

.ko-shop-card__actions a {
	display: inline-flex;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	padding: 14px;
	color: var(--ko-ink);
	font-family: var(--ko-font-display);
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.2s var(--ko-ease-out), color 0.2s var(--ko-ease-out);
}

.ko-shop-card__actions a:first-child {
	border-right: 1px solid color-mix(in srgb, var(--ko-ink) 32%, transparent);
}

.ko-shop-card__actions a:hover,
.ko-shop-card__actions a:focus-visible {
	background: var(--ko-ink);
	color: var(--ko-paper);
}

.ko-shop__empty {
	margin-top: 32px;
}

@media (prefers-reduced-motion: reduce) {
	.ko-shop-card__media img,
	.ko-product__cart .single_add_to_cart_button,
	.ko-shop__filters a,
	.ko-wc-payment {
		transition-duration: 0.01ms !important;
	}
}
