/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*Section 2 - Product Page testing Text */
@media only screen and (min-width:768px) {
	.custom-pp-section_2-text h4.elementor-heading-title {
		font-size:24px !important;
	}
}

.custom-gradient-sample .elementor-cta::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0px;
    z-index: 1;
	background: #18181836;
    backdrop-filter: saturate(100%) blur(2px);
    -webkit-backdrop-filter: saturate(100%) blur(2px);
}    
.acualine.custom-gradient-sample-collection .elementor-cta__content,
.plus-treatment.custom-gradient-sample-collection .elementor-cta__content{
    max-width: 180px;
}

.custom-gradient-sample .elementor-cta h2.elementor-cta__title {
	font-size:16px !important;
}

.custom-gradient-sample-collection .elementor-cta .elementor-cta__content,
.custom-gradient-sample .elementor-cta .elementor-cta__content {
    z-index: 2 !important;
}

/* Acualine Treatment in Fabrics Collection Sample Page */
.acualine .elementor-cta:after {
	background-image: url(/wp-content/uploads/2024/11/acualine-icon.svg);
}
.plus-treatment .elementor-cta:after {
	background-image: url(/wp-content/uploads/2024/11/plus-treatment.svg);
}

.acualine .elementor-cta:after,
.plus-treatment .elementor-cta:after {
    content: "";
	display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
	position: absolute;
    width: 40px;
    height: 40px;
	right: 20px;
	bottom: 18px;
    z-index: 4 !important;
	-o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size:contain;
}


.custom-shadow-sample-name {
    text-shadow: -1px 1px 1px #1818187d;
}