.selar-uptobox-compact-player {
	align-items: center;
	background: #111517;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	display: flex;
	gap: 18px;
	max-width: 640px;
	padding: 18px;
	width: 100%;
}

.selar-uptobox-cover {
	aspect-ratio: 1;
	border-radius: 8px;
	flex: 0 0 auto;
	overflow: hidden;
	position: relative;
	width: 92px;
}

.selar-uptobox-cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.selar-uptobox-vinyl {
	background: radial-gradient(circle, #e8eaed 0 12%, #111 13% 38%, #2d3336 39% 42%, #111 43% 100%);
	display: block;
	height: 100%;
	width: 100%;
}

.selar-uptobox-player-body {
	flex: 1 1 auto;
	min-width: 0;
}

.selar-uptobox-track-title {
	color: inherit;
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 4px;
}

.selar-uptobox-track-meta,
.selar-uptobox-meta-line {
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}

.selar-uptobox-track-meta {
	color: rgba(255, 255, 255, 0.72);
}

.selar-uptobox-meta-line {
	color: #2dd4bf;
	font-weight: 700;
	margin-top: 4px;
}

.selar-uptobox-controls {
	align-items: center;
	display: flex;
	gap: 12px;
	margin-top: 14px;
}

.selar-uptobox-play-button {
	align-items: center;
	appearance: none;
	background: #2dd4bf;
	border: 0;
	border-radius: 50%;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 auto;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.selar-uptobox-play-icon {
	border-bottom: 8px solid transparent;
	border-left: 12px solid currentColor;
	border-top: 8px solid transparent;
	display: block;
	height: 0;
	margin-left: 3px;
	width: 0;
}

.selar-uptobox-compact-player.is-playing .selar-uptobox-play-icon {
	border: 0;
	height: 16px;
	margin-left: 0;
	position: relative;
	width: 14px;
}

.selar-uptobox-compact-player.is-playing .selar-uptobox-play-icon::before,
.selar-uptobox-compact-player.is-playing .selar-uptobox-play-icon::after {
	background: currentColor;
	content: "";
	height: 16px;
	position: absolute;
	top: 0;
	width: 4px;
}

.selar-uptobox-compact-player.is-playing .selar-uptobox-play-icon::before {
	left: 1px;
}

.selar-uptobox-compact-player.is-playing .selar-uptobox-play-icon::after {
	right: 1px;
}

.selar-uptobox-progress {
	background: rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	flex: 1 1 auto;
	height: 8px;
	overflow: hidden;
}

.selar-uptobox-progress-fill {
	background: #2dd4bf;
	display: block;
	height: 100%;
	width: 0;
}

.selar-uptobox-preview-visual {
	align-items: center;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 999px;
	display: flex;
	flex: 1 1 auto;
	gap: 3px;
	height: 28px;
	min-width: 86px;
	overflow: hidden;
	padding: 0 8px;
	position: relative;
}

.selar-uptobox-preview-progress {
	background: #2dd4bf;
	border-radius: inherit;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0.16;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 0;
}

.selar-uptobox-wave-bar {
	background: #2dd4bf;
	border-radius: 999px;
	display: block;
	flex: 1 1 0;
	height: 38%;
	min-width: 2px;
	opacity: 0.54;
	position: relative;
	transform-origin: center;
	z-index: 1;
}

.selar-uptobox-wave-bar:nth-child(3n) {
	height: 62%;
}

.selar-uptobox-wave-bar:nth-child(4n) {
	height: 82%;
}

.selar-uptobox-wave-bar:nth-child(5n) {
	height: 48%;
}

.selar-uptobox-wave-bar:nth-child(7n) {
	height: 72%;
}

.selar-uptobox-preview-visual.is-effect-spectrum .selar-uptobox-wave-bar {
	border-radius: 2px;
}

.selar-uptobox-preview-visual.is-effect-pulse {
	justify-content: center;
}

.selar-uptobox-preview-visual.is-effect-pulse .selar-uptobox-wave-bar {
	border-radius: 50%;
	flex: 0 0 8px;
	height: 8px;
}

.selar-uptobox-preview-visual.is-effect-steps {
	border-radius: 6px;
	gap: 2px;
}

.selar-uptobox-preview-visual.is-effect-steps .selar-uptobox-wave-bar {
	border-radius: 2px 2px 0 0;
	align-self: flex-end;
}

.is-playing .selar-uptobox-preview-visual.is-effect-waveform .selar-uptobox-wave-bar {
	animation: selarUptoboxWave 760ms ease-in-out infinite;
}

.is-playing .selar-uptobox-preview-visual.is-effect-spectrum .selar-uptobox-wave-bar {
	animation: selarUptoboxSpectrum 620ms ease-in-out infinite;
}

.is-playing .selar-uptobox-preview-visual.is-effect-pulse .selar-uptobox-wave-bar {
	animation: selarUptoboxPulse 820ms ease-in-out infinite;
}

.is-playing .selar-uptobox-preview-visual.is-effect-steps .selar-uptobox-wave-bar {
	animation: selarUptoboxSteps 540ms steps(3, end) infinite;
}

.selar-uptobox-wave-bar:nth-child(2n) {
	animation-delay: 90ms;
}

.selar-uptobox-wave-bar:nth-child(3n) {
	animation-delay: 180ms;
}

.selar-uptobox-wave-bar:nth-child(4n) {
	animation-delay: 260ms;
}

.selar-uptobox-time {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-variant-numeric: tabular-nums;
	min-width: 32px;
}

.selar-uptobox-media {
	display: none;
}

.selar-uptobox-cta {
	background: #fff;
	border: 0;
	border-radius: 6px;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	margin-top: 14px;
	opacity: 1;
	padding: 10px 14px;
	text-decoration: none;
	transform: translateY(0);
	transition: opacity 180ms ease, transform 180ms ease, background-color 160ms ease;
}

.selar-uptobox-cta[hidden] {
	display: none;
}

.selar-uptobox-cta.is-visible {
	animation: selarUptoboxCtaReveal 220ms ease both;
}

.selar-uptobox-cart-link {
	margin-left: 8px;
}

.selar-uptobox-bento-commerce .selar-uptobox-cart-link {
	margin-left: 0;
}

.selar-uptobox-action-group .selar-uptobox-cart-link {
	margin-left: 0;
}

.selar-uptobox-action-group {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	justify-content: flex-start;
	margin-top: 14px;
}

.selar-uptobox-action-group .selar-uptobox-cta,
.selar-uptobox-action-group .selar-uptobox-track-cta {
	margin-top: 0;
}

.selar-uptobox-track-cell .selar-uptobox-action-group {
	margin-top: 0;
}

.selar-uptobox-icon-action {
	align-items: center;
	aspect-ratio: 1;
	border-radius: 50%;
	height: 42px;
	justify-content: center;
	min-height: 42px;
	padding: 0;
	position: relative;
	width: 42px;
}

.selar-uptobox-icon-action img {
	display: block;
	height: 24px;
	object-fit: contain;
	width: 24px;
}

.selar-uptobox-view-cart-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	gap: 7px;
	min-height: 42px;
	position: relative;
	text-decoration: none !important;
	white-space: nowrap;
}

.selar-uptobox-view-cart-button span {
	text-decoration: none !important;
}

.selar-uptobox-view-cart-button img {
	display: block;
	height: 18px;
	object-fit: contain;
	width: 18px;
}

.selar-uptobox-cart-badge {
	align-items: center;
	background: #ff3d71;
	border: 2px solid #fff;
	border-radius: 999px;
	box-shadow: 0 6px 16px rgba(255, 61, 113, 0.34);
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 900;
	height: 20px;
	justify-content: center;
	line-height: 1;
	min-width: 20px;
	padding: 0 5px;
	position: absolute;
	right: -6px;
	top: -7px;
}

.selar-uptobox-cart-badge[hidden] {
	display: none;
}

.selar-uptobox-add-cart-link.is-loading {
	opacity: 0.72;
	pointer-events: none;
}

.selar-uptobox-cart-notice {
	background: #101517;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	bottom: 22px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	opacity: 0;
	padding: 12px 14px;
	pointer-events: none;
	position: fixed;
	right: 22px;
	transform: translateY(12px);
	transition: opacity 180ms ease, transform 180ms ease;
	z-index: 999999;
}

.selar-uptobox-cart-notice.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.selar-uptobox-editor-empty {
	background: #f6f7f7;
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	color: #50575e;
	padding: 16px;
}

@media (max-width: 600px) {
	.selar-uptobox-compact-player {
		align-items: stretch;
		flex-direction: column;
	}

	.selar-uptobox-cover {
		width: 100%;
	}
}

.selar-uptobox-bento-card {
	background: #111517;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(160px, 42%) minmax(0, 1fr);
	max-width: 860px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
	width: 100%;
}

.selar-uptobox-bento-card:hover {
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

.selar-uptobox-bento-art {
	aspect-ratio: 1;
	border-radius: 8px;
	isolation: isolate;
	overflow: hidden;
	position: relative;
}

.selar-uptobox-bento-art img,
.selar-uptobox-bento-cover-fallback {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.selar-uptobox-bento-cover-fallback {
	background: linear-gradient(135deg, #182125, #2d3336);
}

.selar-uptobox-bento-vinyl {
	background: radial-gradient(circle, #f6f7f7 0 9%, #111 10% 36%, #2f373b 37% 40%, #111 41% 100%);
	border-radius: 50%;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
	height: 54%;
	position: absolute;
	right: -16%;
	top: 12%;
	width: 54%;
	z-index: -1;
}

.selar-uptobox-bento-preview {
	align-items: center;
	background: rgba(10, 12, 13, 0.78);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	bottom: 12px;
	display: grid;
	gap: 10px;
	grid-template-columns: auto 1fr auto;
	left: 12px;
	padding: 10px;
	position: absolute;
	right: 12px;
}

.selar-uptobox-bento-play {
	align-items: center;
	appearance: none;
	background: #2dd4bf;
	border: 0;
	border-radius: 999px;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	gap: 7px;
	line-height: 1;
	padding: 10px 12px;
}

.selar-uptobox-bento-preview .selar-uptobox-play-icon {
	border-bottom-width: 6px;
	border-left-width: 9px;
	border-top-width: 6px;
	margin-left: 2px;
}

.selar-uptobox-bento-preview.is-playing .selar-uptobox-play-icon,
.selar-uptobox-bento-card .is-playing .selar-uptobox-play-icon {
	border: 0;
	height: 13px;
	margin-left: 0;
	position: relative;
	width: 12px;
}

.selar-uptobox-bento-preview.is-playing .selar-uptobox-play-icon::before,
.selar-uptobox-bento-preview.is-playing .selar-uptobox-play-icon::after,
.selar-uptobox-bento-card .is-playing .selar-uptobox-play-icon::before,
.selar-uptobox-bento-card .is-playing .selar-uptobox-play-icon::after {
	background: currentColor;
	content: "";
	height: 13px;
	position: absolute;
	top: 0;
	width: 4px;
}

.selar-uptobox-bento-preview.is-playing .selar-uptobox-play-icon::before,
.selar-uptobox-bento-card .is-playing .selar-uptobox-play-icon::before {
	left: 0;
}

.selar-uptobox-bento-preview.is-playing .selar-uptobox-play-icon::after,
.selar-uptobox-bento-card .is-playing .selar-uptobox-play-icon::after {
	right: 0;
}

.selar-uptobox-bento-content {
	display: flex;
	flex-direction: column;
	gap: 18px;
	justify-content: space-between;
	min-width: 0;
}

.selar-uptobox-bento-kicker {
	color: #2dd4bf;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 8px;
	text-transform: uppercase;
}

.selar-uptobox-bento-title {
	color: inherit;
	font-size: 28px;
	line-height: 1.08;
	margin: 0;
	overflow-wrap: anywhere;
}

.selar-uptobox-bento-meta {
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	line-height: 1.5;
	margin: 8px 0 0;
}

.selar-uptobox-badge-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.selar-uptobox-badge {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.86);
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 8px 10px;
}

.selar-uptobox-bento-commerce {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: flex-start;
}

.selar-uptobox-bento-price {
	background: #2dd4bf;
	border-radius: 999px;
	color: #101517;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	margin-right: auto;
	padding: 11px 13px;
	white-space: nowrap;
}

.selar-uptobox-bento-cta {
	background: #fff;
	border: 0;
	border-radius: 6px;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	padding: 13px 16px;
	text-decoration: none;
	transition: background-color 160ms ease, transform 160ms ease;
	white-space: nowrap;
}

.selar-uptobox-bento-cta[hidden] {
	display: none;
}

.selar-uptobox-bento-cta.is-visible {
	animation: selarUptoboxCtaReveal 220ms ease both;
}

.selar-uptobox-bento-cta:hover {
	background: #e6f9f5;
	transform: translateY(-1px);
}

@media (max-width: 760px) {
	.selar-uptobox-bento-card {
		grid-template-columns: 1fr;
	}

	.selar-uptobox-bento-title {
		font-size: 24px;
	}
}

@media (max-width: 480px) {
	.selar-uptobox-bento-preview {
		grid-template-columns: 1fr;
	}

	.selar-uptobox-bento-commerce {
		align-items: stretch;
		flex-direction: column;
	}

	.selar-uptobox-bento-price,
	.selar-uptobox-bento-cta {
		justify-content: center;
		width: 100%;
	}
}

.selar-uptobox-track-list {
	background: #111517;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	color: #fff;
	padding: 18px;
	width: 100%;
}

.selar-uptobox-track-search {
	display: block;
	margin-bottom: 14px;
}

.selar-uptobox-track-search span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.selar-uptobox-track-search input {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 6px;
	color: inherit;
	min-height: 42px;
	padding: 10px 12px;
	width: 100%;
}

.selar-uptobox-track-table {
	display: grid;
	gap: 0;
}

.selar-uptobox-track-row {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(220px, 1.25fr) minmax(170px, 0.95fr) minmax(170px, 0.85fr) minmax(90px, 0.4fr) minmax(178px, 0.65fr);
	padding: 14px 10px;
	transition: background-color 160ms ease;
}

.selar-uptobox-track-row[hidden],
.selar-uptobox-track-empty-search[hidden] {
	display: none !important;
}

.selar-uptobox-track-empty-search {
	border-top: 1px solid rgba(255, 255, 255, 0.09);
	color: rgba(255, 255, 255, 0.72);
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 18px 10px 4px;
}

.selar-uptobox-track-head {
	border-top: 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0.04em;
	padding-top: 0;
	text-transform: uppercase;
}

.selar-uptobox-track-cell {
	min-width: 0;
}

.selar-uptobox-track-main {
	align-items: center;
	display: flex;
	gap: 12px;
}

.selar-uptobox-track-cover {
	aspect-ratio: 1;
	border-radius: 6px;
	flex: 0 0 54px;
	overflow: hidden;
	width: 54px;
}

.selar-uptobox-track-cover img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.selar-uptobox-track-list-title {
	color: inherit;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
	overflow-wrap: anywhere;
}

.selar-uptobox-track-list-meta,
.selar-uptobox-track-muted {
	color: rgba(255, 255, 255, 0.64);
	font-size: 12px;
	line-height: 1.35;
	margin: 4px 0 0;
}

.selar-uptobox-track-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.selar-uptobox-track-badge {
	background: rgba(255, 255, 255, 0.09);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	padding: 7px 8px;
}

.selar-uptobox-track-preview {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: auto minmax(58px, 1fr) auto;
}

.selar-uptobox-track-play {
	align-items: center;
	appearance: none;
	background: #2dd4bf;
	border: 0;
	border-radius: 50%;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	padding: 0;
	width: 34px;
}

.selar-uptobox-track-preview .selar-uptobox-play-icon {
	border-bottom-width: 6px;
	border-left-width: 9px;
	border-top-width: 6px;
	margin-left: 2px;
}

.selar-uptobox-track-preview.is-playing .selar-uptobox-play-icon {
	border: 0;
	height: 13px;
	margin-left: 0;
	position: relative;
	width: 12px;
}

.selar-uptobox-track-preview.is-playing .selar-uptobox-play-icon::before,
.selar-uptobox-track-preview.is-playing .selar-uptobox-play-icon::after {
	background: currentColor;
	content: "";
	height: 13px;
	position: absolute;
	top: 0;
	width: 4px;
}

.selar-uptobox-track-preview.is-playing .selar-uptobox-play-icon::before {
	left: 0;
}

.selar-uptobox-track-preview.is-playing .selar-uptobox-play-icon::after {
	right: 0;
}

.selar-uptobox-track-price {
	font-weight: 900;
	white-space: nowrap;
}

.selar-uptobox-track-cta {
	background: #fff;
	border: 0;
	border-radius: 6px;
	color: #101517;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	padding: 10px 12px;
	text-decoration: none;
	white-space: nowrap;
}

.selar-uptobox-track-cta.selar-uptobox-icon-action {
	height: 42px;
	min-height: 42px;
	padding: 0;
	width: 42px;
}

.selar-uptobox-track-cta[hidden] {
	display: none;
}

.selar-uptobox-track-cta.is-visible {
	animation: selarUptoboxCtaReveal 220ms ease both;
}

.selar-uptobox-track-cta:hover {
	background: #e6f9f5;
}

@media (max-width: 900px) {
	.selar-uptobox-track-head {
		display: none;
	}

	.selar-uptobox-track-row {
		align-items: stretch;
		border: 1px solid rgba(255, 255, 255, 0.1);
		border-radius: 8px;
		grid-template-columns: 1fr;
		margin-top: 12px;
		padding: 14px;
	}

	.selar-uptobox-track-cell {
		display: grid;
		gap: 8px;
		grid-template-columns: 86px minmax(0, 1fr);
	}

	.selar-uptobox-track-cell::before {
		color: rgba(255, 255, 255, 0.52);
		content: attr(data-label);
		font-size: 11px;
		font-weight: 900;
		text-transform: uppercase;
	}

	.selar-uptobox-track-main {
		display: flex;
		grid-template-columns: none;
	}

	.selar-uptobox-track-main::before {
		display: none;
	}
}

.selar-uptobox-purchase-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 20px;
	position: fixed;
	z-index: 99999;
}

.selar-uptobox-purchase-modal[hidden] {
	display: none;
}

.selar-uptobox-modal-backdrop {
	background: rgba(0, 0, 0, 0.62);
	inset: 0;
	position: absolute;
}

.selar-uptobox-modal-panel {
	background: #111517;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
	color: #fff;
	max-width: 460px;
	padding: 24px;
	position: relative;
	transform: translateY(8px) scale(0.98);
	transition: opacity 180ms ease, transform 180ms ease;
	width: min(100%, 460px);
}

.selar-uptobox-purchase-modal.is-open .selar-uptobox-modal-panel {
	animation: selarUptoboxModalIn 180ms ease both;
}

.selar-uptobox-modal-close {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	height: 36px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 14px;
	width: 36px;
}

.selar-uptobox-modal-close:focus-visible,
.selar-uptobox-modal-purchase:focus-visible,
.selar-uptobox-cta:focus-visible,
.selar-uptobox-bento-cta:focus-visible,
.selar-uptobox-track-cta:focus-visible {
	outline: 3px solid #72aee6;
	outline-offset: 3px;
}

.selar-uptobox-modal-kicker {
	color: #2dd4bf;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 44px 8px 0;
	text-transform: uppercase;
}

.selar-uptobox-modal-title {
	color: inherit;
	font-size: 26px;
	line-height: 1.12;
	margin: 0;
}

.selar-uptobox-modal-meta {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	line-height: 1.5;
	margin: 10px 0 0;
}

.selar-uptobox-modal-price {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	margin: 18px 0 0;
}

.selar-uptobox-modal-purchase {
	background: #fff;
	border-radius: 6px;
	color: #101517;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	margin-top: 20px;
	padding: 14px 18px;
	text-decoration: none;
	width: 100%;
}

@keyframes selarUptoboxCtaReveal {
	from {
		opacity: 0;
		transform: translateY(6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes selarUptoboxModalIn {
	from {
		opacity: 0;
		transform: translateY(8px) scale(0.98);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

@keyframes selarUptoboxWave {
	0%,
	100% {
		transform: scaleY(0.58);
	}

	50% {
		transform: scaleY(1.18);
	}
}

@keyframes selarUptoboxSpectrum {
	0%,
	100% {
		transform: scaleY(0.36);
	}

	35% {
		transform: scaleY(1.28);
	}

	68% {
		transform: scaleY(0.72);
	}
}

@keyframes selarUptoboxPulse {
	0%,
	100% {
		opacity: 0.35;
		transform: scale(0.78);
	}

	50% {
		opacity: 0.86;
		transform: scale(1.18);
	}
}

@keyframes selarUptoboxSteps {
	0%,
	100% {
		transform: scaleY(0.42);
	}

	50% {
		transform: scaleY(1.22);
	}
}

body .wc-block-cart__submit-button,
body .wc-block-components-button.wc-block-cart__submit-button,
body .wc-block-components-checkout-place-order-button {
	background-color: #2e1818 !important;
	color: #ffffff !important;
	text-decoration: none !important;
	border-color: #2e1818 !important;
	box-shadow: none;
}

body .wc-block-cart__submit-button:hover,
body .wc-block-cart__submit-button:focus-visible,
body .wc-block-components-button.wc-block-cart__submit-button:hover,
body .wc-block-components-button.wc-block-cart__submit-button:focus-visible,
body .wc-block-components-checkout-place-order-button:hover,
body .wc-block-components-checkout-place-order-button:focus-visible {
	background-color: #b45e1e !important;
	color: #ffffff !important;
	border-color: #b45e1e !important;
	text-decoration: none !important;
	outline: 3px solid rgba(180, 94, 30, 0.3);
	outline-offset: 2px;
}

body.woocommerce-order-received .woocommerce-order {
	max-width: 960px;
	margin: 32px auto 72px;
	color: #230404;
}

body.woocommerce-order-received .woocommerce-order > p:first-child,
body.woocommerce-order-received .woocommerce-notice--success {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 18px;
	padding: 9px 13px;
	background: #f8f1f1;
	border: 1px solid #e8dada;
	border-radius: 999px;
	color: #4a2d2d;
	font-size: 0.92rem;
	font-weight: 700;
}

body.woocommerce-order-received .woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(158px, 1fr));
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
	margin: 0;
	padding: 16px;
	background: #fcf8f8;
	border: 1px solid #e8dada;
	border-radius: 8px;
	color: #67584d;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	min-width: 0;
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
	display: block;
	margin-top: 7px;
	color: #230404;
	font-size: 0.94rem;
	letter-spacing: 0;
	text-transform: none;
	overflow-wrap: anywhere;
	word-break: break-word;
}

body.woocommerce-order-received .woocommerce-order-downloads,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .selar-uptobox-order-downloads {
	margin: 24px 0;
	padding: 24px;
	background: #ffffff;
	border: 1px solid #e8dada;
	border-radius: 10px;
	box-shadow: 0 18px 44px rgba(46, 24, 24, 0.08);
}

body.woocommerce-order-received .woocommerce-order-downloads h2,
body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .selar-uptobox-order-downloads h2 {
	margin: 0 0 18px;
	color: #230404;
	font-size: clamp(1.35rem, 1.1rem + 0.7vw, 1.85rem);
	line-height: 1.18;
}

body.woocommerce-order-received .woocommerce-table,
body.woocommerce-order-received .shop_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e8dada;
	border-radius: 8px;
	overflow: hidden;
	table-layout: fixed;
}

body.woocommerce-order-received .woocommerce-table th,
body.woocommerce-order-received .woocommerce-table td,
body.woocommerce-order-received .shop_table th,
body.woocommerce-order-received .shop_table td {
	padding: 14px 16px;
	border: 0;
	border-bottom: 1px solid #e8dada;
	color: #2e1818;
	overflow-wrap: anywhere;
	word-break: break-word;
	vertical-align: middle;
}

body.woocommerce-order-received .woocommerce-table tr:last-child th,
body.woocommerce-order-received .woocommerce-table tr:last-child td,
body.woocommerce-order-received .shop_table tr:last-child th,
body.woocommerce-order-received .shop_table tr:last-child td {
	border-bottom: 0;
}

body.woocommerce-order-received .woocommerce-table thead th,
body.woocommerce-order-received .shop_table thead th {
	background: #f8f1f1;
	color: #4a2d2d;
	font-size: 0.8rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-order-received .woocommerce-table a,
body.woocommerce-order-received .shop_table a {
	color: #b45e1e;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.woocommerce-order-received .woocommerce-order-downloads .download-file a,
body.woocommerce-order-received .woocommerce-order-downloads .download-file .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 9px 13px;
	background: #b45e1e;
	color: #ffffff !important;
	border-radius: 6px;
	text-decoration: none;
}

body.woocommerce-order-received .woocommerce-customer-details address {
	padding: 18px;
	background: #fcf8f8;
	border: 1px solid #e8dada;
	border-radius: 8px;
	color: #2e1818;
	line-height: 1.7;
}

.selar-uptobox-order-receipt-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 22px;
	padding: 18px;
	background: #230404;
	border-radius: 8px;
	color: #ffffff;
}

.selar-uptobox-order-receipt-actions p {
	margin: 5px 0 0;
	color: #fcf8f8;
	font-size: 0.95rem;
}

.selar-uptobox-order-kicker {
	display: block;
	color: #df843f;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.selar-uptobox-order-print {
	flex: 0 0 auto;
	min-height: 42px;
	padding: 10px 16px;
	background: #df843f;
	color: #230404;
	border: 0;
	border-radius: 6px;
	font-weight: 900;
	cursor: pointer;
}

.selar-uptobox-order-print:hover,
.selar-uptobox-order-print:focus-visible {
	background: #ffffff;
	color: #230404;
	outline: 3px solid rgba(223, 132, 63, 0.35);
	outline-offset: 2px;
}

.selar-uptobox-order-downloads ul {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.selar-uptobox-order-downloads li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	padding: 14px 0;
	border-bottom: 1px solid #e8dada;
	color: #4a2d2d;
}

.selar-uptobox-order-downloads li:last-child {
	border-bottom: 0;
}

.selar-uptobox-order-downloads li strong {
	margin-right: auto;
	color: #230404;
}

@media (max-width: 800px) {
	body.woocommerce-order-received .woocommerce-order-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.selar-uptobox-order-receipt-actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media print {
	@page {
		margin: 16mm 14mm;
		size: auto;
	}

	#wpadminbar,
	header,
	footer,
	.site-header,
	.site-footer,
	#masthead,
	#colophon,
	.ast-primary-header-bar,
	.ekit-template-content-header,
	.ekit-template-content-footer,
	.elementor-location-header,
	.elementor-location-footer,
	.selar-uptobox-order-print,
	.woocommerce-breadcrumb,
	#scroll-top,
	#ast-scroll-top,
	.elementor-widget-ekit-nav-menu,
	.elementor-widget-search {
		display: none !important;
	}

	body.woocommerce-order-received * {
		visibility: hidden;
	}

	body.woocommerce-order-received .woocommerce-order,
	body.woocommerce-order-received .woocommerce-order * {
		visibility: visible;
	}

	body.woocommerce-order-received,
	body.woocommerce-order-received .site,
	body.woocommerce-order-received .site-content,
	body.woocommerce-order-received .content-area,
	body.woocommerce-order-received .entry-content,
	body.woocommerce-order-received .woocommerce-order {
		background: #ffffff !important;
		color: #000000 !important;
		font-size: 10pt !important;
		line-height: 1.35 !important;
	}

	body.woocommerce-order-received .woocommerce-order a[href]::after,
	body.woocommerce-order-received .woocommerce-order a::after {
		content: "" !important;
	}

	body.woocommerce-order-received .woocommerce-order {
		max-width: 178mm;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
	}

	body.woocommerce-order-received .woocommerce-order > p:first-child,
	body.woocommerce-order-received .woocommerce-notice--success {
		display: block;
		width: fit-content;
		max-width: 100%;
		margin-bottom: 10px;
		padding: 6px 9px;
		border-radius: 999px;
		font-size: 9pt !important;
	}

	body.woocommerce-order-received .woocommerce-order-overview {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px;
		margin-bottom: 12px;
	}

	body.woocommerce-order-received .woocommerce-order-overview li {
		padding: 8px 10px;
		border-radius: 5px;
		font-size: 7pt !important;
		letter-spacing: 0.03em;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	body.woocommerce-order-received .woocommerce-order-overview li strong {
		margin-top: 4px;
		font-size: 9pt !important;
		overflow-wrap: anywhere;
	}

	body.woocommerce-order-received .woocommerce-order-downloads,
	body.woocommerce-order-received .woocommerce-order-details,
	body.woocommerce-order-received .woocommerce-customer-details,
	body.woocommerce-order-received .selar-uptobox-order-downloads {
		margin: 9mm 0;
		padding: 10mm;
		border: 1px solid #d9caca;
		border-radius: 5px;
		box-shadow: none;
		break-inside: avoid;
		page-break-inside: avoid;
	}

	body.woocommerce-order-received .woocommerce-order-downloads h2,
	body.woocommerce-order-received .woocommerce-order-details h2,
	body.woocommerce-order-received .woocommerce-customer-details h2,
	body.woocommerce-order-received .selar-uptobox-order-downloads h2 {
		margin-bottom: 8px;
		font-size: 15pt !important;
	}

	body.woocommerce-order-received .woocommerce-table,
	body.woocommerce-order-received .shop_table {
		width: 100% !important;
		max-width: 100% !important;
		table-layout: fixed !important;
		border-collapse: collapse;
		border-radius: 0;
	}

	body.woocommerce-order-received .woocommerce-table th,
	body.woocommerce-order-received .woocommerce-table td,
	body.woocommerce-order-received .shop_table th,
	body.woocommerce-order-received .shop_table td {
		padding: 7px 8px;
		font-size: 8pt !important;
		overflow-wrap: anywhere !important;
		word-break: break-word !important;
		white-space: normal !important;
	}

	body.woocommerce-order-received .woocommerce-table thead th,
	body.woocommerce-order-received .shop_table thead th {
		font-size: 7pt !important;
		letter-spacing: 0.02em;
	}

	body.woocommerce-order-received .woocommerce-table .download-file,
	body.woocommerce-order-received .shop_table .download-file {
		width: 24%;
	}

	body.woocommerce-order-received .woocommerce-order-downloads .download-file a,
	body.woocommerce-order-received .woocommerce-order-downloads .download-file .button {
		display: inline-block;
		max-width: 100%;
		min-height: 0;
		padding: 5px 7px;
		font-size: 8pt !important;
		overflow-wrap: anywhere;
		white-space: normal;
	}

	body.woocommerce-order-received .selar-uptobox-order-receipt-actions {
		display: block;
		padding: 9px 10px;
		background: #230404 !important;
		color: #ffffff !important;
		border-radius: 5px;
	}

	body.woocommerce-order-received .selar-uptobox-order-receipt-actions p {
		font-size: 8pt !important;
	}

	body.woocommerce-order-received .selar-uptobox-order-downloads li {
		display: block;
		padding: 8px 0;
		font-size: 8pt !important;
	}

	body.woocommerce-order-received .woocommerce-customer-details address {
		padding: 10px;
		font-size: 9pt !important;
	}
}

@media (max-width: 520px) {
	.selar-uptobox-track-cell {
		grid-template-columns: 1fr;
	}

	.selar-uptobox-track-preview {
		grid-template-columns: auto 1fr auto;
	}

	.selar-uptobox-action-group {
		justify-content: flex-start;
	}
}
