@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
h1, h2, h3, h4, h5, h6, p, span, a, div, li, td, th {
  font-family: "Montserrat", sans-serif !important;
}
h1 .orange, h2 .orange, h3 .orange, h4 .orange, h5 .orange, h6 .orange, p .orange, span .orange, a .orange, div .orange, li .orange, td .orange, th .orange {
  color: #eb8731 !important;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text p, .white-text span, .white-text a, .white-text div, .white-text li, .white-text td, .white-text th {
  color: #fff !important;
}
.white-text h1 .orange, .white-text h2 .orange, .white-text h3 .orange, .white-text h4 .orange, .white-text h5 .orange, .white-text h6 .orange, .white-text p .orange, .white-text span .orange, .white-text a .orange, .white-text div .orange, .white-text li .orange, .white-text td .orange, .white-text th .orange {
  color: #eb8731 !important;
}

h2 {
  font-size: 60px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
h2 strong {
  color: #eb8731 !important;
}

h3 {
  font-size: 45px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
h3 strong {
  color: #eb8731 !important;
}

h4 {
  margin-bottom: 0 !important;
}

.llistat-prod-home h3 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  color: #000 !important;
}

.producte-card h2 {
  font-size: 16px !important;
}

.materials-filter h3 {
  font-size: 16px !important;
}

footer h2 {
  font-size: 30px !important;
}

footer p {
  font-size: 18px !important;
}

.e-con-inner {
  max-width: 1600px !important;
}

p {
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
}
p strong {
  font-weight: 700 !important;
}
p strong.orange {
  color: #eb8731 !important;
}

#home-title h1 {
  font-size: 50px !important;
  color: #fff !important;
  margin-top: 50px;
  font-weight: bold !important;
}

a.elementor-button {
  background-color: #eb8731 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #eb8731 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
}
a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
a.elementor-button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.elementor-button:hover {
  color: #eb8731 !important;
  border-color: #eb8731 !important;
  transform: scale(1.05);
}
a.elementor-button:hover::before {
  transform: scaleX(1);
}
a.elementor-button:active {
  transform: scale(0.98);
}

.config-capse a.elementor-button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 22px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #000 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
}
.config-capse a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.config-capse a.elementor-button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.config-capse a.elementor-button:hover {
  color: #000 !important;
  border-color: #000 !important;
  transform: scale(1.05);
}
.config-capse a.elementor-button:hover::before {
  transform: scaleX(1);
}
.config-capse a.elementor-button:active {
  transform: scale(0.98);
}

.inverted-button a.elementor-button {
  background-color: #fff !important;
  color: #eb8731 !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #eb8731 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
}
.inverted-button a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eb8731;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.inverted-button a.elementor-button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 30px !important;
}
.inverted-button a.elementor-button:hover {
  color: #fff !important;
  border-color: #eb8731 !important;
  transform: scale(1.05);
}
.inverted-button a.elementor-button:hover::before {
  transform: scaleX(1);
}
.inverted-button a.elementor-button:active {
  transform: scale(0.98);
}

.text-bkimg p {
  background-color: #eb8731 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  border: 2px solid #eb8731 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
  margin: 0 !important;
}
.text-bkimg p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.text-bkimg p span {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.text-bkimg p:active {
  transform: scale(0.98);
}

.wrapper-icon {
  padding: 20px !important;
  border-radius: 20px !important;
  border: 1px solid #f7f1f1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* X, Y, blur, color */
}
.wrapper-icon .elementor-widget-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
.wrapper-icon h3 {
  font-size: 20px !important;
  color: #000 !important;
  font-weight: 400 !important;
}
.wrapper-icon p {
  font-size: 16px !important;
  color: #888888 !important;
  margin-bottom: 20px !important;
}
.wrapper-icon a {
  background-color: #000 !important;
  color: #fff !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

@media (max-width: 1024px) {
  #home-title h1 {
    font-size: 30px !important;
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .banner-info p {
    max-width: 621px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }
  a.elementor-button {
    margin-bottom: 20px;
  }
}
.text-media h2 {
  font-size: 40px !important;
  color: #000 !important;
  margin-bottom: 20px !important;
  font-weight: bold !important;
}
.text-media p {
  font-size: 24px !important;
  color: #888888 !important;
  margin-bottom: 20px !important;
}
.text-media a {
  color: #fff !important;
  background-color: #000 !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  font-size: 14px !important;
}

.ast-primary-header-bar {
  margin: 0 !important;
}

.productes-top-bar {
  height: 60px !important;
}
.productes-top-bar .topbar-delivery,
.productes-top-bar .topbar-strong {
  color: #000 !important;
}
@media (max-width: 700px) {
  .productes-top-bar .topbar-col {
    border-bottom: 1px solid softgrey !important;
  }
  .productes-top-bar .topbar-col:last-child {
    border-bottom: none !important;
  }
}

.ast-above-header-bar {
  border-bottom: 1px solid #000 !important;
}

.ast-logo-title-inline .ast-site-identity {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 30px !important;
  }
  p {
    font-size: 18px !important;
  }
  body a.elementor-button {
    font-size: 18px !important;
  }
  body .inverted-button a.elementor-button {
    font-size: 18px !important;
  }
  body .inverted-button a.elementor-button span {
    font-size: 18px !important;
  }
  .config-capse a.elementor-button,
  .config-capse a.elementor-button span {
    font-size: 16px !important;
  }
}
.flip-cards-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.flip-card {
  position: relative;
  width: calc(100% / var(--cards-per-row));
  height: 200px;
  perspective: 1000px;
  flex-shrink: 0;
  overflow: hidden;
}

.flip-card-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease;
}

.flip-card-front {
  background: #f8f9fa;
  height: 100% !important;
  overflow: hidden !important;
}

.flip-card-front img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.flip-card-back {
  background: #E1E2E4;
  color: black;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.flip-card-content {
  text-align: center;
  padding: 1rem;
}

.flip-card-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 0.5rem;
}

.flip-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
}

.flip-card-icon svg {
  width: 100%;
  height: 100%;
  fill: #eb8731;
}

.flip-card-title {
  font-size: 20px !important;
  font-weight: 400 !important;
  margin: 0;
  color: black;
  line-height: 1.2;
}

.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}

.flip-card:hover .flip-card-back {
  transform: rotateY(0deg);
}

@media (max-width: 768px) {
  .flip-cards-container {
    display: block !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    overflow: hidden !important;
  }
  .flip-card {
    width: 100vw !important;
    height: 300px !important;
    flex-shrink: 0;
    overflow: hidden !important;
  }
  .flip-card-front img {
    width: 100vw !important;
    height: 100% !important;
    object-fit: cover !important;
  }
  .flip-cards-container .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
  .flip-cards-container .slick-dots li {
    margin: 0;
    list-style: none;
  }
  .flip-cards-container .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    font-size: 0;
    cursor: pointer;
    transition: background 0.3s;
  }
  .flip-cards-container .slick-dots li button:before {
    content: none !important;
  }
  .flip-cards-container .slick-dots li.slick-active button {
    background: #eb8731;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .flip-card {
    width: 100vw !important;
    height: 250px !important;
  }
  .flip-card-content {
    padding: 0.5rem;
  }
  .flip-card-icon {
    width: 30px;
    height: 30px;
  }
  .flip-card-title {
    font-size: 0.8rem !important;
  }
}
.counter-wrapper {
  border: 2px solid #ffffff !important;
  border-radius: 15px !important;
  padding: 30px 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3) !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  margin: 0 auto !important;
  height: 200px !important;
}
.counter-wrapper:hover {
  transform: translateY(-8px) scale(1.02) !important;
  box-shadow: 0 12px 30px rgba(255, 107, 53, 0.5) !important;
}

.counter-number, .no-counter-number, .counter-description {
  font-size: 45px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1;
  margin: 0 0 15px 0 !important;
  font-family: "Arial", sans-serif !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.counter-description {
  text-align: center !important;
  color: #ffffff !important;
}

.counter-number-info p {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #ffffff !important;
}

.counter-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0;
  font-family: "Arial", sans-serif;
}

@media (max-width: 768px) {
  .counter-wrapper {
    padding: 20px 15px;
    max-width: 160px;
  }
  .counter-number {
    font-size: 3.5rem;
    margin-bottom: 10px;
  }
  .counter-title {
    font-size: 0.9rem;
  }
}
@keyframes counterAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.counter-number.animating {
  animation: counterAnimation 0.6s ease-in-out;
}

.missio-visio-wrapper {
  background-color: #F8F8F8 !important;
  border: 4px solid #FF6B35 !important;
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-radius: 15px !important;
  padding: 40px !important;
  text-align: center !important;
  margin: 20px auto !important;
  max-width: 800px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
}
.missio-visio-wrapper h2 {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #333333 !important;
  margin-bottom: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}
.missio-visio-wrapper p {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #333333 !important;
  line-height: 1.6 !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.missio-visio-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.missio-visio-wrapper p strong {
  font-weight: 700 !important;
  color: #333333 !important;
}

@media (max-width: 768px) {
  .missio-visio-wrapper {
    padding: 30px 20px !important;
    margin: 15px !important;
  }
  .missio-visio-wrapper h2 {
    font-size: 24px !important;
    margin-bottom: 20px !important;
  }
  .missio-visio-wrapper p {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
}
.black-bkgnd a.elementor-button {
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  text-decoration: none !important;
}
.black-bkgnd a.elementor-button#black-button {
  background-color: #000 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-color: #fff !important;
}
.black-bkgnd a.elementor-button#black-button:hover {
  color: #000 !important;
  border-color: #000 !important;
}

.orange-black a.elementor-button::before {
  background-color: #000 !important;
}
.orange-black a.elementor-button:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #000 !important;
}
.orange-black a.elementor-button:hover span {
  color: #fff !important;
}

footer h2 {
  color: #EB8731 !important;
}

.social-section p {
  color: #000 !important;
}
.social-section .social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.social-section .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #EB8731;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}
.social-section .social-icons a i {
  color: #fff !important;
  font-size: 24px;
}
.social-section .social-icons a:hover {
  background-color: #d17528;
}

.contact-section .contact-info div {
  color: #000 !important;
}
.contact-section .contact-info div i {
  color: #EB8731 !important;
}
.contact-section h2 {
  color: #EB8731 !important;
}
.contact-section nav a {
  color: #000 !important;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.contact-section nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EB8731;
  transition: width 0.4s ease;
}
.contact-section nav a:hover {
  color: #000 !important;
}
.contact-section nav a:hover::after {
  width: 100%;
}

.efecte-deriva .deriva-item p {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: transparent !important;
}
.efecte-deriva .deriva-item p img {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.efecte-deriva .deriva-item p span {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.efecte-deriva .deriva-item.show p {
  color: inherit !important;
}
.efecte-deriva .deriva-item.show p img {
  opacity: 1;
  transform: translateX(0);
}
.efecte-deriva .deriva-item.show p span {
  opacity: 1;
  transform: translateX(0);
}
.efecte-deriva .deriva-item:nth-child(1) p img {
  transition-delay: 0.1s;
}
.efecte-deriva .deriva-item:nth-child(1) p span {
  transition-delay: 0.9s;
}
.efecte-deriva .deriva-item:nth-child(2) p img {
  transition-delay: 1.2s;
}
.efecte-deriva .deriva-item:nth-child(2) p span {
  transition-delay: 1.7s;
}
.efecte-deriva .deriva-item:nth-child(3) p img {
  transition-delay: 2.3s;
}
.efecte-deriva .deriva-item:nth-child(3) p span {
  transition-delay: 2.8s;
}
.efecte-deriva .deriva-item:nth-child(4) p img {
  transition-delay: 3.4s;
}
.efecte-deriva .deriva-item:nth-child(4) p span {
  transition-delay: 3.9s;
}
.efecte-deriva .deriva-item:nth-child(5) p img {
  transition-delay: 4.5s;
}
.efecte-deriva .deriva-item:nth-child(5) p span {
  transition-delay: 5s;
}

.button-form {
  background-color: #EC892E !important;
}

.elementor-1321 .elementor-element.elementor-element-e75ffd5 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit {
  background-color: #EC892E !important;
  color: #ffffff !important;
}

.contact-form .button-form {
  background-color: #EC892E !important;
}

button.ff-btn.ff-btn-submit.ff-btn-lg.button-form.ff_btn_style.wpf_has_custom_css {
  background-color: #EC892E !important;
}

.seo-contacte p {
  line-height: 14px !important;
}

.ast-main-header-bar-alignment,
.main-header-bar,
.ast-primary-header-bar {
  position: relative !important;
}

.menu-item.has-mega-menu {
  position: static !important;
}

.productes-mega-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  background: #fff;
  border-top: 3px solid #EC8D36;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 2.5rem 0;
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  column-count: 5;
  column-gap: 4rem;
}

.mega-menu-column {
  break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 2rem;
}
.mega-menu-column.mega-menu-new-column {
  break-before: column;
  -webkit-column-break-before: always;
  page-break-before: always;
}
.mega-menu-column h3.mega-menu-title {
  margin: 0 0 0.75rem;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #222 !important;
}
.mega-menu-column h3.mega-menu-title a {
  color: inherit !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.mega-menu-column h3.mega-menu-title a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EC8D36;
  transition: width 0.4s ease;
}
.mega-menu-column h3.mega-menu-title a:hover {
  color: #EC8D36 !important;
}
.mega-menu-column h3.mega-menu-title a:hover::after {
  width: 100%;
}

.mega-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mega-menu-list li {
  margin-bottom: 0.5rem;
  line-height: 35px !important;
}
.mega-menu-list li a {
  color: #666 !important;
  text-decoration: none;
  font-size: 0.875rem !important;
  font-weight: 400;
  transition: color 0.3s ease;
  display: inline-block;
  position: relative;
}
.mega-menu-list li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EC8D36;
  transition: width 0.4s ease;
}
.mega-menu-list li a:hover {
  color: #EC8D36 !important;
}
.mega-menu-list li a:hover::after {
  width: 100%;
}
.mega-menu-list li.view-all {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e8e8e8;
}
.mega-menu-list li.view-all a {
  color: #EC8D36 !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
}
.mega-menu-list li.view-all a::after {
  background-color: #EC8D36;
}
.mega-menu-list li.view-all a:hover::after {
  width: 100%;
}

/* Ocultar el enlace 'veure tots' en el mega menú */
.mega-menu-list li.view-all {
  display: none !important;
}

/* Ajustes de Mega Menú para coincidir con el diseño de referencia */
.mega-menu-inner {
  column-gap: 3.5rem;
}
.mega-menu-column {
  position: relative;
  padding-left: 16px;
}

.mega-menu-column:first-child::before {
  display: none;
}
.mega-menu-column h3.mega-menu-title {
  margin: 0 0 10px;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: none;
  letter-spacing: 0;
  color: #000 !important;
}
/* Subrayado naranja para TODOS los enlaces dentro del megamenú */
.productes-mega-menu a {
  position: relative;
}
.productes-mega-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #EC8D36;
  transition: width 0.4s ease;
}
.productes-mega-menu a:hover::after {
  width: 100%;
}
/* Rehabilita también en los títulos de columna */
.productes-mega-menu .mega-menu-column h3.mega-menu-title a::after {
  display: block !important;
}

/* En los items hijo, que la línea comience donde empieza el texto (tras el padding) */
.productes-mega-menu .mega-menu-list li > a::after {
  left: 8px; /* coincide con el padding-left aplicado al enlace hijo */
  right: 0;
  width: auto; /* evita ocupar el padding izquierdo */
  transform: scaleX(0);
  transform-origin: left center;
}
.productes-mega-menu .mega-menu-list li > a:hover::after {
  transform: scaleX(1);
  width: auto; /* mantener auto durante la animación */
}
.mega-menu-column h3.mega-menu-title a:hover {
  color: #000 !important;
}
.mega-menu-list li {
  margin-bottom: 0;
  line-height: 28px !important;
}
.mega-menu-list li a {
  color: #1a1a1a !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
/* Ocultamos el subrayado solo en los títulos de columna, no en los items */
.mega-menu-column h3.mega-menu-title a::after {
  display: none !important;
}
.mega-menu-list li a:hover {
  color: #000 !important;
}

/* Efecto hover con subrayado naranja (izquierda a derecha) en items del mega menú */
.productes-mega-menu .mega-menu-list li > a {
  position: relative;
}
.productes-mega-menu .mega-menu-list li > a::after {
  content: "" !important; /* reactivar aunque antes se haya ocultado */
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #EC8D36;
  transition: width 0.4s ease;
  display: block !important;
}
.productes-mega-menu .mega-menu-list li > a:hover::after {
  width: 100%;
}

/* Forzar inicio exacto del subrayado en el texto (ajusta el offset) */
.productes-mega-menu .mega-menu-list > li > a::after {
  left: 0 !important;
  right: auto !important;
  width: 0 !important;
}
.productes-mega-menu .mega-menu-list > li > a:hover::after {
  width: 100% !important;
}
/* Indicador negro continuo solo para los HIJOS del megamenú (no en los padres) */
.mega-menu-list {
  position: relative;
  padding-left: 20px;
}
.mega-menu-list::before {
  content: "";
  position: absolute;
  left: -3px; /* desplaza 3px a la izquierda para no tapar texto */
  top: 0;
  bottom: 0;
  width: 2px; /* aún más fina y continua */
  background: #000;
  border-radius: 3px;
}
.mega-menu-list li > a {
  padding-left: 0 !important;
  margin-left: 8px !important; /* mueve los hijos sin afectar el ::after interno */
}
/* Asegura que no aparezca ninguna línea fina residual en los items */
.mega-menu-list li > a::before {
  content: none !important;
}
/* Asegura que los PADRES (con subniveles) no añadan marcas extra ni separaciones */
.mega-menu-list li.menu-item-has-children > a::before {
  content: none !important;
}

@media (max-width: 1024px) {
  .productes-mega-menu {
    display: none !important;
  }
}

/* Centrar y forzar bloque para el botón de contacto de producto */
button[name="submit_producte_contact"] {
  display: block !important;
  margin: 0 auto !important;
  width: auto !important;
}
.efecte-deriva-text .deriva-item-text p strong {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.efecte-deriva-text .deriva-item-text p strong > span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.efecte-deriva-text .deriva-item-text p strong > span > span:nth-child(1) {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.efecte-deriva-text .deriva-item-text p strong > span > span:nth-child(2) {
  opacity: 0;
  transform: translateX(-150px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
.efecte-deriva-text .deriva-item-text.show p strong > span > span:nth-child(1),
.efecte-deriva-text .deriva-item-text.show p strong > span > span:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.efecte-deriva-text .deriva-item-text:nth-child(1) p strong > span > span:nth-child(1) {
  transition-delay: 0.1s;
}
.efecte-deriva-text .deriva-item-text:nth-child(1) p strong > span > span:nth-child(2) {
  transition-delay: 0.9s;
}
.efecte-deriva-text .deriva-item-text:nth-child(2) p strong > span > span:nth-child(1) {
  transition-delay: 1.2s;
}
.efecte-deriva-text .deriva-item-text:nth-child(2) p strong > span > span:nth-child(2) {
  transition-delay: 1.7s;
}
.efecte-deriva-text .deriva-item-text:nth-child(3) p strong > span > span:nth-child(1) {
  transition-delay: 2.3s;
}
.efecte-deriva-text .deriva-item-text:nth-child(3) p strong > span > span:nth-child(2) {
  transition-delay: 2.8s;
}

.box-orange-footer {
  background-color: #EC8D36;
  border-radius: 8px;
  padding: 2rem;
  text-align: left !important;
}
.box-orange-footer h2 {
  color: white !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  text-align: center;
  margin: 0 0 1rem 0 !important;
}
.box-orange-footer hr {
  border: none;
  border-top: 1px solid white;
  margin: 0 0 1.5rem 0;
}
.box-orange-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-orange-footer ul li {
  margin-bottom: 0.75rem;
}
.box-orange-footer ul li:last-child {
  margin-bottom: 0;
}
.box-orange-footer ul li a {
  color: white !important;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  transition: color 0.3s ease;
  display: inline-block;
  position: relative;
}
.box-orange-footer ul li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  transition: width 0.4s ease;
}
.box-orange-footer ul li a:hover::after {
  width: 100%;
}

@media (min-width: 1025px) {
  .moved-image {
    transform: translate(-144px, -93px);
  }
}
.productes-ecologics-shortcode, .productes-destacats-shortcode {
  overflow: hidden !important;
}
.producte-card .producte-tipus {
  display: none !important;
}

/* Estilo para la sección de grandes compras */
#grans-compres {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
  z-index: 9;
}

.overflowimg img {
  overflow: hidden !important;
}

/*# sourceMappingURL=style.css.map */

.cataleg {
  top: -120px;
  z-index: 9;
  left: -70px;
}


.cataleg a.elementor-button {
  background-color: #fff !important;
  color: #000 !important;
  padding: 15px 30px !important;
  border-radius: 10px !important;
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  border: 2px solid #000 !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  position: relative !important;
  overflow: hidden !important;
  display: inline-block !important;
}
.cataleg a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}
.cataleg a.elementor-button span {
  position: relative;
  z-index: 1;
  transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #000 !important;
}
.cataleg a.elementor-button:hover {
  color: #fff !important;
  border-color: #000 !important;
  transform: scale(1.05);
}
.cataleg a.elementor-button:hover::before {
  transform: scaleX(1);
}
.cataleg a.elementor-button:hover span {
  color: #fff !important;
}
.cataleg a.elementor-button:active {
  transform: scale(0.98);
}