.skitop-mega-menu {
	--skitop-mega-menu-left: minmax(260px, 31%);
	position: relative;
	width: 100%;
	color: #111;
	font-family: inherit;
}

.skitop-mega-menu__inner {
	display: grid;
	grid-template-columns: var(--skitop-mega-menu-left) minmax(0, 1fr);
	min-height: 430px;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 50px rgba(0, 0, 0, 0.18);
}

.skitop-mega-menu__inner--single {
	grid-template-columns: minmax(0, 1fr);
	min-height: 0;
}

.skitop-mega-menu__left {
	padding: 1.2rem 1rem;
	background: #f7f7f7;
}

.skitop-mega-menu__title {
	margin: 0 0 1rem;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.skitop-mega-menu__activities {
	display: grid;
	gap: 0.1rem;
}

.skitop-mega-menu__activity {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0.55rem 0.9rem;
	border: 0;
	border-radius: 999rem;
	background: transparent;
	color: #6d6d6d;
	font: inherit;
	font-size: 1rem;
	line-height: 1.2;
	text-align: left;
	cursor: pointer;
}

.skitop-mega-menu__activity::after {
	content: "›";
	color: currentColor;
	font-size: 1.6rem;
	line-height: 0.8;
}

.skitop-mega-menu__activity.is-active,
.skitop-mega-menu__activity:hover,
.skitop-mega-menu__activity:focus-visible {
	background: #fff;
	color: #000;
	font-weight: 800;
}

.skitop-mega-menu__right {
	padding: 1.3rem 1.6rem;
	background: #fff;
}

.skitop-mega-menu__panel {
	display: none;
}

.skitop-mega-menu__panel.is-active {
	display: block;
}

.skitop-mega-menu__panel-header {
	display: flex;
	align-items: baseline;
	gap: 1rem;
	margin-bottom: 1.15rem;
}

.skitop-mega-menu__panel-title {
	margin: 0;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
}

.skitop-mega-menu__all-link {
	color: #111;
	font-size: 0.78rem;
	font-weight: 800;
	font-style: italic;
	text-decoration: none;
}

.skitop-mega-menu__categories {
	column-count: 3;
	column-gap: clamp(2rem, 4vw, 5rem);
}

.skitop-mega-menu__category-group {
	break-inside: avoid;
	margin: 0 0 1.05rem;
}

.skitop-mega-menu__category-link {
	display: inline-block;
	color: #111;
	text-decoration: none;
}

.skitop-mega-menu__category-group > .skitop-mega-menu__category-link {
	margin-bottom: 0.35rem;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.2;
}

.skitop-mega-menu__subcategory-list {
	display: grid;
	gap: 0.22rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.skitop-mega-menu__subcategory-list .skitop-mega-menu__subcategory-list {
	margin-top: 0.22rem;
}

.skitop-mega-menu__category {
	list-style: none;
}

.skitop-mega-menu__category--depth-1 {
	padding-left: 1.5rem;
}

.skitop-mega-menu__category--depth-2 {
	padding-left: 3rem;
}

.skitop-mega-menu__category--depth-3 {
	padding-left: 4.5rem;
}

.skitop-mega-menu__category--depth-4 {
	padding-left: 6rem;
}

.skitop-mega-menu__category--depth-1 .skitop-mega-menu__category-link {
	color: #2e2e2e;
	font-size: 0.92rem;
	line-height: 1.25;
}

.skitop-mega-menu__category--depth-2 .skitop-mega-menu__category-link,
.skitop-mega-menu__category--depth-3 .skitop-mega-menu__category-link,
.skitop-mega-menu__category--depth-4 .skitop-mega-menu__category-link {
	color: #555;
	font-size: 0.88rem;
}

.skitop-mega-menu__empty {
	margin: 0;
	color: #666;
}

@media (max-width: 980px) {
	.skitop-mega-menu {
		display: none;
	}
}
