.produtos-swiper-mobile-v2 {
  display: none;
}

@media screen and (max-width: 767px) {
  .produtos-swiper-mobile-v2 {
    display: block;
  }

  .tabs-arrow-wrapper {
    display: none !important;
  }
}

.produtos-swiper-mobile-v2 .swiper-slide {
  flex-shrink: 0;
  width: 274px;
  height: 340px;
  position: relative;
  transition-property: transform;
  display: block;
  margin-right: -25px;
}

.produtos-swiper-mobile-v2 .bottom-line {
  height: 22px;
}

.produtos-swiper-mobile-v2 .carousel-arrow {
  width: 28px;
  height: 28px;
}

.mobile-card {
  background-color: var(--color--brand--primary-200);
  background-image: none;
  cursor: pointer;
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 300px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  transition: transform 0.3s ease-in-out, background-image 0.3s ease-in-out;
}

.produtos-swiper-mobile-v2 .swiper-slide-prev .mobile-card,
.produtos-swiper-mobile-v2 .swiper-slide-next .mobile-card {
  background-image: linear-gradient(180deg, #0d5a8f, #003d6b 35%) !important;
  opacity: 0.4;
}

.swiper-slide-active .mobile-card {
  transform: scale(1.15);
}

.swiper-slide-active .mobile-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 1) 100%);
  z-index: 2;
  pointer-events: none;
  -webkit-clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
  clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
}

.swiper-slide-active .mobile-card-info {
  z-index: 3;
}

.mobile-card:hover {
  background-color: #0072c3;
  transform: translateY(-18px) translateX(6px);
  transition: all 0.3s ease-in-out;
}

.mobile-card:hover .mobile-card-text,
.mobile-card.is-expanded .mobile-card-text {
  max-height: 500px;
}

.mobile-card:hover .card-plus,
.mobile-card.is-expanded .card-plus {
  background-color: white;
  color: var(--color--brand--primary-200);
  transform: scale(1.2);
}

.mobile-card:hover .mobile-card-image img {
  opacity: 0.15;
}

.mobile-card:hover .mobile-card-image {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.mobile-card .mobile-card-image:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  z-index: 3;
}

.mobile-card-info {
  z-index: 2;
  margin-left: var(--base-unit--1-5);
  padding: var(--base-unit--2-5);
  grid-column-gap: var(--base-unit--1);
  grid-row-gap: var(--base-unit--1);
  font-size: var(--base-unit--1-5);
  text-align: left;
  flex-flow: column;
  line-height: 100%;
  transition: all 0.2s;
  display: flex;
  position: relative;
  color: var(--color--neutral--white);
}

.mobile-card-info img {
  filter: brightness(0) invert(1);
}

.mobile-card-text {
  flex-flow: column;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
  overflow: hidden;
  display: flex;
}

.mobile-card-image {
  position: absolute;
  inset: 0%;
  z-index: 1;
  overflow: hidden;
}

.mobile-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}

.produtos-swiper-mobile-v2 .mobile-card-info {
  margin-left: unset;
}

.mobile-carousel-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--base-unit--2) 0;
  margin-top: var(--base-unit--2);
}

.slide-counter {
  color: var(--color--neutral--white);
  font-size: var(--base-unit--1);
  font-family: "Schibsted Grotesk Variablefont Wght", Arial, sans-serif;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}

.carousel-arrows {
  display: flex;
  gap: var(--base-unit--1);
}

.carousel-arrow {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--color--neutral--white);
  color: var(--color--neutral--white);
  transition: all 0.3s ease;
}

.carousel-arrow:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.carousel-arrow:active {
  transform: scale(0.95);
}
