.category-header {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-info-header {
  padding: 32px 0 32px;
}

.category-info-header.invert-highlight {
  background-color: #fff;

  box-shadow: 0 -66px 0 50px #fff; /* used to change the background for the breadcrumbs full width */
}

.warranty.product-info-section {
  position: relative;
  padding: 32px 0;
}

@media (max-width: 768px) {
  .category-info-header {
    padding: 0 0 16px;
  }

  .warranty.mobile-view.product-info-section {
    padding-bottom: 104px;
  }

  .category-header .styled-button {
    position: absolute;
    bottom: 32px;
    left: 16px;
    width: calc(100% - 32px);
    justify-content: center;
  }
}
