.image-with-info {
  padding: 100px 0 0 0;
  position: relative;
}
.image-with-info::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .image-with-info {
    padding: 40px 20px 0 20px;
  }
}
.image-with-info__wrapper {
  display: grid;
  grid-template-columns: var(--image-container-template) var(
      --content-container-template
    );
  gap: 75px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .image-with-info__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.image-with-info__wrapper.image-right {
  direction: rtl;
}
.image-with-info__wrapper.image-right .image-with-info__content {
  direction: ltr;
}
@media screen and (max-width: 768px) {
  .image-with-info__wrapper.image-right {
    direction: ltr;
  }
}
.image-with-info__image {
  width: 100%;
}
.image-with-info__image img {
  width: 100%;
  height: 100%;
  max-width: 622px;
  max-height: 482px;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 400px;
}
@media (max-width: 768px) {
  .image-with-info__image img {
    border-radius: 24px;
    aspect-ratio: 1/1;
  }
}
.image-with-info__content {
  max-width: 550px;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .image-with-info__content {
    max-width: 100%;
    text-align: center;
  }
}
.image-with-info__title {
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  font-family: Augustus-Black, sans-serif;
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .image-with-info__title {
    font-size: 5vw !important;
        line-height: 6.4vw !important;
        margin-bottom: 10px;
  }
}
.image-with-info__text {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  font-family: Brown-Bold, sans-serif;
  margin: 0;
  margin-bottom: 45px;
  color: #fff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.1803921569);
}
.image-with-info__text p {
  margin: 0;
}
.image-with-info__text strong {
  font-weight: 700;
  color: #ea9c4d;
}
@media (max-width: 768px) {
  .image-with-info__text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    text-shadow: none;
  }
}
.image-with-info .image-with-info__button {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 20px 30px;
  border-radius: 100px;
  background: #ea9c4d;
  color: #71140d;
  text-decoration: none;
  font-weight: 700;
  transition: opacity 0.3s;
  border-radius: 100px;
  border: 2.5px solid #fff;
  text-align: center;
  justify-content: center;
  font-size: 28px;
  line-height: 27.44px;
  gap: 40px;
  font-family: Brown-Bold, sans-serif;
}
.image-with-info .image-with-info__button:before {
  display: none !important;
}
.image-with-info .image-with-info__button:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .image-with-info .image-with-info__button {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 20px;
    max-width: 220px;
    margin-top: 22px;
  }
  .image-with-info .image-with-info__button svg {
    width: 16px;
    height: 16px;
  }
}
.image-with-info__container {
  padding: 100px 64px;
  border-radius: 32px;
  background: rgba(136, 101, 144, 0.98);
  position: relative;
  max-width: 1320px;
  z-index: 105;
  border: 2.5px solid transparent;
  background-clip: padding-box;
  isolation: isolate;
}
@media (max-width: 768px) {
  .image-with-info__container {
    padding: 27px 27px;
  }
}
.image-with-info__container::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  padding: 2.5px;
  background: linear-gradient(
    106.8deg,
    rgba(255, 255, 255, 0.8) 9.19%,
    rgba(255, 255, 255, 0) 51.44%,
    rgba(255, 255, 255, 0.8) 91.1%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .image-with-info__container::before {
    border-radius: 24px;
    padding: 2px;
  }
}
.image-with-info__container::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 32px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 22px 60px -3px rgba(11, 7, 1, 0.22);
  z-index: -1;
  pointer-events: none;
}
.image-with-info-section {
  position: relative;
  z-index: 105;
  overflow: hidden;
}
.show-background {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 170px;
  width: 100%;
  left: 0;
  opacity: 1;
  z-index: -1;
  background-image: url(/cdn/shop/files/img-bg-img-info.png?v=1742845969);
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 1024px) {
  .show-background {
    background-size: cover;
  }
}
@media screen and (min-width: 1024px) {
  .has-background {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .has-background .image-with-info__container::after {
    box-shadow: none;
  }
}
