:where(.wp-site-blocks) > * {
	margin-block-start: 0;
}

:root {
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(to right, #2f3e28, #678b8c);
}

.wc-block-components-button:not(.is-link).is-style-outline:hover, .wc-block-components-button:not(.is-link).outlined:hover {
	background-color: var(--wp--preset--color--accent-3);
}

strong {
	font-weight:600;
}

.woocommerce-product-gallery {
	border-radius:15px;
	overflow:hidden;
}
.woocommerce-form-login-toggle {
	margin-bottom:15px;
}
.woocommerce-form.woocommerce-form-login .form-row-first, .woocommerce-form.woocommerce-form-login .form-row-last {
	width:47%;
}

.attachment-woocommerce_thumbnail, .wc-block-cart-item__image img {border-radius:5px;}
.woocommerce-checkout-review-order-table .product-quantity {
	top: -5px;
}



.wp-block-woocommerce-product-image-gallery .onsale, 
.wc-block-components-product-sale-badge {
	border: solid 2px !important;
    left: 15px !important;
    top: 15px !important;
	width: fit-content;
}

header.cmt-header-home-page {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:99;
}

.cmt-header-image-container-100 header {
	/*width:100%;
	position: absolute;
    top: 0;*/
}
.cmt-header-image-container-100 .wp-block-cover__inner-container {	
    min-height:100vh;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cmt-text-shadow {
	text-shadow: 3px 3px 5px rgba(0,0,0,0.75);
}
.wp-block-button__link.has-white-color:hover {
	background:var(--wp--preset--gradient--custom-btnw) !important;
}

.wc-block-product {
	background:#FFF;
}

.wc-block-grid__product-price {
	padding-bottom:15px !important; 
}

.wp-element-button {
	border-radius:15px;
}

.cmt-product-title {
	font-size:100px;
	font-weight:700;
}
.is-product-collection-layout-carousel {
	padding:15px 0;
}

.grecaptcha-badge {
	bottom:50px !important;
}
.wc-credit-card-form.wc-payment-form, #ppcp_checkout.desktop.responsive {max-width:900px !important;}

.is-product-collection-layout-carousel .wc-block-product {
	min-width: 35%;
}

.wpforms-field-label {
	margin-bottom:5px !important;
	font-weight: 500 !important;
}

.cmt-post-list-snippet {
	overflow:hidden;
}
.wp-block-post-featured-image .attachment-post-thumbnail.wp-post-image {
	border-radius:15px;
}
.cmt-img-articolo-loop img {border-radius:0 !important}

@media (max-width:768px) {
	.wp-block-site-logo {
		max-width:110px !important;
	}
	
	.cmt-home-top-block h2 {
		font-size:45px !important;
	}
	.cmt-product-title {
		font-size:45px;
	}
	.wp-block-navigation__responsive-container.is-menu-open {
		background-color: rgba(255, 255, 255, 0.80) !important;
		backdrop-filter: saturate(1.2) blur(8px);
		-webkit-backdrop-filter: saturate(1.2) blur(8px);
	}
	.wc-block-product-template__responsive .wp-block-post-title {
		font-size:1.25rem !important;
	}

}