/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com
Description: Astra child theme for customizations
Author: Your Name
Author URI: https://yourwebsite.com
Template: astra
Version: 1.0.0
Text Domain: astra-child
*/
.custom-logo {
filter: none !important;
mix-blend-mode: normal !important;
opacity: 1 !important;
}
.wc-block-components-notice-banner {
  display: none !important;
}

.single-post .entry-title {
	font-size: 46px !important;
	line-height: 1.2;
}
.related.products {
    display: none !important;
}

.payment_method_stripe {
    display: none !important;
}
.stock {
    color: #000 !important;
}
.woocommerce-product-gallery .zoomImg {
    display: none !important;
}
.woocommerce-product-gallery .zoomImg,
.woocommerce-product-gallery__image a {
    cursor: default !important;
}
@media (max-width: 768px) {
    .woocommerce-product-gallery__image a {
        touch-action: manipulation;
    }
}
