
.home-merch {
  width: 100%;
  overflow-x: hidden;
}

/*HERO*/
.home-merch .hero-section {
  position: relative;
  font-family: Montserrat;
  width: 100%;
  overflow: visible;
  box-sizing: border-box;
  min-height: 520px;
}

.home-merch .hero-section .hero-slide {
  position: relative;
}

.home-merch .hero-section .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
  content-visibility: auto;
}

.home-merch .hero-section .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.home-merch .hero-section .hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(0, 0, 0, 0.45) 70%,
    rgba(0, 0, 0, 0.55) 100%
  );
  z-index: 1;
}

.home-merch .hero-section .hero-content,
.home-merch .hero-section .hero-arrow {
  position: relative;
  z-index: 1;
}

.home-merch .hero-section .hero-content {
  z-index: 2;
}

.home-merch .hero-section .hero-arrow {
  z-index: 5;
}

.home-merch .hero-slides,
.home-merch .hero-section .hero-slide,
.home-merch .hero-section .hero-bg,
.home-merch .hero-section .hero-slide::before,
.home-merch .hero-section .hero-slide::after {
  pointer-events: none;
}

.home-merch .hero-section .hero-content {
  text-align: center;
  padding: 0 24px;
  margin-top: 0;
  padding-top: 210px;
}

.home-merch .hero-section .hero-title {
  margin: 0 0 22px;
  color: #fff;
  padding-bottom: 60px;
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 46px;
  text-transform: uppercase;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.35);
}

.home-merch .hero-section .hero-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  color: #111;
  display: grid;
  place-items: center;
  pointer-events: auto !important;
  z-index: 10;
}

.home-merch .hero-section .hero-arrow svg {
  width: 26px;
  height: 26px;
}

.home-merch .hero-section .hero-arrow-left {
  left: -76px;
}

.home-merch .hero-section .hero-arrow-right {
  right: -76px;
}

.home-merch .hero-section .hero-arrow:hover {
  background: rgba(255, 255, 255, 0.78);
}

.home-merch .hero-section .hero-arrow-icon {
  position: relative;
  display: inline-flex;
}

.home-merch .hero-section .hero-arrow-left .hero-arrow-icon {
  left: 20px;
}

.home-merch .hero-section .hero-arrow-right .hero-arrow-icon {
  right: 20px;
}


.home-merch .hero-slides {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.home-merch .hero-section .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.home-merch .hero-section .hero-slide.is-active {
  opacity: 1;
}

.home-merch .hero-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  pointer-events: auto;
}

.home-merch .hero-pagination-dot:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: scale(1.1);
}

.home-merch .hero-pagination-dot.is-active {
  background: rgba(255,255,255,.85) !important;
}

.home-merch .hero-pagination-dot {
  width: 12px !important;
  height: 12px !important;
  min-width: 12px !important;
  min-height: 12px !important;
  padding: 0 !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,.45) !important;
  border: 0;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

/* Fibosearch */
.home-merch .hero-search form.dgwt-wcas-search-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
.home-merch .hero-section .hero-search {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-merch .hero-search form.dgwt-wcas-search-form,
.home-merch .hero-search .dgwt-wcas-search-wrapp {
  width: 100% !important;
  max-width: 1270px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-merch .hero-search .dgwt-wcas-sf-wrapp {
  width: 100% !important;
  max-width: 1270px !important;
  height: 52px !important;
  margin: 0 auto !important;
}

.home-merch .hero-search .dgwt-wcas-sf-wrapp {
  height: 52px !important;
  border-radius: 999px !important;
  padding: 0 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: rgba(255, 255, 255, 0.72) !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(6px) !important;
}

.home-merch .hero-search .dgwt-wcas-search-input {
  height: 52px !important;
  font-size: 18px !important;
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  color: #2b2b2b !important;
  font-family: "Montserrat", sans-serif !important;
}

.home-merch .hero-search .dgwt-wcas-search-input::placeholder {
  color: #3a3a3a !important;
  opacity: 0.9 !important;
}

.home-merch .hero-search .dgwt-wcas-sf-wrapp {
  position: relative !important;
}

.home-merch .hero-search .dgwt-wcas-search-submit {
  position: absolute !important;
  left: 18px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 0 !important;
}

.home-merch .hero-search .dgwt-wcas-search-input {
  padding-left: 36px !important;
}

.home-merch .hero-search .dgwt-wcas-search-submit svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
}

.home-merch .hero-search .dgwt-wcas-search-submit svg path {
  fill: #7ac943 !important;
}

@media (max-width: 767px) {
  .home-merch .hero-section .hero-search {
    display: block;
    margin-top: 20px;
  }

  .home-merch .hero-section .hero-arrow {
    display: none !important;
  }

  .home-merch .hero-section .hero-content {
    padding-top: 150px;
  }

  .home-merch .hero-section .hero-title {
    padding-bottom: 0;
    margin: 0;
    font-size: 36px;
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(26px, 8vw, 34px);
    line-height: 1.08;
    word-break: normal;
    overflow-wrap: normal;
    text-wrap: balance;
  }

  .home-merch .hero-section {
    min-height: 360px !important;
  }

  .home-merch .hero-section .hero-slide {
    min-height: 360px !important;
  }

  .home-merch .hero-pagination {
    bottom: 12px;
  }

  .home-merch .hero-pagination-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }

  .home-merch .hero-pagination-dot.is-active {
    background: #7ac943;
  }
}

/* BENEFITS */
/* BENEFITS */
.home-merch .benefits-track {
  width: 100%;
  background: #ffffff;
  padding: 32px 80px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.home-merch .benefit-card {
  font-family: "Montserrat", sans-serif;
  background: #f4f4f4;
  border-radius: 16px;
padding: 19px 38px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: flex-start; 
  height: 100%; 
}

.home-merch .benefit-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.home-merch .benefit-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 21px; 
  border: 2px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.home-merch .benefit-title {
  font-weight: 700;
  font-size: 23px; 
  margin: 0 0 12px;
  line-height: 1.1;
  color: #111;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-merch .benefit-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
  margin: 0 auto;
  max-width: 250px;
}
/* MOBILE */
@media (max-width: 767px) {
   .home-merch .benefits-section {
    display: block;
    padding: 32px 30px;
    background: #fff;
  }

  .home-merch .benefits-track {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding: 0 37px 18px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-merch .benefits-track::-webkit-scrollbar {
    display: none;
  }

  .home-merch .benefit-card {
    flex: 0 0 302.5px;
    width: 302.5px;
    scroll-snap-align: center;
  }

  .home-merch .benefits-dots {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-top: 3px;
  }

  .home-merch .benefits-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #9ba1a8;
  }

  .home-merch .benefits-dot.active {
    background: #4b5968;
  }
}
/*PACKS*/
.home-merch .packs-section {
  font-family: "Montserrat", sans-serif;
  background-image: var(--packs-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  padding-top: 46px;
  padding-bottom: 46px;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body.home-merch,
.home-merch {
  overflow-x: hidden !important;
}

.home-merch .packs-inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: minmax(520px, 680px) 1fr;
  gap: 26px;
  align-items: stretch;
}
.home-merch .packs-inner {
  position: relative;
}

.home-merch .packs-left {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 46px 0px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 14px;
  background-image: none;
}

.home-merch .packs-left::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

.home-merch .packs-left > * {
  position: relative;
  z-index: 1;
}

.home-merch .packs-left h2 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-merch .packs-left p {
  margin: 0 0 10px;
  font-size: 29px;
  font-weight: 400;
  opacity: 0.95;
}

.home-merch .packs-left h2,
.home-merch .packs-left p {
  white-space: nowrap;
}

.home-merch .packs-btn {
  margin-top: 10px;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #7bc043;
  color: #fff;
  padding: 14px 22px 14px 16px;
  border-radius: 1000px;
  text-decoration: none!important; 
  font-weight: 600;
  font-size: 22px;
  
}

.home-merch .packs-btn:hover {
  color: #fff;
}

.home-merch .packs-btn-icon {
  width: 47px;
  height: 47px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.home-merch .packs-btn-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.home-merch .packs-arrows-container {
  position: absolute;
  top: 50%;
  left: calc(40px + min(680px, 36vw) + 110px);
  right: 10px;
  transform: translateY(-50%);
  height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 20;
  margin-right: 0;
}

.home-merch .packs-arrow {
  pointer-events: auto;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 0;
  background: #e5e5e5;
  cursor: pointer;
  color: #111;
  margin-top: 0;

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

  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  padding: 0 0 6px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.home-merch .packs-arrow:hover {
  background: #dcdcdc;
}

.home-merch .packs-prev,
.home-merch .packs-next {
  position: static !important;
  left: auto !important;
  right: auto !important;
}

.home-merch .packs-right {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.home-merch .packs-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.home-merch .packs-track::-webkit-scrollbar {
  display: none;
}

.home-merch .pack-card {
  flex: 0 0 360px;
  height: 540px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: center;
  border: 2px solid rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 22px;
  text-align: left;
  text-decoration: none !important;
  box-sizing: border-box;
  color: #222;
}

.home-merch .pack-card img {
  order: 1;
  width: 100%;
  height: 340px;
  min-height: 340px;
  max-height: 340px;
  object-fit: contain;
  border-radius: 12px;
  background: #fff;
  flex: 0 0 340px;
  display: block;
}

.home-merch .pack-card > div:not(.pack-price) {
  order: 2;
  margin: 14px 0 10px;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #222;
  line-height: 1.25;
}

.home-merch .pack-price {
  order: 3;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.home-merch .pack-price .price-main {
  font-size: 28px;
  font-weight: 800;
  color: #111;
  line-height: 1;
}

.home-merch .pack-price .price-unit {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 700;
}

.home-merch .pack-price .price-min {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 600;
  flex-basis: 100%;
  margin-top: 4px;
}

.home-merch .pack-card-green {
  background: #8cd21a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
  border: 2px solid transparent;
  height: 540px;
  color: #143000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}

.home-merch .pack-green-inner {
  width: min(360px, 86%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0;
}

.home-merch .pack-card-green .pack-green-title {
  margin: 0 0 14px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.6px;
  color: #1e1e1e;
}

.home-merch .pack-card-green p {
  margin: 0 0 20px;
  font-weight: 400;
  letter-spacing: 0.6px;
  opacity: 0.85;
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 18px;
}

.home-merch .pack-green-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  border-radius: 999px;
  background: #fff;
  color: #8cd21a;
  text-decoration: none!important;
  font-weight: 600;
  font-size: 22px;
  border: 2px solid rgba(0, 0, 0, 0.10);
}

.home-merch .pack-green-btn:hover {
  background: #000;
  color: #fff;
}

.home-merch .pack-green-plus {
  font-size: 25px;
  display: grid;
  place-items: center;
  color: #6aa800;
  font-weight: 500;
}

.home-merch .pack-green-plus:hover {
  color: #fff;
}

.home-merch .pack-card,
.home-merch .pack-card-green {
  box-sizing: border-box;
}

.home-merch .pack-card-green {
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  .home-merch .packs-inner {
    grid-template-columns: 1fr;
    margin-top: -60px;
  }

  .home-merch .packs-left h2,
  .home-merch .packs-left p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    text-align: center;
  }

  .home-merch .packs-left h2 {
    font-size: 26px;
    font-weight: 700;
  }

  .home-merch .packs-left p {
    font-size: 14px;
    font-weight: 600;
  }

  .home-merch .packs-left .packs-btn {
    align-self: center;
  }

.home-merch .pack-card {
  flex-basis: 78vw;
  height: 520px;
}

.home-merch .pack-card img {
  height: 300px;
  min-height: 300px;
  max-height: 300px;
  flex-basis: 300px;
}

  .home-merch .packs-track {
    padding-left: 66px;
    padding-right: 66px;
  }

  .home-merch .packs-arrow {
    width: 56px;
    height: 56px;
    font-size: 28px;
  }

  .home-merch .packs-arrow {
    display: none !important;
  }

  .home-merch .packs-left {
    min-height: 300px;
    padding: 28px 0 22px;
  }

  .home-merch .packs-section {
    background-image: none !important;
  }

  .home-merch .packs-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 320px;
    background-image: url("https://mistyrose-hedgehog-825904.hostingersite.com/wp-content/uploads/2026/05/image-removebg-preview-1.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 0;
  }

  .home-merch .packs-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
      0deg,
      rgba(217, 217, 217, 0.74) 0%,
      rgba(0, 0, 0, 0.74) 100%
    );
    z-index: 0;
  }

  .home-merch .packs-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 5px;
  }

  .home-merch .packs-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    transition: all 0.3s;
  }

  .home-merch .packs-dot.active {
    background: #7ac943;
    transform: scale(1.2);
  }
}
/*CATS*/
.home-merch .cats-section {
  font-family: Montserrat, sans-serif;
  padding: 32px 90px;
  background: #fff;
}

.home-merch .cats-title {
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.8px;
  color: #111111;
  margin-bottom: 24px;
}

.home-merch .cats-accordion {
  --open-flex: 3.2;
  display: flex;
  gap: 18px;
  height: 500px;
  margin: 0 40px;
  align-items: stretch;
}

.home-merch .cats-card {
  position: relative;
  flex: 1 1 0 !important;
  flex-grow: 1 !important;
  min-width: 0 !important;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  filter: grayscale(1);
  transition: flex-grow 0.45s ease, filter 0.35s ease, transform 0.35s ease !important;
  transform: translateZ(0);
}

.home-merch .cats-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.65), transparent 60%);
  z-index: 0;
}

.home-merch .cats-open,
.home-merch .cats-closed,
.home-merch .cats-num {
  position: relative;
  z-index: 2;
}

.home-merch .cats-card.is-open {
  flex-grow: var(--open-flex) !important;
  filter: grayscale(0);
}

.home-merch .cats-accordion:hover .cats-card {
  flex-grow: 1 !important;
  filter: grayscale(1);
}

.home-merch .cats-accordion:hover .cats-card:hover {
  flex-grow: var(--open-flex) !important;
  filter: grayscale(0);
}

.home-merch .cats-num {
  position: absolute;
  top: 18px;
  left: 18px;
  font-weight: 700;
  font-size: 52px;
  color: rgba(255, 255, 255, 0.25);
  display: none;
}

.home-merch .cats-card.is-open .cats-num {
  display: block;
}

.home-merch .cats-accordion:hover .cats-card.is-open .cats-num {
  display: none;
}

.home-merch .cats-accordion:hover .cats-card:hover .cats-num {
  display: block;
}

.home-merch .cats-closed {
  position: absolute;
  inset: 0;
  opacity: 1;
  transition: opacity 0.2s ease;
  padding-bottom: 12px;
}

.home-merch .cats-open {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 28px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  padding-bottom: 12px;
}

.home-merch .cats-card.is-open .cats-closed { opacity: 0; }
.home-merch .cats-card.is-open .cats-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-merch .cats-accordion:hover .cats-card.is-open .cats-closed { opacity: 1; }
.home-merch .cats-accordion:hover .cats-card.is-open .cats-open {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.home-merch .cats-accordion:hover .cats-card:hover .cats-closed { opacity: 0; }
.home-merch .cats-accordion:hover .cats-card:hover .cats-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.home-merch .cats-open-title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-size: 26px;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

.home-merch .cats-open-btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none!important;
  gap: 10px;
  padding: 12px 19px;
  border-radius: 35px;
  background: #7bc443;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.4px;
}

.home-merch .cats-plus {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  font-weight: 600;
}

.home-merch .cats-plus-float {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  font-weight: 600;
  color: #fff;
  border-radius: 999px;
  background: rgba(160,160,160,0.35);
  border: 1px solid rgba(255,255,255,0.35);
}

.home-merch .cats-vertical {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 0 10px 18px rgba(0, 0, 0, 0.35);
}

@media (max-width: 767px) {
  .home-merch .cats-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .home-merch .cats-accordion {
    height: 800px;
    flex-direction: column;
    margin: 0;
  }
  .home-merch .cats-title {
    font-size: 23px;
    font-weight: 700;
    letter-spacing: -0.625px;
    margin-bottom: 1px;
    line-height: 1.2;
    padding: 0px 40px 15px;
  }

  .home-merch .cats-closed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 18px;
  }

  .home-merch .cats-vertical {
    position: static;
    writing-mode: horizontal-tb;
    transform: none;
    white-space: normal;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    min-width: 0;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .home-merch .cats-plus-float {
    position: static;
    transform: none;
    width: 34px;
    height: 34px;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
  }
  /* Forzamos que la tarjeta abierta reaccione a los clics e ignore el bloqueo del hover */
  /* Forzamos que los elementos internos de la tarjeta abierta acepten interacciones táctiles */
  .home-merch .cats-card.is-open .cats-open,
  .home-merch .cats-card.is-open .cats-open-btn {
    pointer-events: auto !important;
  }

  /* Evita que el signo '+' o el texto confundan al navegador al hacer clic */
  .home-merch .cats-open-btn * {
    pointer-events: none;
  }
}

/*CTA*/
.home-merch .cta-wa {
  font-family: Montserrat, sans-serif;
  padding: 49px 80px;
  background-color: #111111;
}

.home-merch .cta-wa-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.home-merch .cta-wa-text .cta-wa-title {
  margin: 0 0 8px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.2px;
}

.home-merch .cta-wa-text p {
  margin: 0;
  color: #7bc043;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.home-merch .cta-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 58px;
  padding: 14px 48px;
  border-radius: 999px;
  text-decoration: none!important;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.6px;
  background-color: #7bc043;
  white-space: nowrap;
}

.home-merch .cta-wa-btn:hover {
  filter: brightness(1.04);
}

@media (max-width: 767px) {
  .home-merch .cta-wa { padding: 32px 10px; }
  .home-merch .cta-wa-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .home-merch .cta-wa-btn { align-self: stretch; justify-content: center; font-size: 20px; }
  .home-merch .cta-wa-text .cta-wa-title { font-size: 23px; text-transform: uppercase; }
  .home-merch .cta-wa-text p { font-size: 14px; }
  .home-merch .cta-wa-text .cta-wa-title,
  .home-merch .cta-wa-text p { text-align: center; }
}

/* FEATURED */
.home-merch .featured-section {
  font-family: Montserrat, sans-serif;
  padding: 30px 100px 44px;
  background-image: url("https://mistyrose-hedgehog-825904.hostingersite.com/wp-content/uploads/2026/05/Frame-2087327126-2.webp");
  position: relative;
}

.home-merch .featured-title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #111;
  font-size: 32px;
}

.home-merch .featured-wrap {
  position: relative;
}

.home-merch .featured-track {
  display: flex;
  gap: 26px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 8px 0px 18px;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

.home-merch .featured-track:active { cursor: grabbing; }
.home-merch .featured-track::-webkit-scrollbar { display: none; }

.home-merch .featured-card {
  flex: 0 0 420px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: center;
  border: 2px solid rgba(0,0,0,0.06);
  display: flex;
  text-decoration: none!important;
  flex-direction: column;
  height: 540px;
}

.home-merch .featured-media {
  flex: 1 1 auto;
  display: grid;
  place-items: center;
  padding: 0px 26px 8px;
}

.home-merch .featured-media img {
  max-width: 92%;
  max-height: 320px;
  object-fit: contain;
}

.home-merch .featured-bottom { padding: 10px 22px 18px; }

.home-merch .featured-dots {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 2px 0 12px;
}

.home-merch .featured-dots span {
  width: 10px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.22);
}

.home-merch .featured-dots span.is-on {
  background: rgba(0,0,0,0.55);
}

.home-merch .featured-name {
  font-size: 18px;
  letter-spacing: 0.6px;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.home-merch .featured-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px;
}

.home-merch .featured-price-main {
  font-size: 28px;
  font-weight: 900;
  color: #111;
  line-height: 1;
}

.home-merch .featured-price-unit {
  font-size: 14px;
  color: #9a9a9a;
  font-weight: 600;
}

.home-merch .featured-price-min {
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 600;
  flex-basis: 100%;
  margin-top: 2px;
}


.home-merch .featured-section .featured-arrow  {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 146px;
  height: 135px;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  background: #fff;
  color: #111;
  display: grid;
  place-items: center;
  pointer-events: auto !important;
  z-index: 10;
}

.home-merch .featured-section .featured-arrow svg {
  width: 26px;
  height: 26px;
}

.home-merch .featured-section .featured-prev {
    left: -170px;
  padding-left: 60px;
    
}

.home-merch .featured-section .featured-next {
right: -170px;
  padding-right: 60px;
    
}


.home-merch .featured-section .featured-arrow-icon {
  position: relative;
  display: inline-flex;
}



.home-merch .featured-card-green {
  background: #8cd21a;
  border: none;
  display: grid;
  place-items: center;
}

.home-merch .featured-green-inner {
  text-align: center;
  padding: 34px 26px;
  color: #143000;
}

.home-merch .featured-green-inner .featured-green-title {
  margin: 0 0 14px;
  font-size: 34px;
  font-weight: 800;
  color: #1e1e1e;
}

.home-merch .featured-green-inner p {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 18px;
  opacity: 0.85;
  color: #1e1e1e;
}

.home-merch .featured-green-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #fff;
  color: #8cd21a;
  text-decoration: none!important;
  font-weight: 600;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.28);
}

.home-merch .featured-green-btn:hover {
  background: #000;
  color: #fff;
}

.home-merch .featured-green-plus {
  display: grid;
  place-items: center;
}

@media (max-width: 767px) {
  .home-merch .featured-title{
      font-size: 23px;
      padding: 0px 40px 0px;
  }
  .home-merch .featured-section { padding-left: 18px; padding-right: 18px; }
  .home-merch .featured-card { flex-basis: 78vw; height: 500px; }
  .home-merch .featured-track { padding-left: 52px; padding-right: 52px; }
  .home-merch .featured-arrow { display: none !important; }

  .home-merch .featured-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
  }

  .home-merch .featured-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    transition: all 0.3s;
  }

  .home-merch .featured-dot.active {
    background: #7ac943;
    transform: scale(1.2);
  }
}
/*CLIENTES*/
.home-merch .projects-section {
  font-family: Montserrat, sans-serif;
  padding: 30px 40px 48px;
  background: #fff;
  box-sizing: border-box;
}

.home-merch .projects-title {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 0.8px;
  color: #111;
  margin-bottom: 28px;
}

.home-merch .project-card {
  position: relative;
  display: block;
  width: min(1120px, 92vw);
  height: 520px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 40px rgba(0,0,0,0.20);
}

.home-merch .project-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-merch .project-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,0.20) 0%,
    rgba(0,0,0,0.35) 45%,
    rgba(0,0,0,0.72) 100%
  );
  z-index: 1;
}

.home-merch .project-content {
  position: absolute;
  left: 22px;
  bottom: 18px;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.home-merch .project-badge {
  display: flex;
  align-items: center;
  padding: 0px 32px;
  border-radius: 999px;
  background: #7bc443;
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2px;
  width: fit-content;
}

.home-merch .project-name {
  color: #fff;
  font-size: 37px;
  font-weight: 400;
  line-height: 28px;
  text-shadow: 0 10px 22px rgba(0,0,0,0.40);
}

.home-merch .project-modal {
  position: fixed;
  inset: 0;
  z-index: 99999999999;
  display: none;
}

.home-merch .project-modal[aria-hidden="false"] { display: block; }

.home-merch .project-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.78);
}

.home-merch .project-modal-panel {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  width: min(1180px, 92vw);
  margin: 7vh auto 0;
}

.home-merch .project-modal-media {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0,0,0,0.55);
}

.home-merch .project-modal-media video {
  width: 100%;
  height: min(70vh, 620px);
  display: block;
  object-fit: contain;
}

.home-merch .project-modal-top {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-merch .project-modal-title {
  color: rgba(255,255,255,0.9);
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-size: 12px;
}

.home-merch .project-modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-bottom: 15px; 
}

@media (max-width: 900px) {
    .home-merch .project-badge{
        font-size: 12px;
        padding: 4px 12px;


    }
    .home-merch .projects-title{
            line-height: 1.2;
            font-size: 23px;
            padding: 0px 40px 0px;

    }
  .home-merch .projects-section { padding-left: 18px; padding-right: 18px; }
  .home-merch .project-card { height: 380px; }
  .home-merch .project-name { font-size: 20px; }
  .home-merch .project-modal-panel { margin-top: 10vh; }
  .home-merch .project-modal-media video { height: min(62vh, 520px); }
}

/* Clients */
.home-merch .clients-section {
  font-family: Montserrat, sans-serif;
  padding: 36px 0 42px;
  background-color: #111;
}

.home-merch .clients-title {
  margin: 0 0 18px;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.8px;
  color: #7bc443;
  text-transform: uppercase;
}

.home-merch .clients-wrap {
  overflow: hidden;
  padding: 12px 0;
}

.home-merch .clients-track {
  display: flex;
  align-items: center;
  gap: 90px;
  padding: 10px 40px;
  width: max-content;
  animation: clients-marquee 32s linear infinite;
  will-change: transform;
}

.home-merch .client-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-merch .client-item img {
  height: 71px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(0.75);
}

@keyframes clients-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 767px) {
  .home-merch .clients-section {
    padding: 32px 10px;
  }

  .home-merch .clients-title {
    font-size: 23px;
    font-weight: 700;
  }

  .home-merch .clients-wrap {
    overflow: hidden;
    padding: 10px 0;
  }

  .home-merch .clients-track {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 10px 20px;
    width: max-content;
    animation: clients-marquee 45s linear infinite;
  }

  .home-merch .client-item img {
    height: 58px;
  }
}

/* TRUSTBAR */
.home-merch .trustbar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  padding: 40px 40px;
  flex-wrap: nowrap;
}

.home-merch .trustbar-img {
  width: 260px;
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .home-merch .trustbar-inner {
    gap: 10px;
    flex-wrap: wrap;
    padding: 10px 10px;
  }

  .home-merch .trustbar-img {
    width: 150px;
  }
}

/* FAQ */
.faq-section {
  font-family: Montserrat;    
  padding: 57px 116px;
  background: rgba(123, 192, 67, 0.82);
  border-radius: 50px 50px 0 0;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 800;
  margin: 0 0 12px;
  color: #111;
}

.faq-item {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  padding: 18px 0;
}

.faq-section .faq-title + .faq-item {
  border-top: 0;
}

.faq-question,
.faq-section .faq-question,
.faq-question-title .faq-question {
  width: 100%;
  background: transparent !important;
  background-color: transparent !important;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
  font-weight: 700;
  font-size: 20px;
  line-height: 37px;
  text-transform: uppercase;
  color: #3B3B3B !important; 
  cursor: pointer;
  text-align: left;
  appearance: none;
  box-shadow: none !important;
  outline: none !important;
  -webkit-appearance: none;
}

.faq-section button:focus,
.faq-section button:active,
.faq-section button:focus-visible,
.faq-section .faq-question:focus,
.faq-section .faq-question:active,
.faq-section .faq-question:hover,
.faq-item.is-open .faq-question,
.faq-question-title:focus-within .faq-question,
.faq-item:focus-within .faq-question {
  outline: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
  color: #3B3B3B !important; 
}

.faq-question-text {
  color: #3B3B3B !important;
}

.faq-section button::-moz-focus-inner,
.faq-question::-moz-focus-inner {
  border: 0 !important;
  padding: 0 !important;
}

.faq-answer {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 32.5px;
  color: #fff !important; 
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.2s ease, transform 0.2s ease;
}

.faq-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.faq-icon svg {
  width: 100%;
  height: 100%;
}

.faq-icon-close {
  display: none;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}

.faq-item.is-open .faq-icon-plus {
  display: none;
}

.faq-item.is-open .faq-icon-close {
  display: grid;
}

.faq-section {
  margin-bottom: 0 !important;
  padding-bottom: 110px !important;
}

@media (max-width: 767px) {
  .faq-section {
    padding: 32px 11px;
  }
  
  .faq-title {
    font-size: 14px;
    margin: 0 0 10px;
  }
  
  .faq-question-title .faq-question {
    gap: 21px;
    font-size: 15px;
    line-height: 24px;
    color: #3B3B3B !important;
  }
  
  .faq-answer {
    font-size: 14px;
    line-height: 22.5px;
    color: #fff !important;
  }
  
  .faq-icon svg {
    width: 100%;
    height: 100%;
    width: 18px;
    height: 18px;
  }
  
  .faq-icon-close {
    display: none;
  }
  
  .faq-item.is-open .faq-answer {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
  }
  
  .faq-item.is-open .faq-icon-plus {
    display: none;
  }
  
  .faq-item.is-open .faq-icon-close {
    display: grid;
  }
}

