botiga

a.botiga-quick-view,
.botiga-quick-view-button,
button.botiga-quick-view {
display: none !important;
}

.bhfb-row {
display: flex !important;
align-items: center;
justify-content: center; /* ✅ 整个 header 居中 */
}

/* Logo 在最左 */
.bhfb-column-2 {
order: 1;
}

/* Menu 在中间 */
.bhfb-column-1 {
order: 2;
}

/* Icons 在最右 */
.bhfb-column-3 {
order: 3;
}

/* 在 Logo 与 Menu 之间加入间距 */
.bhfb-column-2 {
margin-right: 30px; /* 你可以试试 20px、40px 调整间距 */
}

/* 或者给 Menu 加左边距 */
.bhfb-column-1 {
padding-left: 20px;
}
.florist-subtitle {
font-size: 18px;
font-weight: 400;
line-height: 1.5;
}

.woocommerce div.product form.cart .quantity,
.woocommerce div.product form.cart button.single_add_to_cart_button {
display: none;
}

.tagged_as, .product_meta .tagged_as {
display: none;
}
.single-product .quantity,
.single-product .single_add_to_cart_button {
display: none !important;
}
/* 隐藏单一产品页的 Add to Cart 按钮 */
.single-product .single_add_to_cart_button {
display: none !important;
visibility: hidden !important;
}

/* 隐藏手机端的数量选择器 */
@media (max-width: 768px) {
.single-product .quantity {
display: none !important;
visibility: hidden !important;
}
}

/* 强制隐藏所有 WooCommerce 数量选择器(桌面+手机) */
form.cart .quantity,
.woocommerce div.product form.cart div.quantity,
.botiga-sticky-add-to-cart .quantity {
display: none !important;
visibility: hidden !important;
}
/* 隐藏 Botiga 主题的 Sticky Add to Cart 模块(含数量选择器) */
.botiga-sticky-add-to-cart,
.botiga-sticky-add-to-cart .quantity {
display: none !important;
visibility: hidden !important;
}

.single-post .tags-links,
.entry-footer .tags-links,
.post-tags {
display: none !important;
}

.custom-wa-btn-container {
margin-top: 15px;
display: flex;
justify-content: flex-start;
}

.custom-wa-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background-color: #25D366;
   color: #fff !important;
font-weight: bold;
font-size: 16px;
text-decoration: none;
padding: 12px 20px;
border-radius: 6px;
transition: background 0.3s ease;
}

.custom-wa-btn:hover {
background-color: #1EBE56;
}

.custom-wa-btn svg {
margin-right: 8px;
}

.stock.out-of-stock {
display: inline-block;
background-color: #d32f2f; /* 红色背景 */
color: #ffffff; /* 白色文字 */
font-size: 22px; /* 调大字体 */
font-weight: bold; /* 加粗 */
padding: 6px 12px; /* 内边距,像按钮 */
border-radius: 6px; /* 圆角 */
text-transform: uppercase;/* 全部大写 */
}

.outofstock .button {
display: none !important;
}

/* 1. 让整个内容区域更宽 */
.woocommerce .content-area,
.woocommerce-page .content-area {
max-width: 1200px; /* 或你想要的宽度 */
width: 100%;
margin: 0 auto;
padding: 0 20px; /* 保留左右空白 */
}

/* 2. 分类描述本身宽度也改 */
.term-description {
max-width: 100%; /* 100% 就会撑满父容器 */
text-align: justify;
margin-bottom: 30px;
font-size: 16px;
line-height: 1.7;
}

.term-description {
text-align: left; /* 改为左对齐,避免字符拉伸空隙 */
letter-spacing: -0.3px; /* 微调整体字间距 */
word-spacing: normal; /* 保持单词间距正常 */
}