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

:root {
	--wd-text-font: Tahoma,Geneva, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: Tahoma,Geneva, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Tahoma,Geneva, sans-serif;
	--wd-widget-title-font: Tahoma,Geneva, 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: Tahoma,Geneva, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #83b735;
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: rgb(131,183,53);
	--btn-default-bgcolor-hover: rgba(12,0,0,0.89);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: rgba(12,0,0,0.89);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #0000ff;
	--wd-link-color-hover: #ff0000;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgba(0,0,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 250px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #f1f1f1;
	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-family: Tahoma,Geneva, sans-serif;	font-weight: 600;
	font-size: 17px;
	line-height: 17px;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-weight: 800;
	font-size: 25px;
}
html .entry-summary .single_add_to_cart_button, .wd-single-add-cart .single_add_to_cart_button {
	font-size: 13px;
	background: rgb(131,183,53);
}
html .entry-summary .single_add_to_cart_button:hover, .wd-single-add-cart .single_add_to_cart_button:hover {
	background: rgba(12,0,0,0.89);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 10px;
}
:root{
--wd-container-w: 1200px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--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: 1200px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1200px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1200px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


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

.zoom {
    transition: transform .2s; /* Animation */
    width: 250px;
    height: 218px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(2.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}

/*.out-of-stock.product-label{
       display: none; 
}*/

.downloads-link{
       display: none; 
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #83b735;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #83b735;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


/* Containerul rămâne fix */
.widget_layered_nav{
    max-height: none;
    overflow: visible;
}

/* Scroll doar pe lista de filtre */
.widget_layered_nav ul{
    max-height: 300px; /* înălțimea dorită */
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

/* Titlu fix sus */
.widget_layered_nav .widget-title{
    position: sticky;
    top: 0;
    background: #fff; /* să nu fie transparent */
    z-index: 10;
    padding-bottom: 5px;
}

/*functie lungime continut pentru produs*/
/* Container */
.woocommerce-product-details__short-description {
    position: relative;
    transition: max-height 0.4s ease;
}

/* collapsed state */
.summary-collapsed {
    overflow: hidden;
}

/* fade profesional */
.summary-fade::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
}

/* Buton */
.summary-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-top: 18px;
    font-weight: 600;
    font-size: 15px;
    color: #0a0a0a;
    transition: opacity 0.2s ease;
}

.summary-toggle:hover {
    opacity: 0.7;
}

/* SVG icon */
.summary-toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.summary-toggle.active svg {
    transform: rotate(180deg);
}

/* Limitează înălțimea descrierii și face scroll doar pe conținut */
.compare-description .compare-value {
    max-height: 300px;       /* Ajustează după nevoie */
    overflow-y: auto;        /* Scroll vertical */
    overflow-x: hidden;      /* Ascunde scroll orizontal */
    display: block;          /* Necesită block pentru scroll pe <td> */
    padding-right: 5px;      /* Spațiu pentru scrollbar */
}

/* Optional: stil scrollbar */
.compare-description .compare-value::-webkit-scrollbar {
    width: 6px;
}

.compare-description .compare-value::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
}

/* Fixează header-ul tabelului la scroll */
.wd-compare-table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}