:root {
  --bg: #fff;
  --ink: #202124;
  --muted: #5f6368;
  --soft: #9aa0a6;
  --line: #dadce0;
  --blue: #0b57d0;
  --blue-soft: #e8f0fe;
  --green: #00a173;
  --green-text: #01875f;
  --dark: #202124;
  --hero-text: #e8eaed;
  --header-height: 56px;
  --side: 20px;
  --max: 1320px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
  margin: 0;
  overflow: hidden auto;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
}

button {
  border: 0;
}

#root {
  overflow: hidden;
  width: 100%;
}

.root-header {
  background: #fff;
  border-bottom: 1px solid rgba(218, 220, 224, 0.7);
  height: var(--header-height);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.header-nav {
  align-items: stretch;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  height: 100%;
}

.header-logo {
  align-items: center;
  display: flex;
  min-width: 0;
  overflow: hidden;
  padding-left: 18px;
}

.header-logo img {
  display: block;
  height: 30px;
  width: auto;
}

.google-header-text {
  color: #5f6368;
  fill: #5f6368;
  stop-color: #5f6368;
  font-family: "Google Sans", Roboto, "Noto Sans Thai", "Noto Sans Myanmar", Thonburi, Tahoma, Arial, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: normal;
  margin: 0 8px;
  padding-top: 4px;
  white-space: nowrap;
  z-index: 1;
}

.nav-list {
  align-items: stretch;
  display: none;
  gap: 16px;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow-x: auto;
  padding: 0 0 0 var(--side);
  scrollbar-width: none;
}

.nav-list::-webkit-scrollbar {
  display: none;
}

.nav-list a {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-weight: 600;
  height: var(--header-height);
  min-width: max-content;
  position: relative;
}

.nav-list a.active {
  color: var(--green-text);
}

.nav-list a.active::after {
  border-top: 3px solid var(--green-text);
  border-radius: 3px 3px 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.header-info {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  grid-column: 2;
  justify-self: end;
  padding-right: 10px;
}

.icon-button,
.avatar-button {
  background: transparent;
  border-radius: 50%;
  color: var(--ink);
  cursor: default;
  height: 40px;
  position: relative;
  width: 40px;
}

.icon-button {
  display: inline-block;
}

.wishlist-icon {
  display: inline-block;
}

.avatar-button {
  background: #e9eaee;
  color: #8f9398;
  font-weight: 700;
  height: 36px;
  width: 36px;
}

.wishlist-icon::before {
  background: url("assets/icon_wish.webp") center / contain no-repeat;
  content: "";
  filter: grayscale(1) brightness(0);
  height: 24px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 24px;
}

.root-main {
  margin-top: var(--header-height);
}

.banner-container {
  background: #fff;
  color: var(--ink);
  padding: 28px 0 18px;
  position: relative;
}

.banner-main {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 var(--side);
}

.banner-title-row {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 72px minmax(0, 1fr);
  margin-top: 20px;
}

.app-logo {
  aspect-ratio: 1;
  background: #0b2a5a;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(60, 64, 67, 0.3), 0 1px 3px rgba(60, 64, 67, 0.15);
  display: block;
  height: 72px;
  object-fit: cover;
  width: 72px;
}

h1,
h2,
p {
  margin-top: 0;
}

h1 {
  color: var(--ink);
  font-size: 2.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
  overflow-wrap: anywhere;
}

.category-line {
  color: var(--green-text);
  font-size: 1.16rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 0 0 6px;
}

.developer {
  color: var(--green);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin: 0;
}

.banner-tag-row {
  margin-top: 18px;
}

.banner-tag-row span {
  font-size: 0.86rem;
  min-height: 36px;
  padding: 0 14px;
}

.app-info-list {
  display: flex;
  gap: 0;
  list-style: none;
  margin: 0;
  overflow-x: auto;
  padding: 0;
  scrollbar-width: none;
}

.app-info-list::-webkit-scrollbar {
  display: none;
}

.app-info-list li {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex: 0 0 33.333%;
  flex-direction: column;
  justify-content: center;
  min-height: 58px;
  min-width: 62px;
  padding: 0 3px;
  position: relative;
  text-align: center;
}

.item-count,
.age-badge {
  align-items: center;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.96rem;
  font-weight: 600;
  gap: 3px;
  justify-content: center;
  line-height: 1.35;
}

.age-badge {
  border: 1px solid var(--ink);
  border-radius: 2px;
  min-width: 28px;
  padding: 0 4px;
}

.item-desc {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.25;
  margin-top: 4px;
}

.star {
  font-size: 0.78rem;
}

.info-dot {
  align-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: inline-flex;
  font-size: 10px;
  height: 14px;
  justify-content: center;
  width: 14px;
}

.install-button {
  background: #327956;
  border-radius: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: "Google Sans", Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 48px;
  margin: 18px 0 0;
  width: 100%;
}



.install-button.is-installed {
  background: #e6f4ea;
  color: #137333;
}

.install-status {
  color: var(--soft);
  font-size: 12px;
  min-height: 16px;
  margin: 9px 0 0;
}

.flag-button,
.see-button {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: var(--green-text);
  cursor: default;
  display: inline-flex;
  font-weight: 600;
  gap: 8px;
  min-height: 36px;
  padding: 0;
  white-space: nowrap;
}

.flag-button,
.see-button {
  background: transparent;
  border-radius: 0;
  min-height: 0;
  padding: 0;
}

.device-note {
  align-items: center;
  color: var(--soft);
  display: flex;
  gap: 10px;
  margin: 16px 0 0;
}

.share-symbol,
.wish-symbol,
.device-symbol,
.server-symbol,
.lock-symbol,
.delete-symbol,
.phone-symbol,
.tablet-symbol,
.book-symbol,
.flag-symbol {
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
}

.share-symbol {
  height: 16px;
  width: 16px;
}

.share-symbol::before {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 12px;
}

.share-symbol::after {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  top: 4px;
  width: 7px;
}

.wish-symbol {
  border: 2px solid currentColor;
  border-top-width: 3px;
  height: 16px;
  width: 12px;
}

.wish-symbol::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  bottom: -2px;
  content: "";
  height: 6px;
  left: 2px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}

.device-symbol {
  border: 2px solid currentColor;
  border-radius: 4px;
  height: 20px;
  width: 14px;
}

.device-symbol::after {
  background: currentColor;
  border-radius: 50%;
  bottom: 2px;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 2px;
}

.content-container,
.root-footer {
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 var(--side);
}

.slider-section {
  margin: 18px 0 0;
  position: relative;
}

.slide-list {
  display: grid;
  gap: 14px;
  grid-auto-columns: minmax(176px, 54vw);
  grid-auto-flow: column;
  overflow-x: auto;
  padding: 0 0 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.slide-list::-webkit-scrollbar {
  display: none;
}

.screen-shot {
  aspect-ratio: 9 / 16;
  background: #111;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(60, 64, 67, 0.22);
  display: block;
  overflow: hidden;
  position: relative;
  scroll-snap-align: start;
}

.screen-shot::before {
  content: "";
  display: none;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.screen-shot img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.screen-shot--one img {
  object-position: 18% center;
}

.screen-shot--two img {
  object-position: 48% center;
}

.screen-shot--three img {
  object-position: 64% center;
}

.screen-shot--four img {
  object-position: 80% center;
}

.screen-shot--five img {
  object-position: 36% center;
}

.slide-button {
  display: none;
}

.main-section {
  margin-bottom: 16px;
  padding-top: 20px;
}

.main-section header {
  padding-bottom: 20px;
}

.section-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.section-header--stack {
  align-items: flex-start;
}

h2 {
  color: var(--ink);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.next-button {
  background: transparent;
  height: 28px;
  position: relative;
  width: 28px;
}

.next-button::before {
  border-right: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  content: "";
  height: 9px;
  left: 8px;
  position: absolute;
  top: 8px;
  transform: rotate(45deg);
  width: 9px;
}

.body-copy {
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.update-block {
  display: grid;
  gap: 4px;
  margin-top: 24px;
}

.update-block strong {
  font-size: 14px;
  font-weight: 600;
}

.update-block span {
  color: var(--muted);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.tag-row span,
.rating-tags button {
  align-items: center;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 600;
  gap: 7px;
  min-height: 42px;
  padding: 0 18px;
}

.content-rating-card {
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr);
  margin-top: 28px;
  padding: 18px;
}

.content-rating-badge {
  align-items: center;
  border: 3px solid var(--ink);
  color: var(--ink);
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 800;
  height: 54px;
  justify-content: center;
  line-height: 1;
  width: 54px;
}

.content-rating-card strong {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.content-rating-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.35;
  margin: 0;
}

.data-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 30px;
  padding: 20px 20px 0;
}

.data-item {
  align-items: flex-start;
  color: var(--muted);
  display: grid;
  gap: 18px;
  grid-template-columns: 18px minmax(0, 1fr);
  margin-bottom: 20px;
}

.data-item strong {
  color: var(--ink);
  display: block;
  font-weight: 400;
  line-height: 1.4;
}

.data-item p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
  margin: 2px 0 0;
}

.data-icon {
  color: var(--muted);
  height: 18px;
  width: 18px;
}

.server-symbol::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 6px 0 -2px currentColor, 0 12px 0 -2px currentColor;
  content: "";
  height: 5px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 15px;
}

.lock-symbol::before {
  border: 2px solid currentColor;
  border-radius: 4px;
  bottom: 1px;
  content: "";
  height: 10px;
  left: 2px;
  position: absolute;
  width: 14px;
}

.lock-symbol::after {
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 8px;
  left: 5px;
  position: absolute;
  top: 0;
  width: 8px;
}

.delete-symbol::before {
  border: 2px solid currentColor;
  border-radius: 2px 2px 4px 4px;
  bottom: 1px;
  content: "";
  height: 13px;
  left: 4px;
  position: absolute;
  width: 10px;
}

.delete-symbol::after {
  background: currentColor;
  content: "";
  height: 2px;
  left: 2px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.see-button {
  margin-bottom: 18px;
}

.verify-line {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-weight: 600;
  gap: 6px;
  margin: 8px 0 0;
}

.rating-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  overflow-x: auto;
  scrollbar-width: none;
}

.rating-tags::-webkit-scrollbar {
  display: none;
}

.rating-tags button {
  cursor: default;
  min-width: max-content;
}

.rating-tags button.active {
  background: #e6f3ef;
  border-color: #c6e5d8;
  color: var(--green-text);
}

.phone-symbol {
  border: 2px solid currentColor;
  border-radius: 4px;
  height: 18px;
  width: 12px;
}

.tablet-symbol,
.book-symbol {
  border: 2px solid currentColor;
  border-radius: 4px;
  height: 18px;
  width: 16px;
}

.book-symbol::before {
  background: currentColor;
  content: "";
  height: 14px;
  left: 6px;
  position: absolute;
  top: 0;
  width: 2px;
}

.score-grid {
  align-items: center;
  display: grid;
  gap: 24px;
  grid-template-columns: 106px minmax(0, 1fr);
  padding: 24px 0;
}

.score-number strong {
  display: block;
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
}

.score-number span {
  color: var(--green-text);
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  margin: 6px 0;
}

.score-number small {
  color: var(--muted);
  font-size: 12px;
}

.score-bars {
  display: grid;
  gap: 8px;
}

.score-bars span {
  background: #edf0f2;
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
  position: relative;
}

.score-bars span::before {
  background: var(--green-text);
  border-radius: inherit;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--bar);
}

.review-list {
  display: grid;
  gap: 22px;
}

.review-card p {
  color: var(--ink);
  display: -webkit-box;
  line-height: 1.45;
  margin: 12px 0 8px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.review-card small {
  color: var(--muted);
  font-size: 12px;
}

.reviewer {
  align-items: center;
  display: flex;
  gap: 12px;
}

.reviewer strong {
  display: block;
  font-weight: 500;
}

.review-avatar {
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.review-avatar--one {
  background: linear-gradient(135deg, #fbbc04, #ea4335);
}

.review-avatar--two {
  background: linear-gradient(135deg, #1a73e8, #34a853);
}

.review-avatar--three {
  background: linear-gradient(135deg, #673ab7, #e91e63);
}

.flag-section {
  padding-top: 0;
}

.flag-button {
  color: var(--muted);
}

.flag-symbol {
  border-left: 2px solid currentColor;
  height: 18px;
  width: 14px;
}

.flag-symbol::before {
  border: 2px solid currentColor;
  border-left: 0;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 1px;
  width: 10px;
}

.content-aside {
  display: block;
}

.app-list {
  display: grid;
  gap: 0;
}

.app-card {
  align-items: flex-start;
  display: grid;
  gap: 16px;
  grid-template-columns: 65px minmax(0, 1fr);
  margin-bottom: 32px;
}

.app-card img {
  border-radius: 16px;
  display: block;
  height: 65px;
  object-fit: cover;
  width: 65px;
}

.app-card strong,
.app-card small,
.app-card em {
  display: block;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.app-card strong {
  color: var(--ink);
  font-size: 16px;
}

.app-card small {
  color: var(--ink);
  font-size: 14px;
}

.app-card em {
  color: var(--muted);
  font-size: 14px;
}

.root-footer {
  color: var(--muted);
  padding-bottom: calc(var(--side) + 92px);
}

.footer-line {
  border-bottom: 1px solid var(--hero-text);
  margin: 22px 0 28px;
}

.footer-columns {
  display: flex;
  gap: 64px;
  margin-bottom: 22px;
}

.footer-columns section {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer-columns h2 {
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.footer-bottom,
.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.is-visually-disabled {
  opacity: 0.62;
}

.bottom-nav {
  align-items: center;
  background: #f7f8fb;
  border-top: 1px solid rgba(218, 220, 224, 0.85);
  bottom: 0;
  box-shadow: 0 -1px 8px rgba(60, 64, 67, 0.12);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: calc(72px + env(safe-area-inset-bottom));
  left: 0;
  padding: 5px 4px calc(6px + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 25;
}

.bottom-nav a {
  align-items: center;
  color: var(--ink);
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 500;
  gap: 4px;
  justify-content: center;
  min-width: 0;
}

.bottom-nav a.active {
  color: var(--blue);
}

.bottom-icon {
  color: currentColor;
  display: inline-block;
  height: 26px;
  position: relative;
  width: 40px;
}

.bottom-nav a.active .bottom-icon {
  background: #cfe8ff;
  border-radius: 999px;
}

.bottom-icon--games::before,
.bottom-icon--games::after {
  border: 2px solid currentColor;
  content: "";
  position: absolute;
}

.bottom-icon--games::before {
  border-radius: 7px;
  height: 14px;
  left: 9px;
  top: 6px;
  width: 22px;
}

.bottom-icon--games::after {
  background:
    radial-gradient(circle, currentColor 0 2px, transparent 2px) 0 0 / 8px 8px,
    radial-gradient(circle, currentColor 0 2px, transparent 2px) 10px 0 / 8px 8px;
  border: 0;
  height: 8px;
  left: 15px;
  top: 11px;
  width: 18px;
}

.bottom-icon--apps::before {
  background:
    linear-gradient(currentColor 0 0) 0 0 / 8px 8px,
    linear-gradient(currentColor 0 0) 14px 0 / 8px 8px,
    linear-gradient(currentColor 0 0) 0 14px / 8px 8px,
    linear-gradient(currentColor 0 0) 14px 14px / 8px 8px;
  background-repeat: no-repeat;
  border-radius: 3px;
  content: "";
  height: 22px;
  left: 9px;
  position: absolute;
  top: 2px;
  width: 22px;
}

.bottom-icon--search::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 15px;
  left: 10px;
  position: absolute;
  top: 4px;
  width: 15px;
}

.bottom-icon--search::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 10px;
  left: 25px;
  position: absolute;
  top: 18px;
  transform: rotate(45deg);
  width: 2px;
}

.bottom-icon--books::before {
  border: 2px solid currentColor;
  border-radius: 2px;
  content: "";
  height: 20px;
  left: 13px;
  position: absolute;
  top: 3px;
  width: 14px;
}

.bottom-icon--books::after {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  content: "";
  height: 6px;
  left: 18px;
  position: absolute;
  top: 4px;
  transform: rotate(45deg);
  width: 6px;
}

.bottom-icon--you::before {
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 15px;
  position: absolute;
  top: 3px;
  width: 8px;
}

.bottom-icon--you::after {
  border: 2px solid currentColor;
  border-radius: 999px 999px 4px 4px;
  content: "";
  height: 10px;
  left: 10px;
  position: absolute;
  top: 14px;
  width: 18px;
}

@media (min-width: 601px) {
  :root {
    --side: 30px;
  }

  .banner-container {
    padding-top: 36px;
  }

  .banner-title-row {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .app-logo {
    height: 96px;
    width: 96px;
  }

  h1 {
    font-size: 3.75rem;
    line-height: 1.06;
  }

  .slide-list {
    grid-auto-columns: 224px;
  }
}

@media (min-width: 841px) {
  :root {
    --header-height: 64px;
    --side: 40px;
  }

  .header-nav {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .header-logo {
    display: flex;
  }

  .nav-list {
    display: flex;
    gap: 28px;
    padding-left: 28px;
  }

  .icon-button {
    display: inline-block;
  }

  .wishlist-icon {
    display: inline-block;
  }

  .header-info {
    gap: 4px;
    grid-column: auto;
    padding-right: 10px;
  }

  .icon-button,
  .avatar-button {
    height: 36px;
    width: 36px;
  }

  .wishlist-icon::before {
    height: 22px;
    left: 7px;
    top: 7px;
    width: 22px;
  }

  .banner-container {
    padding: 44px 0 24px;
  }

  .banner-main {
    min-height: 0;
    padding-top: 0;
  }

  .banner-main-content {
    max-width: 640px;
  }

  .banner-title-row {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .banner-title-row .app-logo {
    display: block;
  }

  h1 {
    font-size: 4rem;
    line-height: 1.18;
    max-width: 620px;
  }

  .app-info-list {
    max-width: 620px;
  }

  .banner-action {
    max-width: 620px;
  }

  .install-button {
    width: 360px;
  }

  .content-container {
    display: flex;
    gap: 30px;
    padding-top: 28px;
  }

  .content-main {
    flex: 1 1 auto;
    min-width: 0;
  }

  .content-aside {
    flex: 0 0 270px;
  }

  .slider-section {
    margin-top: 0;
  }

  .slide-list {
    grid-auto-columns: 230px;
  }

  .bottom-nav {
    display: none;
  }
}

@media (min-width: 1281px) {
  :root {
    --side: 60px;
  }

  .banner-main {
    min-height: 0;
  }

  h1 {
    font-size: 4.5rem;
  }

  .content-container {
    gap: 40px;
  }

  .content-aside {
    flex-basis: 350px;
  }

  .slide-list {
    grid-auto-columns: 252px;
  }

  .slide-button {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(60, 64, 67, 0.35);
    display: block;
    height: 66px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 66px;
    z-index: 2;
  }

  .slide-button::before {
    border-right: 2px solid var(--muted);
    border-top: 2px solid var(--muted);
    content: "";
    height: 14px;
    left: 24px;
    position: absolute;
    top: 25px;
    width: 14px;
  }

  .slide-button--prev {
    left: 0;
  }

  .slide-button--prev::before {
    transform: rotate(-135deg);
  }

  .slide-button--next {
    right: 0;
  }

  .slide-button--next::before {
    left: 22px;
    transform: rotate(45deg);
  }
}
