.page-category.category-id-1001 #left-column {
  display: flex;
  flex-direction: column;
}

.page-category.category-id-1001 .pp-binocular-sidebar {
  order: -2;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.page-category.category-id-1001 .pp-binocular-sidebar--blog {
  order: 2;
}

.page-category.category-id-1001 .pp-binocular-sidebar__heading,
.page-category.category-id-1001 .pp-storefront-sidebar > :first-child {
  padding: 15px 18px;
  margin: 0;
  background: #ededed;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

.page-category.category-id-1001 .pp-binocular-sidebar__body {
  padding: 8px 13px 13px;
}

.page-category.category-id-1001 .pp-binocular-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 7px;
  padding: 11px 12px;
  color: #565656;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.3;
}

.page-category.category-id-1001 .pp-binocular-sidebar__link span {
  color: #e03075;
  font-size: 19px;
  line-height: 1;
}

.page-category.category-id-1001 .pp-binocular-sidebar__post {
  display: block;
  padding: 9px 7px 13px;
  color: #555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.32;
}

.page-category.category-id-1001 .pp-binocular-sidebar__post span {
  display: block;
  margin-bottom: 4px;
  color: #e03075;
  font-size: 11px;
  line-height: 1.2;
}

.page-category.category-id-1001 .pp-binocular-sidebar__more {
  display: block;
  padding: 11px 7px 2px;
  border-top: 1px solid #e7e7e7;
  color: #e03075;
  font-size: 14px;
}

.page-category.category-id-1001 .pp-storefront-sidebar {
  order: 1;
  overflow: hidden;
  margin-bottom: 18px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
}

.page-category.category-id-1001 .pp-storefront-sidebar > :not(:first-child) {
  margin-left: 18px;
  margin-right: 18px;
}
