.dj-category-grid-section {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	padding: 88px 24px 0;
	background: var(--color-white);
	box-sizing: border-box;
	overflow: hidden;
}

.dj-category-grid-inner {
	width: min(1600px, 100%);
	max-width: 1600px !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.dj-category-grid-eyebrow {
	font-family: 'Figtree';
	color: var(--color-black);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.dj-category-grid-heading {
	color: var(--color-black);
	font-size: 61px;
	font-weight: 800 !important;
	line-height: 68px;
	letter-spacing: -1.22px;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.dj-category-grid-border {
	position: relative;
	margin: 0 0 48px;
	width: 100%;
	height: 20px;
}

.dj-category-grid-border::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 47%;
	height: 4px;
	background: var(--color-black);
	transform: translateY(-50%);
}

.dj-category-grid-border img {
	position: absolute;
	right: 0;
	top: 35%;
	width: 24px;
	height: auto;
	display: block;
	transform: translateY(-50%);
}

.dj-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.dj-category-item {
	margin: 0;
}

.dj-category-image {
	margin: 0 0 18px;
	width: 100%;
	aspect-ratio: 1.22 / 1;
	background: var(--color-white);
	overflow: hidden;
}

.dj-category-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.dj-category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dj-category-title {
	color: var(--color-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.dj-category-title a {
	font-family: 'Figtree';
	color: inherit;
	text-decoration: none;
}

.dj-category-title a:hover {
	color: var(--color-primary-500);
}

/* Tablet */
@media (max-width: 1135px) {
	.dj-category-grid-section {
		padding: 96px 40px 0;
	}

	.dj-category-grid-heading {
		font-size: 48px;
		line-height: 54px;
	}
	
	.dj-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 52px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.dj-category-grid-section {
		padding: 32px 16px 0;
	}

	.dj-category-grid-eyebrow {
		margin: 0 0 8px;
	}

	.dj-category-grid-heading {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
		margin-bottom: 16px;
	}

	.dj-category-grid-border {
		margin-bottom: 24px;
	}

	.dj-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 16px;
	}
}

/* =============================
   Editor Styles
============================= */

.editor-styles-wrapper .dj-category-grid-section {
	width: 100% !important;
	max-width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 88px 24px 0 !important;
	background: var(--color-white);
	box-sizing: border-box;
	overflow: hidden;
}

.editor-styles-wrapper .dj-category-grid-inner {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.editor-styles-wrapper .dj-category-grid-eyebrow {
	color: var(--color-black);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 16px;
}

.editor-styles-wrapper .dj-category-grid-heading {
	color: var(--color-black);
	font-size: clamp(38px, 4vw, 56px);
	font-weight: 800 !important;
	line-height: 1.08;
	letter-spacing: -1.12px;
	text-transform: uppercase;
	margin: 0 0 32px;
}

.editor-styles-wrapper .dj-category-grid-border {
	position: relative;
	margin: 0 0 48px;
	width: 100%;
	height: 20px;
}

.editor-styles-wrapper .dj-category-grid-border::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 47%;
	height: 4px;
	background: var(--color-black);
	transform: translateY(-50%);
}

.editor-styles-wrapper .dj-category-grid-border img {
	position: absolute;
	right: 0;
	top: 35%;
	width: 24px;
	height: auto;
	display: block;
	object-fit: initial;
	transform: translateY(-50%);
}

.editor-styles-wrapper .dj-category-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
	width: 100%;
}

.editor-styles-wrapper .dj-category-item {
	margin: 0;
}

.editor-styles-wrapper .dj-category-image {
	margin: 0 0 18px;
	width: 100%;
	aspect-ratio: 1.22 / 1;
	background: var(--color-ehite);
	overflow: hidden;
}

.editor-styles-wrapper .dj-category-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.editor-styles-wrapper .dj-category-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.editor-styles-wrapper .dj-category-title {
	color: var(--color-black);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
}

.editor-styles-wrapper .dj-category-title a {
	color: inherit;
	text-decoration: none;
}

.editor-styles-wrapper .dj-category-title a:hover {
	color: var(--color-primary-500);
}

/* =============================
   Editor Tablet
============================= */

@media (max-width: 1135px) {
	.editor-styles-wrapper .dj-category-grid-section {
		padding: 96px 40px 0 !important;
	}

	.editor-styles-wrapper .dj-category-grid-heading {
		font-size: 48px;
		line-height: 54px;
	}

	.editor-styles-wrapper .dj-category-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		row-gap: 52px;
	}
}

/* =============================
   Editor Mobile
============================= */

@media (max-width: 767px) {
	.editor-styles-wrapper .dj-category-grid-section {
		padding: 32px 16px 0 !important;
	}

	.editor-styles-wrapper .dj-category-grid-eyebrow {
		margin: 0 0 8px;
	}

	.editor-styles-wrapper .dj-category-grid-heading {
		font-size: 28px;
		line-height: 36px;
		letter-spacing: -0.56px;
		margin-bottom: 16px;
	}

	.editor-styles-wrapper .dj-category-grid-border {
		margin-bottom: 24px;
	}

	.editor-styles-wrapper .dj-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 32px 16px;
	}
}