:root{--msw:1500px;--mainPadding:13px;--containerPadding:var(--mainPadding);--fullWidthMargin:calc(((var(--screenWidth) - var(--content))/2)*-1);--fullWidth:var(--screenWidth);--containerWidthMargin:calc(var(--containerPadding)*-1);--containerWidth:calc(100% + (var(--containerPadding)*2));--sectionMargin:50px}@media screen and (min-width:768px){:root{--containerPadding:17px;--sectionMargin:60px}}@media screen and (min-width:1366px){:root{--containerPadding:130px;--sectionMargin:80px}}.d_desktop.no-touch{--mainPadding:0px}.boundBlock{margin-left:auto;margin-right:auto;padding-left:var(--containerPadding);padding-right:var(--containerPadding);max-width:var(--msw);box-sizing:border-box}.themeScroll{overflow-y:auto;overflow-x:hidden}.themeScroll::-webkit-scrollbar{width:2px}.themeScroll::-webkit-scrollbar:horizontal{height:4px}.themeScroll::-webkit-scrollbar-track{background-color:transparent}.themeScroll::-webkit-scrollbar-thumb{background-color:#da1a1a}.themeScroll::-webkit-scrollbar-thumb:hover{background-color:#c11319}.switch-extend{--width:36px;--height:24px;--radius:15px;position:relative;padding-right:var(--width);display:block}.switch-extend input{opacity:0;width:var(--width);z-index:1;height:var(--height);right:0;cursor:pointer;margin:0;border-radius:var(--radius)}.switch-extend input:checked~[class*=label]:before{background:#da1a1a}.switch-extend input:checked~[class*=label]:after{right:4px}.switch-extend [class*=label]:before{width:var(--width);height:var(--height);right:0;border-radius:15px;background:#e4dad0;transition:background .3s}.switch-extend [class*=label]:after{background:#fff;right:16px;width:16px;height:16px;transition:right .3s;border-radius:50%}.switch-extend [class*=label]:before,.switch-extend [class*=label]:after,.switch-extend input{content:'';display:block;position:absolute;top:50%;transform:translateY(-50%)}.switch-extend .fake-input{display:none}.flex-c{display:flex;align-items:center;flex-wrap:wrap}.flex-s{display:flex;align-items:flex-start;flex-wrap:wrap}.flex-s-b{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}.flex-c-c{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.flex-c-b{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.flex-c-np{display:flex;align-items:center}.themeLoader{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;height:100%}.themeLoader p{display:none}.themeLoader img{display:none}.themeLoader:after{content:'';display:inline-flex;width:70%;height:70%;max-width:100px;max-height:100px;background:url(/media/images/loader.svg) no-repeat 50% 50%;background-size:contain;animation:roundLoader 1s infinite linear}@keyframes roundLoader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.qty-input-extend{border:none;width:100px;height:56px;display:inline-block}@media screen and (min-width:768px){.qty-input-extend{width:116px}}.qty-input-extend input{width:100%;height:100%;box-sizing:border-box;padding:0 28px;text-align:center;font-weight:600;font-size:16px;line-height:140%;border:1px solid #e4dad0}.qty-input-extend input::-webkit-outer-spin-button,.qty-input-extend input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-input-extend .nav-up,.qty-input-extend .nav-down{color:#333;width:24px;height:100%;top:0;overflow:hidden}.qty-input-extend .nav-up .plus,.qty-input-extend .nav-down .plus,.qty-input-extend .nav-up .minus,.qty-input-extend .nav-down .minus{display:none}.qty-input-extend .nav-up:after,.qty-input-extend .nav-down:after{content:'';position:absolute;width:20px;height:100%;background:url(/media/images/arrow_down.svg) no-repeat 50% 50%}.qty-input-extend .nav-up{right:0;padding-right:10px}.qty-input-extend .nav-up:after{background:url(/media/images/plus.svg) no-repeat 50% 50%}.qty-input-extend .nav-down{left:0;padding-left:10px}.qty-input-extend .nav-down:after{background:url(/media/images/minus.svg) no-repeat 50% 50%}.minicart-wrapper .close{position:absolute;top:0;right:100%;z-index:1}.minicart-wrapper .close:before{content:'';display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.minicart-wrapper .close span{width:var(--headerBottomHeight);height:var(--headerBottomHeight);background-color:#da1a1a;position:relative;color:transparent;font-size:0;display:flex}.v_small_mobile .minicart-wrapper .close span{width:60px}.minicart-wrapper .close span:before,.minicart-wrapper .close span:after{content:'';width:26px;height:3px;background-color:#fff;position:absolute;left:calc(50% - 13px);top:calc(50% - 1px);transform:rotateZ(45deg)}.minicart-wrapper .close span:after{transform:rotateZ(-45deg)}.d_desktop .minicart-wrapper .close{display:none}.minicart-wrapper .block-minicart{top:0;background:0 0;display:flex}.d_mobile .minicart-wrapper .block-minicart{display:block;position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.d_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper{display:flex;flex-wrap:wrap;width:375px;max-width:calc(100% - var(--headerBottomHeight));position:absolute;top:0;bottom:0;right:-375px;transition:right .3s}.v_small_mobile .minicart-wrapper .block-minicart .minicart-content-outer-wrapper{max-width:calc(100% - 60px)}.d_desktop.no-touch .minicart-wrapper .block-minicart{top:100%;left:unset;right:0;width:520px;max-height:calc(100vh - var(--headerTopHeight) - var(--headerBottomHeight))}.minicart-content-outer-wrapper{width:100%}.d_desktop.no-touch .minicart-content-outer-wrapper{display:flex;flex-direction:column;margin:0}.minicart-content-wrapper{height:100%;width:100%;background-color:#ff4949;position:relative;z-index:1;line-height:1.36;display:flex;flex-direction:column}.d_mobile .minicart-content-wrapper,.touch .minicart-content-wrapper{overflow-y:auto;overflow-x:hidden}.d_mobile .minicart-content-wrapper::-webkit-scrollbar,.touch .minicart-content-wrapper::-webkit-scrollbar{width:2px}.d_mobile .minicart-content-wrapper::-webkit-scrollbar:horizontal,.touch .minicart-content-wrapper::-webkit-scrollbar:horizontal{height:4px}.d_mobile .minicart-content-wrapper::-webkit-scrollbar-track,.touch .minicart-content-wrapper::-webkit-scrollbar-track{background-color:transparent}.d_mobile .minicart-content-wrapper::-webkit-scrollbar-thumb,.touch .minicart-content-wrapper::-webkit-scrollbar-thumb{background-color:#fff}.d_mobile .minicart-content-wrapper::-webkit-scrollbar-thumb:hover,.touch .minicart-content-wrapper::-webkit-scrollbar-thumb:hover{background-color:#fff}.d_desktop.no-touch .minicart-content-wrapper{min-height:unset;border-radius:0 0 16px 16px;overflow:hidden}.minicart-content-wrapper a{text-decoration:none}.minicart-content-wrapper>.block-title{display:none;padding:30px 30px 0;font-weight:700;font-size:18px;line-height:22px}.d_desktop.no-touch .minicart-content-wrapper>.block-title{display:block}.minicart-content-wrapper .block-content{flex-grow:1;background-color:#ff4949}.d_desktop.no-touch .minicart-content-wrapper .block-content{height:unset;max-height:unset;overflow-y:auto;overflow-x:hidden}.d_desktop.no-touch .minicart-content-wrapper .block-content::-webkit-scrollbar{width:2px}.d_desktop.no-touch .minicart-content-wrapper .block-content::-webkit-scrollbar:horizontal{height:4px}.d_desktop.no-touch .minicart-content-wrapper .block-content::-webkit-scrollbar-track{background-color:transparent}.d_desktop.no-touch .minicart-content-wrapper .block-content::-webkit-scrollbar-thumb{background-color:#fff}.d_desktop.no-touch .minicart-content-wrapper .block-content::-webkit-scrollbar-thumb:hover{background-color:#fff}.minicart-content-wrapper .block-content .bad-height{height:unset !important}.minicart-content-wrapper .block-content>.errors{color:#ffb600;padding:10px 30px 0}.minicart-content-wrapper .block-content .subtitle.empty{padding:30px}.minicart-content-wrapper .cart-footer{padding:24px;font-size:16px;line-height:20px;background-color:#da1a1a}.minicart-content-wrapper .cart-footer.empty{display:none}.minicart-content-wrapper .cart-footer .subtotal,.minicart-content-wrapper .cart-footer .discount,.minicart-content-wrapper .cart-footer .grand-total{display:flex;margin-bottom:10px}.minicart-content-wrapper .cart-footer .subtotal .label,.minicart-content-wrapper .cart-footer .discount .label,.minicart-content-wrapper .cart-footer .grand-total .label{flex-grow:1}.minicart-content-wrapper .cart-footer .subtotal{justify-content:space-between}.minicart-content-wrapper .cart-footer .grand-total{align-items:baseline}.minicart-content-wrapper .cart-footer .grand-total .amount{font-weight:700;font-size:40px;line-height:49px;margin-left:5px}.d_mobile .minicart-content-wrapper .cart-footer .grand-total .amount,.touch .minicart-content-wrapper .cart-footer .grand-total .amount{font-size:28px}.minicart-content-wrapper .cart-footer .actions-bottom{display:grid;grid-template-columns:1fr;grid-gap:12px 20px}.d_desktop.no-touch .minicart-content-wrapper .cart-footer .actions-bottom{grid-template-columns:1fr 1fr}.minicart-content-wrapper .cart-footer .actions .primary>button{width:100%}.minicart-items-wrapper{flex-grow:1}.minicart-items-wrapper ol{margin:0;padding:0;list-style:none;padding-top:24px;padding-left:15px;padding:24px 15px 0}.d_desktop.no-touch .minicart-items-wrapper ol{padding-left:30px;padding-top:20px}.minicart-items-wrapper .product-item{margin-bottom:40px}.minicart-items-wrapper .product-item>.product{display:grid;grid-template-columns:80px auto;grid-column-gap:15px}.d_desktop.no-touch .minicart-items-wrapper .product-item>.product{grid-template-columns:95px auto 55px;grid-column-gap:20px;grid-template-rows:minmax(10px,auto) minmax(10px,50px)}.minicart-items-wrapper .product-item-text{margin-bottom:8px}.d_desktop.no-touch .minicart-items-wrapper .product-item-text{margin-bottom:15px}.minicart-items-wrapper .product-item-name{margin-bottom:8px}.d_desktop .minicart-items-wrapper .product-item-name{font-size:13px;line-height:16px}.minicart-items-wrapper .errors{color:#ffb600}.minicart-items-wrapper .product-item-photo{grid-row:span 2}.minicart-items-wrapper .product-item-pricing{display:flex;flex-direction:column-reverse;grid-row:span 2}.d_desktop .minicart-items-wrapper .product-item-pricing{order:1;flex-direction:unset;grid-row:span 1}.d_desktop .minicart-items-wrapper .actions{grid-row:span 2}.minicart-items-wrapper .product-image-wrapper{padding:unset !important}.minicart-items-wrapper .product-image-wrapper img{display:block}.minicart-items-wrapper .price-container{font-weight:600;font-size:20px;line-height:24px;margin-bottom:16px}.d_desktop .minicart-items-wrapper .price-container{display:flex;align-items:center;margin-bottom:0}.minicart-items-wrapper .qty-input-wrapper{border:none;width:100px;height:56px;display:inline-block;margin-right:20px}@media screen and (min-width:768px){.minicart-items-wrapper .qty-input-wrapper{width:116px}}.minicart-items-wrapper .qty-input-wrapper input{width:100%;height:100%;box-sizing:border-box;padding:0 28px;text-align:center;font-weight:600;font-size:16px;line-height:140%;border:1px solid #e4dad0}.minicart-items-wrapper .qty-input-wrapper input::-webkit-outer-spin-button,.minicart-items-wrapper .qty-input-wrapper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.minicart-items-wrapper .qty-input-wrapper .nav-up,.minicart-items-wrapper .qty-input-wrapper .nav-down{color:#333;width:24px;height:100%;top:0;overflow:hidden}.minicart-items-wrapper .qty-input-wrapper .nav-up .plus,.minicart-items-wrapper .qty-input-wrapper .nav-down .plus,.minicart-items-wrapper .qty-input-wrapper .nav-up .minus,.minicart-items-wrapper .qty-input-wrapper .nav-down .minus{display:none}.minicart-items-wrapper .qty-input-wrapper .nav-up:after,.minicart-items-wrapper .qty-input-wrapper .nav-down:after{content:'';position:absolute;width:20px;height:100%;background:url(/media/images/arrow_down.svg) no-repeat 50% 50%}.minicart-items-wrapper .qty-input-wrapper .nav-up{right:0;padding-right:10px}.minicart-items-wrapper .qty-input-wrapper .nav-up:after{background:url(/media/images/plus.svg) no-repeat 50% 50%}.minicart-items-wrapper .qty-input-wrapper .nav-down{left:0;padding-left:10px}.minicart-items-wrapper .qty-input-wrapper .nav-down:after{background:url(/media/images/minus.svg) no-repeat 50% 50%}.minicart-items-wrapper .qty-input-wrapper .nav-up svg,.minicart-items-wrapper .qty-input-wrapper .nav-down svg{display:none}.minicart-items-wrapper .remove{display:flex;height:50px;align-items:center;justify-content:center}.d_desktop .minicart-items-wrapper .remove{height:auto}.d_desktop .minicart-items-wrapper .remove:hover svg{fill:#fff}.minicart-items-wrapper .remove span{display:none}.minicart-items-wrapper .remove svg{width:20px;height:20px;fill:rgba(255,255,255,.4);transition:fill .3s}.qty-input-wrapper{width:120px;height:40px;border:1px solid #e3e3e3;box-sizing:border-box;overflow:hidden;position:relative}.qty-input-wrapper input{width:100%;height:100%;border:none;outline:none;text-align:center;font-size:16px;color:#000;box-sizing:border-box;padding:0 40px}.qty-input-wrapper .nav-up,.qty-input-wrapper .nav-down{width:40px;height:40px;position:absolute;top:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.qty-input-wrapper .nav-up.disabled,.qty-input-wrapper .nav-down.disabled{opacity:.2;pointer-events:none}.qty-input-wrapper .nav-up{right:0}.qty-input-wrapper .nav-down{left:0}.qty-input-wrapper .plus,.qty-input-wrapper .minus{width:30%;height:30%;position:relative}.qty-input-wrapper .plus:before,.qty-input-wrapper .minus:before{content:'';position:absolute;left:0;top:50%;margin-top:-1px;height:2px;width:100%;background:currentColor}.qty-input-wrapper .plus:after{content:'';position:absolute;top:0;left:50%;margin-left:-1px;height:100%;width:2px;background:currentColor}.slide-label-wrap{display:flex;flex-direction:column;position:relative;padding-top:20px}.slide-label-wrap label{position:absolute;left:0;top:20px;transition:top .3s}.slide-label-wrap input:focus~label,.slide-label-wrap textarea:focus~label,.slide-label-wrap input.fill~label,.slide-label-wrap textarea.fill~label{top:0}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;display:flex}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}.owl-carousel .owl-wrapper,.owl-carousel .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none !important}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{background:0 0;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy[src^=""],.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Brander/Store/hu_HU/Brander_BaseHelper/css/components/images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}