@import '../css/typography.css';


body .all_colors:has(.offcanvas.show),
body .all_colors:has(.modal-backdrop.fade.show) {
    position:static;
}
body .product-box .product-price-wrapper .product-price.with-list-price .product-unit-price {
    color: #c20017;
}

.product-price .list-price .list-price-price {
    text-decoration: line-through;
}
.custom-block-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-start;
    max-width: 100%;
}
.custom-block-grid .sw6-connector {
    width: 25%;
    text-align: center;
    border: 1px solid #ebebeb;
    margin: 0px -1px 10px;
    transition: width 0.5s 0.2s cubic-bezier(0.165,0.840,0.440,1.000);
}
.custom-block-grid .sw-product-media {
    display: flex;
    flex-wrap: wrap;
    min-height: 220px;
    max-height: 220px;
    height: 100%;
    border-collapse: separate;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
    overflow: hidden;
}
.custom-block-grid .sw-product-media:hover {
    opacity: 0.3;
    background: #fff;
}
.custom-block-grid .sw-product-media a {
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
.custom-block-grid .sw-product-media img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.custom-block-grid .sw-product-name {
    border-top: 1px solid #ebebeb;
    padding: 0 10px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    height: 75px;
    color: #b0b0b0;
    font-weight: normal;
    font-size: 14px;
}
.custom-block-grid .sw-product-name::after {
    transform: rotate(135deg);
    width: 0.5rem;
    height: 0.5rem;
    top: -0.3125rem;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    border-color: #ebebeb;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

@media (max-width: 992px) {
    .custom-block-grid .sw6-connector {
        width: 50%;
    }
}
@media (max-width: 480px) {
    .custom-block-grid .sw6-connector {
        width: 100%;
    }
}

/* Shopware Styling */
.product-box.card {
    padding: 14px 20px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 1px #ccc;
    background: #fff;
    width: 100%;
    border: 0;
    margin: 5px 0;
}

.product-box {
    height: 100%;
}

.card-body{
    padding:16px;
    flex: 1 1 auto;
}

.product-badges {
    position: absolute;
    top: 30px;
    left: -1px;
    z-index: 10;
}

.product-badges {
    pointer-events: none;
    top: 20px;
}

.product-image-wrapper {
    height: 200px;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 180px;
    margin-bottom: 15px;
    position: relative;
}

.product-image-link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image.is-standard {
    object-fit: scale-down;
}

.product-image {
    display: block;
    max-width: 100%;
    max-height: 200px;
}

.entry-content .cms-page {
    max-width: 1360px;
    background: #fff;
    width: 100%;
    margin: 20px auto 45px;
    box-shadow: 0 0 4px 1px #dadae5;
}

.cms-element-product-listing .cms-listing-col {
    padding-right: 15px;
    padding-left: 15px;
}

.product-box .product-name {
    font-size: 18px;
    line-height: 24px;
    font-family: "opensans-semibold";
    height: 50px;
    text-align: start;
}

.product-name {
    font-weight: 600;
}
.product-name {
    color: #222;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 44px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.product-image {
    width: 100%;
    height: 100%;
}

.product-description {
    color: #555555;
    font-weight: 400;
    font-family: OpenSans-Regular;
    font-size: 16px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.cms-element-product-listing .cms-listing-col {
    margin-bottom: 30px;
}

.product-box .product-name:hover {
    color: #e85630;
}
.cms-page{
    padding: 35px 50px;
}


.product-box .product-price-unit {
    font-size: 13px;
    font-family: lato-regular;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-price-info {
    margin-top: 10px;
}

.product-box .product-price-wrapper {
    font-family: OpenSans-Regular;
    letter-spacing: 1px;
    color: #222;
}

.product-box .product-price-wrapper {
    min-height: 54px;
}

.product-price-wrapper {
    font-size: 18px;
}

.product-box .product-cheapest-price {
    min-height: revert;
    margin: 0;
    line-height: normal;
}
.product-cheapest-price{
        font-size: 0.75rem;
}

.product-box .product-price-wrapper .product-price {
    color: #2b3136;
}
.product-price {
 color: #2b3136;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    overflow: hidden;
}

.cms-element-sidebar-filter .filter-panel-item-toggle,
.cms-element-sidebar-filter .filter-boolean,
.offcanvas-filter .filter-panel-item-toggle,
.offcanvas-filter .filter-boolean {
    border-radius: 3px;
    font-family: opensans-bold;
    color: #222;
    background-color: #fff;
}
.is--sidebar .filter-panel-item-toggle {
    text-align: left;
    display: flex;
    font-size: 14px;
    border-color: #e85630;
    padding: 2px 12px;
    line-height: 34px;
    align-items: center;
    justify-content: space-between;
}
.filter-panel-item {
    margin-bottom: 12px;
}

.cms-element-sidebar-filter .filter-panel-item-toggle[aria-expanded="true"]{
    border-color: #e85630;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"]:focus,
.is--sidebar .filter-panel-item-toggle:focus {
    box-shadow: none;
}
.is--sidebar .filter-panel-item-toggle:hover {
    color: #e85630;
}
.filter-panel-item-toggle.btn svg,
.filter-panel-item-toggle.btn path{
    fill: #4a545b;
    color: #4a545b;
}
.filter-panel-item-toggle.btn:not(.collapsed) svg{
    transform: rotate(180deg);
}
.filter-panel-item-toggle.btn:not(.collapsed) svg,
.filter-panel-item-toggle.btn:not(.collapsed) use{
    fill: #4a545b;
    color: #4a545b;
}
.cms-element-sidebar-filter {
    border: 1px solid #dadae5;
    border-radius: 6px;
    font-family: "opensans-semibold";
    box-shadow: 0px 1px 4px 1px #ccc;
    margin: 3px;
    padding: 20px;
}
.is--sidebar .filter-panel-item-dropdown {
    min-width: 100%;
    border: 1px solid #222;
    border-top: 0;
    border-radius: 0 0 4px 4px;
}
.filter-multi-select-dropdown.filter-panel-item-dropdown {
    padding: 0px;
}
.cms-element-sidebar-filter .filter-panel-item-dropdown{
    border-color: #e85630;
}
.filter-panel-item-dropdown{
        max-height: 200px;
    overflow: auto;
}
.product-wishlist-contentx {
    z-index: 999 !important;
    height: 40px;
    width: 40px;
    background: #f9f9f9;
    border-radius: 50%;
    border-style: none;
    position: absolute;
    bottom: 1rem;
    right: 0rem;
    top: 0;
    padding: 10px;
}
.filter-multi-select-list {
    list-style: none !important;
    min-width: 100%;
    border: 1px solid #e85630;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    list-style: none;
    margin: 0;
    padding: 0px;
    border-right-color: #e85630 !important;
    border-left-color: #e85630 !important;
    border-bottom-color: #e85630 !important;
}
.is--sidebar .filter-panel-item-toggle[aria-expanded="true"]{
    border-bottom: 0 none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.filter-multi-select-dropdown ul {
    max-height: 200px;
    overflow: auto;
}
.filter-panel-item-toggle:focus {
    outline: none;
    box-shadow: none;
}
.filter-multi-select-item-label {
    font-size: 14px;
    padding: 0 15px;
    color: #222222;
}
.filter-multi-select-item-label {
    cursor: pointer;
    pointer-events: none;
}
.filter-multi-select-list-item input[type="checkbox"] {
    border-radius: 0.25em;
}
.filter-multi-select-list-item input[type="checkbox"] {
    background-size: contain;
    border: 1px solid #ebebeb;
    transition: all 0.2s ease-in-out;
    opacity: 0.5;
    width: 16px;
    height: 16px;
}
.filter-multi-select-list-item .filter-property-select-preview {
    display: flex;
    align-items: center;
    padding: 5px 15px;
}
.filter-multi-select-list-item input[type="checkbox"] {
    opacity: 0.2;
    border-radius: 0.25em;
    vertical-align: top;
    outline: 0;
}
.filter-multi-select-list-item input[type="checkbox"]:checked {
    opacity: 1;
    background: #e85630;
    accent-color: #e85630;
    border-color: #e85630;
    border-radius: 0.25em;
    vertical-align: top;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    appearance: none;
}

.filter-multi-select-list-item input[type="checkbox"]:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.25);
}

.filter-range-container {
    display: flex;
    align-items: flex-end;
    padding: 16px;
}

.cms-sections .cms-section-sidebar .cms-section-sidebar-sidebar-content {
    padding-left: 3px;
    padding-right: 20px;
}

.cms-sections .cms-section-sidebar .cms-section-sidebar-main-content {
    padding-right: 0px;
    padding-left: 20px;
}
.cms-element-product-listing .cms-listing-col {
    padding-right: 15px;
    padding-left: 15px;
}

.cms-sections .cms-section-sidebar .cms-section-sidebar-main-content .cms-element-product-listing {
    padding: 0px 10px 0px 10px;
}
.form-control.min-input,
.form-control.max-input {
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #dadae5;
    border-radius: 3px;
    width: 100%;
    line-height: normal;
    margin-bottom: 0;
    height: 28px;
    padding: 6px 10px;
    appearance: none;
}
.filter-range-divider {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
}
label.filter-range-max,
label.filter-range-min {
    font-size: 11px;
}
.product-wishlist-action-circle::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
}
.product-wishlist-not-added .icon-wishlist-not-added {
    animation: pulse 0.5s alternate;
}
.product-wishlist {
    margin-top: 10px;
}
.product-wishlist  .wishlist-icon-container {
    font-size: 20px;
    color: #4a545b;
    letter-spacing: 1px;
}
.cms-section-sidebar.cms-section-sidebar-mobile-wrap{
    margin: 0;
}
.cms-listing-row.js-listing-wrapper {
    margin-right: -15px;
    margin-left: -15px;
}
.cms-element-sidebar-filter .filter-panel-wrapper-toggle,
.cms-element-sidebar-filter .filter-panel-wrapper-toggle:focus {
    border-radius: 3px;
    background: #e85630;
    border-color: #e85630;
    color: #fff;
    font-family: opensans-bold;
    font-size: 16px;
    width: 100%;
    padding: 6px;
    display: block;
    line-height: 34px;
}
.cms-element-sidebar-filter .filter-panel-wrapper-toggle:hover,
.cms-element-sidebar-filter .filter-panel-wrapper-toggle:active{
    background-color: #fff;
    color: #e85630;
    border-color: #e85630;
    box-shadow: none;
}
.cms-element-sidebar-filter .filter-panel-wrapper-toggle:active:focus,
.cms-element-sidebar-filter .filter-panel-wrapper-toggle:focus{
    box-shadow: none;
}
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:hover use,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:hover svg,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:focus:hover use,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:focus:hover svg{
    color: #e85630;
    fill:#e85630;
}
.btn.filter-panel-wrapper-toggle .icon {
    color: #222;
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.cms-block-sidebar-filter .filter-panel-wrapper-toggle use,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle svg,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:focus use,
.cms-block-sidebar-filter .filter-panel-wrapper-toggle:focus svg {
    color: #fff;
    fill:#FFF;
}
.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 90%;
    max-height: 100%;
}
.offcanvas-filter .filter-panel.main {
    height: calc(100% - 80px);
    overflow-y: auto;
    width: 100%;
    padding: 0 25px 25px;
}
.filter-panel-offcanvas-header {
    height: 80px;
    align-items: center;
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.filter-panel-offcanvas-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: #222;
    letter-spacing: 0;
    font-family: 'lato-regular';
}
.btn-close.text-reset {
    color: #4a545b;
}
.pagination-nav .pagination button.active {
    min-width: 40px;
    line-height: 1.5;
    text-align: center;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 9px 15px;
    font-weight: normal;
    background-color: #222;
    color: #FFF;
}
.pagination-nav .pagination button {
    border: 0;
    background-color: transparent;
    padding: 9px 15px;
    color: #222222;
    font-size: 14px;
    font-family: 'lato-Regular';
    min-width: 40px;
}
.pagination-nav .pagination button:disabled {
    color: #798490;
    background: transparent;
    background-color: transparent;
    pointer-events:none;
}
.pagination-nav .pagination button:not(.active):hover {
    background-color: #f9f9f9;
}
.offcanvas-filter .filter-multi-select-item-label {
    font-weight: normal;
    font-family: 'lato-regular';
    padding: 0 18px;
}
.av-main-page {
    padding-top: 20px;
}
body #footer {
    z-index: 0;
}
.filter-panel-active-container span.filter-active {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    padding: 2px 35px 2px 14px;
    border-radius: 50px;
    height: 32px;
    line-height: 26px;
    border: 1px solid #ebebeb;
    margin-right: 6px;
    margin-bottom: 8px;
    vertical-align: top;
    position: relative;
    max-width: 245px;
}
.filter-panel-active-container span.filter-active button {padding: 0 12px;margin: 0;line-height: 4px;border: 0 none;font-weight: 700;color: #4a545b;font-size: 16px;background-color: transparent;appearance: none;position: absolute;top: 2px;right: 0;display: block;height: 100%;bottom: 0;width: 35px;text-align: left;}
button.filter-reset-all {
    border-radius: 50px;
    height: 32px;
    line-height: 26px;
    font-weight: 400;
    vertical-align: top;
    background-color: #e85630;
    color: #fff;
    border: 1px solid #e85630;
    font-size: 14px;
    padding: 0 14px;
}
button.filter-reset-all:hover {
    border-color: #e85630;
    color: #e85630;
    background: #fff;
}
@media(min-width:992px) {
    .html_header_top.html_header_topbar_active.html_header_sticky #top #main:has(.cms-section-sidebar) {
        padding-top: 158px !important;
    }
}
@media (max-width:1400px){
    .entry-content .cms-page {
        padding: 0;
        box-shadow: none;
    }
    .cms-sections .cms-section-sidebar .cms-section-sidebar-main-content {
        padding-right: 0;
    }
}

@media (max-width:992px){
    .responsive body#top:has(.offcanvas.show) #wrap_all #header,
    body:has(.offcanvas.show) .title_container {
        z-index: 0 !important;
    }
    .cms-sections .cms-section-sidebar .cms-section-sidebar-sidebar-content,
    .cms-sections .cms-section-sidebar .cms-section-sidebar-main-content {
        padding: 0;
    }
}

.pagination-controls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
}

.pagination-controls button {
    padding: 8px 16px;
    margin: 0 5px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.pagination-controls button:not(.active):hover {
    background-color: #f9f9f9;
}

.pagination-controls button:disabled {
    background-color: transparent;
    cursor: not-allowed;
    border: 0;
}

.pagination-controls .active {
    background-color: #222;
    color: white;
    border-color: #222;
}

.product-image-wrapper .product-wishlist {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    background: #f9f9f9;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-box .product-price-info .price {
    font-weight: 500;
    color: #2b3136;
    font-size: 18px;
}
.av-main-page {
    padding-top: 15px !important;
}
body #socket {
    z-index:0;
}
.all_colors:has(.modal-backdrop.fade.show) {
    position: fixed;
    overflow: hidden;
}
@media(max-width: 1199px) {
    .cms-listing-row.js-listing-wrapper .cms-listing-col {
        width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .sw6-connector .sw-product-name {
      width: 100%;
      max-width: 300px;
      font-size: 16px;
      line-height: 1.4em;
      height: 3em;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: -webkit-center
    }
}
@media(max-width: 640px) {
    .cms-listing-row.js-listing-wrapper .cms-listing-col {
        width: 100%;
    }
}