.page {
  font-family: 'Roboto', sans-serif;
}

.page .inner-page {
  display: flex;
  justify-content: center;
  /* margin-bottom: 3rem; */
}

.page .inner-page select {
  height: 48px;
}

.page .inner-page .content {
  width: 100%;
  max-width: 1200px;
  padding: 0 1rem 2rem 1rem;
}

.page .inner-page .content .brand .uk-text-lead {
  font-size: 1rem;
  font-weight: 400;
}

.page .inner-page .content .brand .uk-slider-items .items {
  display: flex;
  justify-content: center;
}

.page .inner-page .content .brand .uk-slider-items .items a {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
}

.page .inner-page.count {
  background: #f2f2f2;
  margin: 0;
  padding: 0 0 1rem 0;
}

.page .inner-page .content-count {
  background: #fafafa;

  width: 100%;

  display: flex;
  justify-content: center;
}

.page .inner-page.count .content-count .content {
  padding: 1rem;
}

.page .inner-page.product {
  background: #f2f2f2;
}

.page .inner-page.product .content {
  padding: 1rem 1rem 2rem 1rem;
  gap: 1rem;
}

.page .inner-page.product .content .uk-accordion-title {
  font-size: 1.2rem;
  color: #111111;
  font-weight: 500;
}

.page .inner-page.product .content .uk-padding-remove {
  list-style: none;
}

.page .inner-page.product .content .uk-padding-remove li {
  font-size: 1rem;
  color: #111111;
  font-weight: 400;

  margin-bottom: 6px;
}

.page .inner-page.product .content .uk-padding-remove li:last-child {
  margin-bottom: 0;
}

.page .inner-page.product .content > div:last-child {
  flex: 1;
}

@media screen and (max-width: 960px) {
  .page .inner-page {
    padding: 0 1rem;
  }

  .page .inner-page.product {
    padding: 0;
  }

  .page .inner-page.product .content {
    padding: 1rem;
  }

  .page .inner-page.product .content > div:last-child {
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
  }
}
