/**
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
*/

/*
 * 为 Elementor 中的产品名称简码定制样式
 * 通过增加选择器的具体性来提升优先级，以覆盖 Elementor 的默认链接样式
*/

/* 整体设置字重 */
.elementor-widget-shortcode .product-name-shortcode {
    font-weight: 600; /* 设置字重为 600 (semi-bold) */
    color: #000; /* 默认黑色字体 */
}

/* 专门针对链接的样式 */
.elementor-widget-shortcode .product-name-shortcode a {
    color: #000;          /* 设置链接颜色为黑色 */
    text-decoration: none; /* 去掉链接下划线 */
}

/* 鼠标悬停在链接上时的效果 */
.elementor-widget-shortcode .product-name-shortcode a:hover {
    color: #ff5500;        /* 鼠标悬停时变为橙色 */
}

/* 自定义产品短描述的样式 */
.custom-product-short-description {
  font-size: 16px;
  color: #7A7A7A;
  line-height: 1.6;
}

/* 也可以控制里面的段落 */
.custom-product-short-description p {
  margin-bottom: 1em; /* 段落下边距 */
}

/* 让原价带上删除线 */
.product-regular-price-shortcode {
  text-decoration: line-through;
  color: #999;
}

/* 让促销价更醒目 */
.product-sale-price-shortcode {
  color: #c00; /* 红色 */
  font-weight: bold; /* 加粗 */
}

/* 移除背景图片 */
@media (max-width: 767px) {
  .mobg-hero {
    /* background 简写属性会重置所有背景相关属性，包括 image, repeat, position 等 */
    /* 然后再设置背景色 */
    background: #5D9CC5 !important;
  }
}