/*!
 * smartbanner.js v1.30.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2026 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: fixed;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: auto;
  z-index: 9999;
  padding: 20px 24px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #ffffff;
  -webkit-box-shadow: 0px -4px 24px 0px #0000001A;
          box-shadow: 0px -4px 24px 0px #0000001A;
}
.smartbanner__exit {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
  margin: 0;
  width: 28px;
  height: 28px;
  border: 0;
  text-align: center;
  background: #F3F4F6;
  border-radius: 50%;
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  top: 8px;
  left: 13px;
  width: 1.5px;
  height: 12px;
  background: #6A7282;
  content: " ";
}
.smartbanner__exit::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.smartbanner__exit::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.smartbanner__icon {
  width: 100%;
  height: 27px;
  margin-top: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.smartbanner__icon::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 36px;
  height: 4px;
  background: #D1D5DC;
}
.smartbanner__info {
  padding: 0 8px;
}
.smartbanner__info__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}
.smartbanner__info__author, .smartbanner__info__price {
  padding-top: 8px;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #605880;
}
.smartbanner__info__price:empty {
  display: none;
}
.smartbanner__button {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px;
  border-radius: 40px;
  background: #6059FF;
  color: #ffffff;
  text-align: center;
}
.smartbanner__exit:active, .smartbanner__exit:hover {
  background: #F7F7FF;
}
.smartbanner__button:active, .smartbanner__button:hover {
  background: #4039CC;
}
/*# sourceMappingURL=smartbanner.css.map */