body {
	--belazy-gold: #c39443;
	--belazy-gold-dark: #9d742f;
	--belazy-cream: #fbf7ef;
	--belazy-brown: #2a2018;
	--belazy-header-bg: #c89b45;
	--belazy-green: #05b535;
}

#masthead,
.site-header,
.ast-primary-header-bar,
.main-header-bar,
#ast-desktop-header,
#ast-mobile-header {
	display: none !important;
}

body.home #content.site-content,
body.home.ast-separate-container #content,
body.home.ast-separate-container .site-content {
	padding: 0 !important;
	margin: 0 !important;
	background: #fff !important;
}

.page #content.site-content,
.single #content.site-content,
.woocommerce-page #content.site-content {
	background: #fff !important;
}

body.home #content > .ast-container,
body.home .site-content > .ast-container,
body.home.ast-separate-container .ast-container {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.belazy-site-header,
.belazy-sticky-area,
.belazy-home {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.belazy-site-header {
	background: var(--belazy-cream);
	color: var(--belazy-brown);
	display: block !important;
	position: relative;
	z-index: 2;
	max-height: 46px;
	overflow: hidden;
	transition: max-height .22s ease, opacity .18s ease;
	will-change: max-height, opacity;
}

.belazy-announcement {
	position: relative;
	height: 46px;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: #fff;
	color: var(--belazy-gold-dark);
	font-size: 15px;
	font-weight: 800;
	text-align: center;
	transition: opacity .18s ease, transform .22s ease;
	will-change: opacity, transform;
}

body.belazy-header-collapsed .belazy-site-header {
	max-height: 0;
	opacity: 0;
}

body.belazy-header-collapsed .belazy-announcement {
	opacity: 0;
	transform: translateY(-100%);
}

.belazy-announcement span {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	opacity: 0;
	animation: belazy-rotate-message 12s infinite;
}

.belazy-announcement span:nth-child(2) {
	animation-delay: 4s;
}

.belazy-announcement span:nth-child(3) {
	animation-delay: 8s;
}

.belazy-sticky-area {
	position: sticky;
	top: 0;
	z-index: 9999;
	box-shadow: 0 1px 0 rgba(0, 0, 0, .08);
}

body.admin-bar .belazy-sticky-area {
	top: 32px;
}

@media (max-width: 782px) {
	body.admin-bar .belazy-sticky-area {
		top: 0;
	}
}

@keyframes belazy-rotate-message {
	0%, 8% {
		opacity: 0;
		transform: translateY(8px);
	}

	12%, 30% {
		opacity: 1;
		transform: translateY(0);
	}

	36%, 100% {
		opacity: 0;
		transform: translateY(-8px);
	}
}

.belazy-header-main {
	background: var(--belazy-header-bg);
	color: #fff;
}

.belazy-header-wrap,
.belazy-menu {
	width: min(1560px, calc(100% - 120px));
	margin-inline: auto;
}

.belazy-header-wrap {
	display: grid;
	grid-template-columns: 260px minmax(280px, 560px) auto;
	align-items: center;
	gap: 42px;
	padding: 30px 0 24px;
}

.belazy-brand {
	display: inline-grid;
	place-items: center;
	width: 210px;
	height: 70px;
	overflow: hidden;
	text-decoration: none;
	padding: 0;
}

.belazy-brand__wordmark {
	position: relative;
	display: inline-block;
	padding: 0 2px 8px;
	color: #fff;
	font-family: "Times New Roman", Georgia, serif;
	font-size: 41px;
	font-weight: 400;
	letter-spacing: .22em;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
}

.belazy-brand__wordmark::before,
.belazy-brand__wordmark::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 42%;
	height: 2px;
	background: currentColor;
	opacity: .92;
}

.belazy-brand__wordmark::before {
	left: 0;
}

.belazy-brand__wordmark::after {
	right: 0;
}

.belazy-brand__wordmark::selection {
	background: transparent;
	color: inherit;
}

.belazy-search {
	display: grid;
	grid-template-columns: 1fr 68px;
	align-items: center;
	height: 46px;
	overflow: hidden;
	background: #fff;
	border-radius: 999px;
}

.belazy-search input[type="search"] {
	width: 100%;
	height: 46px;
	padding: 0 22px;
	border: 0;
	background: transparent;
	color: var(--belazy-brown);
	font-size: 15px;
}

.belazy-search button {
	height: 46px;
	display: grid;
	place-items: center;
	border: 0;
	background: transparent;
	border-left: 1px solid rgba(42, 32, 24, .08);
	color: var(--belazy-gold-dark);
	cursor: pointer;
}

.belazy-search button svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.belazy-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 28px;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.belazy-actions a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	min-height: 34px;
	color: #fff;
	line-height: 1;
	position: relative;
}

.belazy-action-icon {
	width: 32px;
	height: 34px;
	justify-content: center;
}

.belazy-action-icon svg {
	width: 27px;
	height: 27px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.belazy-action-cart svg {
	width: 29px;
	height: 29px;
}

.belazy-cart-count {
	width: 21px;
	height: 21px;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background: #fff;
	color: var(--belazy-brown);
	font-size: 11px;
	font-weight: 800;
	line-height: 1;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-35%);
}

.belazy-actions a,
.belazy-menu a,
.belazy-whatsapp {
	color: inherit;
	text-decoration: none;
}

.belazy-actions a:hover,
.belazy-menu a:hover,
.belazy-actions a:focus,
.belazy-menu a:focus {
	color: #fff;
}

.belazy-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	border-top: 1px solid rgba(255, 255, 255, .72);
	font-size: 15px;
	white-space: nowrap;
	overflow-x: auto;
}

.belazy-menu__list {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.belazy-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.belazy-whatsapp {
	min-height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
	background: var(--belazy-green);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}

.belazy-whatsapp,
.belazy-whatsapp:hover,
.belazy-whatsapp:focus,
.belazy-whatsapp span,
.belazy-whatsapp:hover span,
.belazy-whatsapp:focus span {
	color: #fff !important;
}

.belazy-whatsapp strong {
	padding: 4px 16px;
	background: #fff;
	color: var(--belazy-green);
	border-radius: 3px;
	font-size: 13px;
}

.belazy-whatsapp:hover strong,
.belazy-whatsapp:focus strong {
	color: var(--belazy-green) !important;
}

.belazy-home {
	--belazy-gold: #c39443;
	--belazy-gold-dark: #9d742f;
	--belazy-cream: #fbf7ef;
	--belazy-soft: #f4ede3;
	--belazy-ink: #2a2926;
	--belazy-muted: #7b7469;
	--belazy-green: #05b535;
	background: #fff;
	color: var(--belazy-ink);
	font-family: inherit;
}

.belazy-wrap {
	width: min(1120px, calc(100% - 32px));
	margin-inline: auto;
}

.belazy-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .84) 42%, rgba(255, 255, 255, .08)),
		linear-gradient(90deg, rgba(195, 148, 67, .24) 0 20%, transparent 20% 78%, rgba(195, 148, 67, .22) 78% 100%),
		radial-gradient(circle at 16% 45%, rgba(42, 32, 24, .16) 0 18%, transparent 19%),
		radial-gradient(circle at 84% 38%, rgba(195, 148, 67, .18) 0 18%, transparent 19%),
		var(--belazy-cream);
	min-height: 520px;
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #eee1df;
}

.belazy-hero--image {
	position: relative;
	min-height: 520px;
	display: block;
	background: #fff;
	border-bottom: 0;
	overflow: hidden;
}

.belazy-hero-track {
	position: relative;
	width: 100%;
	height: 520px;
}

.belazy-hero-banner {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: var(--belazy-cream);
	opacity: 0;
	transform: translateX(100%);
	animation: belazy-slide-left calc(var(--belazy-slide-count) * 6s) infinite;
	animation-delay: calc(var(--belazy-slide-index) * 6s);
}

.belazy-hero-banner picture,
.belazy-hero-banner img {
	display: block;
	width: 100%;
	height: 100%;
}

.belazy-hero-banner img {
	object-fit: cover;
	object-position: center;
}

.belazy-hero--slides[style*="--belazy-slide-count: 1"] .belazy-hero-banner {
	opacity: 1;
	transform: translateX(0);
	animation: none;
}

@keyframes belazy-slide-left {
	0% {
		opacity: 0;
		transform: translateX(100%);
	}

	4%, 30% {
		opacity: 1;
		transform: translateX(0);
	}

	34%, 100% {
		opacity: 0;
		transform: translateX(-100%);
	}
}

.belazy-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 28px;
}

.belazy-hero__content {
	text-align: center;
	padding: 118px 0 84px;
}

.belazy-hero__content p {
	margin: 0 0 10px;
	color: var(--belazy-gold-dark);
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.belazy-hero__content h1 {
	margin: 0 0 26px;
	color: var(--belazy-ink);
	font-size: clamp(48px, 7vw, 96px);
	line-height: .95;
	font-weight: 500;
}

.belazy-button,
.belazy-buy {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 24px;
	border: 1px solid var(--belazy-gold);
	background: var(--belazy-gold);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 0;
}

.belazy-button:hover,
.belazy-buy:hover {
	background: var(--belazy-gold-dark);
	color: #fff;
}

.belazy-button--light {
	background: #fff;
	color: var(--belazy-gold-dark);
}

.belazy-categories {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
	padding: 48px 0 38px;
}

.belazy-categories a {
	position: relative;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #d6d4d1;
	color: #fff;
	text-decoration: none;
	font-size: clamp(34px, 4vw, 48px);
	line-height: .92;
	font-weight: 800;
	text-transform: uppercase;
	text-shadow: 0 2px 0 rgba(32, 45, 62, .38);
	border-radius: 8px;
	transition: transform .3s ease;
	z-index: 0;
}

.belazy-categories a span {
	position: relative;
	z-index: 3;
	padding: 0 18px;
	text-align: center;
}

.belazy-categories a::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(30, 20, 20, .08), rgba(30, 20, 20, .18)),
		radial-gradient(circle at 50% 18%, #d2a073 0 11%, transparent 12%),
		linear-gradient(180deg, transparent 0 28%, #7e6e64 29% 82%, transparent 83%);
	transform: scale(1.04);
	transition: transform .35s ease, filter .35s ease;
}

.belazy-categories a:nth-child(2)::before {
	background:
		linear-gradient(180deg, rgba(30, 20, 20, .08), rgba(30, 20, 20, .18)),
		radial-gradient(circle at 50% 18%, #c98c64 0 11%, transparent 12%),
		linear-gradient(180deg, transparent 0 28%, #9a7a60 29% 82%, transparent 83%);
}

.belazy-categories a:nth-child(3)::before {
	background:
		linear-gradient(180deg, rgba(30, 20, 20, .08), rgba(30, 20, 20, .18)),
		radial-gradient(circle at 50% 18%, #d79c71 0 11%, transparent 12%),
		linear-gradient(180deg, transparent 0 28%, #6b7f98 29% 82%, transparent 83%);
}

.belazy-categories img {
	position: absolute;
	inset: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease, filter .35s ease;
}

.belazy-categories a::after {
	content: "";
	position: absolute;
	inset: 12px;
	z-index: 2;
	background: linear-gradient(180deg, rgba(0, 0, 0, .04), rgba(0, 0, 0, .24));
	border: 2px solid rgba(255, 255, 255, .82);
	transition: background .3s ease;
	pointer-events: none;
}

.belazy-categories a:hover,
.belazy-categories a:focus {
	transform: scale(1.03);
	color: #fff;
}

.belazy-categories a:hover::before,
.belazy-categories a:focus::before,
.belazy-categories a:hover img,
.belazy-categories a:focus img {
	transform: none;
	filter: none;
}

.belazy-categories a:hover::after,
.belazy-categories a:focus::after {
	background: linear-gradient(180deg, rgba(0, 0, 0, .02), rgba(0, 0, 0, .3));
}

.belazy-category-card--image::before {
	display: none;
}

.belazy-section {
	padding: 24px 0 52px;
}

.belazy-section h2 {
	width: fit-content;
	margin: 0 auto 28px;
	padding: 7px 72px;
	border: 2px solid var(--belazy-gold);
	color: var(--belazy-gold-dark);
	font-size: 14px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 800;
}

.belazy-product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 42px;
}

.belazy-product {
	background: #fff;
	border: 1px solid #ece5e3;
	min-width: 0;
	display: flex;
	flex-direction: column;
	border-radius: 8px;
	overflow: hidden;
}

.belazy-product__image {
	position: relative;
	display: block;
	aspect-ratio: 4 / 5;
	overflow: hidden;
	background: var(--belazy-product-bg, #f1eeee);
}

.belazy-product__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.belazy-product__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #870a12;
	color: #fff;
	font-size: 15px;
	line-height: 1.05;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce span.onsale.belazy-product__badge,
.woocommerce-page span.onsale.belazy-product__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	right: auto;
	margin: 0;
	min-width: 60px;
	width: 60px;
	height: 60px;
	min-height: 60px;
	padding: 0;
	border-radius: 50%;
	display: grid;
	place-items: center;
	background: #870a12;
	color: #fff;
	font-size: 15px;
	line-height: 1.05;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
	box-shadow: none;
}

.single-product .woocommerce-product-gallery,
.single-product .astra-shop-thumbnail-wrap {
	position: relative;
}

.single-product .woocommerce-product-gallery .belazy-product__badge--single,
.woocommerce ul.products li.product .belazy-product__badge--loop,
.woocommerce-page ul.products li.product .belazy-product__badge--loop {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 4;
}

.woocommerce .astra-shop-thumbnail-wrap > .ast-onsale-card:not(.belazy-product__badge),
.woocommerce-page .astra-shop-thumbnail-wrap > .ast-onsale-card:not(.belazy-product__badge) {
	display: none !important;
}

.wc-block-grid__product {
	position: relative;
}

.wc-block-grid__product-onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	left: auto;
	z-index: 3;
	width: 40px;
	height: 40px;
	min-width: 40px;
	min-height: 40px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 50% !important;
	display: grid !important;
	place-items: center !important;
	background: #870a12 !important;
	color: #fff !important;
	box-shadow: none !important;
	font-size: 0 !important;
	line-height: 1 !important;
	text-align: center !important;
}

.wc-block-grid__product-onsale > span[aria-hidden="true"] {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	padding: 0 4px;
	color: #fff;
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.single-product .belazy-free-shipping-gap {
	margin: 14px 0 8px;
	padding: 14px 16px;
	border: 1px solid rgba(200, 155, 69, 0.65);
	border-radius: 8px;
	background: #f6efe2;
	color: #2a2018;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	box-shadow: 0 1px 0 rgba(200, 155, 69, 0.12);
}

.single-product .summary .price {
	margin-bottom: 10px;
}

.single-product .belazy-product-savings {
	margin: 0 0 18px;
	display: grid;
	gap: 4px;
}

.single-product .belazy-product-savings strong {
	color: #870a12;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
}

.single-product .belazy-product-savings span {
	color: var(--belazy-muted);
	font-size: 14px;
	line-height: 1.4;
}

.single-product form.cart {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 14px 16px;
}

.single-product form.cart .quantity {
	margin: 0;
}

.single-product form.cart .single_add_to_cart_button {
	min-width: 220px;
	min-height: 56px;
	padding: 0 28px;
	background: #c39443;
	border-color: #c39443;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.single-product form.cart .single_add_to_cart_button:hover,
.single-product form.cart .single_add_to_cart_button:focus {
	background: #af8134;
	border-color: #af8134;
}

.woocommerce .woocommerce-message .button.wc-forward,
.woocommerce-page .woocommerce-message .button.wc-forward,
.woocommerce ul.products li.product .button.add_to_cart_button,
.woocommerce-page ul.products li.product .button.add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-page ul.products li.product .added_to_cart,
.wc-block-grid__product-add-to-cart .wp-block-button__link {
	background: #c39443 !important;
	border-color: #c39443 !important;
	color: #fff !important;
}

.woocommerce .woocommerce-message .button.wc-forward:hover,
.woocommerce .woocommerce-message .button.wc-forward:focus,
.woocommerce-page .woocommerce-message .button.wc-forward:hover,
.woocommerce-page .woocommerce-message .button.wc-forward:focus,
.woocommerce ul.products li.product .button.add_to_cart_button:hover,
.woocommerce ul.products li.product .button.add_to_cart_button:focus,
.woocommerce-page ul.products li.product .button.add_to_cart_button:hover,
.woocommerce-page ul.products li.product .button.add_to_cart_button:focus,
.wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
.wc-block-grid__product-add-to-cart .wp-block-button__link:focus {
	background: #af8134 !important;
	border-color: #af8134 !important;
	color: #fff !important;
}

.wc-block-cart__submit-button.wc-block-components-button,
.wc-block-cart__submit-button.wp-element-button,
.wc-block-components-button:not(.is-link):not(.is-secondary) {
	background: #c39443 !important;
	border-color: #c39443 !important;
	color: #fff !important;
}

.wc-block-cart__submit-button.wc-block-components-button:hover,
.wc-block-cart__submit-button.wc-block-components-button:focus,
.wc-block-cart__submit-button.wc-block-components-button:focus-visible,
.wc-block-cart__submit-button.wp-element-button:hover,
.wc-block-cart__submit-button.wp-element-button:focus,
.wc-block-cart__submit-button.wp-element-button:focus-visible,
.wc-block-components-button:not(.is-link):not(.is-secondary):hover,
.wc-block-components-button:not(.is-link):not(.is-secondary):focus,
.wc-block-components-button:not(.is-link):not(.is-secondary):focus-visible {
	background: #af8134 !important;
	border-color: #af8134 !important;
	color: #fff !important;
	outline: 0 !important;
	box-shadow: 0 0 0 3px rgba(195, 148, 67, 0.24) !important;
}

.wc-block-cart__submit-button {
	min-height: 56px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .02em;
}

.belazy-cart-free-shipping {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid rgba(195, 148, 67, 0.45);
	border-radius: 10px;
	background: #f6efe2;
	display: grid;
	gap: 8px;
}

.belazy-cart-free-shipping__title {
	color: #2a2018;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.belazy-cart-free-shipping__text {
	color: #5b4a39;
	font-size: 14px;
	line-height: 1.45;
}

.belazy-cart-free-shipping__bar {
	width: 100%;
	height: 10px;
	background: rgba(195, 148, 67, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

.belazy-cart-free-shipping__fill {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #c39443 0%, #d4a857 100%);
	border-radius: inherit;
	transition: width .2s ease;
}

.belazy-cart-free-shipping__meta {
	color: #7a6a58;
	font-size: 13px;
	line-height: 1.4;
}

.belazy-cart-free-shipping.is-unlocked {
	background: #eef7ef;
	border-color: rgba(62, 133, 71, 0.28);
}

.belazy-cart-free-shipping.is-unlocked .belazy-cart-free-shipping__fill {
	background: linear-gradient(90deg, #2f8a3d 0%, #54a95f 100%);
}

.wc-block-cart {
	position: relative;
}

.wc-block-cart::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.72);
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
	z-index: 20;
}

.wc-block-cart::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: -21px 0 0 -21px;
	border: 3px solid rgba(195, 148, 67, 0.2);
	border-top-color: #c39443;
	border-radius: 50%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .18s ease;
	animation: belazy-cart-spin .8s linear infinite;
	z-index: 21;
}

.wc-block-cart.belazy-cart-is-loading::after,
.wc-block-cart.belazy-cart-is-loading::before {
	opacity: 1;
}

@keyframes belazy-cart-spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.wc-block-checkout__shipping-fields .wc-block-components-address-form__phone,
.wc-block-checkout__shipping-fields .wc-block-components-address-form__country,
.wc-block-checkout__billing-fields .wc-block-components-address-form__country {
	display: none !important;
}

.wc-block-checkout .wc-block-components-checkout-step,
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border: 1px solid #eee5df;
	border-radius: 10px;
	background: #fff;
}

.wc-block-checkout .wc-block-components-checkout-step {
	padding: 20px 22px;
	margin-bottom: 18px;
}

.wc-block-checkout .wc-block-components-checkout-step__heading {
	margin-bottom: 14px;
}

.wc-block-checkout .wc-block-components-checkout-step__title,
.wc-block-checkout .wc-block-components-checkout-order-summary__title-text {
	color: #2a2018;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

.wc-block-checkout .wc-block-components-checkout-order-summary__title-text {
	font-size: 22px;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-blocks-components-select__select {
	border-radius: 8px;
}

.wc-block-checkout .wc-block-components-radio-control__option {
	border-radius: 8px;
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile {
	width: auto !important;
	inline-size: auto !important;
}

@media (max-width: 782px) {
	.wp-block-woocommerce-checkout,
	.wp-block-woocommerce-checkout.wc-block-checkout,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile {
	width: auto !important;
	inline-size: auto !important;
	max-width: 100% !important;
}

@media (max-width: 1200px) {
	.ast-separate-container .entry-content > .alignfull.wp-block-woocommerce-checkout,
	.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide.wp-block-woocommerce-checkout,
	.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide.wp-block-woocommerce-checkout,
	.ast-plain-container .entry-content .alignfull.wp-block-woocommerce-checkout,
	.ast-plain-container .entry-content .alignwide.wp-block-woocommerce-checkout,
	.ast-separate-container .entry-content > .alignfull.wp-block-woocommerce-cart,
	.ast-separate-container .entry-content[data-ast-blocks-layout] > .alignwide.wp-block-woocommerce-cart,
	.ast-plain-container .entry-content[data-ast-blocks-layout] > .alignwide.wp-block-woocommerce-cart,
	.ast-plain-container .entry-content .alignfull.wp-block-woocommerce-cart,
	.ast-plain-container .entry-content .alignwide.wp-block-woocommerce-cart {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile {
	width: auto !important;
	max-width: 100% !important;
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-sidebar-layout {
	display: block !important;
	width: auto !important;
	max-width: 100% !important;
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-main,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-sidebar,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-address-wrapper,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form-wrapper,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form {
	width: 100% !important;
	max-width: 100% !important;
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form {
	display: grid !important;
	grid-template-columns: 1fr !important;
}

.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__first_name,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__last_name,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__city,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__state,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__postcode,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-address-form__phone,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-text-input,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-country-input,
.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile .wc-block-components-state-input {
	grid-column: 1 / -1 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.belazy-checkout-conversion {
	margin: 0 0 18px;
	padding: 18px 18px 16px;
	border: 1px solid rgba(195, 148, 67, 0.45);
	border-radius: 10px;
	background: #f6efe2;
	display: grid;
	gap: 10px;
}

.belazy-checkout-conversion__title {
	color: #2a2018;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
}

.belazy-checkout-conversion__text {
	color: #5b4a39;
	font-size: 14px;
	line-height: 1.5;
}

.belazy-checkout-conversion__bar {
	width: 100%;
	height: 10px;
	background: rgba(195, 148, 67, 0.18);
	border-radius: 999px;
	overflow: hidden;
}

.belazy-checkout-conversion__fill {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #c39443 0%, #d4a857 100%);
	border-radius: inherit;
	transition: width .2s ease;
}

.belazy-checkout-conversion__meta {
	color: #7a6a58;
	font-size: 13px;
	line-height: 1.4;
}

.belazy-checkout-conversion__trust {
	margin: 2px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 7px;
}

.belazy-checkout-conversion__trust li {
	position: relative;
	padding-left: 18px;
	color: #2a2018;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.belazy-checkout-conversion__trust li::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c39443;
}

.belazy-checkout-conversion.is-unlocked {
	background: #eef7ef;
	border-color: rgba(62, 133, 71, 0.28);
}

.belazy-checkout-conversion.is-unlocked .belazy-checkout-conversion__fill {
	background: linear-gradient(90deg, #2f8a3d 0%, #54a95f 100%);
}

body.logged-in .cky-btn-revisit-wrapper {
	display: none !important;
}

.mp-checkout-custom-security-code-tooltip,
#mp-security-code-info {
	z-index: 1 !important;
}

.single-product .belazy-product-trust {
	flex: 0 0 100%;
	display: grid;
	gap: 8px;
	margin-top: 6px;
	padding: 14px 16px;
	border: 1px solid #eee5df;
	border-radius: 8px;
	background: #fff;
}

.single-product .belazy-product-trust span {
	position: relative;
	padding-left: 18px;
	color: var(--belazy-ink);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.single-product .belazy-product-trust span::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--belazy-gold);
}

.belazy-product__placeholder {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, .28), transparent 48%),
		var(--belazy-soft);
	color: var(--belazy-muted);
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.belazy-product__body {
	padding: 15px 16px 18px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 10px;
}

.belazy-product__body h3 {
	margin: 0;
	min-height: 40px;
	color: var(--belazy-ink);
	font-size: 14px;
	line-height: 1.35;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.belazy-product__body strong {
	display: block;
	color: var(--belazy-ink);
	font-size: 15px;
	margin-top: auto;
}

.belazy-product__meta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 44px;
	gap: 10px;
	align-items: end;
}

.belazy-product__body strong ins,
.belazy-product__body strong .amount,
.belazy-product__body strong bdi {
	font-style: normal;
}

.belazy-product__actions {
	display: block;
}

.belazy-product__action {
	min-height: 44px;
	border: 1px solid #e6d7bb;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0;
	cursor: pointer;
	transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.belazy-product__action:hover {
	transform: translateY(-1px);
}

.belazy-product__action--cart {
	background: var(--belazy-gold);
	border-color: var(--belazy-gold);
	color: #fff;
}

.belazy-product__action--cart:hover {
	background: var(--belazy-gold-dark);
	border-color: var(--belazy-gold-dark);
	color: #fff;
}

.belazy-product__action--share {
	background: #fff;
	color: var(--belazy-gold-dark);
}

.belazy-product__action--share:hover {
	background: #faf4ea;
	border-color: #d4bf96;
}

.belazy-product__action--share:disabled {
	opacity: .45;
	cursor: default;
}

.belazy-product__action--share svg {
	width: 18px;
	height: 18px;
	display: block;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.9;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.belazy-share-button.is-shared {
	background: #edf7ee;
	border-color: #b8ddbf;
	color: #1d6f30;
}

.belazy-toast {
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 10020;
	min-width: 220px;
	max-width: min(calc(100vw - 24px), 360px);
	padding: 12px 16px;
	border-radius: 10px;
	background: rgba(42, 32, 24, 0.94);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
	opacity: 0;
	transform: translate(-50%, calc(-50% + 14px));
	pointer-events: none;
	transition: opacity .18s ease, transform .18s ease;
}

.belazy-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, -50%);
}

.belazy-product .add_to_cart_button.is-loading {
	position: relative;
	color: transparent !important;
	pointer-events: none;
}

.belazy-product .add_to_cart_button.is-loading::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin: -8px 0 0 -8px;
	border: 2px solid rgba(255, 255, 255, 0.45);
	border-top-color: #fff;
	border-radius: 50%;
	animation: belazy-spin .7s linear infinite;
}

@keyframes belazy-spin {
	to {
		transform: rotate(360deg);
	}
}

.belazy-product .added_to_cart {
	display: none !important;
}

.belazy-buy {
	position: absolute;
	left: 50%;
	bottom: 28px;
	z-index: 3;
	width: min(260px, calc(100% - 96px));
	min-height: 34px;
	padding: 0 18px;
	font-size: 14px;
	background: var(--belazy-green);
	border-color: var(--belazy-green);
	opacity: 0;
	transform: translate(-50%, 10px);
	transition: opacity .18s ease, transform .18s ease;
	pointer-events: none;
}

.belazy-product__image:hover .belazy-buy,
.belazy-product__image:focus .belazy-buy {
	opacity: 1;
	transform: translate(-50%, 0);
}

.belazy-pix {
	margin-block: 18px 56px;
	min-height: 176px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	padding: 34px 58px;
	background: linear-gradient(90deg, var(--belazy-gold) 0 52%, #f7f1e8 52% 100%);
	color: #fff;
}

.belazy-pix strong {
	display: block;
	font-size: clamp(36px, 5vw, 64px);
	line-height: .95;
	text-transform: uppercase;
}

.belazy-pix span {
	display: block;
	max-width: 420px;
	color: rgba(255, 255, 255, .92);
	font-size: 22px;
	font-weight: 700;
}

.belazy-footer {
	padding: 38px 20px 30px;
	background: #fff;
	border-top: 1px solid #eee5df;
}

.belazy-footer__inner {
	width: min(1240px, calc(100% - 40px));
	margin: 0 auto;
}

.belazy-footer__menus {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 46px;
	padding-bottom: 28px;
	border-bottom: 1px solid #eee5df;
}

.belazy-footer__column h3 {
	margin: 0 0 18px;
	color: var(--belazy-brown);
	font-size: 28px;
	line-height: 1.05;
	font-weight: 700;
}

.belazy-footer-menu,
.belazy-footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.belazy-footer-menu li + li {
	margin-top: 12px;
}

.belazy-footer-menu a {
	color: var(--belazy-brown);
	text-decoration: none;
	font-size: 17px;
	line-height: 1.5;
}

.belazy-footer-menu a:hover,
.belazy-footer-menu a:focus {
	color: var(--belazy-gold-dark);
	text-decoration: underline;
}

.belazy-footer__text {
	margin-top: 22px;
	text-align: center;
	color: var(--belazy-brown);
	font-size: 15px;
	line-height: 1.6;
}

.belazy-footer__text a {
	color: var(--belazy-gold-dark);
	text-decoration: none;
}

.belazy-footer__text a:hover,
.belazy-footer__text a:focus {
	text-decoration: underline;
}

.belazy-policy,
.belazy-returns {
	width: min(980px, calc(100% - 32px));
	margin: 44px auto 72px;
	color: var(--belazy-brown);
}

.belazy-policy__hero {
	margin-bottom: 18px;
	padding: 22px 28px;
	background: var(--belazy-brown);
	color: #fff;
	border-radius: 10px;
	text-align: center;
}

.belazy-policy__hero--compact {
	margin-bottom: 14px;
}

.belazy-policy__hero h1 {
	margin: 0;
	color: inherit;
	font-size: clamp(28px, 4vw, 48px);
	line-height: 1.05;
	font-weight: 500;
}

.belazy-policy__section + .belazy-policy__section {
	margin-top: 14px;
}

.belazy-policy__section h2 {
	margin: 0 0 12px;
	padding: 11px 22px;
	background: var(--belazy-gold);
	color: #fff;
	border-radius: 8px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}

.belazy-policy__content,
.belazy-returns__panel {
	padding: 22px 24px;
	background: #fff;
	border: 1px solid #efe3d5;
	border-radius: 10px;
	box-shadow: 0 12px 30px rgba(42, 32, 24, .06);
}

.belazy-policy__content p,
.belazy-policy__content li,
.belazy-returns__intro p,
.belazy-returns-form label,
.belazy-returns-form input,
.belazy-returns-form textarea,
.belazy-returns-form select,
.belazy-returns-order span,
.belazy-returns-item small,
.belazy-returns-notice {
	font-size: 15px;
	line-height: 1.65;
}

.belazy-policy__content p:last-child,
.belazy-policy__content ul:last-child {
	margin-bottom: 0;
}

.belazy-policy__content ul {
	margin: 0;
	padding-left: 20px;
}

.belazy-policy__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 28px;
	border: 1px solid var(--belazy-brown);
	background: var(--belazy-brown);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}

.belazy-policy__cta:hover,
.belazy-policy__cta:focus {
	background: #1f1610;
	color: #fff;
}

.belazy-returns__intro {
	margin-bottom: 16px;
	padding: 0 6px;
	text-align: center;
}

.belazy-returns-form {
	display: grid;
	gap: 16px;
}

.belazy-returns-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.belazy-returns-form__field label {
	display: block;
	margin-bottom: 6px;
	color: var(--belazy-brown);
	font-weight: 700;
}

.belazy-returns-form input[type="text"],
.belazy-returns-form input[type="email"],
.belazy-returns-form input[type="file"],
.belazy-returns-form textarea,
.belazy-returns-form select {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d9cbbb;
	border-radius: 8px;
	background: #fff;
	color: var(--belazy-brown);
}

.belazy-returns-order {
	display: grid;
	gap: 4px;
	padding: 16px 18px;
	background: var(--belazy-cream);
	border: 1px solid #ead9c6;
	border-radius: 8px;
}

.belazy-returns-order strong {
	font-size: 18px;
}

.belazy-returns-items {
	display: grid;
	gap: 10px;
}

.belazy-returns-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: #faf6f0;
	border: 1px solid #eadfce;
	border-radius: 8px;
	cursor: pointer;
}

.belazy-returns-item input {
	margin-top: 4px;
}

.belazy-returns-item span {
	display: grid;
	gap: 2px;
}

.belazy-returns-notice {
	margin-bottom: 12px;
	padding: 12px 14px;
	border-radius: 8px;
	font-weight: 600;
}

.belazy-returns-notice--error {
	background: #fff1f0;
	border: 1px solid #efc3c0;
	color: #7a1914;
}

.belazy-returns-notice--success {
	background: #edf8ef;
	border: 1px solid #b8ddbf;
	color: #1d6f30;
}

@media (max-width: 921px) {
	.belazy-header-wrap,
	.belazy-menu {
		width: min(100% - 32px, 1120px);
	}

	.belazy-product-grid {
		width: auto !important;
	}

	.belazy-header-wrap {
		grid-template-columns: 1fr;
		gap: 18px;
		justify-items: center;
	}

	.belazy-actions {
		justify-content: center;
	}

	.belazy-hero__grid {
		grid-template-columns: 1fr;
	}

	.belazy-footer__menus {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.belazy-returns-form__grid {
		grid-template-columns: 1fr;
	}

}

@media (max-width: 640px) {
	.belazy-wrap {
		width: min(100% - 22px, 1120px);
	}

	.belazy-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 3px;
	}

	.belazy-announcement {
		height: 40px;
		font-size: 13px;
	}

	.belazy-site-header {
		max-height: 40px;
	}

	.belazy-header-wrap {
		padding: 22px 0 18px;
	}

	.belazy-brand {
		width: 160px;
		height: 54px;
		padding: 4px 10px;
	}

	.belazy-brand__wordmark {
		font-size: 29px;
		letter-spacing: .17em;
		padding-bottom: 6px;
	}

	.belazy-search {
		width: 100%;
	}

	.belazy-menu {
		justify-content: flex-start;
		min-height: 48px;
	}

	.belazy-menu__list {
		justify-content: flex-start;
		gap: 24px;
	}

	.belazy-whatsapp {
		min-height: 42px;
		gap: 10px;
		padding: 6px 10px;
		font-size: 13px;
	}

	.belazy-whatsapp strong {
		font-size: 11px;
	}

	.belazy-sticky-area {
		top: 0;
	}

	body.admin-bar .belazy-sticky-area {
		top: 0;
	}

	.wc-block-checkout.is-mobile .wc-block-checkout__sidebar,
	.wc-block-checkout.is-mobile .wc-block-checkout__main {
		padding-inline: 12px;
	}

	.wp-block-woocommerce-checkout.wc-block-checkout.is-mobile,
	.wc-block-checkout.is-mobile.wp-block-woocommerce-checkout,
	.wc-block-checkout.is-mobile .wc-block-components-sidebar-layout {
		width: auto !important;
		max-width: 100% !important;
		margin-inline: 0 !important;
	}

	.wc-block-checkout.is-mobile .wc-block-components-sidebar-layout {
		display: block;
	}

	.wc-block-checkout.is-mobile .wc-block-components-main,
	.wc-block-checkout.is-mobile .wc-block-components-sidebar {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.wc-block-checkout.is-mobile .belazy-checkout-conversion,
	.wc-block-checkout.is-mobile .wp-block-woocommerce-checkout-order-summary-block,
	.wc-block-checkout.is-mobile .wc-block-components-checkout-step {
		margin-left: 0;
		margin-right: 0;
	}

	.wc-block-checkout.is-mobile .belazy-checkout-conversion {
		margin-bottom: 14px;
		padding: 16px 14px;
	}

	.wc-block-checkout.is-mobile .belazy-checkout-conversion__title {
		font-size: 16px;
	}

	.wc-block-checkout.is-mobile .belazy-checkout-conversion__trust li {
		font-size: 13px;
	}

	.wc-block-checkout.is-mobile .wp-block-woocommerce-checkout-order-summary-block {
		width: 100%;
	}

	.wc-block-checkout.is-mobile .wc-block-components-address-form {
		grid-template-columns: 1fr !important;
	}

	.wc-block-checkout.is-mobile .wc-block-components-address-form > *,
	.wc-block-checkout.is-mobile .wc-block-components-address-form .wc-block-components-text-input,
	.wc-block-checkout.is-mobile .wc-block-components-address-form .wc-block-components-country-input,
	.wc-block-checkout.is-mobile .wc-block-components-address-form .wc-block-components-state-input {
		grid-column: 1 / -1 !important;
		width: 100% !important;
	}

	.belazy-hero {
		min-height: 380px;
	}

	.belazy-hero--image,
	.belazy-hero-track {
		height: 430px;
		min-height: 430px;
	}

	.belazy-hero__content h1 {
		font-size: 44px;
	}

	.belazy-categories {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 12px;
	}

	.belazy-categories a {
		aspect-ratio: 190 / 275;
		font-size: 17px;
		border-radius: 6px;
	}

	.belazy-categories a::after {
		inset: 0;
		border: 0;
	}

	.belazy-section h2 {
		width: 100%;
		padding-inline: 12px;
		text-align: center;
	}

	.belazy-pix {
		display: grid;
		padding: 28px 22px;
		background: var(--belazy-gold);
		text-align: center;
	}

	.belazy-pix span {
		color: #fff;
		font-size: 18px;
	}

	.belazy-buy {
		display: none;
	}

	.belazy-product {
		border-radius: 10px;
	}

	.belazy-product__image {
		aspect-ratio: 1 / 1.22;
	}

	.belazy-product__badge,
	.woocommerce span.onsale.belazy-product__badge,
	.woocommerce-page span.onsale.belazy-product__badge {
		top: 8px;
		left: 8px;
		width: 44px;
		min-width: 44px;
		height: 44px;
		min-height: 44px;
		font-size: 10px;
	}

	.belazy-product__body {
		padding: 10px 10px 12px;
		gap: 8px;
	}

	.belazy-product__body h3 {
		min-height: 36px;
		font-size: 12px;
		line-height: 1.3;
	}

	.belazy-product__body strong {
		font-size: 13px;
	}

	.belazy-product__body strong del {
		display: block;
		font-size: 11px;
		opacity: .7;
	}

	.belazy-product__body strong ins {
		text-decoration: none;
	}

	.belazy-product__actions {
		display: block;
	}

	.belazy-product__meta {
		grid-template-columns: minmax(0, 1fr) 34px;
		gap: 8px;
	}

	.belazy-product__action {
		min-height: 38px;
		padding-inline: 10px;
		font-size: 12px;
	}

	.belazy-product__action--cart {
		width: 100%;
	}

	.belazy-product__action--share {
		min-height: 34px;
		padding-inline: 0;
	}

	.belazy-toast {
		width: calc(100vw - 28px);
		max-width: 360px;
		padding: 11px 14px;
		font-size: 12px;
	}
}

@media (max-width: 420px) {
	.belazy-categories {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.belazy-categories a {
		aspect-ratio: 375 / 550;
		font-size: 30px;
	}

	.belazy-categories a::after {
		inset: 10px;
		border: 1px solid rgba(255, 255, 255, .82);
	}
}
