@layer bricks {.brxe-filter-search{position:relative;width:100%}.brxe-filter-search :where(input){width:100%}.brxe-filter-search .icon{cursor:pointer;display:grid;height:100%;margin-inline:10px;place-items:center;position:absolute;right:0;top:50%;transform:translateY(-50%);visibility:hidden}.brxe-filter-search .icon.brx-show{visibility:visible}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.brxe-filter-range{flex-direction:column;width:100%}.brxe-filter-range,.brxe-filter-range .min-max-wrap{display:flex;gap:10px}.brxe-filter-range .min-max-wrap>div{align-items:center;display:flex;flex-grow:1;gap:10px}.brxe-filter-range .min-max-wrap>div .label{flex-shrink:0}.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-number-wrap{align-items:stretch;display:flex;flex:1 1 auto;min-width:0;width:100%}.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-number-wrap>input[type=number]{appearance:textfield;-moz-appearance:textfield;flex:1 1 auto;min-width:0}.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-number-wrap>input[type=number]::-webkit-inner-spin-button,.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-number-wrap>input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-stepper{display:flex;flex-direction:column;gap:2px;margin-inline-start:4px}.brxe-filter-range .min-max-wrap.has-custom-stepper>div .brx-stepper-button{align-items:center;background:transparent;border:1px solid var(--bricks-border-color);color:inherit;cursor:pointer;display:inline-flex;height:22px;justify-content:center;line-height:1;padding:0;width:22px}.brxe-filter-range input{max-width:100%}.brxe-filter-range input[type=range]{outline:none}.brxe-filter-range .double-slider-wrap{display:flex;flex-direction:column;isolation:isolate;padding-top:14px;position:relative;width:100%}.brxe-filter-range .double-slider-wrap .slider-wrap{position:relative}.brxe-filter-range .double-slider-wrap .slider-wrap .slider-base{border:2px solid var(--bricks-border-color);border-radius:5px;height:0;left:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.brxe-filter-range .double-slider-wrap .slider-wrap .slider-track{border:2px solid;border-radius:5px;height:0;left:0;position:absolute;top:50%;transform:translateY(-50%)}.brxe-filter-range .double-slider-wrap input[type=range]{appearance:none;-webkit-appearance:none;border-radius:2px;height:0;pointer-events:none;position:absolute}.brxe-filter-range .double-slider-wrap input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background-color:#fff;border:2px solid;border-radius:14px;box-shadow:inset 0 0 0 2px #fff;cursor:pointer;height:14px;pointer-events:all;position:relative;transition:.1s;width:14px;z-index:2}.brxe-filter-range .double-slider-wrap input[type=range]::-moz-range-thumb{-webkit-appearance:none;background-color:#fff;border:2px solid;border-radius:14px;box-shadow:inset 0 0 0 2px #fff;cursor:pointer;height:14px;pointer-events:all;position:relative;transition:.1s;width:14px;z-index:2}.brxe-filter-range .double-slider-wrap label{display:none}.brxe-filter-range .double-slider-wrap .value-wrap{display:flex;justify-content:space-between;margin-top:14px}.brxe-filter-range .double-slider-wrap .value-wrap>span{display:inline-flex;gap:10px}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}.brxe-filter-checkbox{list-style-type:none;margin:0;padding:0}:where(.brxe-filter-checkbox[data-mode=button]){display:flex;flex-wrap:wrap;gap:var(--brx-btn-options-gap,10px)}:where(.brxe-filter-checkbox[data-mode=button]) .bricks-button{display:inline-block}.brxe-filter-checkbox[data-mode=default]{display:flex;flex-direction:column;gap:var(--brx-options-gap)}.brxe-filter-checkbox[data-mode=default].brx-count-align-end .brx-option-text{flex:1}.brxe-filter-checkbox[data-mode=default].brx-count-align-end .brx-option-text .brx-option-count{margin-inline-start:auto}.brxe-filter-checkbox[data-mode=button] input[type=checkbox]{appearance:none;-webkit-appearance:none;border:0;height:0;margin:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:0}.brxe-filter-checkbox[data-mode=button] input[type=checkbox]:focus-visible+.bricks-button,.brxe-filter-checkbox[data-mode=button] label:focus-within .bricks-button{outline:2px solid var(--brx-indicator-focus-color,#3b82f6);outline-offset:2px}.brxe-filter-checkbox input.brx-a11y-hidden{appearance:none;-webkit-appearance:none;border:0;height:0;margin:0;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;width:0}.brxe-filter-checkbox .brx-input-indicator{align-items:center;background-color:var(--brx-indicator-bg,transparent);border-color:var(--brx-indicator-border-color,currentcolor);border-radius:var(--brx-indicator-border-radius,3px);border-style:var(--brx-indicator-border-style,solid);border-width:var(--brx-indicator-border-width,1px);display:inline-flex;flex-shrink:0;height:var(--brx-indicator-size,1em);justify-content:center;transition:background-color .15s ease,border-color .15s ease;width:var(--brx-indicator-size,1em)}.brxe-filter-checkbox .brx-input-indicator:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:block;height:10px;opacity:0;transform:rotate(45deg) translate(-1px,-1px);transition:opacity .15s ease;width:6px}.brxe-filter-checkbox input[type=checkbox]:checked+.brx-input-indicator{background-color:var(--brx-indicator-bg-checked,#3b82f6);border-color:var(--brx-indicator-border-color-checked,#3b82f6)}.brxe-filter-checkbox input[type=checkbox]:checked+.brx-input-indicator:after{border-color:var(--brx-indicator-check-color-checked,#fff);opacity:1}.brxe-filter-checkbox input[type=checkbox]:focus-visible+.brx-input-indicator{outline:1px solid var(--brx-indicator-focus-color,#3b82f6);outline-offset:2px}.brxe-filter-checkbox input[type=checkbox]:disabled+.brx-input-indicator{cursor:default;opacity:.5}.brxe-filter-checkbox label{align-items:center;color:inherit;cursor:pointer;display:flex;font:inherit;gap:var(--brx-indicator-gap,.5em);margin:inherit;position:relative}.brxe-filter-checkbox label.brx-option-disabled{cursor:default}.brxe-filter-checkbox .brx-option-text{display:inline-flex;gap:4px}.brxe-filter-checkbox:not([data-mode=button]) .brx-show-more-less-wrapper{margin-top:10px}}@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-back-to-top{align-items:center;appearance:none;bottom:20px;cursor:pointer;display:flex;flex-direction:row;opacity:0;position:fixed;right:20px;transition:all .1s ease-in-out;visibility:hidden;z-index:9999}.brxe-back-to-top.bricks-draggable-handle,.brxe-back-to-top.visible{opacity:1;visibility:visible}}@layer bricks {:where(.brxe-svg){height:auto;width:auto}:where(.brxe-svg) svg{height:auto;max-width:100%;overflow:visible;width:auto}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {.brxe-template{width:100%}}@layer bricks {.brxe-slider-nested{min-width:0;width:100%}.brxe-slider-nested .splide__slide{align-items:center;display:flex;justify-content:center;position:relative}.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev{transform:translateY(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev{transform:translateX(-50%) scaleX(-1)}.brxe-slider-nested .splide__arrows svg{min-height:0;min-width:0}}@layer bricks {.brxe-button{width:auto}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brxe-fckzsf {text-align: left; text-decoration: underline; line-height: 1}#brxe-qalhth {font-family: "Newsreader"; text-align: left; line-height: 1; text-transform: uppercase; margin-top: 0}#brxe-luhsam {text-transform: uppercase; font-size: 23px; border: 2px solid var(--bricks-color-hnapdy); border-radius: 50px; padding-top: 5px; padding-right: 35px; padding-bottom: 5px; padding-left: 35px}#brxe-emlfda {justify-content: center; align-items: flex-start; display: flex; flex-direction: column; row-gap: 15px}#brxe-rvefmv {height: 100%; justify-content: center; align-items: flex-start}#brxe-iqapit {background-color: rgba(155, 138, 120, 0.68); background-blend-mode: soft-light; background-position: 50% 35%; background-repeat: no-repeat; background-size: cover; background-image: url("https://shopaccessoires2378.live-website.com/wp-content/uploads/2026/01/header-kategorien-1920x800px.webp")}#brxe-jtrhld {text-align: left; text-decoration: underline; line-height: 1}#brxe-kgdqqm {font-family: "Newsreader"; text-align: left; line-height: 1; text-transform: uppercase; margin-top: 0}#brxe-suwmid {text-transform: uppercase; font-size: 23px; border: 2px solid var(--bricks-color-hnapdy); border-radius: 50px; padding-top: 5px; padding-right: 35px; padding-bottom: 5px; padding-left: 35px}#brxe-wbjbcn {justify-content: center; align-items: flex-start; display: flex; flex-direction: column; row-gap: 15px}#brxe-ahxsyr {height: 100%; justify-content: center; align-items: flex-start}#brxe-xdvntf {background-image: url("https://shopaccessoires2378.live-website.com/wp-content/uploads/2025/11/ShopA-Header-Bekleidung.webp"); background-size: cover; background-position: 53.65% 35.06%; background-color: rgba(155, 138, 120, 0.68); background-blend-mode: soft-light}#brxe-fpaagf {text-align: left; text-decoration: underline; line-height: 1}#brxe-suvlaz {font-family: "Newsreader"; text-align: left; line-height: 1; text-transform: uppercase; margin-top: 0}#brxe-wwiwjg {text-transform: uppercase; font-size: 23px; border: 2px solid var(--bricks-color-hnapdy); border-radius: 50px; padding-top: 5px; padding-right: 35px; padding-bottom: 5px; padding-left: 35px}#brxe-lmahid {justify-content: center; align-items: flex-start; display: flex; flex-direction: column; row-gap: 15px}#brxe-qwfxgl {height: 100%; justify-content: center; align-items: flex-start}#brxe-bkwdke {background-position: 54.65% 43.06%; background-color: rgba(155, 138, 120, 0.68); background-blend-mode: soft-light; background-image: url("https://shopaccessoires2378.live-website.com/wp-content/uploads/2025/11/ShopA-Header-Accessoires-1024x427.webp"); background-size: cover}#brxe-uoxbxc {font-family: "Newsreader"; font-weight: 700; font-size: 54px; line-height: 1; text-transform: uppercase}#brxe-qsqoil {background-color: var(--bricks-color-hnapdy); height: 350px; max-height: 350px; justify-content: flex-end; width: 275px; padding-right: 15px; padding-left: 5px}.brxe-tcwdvc .brxe-hevayj.brxe-heading {font-family: "Newsreader"; font-size: 41px; margin-bottom: 15px}.brxe-hevayj { word-break: break-word; hyphens: auto}.brxe-tcwdvc.brxe-block {width: 150px; height: 350px; background-size: cover; background-position: center center; background-blend-mode: multiply; justify-content: flex-end; max-height: 350px; align-items: flex-start}.brxe-tcwdvc.brxe-block:hover {transform: scaleX(105%) scaleY(105%)}.brxe-tcwdvc{ transition: transform .25s ease-in-out;}#brxe-nebtro {margin-bottom: -150px}#brxe-nebtro .splide__pagination {bottom: -25px}@media (max-width: 767px) {#brxe-nebtro {margin-bottom: 0}}#brxe-erhpwh {flex-direction: row; column-gap: 15px; padding-top: 25px; padding-bottom: 45px}@media (max-width: 767px) {#brxe-erhpwh {row-gap: 20px}}.brxe-vidskr .brxe-rtiivp.brxe-heading {font-family: "Newsreader"; text-transform: uppercase; color: var(--bricks-color-uvxvwl); cursor: pointer}.brxe-rtiivp{ word-wrap: break-word; overflow-wrap: break-word; hyphens: auto;}.brxe-vidskr .brxe-yjxtor.brxe-button {font-size: 20px; border: 2px solid var(--bricks-color-bbgsyj); border-radius: 50px; height: fit-content}.brxe-vidskr .brxe-womfsh.brxe-div {flex-direction: row; display: flex; justify-content: space-between; column-gap: 25px; width: 100%; align-items: center}@media (max-width: 478px) {.brxe-vidskr .brxe-womfsh.brxe-div {flex-direction: column; align-items: flex-start; row-gap: 15px}}.brxe-vidskr .brxe-vmusxp.brxe-text-basic {font-size: 20px}.brxe-xpchwq .brxe-lnnzek.brxe-image {width: 350px; height: auto; max-height: 450px; margin-top: auto; margin-bottom: auto}.brxe-xpchwq .brxe-lnnzek.brxe-image:not(.tag), .brxe-xpchwq .brxe-lnnzek.brxe-image img {object-fit: cover}.brxe-xpchwq .brxe-yhilda.brxe-text-basic {font-family: "Newsreader"; font-size: 24px; font-weight: 600}.brxe-xpchwq .brxe-hullqp.brxe-div {display: flex; flex-direction: column; justify-content: flex-end; align-items: center}.brxe-xpchwq .brxe-zegxsb.brxe-div {display: flex; flex-direction: column; justify-content: space-between; align-items: center; row-gap: 15px; flex-grow: 1}.brxe-xpchwq .brxe-dbzulq.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-xpchwq .brxe-dbzulq.brxe-product-add-to-cart a.button[data-product_id] {background-color: var(--bricks-color-bbgsyj); border-radius: 25px; color: var(--bricks-color-hnapdy); font-weight: 400; text-transform: uppercase}.brxe-xpchwq .brxe-dbzulq.brxe-product-add-to-cart {margin-top: 15px; text-align: center; height: 100px}.brxe-xpchwq.brxe-div {display: flex; flex-direction: column; align-items: center; justify-content: space-between}.brxe-vidskr .brxe-whhktc.brxe-block {display: grid; align-items: initial; grid-gap: 25px; grid-template-columns: repeat(4, minmax(200px, 1fr))}@media (max-width: 991px) {.brxe-vidskr .brxe-whhktc.brxe-block {grid-template-columns: repeat(3, minmax(200px, 1fr))}}@media (max-width: 767px) {.brxe-vidskr .brxe-whhktc.brxe-block {grid-template-columns: repeat(2, minmax(200px, 1fr))}}@media (max-width: 478px) {.brxe-vidskr .brxe-whhktc.brxe-block {grid-template-columns: repeat(1, minmax(200px, 1fr))}}.brxe-vidskr .brxe-bzibvx.brxe-svg {position: absolute; left: 200px; z-index: -1; top: -25px; height: 110px}.brxe-vidskr.brxe-block {display: flex; flex-direction: column; row-gap: 15px; position: relative; margin-bottom: 50px}#brxe-kmpwfj {font-weight: 700}#brxe-eqfrmu {font-weight: 700}#brxe-sfyvos {font-weight: 700}#brxe-tfazcq {font-weight: 700}#brxe-asrzhv {font-weight: 700}#brxe-pjwyqb {flex-direction: row; column-gap: 25px; display: grid; align-items: initial; grid-template-columns: 1fr; grid-gap: 15px}#brxe-drxpof {column-gap: 15px; row-gap: 15px}.brxe-pjlvul .brxe-ayogmj.brxe-image {width: 350px; height: auto; max-height: 450px; margin-top: auto; margin-bottom: auto}.brxe-pjlvul .brxe-ayogmj.brxe-image:not(.tag), .brxe-pjlvul .brxe-ayogmj.brxe-image img {object-fit: cover}.brxe-pjlvul .brxe-nuwfyv.brxe-text-basic {font-family: "Newsreader"; font-size: 24px; font-weight: 600}.brxe-pjlvul .brxe-kmpmxy.brxe-div {display: flex; flex-direction: column; justify-content: flex-end; align-items: center}.brxe-pjlvul .brxe-ggtigd.brxe-div {display: flex; flex-direction: column; align-items: center; justify-content: space-between; row-gap: 15px; flex-grow: 1}.brxe-pjlvul .brxe-eyovxu.brxe-product-add-to-cart .cart .single_add_to_cart_button, .brxe-pjlvul .brxe-eyovxu.brxe-product-add-to-cart a.button[data-product_id] {background-color: var(--bricks-color-bbgsyj); border-radius: 25px; color: var(--bricks-color-hnapdy); font-weight: 400; text-transform: uppercase}.brxe-pjlvul .brxe-eyovxu.brxe-product-add-to-cart {margin-top: 15px; text-align: center}.brxe-pjlvul.brxe-div {display: flex; flex-direction: column; align-items: center; justify-content: space-between}#brxe-hlbuen {display: grid; align-items: initial; grid-gap: 25px; grid-template-columns: repeat(4, minmax(200px, 1fr)); width: 90%; min-width: 85%}@media (max-width: 991px) {#brxe-hlbuen {grid-template-columns: repeat(3, minmax(200px, 1fr))}}@media (max-width: 767px) {#brxe-hlbuen {grid-template-columns: repeat(2, minmax(200px, 1fr))}}@media (max-width: 478px) {#brxe-hlbuen {grid-template-columns: repeat(1, minmax(200px, 1fr))}}#brxe-uovpxr {flex-direction: row; row-gap: 15px; column-gap: 15px}#brxe-bdowog {row-gap: 25px}#brxe-unlida {font-size: 50px; color: var(--bricks-color-hnapdy); fill: var(--bricks-color-hnapdy)}#brxe-uaoytf {padding-top: 10px; padding-right: 10px; padding-bottom: 10px; padding-left: 10px; border-radius: 50px; height: 60px; width: 60px; align-items: center; justify-content: center; background-color: rgba(115, 129, 159, 0.61)}@media (max-width: 767px) {#brxe-uaoytf {position: fixed}}