/* MooGold home bundle. Generated from moogold-modern-home.css; do not edit this file directly. */

.mg-home {
	width: min(1440px, calc(100% - 48px));
	margin-inline: auto;
}

.mg-home {
	display: flex;
	flex-direction: column;
	gap: 64px;
	padding: 28px 0 72px;
}

.mg-hero {
	position: relative;
	height: clamp(360px, 27.5vw, 410px);
	min-height: 360px;
	overflow: hidden;
	border-radius: var(--mg-radius-lg);
	background: var(--mg-navy);
	box-shadow: 0 24px 60px rgba(8, 19, 33, .18);
	color: #fff;
}

.mg-hero__media,
.mg-hero__slide,
.mg-hero__slide picture,
.mg-hero__slide img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.mg-hero__slide picture {
	display: block;
}

.mg-hero__slide {
	opacity: 0;
	visibility: hidden;
	transition: opacity .55s ease, visibility .55s ease;
}

.mg-hero__slide.is-active {
	opacity: 1;
	visibility: visible;
}

.mg-hero__slide img {
	display: block;
	object-fit: cover;
	object-position: center;
	transform: scale(1.015);
}

.mg-hero__veil,
.mg-hero__content {
	transition: opacity .28s ease, visibility .28s ease;
}

.mg-hero.is-artwork-active .mg-hero__veil,
.mg-hero.is-artwork-active .mg-hero__content {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.mg-hero.is-artwork-active .mg-hero__slide.is-active img {
	transform: none;
}

.mg-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(4, 13, 24, .98) 0%, rgba(4, 13, 24, .92) 30%, rgba(4, 13, 24, .42) 58%, rgba(4, 13, 24, .08) 100%),
		linear-gradient(0deg, rgba(4, 13, 24, .28), transparent 45%);
	pointer-events: none;
}

.mg-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: min(620px, 52%);
	height: 100%;
	min-height: 320px;
	padding: 28px clamp(32px, 4.4vw, 64px) 42px;
}

.mg-hero .mg-eyebrow {
	color: #ffd36e;
}

.mg-hero h1 {
	max-width: 620px;
	margin: 0;
	color: #fff;
	font-size: clamp(44px, 4.3vw, 64px);
	font-weight: 900;
	letter-spacing: -.055em;
	line-height: .95;
}

.mg-hero h1 em {
	color: var(--mg-gold);
	font-style: normal;
}

.mg-hero__content > p {
	max-width: 460px;
	margin: 14px 0 10px;
	color: rgba(255, 255, 255, .86);
	font-size: 15px;
	line-height: 1.45;
}

.mg-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.mg-modern-home .mg-promo-banner .mg-button--dark,
.mg-modern-home .mg-promo-banner .mg-button--dark:hover,
.mg-modern-home .mg-promo-banner .mg-button--dark:focus {
	color: #fff;
}

.mg-hero__dots {
	position: absolute;
	z-index: 3;
	left: clamp(32px, 4.4vw, 64px);
	bottom: 18px;
	display: flex;
	gap: 8px;
}

.mg-hero__dots button {
	width: 9px;
	height: 9px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, .5);
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.mg-hero__dots button.is-active {
	width: 26px;
	background: var(--mg-gold);
}

.mg-browse,
.mg-how {
	min-width: 0;
}

.mg-section-heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 21px;
}

.mg-section-heading .mg-eyebrow {
	margin-bottom: 6px;
}

.mg-section-heading h2 {
	margin: 0;
	color: var(--mg-ink);
	font-size: clamp(27px, 2.5vw, 38px);
	font-weight: 880;
	letter-spacing: -.035em;
	line-height: 1.08;
}

.mg-section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 44px;
	font-size: 13px;
	font-weight: 800;
	white-space: nowrap;
}

.mg-section-heading > a span {
	font-size: 22px;
	line-height: 1;
}

.mg-section-heading > a:hover {
	color: var(--mg-gold-deep);
}

.mg-section-heading--compact h2 {
	font-size: 28px;
}

.mg-section-heading--center {
	justify-content: center;
	text-align: center;
}

.mg-product-rail {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	min-width: 0;
}

.mg-product-card {
	--mg-card-accent-rgb: 242, 168, 0;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid #e6e1d8;
	border-radius: var(--mg-radius);
	background: #fffcf5;
	box-shadow: 0 12px 30px rgba(24, 31, 45, .09);
	transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.mg-product-card--game {
	--mg-card-accent-rgb: 92, 105, 224;
}

.mg-product-card--gift-card {
	--mg-card-accent-rgb: 234, 160, 0;
}

.mg-product-card:nth-child(n+6) {
	display: none;
}

.mg-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(242, 168, 0, .62);
	box-shadow: 0 20px 42px rgba(24, 31, 45, .12), 0 8px 24px rgba(242, 168, 0, .14);
}

.mg-product-card__media {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-bottom: 1px solid #ded8cc;
	background: #fff;
}

.mg-product-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	object-fit: cover;
	transition: transform .35s ease;
}

.mg-product-card:hover .mg-product-card__media img {
	transform: scale(1.035);
}

.mg-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 15px;
	background: linear-gradient(180deg, #fffdf8 0%, #fff9ed 100%);
}

.mg-product-card__title {
	display: -webkit-box;
	min-height: 42px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.45;
}

.mg-product-card__title:hover {
	color: var(--mg-gold-deep);
}

.mg-product-card__category {
	align-self: flex-start;
	max-width: 100%;
	margin-top: 8px;
	overflow: hidden;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--mg-soft);
	color: var(--mg-muted);
	font-size: 10px;
	font-weight: 700;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mg-product-card__rating {
	display: flex;
	align-items: center;
	gap: 7px;
	margin-top: 13px;
}

.mg-product-card__rating > span {
	color: var(--mg-gold);
	font-size: 11px;
	letter-spacing: 1px;
}

.mg-product-card__rating small {
	color: var(--mg-muted);
	font-size: 10px;
	font-weight: 700;
}

.mg-product-card__purchase {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: end;
	gap: 10px;
	margin-top: auto;
	padding-top: 15px;
}

.mg-product-card__price {
	min-width: 0;
	font-size: 15px;
	font-weight: 850;
}

.mg-product-card__price small {
	display: block;
	margin-bottom: 2px;
	color: var(--mg-muted);
	font-size: 9px;
	font-weight: 650;
	text-transform: uppercase;
}

.mg-product-card__price .price,
.mg-product-card__price .amount {
	font-size: inherit;
}

.mg-product-card__price del {
	display: block;
	color: #9ba1ad;
	font-size: 10px;
}

.mg-product-card__price ins {
	background: transparent;
	text-decoration: none;
}

.mg-promo-banner {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	min-height: 174px;
	overflow: hidden;
	padding: 30px clamp(26px, 4vw, 58px);
	border-radius: var(--mg-radius-lg);
	background:
		radial-gradient(circle at 15% 0, rgba(255,255,255,.36), transparent 30%),
		linear-gradient(120deg, #ffd058 0%, #f2a800 48%, #ffc83d 100%);
	box-shadow: 0 18px 42px rgba(242, 168, 0, .18);
}

.mg-promo-banner::after {
	content: "";
	position: absolute;
	right: -70px;
	top: -110px;
	width: 330px;
	height: 330px;
	border: 58px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
}

.mg-promo-banner__art {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 102px;
	height: 102px;
}

.mg-promo-banner__art span {
	position: relative;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 78px;
	height: 78px;
	border: 6px solid #ffe59a;
	border-radius: 50%;
	background: #bf7600;
	box-shadow: 0 12px 20px rgba(121, 75, 0, .2);
	color: #fff2be;
	font-size: 38px;
	font-weight: 950;
}

.mg-promo-banner__art span svg {
	display: block;
	width: 39px;
	height: 39px;
	fill: #fff2be;
	filter: drop-shadow(0 3px 0 rgba(88, 50, 0, .16));
}

.mg-promo-banner__art i,
.mg-promo-banner__art b {
	position: absolute;
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background: #41a5ff;
	transform: rotate(45deg);
}

.mg-promo-banner__art i { left: 0; bottom: 7px; }
.mg-promo-banner__art b { right: 0; top: 5px; background: #fff3b5; }

.mg-promo-banner > div:not(.mg-promo-banner__art) {
	position: relative;
	z-index: 2;
}

.mg-promo-banner .mg-eyebrow {
	margin-bottom: 5px;
	color: #724800;
}

.mg-promo-banner h2 {
	margin: 0;
	font-size: clamp(27px, 3vw, 42px);
	font-weight: 900;
	letter-spacing: -.04em;
}

.mg-promo-banner p {
	margin: 7px 0 0;
	color: #634400;
	font-size: 14px;
}

.mg-promo-banner .mg-button {
	position: relative;
	z-index: 2;
	white-space: nowrap;
}

.mg-how {
	position: relative;
	overflow: hidden;
	padding: 38px;
	border: 1px solid rgba(242, 168, 0, .14);
	border-radius: var(--mg-radius-lg);
	background:
		radial-gradient(circle at 8% 10%, rgba(255, 184, 35, .22), transparent 30%),
		radial-gradient(circle at 91% 8%, rgba(113, 78, 224, .16), transparent 30%),
		linear-gradient(135deg, #fff9e9 0%, #f8f3ff 52%, #eef8ff 100%);
	box-shadow: 0 18px 50px rgba(38, 31, 69, .07);
}

.mg-how .mg-section-heading,
.mg-how__steps {
	position: relative;
	z-index: 1;
}

.mg-how__steps {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	max-width: 1100px;
	margin: 32px auto 0;
}

.mg-how__steps article {
	position: relative;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	min-width: 0;
	padding: 18px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 18px;
	background: rgba(255, 255, 255, .76);
	box-shadow: 0 10px 28px rgba(43, 38, 72, .07);
}

.mg-how__steps article:nth-child(1) {
	background: linear-gradient(135deg, rgba(255, 250, 230, .94), rgba(255, 239, 190, .8));
}

.mg-how__steps article:nth-child(2) {
	background: linear-gradient(135deg, rgba(250, 247, 255, .94), rgba(231, 222, 255, .8));
}

.mg-how__steps article:nth-child(3) {
	background: linear-gradient(135deg, rgba(247, 252, 255, .94), rgba(214, 241, 255, .82));
}

.mg-how__steps article:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	left: calc(100% + 6px);
	width: 16px;
	border-top: 2px dotted rgba(91, 73, 146, .34);
}

.mg-how__steps article > b {
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: var(--mg-gold);
	color: var(--mg-ink);
	font-size: 11px;
	box-shadow: 0 5px 12px rgba(242, 168, 0, .28);
}

.mg-how__steps article:nth-child(2) > b {
	background: #7454d6;
	color: #fff;
	box-shadow: 0 5px 12px rgba(116, 84, 214, .28);
}

.mg-how__steps article:nth-child(3) > b {
	background: #1593cf;
	color: #fff;
	box-shadow: 0 5px 12px rgba(21, 147, 207, .25);
}

.mg-how__steps article > span {
	display: grid;
	place-items: center;
	width: 62px;
	height: 62px;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	background: linear-gradient(135deg, #fff8dc, #ffe49c);
	color: #b87300;
	font-size: 25px;
	box-shadow: 0 8px 22px rgba(95, 67, 40, .1);
}

.mg-how__steps article:nth-child(2) > span {
	background: linear-gradient(135deg, #f3edff, #d9ccff);
	color: #5c3ec3;
}

.mg-how__steps article:nth-child(3) > span {
	background: linear-gradient(135deg, #eaf8ff, #c7ebff);
	color: #117aa9;
}

.mg-how__steps h3,
.mg-how__steps p {
	margin: 0;
}

.mg-how__steps h3 {
	font-size: 14px;
	font-weight: 850;
}

.mg-how__steps p {
	margin-top: 6px;
	color: var(--mg-muted);
	font-size: 11px;
	line-height: 1.5;
}

.mg-browse {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(28px, 3vw, 42px);
	border: 1px solid rgba(226, 147, 0, .2);
	border-radius: 30px;
	background:
		linear-gradient(115deg, #ffdc78 0%, #ffb300 48%, #ffc83f 100%);
	box-shadow: 0 24px 58px rgba(211, 139, 0, .2);
}

.mg-browse::before,
.mg-browse::after {
	content: "";
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	pointer-events: none;
}

.mg-browse::before {
	top: -185px;
	right: -35px;
	width: 380px;
	height: 380px;
	border: 70px solid rgba(255, 255, 255, .12);
	box-shadow: 0 0 0 55px rgba(255, 255, 255, .07);
}

.mg-browse::after {
	bottom: -165px;
	left: 26%;
	width: 330px;
	height: 330px;
	border: 62px solid rgba(255, 244, 194, .22);
	box-shadow: 0 0 0 42px rgba(255, 255, 255, .07);
}

.mg-browse .mg-section-heading {
	position: relative;
	z-index: 1;
	align-items: center;
	margin-bottom: 28px;
}

.mg-browse .mg-section-heading h2 {
	color: #17191f;
}

.mg-browse .mg-eyebrow {
	color: #76500b;
}

.mg-browse__description {
	max-width: 650px;
	margin: 10px 0 0;
	color: rgba(40, 31, 14, .72);
	font-size: 12px;
	line-height: 1.55;
}

.mg-category-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.mg-category-grid > a {
	--mg-category-accent: 242, 168, 0;
	position: relative;
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr) 32px;
	align-items: center;
	gap: 14px;
	min-height: 112px;
	overflow: hidden;
	padding: 17px;
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 19px;
	background:
		radial-gradient(circle at 100% 0%, rgba(var(--mg-category-accent), .12), transparent 45%),
		linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(255, 250, 232, .92));
	box-shadow: inset 0 -3px 0 rgba(var(--mg-category-accent), .58), 0 12px 28px rgba(125, 78, 0, .12);
	color: #17191f;
	transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

.mg-category-grid > a:nth-child(1) { --mg-category-accent: 55, 103, 255; }
.mg-category-grid > a:nth-child(2) { --mg-category-accent: 38, 166, 91; }
.mg-category-grid > a:nth-child(3) { --mg-category-accent: 232, 36, 45; }
.mg-category-grid > a:nth-child(4) { --mg-category-accent: 66, 133, 244; }
.mg-category-grid > a:nth-child(5) { --mg-category-accent: 174, 182, 196; }
.mg-category-grid > a:nth-child(6) { --mg-category-accent: 224, 52, 63; }
.mg-category-grid > a:nth-child(7) { --mg-category-accent: 211, 45, 54; }
.mg-category-grid > a:nth-child(8) { --mg-category-accent: 255, 184, 27; }

.mg-category-grid > a:hover {
	transform: translateY(-5px);
	border-color: rgba(255, 255, 255, .95);
	background:
		radial-gradient(circle at 100% 0%, rgba(var(--mg-category-accent), .2), transparent 50%),
		linear-gradient(145deg, #fff, #fff8dc);
	box-shadow: inset 0 -3px 0 rgba(var(--mg-category-accent), .9), 0 18px 36px rgba(125, 78, 0, .2);
}

.mg-category-grid > a:focus-visible {
	outline: 3px solid rgba(23, 25, 31, .58);
	outline-offset: 3px;
}

.mg-category-grid img {
	box-sizing: border-box;
	width: 62px;
	height: 54px;
	padding: 11px;
	border: 1px solid rgba(var(--mg-category-accent), .15);
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 9px 22px rgba(77, 54, 13, .1);
	object-fit: contain;
}

.mg-category-grid span,
.mg-category-grid strong,
.mg-category-grid small {
	display: block;
	min-width: 0;
}

.mg-category-grid strong {
	overflow: hidden;
	color: #17191f;
	font-size: 15px;
	font-weight: 850;
	letter-spacing: -.015em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mg-category-grid small {
	margin-top: 5px;
	color: #736950;
	font-size: 10px;
}

.mg-category-grid i {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	border: 1px solid rgba(23, 25, 31, .08);
	border-radius: 50%;
	background: #17191f;
	box-shadow: 0 7px 16px rgba(23, 25, 31, .14);
	color: #fff;
	font-size: 20px;
	font-style: normal;
	transition: transform .22s ease, background .22s ease;
}

.mg-category-grid i svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.mg-category-grid > a:hover i {
	transform: translateX(3px);
	background: rgb(var(--mg-category-accent));
}

@media (max-width: 1180px) {

	.mg-product-rail {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.mg-product-card:nth-child(5) {
		display: none;
	}

	.mg-category-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {

	.mg-hero__content {
		width: 66%;
	}

	.mg-product-rail {
		display: flex;
		overflow-x: auto;
		padding: 2px 2px 18px;
		scroll-padding-inline: 2px;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.mg-product-card,
	.mg-product-card:nth-child(n) {
		display: flex;
		flex: 0 0 min(31vw, 285px);
		scroll-snap-align: start;
	}

	.mg-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}

@media (max-width: 767px) {

	.mg-home {
		width: min(100% - 28px, 620px);
	}

	.mg-home {
		gap: 44px;
		padding: 14px 0 96px;
	}

	.mg-hero {
		height: 290px;
		min-height: 290px;
		border-radius: 20px;
	}

	.mg-hero__slide img {
		object-position: center;
	}

	.mg-hero__veil {
		background:
			linear-gradient(90deg, rgba(4, 13, 24, .98) 0%, rgba(4, 13, 24, .90) 42%, rgba(4, 13, 24, .34) 58%, rgba(4, 13, 24, .08) 70%, transparent 82%),
			linear-gradient(0deg, rgba(4, 13, 24, .16), transparent 45%);
	}

	.mg-hero__content {
		justify-content: center;
		width: 68%;
		height: 100%;
		min-height: 0;
		padding: 22px 18px 36px;
	}

	.mg-hero h1 {
		font-size: clamp(34px, 10.5vw, 43px);
	}

	.mg-hero__content > p {
		max-width: 225px;
		margin: 10px 0 0;
		font-size: 12.5px;
		line-height: 1.4;
	}

	.mg-hero .mg-delivery-note,
	.mg-hero__actions .mg-button--ghost {
		display: none;
	}

	.mg-hero__actions {
		width: auto;
		margin-top: 14px;
	}

	.mg-hero__actions .mg-button {
		width: auto;
		min-height: 42px;
		padding-inline: 16px;
	}

	.mg-hero__actions .mg-button--ghost {
		display: none;
	}

	.mg-hero__dots {
		left: 18px;
		bottom: 12px;
	}

	.mg-section-heading {
		align-items: center;
		margin-bottom: 16px;
	}

	.mg-section-heading .mg-eyebrow {
		display: none;
	}

	.mg-section-heading h2,
	.mg-section-heading--compact h2 {
		font-size: 24px;
	}

	.mg-section-heading > a {
		min-height: 42px;
		font-size: 12px;
	}

	.mg-product-rail::-webkit-scrollbar { display: none; }

	.mg-product-rail {
		margin-right: -14px;
		padding-right: 14px;
		scrollbar-width: none;
	}

	.mg-product-card,
	.mg-product-card:nth-child(n) {
		flex-basis: min(72vw, 270px);
		border-radius: 16px;
	}

	.mg-product-card__body {
		padding: 13px;
	}

	.mg-product-card__title {
		min-height: 39px;
		font-size: 13px;
	}

	.mg-product-card__purchase {
		grid-template-columns: 1fr;
	}

	.mg-promo-banner {
		grid-template-columns: 1fr auto;
		gap: 12px;
		min-height: 160px;
		padding: 23px;
		border-radius: 20px;
	}

	.mg-promo-banner__art {
		display: none;
	}

	.mg-promo-banner h2 {
		font-size: 27px;
	}

	.mg-promo-banner p {
		font-size: 11px;
	}

	.mg-promo-banner .mg-button {
		min-height: 44px;
		padding: 0 15px;
		font-size: 12px;
	}

	.mg-how {
		padding: 26px 20px;
		border-radius: 20px;
	}

	.mg-how__steps {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 26px;
	}

	.mg-how__steps article:not(:last-child)::after {
		top: calc(100% + 5px);
		left: 48px;
		width: 0;
		height: 12px;
		border-top: 0;
		border-left: 2px dotted rgba(91, 73, 146, .34);
	}

	.mg-how__steps article > span {
		width: 56px;
		height: 56px;
	}

	.mg-browse {
		padding: 24px 14px;
		border-radius: 22px;
	}

	.mg-browse .mg-section-heading {
		align-items: flex-start;
		margin-bottom: 20px;
	}

	.mg-browse .mg-section-heading h2 {
		font-size: 26px;
	}

	.mg-browse__description {
		margin-top: 8px;
		font-size: 10px;
	}

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

	.mg-category-grid > a {
		grid-template-columns: 46px minmax(0, 1fr);
		gap: 10px;
		min-height: 92px;
		padding: 12px;
		border-radius: 15px;
	}

	.mg-category-grid img {
		width: 46px;
		height: 43px;
		padding: 8px;
		border-radius: 12px;
	}

	.mg-category-grid strong {
		font-size: 12px;
	}

	.mg-category-grid small {
		display: block;
		font-size: 9px;
	}

	.mg-category-grid i {
		position: absolute;
		top: 9px;
		right: 9px;
		display: grid;
		width: 23px;
		height: 23px;
		font-size: 15px;
	}

	.mg-category-grid i svg {
		width: 13px;
		height: 13px;
	}
}

@media (max-width: 430px) {
	.mg-hero__content {
		width: 70%;
	}

	.mg-promo-banner {
		grid-template-columns: 1fr;
	}

	.mg-promo-banner .mg-button {
		width: fit-content;
	}

}

.mg-modern-home ul.products.mg-catalogue-grid {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

.mg-modern-home ul.products.mg-catalogue-grid::before,
.mg-modern-home ul.products.mg-catalogue-grid::after {
	display: none !important;
}

.mg-modern-home ul.products.mg-catalogue-grid li.product.mg-catalogue-card {
	display: flex !important;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	overflow: hidden;
	border: 1px solid #e3ded4;
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 12px 30px rgba(24, 31, 45, .08);
	text-align: left !important;
	transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.mg-modern-home ul.products.mg-catalogue-grid li.product.mg-catalogue-card:hover {
	transform: translateY(-4px);
	border-color: rgba(242, 168, 0, .55);
	box-shadow: 0 20px 42px rgba(24, 31, 45, .12);
}

.mg-modern-home ul.products .mg-catalogue-card__media img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	transition: transform .3s ease;
}

.mg-modern-home ul.products.mg-catalogue-grid li.product h2.woocommerce-loop-product__title {
	min-height: 46px;
	margin: 11px 0 0 !important;
	padding: 0 !important;
	font-size: 15px !important;
	font-weight: 900;
	line-height: 1.45;
}

.mg-single-product__details ul.products li.product.mg-catalogue-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #e3ded4;
	border-radius: 18px;
	background: #fffdf8;
	box-shadow: 0 12px 30px rgba(24, 31, 45, .08);
	text-align: left;
}

.mg-single-product__details ul.products li.product.mg-catalogue-card h2.woocommerce-loop-product__title {
	min-height: 46px;
	margin: 11px 0 0;
	padding: 0;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.45;
}

@media (max-width: 1280px) {
	.mg-modern-home ul.products.mg-catalogue-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (max-width: 1100px) {
	.mg-modern-home ul.products.mg-catalogue-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 760px) {

	.mg-modern-home ul.products.mg-catalogue-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.mg-modern-home ul.products.mg-catalogue-grid li.product.mg-catalogue-card {
		border-radius: 15px;
	}

	.mg-modern-home ul.products.mg-catalogue-grid li.product h2.woocommerce-loop-product__title {
		min-height: 42px;
		font-size: 12px !important;
	}
}
