/*!
 * smartbanner.js v1.24.1 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2024 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
    position: absolute;
    top: -84px;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #000000;
    font-family: Helvetica, sans, sans-serif;
    /** Android styles **/
}
.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: #8c8c8e;
    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: #8c8c8e;
}
.smartbanner__info__title {
    font-size: 14px;
    color: #fafafa;
}
.smartbanner__info__author, .smartbanner__info__price {
    font-size: 12px;
}
.smartbanner__button {
    position: absolute;
    top: 32px;
    right: 20px;
    z-index: 1;
    display: block;
    padding: 0 12px 3px;
    min-width: 10%;
    border-radius: 13px;
    background: #0a84ff;
    color: #fff;
    font-size: 1.3rem;
    font-family: degular, "Helvetica Neue", sans-serif;
    text-align: center;
    text-decoration: none;
}
.smartbanner__button:hover,
.smartbanner__button:active {
    color: #fff;
}
.smartbanner__button__label {
    text-align: center;
}
.smartbanner.smartbanner--android {

}
.smartbanner.smartbanner--android .smartbanner__exit {

}
.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {

}
.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {

}
.smartbanner.smartbanner--android .smartbanner__icon {

}
.smartbanner.smartbanner--android .smartbanner__info {

}
.smartbanner.smartbanner--android .smartbanner__info__title {

}
.smartbanner.smartbanner--android .smartbanner__button {
    background: #8c3aab;
}
.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {

}
.smartbanner.smartbanner--android .smartbanner__button__label {

}
.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {

}
