:root {
    --cgx-bg: #fcfbfa;
    --cgx-text: #1f261f;
    --cgx-muted: #6f756f;
    --cgx-border: #e9e5de;
    --cgx-accent: #436a43;
    --cgx-accent-dark: #2f4c30;
    --cgx-container: 1280px;
    --cgx-radius: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: var(--cgx-bg);
    color: var(--cgx-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

a {
    color: inherit;
    text-decoration-thickness: .08em;
    text-underline-offset: .18em;
}

img,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    border: 1px solid var(--cgx-accent);
    border-radius: var(--cgx-radius);
    background: var(--cgx-accent);
    color: #fff;
    cursor: pointer;
    min-height: 44px;
    padding: 12px 22px;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
.button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--cgx-accent-dark);
    border-color: var(--cgx-accent-dark);
    color: #fff;
}

input,
select,
textarea {
    width: 100%;
    border: 1px solid var(--cgx-border);
    border-radius: var(--cgx-radius);
    background: #fff;
    color: var(--cgx-text);
    min-height: 44px;
    padding: 10px 12px;
}

textarea {
    min-height: 140px;
    resize: vertical;
}

.cgx-container {
    width: min(100% - 40px, var(--cgx-container));
    margin-inline: auto;
}


.site-main {
    
    padding-block: 0;}

.cgx-front-page {
    padding-block: 0;
}

.cgx-entry + .cgx-entry {
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid var(--cgx-border);
}

.entry-title,
.page-title {
    margin: 0 0 18px;
    line-height: 1.12;
}

.entry-content > *:first-child {
    margin-top: 0;
}

.entry-content > *:last-child {
    margin-bottom: 0;
}

.site-footer {
    border-top: 1px solid var(--cgx-border);
    padding-block: 26px;
    color: var(--cgx-muted);
    font-size: 14px;
}

.site-footer p {
    margin: 0;
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: fixed !important;
    z-index: 100000;
    top: 16px;
    left: 16px;
    width: auto;
    height: auto;
    clip: auto;
    padding: 10px 14px;
    background: #fff;
    color: var(--cgx-text);
    border: 1px solid var(--cgx-border);
}

@media (max-width: 767px) {
    .cgx-container {
        width: min(100% - 28px, var(--cgx-container));
    }

    .cgx-header-inner,
    .cgx-footer-inner {
        align-items: flex-start;
        flex-direction: column;
        padding-block: 18px;
    }

    .main-navigation ul,
    .site-footer ul {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }
}

/* CGX mobile polish 1.0.31 */
@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    body {
        font-size: 15px;
        line-height: 1.55;
    }

    .cgx-container {
        width: min(100% - 24px, var(--cgx-container));
    }

    .site-main {
        padding-block: 0;
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 18px;
    }
}

@media (max-width: 480px) {
    .cgx-container {
        width: min(100% - 20px, var(--cgx-container));
    }
}


/* CGX global focus-visible cleanup 1.0.43 */
.site-main a:focus,
.site-main button:focus,
.site-main input:focus,
.site-main textarea:focus,
.site-main select:focus,
.site-main a:focus-visible,
.site-main button:focus-visible,
.site-main input:focus-visible,
.site-main textarea:focus-visible,
.site-main select:focus-visible {
	outline: none;
}

.site-main input:focus-visible,
.site-main textarea:focus-visible,
.site-main select:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.10);
}


/* CGX absolute blue outline removal 1.0.45 */
*:focus,
*:focus-visible,
*:focus-within {
	outline: none !important;
}

a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible,
summary:focus,
summary:focus-visible,
[tabindex]:focus,
[tabindex]:focus-visible,
[role="button"]:focus,
[role="button"]:focus-visible {
	outline: none !important;
}

.woocommerce-error:focus,
.woocommerce-error:focus-visible,
.woocommerce-error:focus-within,
ul.woocommerce-error:focus,
ul.woocommerce-error:focus-visible,
ul.woocommerce-error:focus-within,
.woocommerce-message:focus,
.woocommerce-message:focus-visible,
.woocommerce-message:focus-within,
.woocommerce-info:focus,
.woocommerce-info:focus-visible,
.woocommerce-info:focus-within,
.woocommerce-notices-wrapper:focus,
.woocommerce-notices-wrapper:focus-visible,
.woocommerce-notices-wrapper:focus-within {
	outline: none !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.10);
}

button:focus-visible,
.button:focus-visible,
a.button:focus-visible,
[role="button"]:focus-visible {
	box-shadow: 0 0 0 3px rgba(22, 63, 46, 0.12);
}

.woocommerce-error:focus-visible,
ul.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible {
	box-shadow: none !important;
}


/* CGX remove global site-main padding 1.0.52 */
.site-main {
	padding-block: 0 !important;
}


/* CGX archive widgets moved into main theme css 1.0.82 */
.cgx-breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	color: #5b625a;
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 650;
	line-height: 1.45;
}

.cgx-breadcrumbs a {
	color: #5b625a;
	text-decoration: none;
	transition: color 0.18s ease;
}

.cgx-breadcrumbs a:hover {
	color: #163f2e;
}

.cgx-breadcrumbs__separator {
	color: #c8a96a;
	font-weight: 800;
}

.cgx-breadcrumbs__current {
	color: #163f2e;
	font-weight: 800;
}

.elementor-widget-cgx_archive_title .cgx-archive-title,
.cgx-archive-title {
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	gap: 10px !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-widget-cgx_archive_title .cgx-archive-title__heading,
.cgx-archive-title .cgx-archive-title__heading {
	display: block !important;
	flex: 0 1 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

.elementor-widget-cgx_archive_title .cgx-archive-title__counter,
.cgx-archive-title .cgx-archive-title__counter {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 0 0 auto !important;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	min-height: 0 !important;
	margin: 0 !important;
	border: 0;
	box-shadow: none;
	line-height: 1 !important;
	white-space: nowrap !important;
}

@media (max-width: 767px) {
	.cgx-breadcrumbs {
		font-size: 12px;
		gap: 6px;
	}
}




/* CGX archive products redesign 1.0.84 */
.woocommerce ul.products,
.woocommerce-page ul.products,
.elementor-widget-woocommerce-archive-products ul.products,
.elementor-widget-woocommerce-products ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after,
.elementor-widget-woocommerce-archive-products ul.products::before,
.elementor-widget-woocommerce-archive-products ul.products::after {
	display: none !important;
	content: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.elementor-widget-woocommerce-archive-products ul.products li.product,
.elementor-widget-woocommerce-products ul.products li.product,
.woocommerce ul.products li.product.cgx-product-card,
.elementor-widget-woocommerce-archive-products ul.products li.product.cgx-product-card {
	float: none !important;
	clear: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

.cgx-product-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 14px;
	background-color: rgba(255, 255, 255, 0.56);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	box-shadow: 0 14px 34px rgba(16, 45, 33, 0.10);
}

.cgx-product-card__image-link {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	aspect-ratio: 16 / 11;
	border-radius: 12px 12px 0 0;
	background: rgba(242, 239, 230, 0.72);
	text-decoration: none !important;
}

.cgx-product-card__image-link::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: 2;
	height: 42%;
	pointer-events: none;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.50) 55%,
		rgba(255, 255, 255, 1) 100%
	);
}

.cgx-product-card__image {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.woocommerce ul.products li.product .cgx-product-card__image img,
.cgx-product-card__image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

.cgx-product-card__badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
	padding: 7px 10px;
	border-radius: 999px;
	background-color: #163f2e;
	color: #f7f3ea;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.cgx-product-card__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	padding: 18px;
}

.cgx-product-card__title-link {
	text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cgx-product-card__title {
	margin: 0 !important;
	padding: 0 !important;
	color: #163f2e;
	font-size: clamp(17px, 1.5vw, 22px) !important;
	font-weight: 850 !important;
	line-height: 1.06 !important;
	letter-spacing: -0.045em;
}

.cgx-product-card__metrics {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: center;
	gap: 8px;
	margin-top: 14px;
}

.cgx-product-card__metric {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	padding: 9px 10px;
	border: 1px solid rgba(22, 63, 46, 0.12);
	border-radius: 11px;
	background: rgba(255, 255, 255, 0.28);
	color: rgba(22, 63, 46, 0.82);
	box-shadow: none;
}

.cgx-product-card__metric-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	border: 1px solid rgba(200, 169, 106, 0.34);
	border-radius: 999px;
	background: rgba(200, 169, 106, 0.08);
	color: rgba(129, 103, 48, 0.86);
	font-size: 12px;
	line-height: 1;
}

.cgx-product-card__metric-content {
	display: flex;
	min-width: 0;
	flex-direction: column;
	justify-content: center;
	gap: 2px;
}

.cgx-product-card__metric-label {
	overflow: hidden;
	color: rgba(22, 63, 46, 0.52);
	font-size: 8px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.09em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.cgx-product-card__metric strong {
	overflow: hidden;
	color: rgba(22, 63, 46, 0.88);
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.01em;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.cgx-product-card__footer {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: auto;
	padding-top: 16px;
}

.cgx-product-card__price,
.woocommerce ul.products li.product .price {
	margin: 0 !important;
	color: #163f2e !important;
	font-size: clamp(18px, 1.8vw, 24px) !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	letter-spacing: -0.035em !important;
}

.cgx-product-card__price del,
.woocommerce ul.products li.product .price del {
	margin-right: 6px;
	color: rgba(22, 63, 46, 0.45) !important;
	font-size: 0.75em;
	font-weight: 700;
	opacity: 1 !important;
}

.cgx-product-card__price ins,
.woocommerce ul.products li.product .price ins {
	color: inherit !important;
	text-decoration: none !important;
}

.cgx-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	min-height: 44px;
	padding: 13px 16px;
	border-radius: 8px;
	background-color: #163f2e;
	color: #f7f3ea !important;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.08em;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color 180ms ease, color 180ms ease;
}

.cgx-product-card__button:hover {
	background-color: #102d21;
	color: #f7f3ea !important;
}

.cgx-product-card__button-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 18px;
	line-height: 1;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.added_to_cart {
	display: none !important;
}

.woocommerce .woocommerce-ordering select {
	min-height: 42px;
	padding: 0 38px 0 14px;
	border: 1px solid rgba(22, 63, 46, 0.14);
	border-radius: 999px;
	background-color: #fff;
	color: #163f2e;
	font-size: 13px;
	font-weight: 750;
}

@media (max-width: 1200px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.elementor-widget-woocommerce-archive-products ul.products,
	.elementor-widget-woocommerce-products ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 1024px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.elementor-widget-woocommerce-archive-products ul.products,
	.elementor-widget-woocommerce-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.woocommerce ul.products,
	.woocommerce-page ul.products,
	.elementor-widget-woocommerce-archive-products ul.products,
	.elementor-widget-woocommerce-products ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px !important;
	}

	.cgx-product-card__inner {
		border-radius: 12px;
		box-shadow: 0 10px 24px rgba(16, 45, 33, 0.08);
	}

	.cgx-product-card__image-link {
		aspect-ratio: 1 / 1;
	}

	.cgx-product-card__badge {
		top: 8px;
		left: 8px;
		min-height: 22px;
		padding: 6px 8px;
		font-size: 8px;
	}

	.cgx-product-card__content {
		padding: 12px;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.cgx-product-card__title {
		font-size: 14px !important;
		line-height: 1.08 !important;
	}

	.cgx-product-card__metrics {
		gap: 6px;
		margin-top: 10px;
	}

	.cgx-product-card__metric {
		gap: 6px;
		padding: 7px 8px;
		border-radius: 10px;
	}

	.cgx-product-card__metric-icon {
		width: 22px;
		height: 22px;
		font-size: 10px;
	}

	.cgx-product-card__metric-label {
		font-size: 7px;
	}

	.cgx-product-card__metric strong {
		font-size: 11px;
	}

	.cgx-product-card__footer {
		gap: 10px;
		padding-top: 12px;
	}

	.cgx-product-card__price,
	.woocommerce ul.products li.product .price {
		font-size: 15px !important;
	}

	.cgx-product-card__button {
		min-height: 38px;
		padding: 11px 12px;
		font-size: 10px;
	}
}


/* CGX archive product image square ratio 1.0.85 */
.cgx-product-card__image-link,
.woocommerce ul.products li.product .cgx-product-card__image-link,
.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__image-link,
.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__image-link {
	aspect-ratio: 1 / 1 !important;
}

.woocommerce ul.products li.product .cgx-product-card__image img,
.cgx-product-card__image img {
	object-fit: cover !important;
	object-position: center !important;
}


/* CGX archive product typography colors 1.0.86 */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cgx-product-card__title {
	color: #1D1D1B !important;
}

.cgx-product-card__price,
.woocommerce ul.products li.product .price,
.cgx-product-card__price .amount,
.woocommerce ul.products li.product .price .amount {
	color: #1D1D1B !important;
}

.cgx-product-card__metric-label {
	color: #C8A96A !important;
	font-size: 8px !important;
}

.cgx-product-card__metric strong {
	color: #1D1D1BCC !important;
	font-size: 12px !important;
}


/* CGX archive product image/typography adjustment 1.0.87 */
.cgx-product-card__image-link,
.woocommerce ul.products li.product .cgx-product-card__image-link,
.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__image-link,
.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__image-link {
	aspect-ratio: 16 / 11 !important;
	background: #ffffff !important;
}

.cgx-product-card__image {
	background: #ffffff !important;
}

.woocommerce ul.products li.product .cgx-product-card__image img,
.cgx-product-card__image img {
	object-fit: contain !important;
	object-position: center !important;
	background: #ffffff !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cgx-product-card__title {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #1D1D1B !important;
}

.cgx-product-card__price,
.woocommerce ul.products li.product .price,
.cgx-product-card__price .amount,
.woocommerce ul.products li.product .price .amount {
	font-size: 22px !important;
	font-weight: 800 !important;
	color: #1D1D1B !important;
}

@media (max-width: 767px) {
	.cgx-product-card__image-link,
	.woocommerce ul.products li.product .cgx-product-card__image-link,
	.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__image-link,
	.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__image-link {
		aspect-ratio: 16 / 11 !important;
	}

	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.cgx-product-card__title {
		font-size: 16px !important;
	}

	.cgx-product-card__price,
	.woocommerce ul.products li.product .price,
	.cgx-product-card__price .amount,
	.woocommerce ul.products li.product .price .amount {
		font-size: 18px !important;
	}
}


/* CGX archive product final style tuning 1.0.88 */
.cgx-product-card__inner,
.woocommerce ul.products li.product .cgx-product-card__inner,
.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__inner,
.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__inner {
	background-color: #FFFFFF8F !important;
	border-radius: 12px !important;
}

.cgx-product-card__image-link {
	border-radius: 12px 12px 0 0 !important;
}

.cgx-product-card__badge,
.woocommerce ul.products li.product .cgx-product-card__badge,
.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__badge {
	background-color: #163F2E !important;
	color: #F7F3EA !important;
}

.cgx-product-card__metric {
	background: #FFFFFF4D !important;
}

.cgx-product-card__metric-icon {
	background: #C8A96A14 !important;
	border-color: #163F2E0F !important;
	font-size: 12px !important;
}

.cgx-product-card__button,
.woocommerce ul.products li.product .cgx-product-card__button {
	font-size: 12px !important;
}


/* CGX archive product button height 1.0.89 */
.cgx-product-card__button,
.woocommerce ul.products li.product .cgx-product-card__button,
.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__button,
.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__button {
	height: 42px !important;
	min-height: 42px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}


/* CGX archive product title and price size 1.0.90 */
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cgx-product-card__title {
	font-size: 20px !important;
}

.cgx-product-card__price,
.woocommerce ul.products li.product .price,
.cgx-product-card__price .amount,
.woocommerce ul.products li.product .price .amount {
	font-size: 20px !important;
}


/* CGX archive product metric SVG icons 1.0.91 */
.cgx-product-card__metric-icon svg {
	display: block !important;
	width: 1em !important;
	height: 1em !important;
	fill: currentColor !important;
}


/* CGX archive product mobile title/price size 1.0.92 */
@media (max-width: 767px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title,
	.cgx-product-card__title {
		font-size: 16px !important;
	}

	.cgx-product-card__price,
	.woocommerce ul.products li.product .price,
	.cgx-product-card__price .amount,
	.woocommerce ul.products li.product .price .amount {
		font-size: 16px !important;
	}
}


/* CGX archive product mobile button height 1.0.93 */
@media (max-width: 767px) {
	.cgx-product-card__button,
	.woocommerce ul.products li.product .cgx-product-card__button,
	.elementor-widget-woocommerce-archive-products ul.products li.product .cgx-product-card__button,
	.elementor-widget-woocommerce-products ul.products li.product .cgx-product-card__button {
		height: 38px !important;
		min-height: 38px !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}










/* CGX global WooCommerce notices polish 1.1.39 */
body .woocommerce-notices-wrapper {
	width: min(100% - 40px, var(--cgx-container, 1280px));
	max-width: var(--cgx-container, 1280px);
	margin: 18px auto 0;
	padding: 0;
	box-sizing: border-box;
}

body .woocommerce-notices-wrapper:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
	min-height: 0 !important;
}

body .woocommerce-message,
body .woocommerce-info,
body .woocommerce-error,
body .woocommerce-notice {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 0 !important;
	padding: 16px 18px 16px 58px !important;
	border: 1px solid rgba(22, 63, 46, 0.12) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.86) !important;
	color: #163f2e !important;
	box-shadow: 0 2px 12px rgba(16, 45, 33, 0.08) !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.55;
	list-style: none !important;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	outline: none !important;
}

body .woocommerce-message,
body .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	flex-wrap: wrap;
}

body .woocommerce-error,
body ul.woocommerce-error {
	display: block;
	padding-left: 58px !important;
	border-color: rgba(161, 38, 38, 0.20) !important;
	background: rgba(255, 250, 250, 0.92) !important;
	color: #a12626 !important;
}

body .woocommerce-error li,
body ul.woocommerce-error li {
	margin: 0 0 6px;
	padding: 0;
	list-style: none !important;
}

body .woocommerce-error li:last-child,
body ul.woocommerce-error li:last-child {
	margin-bottom: 0;
}

body .woocommerce-message::before,
body .woocommerce-info::before,
body .woocommerce-error::before,
body .woocommerce-notice::before {
	position: absolute !important;
	top: 50% !important;
	left: 18px !important;
	display: grid !important;
	place-items: center !important;
	width: 26px !important;
	height: 26px !important;
	margin: 0 !important;
	transform: translateY(-50%) !important;
	border-radius: 999px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
	font-size: 13px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	text-align: center !important;
}

body .woocommerce-message::before {
	content: "✓" !important;
}

body .woocommerce-info::before,
body .woocommerce-notice::before {
	content: "i" !important;
	font-style: normal !important;
}

body .woocommerce-error::before,
body ul.woocommerce-error::before {
	content: "!" !important;
	background: #a12626 !important;
}

body .woocommerce-message .button,
body .woocommerce-info .button,
body .woocommerce-message a.button,
body .woocommerce-info a.button,
body .woocommerce-message .wc-forward,
body .woocommerce-info .wc-forward {
	order: 2;
	float: none !important;
	margin: 0 0 0 auto !important;
	padding: 10px 18px !important;
	min-height: 40px !important;
	border: 1px solid #163f2e !important;
	border-radius: 999px !important;
	background: #163f2e !important;
	color: #ffffff !important;
	box-shadow: none !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	white-space: nowrap;
}

body .woocommerce-message .button:hover,
body .woocommerce-info .button:hover,
body .woocommerce-message a.button:hover,
body .woocommerce-info a.button:hover,
body .woocommerce-message .wc-forward:hover,
body .woocommerce-info .wc-forward:hover {
	border-color: #2f4c30 !important;
	background: #2f4c30 !important;
	color: #ffffff !important;
}

body .woocommerce-message a:not(.button),
body .woocommerce-info a:not(.button),
body .woocommerce-error a:not(.button),
body .woocommerce-notice a:not(.button) {
	color: inherit;
	font-weight: 850;
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

body .woocommerce-message:focus,
body .woocommerce-message:focus-visible,
body .woocommerce-message:focus-within,
body .woocommerce-info:focus,
body .woocommerce-info:focus-visible,
body .woocommerce-info:focus-within,
body .woocommerce-error:focus,
body .woocommerce-error:focus-visible,
body .woocommerce-error:focus-within,
body ul.woocommerce-error:focus,
body ul.woocommerce-error:focus-visible,
body ul.woocommerce-error:focus-within {
	outline: none !important;
}

@media (max-width: 767px) {
	body .woocommerce-notices-wrapper {
		width: min(100% - 24px, var(--cgx-container, 1280px));
		margin-top: 14px;
	}

	body .woocommerce-message,
	body .woocommerce-info,
	body .woocommerce-error,
	body .woocommerce-notice {
		padding: 14px 14px 14px 52px !important;
		border-radius: 14px !important;
		font-size: 13px;
		align-items: flex-start;
	}

	body .woocommerce-message::before,
	body .woocommerce-info::before,
	body .woocommerce-error::before,
	body .woocommerce-notice::before {
		top: 15px !important;
		left: 15px !important;
		width: 24px !important;
		height: 24px !important;
		transform: none !important;
		font-size: 12px !important;
	}

	body .woocommerce-message .button,
	body .woocommerce-info .button,
	body .woocommerce-message a.button,
	body .woocommerce-info a.button,
	body .woocommerce-message .wc-forward,
	body .woocommerce-info .wc-forward {
		width: 100%;
		margin: 10px 0 0 !important;
		text-align: center;
	}
}
