/* 隱藏 vendor-info 區塊 */
.vendor-item .vendor-info {
	display: none !important;
}

/* 隱藏 vendor-item 中的 h3 標題 */
/* .vendor-item h3 {
	display: none !important;
} */
.vendor-item {
  display: flex;
	text-align: center;
  flex-direction: column;
}

.vendor-item h3 {
  order: 2 !important; /* 把 h3 放後面 */
}

.vendor-item .vendor-info-wrapper {
  order: 1 !important; /* 放前面 */
}

/* 隱藏 charity-title class 元素 */
.charity-title {
	display: none !important;
}

.vendor-item .vendor-info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
    
}

.vendor-item .store-image img {
    border-radius: 10px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: block;
}

.elementor-shortcode .shortcodes.vendors-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 0px;
    margin-top: -20px;
    justify-content: space-between;
}

.store-header-wrapper{
    justify-content: center;
}
.store-header-wrapper .store-name{
    font-size: 25.6px !important;
}

.store-info-wrapper .store-avatar-name{
    flex-direction: column !important;
}
.store-header-wrapper.double-box .store-header-image{
    display:none !important;
}

.products.row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.products.row .col {
  width: 25% !important;
  padding: 10px !important;
  box-sizing: border-box !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}
@media (max-width: 768px) {
  .products.row .col{
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .elementor-shortcode .shortcodes.vendors-list li{
    width: 50%;
  }

}