.elementor-1776 .elementor-element.elementor-element-f8961a5{--main-alignment:right;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-text-color:#1A1919;--toggle-button-icon-color:#201E1E;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-1776 .elementor-element.elementor-element-f8961a5 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-1776 .elementor-element.elementor-element-c29446c > .elementor-container{max-width:1200px;}.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products ul.products li.product{text-align:center;}.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:35px;}.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products .attachment-woocommerce_thumbnail{margin-bottom:0px;}.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products ul.products li.product span.onsale{display:block;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-1776 .elementor-element.elementor-element-39f9471.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for woocommerce-products, class: .elementor-element-39f9471 *//* ===== Woo Products (Elementor/WooCommerce default) ===== */
.vm-accessories-grid ul.products{
  display:grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Card */
.vm-accessories-grid ul.products li.product{
  list-style:none !important;
  margin:0 !important;
  padding:14px !important;
  border:1px solid rgba(0,0,0,.10) !important;
  border-radius:16px !important;
  background:#fff !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.06) !important;
  transition: transform .25s ease, box-shadow .25s ease;
  display:flex !important;
  flex-direction:column !important;
  overflow:hidden !important;
}

.vm-accessories-grid ul.products li.product:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0,0,0,.10) !important;
}

/* Image uniform */
.vm-accessories-grid ul.products li.product a img{
  width:100% !important;
  height:220px !important;
  object-fit:cover !important;
  border-radius:12px !important;
  margin:0 0 12px !important;
  display:block !important;
}

/* Hide category line if any */
.vm-accessories-grid ul.products li.product .posted_in,
.vm-accessories-grid ul.products li.product .product-categories{
  display:none !important;
}

/* Title (2 lines clamp) */
.vm-accessories-grid ul.products li.product .woocommerce-loop-product__title{
  font-size:16px !important;
  line-height:1.35 !important;
  margin: 4px 0 10px !important;
  font-weight:700 !important;
  color: rgba(0,0,0,.88) !important;

  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  min-height:44px !important;
}

/* Price */
.vm-accessories-grid ul.products li.product .price{
  margin:0 0 14px !important;
  font-size:14px !important;
  color: rgba(0,0,0,.70) !important;
}

/* Button: short centered (or change to width:100% if you prefer) */
.vm-accessories-grid ul.products li.product a.button{
  margin-top:auto !important;
  width:100% !important;
  align-self:center !important;
  min-width:160px;
  text-align:center !important;

  border-radius:999px !important;
  padding:12px 22px !important;
  font-weight:700 !important;

  border:1px solid rgba(0,0,0,.12) !important;
  background: rgba(0,0,0,.02) !important;
  color: rgba(0,0,0,.82) !important;

  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

.vm-accessories-grid ul.products li.product a.button:hover{
  transform: translateY(-2px);
  background: rgba(0,0,0,.04) !important;
  box-shadow: 0 10px 22px rgba(0,0,0,.10) !important;
}

/* If quick view overlay exists, hide it */
.vm-accessories-grid .quick-view,
.vm-accessories-grid .yith-wcqv-button,
.vm-accessories-grid .yith-wcqv-wrapper{
  display:none !important;
}

/* Responsive */
@media (max-width: 1200px){
  .vm-accessories-grid ul.products{ grid-template-columns: repeat(3, minmax(0,1fr)) !important; }
  .vm-accessories-grid ul.products li.product a img{ height:210px !important; }
}
@media (max-width: 900px){
  .vm-accessories-grid ul.products{ grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  .vm-accessories-grid ul.products li.product a img{ height:200px !important; }
}
@media (max-width: 520px){
  .vm-accessories-grid ul.products{ grid-template-columns: 1fr !important; }
  .vm-accessories-grid ul.products li.product a img{ height:210px !important; }
}
/* 缩小标题与价格的距离 */
.vm-accessories-grid ul.products li.product .woocommerce-loop-product__title{
  margin-bottom: 6px !important;
}

.vm-accessories-grid ul.products li.product .price{
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}/* End custom CSS */