.phono-album-category-widget {
	--phono-grid-columns: 3;
	--phono-grid-gap: 40px;
}

.phono-album-category-section + .phono-album-category-section {
	margin-top: 54px;
}

.phono-album-category-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.phono-album-category-heading h3 {
	margin: 0;
	font-size: 28px;
	line-height: 1.15;
	letter-spacing: 0;
	text-transform: uppercase;
}

.phono-album-category-see-all {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	padding: 8px 20px;
	border: 2px solid #c7c7cc;
	border-radius: 50px;
	background: transparent;
	color: #fff;
	font-family: "Azeret Mono", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.phono-album-category-carousel {
	position: relative;
	overflow: hidden;
}

.phono-album-category-grid {
	display: grid;
	grid-template-columns: repeat(var(--phono-grid-columns), minmax(0, 1fr));
	gap: var(--phono-grid-gap);
	margin: 0;
	padding: 0;
	list-style: none;
}

.phono-album-category-carousel .phono-album-category-grid {
	display: flex;
	gap: 0;
}

.phono-album-category-grid.esg-grid li.eg-album-click-and-play-wrapper,
.phono-album-category-grid .eg-album-click-and-play-wrapper {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	overflow: hidden;
	color: #fff;
	visibility: visible !important;
	opacity: 1 !important;
}

.phono-album-category-grid.esg-grid li.swiper-slide {
	display: block !important;
	height: auto;
}

.phono-album-category-grid .esg-media-cover-wrapper {
	position: relative;
}

.phono-album-category-grid .esg-entry-media-wrapper {
	position: relative;
	overflow: hidden;
}

.phono-album-category-grid .esg-entry-media {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.phono-album-category-grid .esg-entry-media-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phono-album-category-grid .esg-media-poster {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	transition: transform 260ms ease;
}

.phono-album-category-grid .esg-entry-cover {
	position: absolute;
	inset: 0;
	z-index: 10;
	opacity: 0;
	transition: opacity 200ms ease;
}

.phono-album-category-grid .esg-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(-215deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, .7) 100%);
}

.phono-album-category-grid .esg-cc {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.phono-album-category-grid .eg-album-click-and-play-element-21 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative !important;
	z-index: 2 !important;
	width: 90px !important;
	height: 90px !important;
	border-color: #fff !important;
	border-style: solid !important;
	border-top-width: 2px !important;
	border-right-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-radius: 60px 60px 60px 60px !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 28px !important;
	font-weight: 400 !important;
	line-height: 28px !important;
	text-decoration: none;
}

.phono-album-category-grid .eg-album-click-and-play-wrapper:hover .esg-entry-cover,
.phono-album-category-grid .eg-album-click-and-play-wrapper:focus-within .esg-entry-cover {
	opacity: 1;
}

.phono-album-category-grid .eg-album-click-and-play-wrapper:hover .esg-media-poster,
.phono-album-category-grid .eg-album-click-and-play-wrapper:focus-within .esg-media-poster {
	transform: scale(1.04);
}

.phono-album-category-grid .esg-entry-content {
	padding: 18px 0 0;
	text-align: left;
	color: inherit;
}

.phono-album-category-grid .esg-content {
	margin: 0;
}

.phono-album-category-grid h3.eg-album-click-and-play-element-14-a {
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	line-height: 25px !important;
	letter-spacing: 0;
	text-transform: uppercase;
}

.phono-album-category-grid .eg-album-click-and-play-element-14,
.phono-album-category-grid .eg-album-click-and-play-element-28 {
	color: inherit !important;
	text-decoration: none;
}

.phono-album-category-grid .eg-album-click-and-play-element-17 {
	position: relative !important;
	z-index: 2 !important;
	display: block !important;
	clear: left !important;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	border-radius: 0 0 0 0 !important;
	background: transparent !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 16px !important;
	text-align: left !important;
	text-transform: uppercase !important;
}

.phono-album-category-grid .eg-album-click-and-play-element-17 p {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	text-align: inherit;
}

.phono-album-category-grid .eg-album-click-and-play-element-22 {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.3;
}

.phono-album-category-grid .eg-album-click-and-play-element-28 {
	display: inline-block;
	position: relative !important;
	z-index: 2 !important;
	margin: 0;
	padding: 8px 20px 8px 20px !important;
	border-color: #c7c7cc !important;
	border-style: solid !important;
	border-top-width: 2px !important;
	border-right-width: 2px !important;
	border-bottom-width: 2px !important;
	border-left-width: 2px !important;
	border-radius: 50px 50px 50px 50px !important;
	background: rgba(227, 58, 12, 0) !important;
	color: #fff !important;
	font-family: "Azeret Mono", sans-serif !important;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 26px !important;
	letter-spacing: 0;
	text-transform: uppercase !important;
}

.phono-album-category-grid .eg-album-click-and-play-element-28 p {
	margin: 0;
	padding: 0;
	color: inherit;
	font: inherit;
	line-height: inherit;
	text-transform: inherit;
}

.phono-album-category-grid .eg-album-click-and-play-element-27 span {
	display: block;
	min-height: 10px;
}

.phono-album-grid-empty {
	margin: 0;
}

.phono-album-carousel-arrow {
	position: absolute;
	top: calc(50% - 48px);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.72);
	color: #fff;
	cursor: pointer;
	transition: background 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.phono-album-carousel-arrow::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}

.phono-album-carousel-prev {
	left: 10px;
}

.phono-album-carousel-prev::before {
	transform: rotate(-135deg);
	margin-left: 4px;
}

.phono-album-carousel-next {
	right: 10px;
}

.phono-album-carousel-next::before {
	transform: rotate(45deg);
	margin-right: 4px;
}

.phono-album-carousel-arrow:hover,
.phono-album-carousel-arrow:focus-visible {
	background: #000;
	border-color: #fff;
}

.phono-album-carousel-arrow.swiper-button-disabled,
.phono-album-carousel-arrow.swiper-button-lock {
	opacity: 0;
	pointer-events: none;
}

@media (min-width: 1280px) {
	.phono-album-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.phono-album-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.phono-album-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.phono-album-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 479px) {
	.phono-album-category-grid {
		grid-template-columns: 1fr;
	}

	.phono-album-category-heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.phono-album-category-heading h3 {
		font-size: 24px;
	}

	.phono-album-carousel-arrow {
		top: calc(50% - 56px);
		width: 38px;
		height: 38px;
	}
}
