/**
Meniu complet 
**/

.pc-header,
.pc-nav {
    transition: transform .25s ease;
}

/* .pc-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
     transition: top 0.3s ease;
} */
 .distantiator_under_menu{
  background-color: #fff;
    height: 175px;
 }
.fixed_menu_pcotnainer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: top 0.3s ease;
}

.distantiator_element_desktop{
  height: 60px;
  background-color: red;
}
.pc-nav.is-fixed {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    z-index: 999;
}

/* TOPBAR */
.pc-topbar {
  background: #D97F1F;
      position: sticky;
    top: 0;
    z-index: -2;
  padding: 12px 0;
  font-family: 'Satoshi-Regular', sans-serif;
}


.pc-topbar .pc-topbar-column-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-topbar .pc-topbar-column-row .pc-topbar-column.contact-column {
  flex: 0 0 auto;
}

.pc-topbar .pc-badges.pc-badges--left,
.pc-topbar .pc-badges.pc-badges--right {
  display: flex;
  align-items: center;
}

.pc-topbar .pc-badges.pc-badges--right {
  justify-content: end;
}

.pc-topbar .pc-badges.pc-badges--right .pc-badge-item {
  position: relative;
  align-items: baseline;
}

.pc-topbar .pc-badges.pc-badges--right .pc-badge-item::after {
  content: "";
  border-right: 1px solid #FAFAFA;
  display: block;
  margin: 0 10px;
  height: 8px;
}

.pc-topbar .pc-badges.pc-badges--right .pc-badge-item:last-child::after {
  display: none;
}

.pc-topbar-invert .pc-topbar-column {
  display: flex;
    align-items: center;
    justify-content: center;
}

.pc-topbar .pc-badge-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.pc-topbar .pc-badge-item .pc-text {
  max-width: 80px;
  font-size: 12px;
  font-family: 'Satoshi-Medium', sans-serif;
  font-weight: 700;
  color: #FEF9EC;
}


.pc-topbar .pc-badge-item .pc-link {
  color: #FAFAFA;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 0.6px;
  /* text-transform: uppercase; */
}


/* Menu Simple */

.pc-header {
  padding: 12px;
  font-family: 'Satoshi-Regular', sans-serif;
  background: #fff;
}

.pc-header .pc-header-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

.pc-btn-orange {
  color: #FAFAFA!important;
  font-weight: 500;
  font-size: 16px;
  background: #E88F24;
  border: 1px solid #E88F24;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease;

}
.pc-btn-orange-border{
  color: #E88F24!important;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  border: 1px solid #E88F24;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease;
}
.pc-btn-orange:hover{
   color: #FAFAFA!important;
}
.pc-btn-orange-border:hover{
   color: #E88F24!important;
}

.pc-btn-outline {
  color: #1D1D1F;
  font-weight: 500;
  font-size: 16px;
  background: #FAFAFA;
  padding: 8px 12px;
  border: 1px solid #1D1D1F;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pc-btn-outline:hover {
  color: #E88F24;
  transition: color 0.2s ease;
}

.pc-header .cart-data {
  position: relative;
}

.pc-header #totla_cos_pcontainer_c {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 16px;
  height: 16px;
  padding: 1px;
  border-radius: 50%;
  background-color: #DC3545;
  color: #FAFAFA;
  font-family: 'Satoshi-Bold', sans-serif;
  font-weight: 700;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* MEGAMENU */
.pc-nav {
  background: #f4f5f6;
  position: relative;
  z-index: 900;
  font-family: 'Satoshi-Regular', sans-serif;
}


.pc-megamenu-nav {
  display: flex;
  align-items: center;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.megamenu-nav-item {
  position: static;
}

.megamenu-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 0;
  color: #1D1D1F;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease;
}

.megamenu-nav-link i {
  font-size: 0.65rem;
  color: #b3b6ba;
  transition: transform 0.25s ease, color 0.25s ease;
}

.megamenu-nav-link:hover,
.megamenu-nav-item.show .megamenu-nav-link {
  color: #E88F24;
}

.megamenu-nav-item.show .megamenu-nav-link i {
  color: #E88F24;
  transform: rotate(180deg);
}


.megamenu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #F0F0F0;
  box-shadow: 0 20px 45px rgba(20, 20, 20, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s;
  z-index: 950;
}

.megamenu-nav-item.show .megamenu-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.megamenu-simple {
  list-style: none;
  margin: 0;
  padding: 0;
}


.megamenu-simple a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0.15rem;
  color: #1D1D1F;
  font-size: 0.95rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

.megamenu-simple a i {
  font-size: 0.65rem;
  color: #cfd2d5;
  transition: transform 0.2s ease, color 0.2s ease;
}

.megamenu-simple a:hover {
  color: #E88F24;
}

.megamenu-simple a:hover svg path {
  fill: #E88F24;
  transition: fill 0.2s ease;
}

.megamenu-simple a.is-highlight {
  color: #E88F24;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.megamenu-simple a.is-highlight i {
  color: #E88F24;
}

.megamenu-card {
  display: block;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.megamenu-card img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 12 / 6;
}

.megamenu-card span {
  display: block;
  margin: 10px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}


.megamenu-card:hover span {
  color: #E88F24;
}

.megamenu-dropdown .flex {
  display: flex;
}

.megamenu-dropdown .flex .flex-item {
  flex: 1;
}

@media (max-width: 991.98px) {

  .pc-topbar-column-row.mobile-column {
    justify-content: center;
  }
  .pc-topbar-column-row.mobile-column .pc-badges--left{
    gap: 8px;
  }

  .pc-topbar.pc-topbar-invert {
    background: #E88F24;
  }

  .pc-megamenu-nav {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .megamenu-nav-item {
    width: 100%;
    border-bottom: 1px solid #E88F24;
  }

  .megamenu-nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 0.9rem 0.25rem;
  }

  .megamenu-dropdown {
    position: static;
    box-shadow: none;
    border-top: none;
    background: #fafafa;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    transition: none;
  }

  .megamenu-nav-item.show .megamenu-dropdown {
    display: block;
  }

  .megamenu-dropdown .container {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  .megamenu-card img {
    height: 120px;
  }
}

.megamenu-nav-link:focus-visible,
.megamenu-simple a:focus-visible,
.megamenu-card:focus-visible {
  outline: 2px solid #E88F24;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {

  .megamenu-dropdown,
  .megamenu-nav-link i,
  .megamenu-card,
  .megamenu-simple a {
    transition: none !important;
  }
}

/* actualizat din js */
:root {
  --pc-mnav-top: 0px; 
}


/* Hamburger */
.pc-hamburger {
  appearance: none;
  border: none;
  background: transparent;
  padding: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}
 
.pc-hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #1D1D1F;
  transition: transform 0.25s ease, opacity 0.2s ease;
}
 
.pc-hamburger[aria-expanded='true'] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
 
.pc-hamburger[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}
 
.pc-hamburger[aria-expanded='true'] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (min-width: 992px) {
  .pc-hamburger {
    display: none;
  }
}

.pc-mobile-nav {
  position: fixed;
  top: var(--pc-mnav-top);
  left: 0;
  right: 0;
  bottom: 0;
  background: #E6E6E6;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
    font-family: 'Satoshi-Regular', sans-serif;
  transition: opacity 0.3s ease,
    transform 0.3s ease, visibility 0.3s;
}
 
.pc-mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
 
html.pc-mobile-nav-open {
  overflow: hidden;
}
 
.pc-mnav-featured {
  flex: 0 0 auto;
  display: flex;
     gap: 20px;
  padding: 1rem;
  padding-bottom: 0;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
 
.pc-mnav-featured::-webkit-scrollbar {
  display: none;
}
 
.pc-mnav-card {
  display: block;
  flex: auto;
  scroll-snap-align: start;
  overflow: hidden;
  text-decoration: none;
}

.pc-mnav-card:hover span,
.pc-mnav-card:active span {
  color: #E88F24;
}
 
.pc-mnav-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 230px;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}
 
.pc-mnav-card span {
  display: block;
  padding: 0.85rem 1rem;
  color: #1D1D1F;
  font-size: 0.9rem;
  font-weight: 500;
}
 
.pc-mnav {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
 
.pc-mnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.pc-mnav-item {
border-bottom: 1px solid #D1D1D6;
    background: #FAFAFA;
}
 
.pc-mnav-row {
  display: flex;
     align-items: stretch;
  justify-content: space-between;
  gap: 0.75rem;
}
 
.pc-mnav-link {
  flex: 1 1 auto;
  padding: 16px 20px;
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.pc-mnav-link:focus-visible {
  outline: none;
}

.pc-mnav-link:hover {
  color: #E88F24;
}
 
.pc-mnav-toggle {
appearance: none;
    border: none;
    cursor: pointer;
    flex: 0 0 auto;
    border-radius: 0;
    background: #E88F24;
    width: 56px;
        display: flex;
    align-items: center;
    justify-content: center;
}
 
.pc-mnav-toggle svg {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
 
.pc-mnav-item.is-open .pc-mnav-toggle svg {
  transform: rotate(0deg);
}
 
/* Submeniu (accordion) */

.pc-mnav-sub {
  height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: height 0.3s ease;
}
 
.pc-mnav-simple {
  list-style: none;
  margin: 0;
  padding: 0.25rem 1rem 0.75rem;
}
 
.pc-mnav-simple li + li {
  border-top: 1px solid #ececec;
}
 
.pc-mnav-simple a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.25rem;
  color: #1d1d1f;
  font-size: 0.92rem;
  text-decoration: none;
}

.pc-mnav-simple a:hover,
.pc-mnav-simple a:active {
    color: #E88F24;
}
 
.pc-mnav-simple a svg {
  width: 7px;
  height: 12px;
  flex-shrink: 0;
}


.pc-mnav-simple a:hover svg path,
.pc-mnav-simple a:active svg path {
    fill: #E88F24;
}
 
.pc-mnav-inline-cards {
  display: flex;
    gap: 16px;
    padding: 24px 20px;
    background: #F0F0F0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
 
.pc-mnav-inline-cards::-webkit-scrollbar {
  display: none;
}
 
.pc-mnav-inline-cards .pc-mnav-card {
  flex: 0 0 70%;
}
 
.pc-mnav-cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ececec;
}
 
.pc-mnav-cta .pc-btn-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  font-size: 16px;
  font-weight: 500;
  border-radius: 0;
  text-decoration: none;
  border: none;
}
 
.pc-mnav-cta .pc-btn-orange {
  background: #E88F24;
  color: #fff;
}
 .pc-btn-orange-border img{
   width: 16px;
  height: 16px;
 }
.pc-mnav-cta .pc-btn-orange img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}
 
.pc-mnav-cta .pc-btn-outline {
  background: #fff;
  color: #1d1d1f;
 border: 1px solid #1D1D1F
}
 
.pc-mnav-cta .pc-btn-outline svg path {
  fill: #1d1d1f;
}
 
@media (prefers-reduced-motion: reduce) {
  .pc-mobile-nav,
  .pc-mnav-toggle svg,
  .pc-mnav-sub {
    transition: none !important;
  }
}

@media (max-width: 768px) {
  .pc-mnav-card {
  flex: 0 0 78%;
  }
  .pc-mnav-card img {
    height: auto;
  }
}