:root {
	--kol-product-short-green: #82d23f;
	--kol-product-short-header-offset: calc(60px + var(--wp-admin--admin-bar--height, 0px));
	--kol-product-short-bottom-offset: var(--bmm-left-sidebar-bottom, calc(var(--bbm-height, 50px) + 2px));
}

html:has(body.kol-apes-product-short-page),
body.kol-apes-product-short-page {
	overscroll-behavior: none;
}

body.kol-apes-product-short-page {
	--kol-apes-product-safe-width: 100vw;
	background: #050505;
}

html.light-mode body.kol-apes-product-short-page,
html.light-mode body.kol-apes-product-short-page .kol-product-shorts-shell {
	background: #f4f7fb;
}

html.dark-mode body.kol-apes-product-short-page,
html.dark-mode body.kol-apes-product-short-page .kol-product-shorts-shell {
	background: #050505;
}

body.kol-apes-product-short-page #primary,
body.kol-apes-product-short-page #primary.content-area,
body.kol-apes-product-short-page #main,
body.kol-apes-product-short-page .site-main,
body.kol-apes-product-short-page .woocommerce,
body.kol-apes-product-short-page .woocommerce > div.product {
	box-sizing: border-box;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.kol-apes-product-short-page #secondary,
body.kol-apes-product-short-page .woocommerce-breadcrumb,
body.kol-apes-product-short-page .woocommerce-notices-wrapper:empty,
html body.kol-apes-product-short-page #bmp-now-playing,
body.kol-apes-product-short-page .bmp-global-player,
body.kol-apes-product-short-page .bmp-player-container {
	display: none !important;
	visibility: hidden !important;
}

.kol-product-shorts-shell,
.kol-product-shorts-shell * {
	box-sizing: border-box;
}

.kol-product-shorts-shell {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: min(calc(100svh - var(--kol-product-short-header-offset) - var(--kol-product-short-bottom-offset)), 900px);
	min-height: 420px;
	margin: 0;
	padding-right: 96px;
	overflow: hidden;
	background: #050505;
	color: #fff;
	font-family: inherit;
}

.kol-product-short-stage {
	position: relative;
	width: auto;
	height: min(calc(100svh - var(--kol-product-short-header-offset) - var(--kol-product-short-bottom-offset)), 900px);
	aspect-ratio: 9 / 16;
	margin-right: 76px;
	background: #000;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
	transition: transform 220ms ease, opacity 180ms ease;
}

.kol-product-short-card {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	min-height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #090909 !important;
	box-shadow: none !important;
	color: #fff !important;
	touch-action: pan-y;
	isolation: isolate;
}

.kol-product-short__backdrop,
.kol-product-short__art-wrap,
.kol-product-short__shade {
	position: absolute;
	inset: 0;
}

.kol-product-short__backdrop {
	z-index: 0;
	overflow: hidden;
	background:
		linear-gradient(145deg, #233044, #080b10 65%);
}

.kol-product-short__backdrop::before {
	position: absolute;
	inset: -9%;
	background-image: var(--kol-product-short-cover);
	background-position: center;
	background-size: cover;
	content: "";
	filter: blur(30px) saturate(1.2);
	opacity: 0.76;
	transform: scale(1.12);
}

.kol-product-short__backdrop::after {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.28);
	content: "";
}

.kol-product-short__backdrop.is-empty::before {
	display: none;
}

.kol-product-short__art-wrap {
	z-index: 1;
	display: grid;
	place-items: center;
	overflow: hidden;
	cursor: grab;
	user-select: none;
	-webkit-user-select: none;
	touch-action: none;
}

.kol-product-short-card.is-dragging .kol-product-short__art-wrap {
	cursor: grabbing;
}

.kol-product-short__art {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	object-fit: contain;
	object-position: center;
	box-shadow: none !important;
	pointer-events: none;
	-webkit-user-drag: none;
	transition: opacity 180ms ease, transform 220ms ease;
}

.kol-product-short__art-fallback {
	display: grid;
	place-items: center;
	width: min(54%, 270px);
	aspect-ratio: 1;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(130, 210, 63, 0.2), rgba(30, 42, 58, 0.78));
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.82);
}

.kol-product-short__art-fallback svg {
	width: 42%;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.kol-product-short__shade {
	z-index: 2;
	background:
		linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent 24%, transparent 50%, rgba(0, 0, 0, 0.45) 72%, rgba(0, 0, 0, 0.94) 100%),
		linear-gradient(to right, rgba(0, 0, 0, 0.18), transparent 42%);
	pointer-events: none;
}

.kol-product-short__volume-control {
	--kol-product-short-volume: 100%;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 10;
	display: flex;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 5px;
	align-items: center;
	gap: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	background: rgba(10, 12, 15, 0.82);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transform: scale(0.96);
	transform-origin: top left;
	-webkit-backdrop-filter: blur(7px);
	backdrop-filter: blur(7px);
	transition: width 180ms ease, padding 180ms ease, gap 180ms ease, opacity 160ms ease, transform 160ms ease, background-color 160ms ease;
}

.kol-product-short__volume-toggle {
	display: grid !important;
	width: 38px !important;
	height: 38px !important;
	min-width: 38px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 50% !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
}

.kol-product-short__volume-toggle svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.kol-product-short__volume-toggle .is-volume-muted {
	display: none;
}

.kol-product-short-card.is-muted .kol-product-short__volume-toggle .is-volume-on {
	display: none;
}

.kol-product-short-card.is-muted .kol-product-short__volume-toggle .is-volume-muted {
	display: block;
}

.kol-product-short__volume-slider {
	display: flex;
	width: 0;
	min-width: 0;
	flex: 0 0 0;
	align-items: center;
	margin: 0;
	padding: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: width 180ms ease, flex-basis 180ms ease, opacity 120ms ease, visibility 0s linear 180ms;
}

.kol-product-short__volume-slider input {
	display: block;
	width: calc(100% - 9px);
	height: 28px;
	margin: 0 1px 0 8px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.kol-product-short__volume-slider input::-webkit-slider-runnable-track {
	height: 4px;
	border-radius: 999px;
	background: linear-gradient(to right, #fff var(--kol-product-short-volume), rgba(255, 255, 255, 0.3) var(--kol-product-short-volume));
}

.kol-product-short__volume-slider input::-moz-range-track {
	height: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.3);
}

.kol-product-short__volume-slider input::-moz-range-progress {
	height: 4px;
	border-radius: 999px;
	background: #fff;
}

.kol-product-short__volume-slider input::-webkit-slider-thumb {
	width: 20px;
	height: 20px;
	margin-top: -8px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
	-webkit-appearance: none;
	appearance: none;
}

.kol-product-short__volume-slider input::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}

.kol-product-short-card.is-muted .kol-product-short__volume-control,
.kol-product-short-card.is-controls-visible .kol-product-short__volume-control,
.kol-product-short-card:has(.kol-product-short__volume-control :focus-visible) .kol-product-short__volume-control {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.kol-product-short-card:not(.is-muted):has(.kol-product-short__volume-control :focus-visible) .kol-product-short__volume-control {
	width: 200px;
	padding-right: 10px;
	gap: 6px;
}

.kol-product-short-card:not(.is-muted):has(.kol-product-short__volume-control :focus-visible) .kol-product-short__volume-slider {
	width: auto;
	flex: 1 1 auto;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition-delay: 0s;
}

.kol-product-short__volume-toggle:hover,
.kol-product-short__volume-toggle:focus-visible {
	background: rgba(255, 255, 255, 0.12) !important;
}

@media (hover: hover) and (pointer: fine) {
	.kol-product-short-stage:hover .kol-product-short__volume-control {
		opacity: 1;
		pointer-events: auto;
		transform: none;
	}

	.kol-product-short-card:not(.is-muted) .kol-product-short__volume-control:hover {
		width: 200px;
		padding-right: 10px;
		gap: 6px;
	}

	.kol-product-short-card:not(.is-muted) .kol-product-short__volume-control:hover .kol-product-short__volume-slider {
		width: auto;
		flex: 1 1 auto;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s;
	}
}

@media (hover: none), (pointer: coarse) {
	.kol-product-short-card.is-controls-visible:not(.is-muted) .kol-product-short__volume-control {
		width: 200px;
		padding-right: 10px;
		gap: 6px;
	}

	.kol-product-short-card.is-controls-visible:not(.is-muted) .kol-product-short__volume-slider {
		width: auto;
		flex: 1 1 auto;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transition-delay: 0s;
	}
}

.kol-product-short__info {
	position: absolute;
	right: 76px;
	bottom: 86px;
	left: 18px;
	z-index: 5;
	margin: 0;
	padding: 0;
	color: #fff;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.76);
}

.kol-product-short__artist {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	margin: 0 0 8px;
	color: #fff !important;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none !important;
}

.kol-product-short__artist img[data-product-short-artist-avatar] {
	width: 34px !important;
	height: 34px !important;
	flex: 0 0 34px;
	margin: 0 !important;
	border: 2px solid rgba(255, 255, 255, 0.86);
	border-radius: 50% !important;
	object-fit: cover;
}

.kol-product-short__title {
	display: -webkit-box;
	max-width: 100%;
	margin: 0 0 6px !important;
	overflow: hidden;
	color: #fff !important;
	font-size: clamp(21px, 4.2vw, 29px) !important;
	font-weight: 850 !important;
	line-height: 1.08 !important;
	letter-spacing: -0.025em;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.78);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kol-product-short__description {
	display: -webkit-box;
	max-width: 40ch;
	margin: 0 0 7px !important;
	overflow: hidden;
	color: rgba(255, 255, 255, 0.93) !important;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.34;
	text-shadow: 0 1px 9px rgba(0, 0, 0, 0.9);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.kol-product-short__description[hidden] {
	display: none !important;
}

.kol-product-short__plays {
	display: flex;
	align-items: center;
	gap: 4px;
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	font-weight: 650;
}

.kol-product-short__plays svg {
	width: 13px;
	height: 13px;
	fill: currentColor;
	stroke: none;
}

.kol-product-short__rail {
	position: absolute;
	top: 50%;
	right: -70px;
	z-index: 12;
	display: flex;
	width: 56px;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	color: #fff;
	transform: translateY(-50%);
}

.kol-product-short__engagement,
body.kol-apes-product-short-page .kol-product-short__engagement .kol-apes-product-card-rail {
	position: static !important;
	display: flex !important;
	width: 52px !important;
	height: auto !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	transform: none !important;
}

.kol-product-short__rail .kol-pec-icon,
.kol-product-short__rail .kol-product-short__rail-action {
	display: flex !important;
	width: 48px !important;
	min-width: 48px !important;
	height: auto !important;
	min-height: 50px !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 4px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	text-align: center !important;
	text-decoration: none !important;
	cursor: pointer;
}

html body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon-symbol {
	display: grid !important;
	width: 46px !important;
	height: 46px !important;
	min-width: 46px !important;
	min-height: 46px !important;
	margin: 0 !important;
	padding: 0 !important;
	place-items: center;
	border: 0 !important;
	border-radius: 999px !important;
	background: rgba(20, 20, 20, 0.64) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24) !important;
	color: #fff !important;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	transition: transform 180ms ease, background-color 180ms ease;
}

.kol-product-short__rail .kol-pec-icon:hover .kol-pec-icon-symbol,
.kol-product-short__rail .kol-pec-icon:focus-visible .kol-pec-icon-symbol {
	background: rgba(20, 20, 20, 0.78) !important;
	transform: scale(1.06);
}

.kol-product-short__rail .kol-pec-icon-symbol svg,
.kol-product-short__rail .kol-pec-svg-icon {
	display: block !important;
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	color: currentColor !important;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.kol-product-short__rail .kol-pec-count {
	display: block !important;
	min-width: 0 !important;
	max-width: 60px;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	color: inherit !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	line-height: 1.1 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

html body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-plays,
.kol-product-short__rail .kol-pec-comment-avatars,
body.kol-apes-product-short-page .kol-product-short__rail .bmp-share-lite-rail-share,
.kol-product-short__rail .bmm-loop-cart-button {
	display: none !important;
}

.kol-product-short__rail .kol-pec-likes.liked .kol-pec-icon-symbol,
.kol-product-short__rail [data-kol-global-reaction-current]:not([data-kol-global-reaction-current=""]) .kol-pec-icon-symbol {
	background: rgba(67, 112, 34, 0.82) !important;
}

html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon,
html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-product-short__rail-action,
html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-count {
	color: #111827 !important;
	text-shadow: none !important;
}

html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon-symbol {
	background: rgba(255, 255, 255, 0.94) !important;
	box-shadow: 0 10px 26px rgba(15, 23, 42, 0.18) !important;
	color: #111827 !important;
}

html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon:hover .kol-pec-icon-symbol,
html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon:focus-visible .kol-pec-icon-symbol {
	background: #fff !important;
}

html.dark-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon,
html.dark-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-product-short__rail-action,
html.dark-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-count {
	color: #fff !important;
	text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55) !important;
}

html.dark-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon-symbol {
	background: rgba(20, 20, 20, 0.64) !important;
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24) !important;
	color: #fff !important;
}

.kol-product-short__rail button:disabled {
	opacity: 0.42;
	cursor: not-allowed;
}

.kol-product-short__controls {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	min-height: 60px;
	padding: 7px 12px 8px;
	border-radius: 0;
	background: linear-gradient(to top, rgba(5, 7, 9, 0.94), rgba(5, 7, 9, 0.76));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(10px);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	transition: opacity 160ms ease, transform 160ms ease, visibility 0s linear 160ms;
}

.kol-product-short-card:has(.kol-product-short__controls :focus-visible) .kol-product-short__controls,
.kol-product-short-card.is-controls-visible .kol-product-short__controls {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: none;
	transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
	.kol-product-short-stage:hover .kol-product-short__controls {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		transition-delay: 0s;
	}
}

.kol-product-short__transport {
	display: flex;
	align-items: center;
	gap: 3px;
}

.kol-product-short__control-button {
	display: grid;
	width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.kol-product-short__control-button:hover,
.kol-product-short__control-button:focus-visible {
	background: rgba(255, 255, 255, 0.13);
}

.kol-product-short__control-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.kol-product-short__play {
	background: rgba(255, 255, 255, 0.16);
}

.kol-product-short__play svg.is-pause {
	display: none;
}

.kol-product-short-card.is-playing .kol-product-short__play svg.is-play {
	display: none;
}

.kol-product-short-card.is-playing .kol-product-short__play svg.is-pause {
	display: block;
}

.kol-product-short__time,
.kol-product-short__time-divider {
	font-size: 11px;
	font-variant-numeric: tabular-nums;
}

.kol-product-short__time-divider {
	margin: 0 -1px;
	opacity: 0.62;
}

.kol-product-short__progress {
	display: block;
	width: 100%;
	margin: 0;
}

.kol-product-short__progress input {
	--kol-product-short-progress: 0%;
	display: block;
	width: 100%;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-appearance: none;
	appearance: none;
}

.kol-product-short__progress input::-webkit-slider-runnable-track {
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(to right, var(--kol-product-short-green) var(--kol-product-short-progress), rgba(255, 255, 255, 0.34) var(--kol-product-short-progress));
}

.kol-product-short__progress input::-moz-range-track {
	height: 3px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.34);
}

.kol-product-short__progress input::-moz-range-progress {
	height: 3px;
	border-radius: 999px;
	background: var(--kol-product-short-green);
}

.kol-product-short__progress input::-webkit-slider-thumb {
	width: 13px;
	height: 13px;
	margin-top: -5px;
	border: 0;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-appearance: none;
	appearance: none;
}

.kol-product-short__progress input::-moz-range-thumb {
	width: 13px;
	height: 13px;
	border: 0;
	border-radius: 50%;
	background: #fff;
}

.kol-product-short__audio {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.kol-product-short__sheet-backdrop {
	position: fixed;
	inset: 0;
	z-index: 100080;
	background: rgba(0, 0, 0, 0.58);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.kol-product-short__sheet-backdrop[hidden],
.kol-product-short__purchase-sheet[hidden] {
	display: none !important;
}

.kol-product-short__purchase-sheet {
	position: fixed;
	left: 50%;
	bottom: max(16px, env(safe-area-inset-bottom));
	z-index: 100090;
	width: min(430px, calc(100vw - 24px));
	max-height: min(620px, calc(100svh - 32px));
	overflow: auto;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: #15181d;
	box-shadow: 0 28px 90px rgba(0, 0, 0, 0.48);
	color: #f8fafc;
	transform: translateX(-50%);
}

.kol-product-short__purchase-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 18px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.kol-product-short__purchase-head span {
	display: block;
	margin-bottom: 3px;
	color: var(--kol-product-short-green);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.kol-product-short__purchase-head h2 {
	margin: 0 !important;
	color: inherit !important;
	font-size: 20px !important;
	line-height: 1.2 !important;
}

.kol-product-short__purchase-head button {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.09);
	color: inherit;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.kol-product-short__purchase-body {
	padding: 18px;
}

.kol-product-short__purchase-price {
	margin: 0 0 7px;
	color: inherit;
	font-size: 25px;
	font-weight: 850;
}

.kol-product-short__purchase-price del {
	opacity: 0.62;
}

.kol-product-short__purchase-price ins {
	text-decoration: none;
}

.kol-product-short__purchase-stock {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
}

.kol-product-short__cart-form {
	display: flex !important;
	align-items: flex-end;
	gap: 10px;
	margin: 0 !important;
}

.kol-product-short__cart-form label {
	display: grid;
	gap: 5px;
	margin: 0;
	color: inherit;
	font-size: 12px;
	font-weight: 700;
}

.kol-product-short__cart-form input {
	width: 74px !important;
	height: 44px !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.2) !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.07) !important;
	color: inherit !important;
}

.kol-product-short__cart-form button {
	min-height: 44px !important;
	flex: 1 1 auto;
	margin: 0 !important;
	padding: 10px 18px !important;
	border: 0 !important;
	border-radius: 10px !important;
	background: var(--kol-product-short-green) !important;
	color: #0c1507 !important;
	font-weight: 850 !important;
}

.kol-product-short__purchase-status {
	min-height: 1.3em;
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 13px;
}

.kol-product-short__notice {
	position: fixed;
	bottom: max(24px, env(safe-area-inset-bottom));
	left: 50%;
	z-index: 100100;
	max-width: min(90vw, 420px);
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(13, 17, 21, 0.94);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.34);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, 10px);
	transition: opacity 160ms ease, transform 160ms ease;
}

.kol-product-short__notice.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.kol-product-short-stage.is-switching-next {
	transform: translateY(-16px);
	opacity: 0.45;
}

.kol-product-short-stage.is-switching-previous {
	transform: translateY(16px);
	opacity: 0.45;
}

.kol-product-short-card :focus-visible {
	outline: 3px solid var(--kol-product-short-green);
	outline-offset: 3px;
}

html.light-mode .kol-product-short__purchase-sheet {
	border-color: #dce3ea;
	background: #fff;
	box-shadow: 0 28px 90px rgba(20, 31, 44, 0.28);
	color: #111820;
}

html.light-mode .kol-product-short__purchase-head {
	border-bottom-color: #e5e9ee;
}

html.light-mode .kol-product-short__purchase-head button {
	background: #eef2f5;
}

html.light-mode .kol-product-short__purchase-stock,
html.light-mode .kol-product-short__purchase-status {
	color: #596674;
}

html.light-mode .kol-product-short__cart-form input {
	border-color: #cfd8e1 !important;
	background: #f7f9fb !important;
	color: #111820 !important;
}

@media (min-width: 701px) {
	html:has(body.kol-apes-product-short-page),
	body.kol-apes-product-short-page {
		overflow: hidden !important;
	}

	body.kol-apes-product-short-page {
		padding-bottom: 0 !important;
	}

}

@media (min-width: 961px) {
	.kol-product-shorts-shell {
		height: min(calc(100svh - var(--kol-product-short-header-offset) - var(--kol-product-short-bottom-offset)), 924px);
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.kol-product-short-stage {
		height: min(calc(100svh - var(--kol-product-short-header-offset) - var(--kol-product-short-bottom-offset) - 24px), 900px);
		border-radius: 12px;
	}

	.kol-product-short__controls {
		border-radius: 0 0 12px 12px;
	}

	html body.single-product.kol-apes-product-short-page article.product.kol-product-short-card {
		border: 0 !important;
		border-radius: 12px !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	.kol-product-short__backdrop,
	.kol-product-short__art-wrap,
	.kol-product-short__shade {
		border-radius: 12px;
	}

	.kol-product-shorts-shell,
	.kol-product-short-card {
		overflow: visible !important;
	}

	.kol-product-short__info {
		right: calc(100% + clamp(14px, 1.5vw, 36px));
		bottom: 22px;
		left: auto;
		width: clamp(160px, 16vw, 320px);
		color: #111827;
		text-shadow: none;
	}

	.kol-product-short__artist {
		gap: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 800;
	}

	.kol-product-short__artist img[data-product-short-artist-avatar] {
		width: 40px !important;
		height: 40px !important;
		flex-basis: 40px;
		border-color: rgba(15, 23, 42, 0.12);
	}

	.kol-product-short__title {
		margin-bottom: 7px !important;
		font-size: clamp(17px, 1.25vw, 21px) !important;
		font-weight: 800 !important;
		line-height: 1.2 !important;
		letter-spacing: -0.015em;
		text-shadow: none;
	}

	.kol-product-short__description {
		max-width: 34ch;
		margin-bottom: 9px !important;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.45;
		text-shadow: none;
		-webkit-line-clamp: 3;
	}

	.kol-product-short__plays {
		font-size: 12px;
		font-weight: 650;
	}

	html.light-mode body.kol-apes-product-short-page .kol-product-short__artist,
	html.light-mode body.kol-apes-product-short-page .kol-product-short__title {
		color: #111827 !important;
	}

	html.light-mode body.kol-apes-product-short-page .kol-product-short__description {
		color: #334155 !important;
	}

	html.light-mode body.kol-apes-product-short-page .kol-product-short__plays {
		color: #64748b;
	}

	html.dark-mode body.kol-apes-product-short-page .kol-product-short__info,
	html.dark-mode body.kol-apes-product-short-page .kol-product-short__artist,
	html.dark-mode body.kol-apes-product-short-page .kol-product-short__title {
		color: #fff !important;
	}

	html.dark-mode body.kol-apes-product-short-page .kol-product-short__description {
		color: rgba(255, 255, 255, 0.86) !important;
	}

	html.dark-mode body.kol-apes-product-short-page .kol-product-short__plays {
		color: rgba(255, 255, 255, 0.72);
	}
}

@media (max-width: 960px) and (min-width: 701px) {
	.kol-product-shorts-shell {
		padding-right: 82px;
	}

	.kol-product-short-stage {
		margin-right: 62px;
	}

	.kol-product-short__rail {
		right: -64px;
	}
}

@media (max-width: 768px) {
	body.kol-apes-product-short-page #kol-apes-sidebar {
		z-index: 10020;
	}

	body.kol-apes-sidebar-open.kol-apes-product-short-page .kol-product-short-stage {
		transform: translateX(calc(-1 * var(--kol-apes-open-sidebar-width, 84vw)));
	}
}

@media (max-width: 700px) {
	html:has(body.kol-apes-product-short-page),
	body.kol-apes-product-short-page {
		width: 100%;
		height: 100%;
		overflow: hidden !important;
	}

	body.kol-apes-product-short-page {
		position: fixed;
		inset: 0;
		padding: 0 !important;
	}

	body.kol-apes-product-short-page #wpadminbar,
	body.kol-apes-product-short-page .site-header,
	body.kol-apes-product-short-page header#masthead,
	body.kol-apes-product-short-page [data-kol-ams-header],
	body.kol-apes-product-short-page .kol-ams-header,
	body.kol-apes-product-short-page .site-footer,
	body.kol-apes-product-short-page footer,
	body.kol-apes-product-short-page .kol-bbm-container,
	body.kol-apes-product-short-page #kol-bbm-bottom-menu-icons,
	body.kol-apes-product-short-page .buddypress-navigation,
	body.kol-apes-product-short-page .left-sidebar-menu {
		display: none !important;
	}

	body.kol-apes-product-short-page #page,
	body.kol-apes-product-short-page #content,
	body.kol-apes-product-short-page .site-content,
	body.kol-apes-product-short-page #primary,
	body.kol-apes-product-short-page .site-main,
	body.kol-apes-product-short-page .woocommerce {
		position: static !important;
		width: 100vw !important;
		height: 100svh !important;
		min-height: 100svh !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
	}

	.kol-product-shorts-shell {
		position: fixed;
		inset: 0;
		z-index: 10000;
		width: 100vw;
		height: 100svh;
		min-height: 0;
		padding: 0;
	}

	.kol-product-short-stage {
		width: 100vw;
		height: 100svh;
		max-height: none;
		margin: 0;
		aspect-ratio: auto;
	}

	.kol-product-short-card {
		overflow: hidden !important;
	}

	.kol-product-short__rail {
		top: auto;
		right: max(7px, env(safe-area-inset-right));
		bottom: calc(92px + env(safe-area-inset-bottom));
		width: 54px;
		gap: 7px;
		transform: none;
	}

	.kol-product-short__rail .kol-pec-icon,
	.kol-product-short__rail .kol-product-short__rail-action {
		width: 48px !important;
		min-width: 48px !important;
		min-height: 52px !important;
	}

	html body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-icon-symbol {
		width: 48px !important;
		height: 48px !important;
		min-width: 48px !important;
		min-height: 48px !important;
	}

	.kol-product-short__info {
		display: none !important;
	}

	.kol-product-short__volume-control {
		top: calc(12px + env(safe-area-inset-top));
		left: calc(12px + env(safe-area-inset-left));
		width: 48px;
		height: 48px;
	}

	.kol-product-short__volume-toggle svg {
		width: 25px;
		height: 25px;
	}

	@media (hover: none), (pointer: coarse) {
		.kol-product-short-card.is-controls-visible:not(.is-muted) .kol-product-short__volume-control {
			width: min(190px, calc(100vw - 76px - env(safe-area-inset-left) - env(safe-area-inset-right)));
			padding-right: 10px;
			gap: 6px;
		}

		.kol-product-short-card.is-controls-visible:not(.is-muted) .kol-product-short__volume-slider {
			width: auto;
			flex: 1 1 auto;
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			transition-delay: 0s;
		}
	}

	html.light-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-count,
	html.dark-mode body.kol-apes-product-short-page .kol-product-short__rail .kol-pec-count {
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 500 !important;
		line-height: 18px !important;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.92), 0 0 7px rgba(0, 0, 0, 0.72) !important;
	}

	.kol-product-short__info {
		right: 68px;
		bottom: calc(84px + env(safe-area-inset-bottom));
		left: max(14px, env(safe-area-inset-left));
	}

	.kol-product-short__title {
		font-size: clamp(22px, 6.1vw, 29px) !important;
	}

	.kol-product-short__controls {
		right: 0;
		bottom: 0;
		left: 0;
		grid-template-columns: auto minmax(92px, 1fr);
		gap: 7px;
		min-height: calc(58px + env(safe-area-inset-bottom));
		padding: 6px max(10px, env(safe-area-inset-right)) max(7px, env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
		border-radius: 0;
	}

	.kol-product-short__transport {
		gap: 0;
	}

	.kol-product-short__control-button {
		width: 31px;
		height: 31px;
	}

	.kol-product-short__time-divider,
	.kol-product-short__time {
		font-size: 10px;
	}

	.kol-product-short__purchase-sheet {
		right: 0;
		bottom: 0;
		left: 0;
		width: 100vw;
		max-height: min(76svh, 620px);
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 20px 20px 0 0;
		padding-bottom: env(safe-area-inset-bottom);
		transform: none;
	}
}

@media (prefers-reduced-motion: reduce) {
	.kol-product-short-stage,
	.kol-product-short__art,
	.kol-product-short__volume-control,
	.kol-product-short__rail .kol-pec-icon-symbol,
	.kol-product-short__notice {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}
