

:root {
  
    --body-bg-color: #A724E3;
  
  
    --bg-page-header: #A724E3;
  
  
  
   
}








  .search-form__input-group,
  .category-list-item-wrapper--startpage,
  .forum-dialog-container,
  .content__plate
   {
    border: 1px solid #B2B5BD;
  }

  @media (min-width: 768px) {

    .toplist {
      border-bottom: 1px solid #B2B5BD;
    }

   .content__plate {
      margin-right: -1px;
      margin-left: -1px;
    }
  }




  body {
    background-color: #A724E3;
  }

  @media print {
    .header {
      background-color: #A724E3 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(167, 36, 227, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(281, 77%, 37%);
  }



  @media (min-width: 768px) {
    .background-image {
      height: 105.5rem;
    }

    .background-image::before {
      display: block;
      
      background-image:
        linear-gradient(
          to bottom,
          rgba(167, 36, 227, 0.0),
          #A724E3
        );
      
    }
  }



  .background-image {
    display: block;
  }





  @media (min-width: 768px) {
    .background-image {
      background-image: url("/uploaded_files/408/4fac6851b2f74afb942776a879287547/_BA90869-SK-snabbladdning.jpg");
    }
  }









  .background-image,
  .widget .background-image {
    background-color: #A724E3;
  }

  @media print {
    .header {
      background-color: #A724E3 !important;
    }
  }

  .widget .widget-button {
    background-color: rgba(167, 36, 227, 0.9);
  }

  .widget .widget-button:focus,
  .widget .widget-button:hover {
    background-color: hsl(281, 77%, 37%);
  }



