@layer bricks {.brxe-pagination{width:100%}}@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-accordion-nested{--brx-icon-transform:rotate(90deg);width:100%}.brxe-accordion-nested .accordion-title-wrapper{cursor:pointer}.brxe-accordion-nested .accordion-title-wrapper .brxe-heading{margin:0}.brxe-accordion-nested .accordion-content-wrapper{display:none}.brxe-accordion-nested .brx-open>.accordion-content-wrapper{display:block}.brxe-accordion-nested .brx-icon-expanded{display:none}.brxe-accordion-nested .brx-icon-transform{transition:transform .1s}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-transform{transform:var(--brx-icon-transform)}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-collapsed{display:none}.brxe-accordion-nested>.brx-open>.accordion-title-wrapper .brx-icon-expanded{display:block}}@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)}}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-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {.brxe-code{width:100%}}@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-jwddnq {font-size: 16px}#brxe-qoojep {line-height: 0.9; font-size: 40px; padding-left: 5px}@media (max-width: 1100px) {#brxe-qoojep {font-size: 35px; line-height: 0.9}}@media (max-width: 767px) {#brxe-qoojep {font-size: 30px; line-height: 0.9; padding-left: 4px}}@media (max-width: 600px) {#brxe-qoojep {font-size: 25px; line-height: 0.9}}#brxe-vkayuk {display: flex; column-gap: 0px; row-gap: 0px; align-self: flex-start !important; flex-direction: column; align-items: flex-start}@media (max-width: 600px) {#brxe-vkayuk {border-left-width: 4px}}#brxe-rwvmxg {column-gap: 10px; flex-direction: row}@media (max-width: 478px) {#brxe-rwvmxg {flex-direction: column; justify-content: flex-end; height: 30px}}#brxe-udhymk {margin-left: 5px}@media (max-width: 1100px) {#brxe-udhymk {margin-top: -10px}}@media (max-width: 767px) {#brxe-udhymk {font-size: 30px; align-self: flex-start; margin-top: -8px; height: 26px}}@media (max-width: 600px) {#brxe-udhymk {height: 26px}}@media (max-width: 478px) {#brxe-udhymk {margin-top: -6px; height: 26px}}#brxe-ummvua {display: flex; column-gap: 5px; row-gap: 5px; align-items: flex-start; border-left: 7px solid var(--primary); height: 34px}@media (min-width: 1400px) {#brxe-ummvua {height: 30px}}@media (max-width: 1100px) {#brxe-ummvua {height: 26px}}@media (max-width: 767px) {#brxe-ummvua {height: 23px; flex-direction: column; justify-content: flex-end; row-gap: 0px; column-gap: 0px}}@media (max-width: 600px) {#brxe-ummvua {border-left-width: 5px; height: 23px}}@media (max-width: 478px) {#brxe-ummvua {height: 21px}}#brxe-pvtovv {column-gap: 10px}@media (max-width: 767px) {#brxe-pvtovv {flex-direction: column; column-gap: 5px; height: 23px; justify-content: flex-end; display: none}}@media (max-width: 600px) {#brxe-pvtovv {flex-direction: column; column-gap: 5px}}@media (max-width: 360px) {#brxe-pvtovv {align-items: flex-end; justify-content: flex-start; align-self: flex-end !important; row-gap: 0px; column-gap: 0px}}#brxe-jwnsie {margin-left: 5px}@media (max-width: 1100px) {#brxe-jwnsie {margin-top: -10px}}@media (max-width: 767px) {#brxe-jwnsie {font-size: 30px; margin-top: -8px}}@media (max-width: 478px) {#brxe-jwnsie {margin-top: -4px}}#brxe-efifqr {display: flex; column-gap: 5px; row-gap: 5px; align-items: flex-start; border-left: 4px solid var(--primary); height: 34px}@media (min-width: 1400px) {#brxe-efifqr {height: 30px}}@media (max-width: 1100px) {#brxe-efifqr {height: 26px}}@media (max-width: 767px) {#brxe-efifqr {height: 22px}}#brxe-wflixs {column-gap: 10px}@media (max-width: 767px) {#brxe-wflixs {flex-direction: row; column-gap: 5px; display: none}}@media (max-width: 600px) {#brxe-wflixs {flex-direction: row; column-gap: 5px; display: none}}#brxe-pkwciz {display: none}@media (max-width: 767px) {#brxe-pkwciz {display: flex}}#brxe-notqke {font-family: "Urbanist"}#brxe-yjexmf .filter-item:nth-child(1) input[type="search"] {border: 1px solid #e0e2eb; border-radius: .3em; color: #191d2f; font-size: 16px; background-color: #fff}#brxe-yjexmf .filter-item:nth-child(1) input[type="search"]::placeholder {color: #191d2f; font-size: 16px}#brxe-yjexmf {font-family: "Urbanist"}#brxe-pbtquh {font-family: "Urbanist"}#brxe-posbad .label {font-weight: 700}#brxe-posbad .double-slider-wrap .slider-wrap .slider-base {border-color: var(--bricks-color-plhhny)}#brxe-posbad {font-family: "Urbanist"; font-weight: 600}#brxe-gmxgyz {font-family: "Urbanist"}#brxe-kguzvt {font-size: 16px; font-family: "Urbanist"}#brxe-zadpei {font-family: "Urbanist"}#brxe-abwrps[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-abwrps[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-abwrps {font-size: 16px}#brxe-ldlmyk {font-family: "Urbanist"}#brxe-jrmmcm[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-jrmmcm[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-jrmmcm {font-size: 16px; font-family: "Urbanist"}#brxe-oodjzm {font-family: "Urbanist"}#brxe-gqbpdx[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-gqbpdx[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-gqbpdx {font-size: 16px}#brxe-bgdhrc {font-family: "Urbanist"}#brxe-jljbkg[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-jljbkg[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-jljbkg {font-size: 16px}#brxe-rogcbm {font-family: "Urbanist"}#brxe-ifowbz[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-ifowbz[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-ifowbz {font-size: 16px}#brxe-bjvgel {font-family: "Urbanist"}#brxe-fbolwt[data-mode="button"] .bricks-button {border: 1px solid var(--bricks-border-color); border-radius: 20px}#brxe-fbolwt[data-mode="button"] .bricks-button.brx-option-active {background-color: var(--bricks-color-plhhny)}#brxe-fbolwt {font-size: 16px}#brxe-tddjzm {font-size: 25px; font-family: "Urbanist"}.brxe-cjiuuj .brxe-lnqahd.brxe-image:not(.tag), .brxe-cjiuuj .brxe-lnqahd.brxe-image img {object-fit: contain}.brxe-cjiuuj .brxe-lnqahd.brxe-image {width: 150px; height: 150px}.brxe-cjiuuj .brxe-ghsvkw.brxe-block {height: 100%}.brxe-cjiuuj .brxe-wqrxzj.brxe-heading {margin-bottom: 10px; font-family: "Urbanist"}@media (max-width: 1100px) {.brxe-cjiuuj .brxe-wqrxzj.brxe-heading {font-size: 15px}}@media (max-width: 850px) {.brxe-cjiuuj .brxe-wqrxzj.brxe-heading {font-size: 14px}}.brxe-cjiuuj .brxe-ujtszc.brxe-product-price {font-family: "Bebas-Neue"; font-weight: 700; margin-bottom: 10px}@media (max-width: 1100px) {.brxe-cjiuuj .brxe-ujtszc.brxe-product-price {font-size: 14px}}.brxe-cjiuuj .brxe-bjpglu.brxe-block {column-gap: 0px; row-gap: 0px; align-items: flex-start}#brxe-zlttfu {column-gap: 0px; row-gap: 10px}@media (max-width: 767px) {#brxe-dpjzyt {display: none}}@media (max-width: 478px) {#brxe-nkytri {row-gap: 20px}}#brxe-vgslin {font-size: 16px; font-family: "Urbanist"}#brxe-phalrh {line-height: 1.1; text-transform: uppercase; font-family: "Urbanist"}.naslov { font-size: 45px; font-weight: 400; line-height: 1.1;} .okvir { display: inline-flex; align-items: baseline; } .linija { width: 4px; height: 0.72em;  background-color: #fbb03b; margin-right: 5px; flex-shrink: 0;}@media (max-width: 1920px) { .naslov { font-size: 45px; }}@media (max-width: 1600px) { .naslov { font-size: 40px; }}@media (max-width: 1100px) { .naslov { font-size: 35px; }}@media (max-width: 768px) { .naslov { font-size: 30px; } .linija { width: 4px; height: 0.72em;  background-color: #fbb03b; margin-right: 4px; flex-shrink: 0;}}@media (max-width: 600px) { .naslov { font-size: 25px; }}@media (max-width: 375px) { .naslov { font-size: 25px; }}#brxe-djngqt {display: flex; column-gap: 0px; row-gap: 0px; align-self: flex-start !important; flex-direction: column; align-items: flex-start}#brxe-onxzof {column-gap: 10px; flex-direction: row}@media (max-width: 1100px) {#brxe-hbtlve {margin-top: -10px}}#brxe-jgjzzl {display: flex; column-gap: 5px; row-gap: 5px; align-items: flex-start; border-left: 7px solid var(--primary); height: 34px}@media (min-width: 1400px) {#brxe-jgjzzl {height: 30px}}@media (max-width: 1100px) {#brxe-jgjzzl {height: 26px}}#brxe-hepyjx {column-gap: 10px; display: none}@media (max-width: 767px) {#brxe-rxrhag {display: none}}@media (max-width: 478px) {#brxe-rxrhag {display: none}}#brxe-udjmbg {font-family: "Urbanist"}.brxe-lphsss .brxe-nuiwiq.brxe-image {border-radius: 0}.brxe-lphsss .brxe-ptbamu.brxe-heading {color: #000000; font-weight: 700; background-color: var(--bricks-color-plhhny); padding-top: 10px; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; border-radius: 10px; position: absolute; top: -1px; left: 1px; display: none}@media (max-width: 991px) {.brxe-lphsss .brxe-ptbamu.brxe-heading {font-size: 16px}}.brxe-lphsss .brxe-hpizaq.brxe-bu-sales-badge {background-color: var(--bricks-color-chzuay); color: var(--black); font-weight: 700; font-size: 35px; font-family: "Bebas-Neue"; padding-top: 7px; padding-right: 0; padding-bottom: 0; padding-left: 10px; position: absolute; font-size: 15px; left: 25px; top: 16px; justify-content: flex-start; min-width: 40px; align-items: flex-start; min-height: 50px; display: none}.brxe-hpizaq {clip-path: polygon(40px 0px, 40px 29.6px, 20px 40px, 0px 29.6px, 0px 0px);background-color: #000000}@media (max-width: 400px) {.brxe-lphsss .brxe-hpizaq.brxe-bu-sales-badge {font-size: 15px}}.brxe-lphsss .brxe-hyluaj.brxe-icon {height: 40px; width: 50px; position: absolute; right: 20px; top: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price del {display: none}.brxe-lphsss .brxe-ptycrq.brxe-product-price {padding-left: 0; margin-top: -5px; margin-bottom: 0; margin-left: 5px; align-self: flex-start}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price del, .brxe-lphsss .brxe-ptycrq.brxe-product-price .price > span {font-family: "Bebas-Neue"; font-size: 40px; line-height: 42px; font-weight: 700}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price ins {font-family: "Bebas-Neue"; font-size: 40px; line-height: 42px; font-weight: 700}@media (max-width: 1100px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price .price del, .brxe-lphsss .brxe-ptycrq.brxe-product-price .price > span {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price ins {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price {margin-top: -8px}}@media (max-width: 767px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price .price del, .brxe-lphsss .brxe-ptycrq.brxe-product-price .price > span {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price ins {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price {margin-top: -9px}}@media (max-width: 600px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price del {display: none}.brxe-lphsss .brxe-ptycrq.brxe-product-price {margin-top: -9px; height: 30px}}@media (max-width: 478px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price .price del, .brxe-lphsss .brxe-ptycrq.brxe-product-price .price > span {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price ins {font-size: 30px}.brxe-lphsss .brxe-ptycrq.brxe-product-price {margin-top: -7px; height: 29px}.brxe-lphsss .brxe-ptycrq.brxe-product-price del {display: none}}@media (max-width: 400px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price {align-self: flex-end; height: 28px}}@media (max-width: 360px) {.brxe-lphsss .brxe-ptycrq.brxe-product-price .price del, .brxe-lphsss .brxe-ptycrq.brxe-product-price .price > span {font-size: 22px}.brxe-lphsss .brxe-ptycrq.brxe-product-price .price ins {font-size: 22px}.brxe-lphsss .brxe-ptycrq.brxe-product-price del {display: none}.brxe-lphsss .brxe-ptycrq.brxe-product-price {margin-top: 0; height: 28px}}.brxe-lphsss .brxe-mtetar.brxe-div {height: 29px; display: flex; border-left: 4px solid var(--primary); column-gap: 5px; row-gap: 5px}@media (max-width: 1100px) {.brxe-lphsss .brxe-mtetar.brxe-div {height: 23px; border-left-width: 5px}}@media (max-width: 850px) {.brxe-lphsss .brxe-mtetar.brxe-div {border-left-width: 5px}}@media (max-width: 767px) {.brxe-lphsss .brxe-mtetar.brxe-div {height: 21px; border-left-width: 4px}}@media (max-width: 600px) {.brxe-lphsss .brxe-mtetar.brxe-div {height: 22px; align-self: flex-start !important; align-items: flex-start}}@media (max-width: 478px) {.brxe-lphsss .brxe-mtetar.brxe-div {height: 22px; border-left-width: 4px}}@media (max-width: 400px) {.brxe-lphsss .brxe-mtetar.brxe-div {height: 21px; align-self: flex-start !important}}@media (max-width: 360px) {.brxe-lphsss .brxe-mtetar.brxe-div {border-left-width: 3px; border-left-style: solid; height: 18px}}.brxe-lphsss .brxe-sqchaf.brxe-icon {fill: var(--black); color: var(--black); height: 30px; width: 30px; font-size: 18px; color: #000000; fill: #000000}.brxe-lphsss .brxe-otvvvv.brxe-icon {fill: var(--black); color: var(--black); height: 30px; width: 30px; font-size: 18px; color: #000000; fill: #000000}.brxe-lphsss .brxe-fpxigg.brxe-icon {font-size: 20px; color: var(--black); fill: var(--black); margin-left: 7px; text-align: center}@media (max-width: 478px) {.brxe-lphsss .brxe-fpxigg.brxe-icon {font-size: 20px}}@media (max-width: 360px) {.brxe-lphsss .brxe-fpxigg.brxe-icon {font-size: 16px}}.brxe-lphsss .brxe-ucgoja.brxe-bu-atci .bu-added-icon {font-size: 14px; color: var(--black); fill: var(--black); position: absolute}.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {padding-top: 0; padding-right: 3px; padding-bottom: 0; padding-left: 3px; width: 40px; height: 40px; display: flex; background-color: var(--primary); position: static; border-radius: 50px; margin-top: -10px; align-self: center !important; align-items: center; justify-content: center}@media (max-width: 1100px) {.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {width: 35px; height: 35px; margin-top: -2px}}@media (max-width: 767px) {.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {width: 35px; height: 35px}}@media (max-width: 600px) {.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {padding-right: 1px; padding-left: 1px}}@media (max-width: 478px) {.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {width: 30px; height: 30px; margin-top: 0; padding-right: 3px; padding-left: 3px}}@media (max-width: 360px) {.brxe-lphsss .brxe-ucgoja.brxe-bu-atci {width: 25px; height: 25px}}.brxe-lphsss .brxe-usulnj.brxe-div {display: flex; width: 100%; justify-content: space-between; column-gap: 0px; row-gap: 0px; height: 35px}@media (max-width: 1100px) {.brxe-lphsss .brxe-usulnj.brxe-div {height: 24px}}@media (max-width: 600px) {.brxe-lphsss .brxe-usulnj.brxe-div {justify-content: space-between; align-items: flex-start; align-self: flex-start !important; height: 22px}}@media (max-width: 400px) {.brxe-lphsss .brxe-usulnj.brxe-div {align-items: flex-end; height: 22px}}@media (max-width: 360px) {.brxe-lphsss .brxe-usulnj.brxe-div {height: 18px}}.brxe-lphsss .brxe-jeduwu.brxe-div {display: flex; column-gap: 0px; width: 100%; align-items: center; row-gap: 0px}@media (max-width: 1100px) {.brxe-lphsss .brxe-jeduwu.brxe-div {margin-top: 7px; margin-bottom: 7px}}@media (max-width: 600px) {.brxe-lphsss .brxe-jeduwu.brxe-div {margin-bottom: 10px}}@media (max-width: 400px) {.brxe-lphsss .brxe-jeduwu.brxe-div {height: 30px; margin-bottom: 0}}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch:not(.swatch-with-bg) span {font-weight: 700; font-size: 18px; font-family: "Bebas-Neue"; background-color: var(--white); padding-top: 8px; padding-right: 8px; padding-bottom: 3px; padding-left: 8px; border-radius: 10px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .swatch-with-bg.swatches-color span {width: 20px; height: 20px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop {text-align: center; padding-top: 5px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; margin-bottom: 0; margin-left: 0; align-items: center; align-self: center; justify-content: center}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .active-swatch.bu-swatch:not(.swatch-with-bg) span {background-color: var(--primary)}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop th.label {display: none}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .swatch-on-loop:not(:last-child) {margin-right: 3px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch:not(.swatch-with-bg) span:active {background-color: var(--primary); border-radius: 0px; width: 100%; height: 100%; text-align: center; font-weight: 700}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .active-swatch.bu-swatch:not(.swatch-with-bg) span:active {background-color: var(--primary)}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch.active-swatch {border: 2px solid var(--white); border-radius: 10px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch:active {border: 2px solid var(--white); border-radius: 10px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch.active-swatch:active {border: 2px solid var(--white); border-radius: 10px}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop th.label:active {display: none}.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch {border: 2px solid var(--black); border-radius: 12px}.swatch-on-loop.swatches-color .u-swatch:nth-child(n+6) { display: none !important;}form.cart table.variations tr,form.woocommerce-cart-form table.variations tr { border: none !important;}@media (max-width: 478px) {.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch:not(.swatch-with-bg) span {font-size: 12px}}@media (max-width: 360px) {.brxe-lphsss .brxe-genscp.brxe-bu-swatches-loop .bu-swatch:not(.swatch-with-bg) span {font-size: 14px; font-weight: 500}}@media (max-width: 600px) {.brxe-lphsss .brxe-ejtivd.brxe-div {display: none}}.brxe-lphsss .brxe-ucsgth.brxe-block {padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; row-gap: 0px; position: absolute; overflow: hidden; z-index: 6; bottom: 60px; column-gap: 5px; display: flex; border-radius: 0; background-color: var(--white); width: 100%}.brxe-lphsss.brxe-block {overflow: hidden; display: flex; padding-right: 0; padding-left: 0}@media (max-width: 1100px) {.brxe-lphsss.brxe-block {row-gap: 10px; justify-content: space-between}}@media (max-width: 600px) {.brxe-lphsss.brxe-block {padding-right: 0; padding-left: 0}}#brxe-luhnxu {grid-gap: 20px}@media (max-width: 600px) {#brxe-luhnxu {grid-gap: 10px}}@media (max-width: 478px) {#brxe-luhnxu {grid-gap: 15px}}@media (max-width: 767px) {#brxe-lbpolk {row-gap: 30px}}@media (max-width: 600px) {#brxe-fkqlel {margin-bottom: 50px}}@media (max-width: 767px) {#brxe-ldwytr {position: absolute}}