.article-page {
  padding: 0;
  max-width: 1173px;
  margin: 0 auto;
  background: #fff; }

.article-container {
  max-width: 1007px;
  margin: 0 auto;
  padding: 48px 40px 0px; }

.article-header {
  margin-bottom: 16px; }
  .article-header__breadcrumb {
    margin-bottom: 24px; }
  .article-header__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px; }
  .article-header__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }

.breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0; }

.breadcrumb-item {
  display: flex;
  align-items: center; }

.breadcrumb-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #737373;
  text-decoration: none;
  transition: color 0.2s ease; }
  .breadcrumb-link:hover {
    color: #D70000;
    text-decoration: none; }

.breadcrumb-separator {
  display: flex;
  align-items: center;
  color: #0a0a0a; }
  .breadcrumb-separator svg {
    width: 20px;
    height: 20px; }

.breadcrumb-current {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a; }

.article-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  min-height: 32px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.1px;
  color: #fff;
  background: #D70000;
  border-radius: 2px; }

.article-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 8px 0 7px;
  font-family: "GMV Din Pro", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.1px;
  color: #0a0a0a; }
  .article-meta-item svg {
    width: 10.67px;
    height: 10.67px;
    flex-shrink: 0; }
  .article-meta-item--date svg {
    color: #0a0a0a; }

.article-featured-image {
  margin: 0 0 16px;
  border-radius: 2px; }
  .article-featured-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block; }

.article-lead {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #404040;
  margin: 0 0 16px; }

.article-toc {
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  padding: 16px 24px;
  margin-bottom: 16px; }
  .article-toc__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    cursor: pointer; }
  .article-toc__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0; }
  .article-toc__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0; }
    .article-toc__toggle svg {
      width: 14px;
      height: 2px;
      color: #0a0a0a; }
  .article-toc__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 12px;
    list-style: none;
    padding: 0; }
  .article-toc__item {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a; }
    .article-toc__item a {
      color: inherit;
      text-decoration: none;
      transition: color 0.2s ease; }
      .article-toc__item a:hover {
        color: #D70000; }
  .article-toc.is-collapsed .article-toc__list {
    display: none; }

.article-toc-float {
  position: fixed;
  left: 27.5px;
  top: 200px;
  z-index: 100;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: none; }
  .article-toc-float:hover {
    border-color: #0a0a0a; }
  .article-toc-float svg {
    width: 24px;
    height: 24px;
    color: #0a0a0a; }

.article-content {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #0a0a0a;
  margin-bottom: 16px; }
  .article-content__lead {
    font-weight: 600;
    color: #404040;
    margin-bottom: 16px; }
  .article-content__caption {
    font-weight: 600;
    margin-bottom: 8px; }
  .article-content h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    margin: 16px 0 8px; }
    .article-content h2:first-child {
      margin-top: 0; }
  .article-content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    color: #0a0a0a;
    margin: 16px 0 8px; }
  .article-content p {
    margin: 0 0 16px; }
    .article-content p:last-child {
      margin-bottom: 0; }
  .article-content a {
    color: #0a0a0a;
    text-decoration: underline;
    transition: color 0.2s ease; }
    .article-content a:hover {
      color: #D70000; }
  .article-content ul, .article-content ol {
    margin: 0 0 16px;
    padding-left: 24px; }
    .article-content ul li, .article-content ol li {
      margin-bottom: 8px; }
      .article-content ul li:last-child, .article-content ol li:last-child {
        margin-bottom: 0; }
  .article-content__image {
    margin: 16px 0;
    overflow: hidden;
    border-radius: 2px; }
    .article-content__image img {
      width: 100%;
      height: auto;
      display: block; }
    .article-content__image figcaption {
      font-size: 14px;
      font-style: italic;
      color: #737373;
      text-align: center;
      margin-top: 8px; }
  .article-content__quote {
    margin: 24px 0;
    padding: 20px 24px;
    background-color: #f5f5f5;
    border-left: 4px solid #D70000;
    border-radius: 0 4px 4px 0; }
    .article-content__quote p {
      font-size: 16px;
      font-weight: 500;
      font-style: italic;
      line-height: 1.6;
      color: #0a0a0a;
      margin: 0 0 12px; }
    .article-content__quote cite {
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      color: #404040; }
  .article-content__cta {
    margin: 32px 0;
    padding: 24px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-align: center; }
    .article-content__cta p {
      font-size: 16px;
      font-weight: 500;
      color: #0a0a0a;
      margin-bottom: 16px; }
    .article-content__cta .btn-primary {
      display: inline-block;
      padding: 12px 24px;
      font-family: "GMV Din Pro", sans-serif;
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: -0.1px;
      color: #fff;
      background-color: #0a0a0a;
      border: none;
      border-radius: 2px;
      text-decoration: none;
      transition: background-color 0.2s ease; }
      .article-content__cta .btn-primary:hover {
        background-color: #D70000;
        color: #fff;
        text-decoration: none; }

.article-share {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px; }
  .article-share__label {
    font-family: "GMV Din Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a; }
  .article-share__buttons {
    display: flex;
    gap: 10px; }
  .article-share__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background-color: #404040;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease; }
    .article-share__btn:hover {
      transform: translateY(-2px);
      color: #fff;
      text-decoration: none; }
    .article-share__btn--facebook {
      background-color: #1877f2; }
      .article-share__btn--facebook:hover {
        background-color: #0b5fcc; }
    .article-share__btn--twitter {
      background-color: #1da1f2; }
      .article-share__btn--twitter:hover {
        background-color: #0c85d0; }
    .article-share__btn--pinterest {
      background-color: #bd081c; }
      .article-share__btn--pinterest:hover {
        background-color: #8c0615; }
    .article-share__btn--linkedin {
      background-color: #0a66c2; }
      .article-share__btn--linkedin:hover {
        background-color: #084d92; }
    .article-share__btn--copy {
      background-color: #404040; }
      .article-share__btn--copy:hover {
        background-color: #0a0a0a; }

.article-tags {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px; }
  .article-tags__label {
    font-family: "GMV Din Pro", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #0a0a0a;
    padding-top: 6px;
    flex-shrink: 0; }
  .article-tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0; }
  .article-tags__item a {
    display: inline-block;
    padding: 6px 12px;
    font-family: "GMV Din Pro", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0a0a0a;
    background-color: #f5f5f5;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.3s ease; }
    .article-tags__item a:hover {
      color: #fff;
      background-color: #0a0a0a;
      text-decoration: none; }

.article-navigation {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0; }

.article-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  padding: 16px;
  background-color: #f5f5f5;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease; }
  .article-nav-link:hover {
    background-color: #e5e5e5;
    text-decoration: none; }
  .article-nav-link svg {
    flex-shrink: 0;
    color: #737373;
    transition: color 0.2s ease; }
  .article-nav-link:hover svg {
    color: #D70000; }
  .article-nav-link__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow: hidden; }
  .article-nav-link__label {
    font-family: "GMV Din Pro", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #737373; }
  .article-nav-link__title {
    font-family: "GMV Din Pro", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0a0a0a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4; }
  .article-nav-link--prev {
    text-align: left; }
    .article-nav-link--prev .article-nav-link__content {
      align-items: flex-start; }
  .article-nav-link--next {
    text-align: right;
    justify-content: flex-end; }
    .article-nav-link--next .article-nav-link__content {
      align-items: flex-end; }

.article-related-products {
  padding: 12px 40px 72px;
  max-width: 1600px;
  margin: 0 auto;
  background: #fff; }
  .article-related-products__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px;
    max-width: 1007px;
    margin-left: auto;
    margin-right: auto; }
  .article-related-products__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 55px;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }
  .article-related-products__slider {
    position: relative;
    max-width: 1007px;
    margin: 0 auto; }
  .article-related-products__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .article-related-products__grid::-webkit-scrollbar {
      display: none; }
  .article-related-products__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease; }
    .article-related-products__nav:hover {
      background: #f5f5f5; }
    .article-related-products__nav svg {
      width: 24px;
      height: 24px;
      color: #0a0a0a; }
    .article-related-products__nav--prev {
      left: -20px; }
    .article-related-products__nav--next {
      right: -20px; }
  .article-related-products__scrollbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    max-width: 1007px;
    margin: 40px auto 0; }
  .article-related-products__scrollbar-bar {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    border-radius: 100px;
    overflow: hidden; }
  .article-related-products__scrollbar-progress {
    height: 100%;
    background: #404040;
    transition: width 0.3s ease; }

.article-product-card {
  flex: 0 0 329px;
  min-width: 329px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 2px;
  overflow: hidden; }
  .article-product-card__link {
    display: block;
    text-decoration: none;
    color: inherit; }
    .article-product-card__link:hover {
      text-decoration: none;
      color: inherit; }
  .article-product-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f5f5f5;
    overflow: hidden; }
    .article-product-card__image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      transition: transform 0.3s ease; }
  .article-product-card:hover .article-product-card__image img {
    transform: scale(1.05); }
  .article-product-card__badges {
    position: absolute;
    top: 10px;
    left: 9px;
    display: flex;
    flex-direction: column;
    gap: 6px; }
  .article-product-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    min-height: 28px;
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #fff;
    border-radius: 2px; }
    .article-product-card__badge--discount {
      background: #0a0a0a; }
    .article-product-card__badge--new {
      background: #D70000; }
  .article-product-card__content {
    display: flex;
    gap: 12px;
    align-items: flex-end;
    padding: 12px;
    background: #fff; }
  .article-product-card__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px; }
  .article-product-card__brand {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.1px;
    color: #737373;
    min-height: 32px;
    display: flex;
    align-items: center; }
  .article-product-card__name {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #0a0a0a;
    margin: 0; }
  .article-product-card__prices {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    align-items: center; }
  .article-product-card__price {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.2px;
    color: #D70000; }
  .article-product-card__price-original {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    color: #737373;
    text-decoration: line-through; }
  .article-product-card__variants {
    display: flex;
    gap: 4px; }
  .article-product-card__variant {
    width: 36px;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid transparent;
    cursor: pointer;
    transition: border-color 0.2s ease; }
    .article-product-card__variant.is-active {
      border-color: #0a0a0a; }
    .article-product-card__variant img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .article-product-card__cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0a0a0a;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.2s ease; }
    .article-product-card__cart-btn:hover {
      background: #D70000; }
    .article-product-card__cart-btn svg {
      width: 24px;
      height: 24px;
      color: #fff; }

.article-related-news {
  padding: 72px 0px;
  background: #fff; }
  .article-related-news__header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 40px; }
  .article-related-news__title {
    font-family: "GMV Din Pro", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    letter-spacing: -1.2px;
    color: #0a0a0a;
    margin: 0; }
  .article-related-news__slider {
    position: relative; }
  .article-related-news__grid {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; }
    .article-related-news__grid::-webkit-scrollbar {
      display: none; }
  .article-related-news__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease; }
    .article-related-news__nav:hover {
      background: #f5f5f5; }
    .article-related-news__nav svg {
      width: 24px;
      height: 24px;
      color: #0a0a0a; }
    .article-related-news__nav--prev {
      left: -20px; }
    .article-related-news__nav--next {
      right: -20px; }
  .article-related-news__scrollbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 40px; }
  .article-related-news__scrollbar-bar {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    border-radius: 100px;
    overflow: hidden; }
  .article-related-news__scrollbar-progress {
    height: 100%;
    background: #404040;
    transition: width 0.3s ease; }

.article-scrollbar-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  max-width: 1007px;
  margin: 25px auto; }
  .article-scrollbar-pagination__bar {
    width: 100%;
    height: 4px;
    background: #e5e5e5;
    border-radius: 100px;
    overflow: hidden; }
  .article-scrollbar-pagination__progress {
    height: 100%;
    background: #404040;
    transition: width 0.3s ease; }

@media (max-width: 1399px) {
  .article-container {
    max-width: 900px;
    padding: 40px 40px 60px; }
  .article-related-products__header,
  .article-related-products__slider,
  .article-related-products__scrollbar {
    max-width: 900px; }
  .article-related-products__title,
  .article-related-news__title {
    font-size: 36px;
    line-height: 44px; } }

@media (max-width: 1199px) {
  .article-header__title {
    font-size: 36px;
    line-height: 44px; }
  .article-product-card {
    flex: 0 0 280px;
    min-width: 280px; } }

@media (max-width: 991px) {
  .article-container {
    max-width: 100%;
    padding: 32px 24px 48px; }
  .article-header__title {
    font-size: 32px;
    line-height: 40px; }
  .article-related-products,
  .article-related-news {
    padding: 48px 0; }
  .article-related-products__title,
  .article-related-news__title {
    font-size: 28px;
    line-height: 36px; }
  .article-related-products__nav,
  .article-related-news__nav {
    display: none; }
  .article-product-card {
    flex: 0 0 260px;
    min-width: 260px; } }

@media (max-width: 767px) {
  .article-page {
    padding: 0; }
  .article-container {
    padding: 16px 16px 32px; }
  .article-header {
    margin-bottom: 12px; }
    .article-header__breadcrumb {
      margin-bottom: 12px; }
    .article-header__meta {
      gap: 8px;
      margin-bottom: 12px; }
    .article-header__title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.5px; }
  .breadcrumb-link,
  .breadcrumb-current {
    font-size: 14px; }
  .breadcrumb-current {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .article-badge {
    padding: 6px;
    min-height: 28px;
    font-size: 11px; }
  .article-meta-item {
    font-size: 11px;
    min-height: 28px;
    padding: 6px 0; }
  .article-featured-image {
    margin-bottom: 12px; }
  .article-toc {
    padding: 12px 16px;
    margin-bottom: 12px; }
    .article-toc__title {
      font-size: 16px;
      line-height: 22px; }
    .article-toc__item {
      font-size: 14px;
      line-height: 20px; }
  .article-content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 12px; }
    .article-content__lead {
      font-size: 14px;
      line-height: 22px; }
    .article-content h2, .article-content h3 {
      font-size: 14px;
      line-height: 22px;
      margin: 12px 0 8px; }
    .article-content p {
      margin-bottom: 12px; }
    .article-content__quote {
      padding: 16px;
      margin: 16px 0; }
      .article-content__quote p {
        font-size: 14px; }
    .article-content__cta {
      padding: 20px 16px;
      margin: 24px 0; }
      .article-content__cta p {
        font-size: 14px; }
      .article-content__cta .btn-primary {
        width: 100%;
        text-align: center; }
  .article-share {
    flex-wrap: wrap;
    gap: 12px;
    padding: 16px 0; }
    .article-share__btn {
      width: 36px;
      height: 36px;
      font-size: 14px; }
  .article-tags {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 24px; }
    .article-tags__label {
      padding-top: 0; }
  .article-navigation {
    flex-direction: column;
    gap: 12px;
    padding: 20px 0; }
  .article-nav-link {
    padding: 12px; }
    .article-nav-link--next {
      flex-direction: row-reverse;
      justify-content: flex-start; }
      .article-nav-link--next .article-nav-link__content {
        align-items: flex-start; }
    .article-nav-link__title {
      font-size: 13px; }
  .article-related-products {
    padding: 24px 16px; }
    .article-related-products__header {
      margin-bottom: 16px; }
    .article-related-products__title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.5px; }
    .article-related-products__scrollbar {
      margin-top: 16px; }
  .article-product-card {
    flex: 0 0 200px;
    min-width: 200px; }
    .article-product-card__name {
      font-size: 16px;
      line-height: 22px; }
    .article-product-card__price {
      font-size: 16px;
      line-height: 22px; }
    .article-product-card__price-original {
      font-size: 13px; }
    .article-product-card__variant {
      width: 28px;
      height: 28px; }
    .article-product-card__cart-btn {
      width: 36px;
      height: 36px; }
      .article-product-card__cart-btn svg {
        width: 20px;
        height: 20px; }
  .article-related-news {
    padding: 24px 0; }
    .article-related-news__header {
      margin-bottom: 16px; }
    .article-related-news__title {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: -0.5px; }
    .article-related-news__scrollbar {
      margin-top: 16px; }
  .article-scrollbar-pagination {
    margin-top: 16px; }
    .article-scrollbar-pagination__bar {
      height: 3px; } }

@media (max-width: 374px) {
  .article-header__title {
    font-size: 18px;
    line-height: 24px; }
  .article-product-card {
    flex: 0 0 180px;
    min-width: 180px; } }

.article-scrollbar-pagination {
  max-width: 100%; }
