.smartbanner {
  overflow-x: hidden;
  width: 100%;
  font-family: Helvetica, sans, sans-serif;
  position: fixed;
  bottom: 0;
  top: auto;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0 5px #d8d4d1;
  -moz-box-shadow: 0 0 5px #d8d4d1;
  box-shadow: 0 0 5px #d8d4d1;
  z-index: 16000002 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px;
}

.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: " ";
}

.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.smartbanner__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.smartbanner__info__title {
}

.smartbanner__info__author,
.smartbanner__info__price {
  font-size: 12px;
  line-height: 1.4;
  text-wrap: balance;
}

.smartbanner__button__label {
  text-align: center;
}

.first-row {
  display: flex;
  flex-direction: "row";
  gap: 16px;
}

.buttons-row {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.smartbanner__button {
  font-family: "Messina Sans";
  z-index: 1;
  display: block;
  min-width: 10%;
  border-radius: 8px;
  font-size: 10px;
  text-align: center;
  text-decoration: none;

  background: #db4b39;
  color: #fff;
  border: 1px solid #db4b39;
  line-height: 35px;
  height: 35px;
  font-size: 10px;
  font-weight: bold;
  padding: 0 8px;
}

.smartbanner__button:focus {
  text-decoration: none;
  color: #fff;
}

.smartbanner__icon {
  min-width: 58px;
  min-height: 58px;
  max-width: 58px;
  max-height: 58px;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 13px;
}

.smartbanner__info__title {
  font-family: "Messina Sans" !important;
  font-size: 15px !important;
  font-weight: bold;
}

.smartbanner__info__author {
  font-family: "Messina Sans" !important;
}

.smartbanner__exit {
  top: 15px !important;
  right: 15px !important;
  left: auto !important;
  font-size: 20px !important;
}

.smartbanner__exit::before,
.smartbanner__exit::after {
  height: 20px !important;
  z-index: 99999;
}
