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

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

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

:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--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: var(--wd-text-font);
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 14px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(34,50,102);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(34,50,102);
	--btn-default-bgcolor-hover: rgb(34,50,102);
	--btn-accented-bgcolor: rgb(34,50,102);
	--btn-accented-bgcolor-hover: rgb(34,50,102);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgba(239,239,239,0.4);
	background-image: none;
}
.page :is(.wd-page-content, .whb-header) {
	background-color: rgba(25,147,255,0);
	background-image: none;
}
.product-labels .product-label.new {
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(247,88,88);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--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: 12px;
}

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


.wd-page-title {
background-color: #0a0a0a;
}

/* =============================================
   WoodMart Horizontal Scroll Product Row
   ============================================= */

/* Outer scroll container */
.woo-hscroll-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 400px;
  cursor: grab;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Allow hover overlays to escape the bottom edge */
  padding-bottom: 80px;
  margin-bottom: -80px;
}
.woo-hscroll-wrapper::-webkit-scrollbar {
  display: none;
}
.woo-hscroll-wrapper.is-dragging {
  cursor: grabbing;
}

/* ---- Override WoodMart's grid system ---- */
.woo-hscroll-wrapper .wd-products-holder,
.woo-hscroll-wrapper ul.products {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  width: max-content !important;
  min-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  grid-template-columns: unset !important;
  overflow: visible !important;  /* ← lets hover effects escape */
  --wd-col-lg: unset;
  --wd-col-md: unset;
  --wd-col-sm: unset;
  --wd-col-xs: unset;
}

/* Each product card */
.woo-hscroll-wrapper ul.products li.product-grid-item,
.woo-hscroll-wrapper ul.products li.product {
  flex: 0 0 260px !important;
  width: 260px !important;
  min-width: 260px !important;
  max-width: 260px !important;
  margin: 0 !important;
  float: none !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;  /* ← hover overlay not clipped by card */
}

/* WoodMart inner wrapper */
.woo-hscroll-wrapper .product-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: visible !important;
}

/* Product image */
.woo-hscroll-wrapper .product-image-wrapper img,
.woo-hscroll-wrapper .product-grid-item img {
  width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  flex-shrink: 0;
}

/* Product title */
.woo-hscroll-wrapper .wd-entities-title,
.woo-hscroll-wrapper .product-grid-item .woocommerce-loop-product__title {
  font-size: 0.9rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 8px 0 4px;
}

/* Push Add to Cart to bottom of card */
.woo-hscroll-wrapper .wd-bottom-actions,
.woo-hscroll-wrapper .woodmart-add-btn,
.woo-hscroll-wrapper .add_to_cart_button {
  margin-top: auto;
  width: 100%;
}
