@media all and (max-width: 899px), print {
  .cat_overview {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 769px), print {
  .cat_overview {
    grid-template-columns: repeat(auto-fit, 25%);
  }
  .products-leftcol {
    margin: 30px 0 0;
  }
  .products-leftcol p {
    max-width: 300px;
    margin: 0 auto 12px;
  }
  .products-leftcol .categories .heading {
    display: none;
  }
  .product-item .add-left img.logo {
    max-width: 50px;
    display: block;
    margin: 30px auto;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding: 5px 5px 5px 25px;
  }
  .amshopby-search-box {
    margin: 5px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-wrap: break-word;
    word-break: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 20px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 4px;
    left: 5px;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: rgba(0, 68, 106, 0.8) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: rgba(0, 68, 106, 0.8);
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: rgba(0, 68, 106, 0.8);
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .products-grid .product-items .product-item .add-left {
    display: none;
  }
  .products-grid .product-items .product-item .add-left .varianten {
    width: 80%;
    margin: 0 0 10px;
    hyphens: none;
  }
  .products-grid .product-items .product-item .add-bottom {
    display: none;
  }
  .products-grid .product-items .product-item.hover .itemcontent {
    display: grid;
    grid-template-areas: "leftdata maindata" "leftdata bottomdata";
    grid-template-columns: 85px auto;
    position: absolute;
    top: -1px;
    right: -1px;
    border: 1px solid #cccccc;
    background: #ffffff;
    z-index: 3;
    -moz-box-shadow: 0 6px 10px 0 #999999;
    -webkit-box-shadow: 0 6px 10px 0 #999999;
    box-shadow: 0 6px 10px 0 #999999;
    padding: 0 0 10px;
  }
  .products-grid .product-items .product-item.hover .itemurl {
    margin: 0;
  }
  .products-grid .product-items .product-item.hover .main-data {
    grid-area: maindata;
    z-index: 4;
    margin: 0 5px 0 0;
  }
  .products-grid .product-items .product-item.hover .main-data .varianten {
    display: none;
  }
  .products-grid .product-items .product-item.hover .add-left {
    grid-area: leftdata;
    display: block;
    margin: 5px 0 0 5px;
  }
  .products-grid .product-items .product-item.hover .add-bottom {
    grid-area: bottomdata;
    display: block;
  }
  .products-grid .product-items .product-item.hover.sonderkennz {
    /*
						&.sprint {
							.itemcontent {
								border-color: @sprint_color;
							}
						}
						*/
  }
  .products-grid .product-items .product-item.hover.sonderkennz .main-data::before {
    top: 0;
  }
  .products-grid .product-items .product-item.hover.sonderkennz.topseller .itemcontent {
    border-color: #ee6205;
  }
  .products-grid .product-items .product-item.hover .productlabel {
    top: 5px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 16px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #ffffff;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    color: #aaaaaa;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #aaaaaa;
    background: #fafafa;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(209, 209, 209, 0.8), inset 0 -1px 0 0 rgba(209, 209, 209, 0.3);
    background: #ededed;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list::before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .page-layout-2columns-left.page-layout-1column .column.main {
    min-height: inherit;
  }
  /*
	.sidebar {
		.product-items {
			.product-item-info {
				.product-item-photo {
					float: left;
					left: auto;
					margin: 0 10px 10px 0;
					position: relative;
					top: auto;
				}
			}

			.product-item-details {
				margin: 0;
			}

			.product-item-actions {
				clear: left;
			}
		}
	}
	*/
  /*
	.compare.wrapper {
		float: right;
		.lib-list-reset-styles();

		.action.compare {
			line-height: @form-element-input__height;
			.lib-link(
				@_link-color: @primary__color,
				@_link-text-decoration: none,
				@_link-color-visited: @primary__color,
				@_link-text-decoration-visited: none,
				@_link-color-hover: @primary__color,
				@_link-text-decoration-hover: underline,
				@_link-color-active: @primary__color,
				@_link-text-decoration-active: underline
			);
		}

		.counter.qty {
			.lib-css(color, @primary__color__lighter);

			&:before {
				content: '(';
			}

			&:after {
				content: ')';
			}
		}
	}
	*/
  .page-products.page-layout-2columns-left .page-main .columns {
    display: grid;
    grid-template-columns: 250px 15px auto;
    margin: 10px 0 0;
  }
  .page-products.page-layout-2columns-left .page-main .columns .sidebar-main {
    grid-column-start: 1;
    position: relative;
    padding: 0;
  }
  .page-products.page-layout-2columns-left .page-main .columns .column.main {
    grid-column-start: 3;
    width: auto;
    float: none;
  }
  .filter-mobile-only {
    display: none;
  }
  .filter-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0;
    grid-column-gap: 1%;
    grid-row-gap: 8px;
    justify-content: space-between;
  }
  .filter-options-item {
    border: 1px solid #d1d1d1;
    position: relative;
  }
  .filter-options-item.hiddenfilter,
  .filter-options-item.weniger-filter {
    display: none;
  }
  .mehr-filter .filter-options-title::after {
    content: '\00FF0B';
  }
  .weniger-filter .filter-options-title::after {
    content: '\002014';
  }
  .filter-options-content {
    border: 1px solid #cccccc;
    min-height: 101%;
    position: absolute;
    z-index: 240;
    top: 34px;
    left: -1px;
    background: #ffffff;
    max-height: 250px;
    overflow-y: scroll;
    -moz-box-shadow: 0 5px 10px 0 #cccccc;
    -webkit-box-shadow: 0 5px 10px 0 #cccccc;
    box-shadow: 0 5px 10px 0 #cccccc;
  }
  .filter-options-content .item:not(.swatch-option-link-layered) {
    border-top: 1px solid #cccccc;
  }
  .filter-options-content a {
    grid-template-columns: auto 75px;
  }
  .catalog-topnav.expand .filter-options-item.hiddenfilter,
  .catalog-topnav.expand .filter-options-item.weniger-filter {
    display: block;
  }
  .catalog-topnav.expand .filter-options-item.mehr-filter {
    display: none;
  }
}
@media all and (min-width: 900px), print {
  .subcat-listing .serien {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filter-options {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .products-grid .separator-banner {
    grid-column: 1 / span 3;
  }
}
@media all and (min-width: 1440px), print {
  /*
    .sidebar {
		.product-items {
			.product-item-info {
				.product-item-photo {
					float: none;
					left: 0;
					margin: 0;
					position: absolute;
					top: 0;
				}
			}

			.product-item-details {
				margin-left: 85px;
			}
		}
	}
	*/
}
@media all and (min-width: 1200px), print {
  .subcat-listing .serien {
    grid-template-columns: repeat(4, 1fr);
  }
}
/*
* Modul: Badshop_CategoryNavigation
* _category.less
*/
@supports (-moz-appearance:none) {
  .products-leftcol .categories a.parent.topcat:before {
    line-height: 20px;
  }
}
/*
* Modul: Badshop_InfoBanner
* _category.less
*/
/*
* Modul: Badshop_ProductDataExtend
* _category.less
*/
/*
* Modul: Badshop_ProductDataExtend
* category/_listings.less
*/
/*
* Modul: Badshop_ProductDiscontinuation
* _category.less
*/
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
/*
* Theme: Badshop/default-theme
* Modul: Magento_Catalog
* _category.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Magento_Catalog
* category/_listings.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Magento_LayeredNavigation
* _category.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Magento_Swatches
* _category.less
*/
/*
 * Theme: Badshop/default-theme
 * Modul: Magento_Theme
 * _category.less
 */
/*
* Theme: Badshop/default-theme
* Modul: Magento_Theme
* _mixins.less
*/
/*
* Theme: Badshop/default-theme
* Modul: Badshop_CategoryNavigation
*/
/*
* Theme: Badshop/default-theme
* Modul: Badshop_InfoBanner
*/
