body.entry-content {
  overflow-x: hidden;
}

div#otherContentWrapper .size-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: auto;
}

#sb-site body.entry-content {
  overflow-x: auto;
}

#sb-site div#otherContentWrapper .size-full {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}

div#otherContentWrapper {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 150px;
}

.newproducts-content p {
  margin: 0;
}

.newproducts-content a {
  text-decoration: none !important;
}

.newproducts-content img {
  max-width: none;
}

div#otherContentWrapper h3 {
  margin-top: 80px;
  text-align: center;
  color: #000000;
  font-size: 24pt;
  font-family: arial, helvetica, sans-serif;
}

.newproducts-content h3 span {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
}

.newproducts-action {
  text-align: center;
}

.newproducts-action span {
  font-family: arial, helvetica, sans-serif;
}

.newproducts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 5px;
  max-width: 100%;
  margin-inline: auto;
}

.newproducts-cell {
  padding: 10px;
}

.newproducts-cell img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media (max-width: 767px) {
  .newproducts-grid {
    grid-template-columns: 1fr;
  }
}

div#otherContentWrapper strong a {
  margin-top: 1em;
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 1em 1em;
  font-size: clamp(1em, 4vw, 1.3em);
  font-weight: normal;
  width: 70%;
  max-width: 400px;
}

.js--newproducts-table.collapsed .newproducts-cell:nth-of-type(n + 7) {
  display: none;
}

.js--newproducts-table-target {
  display: none;
  text-align: center;
}

.js--newproducts-table-target.show {
  display: block;
}