/*!
 * smartbanner.js v1.28.1 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2026 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
:root {
  --factro-smartbanner-height: 0px;
  --factro-smartbanner-top-offset: 0px;
}

body.admin-bar {
  --factro-smartbanner-top-offset: 46px;
}

@media screen and (min-width: 783px) {
  body.admin-bar {
    --factro-smartbanner-top-offset: 32px;
  }
}

.smartbanner {
  position: sticky;
  top: var(--factro-smartbanner-top-offset);
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  z-index: 10001;
}
.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: #716F6F;
  content: " ";
}
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px;
}
.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000;
  line-height: 1.4 !important;
}
.smartbanner__info__title {
  font-size: 14px;
  line-height: 1.4 !important;
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;
  line-height: 1.4 !important;
}
.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
.smartbanner {
  /** Android styles **/
}
.smartbanner.smartbanner--android {
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #e7e8f3;
  box-shadow: 0 8px 24px rgba(44, 62, 80, 0.08);
}
.smartbanner.smartbanner--android .smartbanner__exit {
  top: calc(50% - 8px);
  left: 12px;
  width: 16px;
  height: 16px;
  margin-right: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #8f909c;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
  text-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 2px;
  left: 7px;
  width: 1.5px;
  height: 14px;
  background: #8f909c;
}
.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #666977;
}
.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: #fff;
  box-shadow: 0 8px 18px rgba(76, 72, 202, 0.12);
}
.smartbanner.smartbanner--android .smartbanner__info {
  color: #4b5563;
  text-shadow: none;
}
.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #1f2937;
  font-weight: 600;
}
.smartbanner.smartbanner--android .smartbanner__info__author, .smartbanner.smartbanner--android .smartbanner__info__price {
  color: #4b5563;
}
.smartbanner.smartbanner--android .smartbanner__button {
  top: 26px;
  right: 14px;
  display: flex;
  min-width: 0;
  padding: 4px 6px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  color: #4c48ca;
  font-size: 17px;
  font-weight: 500;
}
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: transparent;
  color: #3f3ab0;
}
.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
  line-height: 1.2;
  text-align: center;
  text-shadow: none;
  text-transform: none;
}
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: transparent;
}

body.factro-smartbanner-visible.et_fixed_nav #main-header.et-fixed-header,
body.factro-smartbanner-visible .et_fixed_nav #main-header.et-fixed-header {
  top: calc(var(--factro-smartbanner-top-offset) + var(--factro-smartbanner-height));
}

/*# sourceMappingURL=smartbanner.css.map */
