.page-layout-1column .block.widget.highlight-cols-1 .product-item,
.page-layout-1column .block.widget.highlight-cols-1 .product-item:nth-child(n),
.block.widget.highlight-cols-1 .product-item {
  margin: 0;
  width: 100%;
}
.page-layout-1column .block.widget.highlight-cols-1 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-1 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-1 .product-item:nth-child(n) {
  margin: 0;
}
.page-layout-1column .block.widget.highlight-cols-2 .product-item,
.page-layout-1column .block.widget.highlight-cols-2 .product-item:nth-child(n),
.block.widget.highlight-cols-2 .product-item {
  margin: 0;
  width: 50%;
}
.page-layout-1column .block.widget.highlight-cols-2 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-2 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-2 .product-item:nth-child(n) {
  margin: 0;
}
.page-layout-1column .block.widget.highlight-cols-3 .product-item,
.page-layout-1column .block.widget.highlight-cols-3 .product-item:nth-child(n),
.block.widget.highlight-cols-3 .product-item {
  margin: 0;
  width: 33.33333333%;
}
.page-layout-1column .block.widget.highlight-cols-3 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-3 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-3 .product-item:nth-child(n) {
  margin: 0;
}
.page-layout-1column .block.widget.highlight-cols-4 .product-item,
.page-layout-1column .block.widget.highlight-cols-4 .product-item:nth-child(n),
.block.widget.highlight-cols-4 .product-item {
  margin: 0;
  width: 25%;
}
.page-layout-1column .block.widget.highlight-cols-4 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-4 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-4 .product-item:nth-child(n) {
  margin: 0;
}
.page-layout-1column .block.widget.highlight-cols-5 .product-item,
.page-layout-1column .block.widget.highlight-cols-5 .product-item:nth-child(n),
.block.widget.highlight-cols-5 .product-item {
  margin: 0;
  width: 20%;
}
.page-layout-1column .block.widget.highlight-cols-5 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-5 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-5 .product-item:nth-child(n) {
  margin: 0;
}
.page-layout-1column .block.widget.highlight-cols-6 .product-item,
.page-layout-1column .block.widget.highlight-cols-6 .product-item:nth-child(n),
.block.widget.highlight-cols-6 .product-item {
  margin: 0;
  width: 16.66666667%;
}
.page-layout-1column .block.widget.highlight-cols-6 .product-item:nth-child(n),
.page-layout-1column .block.widget.highlight-cols-6 .product-item:nth-child(n):nth-child(n),
.block.widget.highlight-cols-6 .product-item:nth-child(n) {
  margin: 0;
}
@media (max-width: 767px) {
  /* Three columns instead of six */
  .highlight-cols-6 li.item {
    width: 33.33333333% !important;
  }
}
@media (max-width: 480px) {
  /* Two columns for small screen */
  .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-item,
  .page-layout-1column .block.widget.highlight-grid:not(.highlight-cols-1) .product-item:nth-child(n),
  .block.widget.highlight-grid:not(.highlight-cols-1) .product-item {
    width: 50% !important;
  }
}
