/*====================头部====================*/


 
 .header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: 1px 0px 1px rgb(0 0 0 / 40%);
}


/*透明亮文字添加遮罩*/
.has-transparent{
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); /* 从黑色到透明的渐变背景 */
}


/*======================头部全宽=======================*/
.header-full-width .container {
    max-width: 98% !important;
}


/*======================手机端logo宽度=======================*/

@media (max-width: 549px) {
  #logo img {
    /*max-height: 24px !important;*/
  }
}

/*小购物车图标*/

@media (min-width: 851px) {
    .cart-icon strong {
        font-size: .6em;
    }
}