@media only screen and (max-width: 767.98px) {
  .fixed-cta-products {
    overflow: hidden;
  }
}
.fixed-cta-products .fixed-cta-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.fixed-cta-products .fixed-cta-wrapper > .swiper {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .fixed-cta-products .fixed-cta-wrapper > .swiper {
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta-wrapper > .swiper {
    width: 50%;
    overflow-y: scroll;
  }
  .fixed-cta-products .fixed-cta-wrapper > .swiper::-webkit-scrollbar {
    margin-left: 10px;
    width: 1px;
    background: transparent;
  }
  .fixed-cta-products .fixed-cta-wrapper > .swiper::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .fixed-cta-products .fixed-cta-wrapper > .swiper::-webkit-scrollbar-thumb {
    background-color: var(--text-primary-color);
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta-wrapper > .swiper > .swiper-wrapper {
    display: grid;
    grid-template-columns: 2fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: auto;
  }
  .fixed-cta-products .fixed-cta-wrapper > .swiper > .swiper-wrapper > .swiper-slide {
    width: 100% !important;
    margin: 0 auto !important;
  }
}
.fixed-cta-products .fixed-cta {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta {
    width: 50%;
  }
}
.fixed-cta-products .fixed-cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fixed-cta-products .fixed-cta .text-container-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 20px;
  box-sizing: border-box;
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper {
    padding: 30px;
  }
}
@media only screen and (min-width: 1400px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper {
    padding: 50px;
  }
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container {
    gap: 6px;
  }
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container.align-left {
  text-align: left;
  align-items: flex-start;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container.align-center {
  text-align: center;
  align-items: center;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container.align-right {
  text-align: right;
  align-items: flex-end;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container .subtitle {
  font-size: 20px;
  line-height: 18x;
  color: white;
}
@media only screen and (min-width: 768px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container .subtitle {
    line-height: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container .subtitle {
    line-height: 24px;
  }
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container .title {
  text-transform: uppercase;
  margin: 0;
  color: white;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container .text {
  font-size: 18px;
  line-height: 18x;
  color: white;
}
@media only screen and (min-width: 768px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container .text {
    line-height: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container .text {
    line-height: 24px;
  }
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container p {
  margin-top: 0;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container p:last-child {
  margin-bottom: 0;
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container .link-text {
  font-size: 14px;
  line-height: 22px;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .fixed-cta-products .fixed-cta .text-container-wrapper .text-container .link-text {
    font-size: 16px;
    line-height: 23px;
  }
}
.fixed-cta-products .fixed-cta .text-container-wrapper .text-container .link-text:hover {
  text-decoration: none;
}
.fixed-cta-products .fixed-cta img, .fixed-cta-products .fixed-cta video {
  transition: transform 0.35s ease;
}
.fixed-cta-products .fixed-cta picture, .fixed-cta-products .fixed-cta img, .fixed-cta-products .fixed-cta svg, .fixed-cta-products .fixed-cta video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
