
@layer bricks {
	.brxe-slider-nested {
		min-width: 0;
		width: 100%;
	}
	
	.brxe-slider-nested .splide__slide {
		align-items: center;
		display: flex;
		justify-content: center;
		position: relative;
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev {
		transform: translateY(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev {
		transform: translateX(-50%) scaleX(-1);
	}
	
	.brxe-slider-nested .splide__arrows svg {
		min-height: 0;
		min-width: 0;
	}
}

@layer bricks {
	.brxe-button {
		width: auto;
	}
}

@layer bricks {
	.brxe-pagination {
		width: 100%;
	}
}

@layer bricks {
	.brxe-filter-search {
		position: relative;
		width: 100%;
	}
	
	.brxe-filter-search :where(input) {
		width: 100%;
	}
	
	.brxe-filter-search .icon {
		cursor: pointer;
		display: grid;
		height: 100%;
		margin-inline: 10px;
		place-items: center;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: all .3s;
		visibility: hidden;
	}
	
	.brxe-filter-search .icon.brx-show {
		visibility: visible;
	}
}

@layer bricks {
	.brxe-code {
		width: 100%;
	}
}

@layer bricks {
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	a.brxe-image {
		display: inline-block;
	}
	
	figure.brxe-image {
		margin: 0;
	}
	
	:where(.brxe-image).tag {
		display: inline-block;
		height: fit-content;
		position: relative;
		width: auto;
	}
	
	:where(.brxe-image).caption {
		position: relative;
	}
	
	:where(.brxe-image).caption:has(figcaption.bricks-image-caption) {
		overflow: hidden;
	}
	
	:where(.brxe-image).overlay {
		position: relative;
	}
	
	:where(.brxe-image).overlay:before {
		bottom: 0;
		content: "";
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	:where(.brxe-image):before {
		border-radius: inherit;
	}
	
	:where(.brxe-image) a {
		border-radius: inherit;
		position: static;
		transition: inherit;
	}
	
	:where(.brxe-image) picture {
		border-radius: inherit;
		transition: inherit;
	}
	
	:where(.brxe-image) img {
		border-radius: inherit;
		height: 100%;
		position: static !important;
		transition: inherit;
		width: 100%;
	}
	
	:where(.brxe-image) img.bricks-lazy-hidden + figcaption {
		display: none;
	}
	
	:where(.brxe-image) .icon {
		color: #fff;
		font-size: 60px;
		pointer-events: none;
		position: absolute;
		right: 50%;
		text-align: center;
		top: 50%;
		transform: translate(50%, -50%);
		z-index: 5;
	}
	
	:where(.brxe-image) .bricks-image-caption {
		background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
		bottom: 0;
		color: #fff;
		font-size: inherit;
		margin: 0;
		padding: 10px 15px;
		pointer-events: none;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
}

@layer bricks {
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	:where(.brxe-form) {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	:where(.brxe-form) .label, :where(.brxe-form) label {
		color: inherit;
		font-size: 12px;
		font-weight: 600;
		letter-spacing: .4px;
		text-transform: uppercase;
	}
	
	:where(.brxe-form) .form-group {
		display: flex;
		flex-direction: column;
		padding: 0 0 20px;
		width: 100%;
	}
	
	:where(.brxe-form) .form-group.captcha, :where(.brxe-form) .form-group:last-child {
		padding-bottom: 0;
	}
	
	:where(.brxe-form) .form-group.captcha {
		line-height: 1;
	}
	
	:where(.brxe-form) .form-group.file {
		display: block;
	}
	
	:where(.brxe-form) .form-group.file > label.choose-files {
		margin-bottom: 0;
	}
	
	:where(.brxe-form) .form-group > .label {
		margin-bottom: 5px;
	}
	
	:where(.brxe-form) .form-group .form-group-error-message {
		background-color: var(--bricks-bg-danger);
		color: var(--bricks-text-danger);
		display: none;
		padding: 15px;
		width: 100%;
	}
	
	:where(.brxe-form) .form-group .form-group-error-message.show {
		display: block;
	}
	
	:where(.brxe-form) .form-group .password-input-wrapper {
		position: relative;
	}
	
	:where(.brxe-form) .form-group .password-input-wrapper .password-toggle {
		background: none;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span {
		display: flex;
	}
	
	:where(.brxe-form) .form-group .password-input-wrapper .password-toggle span.hide {
		display: none;
	}
	
	:where(.brxe-form) .submit-button-wrapper {
		width: auto;
	}
	
	:where(.brxe-form) .required:after {
		content: "*";
		padding: 0 2px;
		position: relative;
		top: -2px;
	}
	
	:where(.brxe-form) .options-wrapper {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	:where(.brxe-form) .options-wrapper input, :where(.brxe-form) .options-wrapper label {
		display: inline-block;
		height: auto;
		margin: 0 5px 0 0;
		width: auto;
	}
	
	:where(.brxe-form) .options-wrapper input[type=checkbox], :where(.brxe-form) .options-wrapper input[type=radio] {
		margin: initial;
		padding: initial;
		position: relative;
		top: 1px;
	}
	
	:where(.brxe-form) button[type=submit].sending {
		cursor: default;
	}
	
	:where(.brxe-form) button[type=submit].sending .text {
		opacity: .5;
	}
	
	:where(.brxe-form) button[type=submit].sending > i, :where(.brxe-form) button[type=submit].sending > svg {
		display: none;
	}
	
	:where(.brxe-form) button[type=submit].sending .loading {
		animation: load8 1s linear infinite;
		display: flex;
		opacity: 1;
	}
	
	:where(.brxe-form) button[type=submit].sending .loading svg {
		transform: scaleX(-1);
	}
	
	:where(.brxe-form) button[type=submit] .loading {
		display: none;
	}
	
	:where(.brxe-form) button[type=submit] svg {
		height: 1em;
		transform-origin: center;
	}
	
	:where(.brxe-form) .recaptcha-hidden {
		display: none;
	}
	
	:where(.brxe-form) .recaptcha-error {
		display: none;
		padding: 0 !important;
	}
	
	:where(.brxe-form) .recaptcha-error.show {
		display: block;
	}
	
	:where(.brxe-form) .recaptcha-error .brxe-alert.danger {
		align-items: center;
		background-color: var(--bricks-bg-danger);
		border-color: currentcolor;
		color: var(--bricks-text-danger);
		display: flex;
		justify-content: space-between;
		padding: 15px;
		width: 100%;
	}
	
	:where(.brxe-form) .hcaptcha-error {
		display: none;
		padding: 0 !important;
	}
	
	:where(.brxe-form) .hcaptcha-error.show {
		display: block;
	}
	
	:where(.brxe-form) .hcaptcha-error .brxe-alert.danger {
		align-items: center;
		background-color: var(--bricks-bg-danger);
		border-color: currentcolor;
		color: var(--bricks-text-danger);
		display: flex;
		justify-content: space-between;
		padding: 15px;
		width: 100%;
	}
	
	:where(.brxe-form) input[type=checkbox] + .label, :where(.brxe-form) input[type=checkbox] + label, :where(.brxe-form) input[type=radio] + .label, :where(.brxe-form) input[type=radio] + label {
		color: inherit;
		cursor: pointer;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		letter-spacing: inherit;
		line-height: inherit;
		text-align: inherit;
		text-transform: inherit;
	}
	
	:where(.brxe-form) textarea {
		height: inherit;
		resize: vertical;
	}
	
	:where(.brxe-form) .message {
		background-color: var(--bricks-bg-info);
		color: var(--bricks-text-info);
		display: flex;
		gap: 15px;
		justify-content: space-between;
		opacity: 1;
		padding-bottom: 0;
		position: relative;
		width: 100%;
	}
	
	:where(.brxe-form) .message.success {
		background-color: var(--bricks-bg-success);
		color: var(--bricks-text-success);
	}
	
	:where(.brxe-form) .message.error {
		background-color: var(--bricks-bg-danger);
		color: var(--bricks-text-danger);
	}
	
	:where(.brxe-form) .message .text {
		padding: 15px;
	}
	
	:where(.brxe-form) .message.closing {
		opacity: 0;
		transition: opacity .2s;
	}
	
	:where(.brxe-form) .message .close {
		all: unset;
		cursor: pointer;
		padding: 15px;
	}
	
	:where(.brxe-form) input.file, :where(.brxe-form) input[type=file] {
		display: block;
		height: 0;
		opacity: 0;
		width: 0;
	}
	
	:where(.brxe-form) .file-result {
		display: none;
		padding: 0;
	}
	
	:where(.brxe-form) .file-result.show {
		align-items: center;
		display: flex;
		margin: 0 0 15px;
	}
	
	:where(.brxe-form) .file-result.show.danger {
		background-color: var(--bricks-bg-danger);
		color: var(--bricks-text-danger);
		justify-content: space-between;
		padding: 15px;
	}
	
	:where(.brxe-form) .file-result.show.danger svg {
		cursor: pointer;
		height: 1em;
		margin-left: 5px;
	}
	
	:where(.brxe-form) .file-result.show.danger svg g {
		stroke: currentcolor;
	}
	
	:where(.brxe-form) .file-result.show .remove {
		display: inline-block;
		font-size: 12px;
		line-height: 30px;
		margin: 0 15px;
		padding: 0 10px;
	}
	
	:where(.brxe-form) .file-result.show .remove:hover {
		background-color: var(--bricks-text-danger);
		color: #fff;
	}
	
	:where(.brxe-form) .choose-files {
		align-self: flex-start;
		background-color: transparent;
		border: 1px solid var(--bricks-border-color);
		cursor: pointer;
		display: inline-block;
		font-family: inherit;
		font-size: 12px;
		font-weight: 600;
		line-height: 40px;
		padding: 0 15px;
		text-align: center;
		text-transform: none;
		white-space: nowrap;
		width: auto;
	}
	
	:where(.brxe-form) .choose-files:hover {
		background-color: rgba(0, 0, 0, .05);
	}
	
	:where(.brxe-form) .gallery-preview {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	
	:where(.brxe-form) .gallery-preview:not(:empty) + button {
		margin-top: 5px;
	}
	
	:where(.brxe-form) .image-preview {
		align-self: flex-start;
		overflow: hidden;
		position: relative;
	}
	
	:where(.brxe-form) .image-preview:hover button {
		opacity: 1;
	}
	
	:where(.brxe-form) .image-preview:has(img) + button {
		margin-top: 5px;
	}
	
	:where(.brxe-form) .image-preview button {
		background-color: #fff;
		border: none;
		left: 50%;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
	}
	
	:where(.brxe-form) .image-preview button:hover {
		background-color: var(--bricks-text-danger);
		color: #fff;
	}
	
	:where(.brxe-form) .image-preview button.hide {
		display: none;
	}
	
	.grecaptcha-badge {
		visibility: hidden;
	}
}

@layer bricks {
	:where(.brxe-heading).has-separator {
		align-items: center;
		display: inline-flex;
		gap: 20px;
	}
	
	:where(.brxe-heading) > [contenteditable] {
		display: inline-block;
		text-decoration: inherit;
	}
	
	:where(.brxe-heading) .separator {
		border-top: 1px solid;
		flex-grow: 1;
		flex-shrink: 0;
		height: 1px;
	}
}

#brxe-efaac5 {
	font-size: 35px;
	line-height: 40px;
	font-family: "mestiza";
	font-weight: 700;
	color: #000;
}

#brxe-301a64 {
	align-items: center;
	margin-top: 50px;
	margin-bottom: 60px;
}

.brxe-woocommerce-breadcrumbs a, .brxe-woocommerce-breadcrumbs .separator {
	color: #7a7a7a;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.56px;
	text-transform: uppercase;
}

.brxe-woocommerce-breadcrumbs .navigation {
	color: #8bc66f;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1.56px;
	text-transform: uppercase;
}

.brxe-woocommerce-breadcrumbs .navigation a, .brxe-woocommerce-breadcrumbs .navigation .separator {
	color: #7a7a7a;
}

#brxe-8f6f58 {
	width: 278px;
}

#brxe-8f6f58 input::placeholder {
	color: #7a7a7a;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Work Sans";
	font-weight: 600;
	letter-spacing: 1.56px;
}

#brxe-8f6f58 input {
	font-size: 12px;
	font-family: "Work Sans";
	font-weight: 600;
	border-width: 1.5px;
	border-color: #7a7a7a;
	border-radius: 25.42px;
}

#brxe-8f6f58 input[type=search]::placeholder {
	text-align: center;
}

#brxe-8f6f58 input[type=search] {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
}

#brxe-8f6f58 input[type=search].nitro-lazy {
	background-image: none !important;
}

@media (max-width: 767px) {
	#brxe-8f6f58 {
		display: none;
	}
}

#brxe-b5710e {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#brxe-b5710e {
		display: none;
	}
}

#brxe-22f29a {
	width: 278px;
	border: 1.2px solid #000;
	border-radius: 25.42px;
	text-align: center;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	#brxe-22f29a {
		width: 100%;
	}
}

#brxe-362928 {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

@media (max-width: 767px) {
	#brxe-362928 {
		width: 100%;
	}
}

#brxe-b75656 {
	margin-top: 20px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

ul.products li.product:not(.repeater-item), .products .product:not(.repeater-item) {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

ul.products li.product:not(.repeater-item), .products .product:not(.repeater-item) {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.woocommerce-loop-product__title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 44px;
	margin: 0 0 10px 0;
}

ul.products li.product:not(.repeater-item) .custom-product-container, .products .product:not(.repeater-item) .custom-product-container {
	margin-top: auto;
}

h2.woocommerce-loop-product__title {
	margin-top: 15px;
	margin-bottom: 5px;
}

.brxe-9f8c2c.brxe-div {
	width: 100%;
	align-items: center;
	max-width: 400px;
	padding-bottom: 40px;
	align-self: stretch !important;
}

.brxe-9f8c2c {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.brxe-9f8c2c.brxe-div {
		max-width: 100%;
		justify-content: space-between;
		align-items: center;
	}
}

#brxe-f1f317 {
	display: none;
}

#brxe-39f1f3 {
	width: 100%;
	display: grid;
	align-items: initial;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	align-items: center;
	justify-items: center;
	align-content: center;
	grid-template-rows: 1fr 1fr;
	grid-gap: 40px;
}

.bricks-products-widgets.after {
	margin-top: 50px;
	color: #3dc3ea;
	justify-content: center;
}

.bricks-products-widgets.before {
	font-weight: 400;
	font-size: 14px;
	color: #999;
}

.woocommerce-ordering {
	font-family: "Work Sans", sans-serif;
	background-color: #ececec;
	border-radius: 3px;
	border: 0;
	color: #666 !important;
	font-size: 12px;
	font-weight: 500;
}

.page-numbers.current {
	color: #816f98;
}

li:has(> span.page-numbers.current) {
	background: #e9e6ed;
}

li:has(> a.page-numbers):hover {
	background: #e9e6ed;
}

.woocommerce-pagination > .page-numbers {
	border-top: 1px solid #cfc8d8;
	border-bottom: 1px solid #cfc8d8;
	border-left: 1px solid #cfc8d8;
	padding: 0;
}

.page-numbers > li {
	border-right: 1px solid #cfc8d8;
	margin: 0;
	padding-left: 3px;
	padding-right: 3px;
}

.custom-product-container .info-row {
	justify-content: space-between;
	display: flex;
}

.product-price ins {
	text-decoration: none;
}

.info-row {
	margin-top: 20px;
}

.right-rating .star-rating span::before {
	color: #3dc3ea;
}

.repeater-item.product div a img, .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 100%;
	height: 280px;
	object-fit: cover;
	object-position: center;
	border-radius: 23.5px;
	transition: transform .5s ease;
}

.product .woocommerce-loop-product__link {
	display: block;
	overflow: hidden;
}

.product .woocommerce-loop-product__link:hover img, .product .woocommerce-loop-product__link:hover .attachment-woocommerce_thumbnail {
	transform: scale(1.08);
}

.full-width-cart-button {
	margin-top: 20px;
}

.add-to-cart-btn {
	display: flex !important;
	color: #fff !important;
	align-items: center !important;
	justify-content: center !important;
	background: linear-gradient(92deg, #ee2679 -2.07%, #ffe419 122.11%) !important;
	font-family: Poppins, sans-serif !important;
	font-size: 12pt !important;
	font-weight: 600 !important;
	padding: .4em 1.4em !important;
	border: none !important;
	border-radius: 25.418px !important;
	letter-spacing: .04em !important;
	text-transform: uppercase;
	cursor: pointer;
	gap: .5em;
	line-height: 1;
	height: 43.43px;
}

.out-of-stock-btn {
	cursor: not-allowed !important;
	background: linear-gradient(90deg, #9e9e9e 0px, #757575 100%) !important;
}

.quantity-section {
	display: none;
	margin-top: 15px;
}

.quantity-section > span {
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.custom-product-container.show-quantity .quantity-section {
	display: block;
	animation: slideDown .3s ease;
}

.brx-load-more-loading, .brx-query-loop-ajax-loader {
	display: flex !important;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 20px 0;
}

@keyframes slideDown {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.quantity-controls {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}

.view-cart-btn {
	background: linear-gradient(92deg, #ee2679 -2.07%, #ffe419 122.11%) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 25.418px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 8px !important;
	font-family: Poppins, sans-serif !important;
	font-size: 12pt !important;
	font-weight: 600 !important;
	letter-spacing: .04em !important;
	padding: .4em 1.4em !important;
}

.view-cart-btn svg {
	width: 22pt;
	height: 22pt;
}

.added_to_cart.wc-forward {
	display: none !important;
}

.quantity-input {
	width: 60px;
	font-size: 16px;
	text-align: center;
	border: 2px solid #ddd;
	border-radius: 8px;
	background-color: #f8f8f8;
}

.add-more-btn {
	background-color: #fbbf24 !important;
	font-size: 11px !important;
	padding: 1em 0 !important;
	width: 100%;
	border: none !important;
	border-radius: 999px !important;
	position: relative;
	overflow: hidden;
}

.add-more-btn, .success-message {
	color: #111827 !important;
	font-family: Poppins, sans-serif !important;
	letter-spacing: .04em !important;
	text-transform: uppercase;
	cursor: pointer;
	gap: .5em;
	line-height: 1;
	font-weight: 600 !important;
	text-align: center;
}

.flying-mushroom {
	transform-origin: center center;
}

.flying-mushroom svg {
	width: 100%;
	height: 100%;
	filter: drop-shadow(0 4px 12px rgba(200, 161, 46, .6));
	animation: mushroomRotate .6s ease-in-out;
}

@keyframes mushroomRotate {
	0% {
		transform: rotate(0deg);
	}
	
	50% {
		transform: rotate(10deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

.add-to-cart-btn.adding {
	transform: scale(.95);
	transition: transform .1s;
}

@keyframes clickPulse {
	0% {
		transform: scale(1);
	}
	
	50% {
		transform: scale(.95);
	}
	
	100% {
		transform: scale(1);
	}
}

.add-to-cart-btn:active {
	animation: clickPulse .2s;
}

.products.woocommerce .product a {
	position: relative;
}

.products.woocommerce .product a:has(img) img {
	transition: transform .3s ease, opacity .3s ease;
}

.products.woocommerce .product a:has(img):hover img {
	transform: scale(1.1);
}

.repeater-item.product .dynamic[data-field-id="90e5f9"] {
	overflow: hidden;
}

.repeater-item.product .dynamic[data-field-id="90e5f9"] a {
	overflow: hidden;
	display: block;
}

.products.woocommerce .product a:has(img) {
	overflow: hidden;
	display: block;
}

.onsale {
	z-index: 2;
	background: #ef8f61 !important;
	border-radius: 3px !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #fff;
	font-size: 20px;
	font-weight: 500 !important;
	left: 10px !important;
	line-height: inherit !important;
	margin: 0 !important;
	min-height: 0 !important;
	min-width: 0 !important;
	padding: 6px 18px !important;
	position: absolute;
	text-shadow: none !important;
	top: 10px !important;
}

.custom-product-container .product-price {
	color: #000;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.custom-product-container .woocommerce-Price-amount.amount {
	color: #000;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;
}

.custom-product-container .woocommerce-Price-currencySymbol {
	color: #000;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-weight: 700;
}

.repeater-item.product .dynamic > a, .woocommerce-loop-product__title {
	color: #000;
	font-family: "Work Sans", sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
}

.right-rating .star-rating span::before, .star-rating span::before {
	color: #f4774a;
}

.bricks-products-widgets.before {
	justify-content: end;
	gap: 10px;
}

.woocommerce-result-count {
	color: #000;
	text-align: right;
	font-family: "Work Sans", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.woocommerce-ordering {
	background: unset;
}

.woocommerce-ordering .orderby {
	color: #000;
	text-align: center;
	border-radius: 25px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1.56px;
	text-transform: uppercase;
	border-color: #000;
	border-width: 1.2px;
}

.products .product a.button:not(.add-to-cart-btn) {
	display: none !important;
}

.products .product .button.add_to_cart_button:not(.add-to-cart-btn), .products .product a.added_to_cart {
	display: none !important;
}

.repeater-item.product {
	display: flex;
	flex-direction: column;
}

.repeater-item.product [data-field-id="52f242"] {
	margin-top: auto;
}

ul.products li.product:not(.repeater-item) {
	display: flex;
	flex-direction: column;
}

ul.products li.product:not(.repeater-item) .custom-product-container {
	margin-top: auto;
}

.woocommerce-no-products-found {
	margin-top: 100px;
}

.ajax-loader-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 60px;
	margin: 30px 0;
}

.ajax-loader-wrapper .brx-ajax-loader, .ajax-loader-wrapper .bricks-spinner, .ajax-loader-wrapper > * {
	margin: 0 auto;
}

@media (max-width: 991px) {
	#brxe-39f1f3 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 767px) {
	#brxe-39f1f3 {
		grid-template-columns: 1fr 1fr;
		grid-gap: 10px;
	}
	
	.product .custom-product-container, .product .woocommerce-loop-product__link {
		text-align: center;
	}
	
	.product .woocommerce-loop-product__link img, .product .attachment-woocommerce_thumbnail {
		width: 200px;
		height: 200px;
	}
	
	.add-to-cart-btn {
		font-size: 12px !important;
	}
}

.load-more-btn {
	position: relative;
	transition: opacity .2s ease;
}

.load-more-btn.is-loading {
	pointer-events: none;
	opacity: .7;
	cursor: not-allowed;
	color: transparent !important;
}

.load-more-btn.is-loading::after {
	content: "Loading...";
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

#brxe-663e90 {
	align-items: center;
	margin-top: 20px;
}

#brxe-663e90 button {
	color: #000;
	text-align: center;
	font-family: "Work Sans", sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
	background: none;
	border: none;
	cursor: pointer;
}

@media (max-width: 767px) {
	#brxe-663e90 {
		margin-top: 20px;
	}
}

#product-list1 {
	padding-right: 20px;
}

@media (max-width: 991px) {
	#product-list1 {
		border-style: none;
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		width: 100%;
	}
}

#brxe-250f76 {
	flex-direction: row;
	max-width: 1300px;
	width: 98%;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
}

@media (max-width: 991px) {
	#brxe-250f76 {
		flex-direction: column;
		margin-bottom: 100px;
		width: 95%;
	}
}

@media (max-width: 767px) {
	#brxe-250f76 {
		width: 92%;
		margin-bottom: 80px;
	}
}

@media (max-width: 478px) {
	#brxe-250f76 {
		width: 95%;
	}
}

#brxe-bf1a8f {
	width: 100%;
}

#faq-section1 {
	font-size: 35px;
	font-family: "mestiza";
	font-weight: 700;
	color: #fff;
	line-height: 40px;
	margin-top: 100px;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#faq-section1 {
		text-align: center;
	}
}

#brxe-e01580 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#brxe-e01580 {
		font-size: 22px;
	}
}

#brxe-59b0c1 {
	font-size: 16px;
}

#brxe-59b0c1 a {
	font-size: 16px;
	font-size: inherit;
}

@media (max-width: 767px) {
	#brxe-59b0c1 {
		font-size: 15px;
	}
	
	#brxe-59b0c1 a {
		font-size: 15px;
		font-size: inherit;
	}
}

[data-id="brxe-4b7f09"].splide__slide {
	text-align: left;
	display: block;
}

@media (max-width: 767px) {
	[data-id="brxe-4b7f09"].splide__slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

#brxe-241e04 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#brxe-241e04 {
		font-size: 22px;
	}
}

#brxe-89a2b0 {
	font-size: 15px;
}

#brxe-89a2b0 a {
	font-size: 15px;
	font-size: inherit;
}

@media (max-width: 767px) {
	#brxe-89a2b0 {
		font-size: 15px;
	}
	
	#brxe-89a2b0 a {
		font-size: 15px;
		font-size: inherit;
	}
}

[data-id="brxe-6dc8a7"].splide__slide {
	text-align: left;
	display: block;
}

@media (max-width: 767px) {
	[data-id="brxe-6dc8a7"].splide__slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

#brxe-17bb8b {
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#brxe-17bb8b {
		font-size: 22px;
	}
}

#brxe-51abcb {
	font-size: 16px;
}

#brxe-51abcb a {
	font-size: 16px;
	font-size: inherit;
}

@media (max-width: 767px) {
	#brxe-51abcb {
		font-size: 15px;
	}
	
	#brxe-51abcb a {
		font-size: 15px;
		font-size: inherit;
	}
}

[data-id="brxe-f916f0"].splide__slide {
	text-align: left;
	display: block;
}

@media (max-width: 767px) {
	[data-id="brxe-f916f0"].splide__slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

#brxe-0f20d9 {
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#brxe-0f20d9 {
		font-size: 22px;
	}
}

#brxe-2ed3da {
	font-size: 16px;
}

#brxe-2ed3da a {
	font-size: 16px;
	font-size: inherit;
}

@media (max-width: 767px) {
	#brxe-2ed3da {
		font-size: 15px;
	}
	
	#brxe-2ed3da a {
		font-size: 15px;
		font-size: inherit;
	}
}

[data-id="brxe-cd1eb2"].splide__slide {
	text-align: left;
	display: block;
}

@media (max-width: 767px) {
	[data-id="brxe-cd1eb2"].splide__slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

#brxe-1cdbfc {
	font-size: 22px;
	text-align: left;
	margin-bottom: 40px;
}

@media (max-width: 767px) {
	#brxe-1cdbfc {
		font-size: 22px;
	}
}

#brxe-43fd34 {
	font-size: 16px;
}

#brxe-43fd34 a {
	font-size: 16px;
	font-size: inherit;
}

@media (max-width: 767px) {
	#brxe-43fd34 {
		font-size: 15px;
	}
	
	#brxe-43fd34 a {
		font-size: 15px;
		font-size: inherit;
	}
}

[data-id="brxe-fe1832"].splide__slide {
	text-align: left;
	display: block;
}

@media (max-width: 767px) {
	[data-id="brxe-fe1832"].splide__slide {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

#brxe-922ade {
	color: #fff;
	margin-bottom: 100px;
}

#brxe-922ade .splide__slide {
	padding-bottom: 80px;
	align-items: flex-start;
}

#brxe-922ade .splide__pagination .splide__pagination__page.is-active {
	color: #ffe419;
	background-color: #ffe419;
}

#brxe-922ade .splide__pagination .splide__pagination__page {
	color: rgba(255, 228, 25, .4);
	background-color: rgba(255, 228, 25, .4);
}

#brxe-922ade a {
	text-decoration: underline;
}

@media (max-width: 767px) {
	#brxe-922ade {
		margin-bottom: 60px;
	}
}

#brxe-abab7a {
	width: 98%;
	max-width: 1100px;
	align-items: center;
}

@media (max-width: 991px) {
	#brxe-abab7a {
		width: 95%;
	}
}

@media (max-width: 767px) {
	#brxe-abab7a {
		width: 92%;
	}
}

#brxe-1761ac {
	background-color: #046683;
	width: 100%;
	align-items: center;
}

#brxe-c89f81 {
	max-width: 450px;
	border-style: solid;
	border-color: #212121;
}

@media (max-width: 991px) {
	#brxe-c89f81 {
		max-width: 350px;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	#brxe-c89f81 {
		width: auto;
		max-width: 250px;
		margin-bottom: 0;
	}
}

@media (max-width: 478px) {
	#brxe-c89f81 {
		max-width: 178px;
		margin-bottom: 0;
	}
}

#brxe-5b94ae {
	width: 50%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	min-height: 650px;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	#brxe-5b94ae {
		width: 100%;
		min-height: auto;
	}
}

@media (max-width: 767px) {
	#brxe-5b94ae {
		width: 100%;
		min-height: auto;
	}
}

@media (max-width: 478px) {
	#brxe-5b94ae {
		width: 100%;
		height: auto;
	}
}

#brxe-799c6a {
	color: #fff;
	font-weight: 700;
	font-family: "mestiza";
	font-size: 50px;
	line-height: 64px;
}

@media (max-width: 767px) {
	#brxe-799c6a {
		font-size: 40px;
	}
}

#brxe-e47071 {
	align-items: center;
	margin-bottom: 100px;
}

@media (max-width: 767px) {
	#brxe-e47071 {
		margin-bottom: 20px;
	}
}

#brxe-015586 button[type=submit].bricks-button {
	border-radius: 25.42px;
}

#brxe-015586 .bricks-button {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
}

#brxe-015586 .form-group input {
	font-size: 14px;
	color: #ffe419;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 select {
	font-size: 14px;
	color: #ffe419;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 textarea {
	font-size: 14px;
	color: #ffe419;
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 .flatpickr {
	background-color: rgba(0, 0, 0, 0);
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 .bricks-button:not([type=submit]) {
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 .choose-files {
	border-top: 0 solid #ffe419;
	border-right: 0 solid #ffe419;
	border-bottom: 1px solid #ffe419;
	border-left: 0 solid #ffe419;
}

#brxe-015586 .form-group:not(:last-child):not(.captcha) {
	padding-bottom: 40px;
}

.custom-contact-form button[type="submit"], .custom-contact-form input[type="submit"], .custom-contact-form .brxe-button {
	background: linear-gradient(90deg, #ee2679 0%, #ffe419 100%) !important;
	text-align: center;
	font-family: "Work Sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.56px;
	text-transform: uppercase;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	width: 230px;
}

@media (max-width: 991px) {
	.form-group.submit-button-wrapper {
		width: 100% !important;
	}
	
	.custom-contact-form button[type="submit"], .custom-contact-form input[type="submit"], .custom-contact-form .brxe-button {
		width: 100% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}

@media (max-width: 991px) {
	#brxe-811da6 {
		padding-right: 0;
		padding-bottom: 50px;
		padding-left: 0;
	}
}

@media (max-width: 767px) {
	#brxe-811da6 {
		padding-top: 0;
		padding-bottom: 50px;
	}
}

@media (max-width: 478px) {
	#brxe-811da6 {
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 50px;
		padding-left: 0;
	}
}

#brxe-38813d {
	width: 50%;
	padding-right: 50px;
	padding-left: 50px;
}

@media (max-width: 991px) {
	#brxe-38813d {
		width: 100%;
	}
}

@media (max-width: 767px) {
	#brxe-38813d {
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
	}
}

@media (max-width: 478px) {
	#brxe-38813d {
		padding-right: 20px;
		padding-left: 20px;
		width: 100%;
	}
}

#brxe-5cb53b {
	flex-direction: row;
	background-image: linear-gradient(238deg, #ea1d7d, #2a7b92 78.66%);
}

@media (max-width: 991px) {
	#brxe-5cb53b {
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-5cb53b {
		flex-direction: column;
	}
}

@media (max-width: 478px) {
	#brxe-5cb53b {
		flex-direction: column;
	}
}
