@media screen and (min-width: 1241px) {
  search-header {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 0 1.5px #29004e;
    flex: 1;
    height: 40px;
    margin-left: auto;
    margin-right: 30px;
    max-width: 450px;
    position: relative;
  }
  cart-button,
  comparison-button,
  favorites-button,
  personal-button {
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-left: 20px;
    position: relative;
    width: 30px;
  }
  cart-button {
    margin-left: 0;
  }
  location-picker {
    margin-right: 30px;
    width: 100px;
  }
  call-me-link,
  location-picker {
    background: #f5f5f5;
    border-radius: 4px;
    display: block;
    height: 20px;
  }
  call-me-link {
    width: 210px;
  }
  main-slider {
    background: #f5f5f5;
    border-top: 2px solid #f5f5f5;
    padding-bottom: 17%;
    width: 100%;
  }
}
