/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2025 | 05:59:25 */
@import 'colors.scss';

.wd-compare-table {
	th {
		font-family: $cameo;
	}
}

.amazon-cart-button {
  @include amazon-cart-style();
}


.wd-compare-table {
	:is(.product_type_external) {
		@include amazon-cart-style(12px);
	}
}
.wd-products-element {
	.wd-add-cart-icon {
		display: none;
	}
}

#reviews {
	.woocommerce-verification-required {
		display: none;
	}
}

.product-element-top {
	&.wd-quick-shop {
		padding: 1rem;		
	}
}

.wd-cats-element {
	.category-image-wrapp {
		&:after {
			content: "";
    		position: absolute;
    		top: 0;
    		display: block;
    		width: 100%;
    		height: 100%;
    		background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 10%, rgba(255, 255, 255, 0.2));
		}	
	}
}