@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//oneoapparel.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.7") format("woff2");
}

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//oneoapparel.com/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 15px;
	--wd-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Roboto", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(190,161,99);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(190,161,99);
	--btn-accented-bgcolor-hover: rgb(173,141,74);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://oneoapparel.com/wp-content/uploads/2021/08/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1600px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1600px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


/* ✅ 仅作用：WooCommerce Shop / 产品归档页 + 仅作用在 WoodMart 的 wd-product-filters */
body.woocommerce-shop .wd-product-filters,
body.post-type-archive-product .wd-product-filters {
  --pf-border: rgba(0,0,0,.12);
  --pf-text: #000;
  --pf-muted: rgba(0,0,0,.65);
  --pf-pad-y: 14px;
  --pf-pad-x: 0px;
  --pf-gap: 10px;
}

/* 每个筛选分组：上下分隔 */
body.woocommerce-shop .wd-product-filters .wd-pf-checkboxes,
body.post-type-archive-product .wd-product-filters .wd-pf-checkboxes{
  border-bottom: 1px solid var(--pf-border);
  padding: 0;
  margin: 0;
}

/* 标题行（模拟 button 那种一整行可点） */
body.woocommerce-shop .wd-product-filters .wd-pf-title,
body.post-type-archive-product .wd-product-filters .wd-pf-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: var(--pf-pad-y) var(--pf-pad-x);
  cursor: pointer;
  user-select: none;
}

/* 标题文字 */
body.woocommerce-shop .wd-product-filters .wd-pf-title .title-text,
body.post-type-archive-product .wd-product-filters .wd-pf-title .title-text{
  font-size: 14px;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--pf-text);
  font-weight: 600;
  line-height: 1.2;
}

/* 右侧箭头（用 CSS 画一个，不依赖你那段 SVG） */
body.woocommerce-shop .wd-product-filters .wd-pf-title::after,
body.post-type-archive-product .wd-product-filters .wd-pf-title::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--pf-text);
  border-bottom: 2px solid var(--pf-text);
  transform: rotate(45deg);
  transition: transform .2s ease;
  flex: 0 0 auto;
  opacity: .9;
}

/* 下拉容器：默认给更“折叠面板”的感觉 */
body.woocommerce-shop .wd-product-filters .wd-pf-dropdown,
body.post-type-archive-product .wd-product-filters .wd-pf-dropdown{
  padding: 0 0 12px 0;
}

/* 列表整体排版更像 tag-list */
body.woocommerce-shop .wd-product-filters .wd-pf-dropdown ul,
body.post-type-archive-product .wd-product-filters .wd-pf-dropdown ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* 每行选项（包括分类/属性） */
body.woocommerce-shop .wd-product-filters .wd-pf-dropdown li,
body.post-type-archive-product .wd-product-filters .wd-pf-dropdown li{
  margin: 0;
  padding: 0;
}

/* 选项链接（WoodMart 用 a.pf-value）做成“整行可点 + 类似 checkbox 的左侧小方框” */
body.woocommerce-shop .wd-product-filters a.pf-value,
body.post-type-archive-product .wd-product-filters a.pf-value{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: var(--pf-text);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.3;
}

/* 左侧“checkbox 方框” */
body.woocommerce-shop .wd-product-filters a.pf-value::before,
body.post-type-archive-product .wd-product-filters a.pf-value::before{
  content: "";
  width: 14px;
  height: 14px;
  border: 1.8px solid var(--pf-text);
  border-radius: 2px;
  box-sizing: border-box;
  opacity: .9;
  flex: 0 0 auto;
}

/* hover 更像可交互 */
body.woocommerce-shop .wd-product-filters a.pf-value:hover,
body.post-type-archive-product .wd-product-filters a.pf-value:hover{
  color: var(--pf-text);
  opacity: .85;
}

/* ✅ 选中状态：WoodMart 通常会给选中项 li 或 a 加 class（不同版本不一样）
   这里做多种兼容：.wd-active / .active / .chosen / .current-cat / .current-cat-parent */
body.woocommerce-shop .wd-product-filters li.wd-active > a.pf-value::before,
body.woocommerce-shop .wd-product-filters li.active > a.pf-value::before,
body.woocommerce-shop .wd-product-filters li.chosen > a.pf-value::before,
body.woocommerce-shop .wd-product-filters li.current-cat > a.pf-value::before,
body.post-type-archive-product .wd-product-filters li.wd-active > a.pf-value::before,
body.post-type-archive-product .wd-product-filters li.active > a.pf-value::before,
body.post-type-archive-product .wd-product-filters li.chosen > a.pf-value::before,
body.post-type-archive-product .wd-product-filters li.current-cat > a.pf-value::before{
  background: var(--pf-text);
}

/* ✅ 如果 WoodMart 展开时会给分组加 open 类（不同站点不一样）
   这里做“展开箭头旋转”的多写法兼容 */
body.woocommerce-shop .wd-product-filters .wd-pf-checkboxes.wd-opened > .wd-pf-title::after,
body.woocommerce-shop .wd-product-filters .wd-pf-checkboxes.wd-open > .wd-pf-title::after,
body.woocommerce-shop .wd-product-filters .wd-pf-checkboxes.opened > .wd-pf-title::after,
body.post-type-archive-product .wd-product-filters .wd-pf-checkboxes.wd-opened > .wd-pf-title::after,
body.post-type-archive-product .wd-product-filters .wd-pf-checkboxes.wd-open > .wd-pf-title::after,
body.post-type-archive-product .wd-product-filters .wd-pf-checkboxes.opened > .wd-pf-title::after{
  transform: rotate(-135deg);
}

/* 你这里品牌筛选是带 logo 的 swatch：如果你想更像“纯文字tag-list”，可以把图片缩小/隐藏（二选一） */
/* 方案A：logo 变小 */
body.woocommerce-shop .wd-product-filters .wd-swatches-brands img,
body.post-type-archive-product .wd-product-filters .wd-swatches-brands img{
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/* 方案B：彻底隐藏 logo（需要就取消注释） */
/*
body.woocommerce-shop .wd-product-filters .wd-swatches-brands .wd-swatch-bg img,
body.post-type-archive-product .wd-product-filters .wd-swatches-brands .wd-swatch-bg img{
  display:none !important;
}
*/
