.hbt-button a {
    width: 134px;
    height: 134px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
h1, h2, h3, h4, h5, h6, body, p, a {
    /*font-family: "FreightNeoPro";*/
}
body {
    font-family: "FreightNeoPro";
}
/*.elementor-button-link, a {
    font-family: "FreightNeo Pro Medium", Sans-serif;
}*/
.hbt-button a {
    font-family: "FreightNeoPro"!important;
}
.reset-max-width img {
    max-width: none!important;
}
.relative-left-image {
    position: relative;
}
.relative-left-image img {
    position: absolute;
    right: 0;
    width: 141%;
}
.c-accordeon-title {
    cursor: pointer;
    position: relative;
}
.c-accordeon-title::after {
    content: "";
    width: 25px;
    height: 26px;
    background-image: url(../img/caf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.35s ease;
    position: absolute;
    right: 0;
    top: 17px;
}
.c-accordeon.active .c-accordeon-title::after {
    transform: rotate(180deg);
}
.c-accordeon .c-accordeon-content {
  overflow: hidden;
  transition: height 0.35s ease!important;
}
body:not(.elementor-editor-active) .c-accordeon .c-accordeon-content {
    height: 0;
}
.voucher-single-inner {
  display: flex;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.voucher-single-left,
.voucher-single-right {
  flex: 1;
}

.voucher-single-title {
  margin-bottom: 20px;
}

.voucher-single-price {
  font-size: 24px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .voucher-single-inner {
    flex-direction: column;
    gap: 40px;
  }
}

.menu-toggle {
    width: 38px;
    height: 17px;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
}

.menu-toggle span {
    position: absolute;
    left: 0;
    background: #18261E;
    transition: all 0.4s ease;
}

.caley-bar-menu-toggle span {
    background: #B0682E!important;
}
.menu-toggle.mt-cc span {
    background: #E7E4D1!important;
}

.menu-toggle span:nth-child(1) {
    top: 0;
    width: 38px;
    height: 2px;
}

.menu-toggle span:nth-child(2) {
    top: 8px;
    width: 26px;
    height: 1px;
    right: 0;
    left: initial;
}

.menu-toggle span:nth-child(3) {
    bottom: 0;
    width: 38px;
    height: 2px;
}


.menu-toggle.active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.menu-toggle.active span:nth-child(3) {
    bottom: 7px;
    transform: rotate(-45deg);
}
#mobile-header {
    position: relative;
    z-index: 1000;
}

#mobile-menu {
    position: fixed;
    top: 0; /* îl vom ajusta din JS */
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: #fff;*/
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 1000;
    overflow-y: auto;
}

/* activ */
#mobile-menu.active {
    transform: translateX(0);
}

body.menu-open {
    overflow: hidden;
}
.p-relative {
    position: relative;
}
.hbt-button {
    position: fixed!important;
    z-index: 999;
}

#promotion-popup-button {
    bottom: 200px;
}

#fixed-menu-button {
    bottom: 50px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
#site-content {
    padding-top: 77px;
}
/*.full-heading p {
    font-family: "FreightNeo Pro Light", Sans-serif;
    font-weight: 300;
}*/
.full-heading strong {
    font-family: "FreightNeo Pro Semi", Sans-serif;
    font-weight: 600;    
}
.bio-content {
  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}
.wc-block-components-totals-wrapper,
.wc-block-cart-item__product {
    font-family: 'FreightNeo Pro Book';
}
.woocommerce-order {
    color: #000;
}
.desktop-toggle {
  width: 38px;
  height: 17px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}

/* liniile */
.desktop-toggle span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #18261E;
  transition: all 0.3s ease;
}
.desktop-toggle.caley-bar span {
  background-color: #B0682E!important;
}

.desktop-toggle.dt-3 span {
  background-color: #E7E4D1!important;
}

/* stare activă → X */
.desktop-toggle.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.desktop-toggle.active span:nth-child(2) {
  opacity: 0;
}

.desktop-toggle.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/* container general */
#desktop-menu {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
}

/* meniul - ASCUNS inițial */
.desktop-menu-inner {
  width: 100%;
  height: 100%;
  position: relative;

  transform: translateX(-500%);
  transition: transform 0.4s ease;

  display: flex;
  flex-direction: column;
}
.desktop-menu-inner::after {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    height: 100%;
    top: 0;
    width: 500px;
    background-color: #FDF7F3;
}
.caley-bar-desktop-menu .desktop-menu-inner::after {
    background-color: #340A0D;
}

.desktop-menu-inner.dmi-3::after {
    background-color: #1A4954;
}

/* când e activ → apare */
#desktop-menu.active .desktop-menu-inner {
  transform: translateX(0);
}
#desktop-menu.active {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    position: initial;
}
body.no-scroll {
  overflow: hidden;
}
.h100 {
    height: 100%;
}
/* STRUCTURA POPUP */
#promotion-popup {
    position: fixed;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}

/* ASCUNS PE FRONT */
body:not(.elementor-editor-active) #promotion-popup {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

body.elementor-editor-active #promotion-popup {
    position: initial;
    width: initial;
    height: initial;
    background: transparent;
    backdrop-filter: none;
}

/* ACTIV (DESCHIS) */
#promotion-popup.active {
    opacity: 1!important;
    visibility: visible!important;
    pointer-events: auto!important;
}

/* CONȚINUT POPUP */
#promotion-popup .popup-content {
    background: #fff;
    padding: 30px;
    border-radius: 12px;

    transform: translateY(40px) scale(0.95);
    transition: all 0.3s ease;
}

/* ANIMAȚIE */
#promotion-popup.active .popup-content {
    transform: translateY(0) scale(1);
}

/* BUTON CLOSE */
#promotion-popup .close-popup {
    position: absolute;
    top: 23px;
    right: 23px;
    cursor: pointer;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    z-index: 34;
}
