body.mpc-catalog-page {
	background-color: #eceef0;
}

#mpc-catalog-root {
	font-family: 'Mulish', sans-serif;
	color: #555555;
	box-sizing: border-box;
	isolation: isolate;
	overflow-x: auto;
	width: 100%;
	max-width: 1500rem;
	margin: 40rem auto;
	padding: 0 30rem;
}

#mpc-catalog-root *,
#mpc-catalog-root *::before,
#mpc-catalog-root *::after {
	box-sizing: border-box;
}

#mpc-catalog-root img,
#mpc-catalog-root svg {
	display: block;
}

#mpc-catalog-root a {
	color: inherit;
	text-decoration: none;
}

#mpc-catalog-root .container {
	width: 1500rem !important;
	min-width: 1500rem !important;
	max-width: 1500rem !important;
}

#mpc-catalog-root .mx-auto {
	margin-left: auto;
	margin-right: auto;
}

#mpc-catalog-root .relative {
	position: relative;
}

#mpc-catalog-root .absolute {
	position: absolute;
}

#mpc-catalog-root .z-10 {
	z-index: 10;
}

#mpc-catalog-root .left-3 {
	left: 12rem;
}

#mpc-catalog-root .left-4 {
	left: 16rem;
}

#mpc-catalog-root .top-3 {
	top: 12rem;
}

#mpc-catalog-root .top-4 {
	top: 16rem;
}

#mpc-catalog-root .flex {
	display: flex !important;
}

#mpc-catalog-root .grid {
	display: grid !important;
}

#mpc-catalog-root .hidden {
	display: none;
}

#mpc-catalog-root .grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

#mpc-catalog-root .grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

#mpc-catalog-root .col-span-2 {
	grid-column: span 2 / span 2;
}

#mpc-catalog-root .flex-1 {
	flex: 1 1 0% !important;
}

#mpc-catalog-root .shrink-0 {
	flex-shrink: 0;
}

#mpc-catalog-root .flex-wrap {
	flex-wrap: wrap;
}

#mpc-catalog-root .items-center {
	align-items: center;
}

#mpc-catalog-root .items-end {
	align-items: flex-end;
}

#mpc-catalog-root .justify-between {
	justify-content: space-between;
}

#mpc-catalog-root .justify-center {
	justify-content: center;
}

#mpc-catalog-root .cursor-pointer {
	cursor: pointer;
}

#mpc-catalog-root .appearance-none {
	appearance: none;
}

#mpc-catalog-root .outline-0 {
	outline: 2rem solid transparent;
	outline-offset: 2rem;
}

#mpc-catalog-root .border {
	border-width: 1rem;
	border-style: solid;
}

#mpc-catalog-root .border-2 {
	border-width: 2rem;
	border-style: solid;
}

#mpc-catalog-root .border-b {
	border-bottom-width: 1rem;
	border-bottom-style: solid;
}

#mpc-catalog-root .border-r-2 {
	border-right-width: 2rem;
	border-right-style: solid;
}

#mpc-catalog-root .border-b-2 {
	border-bottom-width: 2rem;
	border-bottom-style: solid;
}

#mpc-catalog-root .border-\[\#D1D5DB\] {
	border-color: #d1d5db;
}

#mpc-catalog-root .border-\[\#D5D7D9\] {
	border-color: #d5d7d9;
}

#mpc-catalog-root .border-\[\#E5E5E5\] {
	border-color: #e5e5e5;
}

#mpc-catalog-root .border-\[\#E5E7EB\] {
	border-color: #e5e7eb;
}

#mpc-catalog-root .border-white {
	border-color: #fff;
}

#mpc-catalog-root .checked\:border-0:checked {
	border-width: 0;
}

#mpc-catalog-root .checked\:bg-\[\#FF5757\]:checked {
	background-color: #ff5757;
}

#mpc-catalog-root .checked\:after\:content-\[\'\'\]:checked::after {
	content: '';
}

#mpc-catalog-root .checked\:after\:absolute:checked::after {
	position: absolute;
}

#mpc-catalog-root .checked\:after\:left-\[6px\]:checked::after {
	left: 6rem;
}

#mpc-catalog-root .checked\:after\:top-\[3px\]:checked::after {
	top: 3rem;
}

#mpc-catalog-root .checked\:after\:w-\[6px\]:checked::after {
	width: 6rem;
}

#mpc-catalog-root .checked\:after\:h-\[10px\]:checked::after {
	height: 10rem;
}

#mpc-catalog-root .checked\:after\:border-r-2:checked::after {
	border-right-width: 2rem;
	border-right-style: solid;
}

#mpc-catalog-root .checked\:after\:border-b-2:checked::after {
	border-bottom-width: 2rem;
	border-bottom-style: solid;
}

#mpc-catalog-root .checked\:after\:border-white:checked::after {
	border-color: #fff;
}

#mpc-catalog-root .checked\:after\:rotate-45:checked::after {
	transform: rotate(0deg);
}

#mpc-catalog-root .bg-white {
	background-color: #fff !important;
}

#mpc-catalog-root .bg-\[\#ECEEF0\] {
	background-color: #eceef0 !important;
}

#mpc-catalog-root .bg-\[\#F3F4F6\] {
	background-color: #f3f4f6;
}

#mpc-catalog-root .bg-\[\#FF5757\] {
	background-color: #ff5757;
}

#mpc-catalog-root .bg-\[\#41B619\] {
	background-color: #41b619 !important;
}

#mpc-catalog-root .fill-\[\#4B5563\] {
	fill: #4b5563;
}

#mpc-catalog-root .rounded-sm {
	border-radius: 2rem;
}

#mpc-catalog-root .rounded-md {
	border-radius: 6rem;
}

#mpc-catalog-root .rounded-lg {
	border-radius: 8rem;
}

#mpc-catalog-root .rounded-\[10px\] {
	border-radius: 10rem;
}

#mpc-catalog-root .rounded-\[20px\] {
	border-radius: 20rem;
}

#mpc-catalog-root .rounded-\[30px\] {
	border-radius: 30rem;
}

#mpc-catalog-root .text-center {
	text-align: center;
}

#mpc-catalog-root .text-right {
	text-align: right;
}

#mpc-catalog-root .font-light {
	font-weight: 300;
}

#mpc-catalog-root .font-medium {
	font-weight: 500;
}

#mpc-catalog-root .font-bold {
	font-weight: 700;
}

#mpc-catalog-root .leading-3 {
	line-height: 12rem;
}

#mpc-catalog-root .leading-none {
	line-height: 1;
}

#mpc-catalog-root .leading-\[120\%\] {
	line-height: 120%;
}

#mpc-catalog-root .leading-\[130\%\] {
	line-height: 130%;
}

#mpc-catalog-root .leading-\[140\%\] {
	line-height: 140%;
}

#mpc-catalog-root .text-\[12px\] {
	font-size: 12rem;
}

#mpc-catalog-root .text-\[14px\] {
	font-size: 14rem;
}

#mpc-catalog-root .text-\[16px\] {
	font-size: 16rem;
}

#mpc-catalog-root .text-\[18px\] {
	font-size: 18rem;
}

#mpc-catalog-root .text-\[24px\] {
	font-size: 24rem;
}

#mpc-catalog-root .text-\[32px\] {
	font-size: 32rem;
}

#mpc-catalog-root .text-\[36px\] {
	font-size: 36rem;
}

#mpc-catalog-root .text-white {
	color: #fff;
}

#mpc-catalog-root .text-black {
	color: #000;
}

#mpc-catalog-root .text-\[\#222\] {
	color: #222;
}

#mpc-catalog-root .text-\[\#333\] {
	color: #333;
}

#mpc-catalog-root .text-\[\#333333\] {
	color: #333333;
}

#mpc-catalog-root .text-\[\#4B5563\] {
	color: #4b5563;
}

#mpc-catalog-root .text-\[\#555555\] {
	color: #555555;
}

#mpc-catalog-root .text-\[\#666\] {
	color: #666;
}

#mpc-catalog-root .text-\[\#999999\] {
	color: #999999;
}

#mpc-catalog-root .text-\[\#FF5757\] {
	color: #ff5757;
}

#mpc-catalog-root .line-through {
	text-decoration-line: line-through;
}

#mpc-catalog-root .w-full {
	width: 100%;
}

#mpc-catalog-root .w-fit {
	width: fit-content;
}

#mpc-catalog-root .w-10 {
	width: 40rem;
}

#mpc-catalog-root .w-\[120px\] {
	width: 120rem;
}

#mpc-catalog-root .h-10 {
	height: 40rem;
}

#mpc-catalog-root .h-\[45px\] {
	height: 45rem;
}

#mpc-catalog-root .max-w-\[405px\] {
	max-width: 405rem;
}

#mpc-catalog-root .p-3 {
	padding: 12rem;
}

#mpc-catalog-root .p-4 {
	padding: 16rem;
}

#mpc-catalog-root .p-6 {
	padding: 24rem;
}

#mpc-catalog-root .px-1 {
	padding-left: 4rem;
	padding-right: 4rem;
}

#mpc-catalog-root .px-2 {
	padding-left: 8rem;
	padding-right: 8rem;
}

#mpc-catalog-root .px-3 {
	padding-left: 12rem;
	padding-right: 12rem;
}

#mpc-catalog-root .px-6 {
	padding-left: 24rem;
	padding-right: 24rem;
}

#mpc-catalog-root .px-10 {
	padding-left: 40rem;
	padding-right: 40rem;
}

#mpc-catalog-root .py-0\.5 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

#mpc-catalog-root .py-1 {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

#mpc-catalog-root .py-4 {
	padding-top: 16rem;
	padding-bottom: 16rem;
}

#mpc-catalog-root .py-6 {
	padding-top: 24rem;
	padding-bottom: 24rem;
}

#mpc-catalog-root .ml-2 {
	margin-left: 8rem;
}

#mpc-catalog-root .mr-2 {
	margin-right: 8rem;
}

#mpc-catalog-root .mt-1 {
	margin-top: 4rem;
}

#mpc-catalog-root .mt-4 {
	margin-top: 16rem;
}

#mpc-catalog-root .mt-6 {
	margin-top: 24rem;
}

#mpc-catalog-root .mt-8 {
	margin-top: 32rem;
}

#mpc-catalog-root .mt-10 {
	margin-top: 40rem;
}

#mpc-catalog-root .mb-2 {
	margin-bottom: 8rem;
}

#mpc-catalog-root .mb-3 {
	margin-bottom: 12rem;
}

#mpc-catalog-root .mb-5 {
	margin-bottom: 20rem;
}

#mpc-catalog-root .mb-8 {
	margin-bottom: 32rem;
}

#mpc-catalog-root .gap-2 {
	gap: 8rem;
}

#mpc-catalog-root .gap-3 {
	gap: 12rem;
}

#mpc-catalog-root .gap-4 {
	gap: 16rem;
}

#mpc-catalog-root .gap-5 {
	gap: 20rem;
}

#mpc-catalog-root .gap-8 {
	gap: 32rem;
}

#mpc-catalog-root .gap-10 {
	gap: 40rem;
}

#mpc-catalog-root .gap-20 {
	gap: 80rem;
}

#mpc-catalog-root .space-y-2 > :not([hidden]) ~ :not([hidden]) {
	margin-top: 8rem;
}

#mpc-catalog-root .space-y-4 > :not([hidden]) ~ :not([hidden]) {
	margin-top: 16rem;
}

#mpc-catalog-root .option-active {
	outline: 2rem solid #ff5757;
	outline-offset: 2rem;
}

#mpc-catalog-root .mpc-options .flex.flex-wrap.gap-3 > div {
	opacity: 0.5;
	transition: opacity 0.2s ease;
}

#mpc-catalog-root .mpc-options .flex.flex-wrap.gap-3 > div.option-active {
	opacity: 1;
}

#mpc-catalog-root .mpc-color-swatch {
	display: inline-block;
	width: 14rem;
	height: 14rem;
	border-radius: 50%;
	border: 1rem solid #d5d7d9;
	margin-right: 6rem;
	vertical-align: -2rem;
}

#mpc-catalog-root .mpc-catalog-loading {
	opacity: 0.55;
	pointer-events: none;
}

#mpc-catalog-root .mpc-filter-option--hidden {
	display: none !important;
}

#mpc-catalog-root .mpc-filter-show-all {
	display: flex;
	align-items: center;
	gap: 8rem;
	margin-top: 18rem;
	padding: 0;
	border: 0;
	background: transparent;
	color: #ff5757;
	font: inherit;
	font-size: 14rem;
	line-height: 1.2;
	cursor: pointer;
}

#mpc-catalog-root .mpc-filter-show-all span {
	font-size: 24rem;
	line-height: 1;
}

#mpc-catalog-root .mpc-select {
	position: relative;
	display: block;
}

#mpc-catalog-root .mpc-select::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 14rem;
	width: 9rem;
	height: 9rem;
	border-right: 2rem solid #555555;
	border-bottom: 2rem solid #555555;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.2s ease;
	pointer-events: none;
}

#mpc-catalog-root .mpc-select.is-open::after {
	transform: translateY(-30%) rotate(-135deg);
}

#mpc-catalog-root .mpc-select__control {
	padding-right: 42rem !important;
}

#mpc-catalog-root .mpc-fancybox-link {
	display: block;
}

#mpc-catalog-root .py-21 {
	padding-top: 84rem;
	padding-bottom: 84rem;
}

#mpc-catalog-root .w-70 {
	width: 280rem;
}

#mpc-catalog-root .w-73\.5 {
	width: 294rem;
}

#mpc-catalog-root .w-4\.5 {
	width: 18rem;
}

#mpc-catalog-root .h-4\.5 {
	height: 18rem;
}

#mpc-catalog-root .p-4\.25 {
	padding: 17rem;
}

#mpc-catalog-root .px-4\.25 {
	padding-left: 17rem;
	padding-right: 17rem;
}

#mpc-catalog-root .p-12\.5 {
	padding: 50rem;
}

#mpc-catalog-root .py-7\.5 {
	padding-top: 30rem;
	padding-bottom: 30rem;
}

#mpc-catalog-root .py-2\.5 {
	padding-top: 10rem;
	padding-bottom: 10rem;
}

#mpc-catalog-root .py-1\.5 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

#mpc-catalog-root .px-2\.5 {
	padding-left: 10rem;
	padding-right: 10rem;
}

#mpc-catalog-root .gap-2\.5 {
	gap: 10rem;
}

#mpc-catalog-root .gap-1\.5 {
	gap: 6rem;
}

#mpc-catalog-root .gap-7\.5 {
	gap: 30rem;
}

#mpc-catalog-root .mb-5\.5 {
	margin-bottom: 22rem;
}

/* #mpc-catalog-root .space-y-7\.5 > :not([hidden]) ~ :not([hidden]) {
	margin-top: 30rem;
} */

#mpc-catalog-root .grid.mpc-gallery__mobile {
	display: none !important;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel {
	display: none;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__viewport {
	overflow: hidden;
	border-radius: 12rem;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__track {
	display: flex;
	transition: transform 0.28s ease;
	will-change: transform;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__slide {
	display: block;
	flex: 0 0 100%;
	min-width: 100%;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__slide img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 12rem;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__arrow {
	position: absolute;
	top: 50%;
	z-index: 12;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40rem;
	height: 40rem;
	border: 0 !important;
	border-radius: 999rem;
	background: rgba(255, 255, 255, 0.92) !important;
	color: #333333 !important;
	font-size: 30rem;
	line-height: 1;
	transform: translateY(-50%);
	box-shadow: 0 4rem 16rem rgba(0, 0, 0, 0.12);
	cursor: pointer;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__arrow--prev {
	left: 10rem;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__arrow--next {
	right: 10rem;
}

#mpc-catalog-root .mpc-gallery-mobile-carousel__arrow[hidden] {
	display: none !important;
}

.mpc-product-gallery__item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.mpc-product-gallery--has-secondary:hover .mpc-product-gallery__item {
	opacity: 1;
}

.mpc-product-gallery > img:first-of-type {
	display: block;
	width: 100%;
	height: auto;
	transition: opacity 0.3s ease;
}

.mpc-product-gallery--has-secondary:hover > img:first-of-type {
	opacity: 0;
}

.mpc-filter-show-all {
	font-size: 14rem;
}

#mpc-catalog-root input[type='checkbox'] {
	background: white;
}


#mpc-catalog-root [data-mpc-products] {
	align-items: stretch;
}

#mpc-catalog-root .mpc-product-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#mpc-catalog-root .mpc-product-card > a:first-child {
	display: block;
}

#mpc-catalog-root .mpc-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
}

#mpc-catalog-root .mpc-product-card__footer {
	align-items: flex-end;
	margin-top: auto;
}


.mpc-catalog-mobile-bar {
	display: none;
}

.mpc-catalog-sidebar__content {
	display: flex;
	gap: 30rem;
	flex-direction: column;
}

.mpc-view-switcher__button {
	border: 0 !important;
	background: #f3f4f6 !important;
	color: #4b5563 !important;
}

.mpc-view-switcher__button.is-active {
	background-color: #ff5757 !important;
	color: white !important;
}

#mpc-catalog-root [data-mpc-products].mpc-products--list {
	display: flex !important;
	flex-direction: column;
	gap: 12rem;
}

#mpc-catalog-root [data-mpc-products].mpc-products--list .mpc-product-card {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	gap: 20rem;
	padding: 16rem;
}

#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-card
	> a:first-child {
	display: block;
	width: 280rem;
	flex: 0 0 280rem;
}

#mpc-catalog-root [data-mpc-products].mpc-products--list .mpc-product-gallery {
	height: 100%;
}

#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-gallery
	> img:first-of-type,
#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-gallery__item {
	width: 100%;
	height: 100%;
	min-height: 220rem;
	object-fit: cover;
}

#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding-right: 12rem;
}

#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-card__footer {
	margin-top: auto;
	align-items: flex-end;
}

#mpc-catalog-root
	[data-mpc-products].mpc-products--list
	.mpc-product-card__action {
	margin-left: 16rem;
}

.label-sale {
	background-color: #f5dbed !important;
	color: #a64686 !important;
	font-weight: 500;
}

.label-hit {
	background-color: #ffdddd !important;
	color: #ff5757 !important;
	font-weight: 500;
}

#mpc-catalog-root .mpc-callback-trigger {
	cursor: pointer;
	border: 0;
	padding: 0 20rem;
	appearance: none;
	box-shadow: none;
}

#mpc-catalog-root .mpc-callback-modal {
	position: fixed;
	inset: 0;
	display: none;
	padding: 24rem;
	z-index: 99999;
}

#mpc-catalog-root .mpc-callback-modal.is-open {
	display: flex;
}

#mpc-catalog-root .mpc-callback-modal__dialog {
	position: relative;
	width: 100%;
	max-width: 400rem;
	padding: 40rem;
	border-radius: 20rem;
	z-index: 100000;
}

#mpc-catalog-root .mpc-callback-modal__title {
	font-size: 24rem;
	font-weight: 800;
	line-height: 1.4;
	color: #333333;
}

#mpc-catalog-root .mpc-callback-modal__text {
	font-size: 18rem;
	line-height: 1.4;
	font-weight: 300;
	color: #555555;
	padding-top: 14rem;
	padding-bottom: 14rem;
	margin-bottom: 8rem;
}

#mpc-catalog-root .mpc-callback-modal__form {
	display: flex;
	flex-direction: column;
}

#mpc-catalog-root .mpc-callback-modal__input {
	width: 100%;
	height: 62rem;
	padding: 0 22rem;
	border: 0;
	border-radius: 10rem;
	background: #ffffff;
	font-size: 16rem;
	line-height: 1;
	color: #333333;
	box-shadow: none;
}

#mpc-catalog-root .mpc-callback-modal__input::placeholder {
	color: #9ca3af;
}

#mpc-catalog-root .mpc-callback-modal__submit {
	width: 100%;
	height: 64rem;
	margin-top: 16rem;
	border: 0;
	border-radius: 10rem;
	background: #41b619;
	color: #ffffff;
	font-size: 18rem;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
	cursor: pointer;
}

#mpc-catalog-root .mpc-callback-modal__consent {
	margin-top: 16rem;
	font-size: 14rem;
	line-height: 1.4;
	color: #555555;
}

#mpc-catalog-root .mpc-callback-modal__status {
	min-height: 20rem;
	margin-top: 12rem;
	font-size: 14rem;
	line-height: 1.4;
}

#mpc-catalog-root .mpc-callback-modal__status.is-success {
	color: #41b619;
}

#mpc-catalog-root .mpc-callback-modal__status.is-error {
	color: #ff5757;
}


#mpc-catalog-root .mpc-callback-modal__close {
	position: absolute;
	top: 14rem;
	right: 14rem;
	width: 34rem;
	height: 34rem;
	border: 0;
	border-radius: 50%;
	background: #ffffff;
	color: #333333;
	font-size: 24rem;
	font-weight: 500;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4rem 12rem rgba(17, 24, 39, 0.12);
}

#mpc-catalog-root .mpc-callback-modal__close:hover {
	background: #f3f4f6;
}

body.mpc-modal-open {
	overflow: hidden;
}

.mpc-callback-trigger {
	font-size: 16rem !important;
	max-width: 405rem !important;
	width: 100% !important;
}

.catalog-gallery-main {
	width: 100%;
	height: 565rem;
	object-fit: cover;
}


/* Product description content from WordPress editor */
#mpc-catalog-root .mpc-product-description {
	color: #555555;
	font-size: 18rem;
	font-weight: 400;
	line-height: 1.55;
}

#mpc-catalog-root .mpc-product-description > *:first-child {
	margin-top: 0;
}

#mpc-catalog-root .mpc-product-description > *:last-child {
	margin-bottom: 0;
}

#mpc-catalog-root .mpc-product-description p {
	margin: 0 0 14rem;
	color: #555555;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.55;
}

#mpc-catalog-root .mpc-product-description h2,
#mpc-catalog-root .mpc-product-description h3,
#mpc-catalog-root .mpc-product-description h4 {
	margin: 24rem 0 12rem;
	color: #333333;
	font-weight: 800;
	line-height: 1.2;
}

#mpc-catalog-root .mpc-product-description h2 {
	font-size: 28rem;
}

#mpc-catalog-root .mpc-product-description h3 {
	font-size: 24rem;
}

#mpc-catalog-root .mpc-product-description h4 {
	font-size: 20rem;
}

#mpc-catalog-root .mpc-product-description ul,
#mpc-catalog-root .mpc-product-description ol {
	margin: 0 0 20rem;
	padding: 0;
	list-style: none;
}

#mpc-catalog-root .mpc-product-description li {
	position: relative;
	margin: 0 0 10rem;
	padding-left: 28rem;
	color: #555555;
	font-size: inherit;
	font-weight: 400;
	line-height: 1.45;
}

#mpc-catalog-root .mpc-product-description li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.65em;
	width: 8rem;
	height: 8rem;
	border-radius: 50%;
	background: #41b619;
	transform: translateY(-50%);
}

#mpc-catalog-root .mpc-product-description strong,
#mpc-catalog-root .mpc-product-description b {
	font-weight: 800;
	color: #333333;
}

@media (max-width: 1024px) {
	#mpc-catalog-root .mpc-callback-modal {
		padding: 16rem;
	}
	#mpc-catalog-root .mpc-callback-modal__dialog {
		padding: 20rem;
	}
	#mpc-catalog-root .mpc-callback-modal__title {
		font-size: 20rem;
	}
	#mpc-catalog-root .mpc-callback-modal__text {
		font-size: 16rem;
	}
	#mpc-catalog-root .mpc-callback-modal__submit {
		height: 56rem;
		font-size: 16rem;
	}
	.mpc-catalog-mobile-bar {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin-bottom: 24rem;
		position: relative;
	}
	.mpc-catalog-mobile-toggle {
		display: inline-flex;
		align-items: center;
		gap: 16rem;
		padding: 0;
		border: 0;
		background: transparent;
		color: #333333;
		font-size: 18rem;
		font-weight: 500;
		line-height: 1;
		box-shadow: none;
		outline: none;
		appearance: none;
		cursor: pointer;
	}
	.mpc-catalog-mobile-toggle__icon {
		display: inline-flex;
		transition: transform 0.2s ease;
	}
	.mpc-catalog-mobile-toggle.is-open .mpc-catalog-mobile-toggle__icon {
		transform: rotate(180deg);
	}
	.mpc-catalog-mobile-sort {
		position: relative;
	}
	.mpc-catalog-mobile-sort__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 32rem;
		height: 32rem;
		padding: 0;
		border: 0;
		background: transparent;
		color: #333333;
		box-shadow: none;
		outline: none;
		appearance: none;
		cursor: pointer;
	}
	.mpc-catalog-mobile-sort__dropdown {
		display: none;
		position: absolute;
		right: 0;
		top: calc(100% + 12rem);
		min-width: 180rem;
		background: #ffffff;
		border-radius: 16rem;
		box-shadow: 0 8rem 24rem rgba(17, 24, 39, 0.12);
		padding: 8rem;
		z-index: 30;
	}
	.mpc-catalog-mobile-sort__dropdown.is-open {
		display: block;
	}
	.mpc-catalog-mobile-sort__option {
		display: block;
		width: 100%;
		padding: 12rem 14rem;
		border: 0;
		background: transparent;
		color: #333333;
		font-size: 18rem;
		font-weight: 400;
		line-height: 1.2;
		text-align: left;
		box-shadow: none;
		outline: none;
		appearance: none;
		cursor: pointer;
	}
	.mpc-catalog-mobile-sort__option:hover {
		background: transparent;
	}
	#mpc-catalog-root .grid.mpc-left {
		display: none !important;
	}
	#mpc-catalog-root .p-12\.5 {
		padding: 20rem;
	}
	.mpc-footer {
		flex-wrap: wrap;
	}
	.mpc-options {
		padding: 15rem !important;
	}
	.mpc-price {
		flex-wrap: nowrap;
		gap: 20rem;
		padding: 10rem 0;
		text-align: center;
		justify-content: center;
	}
	#mpc-catalog-root .grid.mpc-gallery__mobile {
		display: none !important;
	}

	#mpc-catalog-root .mpc-gallery-mobile-carousel {
		display: block;
		position: relative;
		margin-top: 20rem;
	}

	.mpc-catalog {
		flex-wrap: wrap;
	}

	.mpc-catalog aside {
		width: 100% !important;
		display: block;
	}
	.mpc-catalog-sidebar__title {
		display: none;
	}
	.mpc-catalog-sidebar__content {
		display: none;
	}
	.mpc-catalog-sidebar__content.is-open {
		display: flex;
	}
	#mpc-catalog-root .grid-cols-3 {
		grid-template-columns: 1fr !important;
	}
	#mpc-catalog-root [data-mpc-products].mpc-products--list {
		display: flex !important;
	}
	#mpc-catalog-root .flex.mpc-mobile__hidden {
		display: none !important;
	}
	.mpc-catalog-toolbar {
		display: none !important;
	}
	#mpc-catalog-root .w-70 {
		width: 100%;
	}
	.mpc-catalog-mobile-toggle__label,
	.mpc-catalog-mobile-sort__option {
		font-size: 18rem !important;
	}
	button.mpc-catalog-mobile-toggle,
	button.mpc-catalog-mobile-sort__button,
	button.mpc-catalog-mobile-sort__option {
		color: #333 !important;
		background: transparent !important;
		border: 0 !important;
	}
	#mpc-catalog-root .flex.mpc-catalog-toolbar {
		display: none !important;
	}
	.mpc-catalog-mobile-bar {
		margin-bottom: 0;
	}
	.mpc-catalog-mobile-toggle__icon {
		margin-left: 24rem;
	}
	button.mpc-catalog-mobile-sort__button,
	button.mpc-catalog-mobile-sort__option {
		display: block;
	}
	.mpc-catalog-sidebar__content {
		margin-top: 30rem;
	}
	.catalog-gallery-main {
		height: 220rem;
	}
}

/* Related products on single catalog page */
#mpc-catalog-root .mpc-related-products {
	margin-top: 64rem;
}

#mpc-catalog-root .mpc-related-products__title {
	margin: 0 0 48rem;
	color: #333333;
	font-size: 36rem;
	font-weight: 800;
	line-height: 1.15;
	text-align: center;
}

#mpc-catalog-root .mpc-related-products__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24rem;
}

#mpc-catalog-root .mpc-related-products__grid .mpc-product-card {
	min-width: 0;
}

#mpc-catalog-root .mpc-related-products__grid .mpc-product-gallery > img:first-of-type,
#mpc-catalog-root .mpc-related-products__grid .mpc-product-gallery__item {
	width: 100%;
	height: 200rem !important;
	object-fit: cover;
}

#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__footer {
	align-items: flex-end;
	gap: 12rem;
}

#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__action a {
	width: 118rem;
}

#mpc-catalog-root .mpc-related-products__action {
	display: flex;
	justify-content: center;
	margin-top: 48rem;
}

#mpc-catalog-root .mpc-related-products__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24rem;
	min-width: 220rem;
	height: 56rem;
	padding: 0 32rem;
	border: 2rem solid #0099a8;
	border-radius: 14rem;
	color: #008b98;
	font-size: 16rem;
	font-weight: 500;
	line-height: 1;
	background: transparent;
}

@media (max-width: 1200px) {
	#mpc-catalog-root .mpc-related-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	#mpc-catalog-root .mpc-related-products {
		margin-top: 40rem;
	}

	#mpc-catalog-root .mpc-related-products__title {
		margin-bottom: 24rem;
		font-size: 26rem;
	}

	#mpc-catalog-root .mpc-related-products__grid {
		grid-template-columns: 1fr;
		gap: 16rem;
	}

	#mpc-catalog-root .mpc-related-products__action {
		margin-top: 28rem;
	}

	#mpc-catalog-root .mpc-related-products__button {
		width: 100%;
	}
}



@media (max-width: 767px) {
	#mpc-catalog-root .mpc-product-description {
		font-size: 17rem;
		line-height: 1.5;
	}

	#mpc-catalog-root .mpc-product-description p {
		margin-bottom: 12rem;
	}

	#mpc-catalog-root .mpc-product-description h2 {
		font-size: 24rem;
	}

	#mpc-catalog-root .mpc-product-description h3 {
		font-size: 22rem;
	}

	#mpc-catalog-root .mpc-product-description h2,
	#mpc-catalog-root .mpc-product-description h3,
	#mpc-catalog-root .mpc-product-description h4 {
		margin-top: 20rem;
		margin-bottom: 10rem;
	}
}

/* Extra spacing between product description and price/action footer */
#mpc-catalog-root [data-mpc-products]:not(.mpc-products--list) .mpc-product-card__footer,
#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__footer {
	align-items: flex-end;
	margin-top: 140rem;
}

#mpc-catalog-root [data-mpc-products].mpc-products--list .mpc-product-card__footer {
	margin-top: auto;
}

@media (max-width: 767px) {
	#mpc-catalog-root [data-mpc-products]:not(.mpc-products--list) .mpc-product-card__footer,
	#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__footer {
		margin-top: 36rem;
	}
}

/* Rem layout fixes: spacing, bottom-aligned card footers, scalable icons */
#mpc-catalog-root {
	padding: 0 !important;
}

#mpc-catalog-root [data-mpc-products]:not(.mpc-products--list) .mpc-product-card__content,
#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__content {
	display: flex;
	flex-direction: column;
}

#mpc-catalog-root [data-mpc-products]:not(.mpc-products--list) .mpc-product-card__footer,
#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__footer {
	align-items: flex-end;
	margin-top: auto !important;
	padding-top: 10rem;
}

#mpc-catalog-root [data-mpc-products].mpc-products--list .mpc-product-card__footer {
	align-items: flex-end;
	margin-top: auto !important;
	padding-top: 10rem;
}

#mpc-catalog-root .mpc-view-switcher__button {
	width: 40rem !important;
	height: 40rem !important;
}

#mpc-catalog-root .mpc-view-switcher__button svg {
	width: 14rem !important;
	height: 14rem !important;
}

#mpc-catalog-root .mpc-footer img,
#mpc-catalog-root .mpc-footer svg {
	width: 18rem !important;
	height: 18rem !important;
}

#mpc-catalog-root .mpc-footer .shrink-0 {
	width: 18rem;
	flex: 0 0 18rem;
}

@media (max-width: 767px) {
	#mpc-catalog-root .text-\[32px\] {
		font-size: 24rem !important;
	}
}

/* User-requested mobile spacing and footer alignment fixes */
#mpc-catalog-root [data-mpc-products]:not(.mpc-products--list) .mpc-product-card__footer,
#mpc-catalog-root .mpc-related-products__grid .mpc-product-card__footer {
	align-items: center !important;
}

@media (max-width: 767px) {
	#mpc-catalog-root {
		padding: 0rem 20rem !important;
	}

	#mpc-catalog-root .py-4 {
		font-size: 18rem !important;
	}
}
