body.page-equipment-sticks .page-layout-left__content h1 {
	margin: 0 0 16px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -0.05em;
	color: #000;
}

body.page-equipment-sticks .page-layout-left__content h1 strong {
	font-weight: 800;
}

body.page-equipment-sticks .page-layout-left__sidebar h2 {
	margin-bottom: 16px;
}

body.page-equipment-sticks .page-layout-left__menu ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-equipment-sticks .page-layout-left__menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

body.page-equipment-sticks .page-layout-left__menu a {
	display: block;
	padding: 10px 0;
	color: #333;
	line-height: 22px;
}

body.page-equipment-sticks .page-layout-left__menu a.active,
body.page-equipment-sticks .page-layout-left__menu a:hover,
body.page-equipment-sticks .page-layout-left__menu a:focus-visible {
	color: #e60000;
}

body.page-equipment-sticks img {
	display: block;
	max-width: 100%;
	height: auto;
}

body.page-equipment-sticks .equipment-sticks__sidebar-logo {
	display: block;
	margin-top: 24px;
	padding: 0;
	border: none;
	outline: none;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

body.page-equipment-sticks .equipment-sticks__sidebar-logo img {
	width: 255px;
	max-width: 100%;
	border: none;
	outline: none;
	background: transparent;
	box-shadow: none;
}

body.page-equipment-sticks .equipment-sticks__intro {
	margin-bottom: 24px;
}

body.page-equipment-sticks .equipment-sticks__feature {
	display: grid;
	grid-template-columns: minmax(0, 7fr) minmax(240px, 5fr);
	align-items: stretch;
	gap: 24px;
	padding: 24px 0;
}

body.page-equipment-sticks .equipment-sticks__feature > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}

body.page-equipment-sticks .equipment-sticks__feature h2 {
	margin: 0;
	color: #222;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 32px;
	font-weight: 800;
	line-height: 38px;
	letter-spacing: -0.05em;
}

body.page-equipment-sticks .equipment-sticks__feature picture img {
	border-radius: 12px;
}

body.page-equipment-sticks .equipment-sticks__section {
	margin-top: 30px;
	padding-top: 28px;
	border-top: 1px solid #e6e6e6;
}

body.page-equipment-sticks .equipment-sticks__label {
	margin: 0 0 14px;
	color: #e60000;
	font-weight: 700;
	text-transform: uppercase;
}

body.page-equipment-sticks .equipment-sticks__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 18px;
}

body.page-equipment-sticks .equipment-sticks__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 9px 16px;
	border: 1px solid #e60000;
	background: #e60000;
	color: #fff;
	font-weight: 700;
	line-height: 20px;
	text-decoration: none;
}

body.page-equipment-sticks .equipment-sticks__link:hover,
body.page-equipment-sticks .equipment-sticks__link:focus-visible {
	background: #000;
	border-color: #000;
	color: #fff;
}

body.page-equipment-sticks .equipment-sticks__social {
	display: flex;
	align-items: center;
	gap: 12px;
}

body.page-equipment-sticks .equipment-sticks__social span {
	color: #222;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	white-space: nowrap;
}

body.page-equipment-sticks .equipment-sticks__social ul {
	display: flex;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.page-equipment-sticks .equipment-sticks__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #e60000;
	color: #fff;
	text-decoration: none;
}

body.page-equipment-sticks .equipment-sticks__social a:hover,
body.page-equipment-sticks .equipment-sticks__social a:focus-visible {
	background: #000;
	color: #fff;
}

body.page-equipment-sticks .equipment-sticks__tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 18px;
	margin: 0 0 20px;
	padding: 0;
	color: #222;
	list-style: none;
}

body.page-equipment-sticks .equipment-sticks__tools li {
	position: relative;
	padding-left: 18px;
	font-weight: 600;
	line-height: 24px;
}

body.page-equipment-sticks .equipment-sticks__tools li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #e60000;
}

body.page-equipment-sticks .equipment-sticks__gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 20px;
}

body.page-equipment-sticks .equipment-sticks__gallery-item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

body.page-equipment-sticks .equipment-sticks__gallery-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.62);
	opacity: 0;
	transition: opacity 0.22s ease-out;
}

body.page-equipment-sticks .equipment-sticks__gallery-item::after {
	content: "+";
	position: absolute;
	left: 50%;
	top: 38%;
	z-index: 2;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	background: #fff;
	color: #111;
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
	opacity: 0;
	transition: top 0.22s ease-out, opacity 0.22s ease-out;
}

body.page-equipment-sticks .equipment-sticks__gallery-item:hover::before,
body.page-equipment-sticks .equipment-sticks__gallery-item:focus-visible::before,
body.page-equipment-sticks .equipment-sticks__gallery-item:hover::after,
body.page-equipment-sticks .equipment-sticks__gallery-item:focus-visible::after {
	opacity: 1;
}

body.page-equipment-sticks .equipment-sticks__gallery-item:hover::after,
body.page-equipment-sticks .equipment-sticks__gallery-item:focus-visible::after {
	top: 50%;
}

body.page-equipment-sticks .equipment-sticks__gallery img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

body.page-equipment-sticks .equipment-sticks__video-card {
	display: block;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 24px 0 48px;
	overflow: hidden;
	border-radius: 12px;
	background: #111;
	color: #fff;
	text-decoration: none;
}

body.page-equipment-sticks .equipment-sticks__video-trigger {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	color: inherit;
	cursor: pointer;
}

body.page-equipment-sticks .equipment-sticks__video-trigger picture,
body.page-equipment-sticks .equipment-sticks__video-trigger img {
	display: block;
	width: 100%;
	height: 100%;
}

body.page-equipment-sticks .equipment-sticks__video-image {
	object-fit: cover;
}

body.page-equipment-sticks .equipment-sticks__video-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 24px;
	background: rgba(0, 0, 0, 0.42);
	color: #fff;
	text-align: center;
}

body.page-equipment-sticks .equipment-sticks__video-eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 999px;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.page-equipment-sticks .equipment-sticks__video-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 20px;
	border-radius: 999px;
	background: #e60000;
	color: #fff;
	font-family: "Poppins", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.page-equipment-sticks .equipment-sticks__video-note {
	max-width: 34rem;
	color: rgba(255, 255, 255, 0.9);
}

body.page-equipment-sticks .equipment-sticks__video-card:hover .equipment-sticks__video-button,
body.page-equipment-sticks .equipment-sticks__video-card:focus-visible .equipment-sticks__video-button {
	background: #b80000;
}

body.page-equipment-sticks .equipment-cymbals__video-frame {
	position: relative;
	width: 100%;
	height: 100%;
}

body.page-equipment-sticks .equipment-cymbals__video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

body.page-equipment-sticks .miko-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(0, 0, 0, 0.82);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}

body.page-equipment-sticks .miko-lightbox[hidden] {
	display: none;
}

body.page-equipment-sticks .miko-lightbox.is-open {
	opacity: 1;
	visibility: visible;
}

body.page-equipment-sticks .miko-lightbox__backdrop {
	position: absolute;
	inset: 0;
}

body.page-equipment-sticks .miko-lightbox__stage {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) 48px;
	align-items: center;
	width: min(100%, 1180px);
	max-height: calc(100vh - 48px);
	gap: 16px;
}

body.page-equipment-sticks .miko-lightbox__figure {
	margin: 0;
	min-width: 0;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	column-gap: 16px;
	align-items: start;
	text-align: left;
	transform: scale(0.96);
	transition: transform 0.3s ease-out;
}

body.page-equipment-sticks .miko-lightbox.is-open .miko-lightbox__figure {
	transform: scale(1);
}

body.page-equipment-sticks .miko-lightbox__image {
	grid-column: 1 / -1;
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: calc(100vh - 120px);
	margin: 0 auto;
	border-radius: 4px;
	box-shadow: 0 20px 70px rgba(0, 0, 0, 0.45);
}

body.page-equipment-sticks .miko-lightbox__caption {
	margin-top: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
}

body.page-equipment-sticks .miko-lightbox__counter {
	margin-top: 12px;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	white-space: nowrap;
}

body.page-equipment-sticks .miko-lightbox__close,
body.page-equipment-sticks .miko-lightbox__arrow {
	appearance: none;
	border: 0;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.64);
	color: #fff;
	cursor: pointer;
	line-height: 1;
	transition: background-color 0.16s ease, transform 0.16s ease;
}

body.page-equipment-sticks .miko-lightbox__close:hover,
body.page-equipment-sticks .miko-lightbox__close:focus-visible,
body.page-equipment-sticks .miko-lightbox__arrow:hover,
body.page-equipment-sticks .miko-lightbox__arrow:focus-visible {
	background: #e60000;
	outline: 2px solid #fff;
	outline-offset: 3px;
}

body.page-equipment-sticks .miko-lightbox__close {
	position: absolute;
	top: -12px;
	right: 0;
	width: 44px;
	height: 44px;
	font-size: 34px;
}

body.page-equipment-sticks .miko-lightbox__arrow {
	width: 48px;
	height: 48px;
	font-size: 42px;
}

body.page-equipment-sticks .miko-lightbox__arrow:hover {
	transform: scale(1.04);
}

html.dark body.page-equipment-sticks .page-layout-left__menu li,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__menu li,
html.dark body.page-equipment-sticks .equipment-sticks__section,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__section {
	border-color: #343a40;
}

html.dark body.page-equipment-sticks .equipment-sticks__sidebar-logo,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__sidebar-logo {
	background: transparent;
}

html.dark body.page-equipment-sticks .page-layout-left__menu a,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__menu a,
html.dark body.page-equipment-sticks .page-layout-left__content h1,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__content h1,
html.dark body.page-equipment-sticks .equipment-sticks__feature h2,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__feature h2,
html.dark body.page-equipment-sticks .equipment-sticks__social span,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__social span,
html.dark body.page-equipment-sticks .equipment-sticks__tools,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__tools {
	color: #d0d6db;
}

html.dark body.page-equipment-sticks .page-layout-left__menu a.active,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__menu a.active,
html.dark body.page-equipment-sticks .page-layout-left__menu a:hover,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__menu a:hover,
html.dark body.page-equipment-sticks .page-layout-left__menu a:focus-visible,
html[data-theme-mode="dark"] body.page-equipment-sticks .page-layout-left__menu a:focus-visible,
html.dark body.page-equipment-sticks .equipment-sticks__label,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__label {
	color: #ff4d4d;
}

html.dark body.page-equipment-sticks .equipment-sticks__link,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__link,
html.dark body.page-equipment-sticks .equipment-sticks__social a,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__social a,
html.dark body.page-equipment-sticks .equipment-sticks__video-button,
html[data-theme-mode="dark"] body.page-equipment-sticks .equipment-sticks__video-button {
	background: #ff4d4d;
	border-color: #ff4d4d;
	color: #20252b;
}

@media (max-width: 991px) {
	body.page-equipment-sticks .equipment-sticks__feature {
		grid-template-columns: 1fr;
		align-items: start;
	}

	body.page-equipment-sticks .equipment-sticks__feature > div {
		min-height: 0;
	}

	body.page-equipment-sticks .equipment-sticks__actions {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	body.page-equipment-sticks .equipment-sticks__gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-equipment-sticks .miko-lightbox {
		padding: 16px;
	}

	body.page-equipment-sticks .miko-lightbox__stage {
		grid-template-columns: 1fr;
		gap: 12px;
		max-height: calc(100vh - 32px);
	}

	body.page-equipment-sticks .miko-lightbox__figure {
		grid-row: 1;
	}

	body.page-equipment-sticks .miko-lightbox__image {
		max-height: calc(100vh - 132px);
	}

	body.page-equipment-sticks .miko-lightbox__arrow {
		position: absolute;
		top: 50%;
		z-index: 2;
		transform: translateY(-50%);
		width: 42px;
		height: 42px;
		font-size: 38px;
	}

	body.page-equipment-sticks .miko-lightbox__arrow:hover {
		transform: translateY(-50%) scale(1.04);
	}

	body.page-equipment-sticks .miko-lightbox__arrow--prev {
		left: 8px;
	}

	body.page-equipment-sticks .miko-lightbox__arrow--next {
		right: 8px;
	}

	body.page-equipment-sticks .miko-lightbox__close {
		top: 8px;
		right: 8px;
		z-index: 3;
	}
}

@media (max-width: 575px) {
	body.page-equipment-sticks .equipment-sticks__feature {
		padding: 18px 0;
	}

	body.page-equipment-sticks .equipment-sticks__video-card {
		border-radius: 10px;
	}

	body.page-equipment-sticks .equipment-sticks__video-overlay {
		padding: 18px;
		gap: 8px;
	}

	body.page-equipment-sticks .equipment-sticks__video-note {
		font-size: 14px;
		line-height: 20px;
	}

	body.page-equipment-sticks .miko-lightbox__figure {
		display: block;
		text-align: center;
	}

	body.page-equipment-sticks .miko-lightbox__caption,
	body.page-equipment-sticks .miko-lightbox__counter {
		text-align: center;
		overflow-wrap: anywhere;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.page-equipment-sticks .equipment-sticks__gallery-item::before,
	body.page-equipment-sticks .equipment-sticks__gallery-item::after,
	body.page-equipment-sticks .miko-lightbox,
	body.page-equipment-sticks .miko-lightbox__figure,
	body.page-equipment-sticks .miko-lightbox__close,
	body.page-equipment-sticks .miko-lightbox__arrow {
		transition: none;
	}
}

body.page-equipment-sticks .miko-lightbox__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	font-size: 0;
	line-height: 1;
}

body.page-equipment-sticks .miko-lightbox__arrow::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
}

body.page-equipment-sticks .miko-lightbox__arrow--next::before {
	transform: rotate(-45deg);
}

body.page-equipment-sticks .miko-lightbox__arrow--prev::before {
	transform: rotate(135deg);
}
