.PDP-total-eye {
  max-width: 1170px;
  margin: 0 auto;
  height: 465px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}

.PDP-total-eye__visual {
  width: 1600px;
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
}

.PDP-total-eye__visual img {
  width: 100%;
  display: block;
}

.PDP-total-eye__content {
  margin: 30px;
  position: relative;
  z-index: 2;
  background-color: #f9f8f7;
  flex-basis: 100%;
  max-width: 406px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.PDP-total-eye__title {
  margin: 0;
  font-size: 40px;
  color: #000;
  font-family: ClarinsRegular, Clarins;
  font-weight: normal;
  line-height: 1em;
  max-width: 240px;
}

.PDP-total-eye__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.4em;
  padding-top: 10px;
  padding-bottom: 30px;
}

.PDP-total-eye__links::before {
  content: " ";
  background-color: #f2f2f2;
  height: 2px;
  width: 170px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.PDP-total-eye__links {
  display: flex;
  justify-self: flex-start;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.PDP-total-eye__links li {
  margin: 0;
  padding: 0;
  position: relative;
}

.PDP-total-eye__links a {
  font-size: 11px;
  text-decoration: underline;
  color: #333;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0;
  font-family: "Gotham SSm Medium B", "Gotham SSm Medium A", Helvetica, Arial,
    sans-serif;
  line-height: 12px;
  padding: 5px;
  outline: 0 !important;
  position: relative;
}

.PDP-total-eye__links a:hover {
  color: #b40024;
}

.PDP-total-eye__links a::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px !important;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.PDP-total-eye__links a:focus::after {
  opacity: 1;
}

.PDP-total-eye__links a:active::after {
  opacity: 1;
}

/*------------------------------------------------*/
@media (max-width: 1023px) and (min-width: 762px) {
  .PDP-total-eye {
    height: auto;
    padding-top: 465px;
    background-color: #f9f8f7;
    justify-content: center;
  }

  .PDP-total-eye__visual {
    width: 1600px;
    left: calc(50% - 530px);
  }
}

/*------------------------------------------------*/
@media (max-width: 761px) {
  .PDP-total-eye {
    height: auto;
    background-color: #f9f8f7;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .PDP-total-eye__visual {
    width: 100%;
    left: auto;
    display: block;
    position: relative;
  }
}