@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.bdt-store-preloader-gplay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.bdt-store-preloader-gplay.bdt-store-hide-preloader {
  display: none;
}

.bdt-store-btn__link .bdt-store-loader {
  display: none;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

.bdt-store-btn__link .bdt-store-loader div {
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-color: #fff transparent transparent transparent;
}

.bdt-store-open_animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bdt-store-open_animation__svg {
  width: 100px;
  height: 100px;
}

.bdt-store-open_animation__content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 200px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 600;
}

.bdt-store-open_animation__content:after {
  content: " .";
  animation: 1s steps(5, end) infinite points;
}

@keyframes points {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  40% {
    color: var(--main-color);
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  60% {
    text-shadow: 0.25em 0 0 var(--main-color), 0.5em 0 0 transparent;
  }
  100%, 80% {
    text-shadow: 0.25em 0 0 var(--main-color), 0.5em 0 0 var(--main-color);
  }
}
.bdt-store-btn__link,
.bdt-store-iconCancel img,
.bdt-store-iconClose img,
.bdt-store-menu img,
.bdt-store-title__avatar img,
.bdt-store-top__line_left img,
.bdt-store-zoom img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.bdt-store-btn-container,
.bdt-store-center,
.bdt-store-info_line,
.bdt-store-top {
  position: relative;
}

*,
.bdt-store-loader div,
:after,
:before {
  box-sizing: border-box;
}

.bdt-store-loader,
.bdt-store-loader div {
  transform: translate(-50%, 0);
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: Roboto !important;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  font-weight: 400;
}

body {
  line-height: 1;
  background: 0 0/cover #fff;
  color: #5F6368;
  font-size: 14px;
  font-weight: 400;
  --color-black: #202124;
  letter-spacing: 0.2px;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body,
html {
  width: 100%;
}

.bdt-store-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 17px 0 50px;
}

.bdt-store-top {
  margin: 0 22px 20px;
  padding-bottom: 25px;
  position: relative;
}

.bdt-store-top::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: -22px;
  right: -22px;
  height: 1px;
  background-color: #ddd;
}

.bdt-store-top__line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.bdt-store-top__line_left {
  width: 14px;
  height: 14px;
}

.bdt-store-menu,
.bdt-store-zoom {
  height: 16px;
}

.bdt-store-top__line_right {
  display: flex;
}

.bdt-store-zoom {
  width: 16px;
  margin-right: 34px;
}

.bdt-store-menu {
  box-sizing: border-box;
  padding-left: 15px;
}

.bdt-store-title {
  display: flex;
  padding-left: 10px;
  margin-bottom: 16px;
}

.bdt-store-main_name,
.bdt-store-name_down {
  margin-bottom: 5px;
  font-style: normal;
}

.bdt-store-title__avatar {
  width: 80px;
  min-width: 80px;
  height: 80px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bdt-store-main_name {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 4px;
  color: #202124;
  line-height: 1.5;
}

.bdt-store-name_down {
  color: var(--main-color);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.bdt-store-title__name .bdt-store-name_down:last-child {
  font-weight: 400 !important;
}

.bdt-store-title__name .bdt-store-advertising {
  /*font-weight: unset;*/
  font-size: 12px !important;
  font-weight: 400;
  margin-top: 7px;
}

.bdt-store-title__name .bdt-store-name_down:last-of-type {
  font-size: 12px;
  /*color: #5F6368;*/
}

.bdt-store-info_line {
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  overflow-x: scroll;
}

.bdt-store-infoElement, .bdt-store-info_line {
  align-items: stretch;
  display: flex;
}

.bdt-store-infoElement {
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  max-width: -webkit-max-content;
  max-width: max-content;
  min-width: 33%;
  position: relative;
  width: 100%;
}

.bdt-store-infoElement::after {
  content: "";
  position: absolute;
  top: 20%;
  bottom: 10%;
  right: 0;
  width: 2px;
  background-color: #ddd;
}

.bdt-store-infoElement:last-child::after {
  display: none;
}

.bdt-store-info_line::-webkit-scrollbar {
  display: none;
}

.bdt-store-info_line__left,
.bdt-store-info_line__right {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 30px;
}

.bdt-store-info_line__left {
  margin-left: 0;
}

.bdt-store-info_line__left p:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: #202124;
  margin-bottom: 4px;
}

.bdt-store-center p,
.bdt-store-info_line__left p:nth-child(2),
.bdt-store-info_line__right p:nth-child(2) {
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  margin-top: 1px;
}

.bdt-store-btn__link {
  font-size: 15px;
  font-weight: 600;
}

.bdt-store-description h1 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(32, 33, 36);
}

.bdt-store-info_line__center {
  display: flex;
  align-items: center;
}

.bdt-store-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 120px;
}

.bdt-store-center__icon {
  margin-bottom: 3px;
  width: 20px;
  height: 20px;
}

.bdt-store-center__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bdt-store-description h1 {
  margin-bottom: 20px;
  font-style: normal;
}

.bdt-store-description h1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.bdt-store-description h1 p {
  font-size: 0;
  line-height: 1;
  margin: 0;
}

/*.bdt-store-description p {*/
/*  display: -webkit-box;*/
/*  -webkit-line-clamp: 3;*/
/*  -webkit-box-orient: vertical;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  line-height: 1.5;*/
/*  font-weight: 300;*/
/*  width: 24px;*/
/*  height: 24px;*/
/*  display: flex;*/
/*  justify-content: flex-start;*/
/*  align-items: flex-start;*/
/*}*/
.bdt-store-description .bdt-store-descriptionText {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  font-weight: 300;
  color: rgb(95, 99, 104);
  margin-bottom: 20px;
}

.bdt-store-age_user_app {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  color: #202124;
}

.bdt-store-age_user_app img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.bdt-store-amountInstall {
  color: #202124;
  margin-bottom: 5px;
}

.bdt-store-categories {
  display: flex;
  overflow-x: scroll;
  margin-left: 22px;
  margin-bottom: 20px;
}

.bdt-store-categories::-webkit-scrollbar {
  display: none;
}

.bdt-store-category__content {
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  color: #484848;
}

.bdt-store-category {
  border: 1px solid #484848;
  border-radius: 5px;
  padding: 5px;
  margin-right: 10px;
  cursor: pointer;
}

.bdt-store-btn-container {
  min-height: 37px;
}

.bdt-store-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 39px;
  background: var(--main-color);
  cursor: pointer;
}

.bdt-store-data_security__content p:last-child,
.bdt-store-rating__item:last-child,
.bdt-store-scroll_1 {
  margin-bottom: 0;
}

.bdt-store-dataSecurity_text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bdt-store-btn__link {
  width: 100%;
  height: 100%;
  color: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bdt-store-scroll_1 {
  margin-left: 12px;
}

.bdt-store-scroll__container_1,
.bdt-store-scroll__container_2 {
  display: flex;
  width: 100%;
  height: 195px;
  overflow-y: hidden;
  padding-left: 10px;
  overflow-x: scroll;
}

.bdt-store-scroll__container_1::-webkit-scrollbar {
  display: none;
}

.bdt-store-scroll__container_1:last-child {
  padding-right: 12px;
}

.bdt-store-item_1 {
  margin-right: 10px;
}

.bdt-store-item_1 img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  object-fit: contain;
  border-radius: 10px;
}

.bdt-store-description {
  margin: 0 22px 0;
}

.bdt-store-data_security h1,
.bdt-store-description h1,
.bdt-store-reviews h1 {
  line-height: 18px;
}

.bdt-store-description p {
  font-size: 14px;
  line-height: 15px;
  white-space: pre-wrap;
  line-height: 1.2rem;
  font-style: normal;
}

.bdt-store-description ol {
  margin: 0;
  padding-left: 20px;
}

.bdt-store-description ol li,
.bdt-store-instruction p,
.bdt-store-stars__data {
  font-style: normal;
  line-height: 13px;
}

.bdt-store-comment__content p {
  font-size: 14px;
  line-height: 1.2rem;
}

.bdt-store-data_security h1,
.bdt-store-instruction h1,
.bdt-store-reviews h1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  color: rgb(32, 33, 36);
}

.bdt-store-data_security,
.bdt-store-instruction {
  margin: 0 22px 20px;
}

.bdt-store-instruction h1 {
  line-height: 15px;
}

.bdt-store-scroll_2 {
  margin-left: 12px;
  margin-bottom: 20px;
}

.bdt-store-scroll__container_2::-webkit-scrollbar {
  display: none;
}

.bdt-store-scroll__container_2:last-child {
  padding-right: 5px;
}

.bdt-store-item_2 {
  margin-right: 2px;
}

.bdt-store-item_2 img {
  width: 100px;
  object-fit: cover;
  object-position: center;
  border-radius: 7px;
}

.bdt-store-data_security__content {
  padding: 26px;
  border-radius: 8px;
  border: 1px solid rgb(218, 220, 224);
}

.bdt-store-data_security__content p,
.bdt-store-reviews__content {
  font-style: normal;
}

.bdt-store-data_security__content p {
  color: #484848;
  font-size: 14px;
  line-height: 1.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-weight: 300;
}

.bdt-store-data_security p img {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.bdt-store-reviews {
  margin: 0 22px 20px;
}

.bdt-store-reviews__content {
  margin-bottom: 20px;
}

.bdt-store-rating {
  display: flex;
}

.bdt-store-rating__item,
.bdt-store-stars {
  margin-bottom: 6px;
  display: flex;
}

.bdt-store-stars__content {
  font-size: 14px;
}

.bdt-store-container_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.bdt-store-rating__left {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
  min-width: 69px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: rgb(32, 33, 36);
  margin-top: -8px;
}

.bdt-store-container_left .bdt-store-count_review {
  font-size: 12px;
  line-height: 17px;
  font-weight: 300;
  color: rgb(95, 99, 104);
  margin-top: 5px;
}

.bdt-store-container_left .bdt-store-stars-landing {
  margin-top: -3px;
}

.bdt-store-comment__icon,
.bdt-store-item__number {
  font-style: normal;
}

.bdt-store-rating__right {
  width: 80%;
}

.bdt-store-rating__item {
  height: 11px;
}

.bdt-store-item__number {
  margin-right: 15px;
}

.bdt-store-rating_block__chart-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 4px;
}

.bdt-store-rating_block__chart-item span {
  font-size: 12px;
  line-height: 12px;
  color: #636b6f;
  display: inline-block;
  margin-right: 8px;
}

.bdt-store-rating_block__chart-bar {
  position: relative;
  width: 100%;
}

.bdt-store-rating_block__chart-bar .bdt-store-bg {
  width: 100%;
  background: #d9d9d9;
  height: 8px;
  border-radius: 10px;
}

.bdt-store-rating_block__chart-bar .bdt-store-bar {
  width: 75%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 10px;
}

.bdt-store-item__img {
  display: flex;
  width: 100%;
  border-radius: 21px;
  background: 0 0/contain #d9d9d9;
}

.bdt-store-item__img img {
  object-fit: contain;
}

.bdt-store-star__img {
  margin-right: 4px;
  width: 10px;
  height: 10px;
  object-fit: contain;
}

.bdt-store-star-rating {
  display: flex;
}

.bdt-store-btn__no,
.bdt-store-btn__yes,
.bdt-store-comment__title,
.bdt-store-counter {
  font-style: normal;
}

.bdt-store-recommended_apps {
  margin-left: 22px;
}

.bdt-store-recommended_apps_title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-right: 22px;
  margin-bottom: 20px;
  color: #202124;
}

.bdt-store-recommended_scroll__container {
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
}

.bdt-store-recommended_scroll__container::-webkit-scrollbar {
  display: none;
}

.bdt-store-recommended_scroll__container:last-child {
  padding-right: 12px;
}

.bdt-store-recommended_app {
  min-width: 130px;
  max-width: 130px;
  margin-right: 10px;
}

.bdt-store-recommended_app__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 14px;
}

.bdt-store-recommended_app__icon img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 12px;
}

.bdt-store-recommended_app__name {
  font-size: 12px;
  font-style: normal;
  margin-bottom: 5px;
}

.bdt-store-recommended_app__rating {
  font-size: 12px;
  font-style: normal;
  position: relative;
  margin-right: 5px;
}

.bdt-store-recommended_app__rating::after {
  content: "";
  display: inline-block;
  margin-left: 3px;
  width: 9px;
  height: 9px;
  background: url(../images/icon_star_black.svg) no-repeat center;
}

.bdt-store-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.bdt-store-popup__container {
  width: 70%;
  max-width: 250px;
  height: 80%;
  max-height: 500px;
  position: relative;
}

.bdt-store-loader,
.bdt-store-loader div,
.bdt-store-popup-install,
.bdt-store-preloader {
  position: absolute;
}

.bdt-store-iconCancel,
.bdt-store-iconClose {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 30px;
  height: 30px;
}

.bdt-store-popup__content,
.bdt-store-popup__content img {
  width: 100%;
  height: 100%;
}

.bdt-store-popup__content img {
  border-radius: 10px;
  object-fit: contain;
  object-position: top;
}

.bdt-store-loader {
  width: 37px;
  height: 37px;
  top: 0;
  left: 50%;
}

.bdt-store-loader div {
  display: block;
  width: 30px;
  height: 30px;
  margin: 2px;
  border: 2px solid #f96703;
  border-radius: 50%;
  animation: 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite loader;
  border-color: #fff transparent transparent;
}

.bdt-store-loader div:first-child {
  animation-delay: -0.45s;
}

.bdt-store-loader div:nth-child(2) {
  animation-delay: -0.3s;
}

.bdt-store-loader div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bdt-store-preloader {
  display: block;
  top: 37px;
  left: 10px;
  transform: none;
  width: 80px;
  height: 80px;
}

.bdt-store-counter {
  display: none;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
}

.bdt-store-counter p {
  margin-left: 3px;
}

.bdt-store-popup-install {
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bdt-store-popup_install__item {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  margin: 0 10px;
  border-radius: 10px;
  width: 80%;
  text-align: center;
}

.bdt-store-popup_install__item p {
  font-size: 15px;
}

.bdt-store-popup_install__item:first-child {
  line-height: 1.2rem;
}

.bdt-store-click_imitation {
  margin-top: 20px;
}

.bdt-store-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.bdt-store-loading:after {
  content: " .";
  animation: 1s steps(5, end) infinite dots;
}

.bdt-store-verify-dev {
  margin-left: 2px;
  object-fit: contain;
  width: 15px;
  height: 15px;
}

:root {
  --star-size: 12px;
  --star-color: #cccccc;
  --star-background: var(--main-color);
}

.bdt-store-stars-landing {
  --percent: calc(var(--rating) / 5 * 97%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
  text-align: left;
  letter-spacing: 4px;
  padding-left: 0px;
  padding-right: 0px;
}

.bdt-store-stars-landing::before {
  content: "★★★★★";
  letter-spacing: 4px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  position: relative;
  font-family: Times;
}

@keyframes dots {
  0%, 20% {
    color: transparent;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  40% {
    color: #fff;
    text-shadow: 0.25em 0 0 transparent, 0.5em 0 0 transparent;
  }
  60% {
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 transparent;
  }
  100%, 80% {
    text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
  }
}
.bdt-store-popup-age-verification {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(217, 217, 217, 0.5);
  z-index: 8;
}

.bdt-store-popup-age-verification__container {
  display: flex;
  width: 100%;
  max-width: 95%;
  flex-direction: column;
  align-items: center;
  background: #fff;
  position: relative;
  padding: 31px 15px 31px;
  border-radius: 16px;
  z-index: 9;
}

.bdt-store-popup-age-verification__title {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}

.bdt-store-popup-age-verification__text {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 24px;
}

.bdt-store-popup-age-verification__button-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.bdt-store-popup-age-verification__btn {
  padding: 13px 43px;
  background: #0029FF;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border-radius: 30px;
  cursor: pointer;
}

.bdt-store-popup-age-verification__btn:nth-child(2) {
  background: #EFEFEF;
  color: #000;
}

/* Static inline styles moved from the original HTML without changing values. */
.bdt-store-img-avatar {
  border-radius: 12px;
}

.bdt-store-main_name {
  font-size: 19px;
}

.bdt-store-title__name .bdt-store-advertising {
  font-size: 12px !important;
  color: gray;
}

.bdt-store-loader {
  display: none;
}

.bdt-store-item_1 img {
  height: 160px;
  object-fit: contain;
}

/* Static rating bar widths from the original HTML. */
.bdt-store-rating_block__chart-item:nth-child(1) .bdt-store-bar {
  width: 90%;
}

.bdt-store-rating_block__chart-item:nth-child(2) .bdt-store-bar {
  width: 59%;
}

.bdt-store-rating_block__chart-item:nth-child(3) .bdt-store-bar {
  width: 20%;
}

.bdt-store-rating_block__chart-item:nth-child(4) .bdt-store-bar {
  width: 17%;
}

.bdt-store-rating_block__chart-item:nth-child(5) .bdt-store-bar {
  width: 8%;
}

/* Static avatar colours from the original five visible reviews. */
.bdt-store-review-avatar--0 {
  background-color: rgba(171, 205, 41, 0.9);
}

.bdt-store-review-avatar--1 {
  background-color: rgba(28, 130, 137, 0.9);
}

.bdt-store-review-avatar--2 {
  background-color: rgba(17, 79, 212, 0.9);
}

.bdt-store-review-avatar--3 {
  background-color: rgba(240, 231, 155, 0.9);
}

.bdt-store-review-avatar--4 {
  background-color: rgba(145, 52, 39, 0.9);
}

/**
 * Store reviews component.
 *
 * Expected parent variables:
 * --main-color
 */
.bdt-store-review__stars {
  --star-size: 12px;
  --star-color: #cccccc;
  --star-background: var(--main-color);
  --percent: calc(var(--rating) / 5 * 97%);
  display: inline-block;
  padding: 0;
  font-family: Times, serif;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: 4px;
  text-align: left;
}

.bdt-store-review__stars::before {
  display: block;
  position: relative;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  content: "★★★★★";
  font-family: Times, serif;
  letter-spacing: 4px;
}

.bdt-store-reviews__preview {
  width: 100%;
}

.bdt-store-review {
  width: 100%;
  margin-bottom: 25px;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
}

.bdt-store-review__user {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.bdt-store-review__avatar {
  display: inline-flex;
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin: 0 15px 0 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100%;
  background-color: var(--review-avatar-color);
}

.bdt-store-review__avatar-letter {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: bold;
}

.bdt-store-review__name {
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
}

.bdt-store-review__meta {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.bdt-store-review__date {
  margin-left: 15px;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.bdt-store-review__text {
  margin: 0 0 15px;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.bdt-store-review__developer-response {
  display: block;
  padding: 15px 10px;
  border-radius: 10px;
  background: rgb(248, 249, 250);
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.bdt-store-review__response-title {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  justify-content: space-between;
}

.bdt-store-review__response-title span {
  color: rgb(95, 99, 104);
}

.bdt-store-review__response-title span:nth-child(2) {
  font-size: 13px;
}

.bdt-store-review__response-text {
  margin: 0;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.bdt-store-review__helpful-count {
  margin: 16px 0 10px;
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-weight: 300;
}

.bdt-store-review__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bdt-store-review__question-text {
  margin: 0;
  color: rgb(95, 99, 104);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 13px;
}

.bdt-store-review__buttons {
  display: flex;
  align-items: center;
}

.bdt-store-review__button {
  display: flex;
  min-width: 44px;
  height: 29px;
  padding: 0 5px;
  align-items: center;
  justify-content: center;
  border: 1px solid #75747a;
  border-radius: 7px;
  background: transparent;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 29px;
  cursor: pointer;
}

.bdt-store-review__button:first-child {
  margin-right: 8px;
}

.bdt-store-review__button.is-active {
  border: none;
  background-color: var(--main-color);
  color: #0c0c0c;
  opacity: 0.5;
}

.bdt-store-reviews__show-all {
  display: block;
  margin: 0 0 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--main-color);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.bdt-store-reviews-popup {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}

.bdt-store-reviews-popup.is-open {
  display: flex;
}

.bdt-store-reviews-popup__container {
  width: 100%;
  max-width: 720px;
  margin: 0 10px;
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
}

.bdt-store-reviews-popup__top {
  display: flex;
  padding: 15px 15px 24px;
  align-items: flex-start;
  box-shadow: 1px 3px 8px -1px rgba(0, 0, 0, 0.52);
}

.bdt-store-reviews-popup__back {
  display: flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bdt-store-reviews-popup__back svg {
  width: 24px;
  height: 24px;
}

.bdt-store-reviews-popup__icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 16px;
}

.bdt-store-reviews-popup__icon img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

.bdt-store-reviews-popup__name {
  margin: 0;
  color: rgb(32, 33, 36);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}

.bdt-store-reviews-popup__subtitle {
  margin: 0;
  color: rgb(95, 99, 104);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.bdt-store-reviews-popup__list {
  width: 100%;
  height: 100%;
  max-height: 600px;
  padding: 10px 15px;
  overflow-y: auto;
}

.bdt-store-reviews-popup__list .bdt-store-review:last-child {
  margin-bottom: 0;
}

.bdt-store-modal-open {
  overflow: hidden;
}

.bdt-store-review-message {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  justify-content: center;
  pointer-events: none;
}

.bdt-store-review-message.is-visible {
  display: flex;
}

.bdt-store-review-message__text {
  width: 90%;
  max-width: 600px;
  margin: 0;
  padding: 20px;
  border-radius: 5px;
  background-color: #1f1f1f;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.bdt-store-scroll_1 {
  margin-left: 12px;
  margin-bottom: 0;
}

.bdt-store-scroll__container_1 {
  display: flex;
  width: 100%;
  height: 195px;
  padding-left: 10px;
  padding-right: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.bdt-store-scroll__container_1::-webkit-scrollbar {
  display: none;
}

.bdt-store-item_1 {
  display: block;
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.bdt-store-item_1 img {
  display: block;
  width: auto;
  max-width: none;
  height: 160px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
  object-fit: contain;
}

.bdt-store-popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.bdt-store-popup.is-open {
  display: flex;
}

.bdt-store-popup__container {
  position: relative;
  width: 70%;
  max-width: 250px;
  height: 80%;
  max-height: 500px;
}

.bdt-store-iconClose {
  position: absolute;
  top: -30px;
  right: -10px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  cursor: pointer;
}

.bdt-store-iconClose svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bdt-store-popup__content,
.bdt-store-popup__content img {
  width: 100%;
  height: 100%;
}

.bdt-store-popup__content img {
  border-radius: 10px;
  object-fit: contain;
  object-position: top;
}

@media (max-width: 768px) {
  .bdt-store-reviews-popup__container {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
  .bdt-store-reviews-popup__list {
    max-height: calc(100vh - 89px);
  }
}
/* ==========================================================
   Full app information popup
   ========================================================== */
.bdt-store-fullinfo-popup {
  display: none;
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
}
.bdt-store-fullinfo-popup.is-open {
  display: flex;
}

.bdt-store-fullinfo-popup__page {
  width: 100%;
  max-width: 640px;
  max-height: 740px;
  margin: 40px 10px;
  overflow-y: auto;
  border-radius: 10px;
  background: #ffffff;
}

.bdt-store-fullinfo-popup__top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}

.bdt-store-fullinfo-popup__back {
  display: flex;
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.bdt-store-fullinfo-popup__back svg {
  width: 24px;
  height: 24px;
}

.bdt-store-fullinfo-popup__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 8px;
}
.bdt-store-fullinfo-popup__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bdt-store-fullinfo-popup__heading {
  flex: 1;
}

.bdt-store-fullinfo-popup__app-name {
  margin-bottom: 2px;
  color: #202124;
  font-size: 16px;
  font-weight: 500;
}

.bdt-store-fullinfo-popup__subtitle {
  color: #5f6368;
  font-size: 12px;
}

.bdt-store-fullinfo-popup__section {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
}
.bdt-store-fullinfo-popup__section:last-child {
  border-bottom: 0;
}

.bdt-store-fullinfo-popup__section-title {
  margin-bottom: 12px;
  color: #202124;
  font-size: 14px;
  font-weight: 500;
}

.bdt-store-fullinfo-popup__description {
  color: #5f6368;
  font-size: 14px;
  line-height: 20px;
}

.bdt-store-fullinfo-popup__version {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bdt-store-fullinfo-popup__version-title {
  flex: 1;
  color: #202124;
  font-size: 14px;
}

.bdt-store-fullinfo-popup__version-indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1a73e8;
}

.bdt-store-fullinfo-popup__version-number {
  margin-top: 8px;
  color: #5f6368;
  font-size: 14px;
}

.bdt-store-fullinfo-popup__feature {
  display: flex;
  gap: 16px;
  padding: 12px 0;
}
.bdt-store-fullinfo-popup__feature:not(:last-child) {
  border-bottom: 1px solid #f1f3f4;
}

.bdt-store-fullinfo-popup__feature-icon {
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
}
.bdt-store-fullinfo-popup__feature-icon svg {
  width: 24px;
  height: 24px;
}

.bdt-store-fullinfo-popup__feature-content {
  flex: 1;
}

.bdt-store-fullinfo-popup__feature-title {
  margin-bottom: 2px;
  color: #202124;
  font-size: 14px;
}

.bdt-store-fullinfo-popup__feature-subtitle {
  margin-bottom: 4px;
  color: #5f6368;
  font-size: 12px;
}

.bdt-store-fullinfo-popup__feature-link {
  color: #1a73e8;
  font-size: 12px;
  cursor: pointer;
}

.bdt-store-fullinfo-popup__table {
  width: 100%;
}

.bdt-store-fullinfo-popup__row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f4;
  font-size: 14px;
}
.bdt-store-fullinfo-popup__row:last-child {
  border-bottom: 0;
}

.bdt-store-fullinfo-popup__label {
  color: #5f6368;
}

.bdt-store-fullinfo-popup__value {
  color: #202124;
  text-align: right;
}

body.bdt-store-modal-open,
body.bdt-store-screenshot-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .bdt-store-fullinfo-popup {
    align-items: stretch;
    background: #ffffff;
  }
  .bdt-store-fullinfo-popup__page {
    max-width: none;
    max-height: none;
    height: 100%;
    margin: 0;
    border-radius: 0;
  }
}
/* Store mode.
 * Play Market is the source design. App Store only changes the accent colour.
 */
.bdt-store--play-market {
  --main-color: #01875f;
}

.bdt-store--app-store {
  --main-color: #007aff;
}

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