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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 600;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--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(16,27,29);
	--wd-alternative-color: rgb(255,202,31);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(16,27,29);
	--btn-accented-bgcolor-hover: rgb(21,50,58);
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 760px;
}
.header-banner {
	background-color: rgb(0,0,0);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://antontop.com/wp-content/uploads/2021/09/retail-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(16,27,29);
	background-image: none;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 8px;
}



.widget_product_categories .wd-cats-toggle:hover, .widget_product_categories .wd-cats-toggle.toggle-active {
    display: none;
}

.widget_product_categories .wd-cats-toggle{
    display: none;
}

/* === Blog readability — 2026-05-29 === */
.wd-entry-content p,
.wd-entry-content li,
.wd-entry-content td,
.wd-entry-content blockquote,
article.post p,
article.post li {
  color: #242424 !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 1.65 !important;
}

/* === Mobile menu sub-items — fix faint grey === */
.wd-nav-mobile .sub-menu a,
.wd-side-hidden .sub-menu a,
.wd-nav-mobile .menu-item-has-children .sub-menu a,
.menu li.menu-item-has-children > ul > li > a,
.wd-nav-mobile li li a {
  color: #2a2a2a !important;
  font-weight: 600 !important;
}

/* === ANTonTOP description-text-black 2026-05-31 === */
.woocommerce-Tabs-panel--description,
.woocommerce-product-details__short-description {
  color: #000;
}
.woocommerce-Tabs-panel--description td,
.woocommerce-Tabs-panel--description th,
.woocommerce-Tabs-panel--description p,
.woocommerce-Tabs-panel--description li,
.woocommerce-Tabs-panel--description span:not([style*="color"]),
.woocommerce-product-details__short-description td,
.woocommerce-product-details__short-description th,
.woocommerce-product-details__short-description p,
.woocommerce-product-details__short-description li,
.woocommerce-product-details__short-description span:not([style*="color"]) {
  color: #000 !important;
}
/* end ANTonTOP description-text-black */

/* === ANTonTOP square-1:1 product images (fix desktop side-crop) START === */
.wd-product:not(.wd-hover-small) :is(.product-image-link, .hover-img) img{
  height: auto;
  aspect-ratio: 1 / 1;
  width: 100%;
  object-fit: cover;
}
/* === ANTonTOP square-1:1 END === */

/* === ANTonTOP title-2-lines START === */
.wd-product .wd-entities-title{
  --title-line-count: 2;
  max-height: calc(2 * var(--title-line-height, 1.4em)) !important;
  overflow: hidden;
}
/* === ANTonTOP title-2-lines END === */

/* ===== ANTONTOP: search-cat dropdown text [START] ===== */
.wd-dropdown-search-cat a.pf-value{color:#000;font-weight:500;}
/* ===== ANTONTOP: search-cat dropdown text [END] ===== */

/* ===== ANTONTOP: sidebar filter widgets text [START] ===== */
.sidebar-widget.widget_product_categories li a,
.sidebar-widget.wd-widget-stock-status li a,
.sidebar-widget.woodmart-woocommerce-layered-nav li a,
.sidebar-widget.woodmart-woocommerce-layered-nav .wd-filter-lable,
.sidebar-widget.widget_price_filter .price_label{color:#000 !important;font-weight:500 !important;}
/* ===== ANTONTOP: sidebar filter widgets text [END] ===== */

/* ===== ANTONTOP: sidebar filter link var override [START] ===== */
.wd-widget.sidebar-widget{--wd-link-color:#000 !important;--wd-link-color-hover:#2e7d32 !important;}
/* ===== ANTONTOP: sidebar filter link var override [END] ===== */


/* === ANTonTOP carousel-shrink START (Setup+TopPicks 5-col fill) === */
@media (min-width:1025px){
.elementor-element-7292889b .wd-carousel.wd-grid,
.elementor-element-31a142a .wd-carousel.wd-grid{--wd-col-lg:5!important;--wd-col:5!important;}
}
/* === ANTonTOP carousel-shrink END === */

/* === ANTonTOP product-footer-gap START === */
.single-product-page.entry-content{padding-bottom:60px;}
/* === ANTonTOP product-footer-gap END === */
/* ANTONTOP att-chip bigger (Anton 2026-06-17) */
.att-chip{font-size:17px!important;padding:13px 26px!important;border-radius:16px!important}
.att-chip__em{font-size:1.3em!important}
@media(max-width:600px){.att-chip{font-size:15.5px!important;padding:11px 18px!important}}
.att-chip--nohib{background:#e7f1fb;border-color:#9cc4ea;color:#1f5b95}


/* === AOT-DELIVERY-BANNER-FIX 2026-06-09 === */
.elementor-element-c806a6e::before{background-size:contain!important;background-position:100% 50%!important;}
/* === /AOT-DELIVERY-BANNER-FIX === */