<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1{
    margin-top:0px;
  }
  .SubCats_Categories_Container{
      display: none;
  }
  
  .SubCats_Categories_DIV .item-group__image img{
      display: block;
      width: 100%;
      height: auto;
  }
  
  .SubCats_Categories_DIV .item-group__text a{
      text-align: center;
    display: block;
    text-decoration: none;
  }
  
  .item-group-list {
      margin-bottom: 15px
  }
  
  .item-group-list .item-group {
      width: 100%
  }
  
  .item-group-list .item-group__text {
      text-align: center
  }
  
  .item-group-list .item-group__text a {
      text-decoration: none
  }
  
  .item-group-list .item-group__count {
      display: inline-block;
      margin-left: .33em
  }
  
  .item-group-list .item-group__count:before {
      content: '('
  }
  
  .item-group-list .item-group__count:after {
      content: ')'
  }
  
  .item-group-list--text-image .item-group {
      margin-bottom: 15px
  }
  
  .item-group-list--text-image .item-group__text a {
      padding: .5rem .5rem;
      display: inline-block
  }
  
  .item-group-list--text-only .col {
      display: flex
  }
  
  .item-group-list--text-only .item-group {
      margin-bottom: 15px
  }
  
  .item-group-list--text-only .item-group__text {
      width: 100%;
      height: 100%;
      display: table
  }
  
  .item-group-list--text-only .item-group__text a {
      border: 1px solid #eaeaea;
      display: table-cell;
      vertical-align: middle;
      padding: 1rem .5rem
  }
  
  .item-list-text__description.expandable.open{
    height:auto;
  }
  
  .item-list-text__description.expandable{
    transition: all 0.3s ease-in-out;
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
  }
  
  .item-list-text__description.expandable:not(.open) + .toggleDescriptionButton .close,
  .item-list-text__description.expandable.open + .toggleDescriptionButton .open{
    display:none;
  }
  
  .item-list-text__description.expandable + .toggleDescriptionButton{
    cursor: pointer;
    margin: 10px 0px;
    display: inline-block;
    text-decoration: underline;
    background-color: #fff;
    color: #000;
  }
  
  .item-list-text__description.expandable + .toggleDescriptionButton:hover{
      font-weight: 700;
  }
  
  .ProductGroup {
      display: block;
      width: 100%;
      position: relative;
  }
  
  .webshop-productlist .SubCats_Categories_UL {
      display: flex;
      flex-direction: row;
      padding: 0;
      margin: 0px 0px 0px;
      list-style-type: none;
      flex-wrap: wrap;
      gap: 2%;
  }
  
  body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li {
      float: none !important;
      border: none;
      margin: 0px;
      width: calc(12.75% - 2%) !important;
      flex-shrink: 0;
  }

  body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li .item-group{
    display: block;
    width:100%;
  }

  body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li .item-group__image{
    display: block;
    width:100%;

  }

  body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li .item-group__image a{
    display: block;
    width:100%;
  }

  body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li .item-group__text{
    display: block;
    width:100%;
  }

  body.webshop-productlist .category-description{
    display: block;
    width:100%;
    max-width: 100%;
  }
  
  @media (max-width: 1400px){
  
    /*
      body.webshop-productlist .ProductGroup .SubCats_Categories_UL{
          overflow-x: auto;
          flex-wrap: nowrap;
      }
          */
          
          
  
      body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li {
        width: calc(23% - 2%) !important;
      }    
  }
  
  @media (max-width: 880px){
      body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li {
          margin: 0px 0px 20px 0px;
          width: calc(25% - 2%) !important
      }    
  }
  
  @media (max-width: 400px){
      body.webshop-productlist .ProductGroup .SubCats_Categories_UL &gt; li {
          width: calc(50% - 2%) !important;
      }    
  }
  
  
  .ProductGroup .SubCats_Categories_UL li .item-group__image img {
      background-color: #b7d6e1;
      border-radius: 5px;
      margin-bottom: 5px;
      display: block;
      width: 100%;
      height: auto;
  }
  
  .ProductGroup .SubCats_Categories_UL li .item-group__text a {
      text-decoration: none;
      text-align: center;
      display: block;
  }
  
  .ProductList_Custom_DIV .item-card .item__image &gt; a &gt; img{
  position: absolute;
      position: absolute;
      top: 50%;
      color: transparent;
      transform: translate(-50%,-50%);
      max-width: 100%;
      max-height: 100%;
      display: block;
      margin: auto 0;
      left: 50%;
  }
  
  .ProductList_Custom_DIV .item-card .item__image.ExtraImg &gt; a &gt; .ExtraImg{
      display:none;
  }
  
  .ProductList_Custom_DIV .item-card .item__image.ExtraImg:hover &gt; a &gt; img{
      display:none;
  }
  
  .ProductList_Custom_DIV .item-card .item__image.ExtraImg:hover &gt; a &gt; .ExtraImg{
      display:block
  }

  
  
  
  .ProductList_Custom_DIV .item-card .item__image .VariantCount{
      position: absolute;
      bottom: 10px;
      left: 50%;
      transform: translateX(-50%);
      padding: 3px 8px;
      color: #fff;
      background-color: #000;
      border-radius: 3px;
  }
  
  .producentButtonContainer{
      display: flex;
      justify-content: flex-start;
      margin-bottom: 1rem;
      width: 100%;
  }
  .producentButton {
      border: 1px solid #ddd;
      padding: 10px 15px;
      width: 15%;
      margin: 0% 1% 0% 0%;
      text-align: center;
      justify-content: center;
      display: flex;
      flex-direction: column;
  }
  .variantSelectorColor .circle,
  .variantSelector .circle {
      border: 1px solid #ddd;
      border-radius: 50%;
      padding: 5px 10px;
      line-height: 25px;
      align-self: center;
  }
  .variantSelectorColor {
    justify-content: center;
      margin-top: 15px;
      align-items: center;
      display: flex;
  }
  
  .variantSelectorColor a{
    max-width:20%;
  }
  .variantSelectorColor a img{
  
  }
  
  @media (max-width: 880px){
    .producentButton {
      padding: 10px 10px;
      width: 30%;
    }
  }
  .-mx-1 {
      margin-left: 0px;
      margin-right: 0px;
  }</pre></body></html>