:root {
	--cherubin-surface: #fbf5ef;
	--cherubin-surface-strong: #f3e5d7;
	--cherubin-stroke: rgba(35, 33, 33, 0.12);
	--cherubin-shadow: 0 18px 50px rgba(35, 33, 33, 0.08);
}

body {
	background-color: var(--cherubin-surface);
}

.main-title-section:before,
.main-title-section:after,
.breadcrumb:after {
	display: none;
}

#header-wrapper .main-title-section-wrapper:after {
	background: #fbf3ea;
}

.home #header-wrapper .main-title-section-wrapper {
	display: none;
}

.page-template-default .elementor-widget-container a.wdt-button,
.page-template-default .elementor-widget-button .elementor-button,
.elementor .wdt-button,
.elementor .elementor-button {
	border-radius: var(--wdtRadius_3X);
}

.woocommerce div.product .product_title,
.woocommerce .product .summary .price,
.woocommerce .product .summary .woocommerce-product-details__short-description,
.woocommerce-cart .shop_table,
.woocommerce-checkout .woocommerce form.checkout,
.blog .post-entry,
.archive .post-entry {
	position: relative;
	z-index: 1;
}

.woocommerce div.product .summary,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout,
.blog .post-entry,
.archive .post-entry {
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid var(--cherubin-stroke);
	border-radius: 28px;
	box-shadow: var(--cherubin-shadow);
}

.woocommerce div.product .summary,
.blog .post-entry,
.archive .post-entry {
	padding: 28px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-checkout form.checkout {
	padding: 24px;
}

.woocommerce ul.products li.product .product-wrapper,
.woocommerce ul.products li.product .product-thumb,
.woocommerce ul.products li.product .product-details {
	border-radius: 24px;
}

.woocommerce ul.products li.product .product-thumb img {
	border-radius: 24px;
}
