@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap");
body{
  font-family: 'Noto Sans TC',sans-serif !important;
}

h1.product_title.entry-title { font-size:20px }

h1 {
    font-size: 20px
}
h1.page-title { font-size:20px }


h2{font-size: 20px
}




/* Product header position  || HC-40470807 | MM */
.woocommerce-products-header {
  position: inherit;
}
.acoplw-badge > span {
    z-index: 1 !important;
}




.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { 
    font-size: 13px }

/*Normal state*/ 
.single_add_to_cart_button {
	background-color: #1d2327!important
} 

/*Normal state*/ 
.woocommerce-Price-amount {
	color: #1d2327!important; 
}

/*Normal state*/ 
.woocommerce div.product .stock {
	color: #1d2327!important;
}


.woocommerce-shop ul.products li.post-3257{ display:none; }

.woocommerce-shop ul.products li.post-3260{ display:none; }

.woocommerce-shop ul.products li.post-3259{ display:none; }

.woocommerce-shop ul.products li.post-3258{ display:none; }


/*Remove the margin on top | KG-43288177-hc*/
:where(.wp-site-blocks) > *{
margin-block-start: 0;
}

/* Slideshow Block hide dots | 43550332-hc */

.wp-block-jetpack-slideshow[data-autoplay=true] .wp-block-jetpack-slideshow_pagination {
  display: none !important;
}

/* adjust product category description text size and position to center AD 6306622-zen */  
div.term-description {
    font-size: 16px;
    text-align: center;
}


.woocommerce span.onsale{
display:none!important;
}

/* adjust social media icon size on footer AD 6306622-zen */
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 4em;
    height: 4em;
}


/* center align page title for "wednesday-surprise-offer" category KG-6306622-hc */
.term-wednesday-surprise-offer .page-title {
  text-align: center;
}

/*Reduce gap between items in the header when the site is viewed on a tablet | 6340971-zen(zy)*/
@media screen and (max-width: 800px) {
    .wp-block-navigation__container {
        gap: 18px;
    }

	

