<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************************************************************/
/* xPRESS-2024 */

.id-1160 .sidebar {
  display: none;
}

.id-1160 #content &gt; h1 {
  display: none;
}

.id-1160 #content &gt; h4 {
  display: none;
}

.id-1160 #productsTop {
  display: none;
}

.id-1160 .breadcrumbs-wrapper .breadcrumbs {
  display: none;
}

.id-1160 #category-header {
  display: none;
}

.id-1160 .products-block.products {
  margin-top: 50px;
}

.id-1160  #content &gt; div &gt; article &gt; header {
  display: none;
}

.id-1160 #content &gt; ul {
  display: none;
}

.id-1160 .filters-wrapper {
  display: none;
}

.id-1160 .category-top {
  display: none;
}

.id-1160 .category-perex {
  display: none;
}


#xPRESS-2024-boxes-inside:hover {
  background-color: #000 !important;
  color: #fff;
}

#xPRESS-2024-box-div-mob {
  display: none !important;
}


@media only screen and (max-width: 480px) {

  #xPRESS-2024-boxes {
    display: grid !important;
    padding: 0 20px !important;
  }

  #xPRESS-2024-boxes-inside {
    width: auto !important;
  }

  .xPRESS-2024-subheadline {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  #xPRESS-2024-box {
    width: 100% !important;
    height: 400px !important;
  }

  #xPRESS-2024-box-div-mob {
    display: block !important;
  }

  #xPRESS-2024-box-text {
    width: 100% !important;
    padding: 40px 0 !important;
    height: 400px !important;
  }

  #xPRESS-2024-box-div-exe {
    display: none !important;
  }

  #xPRESS-2024-h2-extra {
    margin: 0px auto 20px auto !important;
  }


}
</pre></body></html>