/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

.shopengine-widget .loop-product--btns {
    --shopengine-group-container-height: 50px;
    height: var(--shopengine-group-container-height);
    margin-top: calc((var(--shopengine-group-container-height)) * -1);
    z-index: 99;
    visibility: hidden;
    width: 100%;
}

.woocommerce ul.product-categories > li ul li:before{
	visibility:hidden;
}
.product-categories{
	margin-top:10%;
}
ul.children{
	margin-top:3%;
	margin-left:5%;
}


/* 商品预览图 鼠标hover放大效果*/
.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  transition: transform 0.3s ease; /* 平滑过渡 */
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail:hover {
  transform: scale(1.15); /* 鼠标移上去放大 5% */
}

/*
.mysingleimg{
	float:right;
	margin-left:1em;
} */

.woocommerce_product_description h1,
.woocommerce_product_description h2,
.woocommerce_product_description h3,
.woocommerce_product_description h4,
.woocommerce_product_description h5,
.woocommerce_product_description h6 {
    font-size: 18px !important;
    margin-top: 1em !important;
    margin-bottom: 1em !important;
	font-weight: 700 !important;
}

.shopengine-widget .shopengine-product-image-toggle{
	z-index:2 !important;
}
