<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {
  .top-advertisements .items-collection {
    display: block;
  }
}
@media screen and (max-width: 1460px) {
  .carousel-section .owl-nav .owl-prev {
    left: -23px;
  }
  .carousel-section {
    padding: 0 20px;
  }
  .carousel-section .owl-nav .owl-next {
    right: -23px;
  }
  .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-1,
  .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-2,
  .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-3,
  .views-view-grid.horizontal.cols-3.clearfix .views-row.clearfix.row-4 {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)) !important;
    width: 100%;
    gap: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .cart.cart-form table tbody td:first-child {
    text-align: center;
  }
  .label-input.textarea .input-container textarea {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    .parsley-errors-list.filled {
    position: relative;
    bottom: unset;
    box-sizing: border-box;
    font-size: 12px;
    order: -1;
  }
  .messaging
    .messaging-wrapper
    main
    .message-wrapper
    .message-action
    .input-container
    &gt; input {
    order: -2;
  }
  .carousel-section {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage-container .background-homepage video {
    height: 320px;
  }
  .homepage-container .owl-carousel .owl-item img {
    height: 320px;
  }
  .homepage-container .top-advertisements .title {
    font-size: 15px !important;
  }
  .homepage-container .background-homepage img {
    height: 300px;
    width: 220%;
  }
  .homepage-container .view-all-button {
    max-width: 100% !important;
    width: 100% !important;
  }
  .information-section .title {
    text-align: center;
  }
  .items .item .details .title-product {
    text-align: center;
  }
  .select2-results__option {
    font-size: 14px !important;
  }
  .homepage-container .insert-buttons .suchen-button a {
    height: 30px;
    font-size: 12px !important;
  }
  .top-advertisements .items-collection .item .product-img img {
    height: 150px;
  }
  .items-collection .item .description-item .categories .category {
    font-size: 10px;
  }
  .items-collection .item .description-item .title,
  .items-collection .item .description-item .price {
    font-size: 12px;
  }
  .homepage-container .top-advertisements {
    padding: 0 20px !important;
  }
  .top-advertisements .items-collection .item .description-item {
    padding: 0 5px;
  }
  .top-advertisements .items-collection .item .description-item {
    gap: 10px;
  }
  .items-collection .addtofavorite {
    right: 0;
    top: 0px;
  }
  .top-advertisements .items-collection .item {
    padding-bottom: 10px;
  }
  header .container {
    gap: 30px;
  }
  .no-invoices {
    font-size: 16px;
    padding-bottom: 40px;
  }
  .cart.cart-form table tbody td:last-child {
    text-align: center;
    padding-right: 20px;
  }
  .owl-carousel.slider-carousel-img .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
  }
  .customcheckoutreview-checkout
    .layout-checkout-form
    .js-form-type-checkbox
    label {
    line-height: 1.5em;
    font-size: 16px;
    width: 100%;
  }
}
</pre></body></html>