@charset "UTF-8";
/*
Theme Name: DY Proteo
Theme URI: 
Author: 
Author URI: 
Description: 基于 YITH Proteo 的子主题，用于自定义修改
Version: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dy-proteo
Template: yith-proteo
Tested up to: 6.7
Requires PHP: 7.0

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 在这里添加你的自定义 CSS */
body {}
.mw-100 {max-width: 100% !important;}
.site-content {padding: 0;}
.site-branding img.custom-logo {width: 98px;}
#yith_proteo_account_widget-2 {display: none !important;}
.header-sidebar .widget_yith_proteo_account_widget {order: 9; height: 24px;}
.woocommerce-breadcrumb {display: none;}

/* 产品属性选择按钮样式 */
.single-product .variation-values {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}

.single-product .variation-value {
    padding: 10px 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    transition: all 0.3s ease;
    border-radius: 0;
    font-family: inherit;
    text-transform: uppercase;
    outline: none;
}

/* Add to wishlist 按钮大写样式 */
.yith-wcwl-add-to-wishlist-button {
    text-transform: uppercase;
}

/* Wishlist 页面布局 - ul>li 布局 */
.wishlist_ul_layout ul.products.wishlist-items {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 -10px;
    width: 100%;
}

.wishlist_ul_layout ul.products.wishlist-items li.wishlist-item {
    width: calc(25% - 20px);
    padding: 0 10px;
    margin: 0 10px 30px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
}

.wishlist_ul_layout .wishlist-item .product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.wishlist_ul_layout .wishlist-item .product-remove a {
    display: block;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}

.wishlist_ul_layout .wishlist-item .product-remove a:hover {
    background: rgba(0, 0, 0, 0.9);
}

.wishlist_ul_layout .wishlist-item .product-thumbnail {
    margin-bottom: 15px;
}

.wishlist_ul_layout .wishlist-item .product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.wishlist_ul_layout .wishlist-item .product-info {
    padding: 0 15px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wishlist_ul_layout .wishlist-item .product-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.wishlist_ul_layout .wishlist-item .product-name a {
    color: #333;
    text-decoration: none;
}

.wishlist_ul_layout .wishlist-item .product-name a:hover {
    color: #007cba;
}

.wishlist_ul_layout .wishlist-item .product-price {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.wishlist_ul_layout .wishlist-item .product-stock-status {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.wishlist_ul_layout .wishlist-item .product-add-to-cart {
    margin-top: auto;
}

.wishlist_ul_layout .wishlist-item .product-add-to-cart .button {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #007cba;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: block;
}

.wishlist_ul_layout .wishlist-item .product-add-to-cart .button:hover {
    background: #005a87;
}

.wishlist_ul_layout .wishlist-pagination {
    margin-top: 30px;
    text-align: center;
}

.wishlist_ul_layout .wishlist-empty {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 60px 0;
}

/* 移动端响应式布局 */
@media screen and (max-width: 768px) {
    #site-navigation {z-index: 9;}
    .site-branding img.custom-logo {width: auto; height: 24px; max-width: 100%;}
    .header-contents.right-toggle .site-branding {display: flex; align-items: center;}
    .wishlist_ul_layout ul.products.wishlist-items li.wishlist-item {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }
    
    .wishlist_ul_layout .wishlist-item .product-name {
        font-size: 14px;
    }
    
    .wishlist_ul_layout .wishlist-item .product-price {
        font-size: 16px;
    }

.yith-wcan-filter.filter-price .filter-item,
.yith-wcan-filter.filter-price .filter-item .term-label {
    transition: none !important;
}
.yith-wcan-filter.filter-price .filter-item.is-active .term-label {
    font-weight: 600;
}
    
    .wishlist_ul_layout .wishlist-item .product-info {
        padding: 0 10px 10px;
    }
}

.single-product .variation-value:hover {
    border-color: #000;
}

.single-product .variation-value.selected {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

/* 颜色属性特殊样式 */
.single-product .variation-value[data-attribute*="color"] {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid transparent;
}

.single-product .variation-value[data-attribute*="color"].selected {
    border-color: #000;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
    background-color: transparent !important;
    color: transparent !important;
}

/* 颜色选项使用背景色 */
.single-product .variation-value[data-attribute*="color"][data-value="black"] {
    background-color: #000;
}

.single-product .variation-value[data-attribute*="color"][data-value="white"] {
    background-color: #fff;
}

.single-product .variation-value[data-attribute*="color"][data-value="red"] {
    background-color: #ff0000;
}

.single-product .variation-value[data-attribute*="color"][data-value="blue"] {
    background-color: #0000ff;
}

.single-product .variation-value[data-attribute*="color"][data-value="green"] {
    background-color: #00ff00;
}

/* 移动端用户中心顶部横向菜单  开始 */
.dy-mobile-account-menu {display: none;}
.dy-mobile-account-menu__list {list-style: none; margin: 0; padding: 0;}
.dy-mobile-account-menu__item {margin: 0; padding: 0;}
.dy-mobile-account-menu__item a {display: block; text-decoration: none;}
.dy-mobile-account-menu__item.is-active a {font-weight: 700;}

@media screen and (max-width: 768px) {
    .dy-mobile-account-menu {
        display: block;
        position: relative;
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .dy-mobile-account-menu__list {
        display: flex;
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0;
        white-space: nowrap;
    }
    .dy-mobile-account-menu__item a {
        font-size: 14px; font-weight: 600;
        color: #666;
        padding: 8px 12px;
        background: transparent;
        border: none;
    }
    .dy-mobile-account-menu__item.is-active a {
        color: #c7ad7e;
    }
}

/* 确保表格布局正常 */
.single-product .variations {
    margin-bottom: 20px;
}

.single-product .variations table {
    width: 100%;
    border-collapse: collapse;
}

.single-product .variations table th,
.single-product .variations table td {
    padding: 10px 0;
    text-align: left;
    vertical-align: top;
}

.single-product .variations table th.label {
    width: 120px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}

/* 购物车 */
.widget_shopping_cart .yith-proteo-mini-cart-content {border-radius: 0;}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__empty-message {color: #000;}
.widget_shopping_cart p.items-count {color: #000; padding: 0;}
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > * {color: #000;}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons {display: flex; justify-content: space-between;}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.button {border: solid 1px #000; display: flex; align-items: center; justify-content: center; color: #000; text-transform: uppercase; margin-right: 5px; width: calc(50% - 5px); height: 40px; margin-bottom: 0;}
.widget_shopping_cart .yith-proteo-mini-cart-content .woocommerce-mini-cart__buttons a.button.checkout {margin-right: 0; margin-left: 5px; background: #000; color: #fff;}

/* 加入购物车按钮样式 */
.single-product .single_variation_wrap .single_add_to_cart_button {
    background-color: #c9a764;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 15px;
    font-family: inherit;
}

.single-product .single_variation_wrap .single_add_to_cart_button:hover {
    background-color: #b89550;
}

/* 头部 */
.site-header {background-color:#000;}
.site-header .header-contents {padding: 10px !important;}
.site-header .container {max-width: 1640px !important;}

.widget_shopping_cart .proceed-to-cart-icon {position: relative;}
.widget_shopping_cart .proceed-to-cart-icon img.custom-cart-icon {height: 24px;}
.widget_shopping_cart .proceed-to-cart-icon img.custom-cart-icon + span,
.widget_shopping_cart .proceed-to-cart-icon span.lnr + span {position: absolute; top: -7px; background: #C7AD7E; color: #fff;
    font-size: 12px;
    border-radius: 50%;
    padding: 0 5px; margin-left: 0;
}

/* 右上角按钮 */
.site-header .header-sidebar .header-sidebar-inner-widgets {align-items: center;}

/* 搜索框 */
.header-sidebar .widget.widget_product_search {z-index: 11 !important;}
.widget_product_search .input {border: solid 1px #D2DEF3; height: 36px; padding-left: 10px;}
.widget_search input[type=submit], .widget_product_search input[type=submit] {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  vertical-align: middle;
}
.widget_search input[type=search], .widget_product_search input[type=search] {
  background: none !important; color: #fff; border: 0;
}
.widget_search button[type=search], .widget_product_search button[type=search] {
  margin-bottom:0;
}
.widget_product_search button[type=submit] {
    background: none; padding: 6px 5px 6px 10px; border: none; margin: 0;
}
.widget_search form.search-form, .widget_product_search form.search-form {
  display: table;
  width: 100%;
}
.widget_search form.search-form > *, .widget_product_search form.search-form > * {
  display: table-cell;
  vertical-align: middle;
}

#topbar .widget_search > form,
.header-sidebar .widget_search > form {
  display: none;
}
#topbar .widget_search:before,
.header-sidebar .widget_search:before {
  content: "\e86f";
  display: inline-block;
  font-family: Linearicons-Free;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  width: 1.6rem;
  cursor: pointer;
  margin-right: 5px;
}

.header-sidebar .widget_search:before {
  color: inherit;
}
.header-sidebar .widget_search:hover::before {
  color: var(--proteo-header_menu_hover_color, #F88400);
}

.site-header .dy-header-search .lnr.lnr-magnifier {font-size: 20px !important; line-height: 1.2;}
/* 右上角用户账户小工具只显示图标（隐藏名称） 开始 */
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message span:not(.lnr) {display: none !important;}
/* 右上角用户账户小工具只显示图标（隐藏名称） 结束 */
/* 右上角用户图标替换 开始 */
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message {
  display: inline-flex;
  align-items: center;
  color: #fff; /* 右上角用户图标白色 开始 */
}
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message:hover {
  color: #fff; /* 右上角用户图标白色 结束 */
}
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message img,
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message .lnr {display: none !important;}
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message::before {
  content: "";
  display: inline-block;
  width: 23.70575px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
/* 右上角用户图标替换 结束 */
/* 使用静态文件user.svg替换内联SVG 开始 */
.header-sidebar .widget_yith_proteo_account_widget .yith-proteo-user-welcome-message::before {
  background-image: url('img/user.svg') !important;
  background-size: 100% 100% !important;
}
/* 使用静态文件user.svg替换内联SVG 结束 */

/* 头部搜索图标（site-nav 与 site-branding 之间） — 开始 */
.site-header .dy-header-search {display:none;}
.dy-product-search-top .dy-product-search-overlay-input-wrap {display: flex; align-items: center;}
.dy-product-search-top .dy-product-search-overlay-input-wrap  .lnr-magnifier {padding: 0 10px;}
.dy-product-search-body .mobile-search-input {display: none;}
@media screen and (max-width: 768px) {
    .site-header .dy-header-search {display:flex; align-items:center; margin: 0;}
    .site-header .dy-header-search .woocommerce-product-search {margin:0;}
    .site-header .dy-header-search .woocommerce-product-search .search-field {display:none;}
    .site-header .dy-header-search .lnr.lnr-magnifier {font-size:1.6rem; color: var(--proteo-header_menu_color, #F88400); cursor:pointer;}
    .site-header .dy-header-search .lnr.lnr-magnifier:hover {color: var(--proteo-header_menu_hover_color, #F88400);}
}
/* 头部搜索图标（site-nav 与 site-branding 之间） — 结束 */

@media screen and (max-width: 768px) {
    .header-sidebar .widget_product_search {display: none;}
    .dy-product-search-suggestions {bottom: 0;}
    .widget_product_search .input {width: 40px; border:none; line-height: 46px;}
    .widget_product_search .input .lnr {font-size: 20px;}
    .dy-product-search-top .dy-product-search-overlay-input-wrap {display: none;}
    .dy-product-search-overlay-input-wrap {width: 100%; overflow: hidden; height: 30px; display: flex; }
    .dy-product-search-body .mobile-search-input {display: flex; margin-bottom: 10px;}
    .dy-product-search-body .dy-product-search-overlay-input-wrap {width: 100% !important; overflow: hidden; height: 40px; display: flex; align-items: center; border: solid 1px #DFDFDF;}
    .dy-product-search-body .dy-product-search-overlay-input-wrap .lnr-magnifier {padding: 0 10px;}
    .dy-product-search-body .mobile-search-input .dy-product-search-overlay-input {background: none; border: none;}

    .widget_product_search .input input {}

    .dy-product-search-top {padding: 10px 10px !important}
    .dy-product-search-top .dy-product-search-logo {display: none;}
    .dy-product-search-top .dy-product-search-logo .custom-logo-link {display: flex; align-items: center;}
    .dy-product-search-top .dy-product-search-close {margin: 0; padding: 0; flex: 0 0 40px;}
    .dy-product-search-top .dy-product-search-wishlist-btn {text-decoration: none;}

    .woocommerce-product-search .dy-product-search-body {padding: 15px !important;}
    .woocommerce-product-search .dy-product-search-body .dy-product-search-suggestions-title {margin: 0; font-size: 20px; color: #fff; font-family: 'Bebas-Regular';}

    .dy-product-search-suggestions-recent {display: none;}
    .dy-product-search-suggestions-recommend {display: none;}

    .dy-product-search-suggestions-hot ul {padding-left: 30px;}
    .dy-product-search-suggestions-hot ul li {height: 32px;}
    .dy-product-search-suggestions-hot ul li a {color: #fff; font-size: 18px; text-decoration: none;}

}


.my-header-wishlist .wishlist-link span.lnr {
    font-size: 1.5rem; color: var(--proteo-header_menu_color, #F88400);
}
.my-header-wishlist .wishlist-link .count {
    color: #fff;
}
.my-header-wishlist .wishlist-link {
    text-decoration: none;
}
.my-header-wishlist .wishlist-link:hover span.lnr,
.my-header-wishlist .wishlist-link:hover .count
{
    color: var(--proteo-header_menu_hover_color, #F88400);
}
@media screen and (max-width: 768px) {
    .header-sidebar .my-header-wishlist {display: none;}
}

/* 轮播图 */
.yith-slider-7144 {display: none;}
@media screen and (max-width: 769px) {
    .yith-slider-7144 {display: block; height: auto !important;}
    .yith-slider-7141 {display: none}
}


body.home {background-color: #000 !important;}

:root {
    --swiper-theme-color: #333 !important;
}

body.home .container {max-width: 100% !important; padding-left: 0; padding-right: 0;}
body.home .site-header .container {max-width: 1640px !important; padding-left: 0; padding-right: 0;}

body.home .site-footer .container {max-width: 1640px !important; padding-left: 0; padding-right: 0;}
@media screen and (max-width: 768px) {
    body.home .site-footer .container {
        padding-left: 15px; padding-right: 15px;
    }

}

.home-bk1-text {font-size: 100px; font-family: BEBAS-my; color: #DFDFDF; font-weight: 100}
.home-bk1-text p {line-height: 1.3 !important;}
@media screen and (max-width: 768px) {
    .home-bk1-text {font-size: 30px !important;}
}



.home-bk2-text {padding:20px 100px 200px !important;}
@media screen and (max-width: 768px) {
    .home-bk2-text {padding:50px 10px 5px 15px !important;}
}
.home-gymaholic {
    width: 100%;
    height: auto; line-height: 1 !important;
    font-family: Bebas, Bebas;
    font-weight: 400;
    font-size: 100px;
    color: #DFDFDF;
    line-height: 100px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}
.home-gymaholic p {line-height: 1.3 !important;}
@media screen and (max-width: 768px) {
    .home-gymaholic {font-size: 30px !important;}
}

.home-swiper-product {
    max-width: 1640px; margin-left:auto; margin-right:auto;
    background: url("img/product_bg.png") no-repeat center center; background-size: contain;
    padding: 200px 0 !important; position: relative;
}
/* .home-swiper-product:before { */
/*     content: ""; */
/*     display: block; */
/*     position: absolute; */
/*     left: 0; */
/*     right: 0; */
/*     top: 0; */
/*     bottom: 0; */
/*     z-index: 0; border-radius: 100000px; */
/*     background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 100%); */
/* } */
.home-swiper-product .swiper-slide .onsale {display: none}
.home-swiper-product .swiper-slide .star-rating {display: none}

.home-bk3-img {}

.home-bk5 .elementor-wrapper {
    --video-aspect-ratio:none !important;
}
.home-bk5-left video {max-width: 100% !important; width: auto !important;}
.home-bk5 .home-bk5-left video {max-width: 100% !important; width: auto !important; height: auto !important;}
.home-bk5-right-text p {line-height: 1 !important; }
.home-bk5-right-video video {width: 100% !important; height: auto !important;}
.home-bk5-right-video2 video {width: 100% !important; height: auto !important; }


.widget_search {display: none !important;}
.home-text-10 {max-width: 1640px !important; height: auto !important; margin: 0 auto;
    font-family: Superstar M54, Superstar M54;
    font-weight: 400;
    font-size: 115px;
    color: #FFFFFF;
    /* letter-spacing: 10px; */
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    opacity: 0.1;
}
@media screen and (max-width: 768px) {
    .home-text-10 {
        font-family: Superstar M54, Superstar M54;
        font-weight: 400;padding: 0 15px;
        font-size: 30px;
        color: #FFFFFF;
        /* letter-spacing: 10px; */
        text-align: center;
        font-style: normal;
        text-transform: none;
        white-space: nowrap;
        opacity: 0.1;
    }
}

.home-bk5 {
    background: url("img/home-bk5.jpg") no-repeat center bottom fixed; background-size: cover; width: 100%;
     height: auto !important; color: #999; padding: 150px 0 350px;
}
body.home .home-bk5 .container {
    max-width: 1640px !important; margin: 0 auto;
}
.home-bk5 .home-bk5-right-text {
    width: 100%;
    height: auto; line-height: 1 !important;
    font-family: Bebas, Bebas;
    font-weight: 400;
    font-size: 55px;
    color: #999;
    text-align: center;
    font-style: normal;text-transform: uppercase !important;
}
.home-bk5 .home-bk5-right-text p {line-height: 1 !important;margin-bottom: 0 !important; margin-top: 0 !important;}
@media screen and (max-width: 768px) {
    .home-bk5 {padding: 20px 0 150px 0 !important; background-size: contain !important;}
    .elementor-701 .home-bk5 .elementor-element {padding: 0;}
    .elementor-701 .elementor-element.elementor-element-bfd82ff {--e-con-grid-template-columns: repeat(2, 1fr) !important; grid-template-columns: 58% 42%; padding: 0; overflow: hidden}
    .home-bk5 .home-bk5-left-text {width: 536px}
    .home-bk5 .home-bk5-right {padding:0 !important;}


    .home-bk5 .wp-block-image img {width: 100%}
    .home-bk5-left-text {padding: 0 0 0 15px; margin-bottom: 0;}

    .home-bk5 .home-bk5-box {flex-wrap: nowrap !important;}
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-bk5-left {flex: 0 0 60%; flex-basis: 60% !important;}
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-bk5-right {flex: 0 0 40%; flex-basis: 40% !important;}
    .home-bk5 .home-bk5-box .home-bk5-right .wp-block-image {margin-bottom: 0;}
    .home-bk5-right .wp-block-column {margin-bottom: 0 !important;}

}

    .home-bk5-title {
        /* font-weight: bold; */
        font-size: 40px; line-height: 1;
        color: #999999;
        font-style: normal;
        text-transform: uppercase; white-space: nowrap; margin-top: 40px;}
    .home-bk5-title p {margin: 0 !important; line-height: 1 !important;}
    .home-bk5 .home-bk5-left-text {width: 536px}


.home-bk6-tabs {}
.home-bk6-tabs .e-n-tabs .e-n-tabs-heading {width: 700px !important; margin-left: auto; flex-wrap: wrap}
.home-bk6-tabs .e-n-tabs .e-n-tabs-heading .e-n-tab-title {margin-bottom: 0 !important;}
.home-bk6-tabs .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] {color: #C7AD7E; font-family: 'Bebas-Regular'; background-color: #000 !important;}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true] {background-color: #000 !important;}
.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {background-color: #000 !important; color: #C7AD7E !important;}

.home-bk6 {gap: 0 !important;}
.home-bk6 .wp-block-column {flex:0 0 50%; text-align: center; flex-basis:50% !important;}
.home-bk6 .wp-block-column img {height:423px}
@media screen and (max-width: 768px) {
    .home-bk6-tabs {padding-top: 100px !important;}
    .elementor-widget-n-tabs .e-n-tabs-content {display: block !important}
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {display: block !important;}
    .elementor-widget-n-tabs .e-n-tab-title-text {font-size: 30px !important;}
    .home-bk6-tabs .e-n-tabs .e-n-tabs-heading {width: 100% !important; margin-bottom: 10px}

    .home-bk6 .wp-block-column img {height: auto !important;}

}

.home-bk7 .home-bk7-text1 p {margin-top: 0 !important; line-height: 0.8!important;}
@media screen and (max-width: 768px) {
    .home-bk7 {padding-left: 0 !important;}
    .home-bk7 .home-bk7-text1 {font-size: 35px !important;}
    .home-bk7 .home-bk7-text2 {font-size: 16px !important;}
    .home-bk7 .home-bk7-img1 {width: 36% !important;}
    .home-bk7 .home-bk7-img2 {width: 64% !important;}
}

.home-bk8 {max-width: 1640px !important; height: auto !important; margin: 0 auto; gap: 0 !important; padding-bottom: 150px;}
.home-bk8 .home-bk8-left {padding-top: 140px;}
@media screen and (max-width: 768px) {
    .home-bk8 {padding-bottom: 50px; padding: 0 15px}
    .home-bk8 .home-bk8-left {padding-top: 50px;}
}
.home-bk8 .home-bk8-right {}
.home-bk9 {max-width: 1640px !important; height: auto !important; margin: 0 auto; gap: 0 !important; color: #999;}
.home-bk9 .home-bk9-left {
    font-family: Bebas Neue, Bebas Neue;
    font-weight: bold;
    font-size: 60px;
    color: #999999 ;
    line-height: 88px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase; white-space: nowrap; margin-top: -40px;
}
@media screen and (max-width: 768px) {
    .home-bk9 {padding: 0 15px}
    .home-bk9 .home-bk9-left {
        font-family: Bebas Neue, Bebas Neue;
        font-weight: bold;
        font-size: 32px; text-align: center;
        color: #333333;
        text-align: left;
        font-style: normal;
        text-transform: uppercase; white-space: nowrap; margin-top: 0; margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .home-bottom-img {padding-left: 15px; padding-right: 15px;}
    .home-bottom-img .e-con-inner {padding-top: 30px !important}
}




/* 通用底部 */
#main-footer .footer-sidebars {padding-top: 50px;}
#main-footer .footer-banner {margin-bottom: 20px;}
#main-footer .footer-sidebar-1 .widget-title {font-family: 'Bebas-Regular', sans-serif !important;}
.site-footer .footer-sidebar-1 .widget_text {display: none}
.site-footer .footer-sidebar-1 .widget_text {display: none}
.site-footer .widget_footer-logo {text-align: right;}
.site-footer .widget_footer-logo img {height: 42px;}
@media screen and (max-width: 768px) {
    #main-footer .footer-sidebars {padding-top: 10px;}
    #main-footer .footer-banner {margin-bottom: 0;}
}

    #primary-nav-menu ul#primary-menu li a {font-family: 'Bebas-Regular' !important;}
    #primary-nav-menu ul#primary-menu li a:hover {color: #C7AD7E !important;}
    #primary-nav-menu ul#primary-menu li a.c3 {font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;}
    
@media screen and (max-width: 768px) {
    /* .site-header:not(.sticky).with-header-slider {background: #000 !important;} */
    .site-header .header-contents {display: flex; justify-content: space-between; padding: 5px 0;}

    .main-navigation.toggled ul.nav-menu li a {font-family: 'Bebas-Regular' !important;}
    .main-navigation.toggled ul.nav-menu li a.c3 {font-family: "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;}

    .main-navigation.toggled #yith-proteo-mobile-menu {background: #000 !important;}
    .main-navigation.toggled ul.nav-menu.mobile-menu-align-center li {background: #000 !important;}
    .main-navigation.toggled ul.nav-menu.mobile-menu-align-center li:hover {background: #000 !important;}
    .main-navigation.toggled ul.nav-menu li.menu-item-has-children a.submenu-opened + ul {background: none !important;}
    .home-textb {padding:20px 20px 50px !important;}





    /* .widget_search {display: block !important;} */
    /* .widget_product_search {display: none !important;} */
    .header-contents.right-toggle .site-branding {
        order: 5;
    }
    .site-branding .site-title {margin: 0 !important;}
    .header-contents.right-toggle .header-sidebar {order: 10; margin-top: 0 !important; margin-right: 0 !important;}
    #site-navigation .menu-toggle {right: initial; float: none; margin-top: 0 !important; padding: 0;}

    /* .home-swiper-product .swiper-slide.swiper-slide-active {transform: scale(1.2)} */
    .home-swiper-product {padding: 50px 0 80px !important;}



    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-bk6-left {flex: 0 0 40%; flex-basis: 40% !important; padding-right: 5px}
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column.home-bk6-right {flex: 0 0 60%; flex-basis: 60% !important; padding-left: 5px}
    .home-bk6 .wp-block-column {margin-bottom: 0 !important;}
    .home-bk6 .home-bk6-right .wp-block-image {margin-bottom: 0;}



    /* 底部菜单 */
    .site-footer .footer-sidebar-1 {padding-bottom: 10px !important;}
    .site-footer .footer-sidebar-1 .widget_nav_menu .menu-help-container,
    .site-footer .footer-sidebar-1 .widget_nav_menu .menu-footer-menu-2-container,
    .site-footer .footer-sidebar-1 .widget_nav_menu .menu-about-us-container {display: none;}
    .site-footer .footer-sidebar-1 .widget_nav_menu.active .menu-help-container,
    .site-footer .footer-sidebar-1 .widget_nav_menu.active .menu-footer-menu-2-container,
    .site-footer .footer-sidebar-1 .widget_nav_menu.active .menu-about-us-container {display: block; padding: 10px 0 0 20px;}
    .site-footer .footer-sidebar-1 .widget_nav_menu {margin-bottom: 10px !important;}
    #main-footer.site-footer .footer-sidebar-1 .widget_nav_menu .widget-title {margin-bottom: 0 !important; color: #FFF !important; position: relative}
    #main-footer.site-footer .footer-sidebar-1 .widget_nav_menu .widget-title::after {
        content: ''; position: absolute; right: 20px; top: 10px; width: 12px; height: 12px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(45deg); cursor: pointer; transition: transform 0.3s ease; z-index: 10;
    }
    #main-footer.site-footer .footer-sidebar-1 .widget_nav_menu.active .widget-title::after {
        -webkit-transform: rotate(225deg); top: 15px;
    }
    .site-footer .footer-sidebar-1 .widget_nav_menu .menu li a {color: #999 !important;}

    .site-footer .widget_footer-logo {margin-top: 20px !important; text-align: right; display: none !important;}
    .site-footer .widget_footer-logo img {height: 40px}

    header.entry-header .entry-title {font-size: 25px !important; margin-bottom: 0 !important;}

}

/* 产品列表页 */
.woocommerce-shop .container {max-width: 100%; padding: 0;}
.elementor-8047 .elementor-element.elementor-element-fc14a9f .elementor-main-swiper {height: 500px !important;}
.woocommerce-shop .mobile-banner .elementor-carousel-image {background-size: cover !important;}
.product .shop-list ul.products li.product .star-rating {display: none !important;} /* 星级隐藏 */
.product .shop-list ul.products li.product .woocommerce-loop-product__title {text-align: left !important;}
.product .shop-list ul.products li.product .price {text-align: left !important;}
.product .shop-list ul.products li.product .product-content {}
.product .shop-list ul.products li.product .product-content .yith-proteo-product-loop-image .onsale {display: none !important; right: initial; left: 8px;}
.product .shop-list ul.products li.product a.button.add_to_cart_button {width: 28px; min-width: 28px; height: 28px; line-height: 28px; background: #000; color: #fff; border-radius: 2px; position: absolute; right: 0; bottom: 0;}
.product .shop-list ul.products li.product a.button.unstyled-button {width: 28px; min-width: 28px; height: 28px; line-height: 28px; background: #000; color: #fff; border-radius: 2px; position: absolute; right: 0; bottom: 0;}
.product .shop-list ul.products li.product .product-content .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button-over-image--top-left {left: initial; right: 0; padding: 3px; border-radius: 3px; background-color: #fff;}
.product .shop-list ul.products li.product .product-content .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--icon-button:is(button) svg.yith-wcwl-add-to-wishlist-button-icon {width: 24px; height: 24px;}

.product .yith-wcan-filters .yith-wcan-filter .filter-title {position: relative;}
.product .yith-wcan-filters .yith-wcan-filter .filter-title::before {position: absolute; top: 5px; right: 0; content: ''; display: inline-block; width: 12px; height: 12px; margin-top: -2px; border-right: 1px solid #000; border-bottom: 1px solid #000; -webkit-transform: rotate(45deg);}
.product .yith-wcan-filters .yith-wcan-filter {border-bottom: solid 1px #C4C4C4; padding-bottom: 20px;}
.product .yith-wcan-filters .yith-wcan-filter ul li label {display: flex; align-items: center;}
.product .yith-wcan-filters .yith-wcan-filter ul li input[type="checkbox"] {
    appearance: none; /* 移除默认样式 */
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 2px;
    cursor: pointer;
    position: relative; margin-right: 10px;
  }

  /* 勾选时背景变黑 */
  .product .yith-wcan-filters .yith-wcan-filter ul li input[type="checkbox"]:checked {
    background-color: black;
    border-color: black;
  }

  /* 勾选时显示对勾 */
  .product .yith-wcan-filters .yith-wcan-filter ul li input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

.yith-wcan-filter[data-taxonomy="filter_color"] input[type="checkbox"] {
    position: absolute;
    opacity: 0; display: none;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .term-label {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .term-label::before {
    content: "";
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    border: 2px solid #ccc;
    margin-bottom: 0;
    box-sizing: border-box;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="black"] + .term-label::before {
    background-color: #000;
    border-color: #000;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="blue"] + .term-label::before {
    background-color: #007bff;
    border-color: #007bff;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="gray"] + .term-label::before {
    background-color: #808080;
    border-color: #808080;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="green"] + .term-label::before {
    background-color: #28a745;
    border-color: #28a745;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="red"] + .term-label::before {
    background-color: #dc3545;
    border-color: #dc3545;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input[value="yellow"] + .term-label::before {
    background-color: #ffc107;
    border-color: #ffc107;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-items {
    display: flex;
    flex-wrap: wrap;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox {
    width: 33.333%;
    box-sizing: border-box;
    padding: 0 5px 10px 0; display: flex;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox label {
    display: block;
    text-align: center; font-size: 14px;
}

.yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox input:checked + .term-label::after {
    content: "✓";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6); line-height: 46px; font-family: serif;
}

/* 商品详情页 */
.single-product .site-content .container {max-width: 1320px !important; padding: 30px 0;}
.single-product div.product .woocommerce-product-gallery  {display: flex; flex-direction: row-reverse; width: 50%;}
.single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-main {flex: 1;}
.single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-thumbs {width: 93px; min-width: 93px; margin: 0 10px 0 0; height: 596px;}
.single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-thumbs .swiper-slide {width: auto; padding: 0; margin-bottom: 10px; cursor: pointer; opacity: .6;}
.single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-thumbs .swiper-slide-thumb-active {opacity: 1;}
.single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-main .swiper-wrapper .swiper-slide img {width: 100% !important;}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {width: 94px; min-width: 94px; margin: 0 10px 0 0; height: 580px; overflow: auto;}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {width: 94px; padding: 0; margin-bottom: 10px;}
.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {width: 100%; height: auto;}

/* 修改产品画廊缩略图从右到左排列 */
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  float: right;
}

/* 调整清除浮动的规则 */
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: none;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n),
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  clear: both;
  margin-right: 0;
}

/* 产品变体属性选择按钮样式 */
.hidden-variation-select {
  display: none !important;
}

.variable-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.variable-item {
  padding: 10px 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;text-transform: uppercase !important; font-weight: bold;
}

.variable-item:hover {
  border-color: #999;
}

.variable-item.selected {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.single-product div.product .summary.entry-summary {padding-left: 50px; width: 50%;}
.single-product div.product .summary.entry-summary .woocommerce-breadcrumb {display: none;}
.single-product div.product .summary.entry-summary .onsale {display: none;}
.single-product div.product .summary.entry-summary .product_title {font-weight: bold;}
.single-product div.product .summary.entry-summary .price {font-size: 24px; color: #000;}

.single-product div.product .summary.entry-summary dl.variations dt.label {font-size: 18px; text-transform: uppercase; margin-bottom: 5px;}

.single-product div.product .summary.entry-summary form.cart .quantity input {font-size: 24px;}

.single-product div.product .summary.entry-summary .yith-add-to-wishlist-button-block {width: 50%;}
.single-product div.product .summary.entry-summary .yith-add-to-wishlist-button-block a {width: 100%;}
.single-product div.product .summary.entry-summary .yith-wcwl-add-to-wishlist-button {
    text-transform: uppercase !important;
    background: none !important; border-color: #000 !important; border-radius: 0 !important; color: #000; padding: 0.9375rem 2.8125rem; width: 100%; justify-content: center;
}
.single-product div.product .summary.entry-summary button[type=submit] {
    text-transform: uppercase !important;
    background: #C7AD7E !important; width: 50%; display: block; border-radius: 0 !important;
}
.single-product div.product .summary.entry-summary button[type=submit]:hover {
    background: #c7a562 !important;
}
.single-product div.product .summary.entry-summary .product_meta .tagged_as {
    display: none !important;
}

/* 隐藏产品详情页paypal按钮 */
.single-product div.product .summary.entry-summary .ppc-button-wrapper {display: none !important;}

@media screen and (max-width: 768px) {
    .single-product .site-content .container {padding: 0;}
    .single-product div.product .woocommerce-product-gallery {display: block;}
    .single-product div.product .woocommerce-product-gallery .dy-swiper-product-gallery-thumbs {width: 100%; min-width: 100%; height: auto; padding: 10px;}
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {width: 100%; min-width: 100%; height: auto; padding: 10px; display: flex;}
    .single-product div.product .woocommerce-product-gallery .flex-viewport {margin-bottom: 0;}
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {width: 50px; margin: 0 3px;}
    .single-product div.product .summary.entry-summary {padding: 0 10px !important;}
    .single-product div.product .summary.entry-summary .product_title {font-size: 20px !important;}
    .single-product div.product .summary.entry-summary .price {margin-bottom: 0;}
    .single-product div.product .summary.entry-summary button[type=submit] {width: 100%;}
    .single-product div.product .summary.entry-summary .yith-add-to-wishlist-button-block {width: 100%;}
    .single-product div.product .single-product-layout-cols {margin-bottom: 20px;}
    .single-product .woocommerce-tabs {padding: 0 10px;}
    .single-product .related.products {padding-left: 10px; padding-right: 10px;}
    .single-product .related.products ul.products {grid-template-columns: repeat(2, 1fr) !important;}
}

/* 加入购物车时弹层提示 */
.woocommerce-notices-wrapper .woocommerce-message {border-color: #000 !important;}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-header {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-main {
	display: flex;
	gap: 24px;
	align-items: flex-start;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-left img {
	display: block;
	width: 180px;
	height: auto;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-right {
	flex: 1;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-attrs {
	margin-bottom: 8px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-attr-line {
	font-size: 14px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-attr-label {
	margin-right: 4px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-price {
	font-size: 18px;
	font-weight: 700;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-actions {
	display: flex;
	gap: 16px;
	margin-top: 8px;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-btn {
	flex: 1;
	text-align: center;
	border-radius: 0;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-view-cart {
	background: #fff;
	color: #000;
	border-color: #000; border-style: solid;
}
.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-checkout {
	background: #000;
	color: #fff;
	border-color: #000;
}
@media screen and (max-width: 768px) {
	.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-main {
		flex-direction: column;
	}
	.woocommerce-notices-wrapper .woocommerce-message .dy-cart-message-left img {
		width: 100%;
	}
}

/* 商品列表页 */



/* 商品详情页-相关产品 */
.dy-related-products ul.products li {position: relative;}
.dy-related-products ul.products li .onsale {display: none;}
.dy-related-products ul.products li .yith-wcwl-add-to-wishlist-button__label {display: none;}
.dy-related-products ul.products li .yith-add-to-wishlist-button-block {position: absolute; top: 10px; right: 10px; z-index: 9;}
.dy-related-products ul.products li .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button {padding: 3px; border-radius: 3px; background-color: #fff; color: #000; border: none;}


/* 购物车页面 */
.woocommerce-cart {}
.woocommerce-cart .container {padding: 30px 0; max-width: 1160px;}
.woocommerce-cart .alignwide { margin-left: 0; margin-right: 0;}
/* left */
.woocommerce-cart .alignwide .wc-block-cart__main .wc-block-cart-items__header-image span {font-size: 24px; font-weight: bold;}
.woocommerce-cart .alignwide .wc-block-cart__main .wc-block-cart-items td {padding: 20px 20px 20px 0;}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {color: #000; text-decoration: none;}
.woocommerce-cart .alignwide .wc-block-cart__sidebar {padding-top: 0;}
.woocommerce-cart .alignwide .wc-block-cart__sidebar .wc-block-cart__totals-title {font-size: 24px; font-weight: bold;}
.woocommerce-cart .wp-block-woocommerce-cart-totals-block:before {display: none;}
.woocommerce-cart .wc-block-cart__submit-container a {border-radius: 0; background: #C7AD7E; border-color: #C7AD7E; color: #000; text-transform: uppercase !important;}
.woocommerce-cart .wc-block-cart__submit-container a:hover {opacity: 0.8;}
@media screen and (max-width: 768px) {
.woocommerce-cart .container {padding: 20px 10px; max-width: 100%;}
    .woocommerce-cart .alignwide .wc-block-cart__main .wc-block-cart-items__header-image span {font-size: 20px;}
    .woocommerce-cart .alignwide .wc-block-cart__main .wc-block-cart-items td {padding: 0 10px 20px 0;}
    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__wrap .wc-block-cart-item__prices {margin-bottom: 0 !important;}
    .wc-block-components-product-metadata .wc-block-components-product-metadata__description>p {line-height: 1;}
}

/* 结算页面开始 */
.woocommerce-checkout {}
.woocommerce-checkout .select2-container .select2-selection {
    outline: none;
    margin-top: 0px;
    padding: 22px 10px 7px 2px; box-sizing: content-box;
}
.woocommerce-checkout .wc-block-components-express-payment {display: none !important;} /*隐藏结算页面paypal按钮*/
.woocommerce-checkout .wc-block-components-radio-control__option {display: flex;}
.woocommerce-checkout .wc-block-components-radio-control .wc-block-components-radio-control-accordion-content p {margin: 0; text-align: left !important;}

/* 结算页面结束 */


/* 订单提交成功 */
.woocommerce-checkout .site-main {padding-top: 10px;}
.woocommerce-checkout .entry-header {margin-bottom: 10px;}
.woocommerce-checkout .wc-block-components-form .select2-container {top: 0 !important;}

.select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-dropdown .select2-results__option.select2-results__option[data-selected=true], .selectBox-dropdown-menu .select2-results__option.select2-results__option--highlighted, .selectBox-dropdown-menu .select2-results__option.select2-results__option[data-selected=true] {
    color: #fff !important;
    background-color: #000 !important;
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__mark {display: none;}
/* 结算页面：“Use same address for billing”复选框样式 修复 开始 */
.woocommerce-checkout .wc-block-components-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.woocommerce-checkout .wc-block-components-checkbox__input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.woocommerce-checkout .wc-block-components-checkbox__mark {
    display: inline-flex !important;
    width: 18px;
    height: 18px;
    border: 1px solid #333;
    border-radius: 2px;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}
.woocommerce-checkout .wc-block-components-checkbox__mark::after {
    content: none;
}
.woocommerce-checkout .wc-block-components-checkbox > .wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark::after {
    content: "";
    position: relative;
    width: 6px;
    height: 12px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: block;
}
/* .woocommerce-checkout .wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark {
    background: #000;
    border-color: #000;
} */
.woocommerce-checkout .wc-block-components-checkbox label {align-items: center;}
.woocommerce-checkout .wc-block-components-checkbox__input + .wc-block-components-checkbox__mark path {display: none;}
.woocommerce-checkout .wc-block-components-checkbox__input:checked + .wc-block-components-checkbox__mark path {display: inline-block;}
.woocommerce-checkout .wc-block-components-checkbox__input:focus-visible + .wc-block-components-checkbox__mark {
    outline: 2px solid #c7ad7e;
    outline-offset: 2px;
}
/* 结算页面：“Use same address for billing”复选框样式 修复 结束 */


/* 注册页面 */
.um-page-loggedout {background-color: #f5f5f5;}
.um-page-loggedout p {margin: 0;}
.um-page-loggedout .entry-header {display: none !important;}
.um-page-register .site-content .container {padding: 50px 0;}
.um-page-password-reset .site-content .container {padding: 50px 0;}
.um-page-login .site-content .container {padding: 50px 0;}
.um input[type=submit].um-button {
    text-transform: uppercase !important;
    background: #000 !important; width: 100%; display: block; border-radius: 0 !important;
}
.um-page-loggedout .wp-block-heading {font-weight: bold; text-transform: uppercase !important; font-family: "BEBAS-my", Sans-serif;}
.um-page-loggedout .um-form .um-col-alt .um-button {border-radius: 0 !important; box-shadow: none; background: none;}
.um-page-loggedout .um-form .um-col-alt .um-right .um-button {text-decoration: underline !important;}
.um-page-loggedout .um-form .um-col-alt .um-button:hover {background: none; color: #b89550;}
.um-page-loggedout .um-form .um-col-alt-b {padding-top: 0;}
.um-page-loggedout .um-form .um-col-alt .um-half {width: 100%; margin-bottom: 20px;}
.um-page-loggedout .um-form .um-field-checkbox-state {display: none;}
.um-page-loggedout .um-form .um-field-checkbox {display: flex;}
.um-page-loggedout .um-form .um-field-checkbox .um-field-checkbox-option {margin: 0;}
.um-page-loggedout .um-form .um-field-area .um-field-checkbox-option {display: flex; font-size: 14px;}
.um-page-loggedout .um-form .um-field-area .um-gdpr-content p {margin: 0; padding: 10px; margin-bottom: 10px; font-size: 14px;}

.um-page-loggedout .select2-container {position: absolute; top: 0 !important;}
.um-page-loggedout .select2-container .select2-dropdown.select2-dropdown--below {top: 34px !important;}
.um-page-loggedout .um-field-type_terms_conditions {margin-top: 80px !important;}

/* 用户中心 */
.woocommerce-account .entry-header {display: none !important;}
.woocommerce-account .site-content .container {max-width: 1640px !important;}
.woocommerce-account .woocommerce-MyAccount-content .yith_proteo_dashboard_links {display: none;}
.woocommerce-account .user-info-dashboard {}
.woocommerce-account .user-info-dashboard .user-avatar img {display: block; border-radius: 100px;}
.woocommerce-account .user-info-dashboard .user-info {width: 100%; overflow: hidden; padding-left: 20px;}
.woocommerce-account .user-info-dashboard .user-info .user-name {font-size: 20px;}
.woocommerce-account .img-nav {margin-top: 30px;}

.woocommerce-account .yith-proteo-my-account-sidebar {float: none; width: 100%; border-bottom: solid 1px #C4C4C4;}
.woocommerce-account .woocommerce-MyAccount-navigation {margin-bottom: 30px; padding: 30px 0; border: none;}
.woocommerce-account .woocommerce-MyAccount-navigation ul {display:flex; width: 100%; justify-content: center;}
.woocommerce-account .woocommerce-MyAccount-content {float: none; width: 100%; padding-left: 0;}
@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {background: #f9f9f9; margin-bottom: 10px !important;}
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        display: flex;
        justify-content: space-between;
        gap: 0;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li {
        flex: 0 0 auto; margin-bottom: 0;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li a {
        display: inline-block;
        font-size: 14px; font-family: 'Bebas-Regular';
        font-weight: 600;
        color: #666;
        padding: 8px 12px;
        text-decoration: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
        color: #c7ad7e;
        font-weight: 700;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation-link:not(.is-active) > a:after {display: none;}
}




/* 防止首屏结构闪烁：若内容被嵌入导航 li，则隐藏，移动后自动显示 */
.woocommerce-account nav.woocommerce-MyAccount-navigation li .woocommerce-MyAccount-content {display: none !important;}

.woocommerce-orders .woocommerce-MyAccount-content {display: flex;}
.woocommerce-orders.woocommerce-account .woocommerce-MyAccount-content .dy-orders-filter + * {margin-left: 0;}

/* 订单筛选 */
.dy-orders-filter {display: flex; flex-direction: column; gap: 12px; width: 192px;}
.dy-orders-filter__item {display: flex; align-items: center; gap: 10px; text-decoration: none; color: #666; font-size: 18px;}
.dy-orders-filter__item .dy-orders-filter__icon {display: inline-flex; width: 28px; height: 28px; align-items: center; justify-content: center; color: #000;}
.dy-orders-filter__item .dy-orders-filter__label {line-height: 1;}
.dy-orders-filter__item.is-active {color: #C7AD7E;}
.dy-orders-filter__item.is-active .dy-orders-filter__icon {color: #C7AD7E;}
.woocommerce-account .woocommerce-MyAccount-content .dy-orders-filter {float: left; margin-right: 20px;}
.woocommerce-account .woocommerce-MyAccount-content .dy-orders-filter + * {margin-left: 212px;}
@media screen and (max-width: 768px) {
    .woocommerce-orders .woocommerce-MyAccount-content {display: block;}
    .woocommerce-account .woocommerce-MyAccount-content .dy-orders-filter {float: none; width: 100%; margin: 0 0 10px 0; border-bottom: solid 1px #ddd; padding-bottom: 20px;}
    .woocommerce-account .woocommerce-MyAccount-content .dy-orders-filter + * {margin-left: 0;}
    .dy-orders-filter {flex-direction: row; justify-content: space-between; gap: 0;}
    .dy-orders-filter__item {flex-direction: column; gap: 6px; font-size: 12px; color: #000;}
    .dy-orders-filter__item .dy-orders-filter__icon {width: 40px; height: 40px;}
    .dy-orders-filter__item.is-active {color: #C7AD7E;}

    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-info {border: none; box-shadow: none; text-align: center; font-weight: bold; font-size: 20px;}

    table.shop_table_responsive tbody tr td {padding: 5px !important;}
    .woocommerce-account .woocommerce-MyAccount-content .my_account_orders tbody .woocommerce-button {margin: 7px 0 7px 10px;}
    table.shop_table tbody tr td, table.shop_table tfoot tr td {padding: 10px !important;}
    .woocommerce-table--order-details .button {margin-right: 0 !important; margin-left: 10px !important;}

}



/* 心愿收藏wishlist页面 */
.woocommerce-wishlist .wishlist-name {padding: 0 0 0 10px;}
.wishlist_ul_layout ul.products.wishlist-items li.wishlist-item {padding: 0; border-radius: 0; margin: 0; width: calc(25% - 30px);}
.woocommerce-wishlist .wishlist_ul_layout .wishlist-item .product-add-to-cart .button {background: #C7AD7E;}
@media screen and (max-width: 768px) {
    .woocommerce-wishlist .wishlist-main {margin: 0; padding: 0;}
    .woocommerce-wishlist .wishlist-main .wishlist-title-container {display: none;}
    .wishlist_ul_layout ul.products.wishlist-items {grid-column-gap:0; grid-row-gap:0}
    .wishlist_ul_layout ul.products.wishlist-items li.wishlist-item {width: 50%; border: none; padding: 10px;}
    .wishlist_ul_layout ul.products.wishlist-items li.wishlist-item .box {border: solid 1px #ddd; height: 100%;}
}

/* 账户资料页面 */
.woocommerce-account .woocommerce-MyAccount-content {padding-bottom: 50px;}
.woocommerce-account .woocommerce-MyAccount-content .account-info-box {margin-bottom: 0; height: 100%;}
.woocommerce-MyAccount-content .account-info-box p {margin-top: 5px; margin-bottom: 5px;}
@media screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {padding-bottom: 20px;}
    .woocommerce-account .woocommerce-MyAccount-content .row .col-md-6 {margin-bottom: 10px;}
    .woocommerce-account .woocommerce-MyAccount-content .account-info-box .button {width: 100%; text-align: center; margin-top: 10px;}
}



/* 品牌页面 */
.woocommerce-active .brand-banner .wp-caption {position: relative;}
.woocommerce-active .brand-banner .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 48px; font-family: 'Bebas-Regular';}
.woocommerce-active .brand-photo-list .wp-caption {position: relative;}
.woocommerce-active .brand-photo-list .wp-caption .wp-caption-text {opacity: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 48px; font-family: 'Bebas-Regular'; background-color: rgba(0, 0, 0, 0.7); margin: 0;}
.woocommerce-active .brand-photo-list .wp-caption:hover .wp-caption-text {opacity: 1;}
.woocommerce-active .brand-photo-list .elementor-widget-image {}

@media screen and (max-width: 768px) {
    .woocommerce-active .brand-main .e-con-inner {padding-top: 20px;}
    .elementor-8274 .elementor-element.elementor-element-dcd29dd {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
        --grid-auto-flow: row;
    }
}

.jobs-right {display: flex !important; align-items: center !important; justify-content: center !important;}
.jobs-right .jobs-text {width: auto;}

/* 关于我们 */
.elementor-page-8269 .e-con-inner {padding: 400px 0 !important;}
.elementor-page-8269 .item-list .item {width: 100% !important;}
@media screen and (max-width: 768px) {
    .elementor-page-8269 .e-con-inner {padding: 50px 0 20px !important;}
}

/* 科学实验室 */
.technology-img .wp-caption {position: relative;}
.technology-img1 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 48px; line-height: 1.2;font-family: 'Bebas-Regular';}
.technology-img2 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: end; color: #FFF; font-size: 48px; padding-right: 260px; line-height: 1.2;font-family: 'Bebas-Regular';}
.technology-img3 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: start; color: #FFF; font-size: 48px; padding-left: 260px; line-height: 1.2;font-family: 'Bebas-Regular';}
.technology-img4 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: end; color: #FFF; font-size: 48px; padding-right: 260px; letter-spacing: -0.05em; line-height: 1.2;font-family: 'Bebas-Regular';}
@media screen and (max-width: 768px) {
    .technology-img1 .wp-caption .wp-caption-text {font-size: 20px;}
    .technology-img2 .wp-caption .wp-caption-text {justify-content: center; color: #FFF; font-size: 20px; padding-right: 0; text-align: center;}
.technology-img3 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: #FFF; font-size: 20px; padding-left: 20px; text-align: center;}
.technology-img4 .wp-caption .wp-caption-text {position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; text-align: center; color: #FFF; font-size: 20px; padding-right: 0; letter-spacing: -0.05em;}
}

.elementor-page-8458 .e-con-inner {padding-top: 20px !important; padding-bottom: 20px !important;}

/* 404 */
body.error404 {background: #000;}
body.error404 .error-404 {padding-top: 300px; padding-bottom: 300px;}
body.error404 .error-404-text {font-size: 20px; color: #FFF;}
@media screen and (max-width: 768px) {
    body.error404 {background: #000; }
    body.error404 .error-404 {padding-top: 50px; padding-bottom: 50px;}
    body.error404 .error-404-img img {max-width: 50%;}
}



/* ip页面 */
.ip_main_bk1 {margin-top: -100px !important; width: 1200px !important; height: auto !important;}
.ip_main_bk1 .e-con-inner {gap:0 !important; justify-content: space-between !important;}
.ip_main_bk1 .ip_bk1-header {display: flex; justify-content: space-between; flex-direction: row !important; padding: 20px 40px;}
.ip_main_bk1 .ip_bk1-header .ip_main_text_name {font-size: 48px; color: #FFF; line-height: 1.2;}
.ip_main_bk1 .ip_bk1-header .ip_main_text_name p {line-height: 1.2; margin: 0; font-family: 'Bebas-Regular';}
.ip_main_bk1 .ip_bk1-header .elementor-widget-image {text-align: right;}
.ip_main_bk1 .ip_main_content {padding: 0 40px 40px !important;}
.ip_main_bk1 .ip_main_bk1_footer .footer-row {display: flex; align-items: center; justify-content: space-between;}
.ip_main_bk1 .ip_main_bk1_footer .left {font-family: 'Bebas-Regular'; font-size: 18px; font-weight: bold; color: #000;}
@media screen and (max-width: 768px) {
    .ip_main_bk1 {margin-top: -100px !important; margin-left: 10px !important; margin-right: 10px !important; width: auto !important; height: auto !important; background-position: bottom center !important;}
    .ip_main_bk1 .ip_bk1-header {padding: 20px !important;}
    .ip_main_bk1 .ip_bk1-header .ip_main_text_name {font-size: 28px;}
    .ip_main_bk1 .ip_bk1-header .elementor-widget-image {width: 50px;}
    .ip_main_bk1 .ip_main_content {padding: 0 20px 20px !important;}
}

/* 团队定制 */
.team-main .team-main-right {align-items: center !important; padding-top: 20px; padding-bottom: 20px;}
.team-main .team-main-right .team-main-right-box {width: auto !important;}
.team-main .team-main-right .right-desc {font-family: 'PingFang SC-Heavy';}


/* 文章页面 */
body.blog .blog-posts .sticky-wide {grid-column: auto !important;}
.blog.woocommerce-active .entry-header {display: block !important;}
.blog .blog-posts article .entry-header .entry-title {font-size: 20px; line-height: 1.2; margin-top: 10px;}
.blog .blog-posts article .entry-content p {line-height: 1.5; color: #666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.blog .news-blog-list li {margin-bottom: 10px; border-bottom: 1px dotted #E5E5E5; padding-bottom: 10px;}
.blog .news-blog-list li a {font-size: 16px;}
#secondary .wp-block-latest-posts li {margin-bottom: 10px;}
#secondary .wp-block-latest-posts li > a {font-size: 16px;}




@media screen and (max-width: 768px) {
    header.entry-header .date-and-thumbnail time.published {padding: 6px 10px !important; width: auto !important;}
    body.blog .blog-posts {grid-column-gap: 10px; grid-row-gap:10px; display: block;}
    body.blog header.entry-header .entry-title {font-size: 18px !important;}
}   

/* 文章详情页 */
.article-show .entry-header .entry-title {text-align: left;}
.article-show .entry-header .entry-meta {text-align: left;}

/* -- 商品筛选 */

/* 商品列表页筛选 */
.dy-filter-toggle{display:none}
.dy-filter-overlay {display: none;}
.dy-filter-bar {display: none;}
.dy-filter-title {font-family: 'Bebas-Regular';}

.yith-wcan-filter.filter-price .filter-content ul {padding: 0;}
.yith-wcan-filter.filter-price .filter-content ul li {list-style: none; margin-bottom: 5px;}
.yith-wcan-filter.filter-price .filter-content ul li a {color: #000;}
.yith-wcan-filter.filter-price .filter-content ul li span.checkboxbutton:before {width: 20px; height: 20px; border: 1px solid #333; border-radius: 2px;}
.yith-wcan-filter.filter-price .filter-content ul li span.checkboxbutton.checked:before {background: #000; background-image:none !important}
.yith-wcan-filter.filter-price .filter-content ul li span.checkboxbutton.checked:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
@media (max-width: 992px){
    .woocommerce-shop .elementor-element-95647c4.elementor-widget-text-editor {display: none !important;}
    .yith-wcan-filter[data-taxonomy="filter_color"] .filter-item.checkbox {width: 20%;}

  .dy-filter-bar{display:flex;align-items:flex-start;justify-content:space-between; margin-bottom:8px;}
  .dy-filter-toggle{display:block;width:auto;padding:12px 0;background:#fff;color:#333;text-align:left;font-size:20px;font-weight:700; margin-right: 0; border: none; font-family: 'Bebas-Regular';}
  .dy-filter-title{display:flex;flex-direction:column;text-align:left;line-height:1}
  .dy-filter-title-line1{font-size:20px;font-weight:700}
  .dy-filter-title-line2{font-size:20px; text-transform:uppercase;font-weight:700}
  .dy-filter-overlay{position:fixed;left:0;top:0;right:0;bottom:0;background:#fff;z-index:1000;display:none;overflow:auto}
  .dy-filter-overlay.is-open{display:block}
  .dy-filter-overlay__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff; z-index: 1;}
  .dy-filter-overlay__close{background:transparent;border:0;font-size:34px;line-height:1;cursor:pointer; color: #000; margin: 0; padding: 10px;}
  .dy-filter-overlay__clear{font-size:14px;color:#333;text-decoration:underline}
  .dy-filter-overlay__body{padding:12px 16px}
  html.dy-filter-open{overflow:hidden}
  html.dy-filter-ready .widget_woof,
  html.dy-filter-ready .woof_sidebar,
  /* html.dy-filter-ready .yith-wcan-filters{display:none !important} */
  html.dy-filter-ready #secondary,
  html.dy-filter-ready .sidebar{display:none}
}


/* Happy Coders Multi Address for WooCommerce多地址插件用户中心页面 */
body.hcma-account .woocommerce-MyAccount-content h1 {text-align: center;}

/* WooCommerce多地址插件：账户页面p左右内边距为0 开始 */
body.hcma-account .woocommerce-MyAccount-content .hc_wcma_add_address_fields_wrapper .hc_wcma_add_address_form .form-row {padding-left: 0 !important; padding-right: 0 !important;}
/* WooCommerce多地址插件：账户页面p左右内边距为0 结束 */
body.hcma-account .woocommerce-MyAccount-content .hc-wcma-address-list .woocommerce-Address {padding: 20px;}
body.hcma-account .woocommerce-MyAccount-content .hc-wcma-address-list .woocommerce-Address address {font-style: initial;}

@media (max-width: 768px){
    body.hcma-account .woocommerce-MyAccount-navigation {display: none;}
    body.hcma-account .woocommerce-MyAccount-content h1 {font-size: 24px; }
    body.hcma-account .woocommerce-MyAccount-content h2 {font-size: 20px;}
    body.hcma-account .woocommerce-MyAccount-content .hc_wcma_add_address_fields_wrapper .hc_wcma_add_address_form p {padding-left: 0 !important; padding-right: 0 !important;}
    body.hcma-account .woocommerce-MyAccount-content .hc-wcma-address-list .woocommerce-Address {width: 100% !important; padding: 10px;}
}

/* 订单缩略图开始 */
.woocommerce-orders-table__cell-order-product {text-align: center;}
.dy-order-thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}
/* 在订单列表 Product 列内居中显示缩略图 */
.woocommerce-orders-table__cell-order-product .dy-order-thumb {
    display: block;
    margin: 0 auto;
}
/* 订单缩略图结束 */


/* club会员页面开始 */
.club-banner {position: relative !important;}
.club-banner .club-box {position:absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; color: #fff; text-align: center;}
.club-banner .club-balance {background: none; color: #C7AD7E; font-size: 32px; font-family: 'Bebas-Regular'; text-transform: uppercase;}
.club-balance-list ul.products li.product .product-content {text-align: left;}
.club-balance-list ul.products li.product .product-content .button {background-color: #C7AD7E; color: #000; width: 144px; height: 44px; line-height: 44px; text-align: center; margin-left: 0; min-width: auto;}
.club-balance-list ul.products li.product .woocommerce-loop-product__title {text-align: left; color: #fff;}
.club-balance-list ul.products li.product .price {text-align: left; color: #C7AD7E;}
.club-balance-list ul.products li.product .price .dy-points-price {color: #C7AD7E;}

@media screen and (max-width: 768px) {
    .club-banner .club-box {}
    .club-banner .club-balance p {margin: 0; padding: 0; line-height: 1.2; font-size: 18px;}
}
