@charset "UTF-8";
/*
Theme Name: OrnateDecor
Theme URI: https://themegrilldemos.com/ornate-decor/
Author: ThemeGrill
Author URI: https://themegrill.com/
Description: Ornate Decor is a versatile, user-friendly, and visually appealing theme that fully integrates with WooCommerce, making it an ideal choice for businesses in the furniture and interior decoration industry. It boasts full site editing capabilities, enabling you to customize every aspect of your website to align with your brand and products. it comes with a variety of pre-designed patterns and templates that can be imported. These templates are specifically crafted to enhance the visual appeal of your products, making it easy to create a professional-looking website quickly.
Version: 1.0.4
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ornatedecor
Tags: full-site-editing, block-patterns, one-column, custom-menu, editor-style, custom-colors, custom-logo, featured-images, full-width-template, rtl-language-support, template-editing, translation-ready, wide-blocks, threaded-comments
Woo: 18734003050999:0454ee5b02ae440971e950c210a493ca
*/
/* Margin/Padding */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
html,
body,
.wp-block-post-author__avatar,
.wp-block-social-links,
.wp-block-post-excerpt__excerpt,
.wp-block-separator {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
	transition: 0.2s all ease-in;
}

.no-margin-top {
	margin-top: 0 !important;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
	font-smooth: antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

body {
	font-smooth: auto;
	font-smooth: inherit;
	-webkit-font-smoothing: inherit;
}

p {
	font-Size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--typography--line-height--normal);
	font-weight: 400;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

pre {
	white-space: break-spaces;
	line-height: 1.7;
}

table, dl, address {
	line-height: 1.7;
}

li {
	line-height: 1.7;
}

.wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
	gap: 2em;
}

::selection {
	background: var(--wp--preset--color--primary);
	color: white;
}

@media (min-width: 600px) {
	.wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
		width: calc(50% - 2em + 0.625em);
	}
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select {
	padding: 8px 16px;
}

input, select, optgroup, textarea {
	font-smooth: inherit;
	font-size: 1em;
	line-height: 1.5;
	font-weight: 500;
	margin: 0;
}
input:focus-visible, select:focus-visible, optgroup:focus-visible, textarea:focus-visible {
	outline: 1px solid var(--wp--preset--color--color-1);
}

.wp-block-post-content a {
	text-decoration: underline;
}
.wp-block-post-content a.wp-block-button__link, .wp-block-post-content a.wp-element-button {
	text-decoration: none;
}
.wp-block-post-content a:hover {
	text-decoration-style: dashed;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield; /* Firefox */
}

input[type=radio] {
	accent-color: var(--wp--preset--color--primary);
}

abbr[title] {
	text-decoration: none;
}

.woocommerce:not(.woocommerce-shop) input[type=checkbox] {
	transform: scale(1);
}
.woocommerce:not(.woocommerce-shop) input[type=checkbox] {
	width: 20px;
	height: 20px;
	margin-right: 6px;
	cursor: pointer;
	font-size: 16px;
	visibility: hidden;
}
.woocommerce:not(.woocommerce-shop) input[type=checkbox]:after,
.woocommerce:not(.woocommerce-shop) input[type=checkbox]::after {
	content: " ";
	background-color: #fff;
	display: inline-block;
	color: #00BFF0;
	width: 20px;
	height: 20px;
	visibility: visible;
	border: 1px solid var(--wp--preset--color--color-2);
	padding-left: 4px;
	margin-top: 2px;
}
.woocommerce:not(.woocommerce-shop) input[type=checkbox]:checked:after,
.woocommerce:not(.woocommerce-shop) input[type=checkbox]:checked::after {
	content: "🗸";
	font-weight: 600;
	color: var(--wp--preset--color--ornatedecor-grey);
	font-size: 16px;
}

.wp-element-button,
.wp-block-button__link {
	line-height: 24px;
	padding: 10px 24px;
	font-weight: 500;
	background-color: var(--wp--preset--color--primary);
	border: 1px solid transparent;
	border-radius: 20px;
	display: flex;
	gap: 8px;
	justify-content: center;
	text-decoration: none;
}
.wp-element-button::after,
.wp-block-button__link::after {
	content: url(./assets/images/arrow-right-long-primary-color.svg);
	background: no-repeat center center;
	background-size: 20px;
	width: 20px;
	height: 20px;
	z-index: 1;
	top: 3px;
	right: -4px;
	transition: all 0.5s ease-in-out;
	position: relative;
	filter: brightness(0) invert(1);
}
.wp-element-button.wc-block-components-product-button__button::after,
.wp-block-button__link.wc-block-components-product-button__button::after {
	filter: brightness(1) invert(0);
}
.wp-element-button:hover::after,
.wp-block-button__link:hover::after {
	transform: translateX(8px);
}
.wp-element-button.is-style-outline,
.wp-block-button__link.is-style-outline {
	color: var(--wp--preset--color--primary);
}
.wp-element-button.is-style-outline::after,
.wp-block-button__link.is-style-outline::after {
	filter: brightness(1) invert(0);
}
.wp-element-button:not(.is-link),
.wp-block-button__link:not(.is-link) {
	align-items: flex-start;
}
.wp-element-button:not(.is-link).outlined,
.wp-block-button__link:not(.is-link).outlined {
	color: var(--wp--preset--color--primary);
	background-color: transparent;
}
.wp-element-button:not(.is-link).outlined:hover, .wp-element-button:not(.is-link).outlined:focus, .wp-element-button:not(.is-link).outlined:active,
.wp-block-button__link:not(.is-link).outlined:hover,
.wp-block-button__link:not(.is-link).outlined:focus,
.wp-block-button__link:not(.is-link).outlined:active {
	background-color: transparent;
	color: var(--wp--preset--color--primary);
}
.wp-element-button.wp-block-search__button::after,
.wp-block-button__link.wp-block-search__button::after {
	display: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
div.wp-block-button__link,
.button {
	padding: 10px 24px;
}
button:hover, button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
div.wp-block-button__link:hover,
div.wp-block-button__link:focus,
.button:hover,
.button:focus {
	text-decoration: none;
	cursor: pointer;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
div.wp-block-button__link:active,
div.wp-block-button__link:focus,
.button:active,
.button:focus {
	color: var(--wp--preset--color--white);
}

div .wp-block-button__link:active, div .wp-block-button__link:focus {
	color: var(--wp--preset--color--white);
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	border: 1px solid var(--wp--preset--color--primary);
	line-height: 24px;
	padding: 10px 24px;
	font-weight: 500;
	border-radius: 20px;
	display: flex;
	gap: 8px;
	justify-content: center;
}
.wp-block-button.is-style-outline > .wp-block-button__link::after {
	filter: unset;
}
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
	color: var(--wp--preset--color--primary);
}
.wp-block-button.is-style-outline > .wp-block-button__link.has-background::after {
	filter: brightness(0) invert(1);
}

a {
	text-decoration: underline;
	text-underline-offset: 5px;
	color: var(--wp--preset--color--black);
}
a:hover {
	text-decoration-style: dashed;
	cursor: pointer;
}
a.wp-block-post-excerpt__more-link {
	text-decoration: none;
}
a.remove {
	text-decoration: none;
}

.ornatedecor-border-bottom-2 a {
	text-decoration: none;
}

p.has-text-color a {
	color: inherit;
}

img {
	height: auto;
	max-width: 100%;
}

.ornatedecor-avatar.wp-block-navigation-item.current-menu-item {
	border-radius: 0;
}
.ornatedecor-avatar.wp-block-navigation-item a {
	display: flex;
	align-items: center;
	padding: 12px;
}
.ornatedecor-avatar.wp-block-navigation-item a span {
	display: none;
}
.ornatedecor-avatar.wp-block-navigation-item a::before {
	content: "";
	background: url(./assets/images/avatar.svg) no-repeat center center;
	background-size: 24px;
	width: 25px;
	height: 25px;
	z-index: 1;
}

.ornatedecor-opacity-zero {
	opacity: 0;
}

.ornatedecor-overlay {
	background: #1D1D1D;
	opacity: 0.8;
}

.ornatedecor-position-relative {
	position: relative;
}

.ornatedecor-visibility-hidden {
	visibility: hidden;
}

.ornatedecor-filter-white {
	filter: brightness(0) invert(1);
}

.ornatedecor-border-bottom-2 {
	border-bottom: 2px solid currentColor;
}
.ornatedecor-border-bottom-2:hover {
	border-bottom: 2px dashed currentColor;
}

.ornatedecor-arrow-icon a {
	position: relative;
	transition: all 0.3s ease-in-out;
}
.ornatedecor-arrow-icon a:after {
	content: "→";
	background-size: 20px;
	font-size: 20px;
	z-index: 1;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 50%;
	color: inherit;
	margin-left: 8px;
	line-height: 0;
}
.ornatedecor-arrow-icon a:hover:after {
	transform: translateX(8px);
}

.ornatedecor-shopping-icon .wc-block-mini-cart__quantity-badge {
	display: flex;
	align-items: flex-start;
}
.ornatedecor-shopping-icon .wc-block-mini-cart__quantity-badge::before {
	content: "";
	background: url(./assets/images/shopping-basket.svg) no-repeat center center;
	fill: var(--wp--preset--color--color-ornatedecor-grey);
	background-size: 24px;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.ornatedecor-shopping-icon .wc-block-mini-cart__quantity-badge svg {
	display: none;
}
.ornatedecor-shopping-icon .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
	margin-bottom: -40px;
}

.is-style-ornatedecor-mini-cart-icon-style-1 .wc-block-mini-cart__quantity-badge {
	display: flex;
	align-items: flex-start;
}
.is-style-ornatedecor-mini-cart-icon-style-1 .wc-block-mini-cart__quantity-badge::before {
	content: "";
	background: url(./assets/images/shopping-basket.svg) no-repeat center center;
	fill: var(--wp--preset--color--color-ornatedecor-grey);
	background-size: 24px;
	width: 24px;
	height: 24px;
	z-index: 1;
}
.is-style-ornatedecor-mini-cart-icon-style-1 .wc-block-mini-cart__quantity-badge svg {
	display: none;
}
.is-style-ornatedecor-mini-cart-icon-style-1 .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
	margin-bottom: -40px;
}

.is-style-ornatedecor-mini-cart-icon-style-2 button.wc-block-mini-cart__button {
	margin-right: 20px;
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge {
	display: flex;
	align-items: flex-start;
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge::before {
	content: "Bag";
	font-size: 16px;
	z-index: 1;
	color: var(--wp--preset--color--ornatedecor-black);
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge svg {
	display: none;
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
	position: absolute;
	top: 12px;
	left: 32px;
	color: var(--wp--preset--color--ornatedecor-black);
	background: none;
	font-size: 16px;
	font-weight: normal;
	padding: 0;
	margin-bottom: -40px;
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge:not(:empty)::before {
	content: "(";
	font-size: 18px;
	color: var(--wp--preset--color--ornatedecor-black);
	margin-left: 5px;
}
.is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge:not(:empty)::after {
	content: ")";
	font-size: 18px;
	color: var(--wp--preset--color--ornatedecor-black);
}

.ornatedecor-container-spacing-15 {
	padding: 0 15px;
}

.ornatedecor-blur {
	filter: blur(7px);
	transition: 0.3s all ease-in-out;
}

.ornatedecor-link-underline a {
	text-decoration: underline;
}
.ornatedecor-link-underline a:hover {
	text-decoration-style: dashed;
}

.ornatedecor-wishlist-icon.wp-block-navigation-item a {
	padding: 8px;
	display: flex;
	align-items: center;
}
.ornatedecor-wishlist-icon.wp-block-navigation-item a span {
	display: none;
}
.ornatedecor-wishlist-icon.wp-block-navigation-item a::before {
	content: "";
	background: url(./assets/images/wishlist.svg) no-repeat center center;
	background-size: 24px;
	width: 25px;
	height: 25px;
	z-index: 1;
}
.ornatedecor-wishlist-icon.wp-block-navigation-item a:hover {
	border-bottom: none;
}

.ornatedecor-padding-left-right-15 {
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 768px) {
	.ornatedecor-padding-mobile-left-right-10 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.ornatedecor-padding-mobile-top-bottom-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.ornatedecor-padding-mobile-10 {
		padding: 10px;
	}
}
@media (max-width: 768px) {
	.ornatedecor-padding-mobile-left-right-20 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.ornatedecor-padding-mobile-top-bottom-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ornatedecor-padding-mobile-20 {
		padding: 20px;
	}
}
@media (max-width: 768px) {
	.ornatedecor-padding-mobile-left-right-30 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.ornatedecor-padding-mobile-top-bottom-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.ornatedecor-padding-mobile-30 {
		padding: 30px;
	}
}
@media (max-width: 768px) {
	.ornatedecor-padding-mobile-left-right-40 {
		padding-left: 40px;
		padding-right: 40px;
	}
	.ornatedecor-padding-mobile-top-bottom-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ornatedecor-padding-mobile-40 {
		padding: 40px;
	}
}
@media (max-width: 768px) {
	.ornatedecor-padding-mobile-left-right-50 {
		padding-left: 50px;
		padding-right: 50px;
	}
	.ornatedecor-padding-mobile-top-bottom-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.ornatedecor-padding-mobile-50 {
		padding: 50px;
	}
}
.ornatedecor-padding-top-bottom-8 {
	padding: 8px 0;
}

.wp-site-blocks .ornatedecor-margin-block-start-zero {
	margin-block-start: 0;
}

.ornatedecor-top-bar-padding {
	padding: 8px 0;
}

.ornatedecor-top-bottom-border {
	border-width: 1px 0 1px 0;
}

.ornatedecor-top-bar .wp-block-social-links .wp-social-link a {
	padding: 0;
}

.ornatedecor-text-decoration-underline a {
	text-decoration: underline;
}
.ornatedecor-text-decoration-underline a:hover {
	text-decoration-style: dashed;
}

.ornatedecor-product-categories-list .wc-block-product-categories-list {
	display: flex;
	gap: 32px;
	padding: 0;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item {
	margin: 0;
	width: 100%;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list--depth-1,
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list--depth-2,
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list--depth-3,
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list--depth-4 {
	display: none;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list-item__name {
	margin-top: 20px;
	font-size: var(--wp--preset--font-size--large);
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list-item__name:hover {
	text-decoration: underline;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item .wc-block-product-categories-list-item-count {
	display: none;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item a {
	display: flex;
	flex-direction: column;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image {
	max-width: unset;
	margin: 0;
}
.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item a .wc-block-product-categories-list-item__image img {
	width: 100%;
}

@media screen and (max-width: 48em) {
	.is-style-ornatedecor-hide-on-mobile {
		display: none;
	}
	.is-style-ornatedecor-hide-on-desktop {
		display: block;
	}
}
@media screen and (min-width: 48.0625em) {
	.is-style-ornatedecor-hide-on-mobile {
		display: block;
	}
	.is-style-ornatedecor-hide-on-desktop {
		display: none;
	}
}
.is-style-ornatedecor-show-on-tablet {
	display: block;
}

.is-style-ornatedecor-hide-on-tablet {
	display: none;
}

@media only screen and (min-width: 1024px) {
	.is-style-ornatedecor-hide-on-tablet {
		display: block;
	}
	.is-style-ornatedecor-show-on-tablet {
		display: none;
	}
}
@media screen and (max-width: 48em) {
	.ornatedecor-mobile-text-align-center {
		text-align: center;
	}
	.wp-block-group .ornatedecor-mobile-justify-content-center {
		justify-content: center;
	}
	ul.wp-block-social-links.ornatedecor-justify-content-center {
		justify-content: center;
	}
	figure.wp-block-image.ornatedecor-card-align-centre {
		display: flex;
		align-items: center;
		float: none;
		justify-content: center;
	}
	.padding-top-100 {
		padding-top: 100px;
	}
	.ornatedecor-header {
		display: flex;
	}
	.ornatedecor-header .ornatedecor-search {
		order: 3;
	}
	.ornatedecor-header.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 40% !important;
	}
	.ornatedecor-product-categories-list .wc-block-product-categories-list {
		display: flex;
		gap: 32px;
		padding: 0;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.ornatedecor-product-categories-list .wc-block-product-categories-list .wc-block-product-categories-list-item {
		margin: 0;
		width: calc(50% - 32px);
	}
}
@media screen and (max-width: 37.5em) {
	.ornatedecor-product-categories-list .wc-block-product-categories-list {
		display: flex;
		gap: 32px;
		padding: 0;
		flex-direction: column;
	}
	.ornatedecor-mobile-column-width.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 100% !important;
	}
	.ornatedecor-mobile-display-flex-row {
		display: flex;
		flex-direction: row;
	}
	.ornatedecor-mobile-gap-16 {
		gap: 16px !important;
	}
	.ornatedecor-mobile-footer-wrapper .wp-block-navigation .wp-block-navigation-item__content {
		padding: 0;
	}
}
.is-style-ornatedecor-post-category-style-1 {
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
.is-style-ornatedecor-post-category-style-1 a {
	padding: 4px 8px;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	background-color: var(--wp--preset--color--color-1);
	color: var(--wp--preset--color--ornatedecor-grey);
	text-decoration: none;
	line-height: 1.6;
}
.is-style-ornatedecor-post-category-style-1 .wp-block-post-terms__separator {
	display: none;
}

.is-style-ornatedecor-post-category-style-2 {
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}
.is-style-ornatedecor-post-category-style-2 a {
	padding: 4px 20px;
	font-size: 16px;
	border-radius: 20px;
	border: 1px solid var(--wp--preset--color--color-2);
	color: var(--wp--preset--color--black);
	text-decoration: none;
	line-height: 1.375;
}
.is-style-ornatedecor-post-category-style-2.taxonomy-post_tag a {
	line-height: unset;
	color: var(--wp--preset--color--black);
}
.is-style-ornatedecor-post-category-style-2 .wp-block-post-terms__separator {
	display: none;
}

.is-style-ornatedecor-post-excerpt-style-1.wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
	display: block;
	text-decoration: none;
	border-bottom: none;
	padding: 12px 48px;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 50px;
	color: var(--wp--preset--color--primary);
}
.is-style-ornatedecor-post-excerpt-style-1.wp-block-post-excerpt .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
	background-color: var(--wp--preset--color--primary);
	color: white;
}

.is-style-ornatedecor-post-pagination-style-1 .wp-block-query-pagination-numbers .page-numbers {
	border-radius: 50%;
}
.is-style-ornatedecor-post-pagination-style-1 .wp-block-query-pagination-next,
.is-style-ornatedecor-post-pagination-style-1 .wp-block-query-pagination-previous {
	padding: 12px;
	border-radius: 50px;
	line-height: normal;
}

.is-style-ornatedecor-post-pagination-style-2 .wp-block-query-pagination-numbers .page-numbers {
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--color-2);
}
.is-style-ornatedecor-post-pagination-style-2 .wp-block-query-pagination-numbers .page-numbers.current {
	border: 1ps solid var(--wp--preset--color--primary);
}
.is-style-ornatedecor-post-pagination-style-2 .wp-block-query-pagination-next,
.is-style-ornatedecor-post-pagination-style-2 .wp-block-query-pagination-previous {
	padding: 12px;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--color-2);
}

.is-style-ornatedecor-post-pagination-style-3 {
	align-items: center;
}
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-numbers {
	margin: 0;
}
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-numbers .page-numbers {
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--color-2);
	min-width: 3.625em;
	height: 2em;
	line-height: 1.375;
}
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-numbers .page-numbers.current {
	border: 1px solid var(--wp--preset--color--primary);
}
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-next,
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-previous {
	padding: 5px 20px;
	margin: 0;
	border-radius: 50px;
	background-color: transparent;
	border: 1px solid var(--wp--preset--color--color-2);
	min-width: 3.625em;
	height: 2em;
	line-height: 1.375;
	justify-content: center;
	align-items: flex-end;
}
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-next .wp-block-query-pagination-next-arrow,
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-next .wp-block-query-pagination-previous-arrow,
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-previous .wp-block-query-pagination-next-arrow,
.is-style-ornatedecor-post-pagination-style-3 .wp-block-query-pagination-previous .wp-block-query-pagination-previous-arrow {
	font-weight: 900;
	margin: unset;
	transform: scale(1.2);
}

.dark .ornatedecor-change-to-white {
	filter: brightness(0) invert(1);
}
.dark .ornatedecor-change-to-black {
	filter: brightness(0) invert(0);
}

@media (min-width: 1400px) {
	.is-style-mega-menu .menu-item-width-10 {
		width: 10%;
	}
	.is-style-mega-menu .menu-item-width-15 {
		width: 15%;
	}
	.is-style-mega-menu .menu-item-width-20 {
		width: 20%;
	}
	.is-style-mega-menu .menu-item-width-25 {
		width: 25%;
	}
	.is-style-mega-menu .menu-item-width-30 {
		width: 30%;
	}
	.is-style-mega-menu .menu-item-width-35 {
		width: 35%;
	}
	.is-style-mega-menu .menu-item-width-40 {
		width: 40%;
	}
	.is-style-mega-menu .menu-item-width-45 {
		width: 45%;
	}
	.is-style-mega-menu .menu-item-width-50 {
		width: 50%;
	}
	.is-style-mega-menu .menu-item-width-60 {
		width: 60%;
	}
	.is-style-mega-menu .menu-item-width-70 {
		width: 70%;
	}
	.is-style-mega-menu .menu-item-width-80 {
		width: 80%;
	}
	.is-style-mega-menu .menu-item-width-90 {
		width: 90%;
	}
	.is-style-mega-menu .menu-item-width-100 {
		width: 100%;
	}
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__label {
	text-decoration: none;
	font-weight: 400;
	color: var(--wp--preset--color--ornatedecor-black);
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__label:hover {
	cursor: pointer;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper {
	display: none;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__input {
	padding: 16px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #7d7d7d;
	font-family: "Space Grotesk", sans-serif;
	font-weight: 400;
	font-size: 20px;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
	outline: none;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__button {
	display: none;
	all: unset;
	position: absolute;
	right: 42px;
	top: 78px;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__button svg {
	fill: black;
}
.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__button.wp-element-button::after {
	display: none;
}
.wp-block-search.is-style-ornatedecor-search-style-1.search-active .wp-block-search__label {
	display: none;
}
.wp-block-search.is-style-ornatedecor-search-style-1.search-active .wp-block-search__inside-wrapper {
	display: flex;
}
.wp-block-search.is-style-ornatedecor-search-style-1.search-active .wp-block-search__inside-wrapper .wp-block-search__button {
	display: block;
}
.wp-block-search.is-style-ornatedecor-search-style-1.wp-block-search__icon-button .wp-block-search__inside-wrapper .wp-block-search__button {
	transform: rotate(270deg);
}

@media (max-width: 1024px) {
	.wp-block-search.is-style-ornatedecor-search-style-1 {
		height: 30px;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1:hover {
		cursor: pointer;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1::before {
		content: "";
		display: block;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 20.9999L16.6504 16.6499' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
		height: 24px;
		width: 24px;
		margin: 4px 0;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1::before:hover {
		cursor: pointer;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__label {
		font-size: 0;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1.search-active {
		height: unset;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1.search-active::before {
		display: none;
	}
	.wp-block-search.is-style-ornatedecor-search-style-1.search-active .wp-block-search__label {
		font-size: unset;
	}
}
.search-active-wrapper {
	padding: 62px 30px;
	background-color: var(--wp--preset--color--ornatedecor-white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	animation: slideDown 0.5s ease-in-out;
}
@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	}
}

.search-active-overlay {
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.wp-site-blocks header.wp-block-template-part {
	margin-block-start: 0;
}

div.wp-block-spacer {
	margin-block-start: 0;
}

.wc-block-components-sort-select {
	width: 272px;
	margin-left: auto;
	margin-bottom: 40px;
}
.wc-block-components-sort-select .wc-block-sort-select__select {
	border-radius: 50px;
}

.wc-block-grid__product .wc-block-grid__product-rating {
	text-align: left;
}

.components-popover {
	width: 50px;
}

.wc-block-grid__product-price {
	font-weight: 500;
}
.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: 0;
}
.wc-block-grid__product-price > del {
	font-weight: 400;
	color: var(--wp--preset--color--ornatedecor-grey);
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
	margin-right: 16px;
}

.wp-block-page-list .wp-block-navigation__submenu-container {
	box-shadow: none;
}

.search .wp-block-post-excerpt__more-text {
	align-items: start;
	justify-content: start;
	display: flex;
}

.wc-block-components-product-price__value.is-discounted {
	margin-left: 0;
}

.wc-block-grid__product-title {
	color: var(--wp--preset--color--ornatedecor-black);
	font-weight: 500;
	line-height: 1.5;
}

.archive .content-area {
	padding-right: 16px;
	padding-left: 16px;
}
.archive .site-main {
	margin-bottom: 100px;
}

.wp-block-cover-image {
	padding: 0;
}

.wp-block-site-title a {
	text-decoration: none;
}

.wp-block-post-excerpt__more-text {
	align-items: center;
	justify-content: start;
	display: flex;
	margin-top: 16px;
}
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
	display: flex;
	flex-direction: row-reverse;
	border-bottom: 1px solid currentColor;
	width: fit-content;
	color: var(--wp--preset--color--black);
	font-weight: 400;
}
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
	border-bottom: 1px dashed currentColor;
}
.wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover:before {
	transform: translateX(8px);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	padding: 10px 16px;
	border: 1px solid var(--wp--preset--color--primary);
	background-color: transparent;
	color: var(--wp--preset--color--primary);
	width: 100%;
	line-height: 22px;
}
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after {
	filter: brightness(1) invert(0);
}

.wc-block-price-filter {
	display: flex;
	flex-wrap: wrap;
}
.wc-block-price-filter .wc-block-components-price-slider__range-input-wrapper {
	width: 100%;
}
.wc-block-price-filter .wc-block-components-price-slider__controls {
	flex: 1;
	justify-content: flex-start;
}
.wc-block-price-filter .wc-block-components-price-slider__actions {
	flex: 1;
}
.wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-components-filter-reset-button {
	display: none;
}
.wc-block-price-filter .wc-block-components-price-slider__actions .wc-block-price-filter__button.wc-block-components-price-slider__button {
	font-size: unset;
}
.wc-block-price-filter .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	text-align: center;
	padding: 12px;
	border-radius: 0 !important;
	border-color: var(--wp--preset--color--color-1) !important;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
	font-family: var(--wp--preset--font-family--jost);
	max-width: 70px;
}

.wp-block-woocommerce-price-filter .wc-block-price-filter__range-text {
	flex: 1;
	justify-content: flex-start;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-text .wc-block-formatted-money-amount {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-text .wc-block-formatted-money-amount:first-child::before {
	content: "Price:";
	margin-right: 6px;
}
.wp-block-woocommerce-price-filter .wc-block-price-filter__range-text .wc-block-formatted-money-amount:first-child::after {
	content: "-";
	margin: 0 6px;
}

div[data-block-name="woocommerce/filter-wrapper"] .style-list ul li .wc-block-components-checkbox__label {
	font-size: var(--wp--preset--font-size--small);
}
div[data-block-name="woocommerce/filter-wrapper"] .style-list ul li .wc-block-components-checkbox__input {
	border-color: var(--wp--preset--color--color-2);
}
div[data-block-name="woocommerce/filter-wrapper"] .style-list ul li .wc-block-components-checkbox__input:checked {
	border-color: var(--wp--preset--color--primary);
}

.wc-block-components-pagination {
	margin-top: 100px;
}

.woocommerce-info a {
	text-decoration: underline;
}
.woocommerce-info a:hover {
	text-decoration-style: dashed;
}

footer nav ul .wp-block-navigation-item .wp-block-navigation-item__content {
	padding: 0;
}

.wp-block-post-content {
	display: flow-root;
}

.is-large.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0px;
}

.wc-block-components-totals-coupon span {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--medium);
}
.wc-block-components-totals-coupon span.wc-block-components-button__text {
	font-weight: 500;
}

@media (min-width: 481px) and (max-width: 600px) {
	.wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
		padding-right: 0;
	}
}
.wp-block-woocommerce-filled-mini-cart-contents-block:focus-visible {
	outline: none;
}

@media (max-width: 781px) {
	.ornatedecor-header.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: 40% !important;
	}
	.padding-15 {
		padding: 15px;
	}
	.margin-zero {
		margin: 0;
	}
}
@media screen and (max-width: 30em) {
	.wc-block-grid__products .wc-block-grid__product {
		margin-bottom: 48px;
	}
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content {
	border: none;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
	text-decoration: underline;
	text-underline-offset: 0.5rem;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation-item__content.current-menu-ancestor {
	color: var(--wp--preset--color--ornatedecor-black);
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon {
	margin-left: 0.5em;
	height: unset;
	width: unset;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
	height: 1em;
	width: 1em;
}
.wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon svg path {
	stroke-width: 1;
}

.wp-block-navigation__responsive-container-open {
	padding: 8px;
}
.wp-block-navigation__responsive-container-open svg {
	fill: var(--wp--preset--color--ornatedecor-black);
	scale: 1.4;
}

ul.wp-block-navigation__container li .wp-block-navigation__submenu-container {
	z-index: 999;
}
ul.wp-block-navigation__container li .wp-block-navigation__submenu-container li a {
	border: none;
	padding-bottom: 8px;
}
ul.wp-block-navigation__container li .wp-block-navigation__submenu-container li a:hover {
	border: none;
}
ul.wp-block-navigation__container li.current-menu-item a {
	font-weight: 500;
	color: var(--wp--preset--color--ornatedecor-grey);
}
ul.wp-block-navigation__container li a.wp-block-navigation-item__content {
	padding-top: 8px;
	padding-bottom: 8px;
}
ul.wp-block-navigation__container li a:hover {
	text-decoration: none;
	color: var(--wp--preset--color--black);
	border-bottom-width: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: var(--wp--preset--color--ornatedecor-grey);
}
ul .wp-block-navigation__responsive-container-content a:hover {
	border-bottom-width: 0;
}

.wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) {
	border-bottom: none;
}
.wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
	padding: 8px 10px;
}

.wp-block-navigation__submenu-container .current-menu-item a {
	text-decoration: none;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	top: 100%;
	border: none;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container li .wp-block-navigation__submenu-container {
	top: 0;
	border: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
	padding-top: 0;
	padding-bottom: 0;
}

.wp-block-navigation__submenu-container {
	border-radius: 0;
	box-shadow: 0px 4px 40px rgba(17, 17, 17, 0.15);
}
.wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child):hover {
	border-bottom: none;
}

header .wp-block-navigation .wp-block-navigation__container {
	justify-content: flex-start;
	gap: 32px;
}

footer .wp-block-navigation .wp-block-navigation__container,
footer .wp-block-navigation .wp-block-page-list {
	gap: 0px;
}

@media screen and (max-width: 48em) {
	.wp-block-navigation__responsive-container-close {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 2;
		background: white;
		border-radius: 100%;
		padding: 12px;
	}
	.wp-block-navigation-submenu a {
		width: 100%;
		padding-top: 11px;
		padding-bottom: 11px;
		position: relative;
	}
	.wp-block-navigation-submenu.has-child .wp-block-navigation-item__content:after {
		top: 15px;
		display: inline-block;
		right: 0px;
		width: 10px;
		position: absolute;
		height: 20px;
	}
	ul.wp-block-navigation__submenu-container {
		border-radius: 0;
		box-shadow: 0px 0px 0px rgba(17, 17, 17, 0.15);
	}
	.wp-block-navigation__container {
		width: 100%;
	}
	.wp-block-navigation__container li {
		padding-top: 16px;
		padding-bottom: 16px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
		align-items: start;
		gap: 0;
		padding: 0px 16px 0 32px;
		width: 78vw;
		background: var(--wp--preset--color--ornatedecor-white);
		min-height: 100vh;
		height: 100%;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
		display: flex;
		position: absolute;
		top: 14px;
		right: 10px;
		width: auto;
		height: auto;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
		padding-top: 16px;
		padding-bottom: 16px;
		width: 100%;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
		gap: 0;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
		width: 100%;
		padding-top: 0;
		padding-right: 0;
	}
	.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
		margin-top: 0;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
		display: flex;
		flex-direction: column;
		align-items: start;
		gap: 0;
		width: 100%;
	}
	.wp-block-navigation .wp-block-navigation__submenu-icon {
		padding: 12px;
		margin-right: -10px;
	}
	.wp-block-navigation__submenu-container .wp-block-navigation-item:not(:last-child) .wp-block-navigation-item__content {
		border: none;
	}
}
@media screen and (max-width: 48em) {
	.ornatedecor-footer-menu .wp-block-navigation .wp-block-navigation-item {
		margin: 10px 0px;
	}
}
@media (max-width: 769px) {
	.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
		padding: 0;
		background-color: rgba(17, 17, 17, 0.7);
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
		position: absolute;
		padding: 0;
		opacity: 0;
		visibility: hidden;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation-submenu__toggle:where([aria-expanded=true]) + .wp-block-navigation__submenu-container {
		position: static;
		opacity: 1;
		visibility: visible;
		padding-left: 10px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container .ornatedecor-menu-item-style-1 .wp-block-navigation-item__content {
		padding-left: 28px;
	}
	.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul.wp-block-navigation__container .ornatedecor-menu-item-style-1 .wp-block-navigation-item__content::before {
		top: -4px;
		left: -14px;
	}
}
@media (max-width: 769px) {
	.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
		width: 100%;
		position: relative;
		z-index: auto;
		background-color: inherit;
	}
	.wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: block;
	}
}
@media (min-width: 1400px) {
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu {
		position: static;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 30px;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
		display: none;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
		position: relative;
		box-shadow: none;
		border-width: 0;
		width: 100%;
		height: auto;
		left: 0;
		top: 0;
		overflow: visible;
		opacity: 1;
		visibility: visible;
		padding: 0;
		min-width: 150px;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
		flex-direction: column;
		align-items: flex-start;
		padding: 0;
		min-width: 150px;
		align-self: stretch;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:has(img) > .wp-block-navigation-item__content {
		padding: 8px 0;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:has(img) > .wp-block-navigation-item__content img {
		height: 100%;
		object-fit: cover;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
		font-weight: 500;
		font-size: 20px;
		color: var(--wp--preset--color--black);
		background: none;
		flex: none;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:has(img) {
		flex: 1;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation__submenu-container {
		align-items: flex-start;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation__submenu-container .wp-block-navigation-item {
		color: var(--wp--preset--color--ornatedecor-grey);
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:hover > .wp-block-navigation-item__content {
		text-decoration: none;
	}
	.wp-block-navigation .wp-block-navigation-item.is-style-mega-menu.open-on-hover-click:hover > .wp-block-navigation__submenu-container {
		padding: 32px 24px;
		width: var(--wp--style--global--wide-size);
		min-width: 500px;
		max-width: var(--wp--style--global--wide-size);
		z-index: 999;
	}
}
.wp-block-navigation .has-child.is-style-mega-menu:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
	min-width: 250px;
}

.ornate-dark-mode-button {
	max-width: fit-content !important;
}
.ornate-dark-mode-button :hover {
	cursor: pointer;
}

.ornate-dark-mode-toggle {
	opacity: 0;
	position: absolute;
	z-index: 9999;
	width: 50px !important;
	height: 26px !important;
}
.ornate-dark-mode-toggle::after {
	width: 50px !important;
	height: 26px !important;
}

.ornate-dark-mode-button .ornate-dark-mode-toggle-label {
	background-color: #111;
	width: 50px;
	height: 26px;
	border-radius: 50px;
	position: relative;
	padding: 3px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ornate-dark-mode-button .ornate-dark-mode-toggle-label svg {
	height: 20px;
	width: 20px;
}
.ornate-dark-mode-button .ornate-dark-mode-toggle-label svg.ornate-sun {
	position: absolute;
	left: 3px;
	fill: white;
}
.ornate-dark-mode-button .ornate-dark-mode-toggle-label svg.ornate-moon {
	position: absolute;
	right: 2px;
	fill: white;
}
.ornate-dark-mode-button .ornate-dark-mode-toggle-label .ball {
	background-color: #fff;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	transform: translateX(0px);
	transition: transform 0.2s linear;
}

body.dark {
	background-color: var(--wp--preset--color--ornatedecor-black);
	color: white;
	transition: 0.1s all ease-in;
}
body.dark *:not(.wp-element-button) {
	border-color: white !important;
}
body.dark header .has-background,
body.dark footer .has-background {
	background-color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark header .has-background.has-dark-mode,
body.dark footer .has-background.has-dark-mode {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .ornate-dark-mode-button .ornate-dark-mode-toggle-label {
	background-color: #fff;
}
body.dark .ornate-dark-mode-button .ornate-dark-mode-toggle-label .ball {
	transform: translateX(25px);
	transition: transform 0.2s linear;
}
body.dark .ornate-dark-mode-button:not(.dark-mode-button-has-background-color) .ornate-dark-mode-toggle-label svg.ornate-sun {
	fill: #111;
}
body.dark .ornate-dark-mode-button:not(.dark-mode-button-has-background-color) .ornate-dark-mode-toggle-label .ball {
	background-color: #111;
}
body.dark .wp-block-navigation__responsive-container-open svg {
	fill: white;
}
body.dark .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	background-color: var(--wp--preset--color--dark-mode);
}
body.dark h1,
body.dark h2,
body.dark h3,
body.dark h4,
body.dark h5,
body.dark h6,
body.dark a,
body.dark th,
body.dark td,
body.dark span {
	color: white !important;
}
body.dark input {
	background-color: transparent !important;
	color: white !important;
}
body.dark .wp-element-button:not(.has-background, .has-border-color) {
	background-color: transparent !important;
	border-color: white !important;
}
body.dark .wp-element-button:not(.has-background, .has-border-color).wc-block-components-product-button__button::after {
	filter: brightness(0) invert(1);
}
body.dark .wp-block-button.is-style-outline > .wp-block-button__link::after {
	filter: brightness(0) invert(1);
}
body.dark .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	color: white !important;
}
body.dark .wp-block-cover h1:not(.has-text-color, .has-background),
body.dark .wp-block-cover h2:not(.has-text-color, .has-background),
body.dark .wp-block-cover h3:not(.has-text-color, .has-background),
body.dark .wp-block-cover h4:not(.has-text-color, .has-background),
body.dark .wp-block-cover h5:not(.has-text-color, .has-background),
body.dark .wp-block-cover h6:not(.has-text-color, .has-background),
body.dark .wp-block-cover p:not(.has-text-color, .has-background),
body.dark .wp-block-cover a:not(.has-text-color, .has-background),
body.dark .wp-block-cover th:not(.has-text-color, .has-background),
body.dark .wp-block-cover td:not(.has-text-color, .has-background),
body.dark .wp-block-cover span:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h1:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h2:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h3:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h4:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h5:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image h6:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image p:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image a:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image th:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image td:not(.has-text-color, .has-background),
body.dark .wp-block-cover-image span:not(.has-text-color, .has-background) {
	color: inherit !important;
}
body.dark .wp-block-cover .wp-block-buttons .wp-element-button:not(.wc-forward, .has-background),
body.dark .wp-block-cover-image .wp-block-buttons .wp-element-button:not(.wc-forward, .has-background) {
	background-color: var(--wp--preset--color--primary);
	color: white !important;
	border: 1px solid transparent !important;
}
body.dark .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .wp-block-navigation .wp-block-navigation__container .wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
	stroke: white !important;
}
body.dark .is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge .wc-block-mini-cart__badge {
	color: #fff;
}
body.dark .is-style-ornatedecor-mini-cart-icon-style-2 .wc-block-mini-cart__quantity-badge::before {
	color: white;
}
body.dark .search-active-wrapper {
	background-color: var(--wp--preset--color--dark-mode);
}
body.dark .wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__label {
	color: white;
}
body.dark .wp-block-search.is-style-ornatedecor-search-style-1::before {
	filter: invert(1);
}
body.dark .wp-block-woocommerce-empty-mini-cart-contents-block,
body.dark .wp-block-woocommerce-filled-mini-cart-contents-block {
	background-color: #1f1f1f;
}
body.dark .wp-block-post-content a:not(.wp-block-button__link):hover {
	color: unset;
}
body.dark .wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper .wp-block-search__input {
	background-color: var(--wp--preset--color--dark-mode);
	color: white;
}
body.dark .wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper button {
	border: none !important;
}
body.dark .wp-block-search.is-style-ornatedecor-search-style-1 .wp-block-search__inside-wrapper button svg {
	fill: white;
}
body.dark .wp-block-query-pagination-numbers .page-numbers {
	border-color: white !important;
}
body.dark .wp-block-query-pagination-numbers .page-numbers.current {
	background-color: white;
	color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .wp-block-query-pagination-previous,
body.dark .wp-block-query-pagination-next {
	border-color: white !important;
}
body.dark .wp-block-query-pagination-previous svg,
body.dark .wp-block-query-pagination-next svg {
	filter: invert(1) brightness(2);
}
body.dark .wc-block-pagination button.wc-block-pagination-page {
	border-color: white !important;
}
body.dark .wc-block-pagination button.wc-block-pagination-page.wc-block-pagination-page--active {
	background-color: white;
}
body.dark .wc-block-pagination button.wc-block-pagination-page.wc-block-pagination-page--active span {
	color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark hr.wp-block-separator {
	background-color: #333 !important;
}
body.dark .wp-block-table.is-style-stripes tbody tr:nth-child(odd) td {
	color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark .post-navigation-link-previous.ornatedecor-post-navigation .post-navigation-link__label::before,
body.dark .post-navigation-link-next.ornatedecor-post-navigation .post-navigation-link__label::before {
	filter: brightness(0) invert(1);
}
body.dark .wc-block-grid__product-title {
	color: white !important;
}
body.dark .onsale .wc-block-grid__product-onsale,
body.dark .wc-block-grid .wc-block-grid__product-onsale,
body.dark .wc-block-components-product-image .wc-block-grid__product-onsale {
	background-color: var(--wp--preset--color--dark-mode);
}
body.dark .onsale .wc-block-sort-select .wc-block-sort-select__select,
body.dark .wc-block-grid .wc-block-sort-select .wc-block-sort-select__select,
body.dark .wc-block-components-product-image .wc-block-sort-select .wc-block-sort-select__select {
	border-color: var(--wp--preset--color--ornatedecor-black);
	filter: brightness(0) invert(1);
}
body.dark .price ins,
body.dark .price > span {
	color: white !important;
}
body.dark .wc-block-grid__product-price > del span {
	color: #d3d3d3 !important;
}
body.dark .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	border-color: white !important;
}
body.dark .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link::after {
	filter: brightness(0) invert(1);
}
body.dark.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='36' height='36' rx='18' fill='%231F1F1F'/%3e%3cpath d='M17.8337 18.6333V18.1333H17.3337H12.0671C11.9807 18.1333 11.9476 18.1067 11.9373 18.0964C11.927 18.0861 11.9004 18.053 11.9004 17.9666C11.9004 17.8803 11.927 17.8471 11.9373 17.8369C11.9476 17.8266 11.9807 17.8 12.0671 17.8H17.3337H17.8337V17.3V12.0333C17.8337 11.9469 17.8603 11.9138 17.8706 11.9035C17.8809 11.8932 17.914 11.8666 18.0004 11.8666C18.0868 11.8666 18.1199 11.8932 18.1302 11.9035C18.1404 11.9138 18.1671 11.9469 18.1671 12.0333V17.3V17.8H18.6671H23.9337C24.0201 17.8 24.0532 17.8266 24.0635 17.8369C24.0738 17.8471 24.1004 17.8803 24.1004 17.9666C24.1004 18.053 24.0738 18.0861 24.0635 18.0964C24.0532 18.1067 24.0201 18.1333 23.9337 18.1333H18.6671H18.1671V18.6333V23.9666C18.1671 24.053 18.1404 24.0861 18.1302 24.0964C18.1199 24.1067 18.0868 24.1333 18.0004 24.1333C17.914 24.1333 17.8809 24.1067 17.8706 24.0964C17.8603 24.0861 17.8337 24.053 17.8337 23.9666V18.6333Z' fill='white' stroke='white'/%3e%3c/svg%3e ");
}
body.dark .wp-block-add-to-cart-form .wp-element-button,
body.dark .woocommerce-variation-add-to-cart .wp-element-button,
body.dark .wc-proceed-to-checkout .wp-element-button {
	background-color: white !important;
	color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark .wp-block-add-to-cart-form .wp-element-button::after,
body.dark .woocommerce-variation-add-to-cart .wp-element-button::after,
body.dark .wc-proceed-to-checkout .wp-element-button::after {
	filter: brightness(0) invert(0);
}
body.dark .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart {
	background-color: white !important;
	color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-add-to-cart .added_to_cart::after {
	filter: brightness(0) invert(0);
}
body.dark p.stars a::before {
	color: var(--wp--preset--color--white);
}
body.dark p.stars a:hover ~ a::before {
	color: var(--wp--preset--color--white);
}
body.dark p.stars.selected a.active::before {
	color: var(--wp--preset--color--white);
}
body.dark p.stars.selected a.active ~ a::before {
	content: "\e913";
	color: var(--wp--preset--color--white);
}
body.dark p.stars.selected a:not(.active)::before {
	color: var(--wp--preset--color--white);
}
body.dark .wc-block-grid__product-rating .star-rating span:before,
body.dark .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
	color: white !important;
}
body.dark div div.woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews .star-rating span::before {
	color: white !important;
}
body.dark .wc-block-components-price-slider__range-input-wrapper:before {
	background-color: white;
}
body.dark .wc-block-components-price-slider__range-input-progress {
	--range-color: white;
}
body.dark .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
	background-color: white;
}
body.dark .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button span {
	color: var(--wp--preset--color--ornatedecor-black) !important;
	font-size: 1.125em;
}
body.dark .wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button::after {
	display: none;
}
body.dark.woocommerce-cart .product-remove a {
	background-color: white;
	color: var(--wp--preset--color--ornatedecor-black) !important;
	font-weight: 400;
}
body.dark.woocommerce-cart .coupon .button {
	color: white !important;
}
body.dark .woocommerce .woocommerce-message,
body.dark .woocommerce .woocommerce-error,
body.dark .woocommerce .woocommerce-noreviews,
body.dark .woocommerce .woocommerce-info,
body.dark .woocommerce .woocommerce .no-comments,
body.dark .woocommerce .wc-block-components-notice-banner {
	background-color: var(--wp--preset--color--dark-mode) !important;
	border: 1px solid white !important;
	color: white !important;
}
body.dark .woocommerce .woocommerce-message *,
body.dark .woocommerce .woocommerce-error *,
body.dark .woocommerce .woocommerce-noreviews *,
body.dark .woocommerce .woocommerce-info *,
body.dark .woocommerce .woocommerce .no-comments *,
body.dark .woocommerce .wc-block-components-notice-banner * {
	color: inherit !important;
}
body.dark .woocommerce nav.woocommerce-breadcrumb {
	color: white;
}
body.dark .woocommerce .woocommerce-ordering .orderby {
	filter: brightness(0) invert(1);
}
body.dark .woocommerce .woocommerce-ordering .orderby option {
	color: black;
}
body.dark .woocommerce.wc-block-product-results-count .woocommerce-result-count {
	color: white;
}
body.dark .woocommerce .quantity input,
body.dark .woocommerce .quantity button,
body.dark .woocommerce .wc-block-components-quantity-selector input,
body.dark .woocommerce .wc-block-components-quantity-selector button {
	color: white !important;
	border-color: white !important;
}
body.dark .woocommerce .woocommerce-tabs .tabs {
	border-color: white !important;
}
body.dark .woocommerce .checkout.woocommerce-checkout #customer_details,
body.dark .woocommerce .checkout.woocommerce-checkout #order_review {
	background-color: transparent;
}
body.dark .woocommerce .checkout.woocommerce-checkout #customer_details *:not(svg),
body.dark .woocommerce .checkout.woocommerce-checkout #order_review *:not(svg) {
	background: transparent;
	color: white;
	border-color: white;
}
body.dark .woocommerce .woocommerce-MyAccount-navigation ul .is-active a {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .woocommerce .woocommerce-MyAccount-navigation ul a:hover, body.dark .woocommerce .woocommerce-MyAccount-navigation ul a:focus {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .select2-container.select2-container--default .select2-results .select2-results__options .select2-results__option {
	color: var(--wp--preset--color--ornatedecor-black) !important;
}
body.dark .select2-container.select2-container--default .select2-selection--single {
	border-color: white;
	background-color: transparent;
}
body.dark .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: white;
}
body.dark .wc-block-mini-cart__badge::after, body.dark .wc-block-mini-cart__badge::before {
	color: white !important;
}
body.dark .wc-block-mini-cart__icon {
	filter: brightness(0) invert(1);
}
body.dark .wc-block-components-drawer .wc-block-components-drawer__close {
	border: none !important;
}
body.dark .wc-block-components-drawer .wc-block-components-drawer__close svg {
	fill: white !important;
}
body.dark .wc-block-cart-items .wc-block-cart-items__row:not(:last-child) {
	border-color: white !important;
}
body.dark .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__regular {
	color: #d3d3d3;
}
body.dark .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__prices .wc-block-components-product-price__value.is-discounted {
	color: white !important;
}
body.dark .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector input,
body.dark .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-components-quantity-selector button {
	color: white !important;
	border-color: white !important;
}
body.dark .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined::after {
	filter: brightness(0) invert(1);
}
body.dark .ornatedecor-wishlist-icon.wp-block-navigation-item a::before {
	filter: invert(1);
}
body.dark .wishlist_table thead {
	background-color: var(--wp--preset--color--dark-mode);
}
body.dark .wishlist_table .wishlist-items-wrapper tr {
	border-color: white;
}
body.dark .wishlist_table .wishlist-items-wrapper .product-add-to-cart a::after {
	filter: brightness(0) invert(1);
}
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i,
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i,
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i {
	color: white !important;
}
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::before {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::after {
	border-right-color: var(--wp--preset--color--dark-mode) !important;
	border-top-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark #yith-wcwl-popup-message {
	background-color: var(--wp--preset--color--dark-mode) !important;
	color: white !important;
}
body.dark .has-dark-mode {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .has-dark-mode p:not(.has-text-color),
body.dark .has-dark-mode a:not(.has-text-color),
body.dark .has-dark-mode h1:not(.has-text-color),
body.dark .has-dark-mode h2:not(.has-text-color),
body.dark .has-dark-mode h3:not(.has-text-color),
body.dark .has-dark-mode h4:not(.has-text-color),
body.dark .has-dark-mode h5:not(.has-text-color),
body.dark .has-dark-mode h6:not(.has-text-color),
body.dark .has-dark-mode span:not(.has-text-color),
body.dark .has-dark-mode th:not(.has-text-color),
body.dark .has-dark-mode td:not(.has-text-color) {
	color: white;
}
body.dark .has-dark-mode.wp-block-cover span {
	background-color: var(--wp--preset--color--dark-mode) !important;
}
body.dark .has-dark-mode.has-text-color {
	color: white !important;
}

.wp-block-post-title a {
	text-decoration: none;
	color: var(--wp--preset--color--ornatedecor-black);
}
.wp-block-post-title a:hover {
	text-decoration: underline;
}

.wp-block-post-template li:last-child .is-layout-constrained hr {
	display: none;
}

.search-results .wp-block-post-excerpt__more-text {
	align-items: start;
	justify-content: start;
}

@keyframes search_fade_in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}
@keyframes search_fade_out {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 0;
	}
}
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
	object-fit: contain;
}

.wp-block-media-text .wp-block-media-text__content {
	direction: ltr;
	grid-column: 2;
	grid-row: 1;
	word-break: break-word;
}

@media (max-width: 992px) {
	.ornatedecor-media-text-mobile-width.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
	.ornatedecor-media-text-mobile-width.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}
.wp-block-post-comments .commentlist {
	clear: both;
	list-style: none;
	margin-top: 32px;
}
.wp-block-post-comments .commentlist .comment {
	padding: 32px;
	margin-top: 16px;
	border: 1px solid var(--wp--preset--color--color-2);
}
.wp-block-post-comments .commentlist .comment .children li {
	border: none;
}
.wp-block-post-comments .commentlist h2 {
	margin: 24px 0;
}
.wp-block-post-comments .commentlist .comment-author {
	font-weight: 600;
}
.wp-block-post-comments .commentlist .comment-author .url {
	font-weight: 600;
}
.wp-block-post-comments .commentlist .comment-metadata {
	margin-top: 4px;
}
.wp-block-post-comments .commentlist .comment-metadata a {
	text-decoration: none;
}
.wp-block-post-comments .commentlist ul {
	list-style: none;
}
.wp-block-post-comments input[type=submit]:hover {
	background-color: var(--wp--preset--color--ornatedecor-grey);
}

.single-post .wp-block-comments-title {
	font-size: var(--wp--preset--font-size--extra-large);
	font-weight: 400;
}
.single-post .wp-block-comment-template {
	margin-top: 32px;
}
.single-post .wp-block-comment-content {
	margin: 0;
}
.single-post .wp-block-comment-content pre {
	white-space: break-spaces;
}
.single-post .wp-block-comment-content p {
	margin: 8px 0;
}
.single-post .wp-block-comment-reply-link {
	margin-top: 0;
	font-style: italic;
	text-decoration: underline;
}
.single-post .wp-block-comment-reply-link:hover {
	text-decoration-style: dashed;
}
.single-post .wp-block-comment-template {
	border: 1px solid var(--wp--preset--color--color-2);
	padding: 32px;
}
.single-post .wp-block-post-comments-form .comment-form textarea,
.single-post .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]) {
	border: 1px solid var(--wp--preset--color--color-2);
	border-radius: 4px;
}

.logged-in-as a {
	text-decoration: underline;
}
.logged-in-as a:hover {
	text-decoration-style: dashed;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
	gap: 0.5em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
	margin-top: 0;
	width: unset;
}

.wp-block-post-author {
	column-gap: 32px;
}
.wp-block-post-author .wp-block-post-author__avatar {
	align-self: center;
}
.wp-block-post-author .wp-block-post-author__bio {
	font-size: var(--wp--preset--font-size--small);
}

.wp-block-post-date {
	font-size: 14px;
	line-height: 1.7;
}

nav.wp-block-query-pagination {
	gap: 8px;
	margin: 100px 0;
}
nav.wp-block-query-pagination a {
	text-decoration: none;
}

.wp-block-query-pagination-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 0;
}
.wp-block-query-pagination-numbers .page-numbers {
	line-height: 1.5em;
	padding: 4px;
	width: 3em;
	height: 3em;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 0px;
	color: var(--wp--preset--color--ornatedecor-grey);
}
.wp-block-query-pagination-numbers .page-numbers:hover {
	text-decoration: underline;
}
.wp-block-query-pagination-numbers .page-numbers.current {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}
.wp-block-query-pagination-numbers .page-numbers.current:hover {
	cursor: pointer;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
	display: flex;
	justify-content: center;
	line-height: 1.5em;
	padding: 12px;
	margin-bottom: 0;
	text-align: center;
	border: 1px solid var(--wp--preset--color--primary);
	border-radius: 0px;
	color: var(--wp--preset--color--ornatedecor-grey);
}
.wp-block-query-pagination-next svg,
.wp-block-query-pagination-previous svg {
	fill: var(--wp--preset--color--ornatedecor-grey);
}

.wp-block-query-pagination > .wp-block-query-pagination-numbers {
	margin-right: 0;
	margin-bottom: 0;
}
.wp-block-query-pagination > .wp-block-query-pagination-previous {
	margin-right: 0;
	margin-bottom: 0;
}
.wp-block-query-pagination > .wp-block-query-pagination-next {
	margin-bottom: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-next:has(i),
.wp-block-query-pagination .wp-block-query-pagination-previous:has(i) {
	width: 2.5em;
}

.post-nav-links {
	display: flex;
	align-items: center;
}
.post-nav-links .post-page-numbers {
	margin: 4px;
	line-height: 2.1em;
	padding: 4px;
	width: 2.5em;
	height: 2.5em;
	display: flex;
	justify-content: center;
	border: 1px solid var(--wp--preset--color--primary);
	text-decoration: none;
	border-radius: 0px;
	color: var(--wp--preset--color--ornatedecor-grey);
}
.post-nav-links .post-page-numbers.current {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.wp-block-post-title {
	word-break: break-word;
}

body.blog .wp-block-query .is-layout-flow > * + *, body.archive .wp-block-query .is-layout-flow > * + * {
	margin-block-start: unset;
}

.wp-block-post-author__content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	flex-grow: 1;
	flex-basis: 0;
	align-items: center;
}

.post-navigation-link-next.ornatedecor-post-navigation a {
	display: flex;
	text-decoration: none;
	flex-direction: column;
}

.post-navigation-link-previous.ornatedecor-post-navigation a {
	display: flex;
	text-decoration: none;
	flex-direction: column;
}
.post-navigation-link-previous.ornatedecor-post-navigation .post-navigation-link__label {
	order: 2;
	display: flex;
	align-items: center;
	gap: 10px;
}
.post-navigation-link-previous.ornatedecor-post-navigation .post-navigation-link__label::before {
	content: "";
	background-repeat: no-repeat;
	background-image: url(./assets/images/chevrons-left.svg);
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: center;
	border-radius: 0;
	color: var(--wp--preset--color--ornatedecor-grey);
}
.post-navigation-link-previous.ornatedecor-post-navigation .post-navigation-link__title {
	order: 1;
	font-size: var(--wp--preset--font-size--large);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.post-navigation-link-next.ornatedecor-post-navigation .post-navigation-link__title {
	order: 1;
	font-size: var(--wp--preset--font-size--large);
	font-family: "Space Grotesk", sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
.post-navigation-link-next.ornatedecor-post-navigation .post-navigation-link__label {
	order: 2;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: row-reverse;
}
.post-navigation-link-next.ornatedecor-post-navigation .post-navigation-link__label::before {
	content: "";
	background-repeat: no-repeat;
	background-image: url(./assets/images/chevrons-right.svg);
	background-size: 16px;
	width: 16px;
	height: 16px;
	background-position: center;
	border-radius: 0;
	color: var(--wp--preset--color--ornatedecor-grey);
}

.taxonomy-post_tag {
	flex-wrap: wrap;
}
.taxonomy-post_tag a {
	line-height: 1.6;
	color: var(--wp--preset--color--ornatedecor-grey);
}

.wp-block-comments .comment-form .form-submit {
	margin-top: 40px;
}

@media (max-width: 781px) {
	.theme-ornatedecor footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		flex-basis: unset !important;
	}
}
.theme-ornatedecor footer .wp-block-social-links.is-layout-flex {
	gap: 1rem;
}

/*--------------------------------------------------------------
# Wishlist
--------------------------------------------------------------*/
.wishlist-title-container {
	display: none;
}

.woocommerce-wishlist .wp-block-group.has-background {
	padding: 1.25em 1em;
}

.wishlist_table.mobile {
	padding-left: 0;
	max-width: 500px;
	margin: 0 auto;
}
.wishlist_table.mobile li {
	border: 1px solid #dedede;
	padding: 30px;
	margin-bottom: 55px;
}
.wishlist_table.mobile li .item-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	width: unset;
	margin-bottom: 0;
}
.wishlist_table.mobile li .item-wrapper .product-thumbnail {
	width: 100%;
	max-width: 300px;
	margin-right: 0;
	padding-bottom: 1rem;
}
.wishlist_table.mobile li .item-wrapper .item-details {
	display: flex;
	flex-direction: column;
	width: 100%;
	color: var(--wp--preset--color--ornatedecor-black);
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name {
	margin-bottom: 16px;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name a {
	text-decoration: none;
}
.wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
	font-size: clamp(1.125rem, 0.5rem + 3.125vw, 2rem);
	font-weight: 600;
	margin-bottom: 0;
	line-height: 170%;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 10px;
	border-spacing: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
	padding: 0;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
	font-size: inherit;
	font-weight: inherit;
}
.wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.value {
	font-size: 1rem;
	font-weight: 500;
}
.wishlist_table.mobile li .additional-info-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}
.wishlist_table.mobile li .additional-info-wrapper table.additional-info {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 170%;
	margin-bottom: 10px;
	color: var(--wp--preset--color--ornatedecor-black);
}
.wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
	padding: 0;
}
.wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
	font-size: inherit;
	font-weight: inherit;
}
.wishlist_table.mobile li .additional-info-wrapper table.additional-info td.value {
	font-size: 1rem;
	font-weight: 500;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
	flex-basis: 50%;
	margin-bottom: 0;
	text-decoration: underline;
	text-underline-offset: 6px;
	color: var(--wp--preset--color--ornatedecor-grey);
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart:hover {
	text-decoration-style: dashed;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
	margin: 0 !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .wp-element-button {
	padding: unset;
	text-align: left;
	width: 100%;
	display: flex !important;
	align-items: center;
	font-weight: 400;
	font-size: 1.125em;
	color: var(--wp--preset--color--ornatedecor-grey);
	background-color: transparent;
	border: none !important;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart ~ .product-remove {
	flex-basis: 50%;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove {
	flex-basis: 100%;
	text-align: right;
	font-size: 1.25em;
	font-weight: 200;
	color: var(--wp--preset--color--ornatedecor-black);
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove a {
	text-decoration: none;
}
.wishlist_table.mobile li .additional-info-wrapper .product-remove i::before {
	content: "\f014";
}

.yith_wcwl_wishlist_footer {
	display: none;
}

@media screen and (min-width: 48.0625em) {
	.wishlist_table {
		font-size: 1.6rem;
	}
	.wishlist_table thead {
		background-color: var(--wp--preset--color--primary);
		font-size: var(--wp--preset--font-size--medium);
		font-weight: 500;
	}
	.wishlist_table thead tr th {
		color: var(--wp--preset--color--white);
		font-weight: 500;
	}
	.wishlist_table .wishlist-items-wrapper {
		border: 1px solid #e7e7e7;
		font-size: var(--wp--preset--font-size--small);
	}
	.wishlist_table .wishlist-items-wrapper .product-name {
		font-size: var(--wp--preset--font-size--medium);
		font-weight: 600;
	}
	.wishlist_table .wishlist-items-wrapper .product-name a {
		text-decoration: none;
	}
	.wishlist_table .wishlist-items-wrapper tr {
		border-bottom: 1px solid var(--wp--preset--color--color-2);
	}
	.wishlist_table .wishlist-items-wrapper td {
		text-align: left;
	}
	.wishlist_table .wishlist-items-wrapper td.product-thumbnail a {
		max-width: 100px;
	}
	.wishlist_table .wishlist-items-wrapper td.product-thumbnail a img {
		max-width: 100px;
		width: unset;
	}
	.wishlist_table .wishlist-items-wrapper td.product-remove a {
		text-decoration: none;
	}
	.wishlist_table .wishlist-items-wrapper td.product-remove .remove_from_wishlist {
		padding: 20px;
	}
	.wishlist_table .wishlist-items-wrapper td.product-add-to-cart a {
		background-color: unset;
		color: var(--wp--preset--color--ornatedecor-grey);
		display: flex !important;
		justify-content: start;
		width: fit-content;
		padding: 0;
		border: none !important;
	}
	.wishlist_table .wishlist-items-wrapper td.product-add-to-cart a::after {
		filter: brightness(0);
	}
	.wishlist_table thead {
		border: 1px solid #e7e7e7;
		text-align: left;
	}
}
.yith-wcwl-add-to-wishlist {
	display: flex;
	border: none;
	margin-top: 0;
	border-radius: 50%;
	flex: 1;
	position: unset;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	text-decoration: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--wp--preset--color--primary);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist i {
	font-size: 1.25rem;
	font-weight: 600;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
	text-decoration: none;
}
.yith-wcwl-add-to-wishlist i {
	font-size: 1.25rem;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
	font-size: 1.25rem;
	color: var(--wp--preset--color--primary);
}
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	text-decoration: none;
}
.yith-wcwl-add-to-wishlist:hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
}
.yith-wcwl-add-to-wishlist:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Browse wishlist";
}
.yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Browse wishlist";
}
.yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}

.single-product .product .entry-summary .yith-wcwl-add-to-wishlist {
	margin-top: 0;
	margin-bottom: 8px;
	order: 5;
}

.wc-block-grid__product.add-to-wishlist-before_image,
.products-block-post-template .add-to-wishlist-before_image {
	position: relative;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	top: 16px;
	right: 16px;
	left: unset;
	background-color: var(--wp--preset--color--white);
	margin-top: 0;
	border-radius: 50%;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
	text-decoration: none;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--wp--preset--color--primary);
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist .yith-wcwl-icon,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist .yith-wcwl-icon {
	color: var(--wp--preset--color--primary);
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover {
	text-decoration: none;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
	font-size: 1.25rem;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a i,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a i {
	color: var(--wp--preset--color--primary);
	font-size: 1.25rem;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
	text-decoration: none;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::before,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::after,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::before,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Browse wishlist";
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::after,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistaddedbrowse):hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::before,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Browse wishlist";
}
.wc-block-grid__product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::after,
.products-block-post-template .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:has(.yith-wcwl-wishlistexistsbrowse):hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}

.single-product .yith-wcwl-add-to-wishlist:hover::before, .single-product .yith-wcwl-add-to-wishlist:hover::after {
	display: none;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
	display: flex;
	align-items: center;
}
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
	color: var(--wp--preset--color--primary);
}
.single-product .wp-block-woocommerce-related-products .yith-wcwl-add-to-wishlist:hover::before, .single-product .wp-block-woocommerce-related-products .yith-wcwl-add-to-wishlist:hover::after {
	display: block;
}
.single-product .wp-block-woocommerce-related-products .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
	background-color: white;
	border-radius: 50%;
}

.woocommerce li.product .ornatedecor-product-icon-container .yith-wcqv-button,
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button {
	display: flex;
	border: none;
	background-color: white;
	border-radius: 50%;
	padding: 8px;
	margin-top: 0;
}
.woocommerce li.product .ornatedecor-product-icon-container .yith-wcqv-button:hover,
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button:hover,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button:hover {
	border: none;
	background-color: white;
}
.woocommerce li.product .ornatedecor-product-icon-container .yith-wcqv-button:hover {
	border: none;
	background-color: white;
}
.woocommerce li.product .ornatedecor-product-icon-container .yith-wcqv-button:hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Quick view";
}
.woocommerce li.product .ornatedecor-product-icon-container .yith-wcqv-button:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button::after,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button::after {
	display: none;
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button:hover,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button:hover {
	border: none;
	background-color: white;
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button:hover::before,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button:hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Add to cart";
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button:hover::after,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
	animation: none;
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button.added,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button.added {
	background-color: var(--wp--preset--color--primary);
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button.added:hover::before,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button.added:hover::before {
	content: "Add to wishlist";
	position: absolute;
	top: 9px;
	right: 48px;
	width: 100px;
	padding: 4px;
	font-family: "Jost", "sans-serif";
	color: white;
	background-color: var(--wp--preset--color--primary);
	font-size: 12px;
	text-align: center;
	border-radius: 4px;
	line-height: 120%;
	content: "Added to cart";
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button.added:hover::after,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button.added:hover::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	transform: rotate(45deg);
	right: 44px;
	width: 0;
	height: 0;
	background: 0 0;
	border-left: 5px solid transparent;
	border-right: 5px solid var(--wp--preset--color--primary);
	border-top: 5px solid var(--wp--preset--color--primary);
	border-bottom: 5px solid transparent;
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button.added svg,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button.added svg {
	fill: var(--wp--preset--color--white);
}
.woocommerce li.product .ornatedecor-product-icon-container .add_to_cart_button.loading::after,
.woocommerce li.product .ornatedecor-product-icon-container .wp-element-button.loading::after {
	animation: none;
}
.woocommerce.single-product li.product a.yith-wcqv-button {
	width: unset;
}
.woocommerce #yith-quick-view-modal ::-webkit-scrollbar {
	display: none;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
	box-shadow: none;
	padding: 50px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .yith-wcqv-head .yith-wcqv-close {
	border: none;
	text-decoration: none;
	color: var(--wp--preset--color--ornatedecor-grey);
	opacity: 1;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product {
	margin-top: 0;
	margin-bottom: 24px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product > .product {
	gap: 24px;
	padding-bottom: 24px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary {
	width: 100%;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary .cart {
	padding-bottom: 24px;
	margin-bottom: none;
	border-bottom: 1px solid var(--wp--preset--color--color-2);
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary .cart .quantity .qty {
	max-width: 184px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary .cart .quantity .ornatedecor-qty-plus {
	left: 139px;
}
.woocommerce #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .product .entry-summary .cart .single_add_to_cart_button {
	max-width: 184px;
	padding: 12px;
}

.woo-variation-swatches .woo-variation-items-wrapper {
	display: flex;
	gap: 16px;
}
.woo-variation-swatches .woo-variation-items-wrapper .variable-items-wrapper.wvs-style-rounded .variable-item:not(.color-variable-item) {
	border-radius: 20px;
	padding: 4px 4px;
	min-width: 80px;
}
.woo-variation-swatches .woo-variation-items-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	width: 32px;
	height: 32px;
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px var(--wp--preset--color--color-2));
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px var(--wp--preset--color--color-2));
}
.woo-variation-swatches .woo-variation-items-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents::before {
	display: none;
}
.woo-variation-swatches .woo-variation-items-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents::before {
	display: none;
}
.woo-variation-swatches .woo-variation-items-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
	-webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px var(--wp--preset--color--primary));
	box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px var(--wp--preset--color--primary));
}
.woo-variation-swatches.wvs-show-label .variations td.woo-variation-items-wrapper {
	display: flex;
	gap: 16px;
}
.woo-variation-swatches.wvs-show-label .variations tbody tr:not(:last-child) td {
	padding-bottom: 24px;
}