/*do not delete this file*/
.background-none .staticpage-header::before,
.background-none .details-title-row::before,
.background-none .news-item__header::before,
.background-none .shipping-payment-title::before,
.background-none .checkout-title-row::before,
.background-none .cart-title::before,
.background-none .brands-title-row::before,
.background-none .managers-header::before,
.background-none .store-reviews-header::before,
.background-none .user-header::before,
.background-none .page-title-row::before,
.background-none .myaccount-title::before,
.background-none .exclusion__alternation-block ~ .custom-bg:nth-child(2n)::before,
.background-none .products-specials-container .alternation-block:nth-last-child(2n+1)::before,
.background-none .exclusion__alternation-block-custom ~ .custom-bg:nth-child(2n+1)::before {
  position: relative;
  width: var(--viewport-width) !important;
  left: 50%;
  margin-left: calc(var(--viewport-width) / 2 * -1);
  right: 50%;
  margin-right: calc(var(--viewport-width) / 2 * -1);
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  background: #f8f8f8;
  z-index: -1;
}