@charset "UTF-8";
/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp{--pswp-bg:#000;--pswp-placeholder-bg:#222;--pswp-root-z-index:100000;--pswp-preloader-color:rgba(79,79,79,.4);--pswp-preloader-color-secondary:rgba(255,255,255,.9);--pswp-icon-color:#fff;--pswp-icon-color-secondary:#4f4f4f;--pswp-icon-stroke-color:#4f4f4f;--pswp-icon-stroke-width:2px;--pswp-error-text-color:var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none !important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:0 0;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:0 0;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none !important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;top:0;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:0 0;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scale(-1,1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}:root{--app-height:100%;--primary-color:#000;--light-color:#b4b4b4;--lighter-color:#dcdcdc;--dark-color:#4e4e4e;--dark-transparent-color:rgba(0,0,0,.5);--hover-color:#000;--bg-color:#fff;--bg-color-transparent:rgba(255,255,255,.3);--line-color:rgba(88,88,88,.3);--yellow-color:#e4e83b;--red-color:#f03241;--blue-color:#10069f;--border-color:rgba(0,0,0,.5);--footer-bg-color:#fff;--sidebar-width:420px;--transition-in:.3s cubic-bezier(.65,.05,.36,1);--transition-out:.15s cubic-bezier(.65,.05,.36,1);--transition-in-slow:.5s cubic-bezier(.65,.05,.36,1);--transition-out-slow:.3s cubic-bezier(.65,.05,.36,1);--shaddow:0px 0px 51px 0px rgba(0,0,0,.75);--overlay-backkdrop-color:rgba(0,0,0,.5);--overlay-bg:rgba(193,153,130,1);--white-color:#fff;--black-color:#000;--input-bg-color:#fff;--placeholder-color:rgba(0,0,0,.5);--error-color:#fcfcfc;--ok-color:#019432;--ko-color:#ff4242;--font-familly:"Maison Neue Extended Book",sans-serif;--font-familly-light:"Maison Neue Extended Book",sans-serif;--font-familly-heading:"Maison Neue Extended Bold",sans-serif;--font-familly-serif:"Times New Roman",Times,Georgia,serif;--btn-color:#fff;--btn-bg-color:#000;--btn-bg-hover-color:var(--red-color);--btn-bg-diabled-color:#2e2e2e;--btn-diabled-color:#000;--btn-hover-color:#fff;--link-color:#000;--link-hover-color:var(--red-color);--padding:15px;--padding-xl:29px;--size-s:8px;--size-m:16px;--size-l:24px;--size-xl:56px;--fw-regular:400;--fw-bold:700;--font-size:18px;--font-size-xs:14px;--font-size-mobile:16px;--header-height-mobile:86px;--header-height:108px}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,main,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{vertical-align:baseline;margin:0;padding:0;background:0 0;border:0;outline:0}html,body{min-height:100%}html{overflow-x:hidden;overflow-y:scroll}article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block}ul li{list-style:none}ol{list-style-position:inside}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}a{vertical-align:baseline;margin:0;padding:0;background:0 0;font-size:100%;color:inherit;text-decoration:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}a:hover,a:focus,a:active{-webkit-tap-highlight-color:rgba(0,0,0,0)}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;font-style:italic;font-weight:700;color:#000}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block}button{margin:0;padding:0;background:0 0;border:none;outline:0}label,button,select,input[type=submit]{cursor:pointer}input,select{vertical-align:middle;-webkit-appearance:none;outline:0}input,select,textarea,button{margin:0;font:inherit;color:inherit;border:none;outline:0}select{border-radius:0}input::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0}input[type=submit]{outline:0 !important}*,*:before,*:after,* *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(255,255,255,0) !important;-webkit-focus-ring-color:rgba(255,255,255,0) !important}.nod{display:none !important}.mt-s{margin-top:var(--size-s)}.mt-m{margin-top:var(--size-m)}.mt-l{margin-top:var(--size-l)}dl:before,dl:after{content:"";display:table;clear:both}.sale_i:after{content:"";display:block;padding-bottom:100%}.list-item.kitchen figure,.catalogue_image,.gallery-slide{position:relative}.list-item.kitchen figure img,.catalogue_image img,.gallery-slide img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%}.sale_i{position:relative}.sale_i img{-o-object-fit:contain;object-fit:contain;position:absolute;top:0;left:0;width:100%;height:100%}.gallery-slide:after{content:"";display:block;padding-bottom:55%}.list-item.kitchen figure:after{content:"";display:block;padding-bottom:67%}.gallery-slide.portrait:after{content:"";display:block;padding-bottom:100%}.catalogue_image:after{content:"";display:block;padding-bottom:149.92%}@keyframes fadeInBottom{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0px)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInAndOut{0%{opacity:0}25%{opacity:1}50%{opacity:1}75%{opacity:1}100%{opacity:0}}.fadeup{transition:opacity .5s ease-in-out,transform .4s ease-in-out;transform:translateY(50px);transition-delay:.5s;opacity:0}.fadeup.invp{opacity:1;transform:translateY(0px)}@font-face{font-family:"Maison Neue Extended Bold";src:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../font/MaisonNeueExtendedWEB-Bold.woff2) format("woff2"),url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../font/MaisonNeueExtendedWEB-Bold.woff) format("woff");font-style:normal;font-weight:700}@font-face{font-family:"Maison Neue Extended Book";src:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../font/MaisonNeueExtendedWEB-Book.woff2) format("woff2"),url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../font/MaisonNeueExtendedWEB-Book.woff) format("woff");font-style:normal;font-weight:400}a{transition:color .3s ease-in-out;color:var(--link-color);text-decoration:none}a:hover{color:var(--link-hover-color)}h2,h3,h4,h5,h6,.h2,.h3,.h4,.h5,.h6{margin:0 0 20px}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{-webkit-margin-before:0px;display:block;width:100%;position:relative;font-weight:400;line-height:1.2;color:var(--black-color);transition:color .3s ease-in-out;font-family:var(--font-familly-heading);text-transform:uppercase}h1.light,h2.light,h3.light,h4.light,h5.light,h6.light,.h1.light,.h2.light,.h3.light,.h4.light,.h5.light,.h6.light{font-weight:400}h1.w,h2.w,h3.w,h4.w,h5.w,h6.w,.h1.w,.h2.w,.h3.w,.h4.w,.h5.w,.h6.w{color:var(--white-color)}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a{text-decoration:underline;color:var(--black-color)}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover{text-decoration:none;color:var(--black-color)}h1,.h1{font-size:40px;line-height:1;margin-bottom:30px}h1.has-subheading,.h1.has-subheading{margin-bottom:10px}h1:last-child,.h1:last-child{margin-bottom:0}h2,.h2{font-size:30px}h3,.h3{font-size:25px}h4,.h4{font-size:20px}h4,.h4,h5,.h5,h6,.h6{font-size:18px}.subheading{display:block;font-size:16px;font-weight:300;margin-bottom:20px}@media (min-width:768px){h1,.h1{font-size:50px;line-height:1;margin-bottom:40px}h2,.h2{font-size:40px}h3,.h3{font-size:30px}h4,.h4{font-size:24px}h4,.h4,h5,.h5,h6,.h6{font-size:20px}}blockquote{font-weight:400}blockquote strong{font-size:13px;display:block;font-weight:700;margin-top:5px}blockquote strong span{font-weight:400}blockquote strong span:before{content:"("}blockquote strong span:after{content:")"}blockquote strong:before{content:"—";font-weight:400;display:inline-block;padding:0 5px 0 0}dl{width:100%;padding:0;margin:0;line-height:1.5}dl dt,dl dd{display:inline}dt{padding:0;margin:0}dd{padding:0;margin:0;font-weight:500}dd:after{content:"\a";white-space:pre}sup{vertical-align:super;font-size:12px}.excerpt{max-width:700px;line-height:1.66;font-weight:500}b,strong,.bold{font-weight:700;font-family:var(--font-familly-heading)}.text-content{line-height:1.66;max-width:700px}.text-content a:not(.btn):not(button[type=submit]):not(input[type=submit]):not(.phone){color:var(--link-color);text-decoration:underline}.text-content a:not(.btn):not(button[type=submit]):not(input[type=submit]):not(.phone):hover{color:var(--link-hover-color)}.text-content.fw{max-width:none}.text-content.fw p,.text-content.fw table,.text-content.fw ul,.text-content.fw ol{max-width:700px}.text-content p+h1,.text-content p+h2,.text-content p+h3,.text-content p+h4,.text-content p+h5,.text-content p+h6,.text-content p+.h1,.text-content p+.h2,.text-content p+.h3,.text-content p+.h4,.text-content p+.h5,.text-content p+.h6,.text-content ul+h1,.text-content ul+h2,.text-content ul+h3,.text-content ul+h4,.text-content ul+h5,.text-content ul+h6,.text-content ul+.h1,.text-content ul+.h2,.text-content ul+.h3,.text-content ul+.h4,.text-content ul+.h5,.text-content ul+.h6,.text-content ol+h1,.text-content ol+h2,.text-content ol+h3,.text-content ol+h4,.text-content ol+h5,.text-content ol+h6,.text-content ol+.h1,.text-content ol+.h2,.text-content ol+.h3,.text-content ol+.h4,.text-content ol+.h5,.text-content ol+.h6,.text-content table+h1,.text-content table+h2,.text-content table+h3,.text-content table+h4,.text-content table+h5,.text-content table+h6,.text-content table+.h1,.text-content table+.h2,.text-content table+.h3,.text-content table+.h4,.text-content table+.h5,.text-content table+.h6,.text-content .btns+h1,.text-content .btns+h2,.text-content .btns+h3,.text-content .btns+h4,.text-content .btns+h5,.text-content .btns+h6,.text-content .btns+.h1,.text-content .btns+.h2,.text-content .btns+.h3,.text-content .btns+.h4,.text-content .btns+.h5,.text-content .btns+.h6,.text-content blockquote+h1,.text-content blockquote+h2,.text-content blockquote+h3,.text-content blockquote+h4,.text-content blockquote+h5,.text-content blockquote+h6,.text-content blockquote+.h1,.text-content blockquote+.h2,.text-content blockquote+.h3,.text-content blockquote+.h4,.text-content blockquote+.h5,.text-content blockquote+.h6{margin-top:32px}.text-content p{margin-bottom:26px}.text-content p:last-child{margin-bottom:0}.text-content p+p,.text-content p+ol,.text-content p+blockquote,.text-content p+.wp-caption,.text-content p+ul{margin-top:26px}.text-content p+h1,.text-content p+.h1,.text-content ul+h1,.text-content ul+.h1,.text-content ol+h1,.text-content ol+.h1,.text-content table+h1,.text-content table+.h1,.text-content .btns+h1,.text-content .btns+.h1,.text-content blockquote+h1,.text-content blockquote+.h1{margin-top:26px}.text-content p+.wp-caption,.text-content ul+.wp-caption,.text-content ol+.wp-caption,.text-content table+.wp-caption,.text-content .btns+.wp-caption,.text-content blockquote+.wp-caption{margin-top:26px}.text-content h2:first-child{margin-top:0}.text-content h1+h2{margin-top:0}.text-content ul,.text-content ol{list-style:initial;margin:initial;padding:0 0 0 20px}.text-content ul+figure,.text-content ul+p,.text-content ul+ul,.text-content ul+ol,.text-content ol+figure,.text-content ol+p,.text-content ol+ul,.text-content ol+ol{margin-top:26px}.text-content ul{list-style-type:circle}.text-content ul li{padding:0;list-style:circle;position:relative;display:list-item}.text-content ol{list-style-type:decimal}.text-content ol li{list-style:decimal;display:list-item;padding:0}.text-content ul ul,.text-content ol ul{list-style-type:circle;margin-left:15px}.text-content ol ol,.text-content ul ol{list-style-type:lower-latin;margin-left:15px}.text-content hr{display:block;clear:both;height:1px;background:var(--line-color);margin:26px 0}.text-content img{height:auto;display:block}.text-content figure,.text-content blockquote{display:block;margin-bottom:26px}.text-content figure:last-child,.text-content blockquote:last-child{margin-bottom:0}.text-content figcaption,.text-content .caption{display:block;margin:0;padding:15px 0 0;line-height:1.41;color:#789555;max-width:587px}.text-content p+ul{margin-top:0}.text-content table{border-collapse:collapse;width:100%}.text-content q,.text-content blockquote{text-align:right;padding:0 0 0 26px;color:var(--lighter-color)}.text-content q p,.text-content blockquote p{font-style:italic;font-size:18px;font-family:var(--font-familly-serif);margin:0 0 5px}.text-content q cite,.text-content blockquote cite{font-style:normal;font-family:var(--font-familly-serif);font-weight:700}.text-content q cite:before,.text-content blockquote cite:before{content:"/";font-weight:300;display:inline-block;margin-right:5px;font-style:italic;color:var(--light-color)}@media (min-width:768px){.text-content q,.text-content blockquote{padding:0 52px}}*{box-sizing:border-box;outline:0;-webkit-tam-highlight-color:rgba(0,0,0,0);-webkit-font-smoothing:antialiased;vertical-align:top}html,body{scroll-behavior:smooth;font-family:var(--font-familly)}html{height:100%}body{height:100%;font-size:var(--font-size-xs);line-height:1.3;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:var(--primary-color)}@media (min-width:370px){body{font-size:var(--font-size-mobile)}}@media (min-width:1024px){body{font-size:var(--font-size)}}#page{min-height:100%;display:flex;flex-direction:column;position:relative;justify-items:center;z-index:9;padding-top:var(--header-height-mobile)}@media (min-width:768px){#page{padding-top:var(--header-height)}}#content{display:flex;flex-direction:column;flex-grow:1;background:var(--bg-color);width:100%;background-repeat:no-repeat;background-position:right top}#content section:first-child,#content main:first-child{padding-top:var(--size-l)}header,footer,.section,section,main{z-index:5;position:relative;margin:0 auto;width:100%;display:block;padding:45px var(--padding);max-width:1424px}@media (min-width:1024px){header,footer,.section,section,main{padding:55px var(--padding-xl)}}@media (min-width:1200px){header,footer,.section,section,main{padding:85px var(--padding-xl)}}@media (min-width:1200px){.single-post .section,.single-post section,.single-post main{padding-top:55px;padding-bottom:55px}}section.npt{padding-top:0}.wrap{position:relative;margin:auto;display:flex;flex-direction:column;width:100%}.wrap.mw{max-width:1424px;margin-left:auto;margin-right:auto;padding:0 var(--padding)}.wrap.tac{text-align:center;justify-content:center;align-items:center}@media (min-width:768px){.wrap.cols{justify-content:space-between;flex-direction:row}.wrap.mw{padding:0 var(--padding-xl)}}@media (min-width:1024px){.rcol{width:250px}}@media (min-width:1024px){.lcol{width:653px}}img{width:100%;height:auto;display:block}.fwi{width:100%;padding-right:0 !important;padding-left:0 !important;max-width:none}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{background-color:#000}.hamburger-box{width:45px;height:30px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{width:45px;height:4px;background-color:#000;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:before,.hamburger-inner:after{content:"";display:block}.hamburger-inner:before{top:-13px}.hamburger-inner:after{bottom:-13px}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s .25s cubic-bezier(.55,.06,.68,.19),opacity .1s cubic-bezier(.55,.06,.68,.19)}.hamburger--spin .hamburger-inner:after{transition:bottom .1s .25s cubic-bezier(.55,.06,.68,.19),transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s cubic-bezier(.22,.61,.36,1),opacity .1s .12s cubic-bezier(.22,.61,.36,1)}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s cubic-bezier(.22,.61,.36,1),transform .22s .12s cubic-bezier(.215,.61,.355,1)}.pswp__button--arrow svg{width:40px;height:40px}.pswp__button--close{margin-right:15px}.pswp__button--close svg{width:50px;height:60px}.pswp__button--arrow--prev{transform:rotate(180deg)}section.pswp__scroll-wrap{padding:0;max-width:none;padding:0}*::-webkit-scrollbar{width:8px;height:6px}*::-webkit-scrollbar-track{background:var(--light-color)}*::-webkit-scrollbar-thumb{background:var(--dark-color)}*::-webkit-scrollbar-thumb:hover{background:var(--hover-color)}.tabs,.scrollable{scrollbar-color:var(--black-color) var(--light-color);scrollbar-width:thin}.ico-btn,.ico-wrap{width:40px;height:40px;display:flex;align-items:center;justify-content:center}.ico-btn{transition:border-color var(--transition-out);position:relative}.ico-btn.border{border-left:2px solid var(--black-color)}.ico-btn.border:hover{border-left-color:var(--red-color);transition:border-color var(--transition-in)}.ico-search{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-search.svg) no-repeat center center transparent;background-size:contain}.ico-user{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-account.svg) no-repeat center center transparent;background-size:contain}.ico-basket{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-basket.svg) no-repeat center center transparent;background-size:contain}.ico-close{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-close.svg) no-repeat center center transparent;background-size:contain}.ico-download{width:24px;height:24px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-download.svg) no-repeat center center transparent;background-size:contain}.ico-fb{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-fb.svg) no-repeat center center transparent}.ico-ig{width:22px;height:22px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-ig.svg) no-repeat center center transparent}.ico-phone{width:24px;height:24px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-phone.svg) no-repeat center center transparent;background-size:contain}.ico-mail{width:24px;height:24px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-mail.svg) no-repeat center center transparent;background-size:contain}.ico-whatsapp{width:24px;height:24px;background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/ico-whatsapp.svg) no-repeat center center transparent;background-size:contain}.social{display:flex;align-items:center;gap:var(--size-s)}.btn,button[type=submit],input[type=submit]{display:inline-block;background:var(--btn-bg-color);color:var(--btn-color);text-align:center;transition:all .3s ease-in-out;position:relative;white-space:nowrap;cursor:pointer;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none !important;margin:0;border-radius:0;font-size:18px;padding:16px 30px;font-weight:var(--fw-bold);text-transform:uppercase;align-self:flex-start;border:none;letter-spacing:2px}.btn.sm,button.sm[type=submit],input.sm[type=submit]{padding:10px;width:100%;font-size:var(--font-size-mobile)}.btn:disabled,button[type=submit]:disabled,input[type=submit]:disabled{pointer-events:none;background:var(--btn-bg-diabled-color);color:var(--btn-diabled-color)}.btn:hover,button[type=submit]:hover,input[type=submit]:hover{color:var(--btn-hover-color);background:var(--btn-bg-hover-color)}.btn+.btn,button[type=submit]+.btn,input[type=submit]+.btn,.btn+button[type=submit],button[type=submit]+button[type=submit],input[type=submit]+button[type=submit],.btn+input[type=submit],button[type=submit]+input[type=submit],input[type=submit]+input[type=submit]{margin-left:10px}.btn.add-to-basket:after,button.add-to-basket[type=submit]:after,input.add-to-basket[type=submit]:after,.btn.continue:after,button.continue[type=submit]:after,input.continue[type=submit]:after{content:">";display:inline-block;padding:0 0 0 5px}button:not([type=submit]){transition:all .2s ease-in}button:not([type=submit]):hover{color:var(--link-hover-color)}button[type=submit],input[type=submit]{cursor:pointer}.grid{display:flex;flex-direction:column;grid-template-columns:var(--size-l);max-width:900px;margin:auto}@media (min-width:768px){.grid{display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.grid{display:grid;grid-template-columns:1fr 1fr 1fr}}.tac+.grid{margin-top:var(--size-l)}.grid-item{height:100%;display:flex;align-items:center;justify-content:center}.grid-item img{max-width:100%;width:auto;height:120px}input:not([type=submit]):focus,textarea:focus{border-color:var(--black-color)}input:not([type=submit]),textarea,select{background:var(--input-bg-color);border:2px solid var(--black-color);padding:10px;display:block;text-align:left;transition:all .3s ease-out;border-radius:0;font-size:var(--font-size);color:var(--black-color)}input:not([type=submit]):-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{color:var(--black-color);background:0 0 !important;-webkit-box-shadow:0 0 0px 1000px var(--input-bg-color) inset;-webkit-text-fill-color:var(--black-color) !important}input:not([type=submit])::-webkit-input-placeholder,textarea::-webkit-input-placeholder,select::-webkit-input-placeholder{color:var(--placeholder-color)}input:not([type=submit])::-moz-placeholder,textarea::-moz-placeholder,select::-moz-placeholder{color:var(--placeholder-color)}input:not([type=submit]):-ms-input-placeholder,textarea:-ms-input-placeholder,select:-ms-input-placeholder{color:var(--placeholder-color)}input:not([type=submit]):-moz-placeholder,textarea:-moz-placeholder,select:-moz-placeholder{color:var(--placeholder-color)}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:30px;min-width:70px;background:var(--input-bg-color) url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../images/select.svg) right 10px center/9px 6px no-repeat;line-height:14px;height:34px}select[multiple],select[size]{padding-right:0}select::-ms-expand{display:none}input[type=checkbox],input[type=radio]{display:none}input[type=checkbox]+label{display:inline-block}input[type=checkbox]+span,input[type=radio]+span{cursor:pointer;line-height:20px;position:relative}input[type=checkbox]+span:before,input[type=radio]+span:before{display:inline-block;background-color:transparent;border:1px solid var(--white-color);content:"";width:20px;height:20px;margin:0 10px 0 0;border-radius:2px;cursor:pointer;vertical-align:top;transition:background-color .3s ease-in-out}input[type=checkbox]:checked+span:before{background:url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../images/check-regular.svg) no-repeat center center var(--dark-color);background-size:14px 14px}input[type=checkbox]:required:invalid+span:before{background-color:var(--ko-color)}input[type=radio]+span:before{border-radius:50%}input[type=radio]:checked+span:before{background:var(--green-color)}.form-2-col{display:flex;flex-direction:column}.form-2-col fieldset{display:flex;flex-direction:column}@media (min-width:768px){.form-2-col{flex-direction:row;justify-content:space-between}.form-2-col fieldset{width:40%}}.form-group{display:flex;width:100%;justify-content:space-between}label a{color:var(--green-color)}.form-row{display:block;clear:both;width:100%;padding:0 0 20px}.form-row:last-child{padding-bottom:0}.form-row.nbp{padding-bottom:0}.form-row input,.form-row select,.form-row textarea{width:100%}.form-row textarea{min-height:200px}.form-row+p{display:block;padding:0 0 20px}.label-with-check{display:flex;justify-content:space-between;align-items:center;padding:0 0 5px}.label-with-check strong{margin-bottom:0}fieldset{width:100%;display:block;padding:20px 0}fieldset:last-child{padding-bottom:0}.form{transition:opacity .3s ease-in-out;opacity:1}.e,.ok{margin:5px 0 0;clear:both;color:var(--ko-color);font-size:14px;position:relative}.ok{color:var(--ok-color)}.error-summary,.success-summary{padding:5px 10px 10px;border:1px solid var(--ko-color);text-align:center;margin-top:20px}.success-summary{border:1px solid var(--ok-color)}.form-part{border-top:1px solid var(--line-color);padding:var(--padding-xl) 0px}.form-part.hidden-by-default{height:0;overflow:hidden;opacity:0;pointer-events:none}.form-part.visible{opacity:1;pointer-events:all;height:auto;pointer-events:all}.form-part.nb{border-top:none;padding-top:0}.login-form{max-width:400px}.wpcf7 form .wpcf7-response-output{border-color:#fff}.wpcf7 form.sent .wpcf7-response-output{border-color:var(--green-color)}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:var(--unpaid-color)}.wpcf7-not-valid-tip{color:var(--unpaid-color)}.wpcf7 form .wpcf7-response-output{padding:10px;margin:20px 0}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64,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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper{width:100%}.swiper.oveflow{overflow:visible}.swiper-slide{height:auto}.swiper-slide section,.swiper-slide .wrap{height:100%}.swiper-navigation{display:flex;align-items:center;position:absolute;right:var(--size-l);top:var(--size-l);z-index:9}.swiper-navigation button{width:40px;height:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-decoration:none !important;display:block;transition:all var(--transition-out);background:transparent url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/arrow-r.svg) no-repeat center center;background-size:contain;opacity:.5;font-size:0;color:transparent}.swiper-navigation button.swiper-button-disabled{opacity:.1}.swiper-navigation button:hover{transition:all var(--transition-in);opacity:1}.swiper-navigation .swiper-btn-prev{transform:rotate(180deg);margin:0 20px 0 0}.swiper-pagination{display:block;width:100%;font-size:0;position:absolute;width:100%;z-index:9;left:0;bottom:var(--size-l);text-align:center;--swiper-pagination-bullet-horizontal-gap:0}.swiper-pagination .swiper-pagination-bullet{width:10px;height:10px;display:inline-block;background:#fff;opacity:.5;margin:0 5px;border-radius:5px;transition:all var(--transition-in)}.swiper-pagination .swiper-pagination-bullet-active{opacity:1;background:#fff;width:100px}.video-wrapper{position:relative}.video-wrapper video{width:100%;height:auto}.slider .slide.swiper-slide-active{opacity:1}#menu-container{height:100%;width:100%;display:flex;align-items:center}#menu-container ul{display:flex;flex-direction:column;gap:var(--size-m)}#menu-container a{font-size:28px;color:var(--white-color)}#menu-container a:hover,#menu-container .current-menu-item a{color:var(--red-color)}@media (max-width:767px){#menu-container{justify-content:center}#menu-container ul{text-align:center}}.side-bar{top:0;width:100vw;height:100%;position:fixed;z-index:80;transition:transform var(--transition-out-slow);background:var(--primary-color);color:var(--white-color);padding:var(--size-l)}.side-bar.is-open{transition:transform var(--transition-in-slow)}@media (min-width:768px){.side-bar{width:var(--sidebar-width)}}.side-bar-left{left:0;transform:translateX(-100vw)}@media (min-width:768px){.side-bar-left{transform:translateX(calc(-1 * var(--sidebar-width)))}}.side-bar-left.is-open{transform:translateX(0)}.side-bar-right{left:100%;transform:translateX(100vw)}.side-bar-right.is-open{transform:translateX(-100vw)}@media (min-width:768px){.side-bar-right{transform:translateX(var(--sidebar-width))}.side-bar-right.is-open{transform:translateX(calc(-1 * var(--sidebar-width)))}}.side-bar-title{position:relative;display:flex;justify-content:space-between}.side-bar-content{height:100%;padding:40px 20px}.files{padding:var(--size-l) 0;max-width:700px;width:100%;margin:auto}.files .ico-download{display:inline-block;flex-shrink:0;width:40px;height:40px}.file-item{display:block;margin:auto}.file-item em{white-space:nowrap;font-size:var(--font-size-xs);color:var(--dark-color)}.file-item a{display:flex;align-items:center;gap:var(--size-m);width:100%}.file-list{display:flex;flex-wrap:wrap;align-items:center;justify-items:center;gap:var(--size-m)}header{position:fixed;top:0;left:0;width:100%;z-index:90;background:var(--bg-color);max-width:none;padding-top:var(--size-s);padding-bottom:var(--size-s)}header>.wrap{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding-top:0;padding-bottom:0}@media (min-width:768px){header{padding-top:var(--size-l);padding-bottom:var(--size-l)}}.scrolling header{box-shadow:var(--shaddow)}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:before,.hamburger.is-active .hamburger-inner:after{transition-delay:.3s;background:var(--white-color)}.logo{display:block;background:transparent url(//www.next125-praha.cz/wp-content/themes/next/dist/css/../../images/logo.svg) no-repeat;background-size:contain;width:151px;height:45px}.logo span{display:none}.mt{z-index:99;position:relative;right:-15px}footer{font-size:var(--font-size-xs);border-top:1px solid var(--border-color);background-color:var(--footer-bg-color);max-width:none;padding:var(--padding-xl) 0;margin:var(--size-xl) 0 0;display:flex;flex-direction:column}.f-logo{align-items:center;margin-bottom:var(--padding-xl)}.f-cols{display:flex;flex-direction:column;gap:var(--size-l)}@media (min-width:768px){.f-cols{flex-direction:row}.f-cols .f-col{width:calc(50% - var(--size-m))}}@media (min-width:1024px){.f-cols .f-col{width:calc(25% - var(--size-s))}}.f-hl{display:block;margin-bottom:var(--size-m)}.copy{font-size:var(--font-size-xs);background:var(--black-color);color:var(--white-color);padding:var(--size-m) 0}.copy a{color:var(--white-color)}.copy a:hover{color:var(--white-color);text-decoration:underline}.contact-us{display:flex;flex-direction:column;gap:var(--size-m)}.contact-us li{display:flex;align-items:center}.contact-us .ico-btn{margin:0 var(--size-s) 0 0}.contact-us strong{display:flex;flex-direction:column}#footer-menu-container{position:relative}#map{height:50vh}#map svg path{fill:#000}@media (min-width:768px){.contact-form{width:40%}}@media (min-width:1024px){.contact-form{width:50%}}@media (max-width:767px){.contact-form-info{padding-bottom:var(--size-xl)}}@media (min-width:768px){.contact-form-info{width:30%}}@media (min-width:1024px){.contact-form-info{width:40%}}@media (min-width:1024px){.newsletter-form{width:50%}}.sales{display:flex;flex-direction:column;gap:var(--size-xl)}@media (min-width:768px){.sales{display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.sales{display:grid;grid-template-columns:1fr 1fr 1fr}}@media (min-width:1200px){.sales{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}}.sale{display:flex;flex-direction:column;gap:var(--size-l)}.sale_t{display:flex;flex-direction:column;gap:var(--size-l)}.sale_d{display:block;font-size:var(--font-size-xs)}.sale_prices{display:flex;gap:var(--size-m)}.sale_prices span{display:block;font-size:var(--font-size-xs)}.sale_prices strong{display:block;font-family:var(--fw-bold)}@media (min-width:768px){.sale{height:100%}.sale_t{flex-grow:1}.sale h3{flex-grow:1}}.price{color:var(--red-color)}.price_orig{display:block}.price_orig strong{text-decoration:line-through}.price_discount{display:block}.catalogues{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:var(--size-xl)}@media (min-width:768px){.catalogues{grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--size-l)}}@media (min-width:1200px){.catalogues{grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--size-xl)}}@media (min-width:768px){.catalogue h3{display:block;padding-right:50%}}.list{display:flex;flex-direction:column;gap:22px;width:100%}@media (min-width:768px){.list{display:grid;grid-template-columns:1fr 1fr}}@media (min-width:1024px){.list{grid-template-columns:1fr 1fr 1fr}}@media (min-width:1200px){.list{grid-template-columns:1fr 1fr 1fr 1fr}}@media (min-width:1024px){.list#kitchen-list{grid-template-columns:1fr 1fr}}@media (min-width:1200px){.list#kitchen-list{grid-template-columns:1fr 1fr}}.list-item{display:block}.list-item figure{margin:0 0 var(--size-s) 0}.list-item-a{display:flex;flex-direction:column}.list-item-a:hover h5{color:var(--red-color)}.list-item-a:hover .date{color:var(--dark-color)}.date{display:block;font-size:var(--font-size-xs);margin:0 0 var(--size-s) 0;color:var(--dark-color)}.text-content iframe{width:100%;margin:var(--size-l) 0 0}.video-embed-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:var(--border-radius-small);overflow:hidden}.video-embed-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}