@keyframes fade-in{0%{max-height:100%;opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1;max-height:100%}99%{max-height:100%}to{opacity:0;max-height:0}}@keyframes slide-down{0%{height:0}to{height:100vh}}@keyframes slide-up{0%{height:100%}to{height:0}}@keyframes slide-right-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes snize-skeleton-anim{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes gridcolumns{0%{grid-template-columns:0fr}to{grid-template-columns:1fr}}@keyframes gridrows{0%{grid-template-rows:0fr}to{grid-template-rows:1fr}}:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:36px;width:var(--f-spinner-width);height:36px;height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:2.75;stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:#0000001a;stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:#11181ccc;stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-zoomInUp{animation:.2s ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:.2s ease-out both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-fadeIn{animation:.2s ease both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:.5s ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:.5s ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:.2s ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:.2s ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:.2s ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:.1s linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:.85s cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translate(-75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translate(75px);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes f-classicOutNext{to{transform:translate(-75px);opacity:0}}@keyframes f-classicOutPrev{to{transform:translate(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: .65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:40px;width:var(--f-button-width);height:40px;height:var(--f-button-height);border:0;border:var(--f-button-border);border-radius:0;border-radius:var(--f-button-border-radius);color:#374151;color:var(--f-button-color);background:#f8f8f8;background:var(--f-button-bg);box-shadow:none;box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:all .15s ease;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:#e0e0e0;background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:#d0d0d0;background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 2px #374151;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:20px;width:var(--f-button-svg-width);height:20px;height:var(--f-button-svg-height);fill:none;fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:1.5;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:none;transform:var(--f-button-transform);filter:none;filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:.65;opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{overflow:hidden!important}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:0;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, .98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, .1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:1050;outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *:before,.fancybox__container *:after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:1;opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translateZ(0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video,.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:before,.fancybox__slide:after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:#374151;color:var(--fancybox-content-color, #374151);background:#fff;background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translateZ(0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px;word-wrap:anywhere;line-height:1.375;color:currentColor;color:var(--fancybox-color, currentColor);opacity:1;opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:1;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, .6);--f-button-active-bg: rgba(0, 0, 0, .6);--f-button-hover-bg: rgba(0, 0, 0, .6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, .3);--f-button-active-bg: rgba(24, 24, 27, .5);--f-button-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .5));--f-button-svg-disabled-opacity: .65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:1;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:-18px 0 0 -18px;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;z-index:40;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop):not(.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop):not(.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{content:"";position:absolute;top:0;bottom:0;left:0;left:calc(var(--left, 0)*1px);width:calc(100% + -0px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * .5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(-0px,0,0);transform:translate3d(calc(var(--shift, 0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide:focus-within:not(.is-selected){filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern .f-thumbs__slide>*{-webkit-clip-path:var(--clip-path);clip-path:var(--clip-path)}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:0 solid transparent;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;-o-object-fit:cover;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:1;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: .5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-hidden{max-height:0px!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, .94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, .65);--f-button-hover-bg: rgba(70, 70, 73, .65);--f-button-active-bg: rgba(90, 90, 93, .65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;color:currentColor;color:var(--fancybox-color, currentColor);opacity:1;opacity:var(--fancybox-opacity, 1);text-shadow:1px 1px 1px rgba(0,0,0,.5);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:40px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:#f8f8f8;background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:#0091ff;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}html{scroll-behavior:smooth}@media screen and (min-width: 768px){.sections-opacity.template-index .main-content .index-section:not(:first-of-type){opacity:0}}.sections-opacity.template-index .main-content .index-section:not(:first-of-type).fade-in{transition:opacity .8s cubic-bezier(.25,.8,.25,1)!important}.sections-opacity.template-index .main-content .index-section:not(:first-of-type).fade-in{opacity:1}.page-width{max-width:var(--container-size);padding-left:var(--section-spacing);padding-right:var(--section-spacing)}@media screen and (max-width: 1024px){.page-width{padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small)}}.site-header{padding-left:var(--section-spacing);padding-right:var(--section-spacing)}@media screen and (max-width: 767px){.site-header{padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small)}}.index-section{padding-top:var(--section-spacing-small);padding-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){.index-section{padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}.main-content{padding-top:var(--section-spacing-small)}@media screen and (min-width: 768px){.main-content{padding-top:var(--section-spacing)}}.index-section--flush:first-child{margin-top:calc(var(--section-spacing-small) * -1)}.index-section--flush:last-child{margin-bottom:calc(var(--section-spacing-small) * -1)}@media screen and (min-width: 768px){[class*=index-section--flush]:first-child{margin-top:calc(var(--section-spacing) * -1)}}@media screen and (min-width: 768px){[class*=index-section--flush]:last-child{margin-bottom:calc(var(--section-spacing) * -1)}}.site-footer{margin-top:var(--section-spacing-small);padding-top:var(--section-spacing-small);padding-bottom:var(--section-spacing-small)}@media screen and (min-width: 768px){.site-footer{margin-top:var(--section-spacing);padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}.section-header{margin-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){.section-header{margin-bottom:var(--section-spacing)}}.section-header h1,.section-header h2,.section-header h3,.section-header h4{font-size:calc(1px*var(--font-size-header-phone));letter-spacing:normal}@media screen and (min-width: 768px){.section-header h1,.section-header h2,.section-header h3,.section-header h4{font-size:45.6px}}@media screen and (min-width: 1025px){.section-header h1,.section-header h2,.section-header h3,.section-header h4{font-size:60px}}.feature-row__heading{font-size:calc(1px*var(--font-size-header-phone));letter-spacing:normal}@media screen and (min-width: 768px){.feature-row__heading{font-size:45.6px}}@media screen and (min-width: 1025px){.feature-row__heading{font-size:60px}}@media screen and (min-width: 768px){.visible-phone{display:none!important}}@media screen and (max-width: 767px){.visible-desktop{display:none!important}}@media screen and (min-width: 1025px){.visible-tablet-phone{display:none!important}}.visible-any{display:none!important}@media screen and (max-width: 1024px){.hide-tablet-phone{display:none!important}}.grid--flex{display:flex;flex-wrap:wrap}.grid--flex-column{display:flex;flex-direction:column}input,textarea,select{border-width:0 0 1px 0}input,textarea,select,button,.disclosure__toggle,.btn,.shopify-payment-button .shopify-payment-button__button--unbranded,.form-message--success{border-radius:var(--global-border-radius)}.input-group__field{border-radius:var(--global-border-radius) 0 0 var(--global-border-radius)}.input-group__btn .btn,.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded{border-radius:0 var(--global-border-radius) var(--global-border-radius) 0}.btn{font-family:var(--font-stack-body)}@media screen and (max-width: 767px){.medium-down--hide{display:none!important}}#PageContainer{transform:none!important;transform:initial!important}.form-message--error,.form-message--success{border:1px solid var(--color-text);background-color:var(--color-body);color:var(--color-text);outline:1px var(--color-text);border-radius:var(--global-border-radius)}.form-message--error-custom-popup,.form-message--success-custom-popup{background-color:inherit;padding-top:6.5px;padding-bottom:6.5px;margin-top:10px;margin-bottom:0}.form-message__title{outline-color:#0000}.checkbox-box{display:flex;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);letter-spacing:1.2px;margin-bottom:12px}.checkbox-box__controler{position:relative;display:inline-flex;width:13px;height:13px;margin-top:1.5px;margin-right:10px;overflow:hidden;flex-shrink:0}.checkbox-box__controler input[type=radio],.checkbox-box__controler input[type=checkbox]{z-index:1;position:relative;opacity:0}.checkbox-box__controler input[type=radio]:checked~span,.checkbox-box__controler input[type=checkbox]:checked~span{background-color:var(--color-text);color:var(--color-body)}.checkbox-box__controler input[type=radio]:checked~span:before,.checkbox-box__controler input[type=checkbox]:checked~span:before{opacity:1}.checkbox-box__controler span{top:0;left:0;position:absolute;display:block;width:inherit;height:inherit;border:1px solid var(--color-text)}.checkbox-box__controler span:before{content:"";position:absolute;display:block;width:68%;height:35%;border-width:1px;border-style:solid;border-color:rgba(0,0,0,0) rgba(0,0,0,0) var(--color-body) var(--color-body);top:15%;left:20%;transform:rotate(-45deg);opacity:0}.checkbox-box a{-webkit-text-decoration:underline;text-decoration:underline}.return-link-wrapper{margin-top:var(--section-spacing-small)}.index-section+.return-link-wrapper{margin-top:0;margin-top:initial}@font-face{font-family:Voga;src:url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.eot?v=163981655188814866711701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.eot?%23iefix&v=163981655188814866711701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.svg%23Voga-Medium?80565) format("svg"),url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.ttf?v=92111280392459338861701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.woff?v=123768287438612631051701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/Voga-Medium.woff2?v=64857167389053993891701278648) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Bold.eot?v=79402665286623584241701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Bold.eot?%23iefix&v=79402665286623584241701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Bold.ttf?v=39167409499865143611701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Bold.woff?v=149426822002576257321701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Bold.woff2?v=59542033860427889721701278648) format("woff2");font-weight:700;font-style:normal}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-BoldItalic.eot?v=134696714338793856911701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-BoldItalic.eot?%23iefix&v=134696714338793856911701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-BoldItalic.ttf?v=103098911508520178341701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-BoldItalic.woff?v=150266146762404598271701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-BoldItalic.woff2?v=153900990027895617011701278648) format("woff2");font-weight:700;font-style:italic}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Medium.eot?v=31086400110098566901701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Medium.eot?%23iefix&v=31086400110098566901701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Medium.ttf?v=57528601905462278631701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Medium.woff?v=18728755140745088661701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Medium.woff2?v=32014747028063953411701278648) format("woff2");font-weight:500;font-style:normal}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-MediumItalic.eot?v=156135839602240493431701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-MediumItalic.eot?%23iefix&v=156135839602240493431701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-MediumItalic.ttf?v=126995499177078512491701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-MediumItalic.woff?v=6422310959092305651701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-MediumItalic.woff2?v=144528876519302481651701278648) format("woff2");font-weight:500;font-style:italic}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.eot?v=79640915459912557941701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.eot?%23iefix&v=79640915459912557941701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.svg%23ApercuPro-Light?80565) format("svg"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.ttf?v=159126864301963357301701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.woff?v=15576153726513191161701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-Light.woff2?v=112921161436174224331701278648) format("woff2");font-weight:300;font-style:normal}@font-face{font-family:Apercu Pro;src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-LightItalic.eot?v=71783820076573049791701278648);src:url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-LightItalic.eot?%23iefix&v=71783820076573049791701278648) format("embedded-opentype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-LightItalic.ttf?v=35802725563566127281701278648) format("truetype"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-LightItalic.woff?v=59258119254864145541701278648) format("woff"),url(//bizuu.pl/cdn/shop/t/214/assets/ApercuPro-LightItalic.woff2?v=105057654025268160951701278648) format("woff2");font-weight:300;font-style:italic}#shopify-section-announcement-bar{overflow:hidden;position:relative;display:none;z-index:11}.announcement-bar{min-height:50px;width:100vw;max-width:100%;display:flex;align-items:center;border:medium none currentColor;border:initial}@media screen and (max-width: 767px){.announcement-bar{padding:0}}.announcement-bar .page-width{width:inherit}@media screen and (max-width: 767px){.announcement-bar .page-width{padding-right:40px}}.announcement-bar__message{width:100%;display:flex;padding:3.5px 0;flex-wrap:nowrap}@media screen and (max-width: 767px){.announcement-bar__message{flex-wrap:wrap}}.announcement-bar__message p,.announcement-bar__message a{display:inline-block;color:inherit;margin:auto;font-weight:500;font-size:13px;text-shadow:inherit;letter-spacing:2px}.announcement-bar__message--release-date{align-items:center;justify-content:center}.announcement-bar__message--release-date p,.announcement-bar__message--release-date a{margin:0;margin:initial}.announcement-bar__days{padding-left:3px;padding-right:3px}.announcement-bar__close{position:absolute;display:inline-flex;background-color:#0000;top:50%;right:14px;transform:translateY(-50%);padding:10px;border:medium none currentColor;border:initial}.announcement-bar__close:hover,.announcement-bar__close:focus{border:medium none currentColor;border:initial;background-color:#0000}.announcement-bar__close .icon{transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}.announcement-bar__close:hover .icon{transform:rotate(90deg)}@media screen and (max-width: 767px){.announcement-bar__close{right:0}}@media screen and (min-width: 768px){#shopify-section-header.shopify-section-header--sticky:not(.shopify-section-header--sticky-mobile)~#PageContainer{overflow:visible}#shopify-section-header.shopify-section-header--sticky:not(.shopify-section-header--sticky-mobile)~#PageContainer .index-section--flush:first-child.index-section--slideshow-ultimate{position:relative;height:calc(100vh - var(--header-height) - var(--height-announcement) - var(--height-language));padding-bottom:0}#shopify-section-header.shopify-section-header--sticky:not(.shopify-section-header--sticky-mobile)~#PageContainer .index-section--flush:first-child.index-section--slideshow-ultimate>div{height:calc(100% + var(--header-height));transform:translateY(calc(var(--header-height) * -1))}#shopify-section-header.shopify-section-header--sticky:not(.shopify-section-header--sticky-mobile)~#PageContainer .index-section--flush:first-child.index-section--slideshow-ultimate .slideShowUltimate-container{overflow:hidden;max-height:calc(100vh - var(--height-announcement) - var(--height-language))}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--small{height:175px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--small{height:475px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--medium{height:270px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--medium{height:650px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--large{height:375px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate--large{height:775px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__data{position:relative}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image--placeholder{position:absolute;max-width:100%;max-height:100%;top:0;left:0;width:100%;height:100%;filter:blur(15px);overflow:hidden}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image--placeholder span{display:block;width:100%;height:100%;background-repeat:no-repeat;background-size:100%}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image.lazyloaded~.slideShowUltimate__image--placeholder{opacity:0}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image-medium-down--hide{opacity:0}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image-medium-up--hide{opacity:0}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__overlay_second{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-image-overlay);opacity:var(--opacity-image-overlay);z-index:2}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__video{position:absolute;width:100%;height:100%}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__video-medium-up--hide{display:none}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__video-medium-down--hide{display:none}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container{position:relative}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container .swiper-slide{background-color:rgba(var(--color-bg-rgb),.3)}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container:not(.swiper-container-initialized) .slideshow__text-wrap,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container:not(.swiper-container-initialized) .swiper-wrapper~*{opacity:0}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container:not(.swiper-container-initialized) .swiper-slide{filter:blur(5px)}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container.swiper-container-initialized .swiper-slide-active .slideshow__text-content{transform:translateY(-40px);opacity:1}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-container.swiper-container-initialized .swiper-slide-active .slideshow__text-content.slideshow__text-content--vertical-center{transform:translateY(-50%)}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls{z-index:9;position:absolute;display:flex;justify-content:center;bottom:20px;left:0;right:0;margin:auto}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls:not(.slideShowUltimate__controls--fixedcontroler){bottom:0;transform:translateY(100%)}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls .page-width{display:inherit}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--pagination .page-width{width:100%;justify-content:center}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{z-index:10;display:flex;justify-content:flex-start;max-width:100%;bottom:calc(var(--section-spacing-small) + 22px)}@media screen and (min-width: 1025px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{padding-left:calc(var(--section-spacing) + 557px)}}@media screen and (min-width: 768px)and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{padding-left:524px}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{padding-left:330px}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{bottom:calc(var(--section-spacing) + 30px)}}@media screen and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler{width:0;margin:0;left:50%;transform:translate(-50%)}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width{padding:0 22px 0 0;margin:0;transform:translate(-100%)}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width{padding:0 30px 0 0}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width .slideShowUltimate__arrow{order:1;padding:0;width:auto;width:initial;height:36px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width .slideShowUltimate__arrow-prev{margin-left:18px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width .slideShowUltimate__arrow-next{margin-left:38px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__controls--fixedcontroler .page-width .slideShowUltimate__arrow .icon{width:13px;height:22px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__subtitle{display:inline-block}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__subtitle *{color:inherit}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrow{height:44px;width:44px;position:relative;top:-5px;padding:0 .9rem;line-height:0;cursor:pointer;transition:color .2s cubic-bezier(.44,.13,.48,.87),background-color .2s cubic-bezier(.44,.13,.48,.87);background-color:#0000;border:none;color:inherit}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrow .icon{width:.7rem;height:.7rem;transition:color .2s cubic-bezier(.44,.13,.48,.87),background-color .2s cubic-bezier(.44,.13,.48,.87)}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows{justify-content:space-between;height:44px;padding:5px;background-clip:content-box;transition:color .2s cubic-bezier(.44,.13,.48,.87),background-color .2s cubic-bezier(.44,.13,.48,.87);display:inline-flex}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows:not(.slideShowUltimate__arrows--pagination) .icon,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows:not(.slideShowUltimate__arrows--fixedcontroler) .icon{color:var(--color-text)!important}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination{width:100%;max-width:var(--container-size)}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination{background-color:#0000!important;color:var(--color-text)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination{width:auto;width:initial}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination .slideShowUltimate__arrow{border-width:2px;border-style:solid;border-color:inherit;max-width:40px;max-height:40px}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination .slideShowUltimate__arrow{border-color:var(--color-text);top:0}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination .slideShowUltimate__arrow:last-of-type{margin-left:10px;margin-right:40px}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--pagination .slideShowUltimate__arrow .icon{color:var(--color-text)!important}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--fixedcontroler{height:36px;padding-right:0}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__arrows--fixedcontroler{width:auto!important;width:initial!important}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination{position:relative;display:flex;align-items:center;margin:auto}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination .swiper-pagination-bullet{height:9px;width:9px;margin-right:4.5px;margin-left:4.5px}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination:not(.slideShowUltimate-pagination--title) .swiper-pagination-bullet,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination:not(.slideShowUltimate-pagination--fixedcontroler) .swiper-pagination-bullet{background-color:var(--color-text)!important}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title{width:100%;order:1}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title{padding-top:3px;margin:auto 0}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet{transition:opacity .3s cubic-bezier(.25,.8,.25,1)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet{position:relative;background-color:#0000;width:auto;width:initial;height:auto;height:initial;opacity:.5;display:flex;flex-direction:column}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet{font-size:18px;line-height:22px;margin-right:auto;margin-left:auto}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet{font-size:0;line-height:0}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet:first-of-type{margin-left:0}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet:hover{opacity:.9}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet-active{opacity:1}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet:before{content:"";display:inline-block;width:50px;height:2px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet:before{margin-bottom:8px}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--title .swiper-pagination-bullet:before{background-color:var(--color-text)!important}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--fixedcontroler{display:none}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--fixedcontroler .swiper-pagination-bullet{border-width:1px;border-style:solid;opacity:1;height:7px;width:7px;margin-left:9.5px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-pagination--fixedcontroler .swiper-pagination-bullet-active{height:9px;width:9px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause.is-paused .slideShowUltimate__pause-stop{display:none}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause.is-paused .slideShowUltimate__pause-rotate{display:block}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause .icon{color:inherit}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--pagination{border-width:2px;border-style:solid;max-width:40px;max-height:40px}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--pagination{border-color:var(--color-text)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--pagination{margin-top:5px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--pagination .icon{color:inherit}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--pagination .icon{color:var(--color-text)!important}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__pause--fixedcontroler{width:36px;height:36px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-scrollbar{transition:all .05s cubic-bezier(.25,.8,.25,1)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-scrollbar:hover{height:8px;bottom:1.5px}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate-scrollbar .swiper-scrollbar-drag{cursor:pointer}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .mega-title,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .mega-subtitle{text-shadow:inherit}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .page-width{max-width:none;max-width:initial}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__title,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__subtitle{display:block}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content{transform:translateY(0)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content{top:auto;bottom:var(--section-spacing-small)}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content{bottom:var(--section-spacing)}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{width:100%;padding:22px 22px 58px}@media screen and (min-width: 1025px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{max-width:557px}}@media screen and (min-width: 768px)and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{max-width:524px}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{max-width:330px}}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{padding:30px 30px 84px}}@media screen and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__text-content-list{margin-right:auto;margin-left:auto}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__subtitle.mega-subtitle{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--desktop.slideShowUltimate__text-wrap--fixedcontroler .slideshow__subtitle.mega-subtitle{display:none}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--mobile.slideShowUltimate__text-wrap{display:none}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--mobile.slideShowUltimate__text-wrap{display:block;position:relative;background-color:var(--color-bg);width:85%;margin:0 0 0 7.5%;z-index:8}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap--mobile.slideShowUltimate__text-wrap--fixedcontroler{display:none}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-introduction{font-size:13px;font-style:italic;white-space:nowrap;letter-spacing:2.1px}@media screen and (min-width: 1025px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-introduction{font-size:14px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-title{font-weight:500;font-size:40px;margin-top:4px}@media screen and (min-width: 768px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-title{font-size:60px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-subtitle{font-family:var(--font-family-stack-body);font-weight:300;font-size:13px;line-height:25px;letter-spacing:1.4px}@media screen and (min-width: 1025px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-wrap .mega-subtitle{font-size:14px}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-content--mobile{padding-top:3.6rem;display:none}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-content--mobile-active{display:block}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-content--mobile-active .slideshow__title--mobile,.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__text-content--mobile-active .slideshow__subtitle--mobile{display:block}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{z-index:11;position:absolute;bottom:calc(var(--section-spacing-small) + 22px)}@media screen and (min-width: 768px)and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{width:524px}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{width:330px}}@media screen and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{display:flex;justify-content:flex-end;left:50%;transform:translate(-50%) translate(-100%)}}@media screen and (min-width: 768px)and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{bottom:calc(var(--section-spacing) + 30px)}}@media screen and (min-width: 1025px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler{left:calc(var(--section-spacing) + 30px);bottom:calc(var(--section-spacing) + 30px)}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler .slideShowUltimate__btn-wrapper--hidden{opacity:0}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns--fixedcontroler .slideShowUltimate__btn-wrapper--hidden .btn{cursor:default}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item{display:none}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item.active{z-index:1;display:block;position:relative}@media screen and (max-width: 1024px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item.active{transform:translate(100%) translate(30px)}}@media screen and (max-width: 767px){.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item.active{transform:translate(100%) translate(22px)}}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item .slideshow__btn{display:inline-flex!important}.index-section--flush.index-section--slideshow-ultimate .slideShowUltimate__btns-item .slideshow__btn{align-items:center;justify-content:center;min-height:36px;min-width:148px;padding:6px 10px;line-height:normal;font-weight:500;letter-spacing:1.95px}.index-section--custom-content .section-header{position:relative}.index-section--custom-content .section-header .h2{margin-bottom:0}.index-section--custom-content .section-header__line{display:inline-block;height:3px;width:var(--line-size);background-color:var(--color-text)}.collection-template{max-width:100vw}.collection-header--uppercase{text-transform:uppercase}.collection-header--uppercase *{text-transform:inherit}.collection__subtitle{font-style:italic;font-size:14px;color:inherit;font-family:var(--font-stack-body);letter-spacing:2.1px}.collection__title{font-size:calc(1px*var(--font-size-header-phone))}@media screen and (min-width: 768px){.collection__title{font-size:45.6px}}@media screen and (min-width: 1025px){.collection__title{font-size:60px}}.collection__title:after{content:"";position:relative;display:block;height:3px;width:var(--line-size);background-color:var(--color-text);margin:10px auto auto}.collection__title.collection-hero__title:after{background-color:var(--color-overlay-title-text)}.collection__description{max-width:710px;margin-left:auto;margin-right:auto;color:inherit;font-size:14px;font-family:var(--font-family-stack-body);letter-spacing:1.8px;text-transform:none;font-weight:300;padding-top:calc(var(--section-spacing-small) / 2);padding-bottom:calc(var(--section-spacing-small) / 2)}@media screen and (min-width: 1025px){.collection__description{font-size:18.2px;padding-top:var(--section-spacing-small);padding-bottom:var(--section-spacing-small)}}.collection-hero{margin-top:calc(var(--section-spacing-small) * -1)}@media screen and (min-width: 768px){.collection-hero{margin-top:calc(var(--section-spacing) * -1)}}@media screen and (max-width: 1024px){.collection-hero__image{position:absolute;top:0;width:100%;height:100%}}@media screen and (max-width: 1024px){.collection-hero__title{position:relative;transform:none;transform:initial;padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}@media screen and (max-width: 767px){.collection-hero__title-wrapper{display:flex}}@media screen and (max-width: 767px){.collection-hero__title-wrapper--phone-background-color>*{z-index:1}.collection-hero__title-wrapper--phone-background-color:after{content:"";position:absolute;display:block;width:100%;height:100%;top:0;left:0}}.collection-hero__title-phone-image{position:relative;display:flex;align-items:center;width:30%;background-position:center top;background-repeat:no-repeat;background-size:100% auto}@media screen and (min-width: 768px){.collection-hero__title-phone-image{display:none}}.collection-hero__title-phone-image-wrapper{position:absolute;max-height:100%}.collection__filters-sorting{display:flex;align-items:center;margin-left:auto;font-family:var(--font-family-stack-body)}.collection__filters-sorting button{color:var(--color-text)!important}.collection__filters-sorting button{display:inline-flex;align-items:center;height:100%;cursor:pointer;text-transform:none;letter-spacing:1.4px;background-color:var(--color-body);border-width:1px 1px 0 1px;border-style:solid;border-color:#0000;box-sizing:content-box;padding:0}@media screen and (max-width: 768px){.collection__filters-sorting button{margin-left:10px;border-bottom:1px solid var(--color-text)}}@media screen and (min-width: 769px){.collection__filters-sorting button.collection__sorting{min-width:150px}}.collection__filters-sorting button.open .icon{transform:rotateX(180deg)}.collection__filters-sorting .icon{transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}.collection__filters-sorting .icon{width:14px;margin-left:8px;letter-spacing:1.4px}@media screen and (min-width: 769px){.collection__filters-sorting .icon{margin-right:12px}}@media screen and (max-width: 768px){.collection__filters-sorting .icon-chevron-down{display:none}}.collection__filters-sorting .icon-plus{height:13px;width:13px}@media screen and (min-width: 769px){.collection__filters-sorting .icon-plus{display:none}}.collection__filters-checked{display:none;flex-wrap:wrap;margin-bottom:15px}@media screen and (max-width: 768px){.collection__filters-checked{display:none!important}}.collection__filters-checked .chip{min-height:30px!important}.collection__filters-checked .chip{display:inline-flex;align-items:center;background-color:rgba(var(--color-text-rgb),.1);margin-right:4px;font-size:12.04px;letter-spacing:1.8px;white-space:nowrap;padding:6px 12px;margin-bottom:4px}.collection__filters-checked .chip .icon{width:12px!important;height:12px!important;transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}.collection__filters-checked .chip .icon{cursor:pointer}.collection__filters-checked .chip a{min-height:12px!important}.collection__filters-checked .chip a{display:flex}.collection__filters-checked .chip a:hover .icon{transform:rotate(90deg)}.collection__filters-checked .chip>span{margin-left:12px;white-space:nowrap;display:inline-flex}.collection__filters-checked .chip>span .bg-color{margin-left:8px;width:18px;height:18px;display:inline-block}@media screen and (max-width: 768px){.collection__sorting{display:none!important}}.collection__sorting.open{border-color:var(--color-text)!important}.collection__searchanise-content{position:relative}@media screen and (max-width: 1024px){.collection__searchanise-content{margin-left:calc(var(--section-spacing-small) * -1);width:100vw}}.shopify-section--collection-list .section-header{margin-bottom:0}.shopify-section--collection-list .collection-list__header{display:flex;flex-direction:column;background-repeat:no-repeat;background-size:contain;padding-bottom:var(--section-spacing-small);padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small)}@media screen and (min-width: 768px){.shopify-section--collection-list .collection-list__header{padding-bottom:0}}@media screen and (min-width: 1025px){.shopify-section--collection-list .collection-list__header{padding-bottom:var(--section-spacing);padding-left:var(--section-spacing);padding-right:var(--section-spacing)}}@media screen and (max-width: 1024px){.shopify-section--collection-list .collection-list__header{background-image:none!important;background-image:initial!important}}.shopify-section--collection-list .collection-list__header--background{padding-top:calc(var(--section-spacing-small) * 2)}@media screen and (min-width: 768px){.shopify-section--collection-list .collection-list__header--background{padding-top:var(--section-spacing)}}@media screen and (min-width: 1025px){.shopify-section--collection-list .collection-list__header--background{padding-top:calc(var(--section-spacing) * 2);padding-bottom:calc(var(--section-spacing) * 1.5)}}.shopify-section--collection-list .collection-list__header:after{content:"";position:relative;display:inline-block;height:3px;width:var(--line-size);background-color:var(--color-text);margin:10px auto auto}.shopify-section--collection-list .collection-list__introduction{font-style:italic;letter-spacing:2.1px}.shopify-section--collection-list .collection-list__subheading{font-family:var(--font-family-stack-body);font-size:calc(14 * 1.14px);margin-bottom:20px;letter-spacing:.08em}@media screen and (min-width: 1025px){.shopify-section--collection-list .collection-list__subheading{letter-spacing:.12em;line-height:1.3;font-size:17.92px}}.shopify-section--collection-list .collection-list__image{background-repeat:no-repeat;background-size:contain;order:1}@media screen and (max-width: 1024px){.shopify-section--collection-list .collection-list__image{width:calc(100% + (var(--section-spacing-small) * 2));margin-left:calc(var(--section-spacing-small) * -1)}}@media screen and (min-width: 1025px){.shopify-section--collection-list .collection-list__image{display:none}}@media screen and (max-width: 767px){.shopify-section--collection-list .collection-list__image{display:none}}.shopify-section--collection-list .collection-list__image--right{background-position:right}.shopify-section--collection-list .collection-list__image--left{background-position:left}.shopify-section--collection-list .collection-list__image.ratio-container:after{padding-bottom:60.5%}.shopify-section--collection-list .collection-grid{margin-bottom:0}.shopify-section--collection-list .grid{padding-top:1px;margin-left:0}.shopify-section--collection-list .grid__item{padding:1px}@media screen and (max-width: 1024px){.shopify-section--collection-list .grid__item{width:50%}}.shopify-section--collection-list .collection-grid-item{margin:0}.shopify-section--collection-list .collection-grid-item__title{display:flex;align-items:center;justify-content:center;top:auto;top:initial;bottom:0;left:50%;transform:translateY(0) translate(-50%);margin-bottom:30px}.shopify-section--collection-list .collection-grid-item__title-wrapper:before{display:none}.shopify-section--feature-row{position:relative;--text-content-height: auto}.shopify-section--feature-row>.page-width{position:inherit;z-index:1}.shopify-section--feature-row .feature-row__background{z-index:0;position:absolute;display:block;min-height:400px;width:100%}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row__background{opacity:0}}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row--right .feature-row__text{order:0}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--one .feature-row__text{flex-basis:40%}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--one .feature-row__text--right{padding-right:calc(var(--section-spacing) + var(--section-spacing-small))}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--one .feature-row__subheading{font-size:14px;line-height:25px}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--one .feature-row__images{flex-basis:60%}}.shopify-section--feature-row .feature-row--right+.feature-row__background,.shopify-section--feature-row .feature-row--left+.feature-row__background{bottom:38%;min-height:300px}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row--right .feature-row,.shopify-section--feature-row .feature-row--left .feature-row{flex-direction:column}}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row--right .feature-row__image-wrapper,.shopify-section--feature-row .feature-row--left .feature-row__image-wrapper{max-width:100%!important}}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row--right .feature-row__image-wrapper img,.shopify-section--feature-row .feature-row--left .feature-row__image-wrapper img{max-width:none!important;max-width:initial!important;max-height:none!important;max-height:initial!important}}.shopify-section--feature-row .feature-row--right .feature-row__heading,.shopify-section--feature-row .feature-row--left .feature-row__heading{width:100%}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row__text{padding-right:0;padding-top:0}}.shopify-section--feature-row .feature-row__item{display:flex;flex-wrap:wrap}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row__item{-moz-flex:0 1 100%;flex:0 1 100%;width:100%}}.shopify-section--feature-row .feature-row__introduction{font-style:italic;letter-spacing:2px;margin-bottom:16px}.shopify-section--feature-row .feature-row__subheading{font-size:calc(14 * 1.14px);margin-bottom:20px;letter-spacing:.08em;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row__subheading{letter-spacing:1.4px;line-height:1.4;font-size:17.92px;max-height:var(--text-content-height)}.shopify-section--feature-row .feature-row__subheading::-webkit-scrollbar{width:10px}.shopify-section--feature-row .feature-row__subheading::-webkit-scrollbar-track{background:#ececec}.shopify-section--feature-row .feature-row__subheading::-webkit-scrollbar-thumb{background:var(--color-size-unavailable-text);border-radius:10px}.shopify-section--feature-row .feature-row__subheading.overflowed{overflow:auto}}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row .image-layout{width:100vw!important}.shopify-section--feature-row .feature-row .image-layout{max-width:100vw}}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row .image-layout--first{order:-1}}.shopify-section--feature-row .feature-row .image-layout__item{display:flex;width:100%;height:100%}@media screen and (min-width: 768px)and (max-width: 1024px){.shopify-section--feature-row .feature-row .image-layout__item{justify-content:space-between}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row .image-layout__item{flex-wrap:wrap}}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row .image-layout__item-global--tablet-up{display:none}}@media screen and (min-width: 768px){.shopify-section--feature-row .feature-row .image-layout__item-global--phone{display:none}}.shopify-section--feature-row .feature-row__img{width:100%;display:inline-block;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row__img{margin-top:1px}}@media screen and (min-width: 768px)and (max-width: 1024px){.shopify-section--feature-row .feature-row__img{margin-top:24px}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row__img{width:calc(100% - 12px);width:330px;margin-right:auto;margin-left:auto}}@media screen and (max-width: 1450px){.shopify-section--feature-row .feature-row__img{width:264px}}.shopify-section--feature-row .feature-row__img:after{padding-bottom:100%}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row__img--couple:nth-of-type(1){margin-right:1px}}@media screen and (max-width: 767px){.shopify-section--feature-row .feature-row__img--couple{width:calc(50% - .5px)}}@media screen and (min-width: 768px)and (max-width: 1024px){.shopify-section--feature-row .feature-row__img--couple{width:calc(50% - 12px)}}.shopify-section--feature-row .feature-row--center{position:relative;flex-direction:column;justify-content:center;text-align:center}.shopify-section--feature-row .feature-row--center+.feature-row__background{bottom:12%}.shopify-section--feature-row .feature-row--center .image-layout{padding-top:var(--section-spacing-small)}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .image-layout{padding-top:var(--section-spacing)}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .image-layout{flex-wrap:nowrap}}.shopify-section--feature-row .feature-row--center .image-layout__item{height:auto;height:initial}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .image-layout__item{width:calc(24% + 20px);padding-left:20px}}.shopify-section--feature-row .feature-row--center .image-layout__item--full{width:100vw}@media screen and (max-width: 1024px){.shopify-section--feature-row .feature-row--center .image-layout__item--full{position:relative}}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .image-layout__item-global--tablet-up{width:calc(76% - 40px);display:block}}.shopify-section--feature-row .feature-row--center .image-layout__item--couple{width:calc(100% - 40px)!important}.shopify-section--feature-row .feature-row--center .btn{position:absolute;left:50%;transform:translate(-50%);bottom:calc(var(--section-spacing-small) + 24px)}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .btn{bottom:calc(var(--section-spacing) + 40px)}}.shopify-section--feature-row .feature-row--center .feature-row__item{-moz-flex:0 1 100%;flex:0 1 100%;width:100%}.shopify-section--feature-row .feature-row--center .feature-row__image{left:0;right:0}.shopify-section--feature-row .feature-row--center .feature-row__image-wrapper{height:100%;max-width:100%;margin-bottom:0}.shopify-section--feature-row .feature-row--center .feature-row__image-wrapper .feature-row__image{position:relative;max-width:100%}.shopify-section--feature-row .feature-row--center .feature-row__text{flex-direction:column}.shopify-section--feature-row .feature-row--center .feature-row__text>*{margin-right:auto;margin-left:auto}.shopify-section--feature-row .feature-row--center .feature-row__text:after{content:"";position:relative;display:inline-block;width:var(--line-size);height:3px;background-color:var(--color-text);margin:10px auto 0}@media screen and (min-width: 1025px){.shopify-section--feature-row .feature-row--center .feature-row__img{width:auto;width:initial;height:calc(50% - 20px);padding-left:100%;background-position:center;margin-bottom:40px}}.shopify-section-newsletter .newsletter-section .rte{font-family:var(--font-family-stack-body);letter-spacing:1.8px;font-size:calc(14 * 1.12px)}@media screen and (min-width: 1025px){.shopify-section-newsletter .newsletter-section .rte{font-size:18.2px}}.shopify-section-newsletter .newsletter-section .form-single-field{max-width:20.625rem}.shopify-section-newsletter .newsletter-section .input-group--column{display:flex;flex-direction:column}.shopify-section-newsletter .newsletter-section .input-group__field{flex-basis:initial;outline:none;letter-spacing:2.1px;color:var(--color-text);margin-bottom:33px}.shopify-section-newsletter .newsletter-section .input-group__field::-moz-placeholder{color:var(--color-text);opacity:1}.shopify-section-newsletter .newsletter-section .input-group__field::placeholder{color:var(--color-text);opacity:1}.shopify-section-newsletter .newsletter-section .input-group__field:-ms-input-placeholder{color:var(--color-text)}.shopify-section-newsletter .newsletter-section .input-group__field::-ms-input-placeholder{color:var(--color-text)}@media screen and (min-width: 1025px){.shopify-section-newsletter .newsletter-section .input-group__field{padding-left:28px}}.shopify-section-newsletter .newsletter-section .input-group__btn{margin-bottom:26px}.site-footer{font-family:var(--font-family-stack-body)}.site-footer--uppercase{text-transform:uppercase}.site-footer__content{margin-bottom:var(--section-spacing)}@media screen and (max-width: 767px){.site-footer__content{padding:0}}@media screen and (min-width: 768px)and (max-width: 1024px){.site-footer__content{flex-wrap:wrap}}@media screen and (max-width: 767px){.site-footer__item{margin-bottom:0}}@media screen and (min-width: 768px)and (max-width: 1024px){.site-footer__item{flex:1 1 50%}}.site-footer__item--center{justify-content:center}.site-footer__item--center .site-footer__social-icons{text-align:center}.site-footer__item--center .site-footer__linklist-item{padding-left:5px;padding-right:5px}.site-footer__item--center>*{text-align:center}.site-footer-item-center-vertically{display:inline-flex}@media screen and (max-width: 767px){.site-footer-item-center-vertically{flex-direction:column}}@media screen and (min-width: 768px){.site-footer-item-center-vertically{align-items:center}}.site-footer-item-center-vertically.site-footer-item-align-right{justify-content:center}@media screen and (min-width: 1025px){.site-footer-item-center-vertically.site-footer-item-align-right{justify-content:flex-end}}.site-footer-item-center-vertically .site-footer__list-icons{display:inherit}.site-footer-item-center-vertically .site-footer__block-label{line-height:1}@media screen and (min-width: 768px){.site-footer-item-center-vertically .site-footer__block-label{margin-right:30px}}@media screen and (min-width: 768px){.site-footer__list-icons{display:flex;justify-content:center;align-items:center}.site-footer__list-icons .site-footer__block-label{margin-right:30px}.site-footer__list-icons .site-footer__icon-list{padding-top:7.5px;padding-bottom:7.5px}}.site-footer__list-icons .icon{transition:filter .3s cubic-bezier(.25,.8,.25,1)!important}.site-footer__list-icons .icon:not(:hover){filter:grayscale(100%)}.site-footer__payment-icons .payment-icon{margin-top:5px}.site-footer__delivery-icons .delivery-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:default;margin-top:5px;margin-bottom:5px}.site-footer__delivery-icons .delivery-icon:not(:first-of-type){margin-left:5px}.site-footer__delivery-icons .delivery-icon .icon{width:38px;height:24px;fill:inherit}@media screen and (min-width: 768px){.site-footer__implementation{min-height:56px}}.site-footer__implementation .implementation__logo{margin-top:5px;margin-bottom:5px}.site-footer__implementation .icon{width:108px}@media screen and (max-width: 767px){.site-footer__item-inner{width:100%}}.site-footer__item-inner--logo{width:100%;padding:10px}.site-footer__item-inner--logo .site-footer__social-icons{margin-top:10px}.site-footer__item-inner--logo .site-footer__social-icons .social-icons__item{padding-right:20px;padding-left:20px;margin-top:20px}.site-footer__item-inner--logo .site-footer__social-icons .social-icons__item .icon{width:30px;height:30px}@media screen and (max-width: 767px){.site-footer__item-inner--link_list{border-bottom:1px solid var(--color-text)}}.site-footer__title{position:relative;font-size:20.02px;font-family:var(--font-stack-body)}@media screen and (min-width: 1025px){.site-footer__title{letter-spacing:3px}}@media screen and (max-width: 767px){.site-footer__title{display:flex;justify-content:center;padding:15px 40px;margin-bottom:0}}.site-footer__title.open .icon{transform:translate(-50%,-50%) rotate(179.9deg)}@media screen and (min-width: 768px){.site-footer__title~[data-footer-block]{display:block!important}}@media screen and (max-width: 767px){.site-footer__title~[data-footer-block]{display:none}}.site-footer__title .icon{transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}.site-footer__title .icon{position:absolute;width:15px;height:15px;top:50%;right:15px;transform:translate(-50%,-50%)}@media screen and (min-width: 768px){.site-footer__title .icon{display:none}}@media screen and (min-width: 768px){.site-footer__linklist{padding-top:10px}}@media screen and (min-width: 768px){.site-footer__linklist-item{padding-top:5px}}.site-footer__logo-image{display:inline-block;width:100%;margin-bottom:15px}@media screen and (max-width: 1024px){.site-footer__logo-image{margin-bottom:25px}}.site-footer__logo-image img{width:100%}@media screen and (max-width: 767px){.site-footer__logo-image img{max-width:78px!important}}@media screen and (min-width: 768px)and (max-width: 1024px){.site-footer__logo-image img{max-width:120px!important}}.site-footer__rte a,.site-footer__linklist-item a,.site-footer__copyright-content a{transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}.site-footer__rte a:hover,.site-footer__linklist-item a:hover,.site-footer__copyright-content a:hover{color:var(--color-text)!important;border:medium none currentColor!important;border:initial!important}.site-footer__rte a:hover,.site-footer__linklist-item a:hover,.site-footer__copyright-content a:hover{text-shadow:-.2px -.2px 0 var(--color-text),.2px -.2px 0 var(--color-text),-.2px .2px 0 var(--color-text),.2px .2px 0 var(--color-text)}@media screen and (min-width: 768px)and (max-width: 1024px){.site-footer__down .small--text-center{text-align:center}.site-footer__down .small--hide{display:none!important}.site-footer__down .small--one-whole{width:100%}.site-footer__down .medium-up--hide{display:block!important}}.template-captcha .shopify-challenge__container form{text-align:center}.template-customers-login .justify-content-between{justify-content:space-between}.template-customers-login .justify-content-end{justify-content:flex-end}.template-customers-login .section-header a{-webkit-text-decoration:underline;text-decoration:underline}.template-customers-login .content-wrapper{letter-spacing:1.8px}.template-customers-login .content-wrapper,.template-customers-login form{margin:0 auto;padding:0 5px}@media screen and (min-width: 768px){.template-customers-login .content-wrapper,.template-customers-login form{width:50%}}.template-customers-login .content-wrapper .btn,.template-customers-login form .btn{font-size:14px;padding:13.5px;width:100%;margin-top:35px}.template-customers-login .content-wrapper .remember-link,.template-customers-login form .remember-link{-webkit-text-decoration:underline;text-decoration:underline}.template-customers-login .content-wrapper .grid--flex .txt--small,.template-customers-login form .grid--flex .txt--small{color:#909090;font-size:calc(14 * .714286px)}.template-customers-login .title{text-transform:uppercase;font-size:60px;letter-spacing:0}.template-customers-login .main-content{padding-top:19.444444vh}@media screen and (max-width: 767px){.template-customers-login .main-content{padding-top:66px}}.template-customers-login .main-content .page-width{padding:0 0 20px}.template-customers-login .main-content .grid{position:relative;margin:0;margin:initial}.template-customers-login .main-content .grid--half-line:before{position:absolute;transform:translate(-50%,-50%);left:50%;top:50%;content:"";display:block;width:1px;height:100%;background-color:var(--color-text)}@media screen and (max-width: 1024px){.template-customers-login .main-content .grid--half-line:before{display:none}}.template-customers-login .main-content .grid:not(.grid--half-line){display:flex;justify-content:center}.template-customers-login .main-content .grid__item{padding-right:var(--section-spacing-small);padding-left:var(--section-spacing-small);width:100%}@media screen and (min-width: 1025px){.template-customers-login .main-content .grid__item{width:50%}}@media screen and (max-width: 1024px){.template-customers-login .main-content .grid__item-content:first-of-type{padding-bottom:68px}}@media screen and (max-width: 1024px){.template-customers-login .main-content .grid__item-content:nth-of-type(2){border-top:1px solid #1a171b;padding-top:68px}}.template-customers-login .main-content .grid__item-content .title{margin-bottom:10.185185vh}@media screen and (max-width: 767px){.template-customers-login .main-content .grid__item-content .title{margin-bottom:60px}}.template-customers-login .main-content .grid__item-content .title--small{margin-bottom:40px;font:400 calc(14 * 1.428571px)/1 var(--font-stack-header);text-transform:uppercase;letter-spacing:1px}.template-customers-login .custom-row-wrapper{position:relative;height:40px}.template-customers-login .custom-row-wrapper:not(:last-of-type){margin-bottom:32px}.template-customers-login .custom-row-wrapper input::-moz-placeholder{-moz-transition:all .3s cubic-bezier(.25,.8,.25,1)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-login .custom-row-wrapper input::placeholder{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-login .custom-row-wrapper input::-moz-placeholder{letter-spacing:2px}.template-customers-login .custom-row-wrapper input::placeholder{letter-spacing:2px}.template-customers-login .custom-row-wrapper .link{-webkit-text-decoration:uppercase!important;text-decoration:uppercase!important}.template-customers-login .custom-row-wrapper input{outline:none}.template-customers-reset_password .title{text-transform:uppercase;font-size:60px;letter-spacing:normal}.template-customers-reset_password .custom-row-wrapper{position:relative;height:40px;margin-bottom:32px}.template-customers-reset_password .custom-row-wrapper input::-moz-placeholder{-moz-transition:all .3s cubic-bezier(.25,.8,.25,1)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-reset_password .custom-row-wrapper input::placeholder{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-reset_password .custom-row-wrapper input::-moz-placeholder{letter-spacing:2px}.template-customers-reset_password .custom-row-wrapper input::placeholder{letter-spacing:2px}.template-customers-reset_password .custom-row-wrapper .link{-webkit-text-decoration:uppercase!important;text-decoration:uppercase!important}.template-customers-reset_password .custom-row-wrapper input{outline:none}.template-customers-reset_password .grid__item{text-align:center}.template-customers-reset_password .btn{margin:0 auto;display:block}@media screen and (max-width: 767px){.template-404 .empty-page-content h1{font-size:60px}}.template-404 .empty-page__link{margin-bottom:20px}.template-customers-register .title{text-transform:uppercase}@media screen and (max-width: 1024px){.template-customers-register .title{padding:0 30px}}.template-customers-register .custom-row-wrapper{position:relative;min-height:40px}.template-customers-register .custom-row-wrapper:not(:last-of-type){margin-bottom:32px}.template-customers-register .custom-row-wrapper input::-moz-placeholder{-moz-transition:all .3s cubic-bezier(.25,.8,.25,1)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-register .custom-row-wrapper input::placeholder{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.template-customers-register .custom-row-wrapper input::-moz-placeholder{letter-spacing:2px}.template-customers-register .custom-row-wrapper input::placeholder{letter-spacing:2px}.template-customers-register .custom-row-wrapper .link{-webkit-text-decoration:uppercase!important;text-decoration:uppercase!important}.template-customers-register .custom-row-wrapper input{outline:none}.template-customers-register .ssw-accept-marketing{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;margin:20px 0}.template-customers-register .ssw-accept-marketing input{margin:0 10px 0 0}.template-customers-register #RegisterForm .checkbox-box__controler{position:absolute;pointer-events:none}.template-customers-register #RegisterForm .checkbox-box input{height:100%}.template-customers-register #RegisterForm .checkbox-box label{padding-left:23px}.shopify-section-contact-page .contact-form{display:flex;flex-direction:column;align-items:center;width:100%}@media screen and (max-width: 767px){.shopify-section-contact-page .contact-form{margin-top:var(--section-spacing-small)}}.shopify-section-contact-page .contact-form__container{display:flex;flex-direction:column;width:inherit}.shopify-section-contact-page .contact-form__item{order:0}.shopify-section-contact-page .contact-form__item input:not([type=checkbox]),.shopify-section-contact-page .contact-form__item textarea,.shopify-section-contact-page .contact-form__item select{min-height:40px;margin-bottom:var(--section-spacing-small);outline-color:#0000}.shopify-section-contact-page .contact-form__item input:not([type=checkbox])::-moz-placeholder,.shopify-section-contact-page .contact-form__item textarea::-moz-placeholder,.shopify-section-contact-page .contact-form__item select::-moz-placeholder{-moz-transition:all .3s cubic-bezier(.25,.8,.25,1)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.shopify-section-contact-page .contact-form__item input:not([type=checkbox])::placeholder,.shopify-section-contact-page .contact-form__item textarea::placeholder,.shopify-section-contact-page .contact-form__item select::placeholder{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.shopify-section-contact-page .contact-form__item input:not([type=checkbox])::-moz-placeholder,.shopify-section-contact-page .contact-form__item textarea::-moz-placeholder,.shopify-section-contact-page .contact-form__item select::-moz-placeholder{letter-spacing:2px}.shopify-section-contact-page .contact-form__item input:not([type=checkbox])::placeholder,.shopify-section-contact-page .contact-form__item textarea::placeholder,.shopify-section-contact-page .contact-form__item select::placeholder{letter-spacing:2px}.shopify-section-contact-page .contact-form__text{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);margin-bottom:var(--section-spacing-small)}[language-select]{position:absolute;top:calc(var(--section-spacing-small) / 2);left:calc(var(--section-spacing-small) / 2);background-color:var(--color-body);border:1px solid rgba(0,0,0,0)}@media screen and (min-width: 1025px){[language-select]{top:var(--section-spacing-small);left:var(--section-spacing-small)}}[language-select].open{border-color:var(--color-text)}[language-select] [language-list]{display:flex;flex-direction:column}[language-select] [language-list] [language]{transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}[language-select] [language-list] [language]{display:flex;align-items:center;cursor:pointer;line-height:1.2;padding:2px 4px;height:22px}[language-select] [language-list] [language]:not(.active):hover{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}[language-select] [language-list] [language].active{position:relative;order:-1;padding-left:28px}[language-select] [language-list] [language].active:before{transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}[language-select] [language-list] [language].active:before{content:"";position:absolute;display:inline-block;top:50%;left:4px;width:14px;height:14px;background-image:var(--svg-chevron-down-icon);background-repeat:no-repeat;background-position:center;transform:translateY(-50%)}.open[language-select] [language-list] [language].active:before{transform:translateY(-50%) rotate(180deg)}.faq{letter-spacing:1.4px}.faq__item{border-bottom:none}.faq__item:not(:last-child){margin-bottom:1em}.faq__item--expandable .faq__question{cursor:pointer}.faq__item--expandable .faq__answer:not(.active){display:none}.faq__question{display:flex;margin-bottom:.6em;position:relative;padding:4px \200b 8px;font-size:14px;color:var(--color-text)}.faq__question>*{color:inherit}.faq__question .icon{transition:transform .3s cubic-bezier(.25,.8,.25,1)!important}.faq__question .icon{flex-shrink:0;width:16px;height:16px}.active.faq__question .icon{transform:rotate(-180deg)}.faq__question span{margin-left:14px;display:inline-block}.faq__answer{padding:4px 8px 4px 30px;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);color:var(--color-text);font-size:14px}.faq__answer>*{color:inherit}.faq__answer.active{border-top:none}.faq__separator{text-transform:none;text-align:left;margin-bottom:var(--section-spacing-small)}.faq__separator:not(:first-child){margin-top:var(--section-spacing-small)}.faq__line{margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small)}.page-hero{position:relative;overflow:hidden;margin-top:calc(var(--section-spacing-small) * -1);margin-bottom:var(--section-spacing-small)}@media screen and (min-width: 768px){.page-hero{margin-top:calc(var(--section-spacing) * -1);margin-bottom:var(--section-spacing)}}.page-hero__image{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;height:var(--page-hero-height);opacity:1}@media screen and (max-width: 1024px){.page-hero__image{position:absolute;top:0;width:100%;height:100%}}.page-hero__title{position:absolute;color:var(--color-overlay-title-text);width:100%;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);font-size:calc(1px*var(--font-size-header-phone))}@media screen and (max-width: 1024px){.page-hero__title{position:relative;transform:none;transform:initial;padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}@media screen and (min-width: 768px){.page-hero__title{font-size:45.6px}}@media screen and (min-width: 1025px){.page-hero__title{font-size:60px}}.page-hero__title-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--color-image-overlay);opacity:var(--opacity-image-overlay)}.page-hero__title:after{content:"";position:relative;display:block;height:3px;width:var(--line-size);background-color:var(--color-overlay-title-text);margin:10px auto auto}.page-fur-template .fur-main-info{margin-top:var(--section-spacing);margin-bottom:var(--section-spacing);padding-bottom:var(--section-spacing)}@media screen and (max-width: 767px){.page-fur-template .fur-main-info{margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small);padding-bottom:var(--section-spacing-small)}}.page-fur-template .fur-main-info__description{text-align:justify;color:var(--color-text);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);letter-spacing:.08em;font-size:calc(14 * 1.14px)}@media screen and (min-width: 1025px){.page-fur-template .fur-main-info__description{font-size:14px;line-height:25px}}@media screen and (max-width: 767px){.page-fur-template .fur-main-info__title{margin-bottom:0}}.page-fur-template .fur-main-info .section-header{position:relative}.page-fur-template .fur-main-info .section-header__line{display:inline-block;height:3px;width:var(--line-size);background-color:var(--color-text)}.page-fur-template .fur-gallery{margin-top:var(--section-spacing);margin-bottom:var(--section-spacing);display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;margin-left:-2px;width:calc(100% + 4px)}@media screen and (max-width: 767px){.page-fur-template .fur-gallery{margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small)}}.page-fur-template .fur-gallery__item{flex:25% 0 0;padding:0 2px 50px}@media screen and (max-width: 1024px){.page-fur-template .fur-gallery__item{flex-basis:50%;padding-bottom:24px}}.page-fur-template .fur-gallery__item .item__content{padding:50px 20px 20px}@media screen and (max-width: 767px){.page-fur-template .fur-gallery__item .item__content{padding:24px 14px 14px}}.page-fur-template .fur-gallery__item .item__heading{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:calc(14 * 1.29px)}.page-fur-template .fur-bottom{margin-top:var(--section-spacing)}@media screen and (max-width: 767px){.page-fur-template .fur-bottom{margin-top:var(--section-spacing-small)}}.page-fur-template .fur-bottom__description{text-align:center;font-family:var(--font-stack-body);font-weight:var(--font-weight-body-next);font-size:14px}.bizu-care-info-template .feature-row__background{bottom:50%!important}.bizu-care-info-template .feature-row__background{transform:translateY(50%)}.bizu-care-info-template .main-info__description{margin-top:var(--section-spacing);margin-bottom:var(--section-spacing);padding-top:var(--section-spacing);font-size:48px;font-family:var(--font-stack-header);font-weight:var(--font-weight-header);line-height:1.1;color:var(--color-text)}@media screen and (max-width: 767px){.bizu-care-info-template .main-info__description{font-size:30px;padding-top:var(--section-spacing-small);margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small)}}.bizu-care-info-template .care-info-gallery{display:flex;flex-wrap:wrap;width:calc(100% + 64px);margin-bottom:var(--section-spacing);margin-left:-32px;align-items:stretch}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery{width:calc(100% + 32px);margin-left:-16px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery{width:calc(100% + 16px);margin-left:-8px}}.bizu-care-info-template .care-info-gallery.for-five{margin-left:-8px;width:calc(100% + 16px)}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery.for-five{width:calc(100% + 8px);margin-left:-4px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery.for-five{width:calc(100% + 6px);margin-left:-3px}}.bizu-care-info-template .care-info-gallery__item{flex:33.33% 0 0;padding:32px;margin-bottom:86px}.bizu-care-info-template .care-info-gallery__item.five-in-row{flex:20% 0 0;padding:8px;margin-bottom:24px}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item.five-in-row{margin-bottom:20px;padding:4px;flex-basis:33.3%}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item.five-in-row{margin-bottom:16px;padding:2px;flex-basis:50%}}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item{flex-basis:50%;padding:16px;margin-bottom:48px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item{flex-basis:100%;padding:8px;margin-bottom:24px}}.bizu-care-info-template .care-info-gallery__item .item__heading{padding-bottom:20px;font-size:60px}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item .item__heading{font-size:45.6px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item .item__heading{padding-bottom:0;font-size:30px}}.bizu-care-info-template .care-info-gallery__item .item__heading.smaller-version{margin-bottom:8px;padding-bottom:0;font-size:45.6px}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item .item__heading.smaller-version{font-size:30px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item .item__heading.smaller-version{font-size:19.8px}}.bizu-care-info-template .care-info-gallery__item .item__description{padding-top:42px;font-size:16.002px;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item .item__description{padding-top:28px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item .item__description{padding-top:16px;font-size:14px}}.bizu-care-info-template .care-info-gallery__item .item__description.smaller-version{padding-top:12px;font-family:var(--font-stack-body);font-weight:var(--font-weight-header)}@media screen and (min-width: 768px)and (max-width: 1024px){.bizu-care-info-template .care-info-gallery__item .item__description.smaller-version{font-size:14px}}@media screen and (max-width: 767px){.bizu-care-info-template .care-info-gallery__item .item__description.smaller-version{padding-top:8px}}.shopify-section-return-five .return-five{text-align:center}.shopify-section-return-five .return-five__image{margin-bottom:var(--section-spacing-small)}.shopify-section-return-five .return-five__title,.shopify-section-return-five .return-five__text{color:var(--color-text);font-size:14px;font-family:var(--font-stack-body);font-weight:var(--font-weight-header);margin-bottom:var(--section-spacing-small)}.shopify-section-return-five .return-five__title--uppercase{text-transform:uppercase}@media screen and (min-width: 1025px){.shopify-section-return-five .return-five__text--remove-br-desktop br{display:none}}@media screen and (max-width: 1024px){.shopify-section-return-five .return-five__text--remove-br-phone br{display:none}}.shopify-section-return-five .return-five__buttons .btn{margin:0 var(--section-spacing-small) var(--section-spacing-small)}.snize-skeleton{position:absolute;top:0;left:0;width:100vw;max-width:calc(100vw - (var(--section-spacing-small) * 2))}@media screen and (min-width: 1025px){.snize-skeleton{width:100vw;max-width:calc(var(--container-size) - (var(--section-spacing) * 2))}}.snize-skeleton .snize-search-results-content{display:flex}.snize-skeleton .snize-product{width:100%;margin:auto}.snize-skeleton .snize-thumbnail-wrapper{width:100%;padding-top:144%;background:#eee;animation:snize-skeleton-anim 2s infinite}.snize-skeleton .snize-overhidden{width:100%;height:36px;margin-top:40px;margin-bottom:36px;box-sizing:content-box;background:#eee;animation:snize-skeleton-anim 2s infinite}@media screen and (min-width: 1025px){.snize-skeleton .snize-overhidden{padding-bottom:60px}}.snize-skeleton.one .snize-product:nth-of-type(1)~*{display:none}.snize-skeleton.two .snize-product{width:calc(50% - 3px)}.snize-skeleton.two .snize-product:nth-of-type(2)~*{display:none}.snize-skeleton.three .snize-product{width:calc(33.3333333333% - 3px)}.snize-skeleton.three .snize-product:nth-of-type(3)~*{display:none}.snize-skeleton.four .snize-product{width:calc(25% - 3px)}.shopify-section-searchanise-initialyzaty{height:10000px;overflow:hidden}#snize_skeleton_results .snize-skeleton-card{border:medium none currentColor!important;border:initial!important;padding-bottom:30px!important}#snize_skeleton_results .snize-header,#snize_skeleton_results .snize-product-filters{display:none}#snize_skeleton_results .snize-search-results-main-content{margin-left:0!important;margin-left:initial!important}#snize_skeleton_results .snize-search-results-content{margin:0!important;margin:initial!important;padding:0!important}#snize_skeleton_results .snize-search-results-content{display:flex;width:calc(100% + 3px);transform:translate(-1.5px)}#snize_skeleton_results .snize-search-results-content li.snize-product{width:calc(50% - 3px)!important;margin:1.5px!important}@media screen and (min-width: 1025px){#snize_skeleton_results .snize-search-results-content li.snize-product{width:calc(25% - 3px)!important}}#snize_skeleton_results .snize-search-results-content li.snize-product:nth-of-type(4)~li{display:none!important}#snize_skeleton_results .snize-search-results-content li.snize-product .snize-skeleton-card{padding:0!important;border:medium none currentColor!important;border:initial!important}#snize_skeleton_results .snize-search-results-content li.snize-product .snize-thumbnail-wrapper .snize-thumbnail{margin:0!important;margin:initial!important;height:auto!important;height:initial!important}#snize_skeleton_results .snize-search-results-content li.snize-product .snize-thumbnail-wrapper .snize-thumbnail{background-color:#eee;padding-top:144%}@media screen and (max-width: 1024px){.shopify-section-searchanise.index-section--custom-content .page-width{padding-right:0}}.searchanise-recommendations .snize-recommendation{margin:0}.searchanise-recommendations .snize-recommendation-title{display:none}.searchanise-recommendations .snize-recommendation-results{margin-bottom:0;overflow:visible}.searchanise-recommendations .snize-recommendation-results .viewport{overflow:hidden}@media screen and (max-width: 1024px){.searchanise-recommendations .snize-recommendation-results .viewport{overflow:visible}}@media screen and (max-width: 1024px){.searchanise-recommendations .snize-recommendation-results a.buttons{display:none!important}}.searchanise-recommendations .snize-recommendation-results a.buttons.prev{background-image:var(--svg-arrow-left-icon);left:calc(var(--section-spacing-small) * -1)}@media screen and (min-width: 768px){.searchanise-recommendations .snize-recommendation-results a.buttons.prev{left:calc(var(--section-spacing) * -1)}}.searchanise-recommendations .snize-recommendation-results a.buttons.next{background-image:var(--svg-arrow-right-icon);right:calc(var(--section-spacing-small) * -1)}@media screen and (min-width: 768px){.searchanise-recommendations .snize-recommendation-results a.buttons.next{right:calc(var(--section-spacing) * -1)}}.searchanise-recommendations .snize-recommendation-results a.buttons.prev,.searchanise-recommendations .snize-recommendation-results a.buttons.next{width:18px;height:28px;opacity:1;background-repeat:no-repeat;background-position:center;background-size:18px 28px}.searchanise-recommendations .snize-recommendation-results a.buttons.prev.disable,.searchanise-recommendations .snize-recommendation-results a.buttons.next.disable{display:block;opacity:.25;cursor:not-allowed}.searchanise-recommendations .snize-recommendation-results a.buttons.prev .snize-recommendation-arrow,.searchanise-recommendations .snize-recommendation-results a.buttons.next .snize-recommendation-arrow{display:none}.searchanise-recommendations .snize-recommendation-results li.snize-product:not(.list-item-active) .ssw-faveiticon,.searchanise-recommendations .snize-recommendation-results li.snize-product:not(.list-item-active) .snize-thumbnail-wrapper .top-left,.searchanise-recommendations .snize-recommendation-results li.snize-product:not(.list-item-active) .snize-thumbnail-wrapper .down-left,.searchanise-recommendations .snize-recommendation-results li.snize-product:not(.list-item-active) .snize-overhidden{opacity:0!important}.searchanise-recommendations .snize-recommendation-results li.snize-product.list-item-active .ssw-faveiticon,.searchanise-recommendations .snize-recommendation-results li.snize-product.list-item-active .snize-thumbnail-wrapper .top-left,.searchanise-recommendations .snize-recommendation-results li.snize-product.list-item-active .snize-thumbnail-wrapper .down-left,.searchanise-recommendations .snize-recommendation-results li.snize-product.list-item-active .snize-overhidden{opacity:1!important;transition:opacity .6s cubic-bezier(.25,.8,.25,1)!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product,.searchanise-recommendations .snize-recommendation-results li.snize-product{margin-left:1.5px!important;margin-right:1.5px!important;border:medium none currentColor!important;border:initial!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product>video,.searchanise-recommendations .snize-recommendation-results li.snize-product>video{position:absolute;z-index:11;flex-grow:1;max-height:100%}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-view-link:not([disabled]):hover,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-view-link:focus,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-view-link:not([disabled]):hover,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-view-link:focus{color:var(--color-text)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-thumbnail-wrapper:hover~.snize-overhidden .snize-options-box,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-thumbnail-wrapper:hover~.snize-overhidden .snize-options-box{z-index:1;opacity:1;visibility:visible;transform:translateY(-100%) translateY(-10px)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden{padding:40px 0!important;background-color:var(--color-body)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden{position:relative;width:100%;max-height:100%;min-height:36px}@media screen and (min-width: 1025px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden{padding-bottom:60px!important}}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden:before,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden:after,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden:before,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden:after{content:"";position:absolute;display:block;top:0;width:100%;height:40px}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden:before,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden:before{z-index:1;background-color:var(--color-body)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden:after,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-overhidden:after{z-index:2}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-title,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-title{margin:0!important;font-size:14px!important;font-weight:var(--font-weight-body-next)!important;line-height:1.5em!important;min-height:0!important;min-height:initial!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-title,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-title{z-index:1;position:relative;width:100%;text-align:left;background-color:var(--color-body);font-family:var(--font-family-stack-body);color:var(--color-text);padding:0;padding-left:initial;padding-right:0;padding-right:initial;overflow:hidden;text-transform:uppercase;box-sizing:border-box}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-options-box,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-options-box{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-options-box,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-options-box{z-index:0;box-sizing:border-box;padding:25px;order:-1;width:calc(100% - 20px);left:10px;position:absolute;background-color:var(--color-body);top:0;opacity:0;visibility:hidden}@media screen and (max-width: 1024px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-options-box,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-options-box{display:none}}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-options-box:hover,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-options-box:hover{z-index:1;opacity:1;visibility:visible;transform:translateY(-100%) translateY(-10px)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size{border:medium none currentColor;border:initial;font-family:var(--font-stack-body);color:var(--color-text)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size-active:not(.snize-size-unavailable),div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size:not(.snize-size-unavailable):hover,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size-active:not(.snize-size-unavailable),.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size:not(.snize-size-unavailable):hover{background-color:var(--color-text);color:var(--color-body)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size-select-box,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size-select-box{margin:0}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size-select-box:before,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size-select-box:before{content:"Wybierz rozmiar";display:block;width:100%;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);margin-bottom:15px;letter-spacing:2.1px;text-align:center}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size-unavailable,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size-unavailable{color:var(--color-size-unavailable-text)!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-size-unavailable,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-size-unavailable{cursor:not-allowed;background-color:transparent;background-color:initial}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-price-list{text-align:left!important;font-size:14px!important;line-height:1.5em!important;padding-left:0!important;padding-left:initial!important;padding-right:0!important;padding-right:initial!important;margin:.25rem 0 0!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-price-list{z-index:1;position:relative;width:100%;flex-shrink:0;display:inline-flex;flex-direction:column;white-space:nowrap;background-color:var(--color-body);color:var(--color-text);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);text-transform:uppercase}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-with-discount,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-price-with-discount{color:var(--color-sale-text)!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price{text-transform:none!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price{padding-top:.5rem}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price:before,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price:before{content:"Cena pocz\105tkowa: "}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-price{margin:0!important;margin:initial!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-price{width:inherit;font-size:inherit;line-height:inherit;text-transform:inherit}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-button{opacity:1;top:auto;top:initial;left:50%;bottom:0;transform:translate(-50%) translateY(100%);margin:auto;visibility:visible}@media screen and (max-width: 1024px){body div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-button{display:none!important}}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-label,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-label{background-color:#0000;color:var(--color-text)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-label.top-left,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-label.top-left{top:0;left:0;color:var(--color-sale-procenty);font-size:calc(14 * 1.14px);font-weight:var(--font-weight-header);line-height:1;padding:9px 10px;letter-spacing:2.4px}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-label.top-right,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-label.top-right{bottom:20px;top:auto;top:initial;right:50%;transform:translate(50%);padding:7px 10px;line-height:1}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-label.down-left,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-label.down-left{z-index:2;bottom:-20px;left:50%;transform:translate(-50%,50%);font-style:italic;font-weight:var(--font-weight-header)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-label [class*=-arrow],.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-label [class*=-arrow]{display:none}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-omnibus *,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-omnibus *{color:var(--color-text)!important;font-size:9.94px!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-discounted-price,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-omnibus *,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-discounted-price,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-omnibus *{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);-webkit-text-decoration:none;text-decoration:none;line-height:1.25}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail,.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail{border:medium none currentColor!important;border:initial!important;height:auto!important;height:initial!important;padding-top:144%!important}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail video,.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail video{max-height:100%!important}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail video,.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail video{display:block;bottom:-100%;position:absolute;top:0;max-width:100%;height:100%;vertical-align:middle;transition:opacity .3s ease-in-out;box-shadow:none}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail img,.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail img{max-height:100%!important}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail img,.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail img{width:100%}div.snize.snize-options #snize-search-results-grid-mode span.snize-thumbnail img[src*="data:image/png;base64"],.searchanise-recommendations .snize-recommendation-results span.snize-thumbnail img[src*="data:image/png;base64"]{width:auto}.snize-product .snize-attribute,.snize-product .snize-attribute-title{display:none!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product{width:calc(50% - 3px)!important;margin-bottom:var(--section-spacing-small)!important}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product{min-width:157px!important}}@media screen and (min-width: 1025px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product{width:calc(25% - 3px)!important;margin-bottom:var(--section-spacing)!important}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden{flex-direction:column!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-overhidden{min-height:58px}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-title{box-sizing:border-box}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list{margin:auto 0 0!important}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list{flex-wrap:wrap}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list>span:not(:empty){margin-right:.4rem;margin-left:.4rem}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list>span:first-of-type{margin-left:0;margin-left:initial}}@media screen and (max-width: 767px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list>span:last-of-type{margin-right:0;margin-right:initial}}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-price-list>span.snize-discounted-price{font-size:inherit}@media screen and (max-width: 1024px){.snize-instant-widget-is-open{overflow:hidden}.snize-instant-widget-is-open .navigation-header{display:none}}body .snize-ac-results{max-width:var(--container-size)!important;left:50%!important}body .snize-ac-results{padding-left:var(--section-spacing);padding-right:var(--section-spacing);transform:translate(-50%);letter-spacing:1.8px}@media screen and (min-width: 1025px){body .snize-ac-results{transform:translate(-50%)}}body .snize-ac-results.snize-ac-results-mobile{position:fixed!important;width:100dvw!important;height:100dvh!important}body .snize-ac-results.snize-ac-results-mobile{padding:0}body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list){display:flex;flex-wrap:wrap}body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-label{flex:0 0 100%}body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-product{flex:0 0 50%;width:50%;padding:10px 5px 10px 14px}@media screen and (max-width: 768px){body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-product{padding:10px 1px 10px 0}}body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-product:nth-child(4n+4){padding:10px 14px 10px 5px}@media screen and (max-width: 768px){body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-product:nth-child(4n+4){padding:10px 0 10px 1px}}body .snize-ac-results.snize-ac-results-mobile [id^=snize-ac-items-container]:not(.snize-ac-results-list) .snize-product a{flex-wrap:wrap}body .snize-ac-results.snize-ac-results-mobile .snize-label{padding:0 14px 3px;margin:10px 0 3px}body .snize-ac-results.snize-ac-results-mobile .snize-view-all-link{padding:9px 14px 10px;flex-basis:calc(100% - var(--section-spacing-small)*2);display:block;margin-left:var(--section-spacing-small);margin-right:var(--section-spacing-small)}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content{position:sticky;top:0;min-height:100%;border-radius:0;background-color:inherit}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content>ul,body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content>div:not(.snize-close-area):not(.snize-big-spinner){background-color:var(--color-body)}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-content>ul:not(.snize-ac-results-list) .snize-label{padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small);border:medium none currentColor;border:initial}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel{display:flex;padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small);align-items:center;border:medium none currentColor;border:initial;margin:0;margin:initial}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow,body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button{width:18px;height:18px;background-size:80% 80%;background-position:center;margin:0;margin:initial}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-close-button-arrow{background-image:var(--svg-arrow-left-icon)}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel button.snize-clear-button{background-image:var(--svg-close-icon)}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel form{width:100%}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-search,body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel .snize-clear-button-container{background-color:#0000}body .snize-ac-results.snize-ac-results-mobile .snize-mobile-top-panel input.snize-mobile-input-style{background-color:#0000;color:var(--color-text);margin-top:auto;margin-bottom:auto;margin-left:0;margin-left:initial;padding-left:13px;padding-right:13px;height:100%;outline:rgba(0,0,0,0);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);letter-spacing:1.4px}body .snize-ac-results.snize-ac-results-mobile .snize-thumbnail{width:100%;max-height:none}body .snize-ac-results.snize-ac-results-mobile .snize-item-image{width:100%;max-height:none;max-width:100%;border-radius:var(--global-border-radius)}body .snize-ac-results.snize-ac-results-mobile .snize-product:after{display:none}body .snize-ac-results.snize-ac-results-mobile .snize-product:hover{border-radius:var(--global-border-radius);background:var(--color-body)}body .snize-ac-results.snize-ac-results-mobile .snize-price-list{text-align:right;flex-basis:100%;flex-wrap:wrap}@media screen and (max-width: 768px){body .snize-ac-results.snize-ac-results-mobile .snize-price-list{justify-content:center;height:auto}}body .snize-ac-results.snize-ac-results-mobile .snize-ac-prices-container{display:inline-flex;flex-basis:100%;flex-wrap:wrap}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-list{padding-left:var(--section-spacing-small);padding-right:var(--section-spacing-small)}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-list li{padding-left:0!important;padding-right:0!important;margin-left:0!important;margin-right:0!important}body .snize-ac-results.snize-ac-results-mobile .snize-ac-results-list li:not(.snize-label){padding-top:2px;padding-bottom:3px}body .snize-ac-results.snize-ac-results-mobile .snize-title{text-transform:uppercase;margin-right:64px;min-height:38px;order:2}@media screen and (max-width: 768px){body .snize-ac-results.snize-ac-results-mobile .snize-title{margin-right:0;order:0}}body .snize-ac-results.snize-ac-results-mobile .snize-title,body .snize-ac-results.snize-ac-results-mobile .snize-description,body .snize-ac-results.snize-ac-results-mobile .snize-discounted-price,body .snize-ac-results.snize-ac-results-mobile .snize-price{font-family:var(--font-stack-body);font-weight:500;color:var(--color-text);font-size:12.04px;line-height:calc(14 * 1.4px);flex-basis:100%}body .snize-ac-results.snize-ac-results-mobile .snize-description{order:5}@media screen and (max-width: 768px){body .snize-ac-results.snize-ac-results-mobile .snize-discounted-price,body .snize-ac-results.snize-ac-results-mobile .snize-price{flex-basis:auto}}body .snize-ac-results.snize-ac-results-mobile .snize-discounted-price{color:var(--color-sale-text)}body .snize-ac-results.snize-ac-results-mobile .snize-view-all-link{margin-bottom:24px}body .snize-ac-results.snize-ac-results-mobile .snize-view-all-pages,body .snize-ac-results.snize-ac-results-mobile .snize-view-all-categories{margin-left:14px!important;margin-right:14px!important}body .snize-ac-results.snize-ac-results-mobile .snize-close-area{display:block!important}body .snize-ac-results.snize-ac-results-mobile .snize-close-area{height:100dvh;background-color:rgba(var(--color-text-rgb),.7)}body .snize-ac-results .snize-ac-results-content,body .snize-ac-results .snize-ac-results-multicolumn-list{max-width:100%}body .snize-ac-results .snize-ac-results-multicolumn-list#snize-ac-items-container-4 .snize-product{flex:0 0 25%;width:25%;min-width:110px}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-product{padding:2px}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-product:hover .snize-thumbnail{opacity:.85}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-title,body .snize-ac-results .snize-ac-results-multicolumn-list .snize-description,body .snize-ac-results .snize-ac-results-multicolumn-list .snize-price-list{font-family:var(--font-stack-body);font-weight:500;flex-basis:100%;color:var(--color-text);font-size:12.04px;line-height:20px;padding-left:4px;padding-right:4px}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-price-list{order:1;display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;flex-direction:column}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-price-list .snize-price,body .snize-ac-results .snize-ac-results-multicolumn-list .snize-price-list .snize-discounted-price{font-family:var(--font-stack-body);font-weight:500;flex-basis:auto;color:var(--color-text);text-align:right;font-size:12.04px;line-height:calc(14 * 1.4px)}body .snize-ac-results .snize-ac-results-multicolumn-list .snize-price-list .snize-discounted-price{color:var(--color-sale-text)}body .snize-ac-results .snize-view-all-link{padding:8px 9px 9px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body .snize-ac-results .snize-view-all-link{font-family:var(--font-stack-body);font-weight:500;align-self:flex-end;color:var(--color-text);display:inline-block;border-width:1px;flex-basis:auto;margin:12px auto 0;border-style:solid;text-align:center;font-size:14px;line-height:1.66;background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-small-button-text-border);cursor:pointer}body .snize-ac-results .snize-view-all-link:hover{border-radius:0;background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}body .snize-ac-results .snize-ac-results-arrow{display:none}body .snize-ac-results .snize-ac-results-list li:not(.snize-label){padding:2px 9px 3px}body .snize-ac-results .snize-ac-results-list a{transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}body .snize-ac-results .snize-ac-results-list a{font-family:var(--font-stack-body);color:var(--color-text);line-height:1.66}body .snize-ac-results .snize-ac-results-list a:hover{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}body .snize-ac-results .snize-ac-results-list .snize-view-all-pages,body .snize-ac-results .snize-ac-results-list .snize-view-all-categories{padding:8px 9px 9px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body .snize-ac-results .snize-ac-results-list .snize-view-all-pages,body .snize-ac-results .snize-ac-results-list .snize-view-all-categories{margin:12px 10px 0;border-width:1px;width:auto;display:inline-block;border-style:solid;text-align:center;background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-small-button-text-border);font-size:14px;line-height:1.66;cursor:pointer}body .snize-ac-results .snize-ac-results-list .snize-view-all-pages:hover,body .snize-ac-results .snize-ac-results-list .snize-view-all-categories:hover{border-radius:0;background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}@media screen and (max-width: 768px){body .snize-ac-results .snize-ac-results-list .snize-view-all-pages,body .snize-ac-results .snize-ac-results-list .snize-view-all-categories{margin:12px 20px;display:block}}body .snize-ac-results .snize-ac-results-content{box-shadow:none;border-radius:var(--global-border-radius)}body .snize-ac-results .snize-suggestion b,body .snize-ac-results .snize-suggestion strong,body .snize-ac-results .snize-suggestion{transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}body .snize-ac-results .snize-suggestion b,body .snize-ac-results .snize-suggestion strong,body .snize-ac-results .snize-suggestion{font-family:var(--font-stack-body);color:var(--color-text);font-size:14px;line-height:1.66}body .snize-ac-results .snize-suggestion b:hover,body .snize-ac-results .snize-suggestion strong:hover,body .snize-ac-results .snize-suggestion:hover{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}body .snize-ac-results .snize-suggestion,body .snize-ac-results .snize-vendor,body .snize-ac-results .snize-tag,body .snize-ac-results .snize-category,body .snize-ac-results .snize-page,body .snize-ac-results .snize-label{font-family:var(--font-stack-body);font-weight:500;font-size:14px;color:var(--color-text)}body .snize-ac-results .snize-label{opacity:.3;letter-spacing:1.8px}body .snize-ac-results .snize-item-image{height:auto;height:initial;max-height:none}body .snize-ac-results .snize-dropdown-arrow{display:none}body .snize-ac-results .snize-product .snize-thumbnail{transition:opacity .3s cubic-bezier(.25,.8,.25,1)!important}body .snize-ac-results .snize-product .snize-thumbnail{-ms-grid-row:1;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:image;margin-bottom:26px;display:inline-flex;height:auto;height:initial;align-items:center}body .snize-ac-results .snize-product .snize-title{-ms-grid-row:2;-ms-grid-column:1;grid-area:title;text-transform:uppercase;text-align:left;word-break:break-all;padding-left:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:calc(14 * 1.4px);height:calc((14 * 1.4px) * 2);height:calc(calc(14 * 1.4px) * 2);max-height:calc((14 * 1.4px) * 2);max-height:calc(calc(14 * 1.4px) * 2);margin-bottom:0}body .snize-ac-results .snize-product .snize-description{-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:2;grid-area:description}body .snize-ac-results .snize-product .snize-price-list{position:static!important}body .snize-ac-results .snize-product .snize-price-list{-ms-grid-row:2;-ms-grid-column:2;grid-area:price;padding-right:0;height:calc((14 * 1.4px) * 2);height:calc(calc(14 * 1.4px) * 2);margin-bottom:0}body .snize-ac-results .snize-product .snize-product-tag-label{position:absolute!important;top:auto!important;bottom:44px!important}body .snize-ac-results .snize-product .snize-product-tag-label{width:100%;height:18px;text-align:center;left:0;right:0;color:var(--color-text);font-size:12.04px;font-style:italic;margin-left:0;padding:0}body .snize-ac-results .snize-product .snize-product-tag-label span{display:none}body .snize-ac-results .snize-product .snize-item{position:relative;display:grid;grid-template-areas:"image image" "title price" "description description";grid-template-columns:1fr auto}body .snize-ac-results .snize-product .snize-item .snize-product-info .snize-title{-ms-grid-row:1;-ms-grid-column:1;grid-area:infotitle;padding-right:4px}body .snize-ac-results .snize-product .snize-item .snize-product-info .snize-ac-prices-container{-ms-grid-row:1;-ms-grid-column:2;grid-area:infoprice}body .snize-ac-results .snize-product .snize-item .snize-product-info{position:static!important;display:grid!important}body .snize-ac-results .snize-product .snize-item .snize-product-info{width:100%;grid-template-areas:"infotitle infoprice";grid-template-columns:1fr auto;padding:0 4px;margin:0;margin:initial}body .snize-ac-results .snize-product .snize-item .snize-product-info *{position:static;overflow:visible}body.snize-results-page #snize-overlay-mobile-filters-dialog.snize-overlay,body.snize-results-page #snize-overlay-mobile-sortby-dialog.snize-overlay,.template-collection #snize-overlay-mobile-filters-dialog.snize-overlay,.template-collection #snize-overlay-mobile-sortby-dialog.snize-overlay{display:none!important}body.snize-results-page #snize-modal-mobile-filters-dialog,body.snize-results-page #snize-modal-mobile-sortby-dialog,.template-collection #snize-modal-mobile-filters-dialog,.template-collection #snize-modal-mobile-sortby-dialog{width:100vw;height:100vh;top:0;border-radius:0;background-color:#0000}body.snize-results-page #snize-modal-mobile-filters-dialog .custom-reset-all:before,body.snize-results-page #snize-modal-mobile-sortby-dialog .custom-reset-all:before,.template-collection #snize-modal-mobile-filters-dialog .custom-reset-all:before,.template-collection #snize-modal-mobile-sortby-dialog .custom-reset-all:before{content:"usu\144  wszystkie filtry";font-style:normal;font-size:14px;font-family:var(--font-family-stack-body);color:var(--color-text);font-weight:300;letter-spacing:1.4px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-modal-content,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-modal-content,.template-collection #snize-modal-mobile-filters-dialog .snize-modal-content,.template-collection #snize-modal-mobile-sortby-dialog .snize-modal-content{z-index:1;position:relative;width:inherit;height:inherit;max-width:calc(100vw - 50px);transform:translate(100%);transition:all .45s cubic-bezier(.29,.63,.44,1);background-color:var(--color-body);margin-left:auto}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-close-button,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-close-button,.template-collection #snize-modal-mobile-filters-dialog .snize-close-button,.template-collection #snize-modal-mobile-sortby-dialog .snize-close-button{z-index:0;display:flex;width:inherit;height:inherit;top:0;right:auto;left:0;opacity:0;background-color:rgba(var(--color-text-rgb),.8);color:var(--color-body);transition:opacity .45s cubic-bezier(.29,.63,.44,1)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-close-button .icon,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-close-button .icon,.template-collection #snize-modal-mobile-filters-dialog .snize-close-button .icon,.template-collection #snize-modal-mobile-sortby-dialog .snize-close-button .icon{width:20px;height:20px;margin:15px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-count,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-count,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-count,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-count,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-reset,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-count,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-count,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-reset,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-count,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-count,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-reset{display:none}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener{border-color:var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header{white-space:nowrap}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header>span{display:inline-flex;max-width:40%}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header>span:last-of-type,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header>span:last-of-type,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header>span:last-of-type,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header>span:last-of-type{margin-left:auto;max-width:60%;float:right}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header>.snize-back-to-filters~.custom-reset-all,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header>.snize-back-to-filters~.custom-reset-all,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header>.snize-back-to-filters~.custom-reset-all,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header>.snize-back-to-filters~.custom-reset-all{position:absolute;top:17px;right:0}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow{position:absolute;transform:translate(-100%);border:medium none currentColor;border:initial;margin:0 0 0 -4px;width:14px;height:14px;color:var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow .icon,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow .icon,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow .icon,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header a.snize-back-to-filters .snize-back-arrow .icon{width:inherit;height:inherit}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-reset-all,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-reset-all,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-reset-all,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-reset-all{display:none}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label{border-color:var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label>span{color:var(--color-text)!important;font-weight:500!important;font-size:14px!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-list li>label>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-list li>label>span{font-family:var(--font-stack-body);letter-spacing:1.3px;text-transform:uppercase}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-buttons-container,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-buttons-container,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-buttons-container{display:none}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-title,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-title{color:var(--color-text)!important;font-weight:500!important;font-size:14px!important;line-height:53px!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-title,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-title{font-family:var(--font-stack-body);letter-spacing:1.3px;text-transform:uppercase;margin-left:14px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener .snize-selected-filter-values,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener .snize-selected-filter-values,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener .snize-selected-filter-values,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener .snize-selected-filter-values{line-height:53px!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-container span.snize-filter-variant-count,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-container span.snize-filter-variant-count,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-container span.snize-filter-variant-count,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-container span.snize-filter-variant-count{display:none}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-size-filter,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-size-filter,.template-collection #snize-modal-mobile-filters-dialog .snize-product-size-filter,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-size-filter{position:relative}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span{background-color:#0000!important;border:1px solid var(--color-text)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox>span{border-radius:0;display:inline-flex;line-height:1.5;align-items:center;justify-content:center}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span{background-color:var(--color-text)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span{color:var(--color-body)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span,.template-collection #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span{border-radius:0}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span:after,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span:after,.template-collection #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span:after,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox>span:after{width:14px!important;height:14px!important;top:auto!important;top:initial!important;left:auto!important;left:initial!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection #snize-modal-mobile-filters-dialog .snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after{border-color:var(--color-body);background-color:var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-back-to-filters,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-title,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-back-to-filters,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-title,.template-collection #snize-modal-mobile-filters-dialog .snize-back-to-filters,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-title,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-back-to-filters,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-title{font-weight:300!important;font-size:calc(14 * 1.14px)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-back-to-filters,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-title,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-back-to-filters,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-title,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-title,.template-collection #snize-modal-mobile-filters-dialog .snize-back-to-filters,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-title,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-back-to-filters,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-title,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-title{display:flex;color:var(--color-text);font-family:var(--font-family-stack-body);letter-spacing:1.6px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-back-to-filters a,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-title a,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-title a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-back-to-filters a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-title a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-title a,.template-collection #snize-modal-mobile-filters-dialog .snize-back-to-filters a,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-title a,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-title a,.template-collection #snize-modal-mobile-sortby-dialog .snize-back-to-filters a,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-title a,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-title a{margin-left:auto}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-back-to-filters .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-title .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-title .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-back-to-filters .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-title .snize-product-filters-reset,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-title .snize-product-filters-reset,.template-collection #snize-modal-mobile-filters-dialog .snize-back-to-filters .snize-product-filters-reset,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-title .snize-product-filters-reset,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-title .snize-product-filters-reset,.template-collection #snize-modal-mobile-sortby-dialog .snize-back-to-filters .snize-product-filters-reset,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-title .snize-product-filters-reset,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-title .snize-product-filters-reset{display:block;width:auto;width:initial;background-image:none;background-image:initial;border-bottom:1px solid var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-back-to-filters .snize-product-filters-reset:before,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-title .snize-product-filters-reset:before,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-title .snize-product-filters-reset:before,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-back-to-filters .snize-product-filters-reset:before,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-title .snize-product-filters-reset:before,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-title .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-filters-dialog .snize-back-to-filters .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-title .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-title .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-sortby-dialog .snize-back-to-filters .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-title .snize-product-filters-reset:before,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-title .snize-product-filters-reset:before{content:"usu\144  filtry";font-style:normal;font-size:14px;font-family:var(--font-family-stack-body);color:var(--color-text);font-weight:300;letter-spacing:1.4px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filters-header,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-sortby-header,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filters-header,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-sortby-header,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filters-header,.template-collection #snize-modal-mobile-filters-dialog .snize-sortby-header,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filters-header,.template-collection #snize-modal-mobile-sortby-dialog .snize-sortby-header{left:24px;right:24px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener,.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener,.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li{height:53px!important;border-bottom:1px solid var(--color-text)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a,.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a,.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a{color:var(--color-text)!important;font-weight:500!important;font-size:14px!important;line-height:53px!important;background-image:none!important;background-image:initial!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a,.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a,.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a{font-family:var(--font-stack-body);letter-spacing:1.3px;text-transform:uppercase;padding-left:14px}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none) and (display: flow-root){body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a:not(.current),body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a:not(.current),body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a:not(.current),body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a:not(.current),.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a:not(.current),.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a:not(.current),.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a:not(.current),.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a:not(.current){color:rgba(var(--color-text-rgb),.8)!important}}}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a.current,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a.current,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a.current,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a.current,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a.current,.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a.current,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a.current,.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a.current{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}@media not all and (min-resolution: .001dpcm){@supports (-webkit-appearance: none) and (display: flow-root){body.snize-results-page #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a.current,body.snize-results-page #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a.current,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a.current,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a.current,.template-collection #snize-modal-mobile-filters-dialog .snize-product-filter-opener>a.current,.template-collection #snize-modal-mobile-filters-dialog .snize-main-panel-dropdown-content li>a.current,.template-collection #snize-modal-mobile-sortby-dialog .snize-product-filter-opener>a.current,.template-collection #snize-modal-mobile-sortby-dialog .snize-main-panel-dropdown-content li>a.current{font-size:114%!important}}}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filters-show-more,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filters-show-more,.template-collection #snize-modal-mobile-filters-dialog .snize-filters-show-more,.template-collection #snize-modal-mobile-sortby-dialog .snize-filters-show-more{position:absolute;margin:0;bottom:0;transform:translateY(100%);left:8px}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filters-show-more div,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filters-show-more div,.template-collection #snize-modal-mobile-filters-dialog .snize-filters-show-more div,.template-collection #snize-modal-mobile-sortby-dialog .snize-filters-show-more div{display:inline-flex!important;border:medium none currentColor!important;border:initial!important;border-radius:0!important;border-radius:initial!important;padding:0!important;transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filters-show-more div,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filters-show-more div,.template-collection #snize-modal-mobile-filters-dialog .snize-filters-show-more div,.template-collection #snize-modal-mobile-sortby-dialog .snize-filters-show-more div{align-items:center;background-color:#0000;color:var(--color-text);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filters-show-more div:hover,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filters-show-more div:hover,.template-collection #snize-modal-mobile-filters-dialog .snize-filters-show-more div:hover,.template-collection #snize-modal-mobile-sortby-dialog .snize-filters-show-more div:hover{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filter-checkbox input[type=checkbox]:checked+span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-filters-dialog .snize-filter-checkbox input[type=checkbox]:checked+span,.template-collection #snize-modal-mobile-sortby-dialog .snize-filter-checkbox input[type=checkbox]:checked+span{background-color:var(--color-text)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filter-checkbox input[type=checkbox]:checked+span:after,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection #snize-modal-mobile-filters-dialog .snize-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection #snize-modal-mobile-sortby-dialog .snize-filter-checkbox input[type=checkbox]:checked+span:after{border-color:var(--color-body)}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-filter-checkbox span,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-filter-checkbox span,.template-collection #snize-modal-mobile-filters-dialog .snize-filter-checkbox span,.template-collection #snize-modal-mobile-sortby-dialog .snize-filter-checkbox span{background-color:#0000!important;border-radius:var(--global-border-radius)!important;box-shadow:0 0 0 1px var(--color-text)!important}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-price-range-input,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-price-range-input,.template-collection #snize-modal-mobile-filters-dialog .snize-price-range-input,.template-collection #snize-modal-mobile-sortby-dialog .snize-price-range-input{background-color:#0000;border:1px solid var(--color-text);color:var(--color-text);text-align:center}body.snize-results-page #snize-modal-mobile-filters-dialog .snize-selected-filter-color,body.snize-results-page #snize-modal-mobile-sortby-dialog .snize-selected-filter-color,.template-collection #snize-modal-mobile-filters-dialog .snize-selected-filter-color,.template-collection #snize-modal-mobile-sortby-dialog .snize-selected-filter-color{border-radius:0!important;border-radius:initial!important}body.snize-results-page #snize-modal-mobile-filters-dialog.open .snize-modal-content,body.snize-results-page #snize-modal-mobile-sortby-dialog.open .snize-modal-content,.template-collection #snize-modal-mobile-filters-dialog.open .snize-modal-content,.template-collection #snize-modal-mobile-sortby-dialog.open .snize-modal-content{transform:translate(0)}body.snize-results-page #snize-modal-mobile-filters-dialog.open .snize-close-button,body.snize-results-page #snize-modal-mobile-sortby-dialog.open .snize-close-button,.template-collection #snize-modal-mobile-filters-dialog.open .snize-close-button,.template-collection #snize-modal-mobile-sortby-dialog.open .snize-close-button{opacity:1}body.snize-results-page #snize-modal-mobile-filters-dialog.initClose,body.snize-results-page #snize-modal-mobile-sortby-dialog.initClose,.template-collection #snize-modal-mobile-filters-dialog.initClose,.template-collection #snize-modal-mobile-sortby-dialog.initClose{display:block!important}body.snize-results-page #snize-modal-mobile-filters-dialog.initClose .snize-modal-content,body.snize-results-page #snize-modal-mobile-sortby-dialog.initClose .snize-modal-content,.template-collection #snize-modal-mobile-filters-dialog.initClose .snize-modal-content,.template-collection #snize-modal-mobile-sortby-dialog.initClose .snize-modal-content{transform:translate(-100%);animation-name:slide-right-out;animation-duration:.45s;animation-timing-function:cubic-bezier(.29,.63,.44,1);transform:translate(100%)}body.snize-results-page #snize-modal-mobile-filters-dialog.initClose .snize-close-button,body.snize-results-page #snize-modal-mobile-sortby-dialog.initClose .snize-close-button,.template-collection #snize-modal-mobile-filters-dialog.initClose .snize-close-button,.template-collection #snize-modal-mobile-sortby-dialog.initClose .snize-close-button{animation-name:fade-out;animation-duration:.45s;animation-timing-function:cubic-bezier(.29,.63,.44,1);opacity:0}body.snize-results-page #snize-modal-mobile-filters-dialog.no-found .snize-modal-content>div:not(.snize-product-filters-buttons-container),.template-collection #snize-modal-mobile-filters-dialog.no-found .snize-modal-content>div:not(.snize-product-filters-buttons-container){display:none!important}body.snize-results-page #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-buttons-container,.template-collection #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-buttons-container{display:flex!important}body.snize-results-page #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-buttons-container,.template-collection #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-buttons-container{position:absolute;top:50%;transform:translateY(-50%);padding:0;align-items:center}body.snize-results-page #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-reset-all,.template-collection #snize-modal-mobile-filters-dialog.no-found .snize-product-filters-reset-all{border:medium none currentColor!important;border:initial!important;display:block!important}.btn,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,main div.snize-recommendation-results li.snize-product .snize-button{display:inline-flex!important}.btn,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,main div.snize-recommendation-results li.snize-product .snize-button,body .swal2-styled.swal2-cancel,body .swal2-styled.swal2-confirm{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.btn,div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,main div.snize-recommendation-results li.snize-product .snize-button,body .swal2-styled.swal2-cancel,body .swal2-styled.swal2-confirm{display:inline-flex;align-items:center;justify-content:center;line-height:normal;font-weight:500;font-size:calc((var(--font-size-base) - 2)/(var(--font-size-base))*1em);box-sizing:border-box;border-style:solid;border-width:1px;border-radius:var(--global-border-radius)}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button,main div.snize-recommendation-results li.snize-product .snize-button{min-height:36px;min-width:148px;padding:6px 10px;letter-spacing:1.95px}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-out-of-stock-product-button,main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-view-product-button,main div.snize-recommendation-results li.snize-product .snize-button.snize-out-of-stock-product-button,main div.snize-recommendation-results li.snize-product .snize-button.snize-view-product-button{background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-small-button-text-border);cursor:pointer}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-out-of-stock-product-button:hover,main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-view-product-button:hover,main div.snize-recommendation-results li.snize-product .snize-button.snize-out-of-stock-product-button:hover,main div.snize-recommendation-results li.snize-product .snize-button.snize-view-product-button:hover{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-add-to-cart-button,main div.snize-recommendation-results li.snize-product .snize-button.snize-add-to-cart-button{background-color:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border)}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-add-to-cart-button:hover,main div.snize-recommendation-results li.snize-product .snize-button.snize-add-to-cart-button:hover{background-color:var(--color-btn-secondary-text);color:var(--color-btn-secondary)}main div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-button.snize-add-to-cart-button:disabled,main div.snize-recommendation-results li.snize-product .snize-button.snize-add-to-cart-button:disabled{pointer-events:none;opacity:.5}.btn{background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-small-button-text-border)}.btn:not([disabled]):hover{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary);background-image:none;background-image:initial}.btn--secondary{background-color:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border)}.btn--secondary:not([disabled]):focus,.btn--secondary:not([disabled]):hover{background-color:var(--color-btn-secondary-text);color:var(--color-btn-secondary);border-color:var(--color-btn-secondary-border);background-image:none;background-image:initial}.btn--baner{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.btn--baner{font-family:var(--font-stack-body);font-weight:700;font-size:12.88px;letter-spacing:2.25px;color:var(--color-text);text-shadow:inherit;text-transform:uppercase;width:auto;width:initial;min-width:150px;max-width:100%;padding:11px;background-color:var(--color-body);border:medium none currentColor;border:initial}@media screen and (min-width: 768px){.btn--baner{min-height:60px;padding:15px;min-width:200px;font-size:14.98px}}.btn--baner:not([disabled]):hover{color:var(--color-body);background-color:var(--color-text)}.btn--link{background-color:#0000;border:medium none currentColor;border:initial;padding:0;text-transform:none;-webkit-text-decoration:underline;text-decoration:underline}.btn--link:focus,.btn--link:hover{background-color:inherit!important;color:inherit!important}@media screen and (min-width: 768px){.gm-menu-installed .shopify-section-header .header-data--sticky.sticky-installed nav[role=navigation] .gm-menu{min-height:calc(var(--header-height) - 40px)}}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-products-carousel,.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-links,.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-heading{padding-top:0!important;padding-bottom:0!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-product-img,.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-heading{margin-bottom:0!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-product-img .gm-target,.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-heading .gm-target{margin-bottom:5px!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-product-img .gm-target:empty,.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-heading .gm-target:empty{margin-bottom:0!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu{max-height:100%!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu{flex-shrink:1}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu .gm-grid-item{padding-right:20px;padding-left:20px}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu .gm-item.gm-level-0>.gm-target{padding-top:6px!important;padding-bottom:6px!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu-mobile .gm-active>.gm-target>.gm-retractor{transform:rotateX(180deg)}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-menu-mobile .gm-active>.gm-target>.gm-retractor:after{content:""!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-retractor{position:relative!important;width:14px!important;margin-right:10px!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-retractor{order:-1;background-image:var(--svg-chevron-down-icon);background-size:14px;background-repeat:no-repeat;background-position:center;height:20px}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .gm-retractor:after{content:""!important}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .fa-search{width:19px;height:20px;background-image:var(--svg-search-icon);background-size:18px;background-repeat:no-repeat}.gm-menu-installed .shopify-section-header .mobile-nav-wrapper .fa-search:before{content:""}.gm-menu-installed .gm-menu a{letter-spacing:1.4px!important}@media screen and (min-width: 1025px){.gm-menu-installed .gm-menu .gm-submenu.gm-mega{max-width:calc(var(--container-size) - 30px)!important;min-width:0!important;min-width:initial!important}.gm-menu-installed .gm-menu .gm-submenu.gm-mega{margin-right:auto;margin-left:auto;padding-left:calc(var(--section-spacing) - 30px);padding-right:calc(var(--section-spacing) - 30px)}}.gm-menu-installed .gm-products-carousel{display:flex;flex-direction:column-reverse}.gm-menu-installed .gm-products-carousel .gm-heading{border:medium none currentColor!important;border:initial!important}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav]{bottom:0;margin-bottom:0;transform:translateY(100%);right:0;top:auto;width:auto;width:initial}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav] button[class*=prev]{background-image:var(--svg-arrow-left-icon)!important}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav] button[class*=next]{background-image:var(--svg-arrow-right-icon)!important}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav] button,.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav]>div{background:rgba(0,0,0,0)!important;color:var(--color-text)!important;background-size:14px!important;background-repeat:no-repeat!important;background-position:center!important}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav] button,.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav]>div{position:relative;width:20px;height:20px}.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav] button:after,.gm-menu-installed .gm-owlcarousel.owl-carousel>div[class*=nav]>div:after{display:none!important}.gm-menu-installed .gm-html-inner,.gm-menu-installed .gm-menu .gm-submenu .gm-item .gm-target{line-height:2!important}@media screen and (min-width: 1025px){.gm-menu-installed .gm-level-0>a{padding:17px 20px!important}}@media screen and (max-width: 1024px){.gm-menu-installed .gm-level-0>a{display:inline-flex}}@media screen and (max-width: 1024px){.gm-menu-installed .gm-level-0>a.gm-target{display:inline-flex}}.gm-menu-installed .gm-level-0>a>.gm-text{position:relative;letter-spacing:2.4px}.gm-menu-installed .gm-level-0>a>.gm-text:before{transition:width .3s cubic-bezier(.25,.8,.25,1)!important}.gm-menu-installed .gm-level-0>a>.gm-text:before{content:"";position:absolute;display:block;width:0;height:1px;background-color:var(--color-text);bottom:0;left:50%;transform:translate(-50%)}@media screen and (min-width: 1025px){.gm-menu-installed .gm-level-0>a:hover>.gm-text:before{width:100%}}.gm-menu-installed .gm-level-0>a>.gm-retractor{display:none}.gm-menu-installed .gm-level-0.searchItem{margin-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){.gm-menu-installed .gm-level-0.searchItem{display:none}}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form{padding-right:var(--section-spacing-small);padding-left:var(--section-spacing-small)}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form form{outline:none}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form input{padding:9px 40px 0 18px;outline:none;border-bottom:1px solid var(--color-text);font-family:var(--font-family-stack-body);letter-spacing:1.95px}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form input::-moz-placeholder{color:var(--color-text);opacity:1}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form input::placeholder{color:var(--color-text);opacity:1}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form input:-ms-input-placeholder{color:var(--color-text)}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form input::-ms-input-placeholder{color:var(--color-text)}.gm-menu-installed .gm-level-0.searchItem .gm-submenu.gm-search-form button{min-height:0;min-height:initial;min-width:0;min-width:initial;padding:9px 15px;margin-top:9px}.gm-menu-installed .gm-level-0>.gm-submenu .gm-item:not(.gm-heading) .gm-target[href] .gm-text,.gm-menu-installed .gm-level-0>.gm-mega .gm-item:not(.gm-heading) .gm-target[href] .gm-text{transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}.gm-menu-installed .gm-level-0>.gm-submenu .gm-item:not(.gm-heading) .gm-target[href]:hover .gm-text,.gm-menu-installed .gm-level-0>.gm-mega .gm-item:not(.gm-heading) .gm-target[href]:hover .gm-text{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}.gm-menu-installed .gm-links>.gm-heading{border:medium none currentColor!important;border:initial!important}.gm-menu-installed .gm-single-product .gm-label,.gm-menu-installed .gm-single-product .gm-product-name,.gm-menu-installed .gm-single-product .gm-product-price{display:none}body .ssw-collections .ssw-product-photo .ssw-service-buttons>span,body .ssw-faveiticon>span{display:none}body .ssw-social-login-widget{margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small)}body .ssw-socialconnect{display:flex;justify-content:center}body .ssw-socialconnect>div[class*=connect]>a{background-color:#0000!important;height:inherit!important}body .ssw-socialconnect>div[class*=connect]>a{display:flex;justify-content:center;align-items:center;background-repeat:no-repeat;background-position:center;box-shadow:none;box-shadow:initial;width:inherit;line-height:20px}body .ssw-socialconnect>div[class*=connect]>a:focus,body .ssw-socialconnect>div[class*=connect]>a:not([disabled]):hover{box-shadow:none;box-shadow:initial}body .ssw-fbconnect,body .ssw-gconnect{width:30px;height:30px;margin-right:5px;margin-left:5px}body .ssw-fbconnect svg,body .ssw-fbconnect i,body .ssw-gconnect svg,body .ssw-gconnect i{display:none}body .ssw-fbconnect>a{background-image:var(--svg-facebook-icon)}body .ssw-fbconnect>a:focus,body .ssw-fbconnect>a:not([disabled]):hover{background-image:var(--svg-facebook-icon-hover)}body .ssw-gconnect>a{background-image:var(--svg-google-icon)!important}body .ssw-gconnect>a:focus,body .ssw-gconnect>a:not([disabled]):hover{background-image:var(--svg-google-icon-hover)!important}body .product-form{transition:width .3s cubic-bezier(.25,.8,.25,1)!important}@media screen and (min-width: 768px)and (max-width: 1024px){body .product-form{width:calc(100% - 155px)}}@media screen and (min-width: 1450px){body .product-form{width:calc(100% - 155px)}}body .product-form__controls-group--submit{flex-wrap:nowrap}body .product-form #widget-fave-html{transition:width .3s cubic-bezier(.25,.8,.25,1)!important}body .product-form #widget-fave-html{height:36px;width:60px;margin-left:25px}@media screen and (min-width: 768px)and (max-width: 1024px){body .product-form #widget-fave-html{transform:translate(100%);position:absolute;top:0;right:-25px;bottom:auto;left:auto;width:130px}}@media screen and (min-width: 1450px){body .product-form #widget-fave-html{transform:translate(100%);position:absolute;top:0;right:-25px;bottom:auto;left:auto;width:130px}}body .product-form .ssw-faveappbtn{width:inherit;height:inherit}body .product-form .ssw-fave-btn-default .ssw-fave-btn-content{width:inherit;height:inherit;border-color:var(--color-text);font-size:0;line-height:0;border-radius:var(--global-border-radius)}body .product-form .ssw-fave-btn-default .ssw-fave-btn-content .ssw-icon-heart-o,body .product-form .ssw-fave-btn-default .ssw-fave-btn-content .ssw-icon-heart{font-size:19.88px;margin:0}body .product-form .ssw-fave-btn-default .ssw-fave-btn-content .ssw-icon-heart-o:before,body .product-form .ssw-fave-btn-default .ssw-fave-btn-content .ssw-icon-heart:before{width:auto;width:initial;margin:0}body .product-form .ssw-fave-btn-default .ssw-fave-btn-counter{display:none}body .product-form .ssw-faveiticon{z-index:1;position:relative;border:1px solid;display:inline-flex;justify-content:center;align-items:center}body #ssw-fave-side-button-wrapper{display:none}.rich-text{position:relative;margin-bottom:24px}.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);color:var(--color-text)}.rich-text h2,.rich-text h3{font-size:53px;line-height:58px}.rich-text h4{font-size:40px;line-height:48px}.rich-text h5{font-size:34px;line-height:41px}.rich-text p{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);font-size:14px;color:var(--color-body-text);line-height:25px}.rich-text-container{padding-top:var(--section-spacing-small);padding-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){.rich-text-container{padding-top:var(--section-spacing);padding-bottom:var(--section-spacing)}}.rich-text.expanded .rich-text__show-less{cursor:pointer;text-transform:uppercase;display:inline}.rich-text.expanded .rich-text__show-more{display:none}.rich-text__text{overflow:hidden;transition:.3s}.rich-text__text p,.rich-text__text span{display:inline;margin-bottom:0}.rich-text__show-less{display:none}.rich-text__show-more{cursor:pointer;position:absolute;display:block;top:calc(100% + 12px);left:0;width:100%;text-align:center;text-transform:uppercase}.rich-text__heading--small{font-size:9.3px}body.snize-results-page div.snize-search-results,.template-collection div.snize-search-results{display:flex;flex-direction:column}body.snize-results-page div.snize-search-results-main-content #snize-search-results-grid-mode,.template-collection div.snize-search-results-main-content #snize-search-results-grid-mode{width:100%!important}body.snize-results-page div.snize-search-results-main-content #snize-search-results-grid-mode .snize-search-results-content,.template-collection div.snize-search-results-main-content #snize-search-results-grid-mode .snize-search-results-content{margin:0 auto!important}body.snize-results-page div.snize-search-results-main-content #snize-search-results-grid-mode .snize-search-results-content,.template-collection div.snize-search-results-main-content #snize-search-results-grid-mode .snize-search-results-content{width:inherit;max-width:100%}body.snize-results-page div.snize-search-results-main-content #snize-search-results-grid-mode li.snize-no-products-found,.template-collection div.snize-search-results-main-content #snize-search-results-grid-mode li.snize-no-products-found{background-color:#0000}body.snize-results-page div.snize-search-results-main-content #snize-search-results-grid-mode li.snize-no-products-found span,.template-collection div.snize-search-results-main-content #snize-search-results-grid-mode li.snize-no-products-found span{color:var(--color-text);font-family:var(--font-stack-body)}body.snize-results-page div.snize div.snize-main-panel,.template-collection div.snize div.snize-main-panel{position:absolute;top:0;height:0;min-height:0;margin:0;margin:initial;border:medium none currentColor;border:initial}body.snize-results-page div.snize div.snize-main-panel-controls,body.snize-results-page div.snize div.snize-main-panel-collection-results-found,body.snize-results-page div.snize div.snize-main-panel-view-mode,body.snize-results-page div.snize div.snize-main-panel-mobile-filters,body.snize-results-page div.snize div.snize-main-panel-dropdown>a,body.snize-results-page div.snize div.snize-main-panel .snize-selected-filters-container,.template-collection div.snize div.snize-main-panel-controls,.template-collection div.snize div.snize-main-panel-collection-results-found,.template-collection div.snize div.snize-main-panel-view-mode,.template-collection div.snize div.snize-main-panel-mobile-filters,.template-collection div.snize div.snize-main-panel-dropdown>a,.template-collection div.snize div.snize-main-panel .snize-selected-filters-container{display:none!important}@media screen and (min-width: 769px)and (max-width: 1024px){body.snize-results-page div.snize div.snize-main-panel-dropdown,.template-collection div.snize div.snize-main-panel-dropdown{right:var(--section-spacing-small)}}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul,.template-collection div.snize div.snize-main-panel-dropdown>ul{border-radius:var(--global-border-radius)!important;box-shadow:none!important;border-width:0 1px 1px 1px!important;border-color:#0000!important;margin:0!important;margin:initial!important;top:-30px!important}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul,.template-collection div.snize div.snize-main-panel-dropdown>ul{display:none}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul.open,.template-collection div.snize div.snize-main-panel-dropdown>ul.open{display:block!important;border-color:var(--color-text)!important}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a,.template-collection div.snize div.snize-main-panel-dropdown>ul a{padding-left:34px!important;background-image:none!important;background-image:initial!important;background-color:transparent!important;background-color:initial!important;transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a,.template-collection div.snize div.snize-main-panel-dropdown>ul a{font-family:var(--font-family-stack-body);font-size:14px}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a:hover,body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a.current,.template-collection div.snize div.snize-main-panel-dropdown>ul a:hover,.template-collection div.snize div.snize-main-panel-dropdown>ul a.current{background-color:transparent!important;background-color:initial!important}body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a:hover,body.snize-results-page div.snize div.snize-main-panel-dropdown>ul a.current,.template-collection div.snize div.snize-main-panel-dropdown>ul a:hover,.template-collection div.snize div.snize-main-panel-dropdown>ul a.current{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}body.snize-results-page div.snize div.snize-search-results-header,.template-collection div.snize div.snize-search-results-header,body.snize-results-page div.snize div.snize-horizontal-filters,.template-collection div.snize div.snize-horizontal-filters{display:none}body.snize-results-page div.snize div.snize-filters-sidebar,.template-collection div.snize div.snize-filters-sidebar{position:relative;width:100vw;transform:translate(-50%);margin:0 0 20px 50%;display:none;border:medium none currentColor;border:initial;flex-wrap:wrap;padding:var(--section-spacing-small)}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-filters-sidebar,.template-collection div.snize div.snize-filters-sidebar{padding-right:var(--section-spacing);padding-left:var(--section-spacing)}}@media screen and (min-width: 1560px){body.snize-results-page div.snize div.snize-filters-sidebar,.template-collection div.snize div.snize-filters-sidebar{padding:var(--section-spacing-small) calc(var(--section-spacing) + ((100vw - var(--container-size)) / 2))}}@media screen and (max-width: 768px){body.snize-results-page div.snize div.snize-filters-sidebar,.template-collection div.snize div.snize-filters-sidebar{display:none!important}}body.snize-results-page div.snize div.snize-product-filters-block,.template-collection div.snize div.snize-product-filters-block{display:inline-block!important}body.snize-results-page div.snize div.snize-product-filters-block,.template-collection div.snize div.snize-product-filters-block{z-index:1;position:relative;border:medium none currentColor;border:initial;float:left;margin-right:var(--section-spacing-small);padding-bottom:14px}body.snize-results-page div.snize div.snize-product-filters-block#snize_filters_block_price,.template-collection div.snize div.snize-product-filters-block#snize_filters_block_price{max-width:216px;min-width:200px}body.snize-results-page div.snize div.snize-product-filters-block#snize_filters_block_price .snize-price-range input.snize-price-range-input,.template-collection div.snize div.snize-product-filters-block#snize_filters_block_price .snize-price-range input.snize-price-range-input{background-color:#0000;border:1px solid var(--color-text);color:var(--color-text);text-align:center}body.snize-results-page div.snize div.snize-product-filters-block ul,.template-collection div.snize div.snize-product-filters-block ul{display:block!important}body.snize-results-page div.snize div.snize-product-filters-block ul,.template-collection div.snize div.snize-product-filters-block ul{min-width:150px}body.snize-results-page div.snize div.snize-product-filters-block ul li,.template-collection div.snize div.snize-product-filters-block ul li{margin-top:10px;margin-bottom:10px}body.snize-results-page div.snize div.snize-product-filters-block ul li.snize-filters-show-more,.template-collection div.snize div.snize-product-filters-block ul li.snize-filters-show-more{position:absolute;margin:0;bottom:0;transform:translateY(100%);left:8px}body.snize-results-page div.snize div.snize-product-filters-block ul li.snize-filters-show-more div,.template-collection div.snize div.snize-product-filters-block ul li.snize-filters-show-more div{display:inline-flex!important;border:medium none currentColor!important;border:initial!important;border-radius:0!important;border-radius:initial!important;padding:0!important;transition:text-shadow .3s cubic-bezier(.25,.8,.25,1)!important}body.snize-results-page div.snize div.snize-product-filters-block ul li.snize-filters-show-more div,.template-collection div.snize div.snize-product-filters-block ul li.snize-filters-show-more div{align-items:center;background-color:#0000;color:var(--color-text);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}body.snize-results-page div.snize div.snize-product-filters-block ul li.snize-filters-show-more div:hover,.template-collection div.snize div.snize-product-filters-block ul li.snize-filters-show-more div:hover{text-shadow:-.02em 0 0 var(--color-text),.02em 0 0 var(--color-text),0 -.02em 0 var(--color-text),0 .02em 0 var(--color-text)}body.snize-results-page div.snize div.snize-product-filters-block ul .needsclick,.template-collection div.snize div.snize-product-filters-block ul .needsclick{font-size:12.04px;font-family:var(--font-family-stack-body)}body.snize-results-page div.snize div.snize-product-filters-block ul .snize-filter-variant-count,.template-collection div.snize div.snize-product-filters-block ul .snize-filter-variant-count{display:none}body.snize-results-page div.snize div.snize-product-filters-block ul .snize-filter-checkbox input[type=checkbox]:checked+span,.template-collection div.snize div.snize-product-filters-block ul .snize-filter-checkbox input[type=checkbox]:checked+span{background-color:var(--color-text)!important}body.snize-results-page div.snize div.snize-product-filters-block ul .snize-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection div.snize div.snize-product-filters-block ul .snize-filter-checkbox input[type=checkbox]:checked+span:after{border-color:var(--color-body)}body.snize-results-page div.snize div.snize-product-filters-block ul .snize-filter-checkbox span,.template-collection div.snize div.snize-product-filters-block ul .snize-filter-checkbox span{background-color:#0000!important;border-radius:var(--global-border-radius)!important;box-shadow:0 0 0 1px var(--color-text)!important}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-size-filter,.template-collection div.snize div.snize-product-filters-block ul.snize-product-size-filter{position:relative}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox>span{background-color:#0000!important;border:1px solid var(--color-text)!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox>span,.template-collection div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox>span{border-radius:0;display:inline-flex;line-height:1.5;align-items:center;justify-content:center}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span{background-color:var(--color-text)!important}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span,.template-collection div.snize div.snize-product-filters-block ul.snize-product-size-filter li label .snize-size-filter-checkbox input[type=checkbox]:checked+span{color:var(--color-body)}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox>span,.template-collection div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox>span{border-radius:0}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox>span:after,.template-collection div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox>span:after{width:14px!important;height:14px!important;top:auto!important;top:initial!important;left:auto!important;left:initial!important}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after,.template-collection div.snize div.snize-product-filters-block ul.snize-product-color-filter li .snize-color-filter-checkbox input[type=checkbox]:checked+span:after{border-color:var(--color-body);background-color:var(--color-text)}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-filters-list,.template-collection div.snize div.snize-product-filters-block ul.snize-product-filters-list{display:flex;flex-wrap:wrap;max-height:none;max-height:initial;overflow-y:visible;overflow-y:initial;overflow-x:visible;overflow-x:initial;max-width:300px}body.snize-results-page div.snize div.snize-product-filters-block ul.snize-product-filters-list li,.template-collection div.snize div.snize-product-filters-block ul.snize-product-filters-list li{display:inline-flex;width:150px;margin:0;padding:10px 5px 5px 0;box-sizing:border-box}body.snize-results-page div.snize div.snize-product-filters-title,.template-collection div.snize div.snize-product-filters-title{font-style:italic;text-transform:uppercase;padding-bottom:20px}body.snize-results-page div.snize div.snize-product-filters-title>span,.template-collection div.snize div.snize-product-filters-title>span{text-transform:inherit}body.snize-results-page div.snize div.snize-product-filters-title i,.template-collection div.snize div.snize-product-filters-title i{display:none!important}@media screen and (max-width: 768px){body.snize-results-page div.snize div.snize-product-filters-buttons-container button.snize-product-filters-show-products,.template-collection div.snize div.snize-product-filters-buttons-container button.snize-product-filters-show-products{display:none}}body.snize-results-page div.snize div.snize-pagination,.template-collection div.snize div.snize-pagination{display:inline-flex!important;flex-wrap:nowrap!important}body.snize-results-page div.snize div.snize-pagination,.template-collection div.snize div.snize-pagination{align-items:center;justify-content:center;margin-top:var(--section-spacing-small)}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-pagination,.template-collection div.snize div.snize-pagination{margin-top:0}}body.snize-results-page div.snize div.snize-pagination ul,.template-collection div.snize div.snize-pagination ul{display:inline-flex;align-items:center}body.snize-results-page div.snize div.snize-pagination ul li span,body.snize-results-page div.snize div.snize-pagination ul li a,.template-collection div.snize div.snize-pagination ul li span,.template-collection div.snize div.snize-pagination ul li a{border:medium none currentColor!important;border:initial!important}body.snize-results-page div.snize div.snize-pagination ul li span,body.snize-results-page div.snize div.snize-pagination ul li a,.template-collection div.snize div.snize-pagination ul li span,.template-collection div.snize div.snize-pagination ul li a{font-family:var(--font-family-stack-body);letter-spacing:2.1px;font-weight:300;font-size:14px;color:var(--color-text)}body.snize-results-page div.snize div.snize-pagination ul li span:not(.active),body.snize-results-page div.snize div.snize-pagination ul li a:not(.active),.template-collection div.snize div.snize-pagination ul li span:not(.active),.template-collection div.snize div.snize-pagination ul li a:not(.active){display:none}body.snize-results-page div.snize div.snize-pagination ul li a:hover,body.snize-results-page div.snize div.snize-pagination ul li a.active,.template-collection div.snize div.snize-pagination ul li a:hover,.template-collection div.snize div.snize-pagination ul li a.active{background-color:#0000}body.snize-results-page div.snize div.snize-pagination ul li:first-of-type span:before,body.snize-results-page div.snize div.snize-pagination ul li:first-of-type a:before,.template-collection div.snize div.snize-pagination ul li:first-of-type span:before,.template-collection div.snize div.snize-pagination ul li:first-of-type a:before{background-image:var(--svg-arrow-left-icon)}body.snize-results-page div.snize div.snize-pagination ul li:last-of-type span:before,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type a:before,.template-collection div.snize div.snize-pagination ul li:last-of-type span:before,.template-collection div.snize div.snize-pagination ul li:last-of-type a:before{background-image:var(--svg-arrow-right-icon)}body.snize-results-page div.snize div.snize-pagination ul li:first-of-type span,body.snize-results-page div.snize div.snize-pagination ul li:first-of-type a,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type span,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type a,.template-collection div.snize div.snize-pagination ul li:first-of-type span,.template-collection div.snize div.snize-pagination ul li:first-of-type a,.template-collection div.snize div.snize-pagination ul li:last-of-type span,.template-collection div.snize div.snize-pagination ul li:last-of-type a{display:inline-flex!important}body.snize-results-page div.snize div.snize-pagination ul li:first-of-type span,body.snize-results-page div.snize div.snize-pagination ul li:first-of-type a,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type span,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type a,.template-collection div.snize div.snize-pagination ul li:first-of-type span,.template-collection div.snize div.snize-pagination ul li:first-of-type a,.template-collection div.snize div.snize-pagination ul li:last-of-type span,.template-collection div.snize div.snize-pagination ul li:last-of-type a{font-size:0}body.snize-results-page div.snize div.snize-pagination ul li:first-of-type span:before,body.snize-results-page div.snize div.snize-pagination ul li:first-of-type a:before,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type span:before,body.snize-results-page div.snize div.snize-pagination ul li:last-of-type a:before,.template-collection div.snize div.snize-pagination ul li:first-of-type span:before,.template-collection div.snize div.snize-pagination ul li:first-of-type a:before,.template-collection div.snize div.snize-pagination ul li:last-of-type span:before,.template-collection div.snize div.snize-pagination ul li:last-of-type a:before{content:"";position:relative;display:block;width:18px;height:28px;background-repeat:no-repeat;background-position:center center}body.snize-results-page div.snize div.snize-pagination .snize-current-page,.template-collection div.snize div.snize-pagination .snize-current-page{font-family:var(--font-family-stack-body)!important;letter-spacing:2.1px!important;font-weight:300!important;font-size:14px!important;width:auto!important;width:initial!important;color:var(--color-text)!important}body.snize-results-page div.snize div.snize-pagination .snize-current-page,.template-collection div.snize div.snize-pagination .snize-current-page{padding:0 12px}body.snize-results-page div.snize div.snize-pagination .snize-current-page+a,.template-collection div.snize div.snize-pagination .snize-current-page+a{order:-1}body.snize-results-page div.snize div.snize-pagination .snize-current-page~a,.template-collection div.snize div.snize-pagination .snize-current-page~a{display:inline-flex!important;font-size:0!important;border:medium none currentColor!important;border:initial!important;margin:0!important;margin:initial!important;padding:0 12px!important;flex-grow:initial!important}body.snize-results-page div.snize div.snize-pagination .snize-current-page~a:before,.template-collection div.snize div.snize-pagination .snize-current-page~a:before{content:"";position:relative;display:block;width:18px;height:28px;background-repeat:no-repeat;background-position:center center}body.snize-results-page div.snize div.snize-pagination .snize-current-page~a[class*=prev]:before,.template-collection div.snize div.snize-pagination .snize-current-page~a[class*=prev]:before{background-image:var(--svg-arrow-left-icon)}body.snize-results-page div.snize div.snize-pagination .snize-current-page~a[class*=next]:before,.template-collection div.snize div.snize-pagination .snize-current-page~a[class*=next]:before{background-image:var(--svg-arrow-right-icon)}.breadcrumbs{text-transform:uppercase;letter-spacing:1.8px}.breadcrumbs__list{display:flex;flex-wrap:wrap;align-items:center}.breadcrumbs__item{display:inline-flex;align-items:center}.breadcrumbs__item a{white-space:nowrap;line-height:1}.breadcrumbs__item:not(:last-of-type) a{opacity:.3}@media screen and (min-width: 1025px){.breadcrumbs__item:hover a{opacity:1}}.breadcrumbs__item:not(:first-of-type){position:relative;padding-left:15px}.breadcrumbs__item:not(:first-of-type):before{content:"/";position:absolute;display:inline-block;left:0;top:50%;transform:translateY(-50%);opacity:.3;margin-right:5px;margin-left:3px;margin-top:-.08rem}.breadcrumbs__item--list{position:relative}.breadcrumbs__item--list:not(:hover) ul{max-height:0!important}.breadcrumbs__item--list:not(:hover) ul{height:0}@media screen and (max-width: 1024px){.breadcrumbs__item--list ul{display:none}}@media screen and (min-width: 1025px){.breadcrumbs__item--list ul{overflow:hidden!important;transition:all .3s cubic-bezier(.25,.8,.25,1)!important}.breadcrumbs__item--list ul{z-index:3;position:absolute;flex-direction:column;top:100%;left:0;min-width:calc(100% + 15px);max-width:300px}.breadcrumbs__item--list ul li{display:flex;align-items:center;height:31px;width:100%;padding:5px 10px 0 15px;background-color:var(--color-body)}.breadcrumbs__item--list ul li:first-of-type{padding-top:10px}.breadcrumbs__item--list ul li:last-of-type{padding-bottom:5px}.breadcrumbs__item--list ul a{display:inline-block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumbs__item--list ul .mCS-minimal .mCSB_dragger_bar{background-color:rgba(var(--color-text-rgb),.02)!important}}@media screen and (min-width: 1025px){.breadcrumbs__item--list:hover{z-index:1;background-color:var(--color-body)}.breadcrumbs__item--list:hover:before{opacity:0}.breadcrumbs__item--list:hover:after{content:"";position:absolute;display:block;width:calc(100% + 15px);height:calc(100% + 15px);top:-15px;left:0;background-color:inherit}.breadcrumbs__item--list:hover>a{z-index:1;position:relative}.breadcrumbs__item--list:hover ul{max-height:400px!important}}.breadcrumbs__link{transition:opacity .3s cubic-bezier(.25,.8,.25,1)!important}.breadcrumbs__link{color:var(--color-text)}.breadcrumbs__link:hover{color:var(--color-text)!important}.collection-template .breadcrumbs,.snize-results-page .breadcrumbs{display:flex;margin-top:30px;margin-bottom:30px}.collection-template .breadcrumbs ol,.snize-results-page .breadcrumbs ol{display:flex;flex-wrap:nowrap;overflow:auto;width:100%}.collection-template .breadcrumbs .collection__filters-sorting,.snize-results-page .breadcrumbs .collection__filters-sorting{flex-shrink:0}.collection-template .breadcrumbs.initScroll,.snize-results-page .breadcrumbs.initScroll{position:relative}.collection-template .breadcrumbs.initScroll:before,.snize-results-page .breadcrumbs.initScroll:before{content:"";z-index:1;position:absolute;display:inline-block;width:5px;height:100%;background-color:var(--color-body);box-shadow:0 0 10px 10px var(--color-body);top:0;left:0}.collection-template .breadcrumbs.initScroll ol>li:first-of-type,.snize-results-page .breadcrumbs.initScroll ol>li:first-of-type{padding-left:15px}.vimeo-player{width:100%;height:100%}.vimeo-player__vimeo-metafields{max-height:100%;position:relative;display:flex;align-items:center}.vimeo-player__vimeo-metafields .product-single__media{position:absolute;top:0;left:0}.vimeo-player__placeholder{transition:opacity .3s cubic-bezier(.25,.8,.25,1)!important}.vimeo-player__placeholder{display:inline-block;width:100%;margin:auto}.vimeo-player__placeholder+div.product-single__media--external-video{z-index:1}.vimeo-player__placeholder.play{opacity:0}.vimeo-player__controls{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%}.vimeo-player__controls button{display:flex!important;transition:opacity .3s cubic-bezier(.25,.8,.25,1)!important}.vimeo-player__controls button{width:100%;height:100%;align-items:center;justify-content:center;visibility:visible;opacity:1;display:block;border:none;background-color:#0000}.vimeo-player__controls button:after{content:"";position:absolute;display:block;width:62px;height:62px;background-color:var(--color-body);border-color:rgba(var(--color-text-rgb),.05);max-height:100%}.vimeo-player__controls button .icon{z-index:1;position:relative;max-height:100%}.vimeo-player__controls button .icon-pause{display:none}.vimeo-player__controls button .icon-play{overflow:visible;fill:var(--color-text-rgb);width:16px;height:20px}.vimeo-player__controls button.play{opacity:0}.price{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);letter-spacing:3.75px;font-size:24.92px;color:var(--color-text);line-height:1}.price *{font-family:inherit;font-weight:inherit;color:inherit;line-height:inherit}.price__sale{align-items:flex-end}.price__sale dd{margin-right:28px}.price__sale .price-item--sale{color:var(--color-sale-text)}.price-item--regular-with-translate{font-size:12.04px;width:100%;text-transform:uppercase;padding-top:1rem;letter-spacing:normal}body .swal2-popup{border-radius:var(--global-border-radius);width:auto;padding-bottom:calc(var(--section-spacing-small) / 2)}@media screen and (min-width: 1025px){body .swal2-popup{padding-bottom:var(--section-spacing-small)}}body .swal2-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);color:var(--color-text);line-height:1;padding:calc(var(--section-spacing-small) / 2) calc(var(--section-spacing-small) / 2) 0;font-size:calc(1px*var(--font-size-header-phone));letter-spacing:normal}@media screen and (min-width: 768px){body .swal2-title{font-size:45.6px}}@media screen and (min-width: 1025px){body .swal2-title{padding:var(--section-spacing-small) var(--section-spacing-small) 0;font-size:60px}}body .swal2-title.title-language{padding-top:calc((var(--section-spacing-small) / 2) + 22px)}@media screen and (min-width: 1025px){body .swal2-title.title-language{padding-top:calc(var(--section-spacing-small) + 22px)}}body .swal2-html-container{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);font-size:14px;color:var(--color-text);letter-spacing:1.4px;padding:calc(var(--section-spacing-small) / 2) 0;margin-right:calc(var(--section-spacing-small) / 2);margin-left:calc(var(--section-spacing-small) / 2);overflow:auto}@media screen and (min-width: 1025px){body .swal2-html-container{padding:var(--section-spacing-small) 0;margin-right:var(--section-spacing-small);margin-left:var(--section-spacing-small)}}body .swal2-html-container .swal2-link{margin-bottom:0!important;margin-bottom:initial!important;margin-top:calc(var(--section-spacing-small) / 2)!important}@media screen and (min-width: 1025px){body .swal2-html-container .swal2-link{margin-bottom:calc((var(--section-spacing-small) / 2)*-1)!important;margin-top:var(--section-spacing-small)!important}}body .swal2-actions{flex-direction:column;padding-right:var(--section-spacing-small);padding-left:var(--section-spacing-small);margin-top:0}body .swal2-actions button:last-of-type{margin-bottom:0}body .swal2-styled.swal2-confirm,body .swal2-styled.swal2-deny,body .swal2-styled.swal2-cancel,body .swal2-styled.swal2-link{box-shadow:none!important;box-shadow:initial!important}body .swal2-styled.swal2-confirm,body .swal2-styled.swal2-deny,body .swal2-styled.swal2-cancel,body .swal2-styled.swal2-link{min-width:230px;min-height:36px;border-radius:var(--global-border-radius);margin-top:0;margin-top:initial;margin-right:0;margin-right:initial;margin-left:0;margin-left:initial;margin-bottom:18px}@media screen and (min-width: 1025px){body .swal2-styled.swal2-confirm,body .swal2-styled.swal2-deny,body .swal2-styled.swal2-cancel,body .swal2-styled.swal2-link{min-width:330px;min-height:45px}}body .swal2-styled.swal2-confirm.btn,body .swal2-styled.swal2-deny.btn,body .swal2-styled.swal2-cancel.btn,body .swal2-styled.swal2-link.btn{background-color:var(--color-btn-primary);color:var(--color-btn-primary-text);border-color:var(--color-small-button-text-border)}body .swal2-styled.swal2-confirm.btn:hover,body .swal2-styled.swal2-deny.btn:hover,body .swal2-styled.swal2-cancel.btn:hover,body .swal2-styled.swal2-link.btn:hover{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary);background-image:none;background-image:initial}body .swal2-styled.swal2-confirm.btn--secondary,body .swal2-styled.swal2-confirm.btn--secondary:focus,body .swal2-styled.swal2-deny.btn--secondary,body .swal2-styled.swal2-deny.btn--secondary:focus,body .swal2-styled.swal2-cancel.btn--secondary,body .swal2-styled.swal2-cancel.btn--secondary:focus,body .swal2-styled.swal2-link.btn--secondary,body .swal2-styled.swal2-link.btn--secondary:focus{background-color:var(--color-btn-secondary);color:var(--color-btn-secondary-text);border-color:var(--color-btn-secondary-border)}body .swal2-styled.swal2-confirm.btn--secondary:hover,body .swal2-styled.swal2-confirm.btn--secondary:focus:hover,body .swal2-styled.swal2-deny.btn--secondary:hover,body .swal2-styled.swal2-deny.btn--secondary:focus:hover,body .swal2-styled.swal2-cancel.btn--secondary:hover,body .swal2-styled.swal2-cancel.btn--secondary:focus:hover,body .swal2-styled.swal2-link.btn--secondary:hover,body .swal2-styled.swal2-link.btn--secondary:focus:hover{background-color:var(--color-btn-secondary-text);color:var(--color-btn-secondary);border-color:var(--color-btn-secondary-border);background-image:none;background-image:initial}.quantity--xBox{position:relative}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity__input[type=number]{-moz-appearance:textfield}.quantity__btn{z-index:1;position:absolute;display:inline-flex;align-items:center;justify-content:center;width:37px;height:100%;top:0;cursor:pointer}.quantity__btn-down{left:0}.quantity__btn-up{right:0}.quantity__btn .icon{width:11px;height:11px}product-omnibus{display:block;width:100%}product-omnibus *{color:var(--color-text);font-size:12.04px;text-transform:uppercase;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);margin:0;margin:initial}#MainContent div.snize.snize-options li.snize-product .snize-omnibus product-omnibus [data-info-dialog],[data-info-dialog]{background-color:var(--color-text-focus)!important;color:var(--color-body)!important;border-radius:4px!important;text-transform:lowercase!important;font-size:calc(14 * .7px)!important}#MainContent div.snize.snize-options li.snize-product .snize-omnibus product-omnibus [data-info-dialog],[data-info-dialog]{z-index:3;position:relative;cursor:pointer;padding-left:.4rem;padding-right:.4rem;font-style:normal;display:inline-block;margin-left:.25rem;margin-right:.25rem;translate:0 -.1rem}.snize-omnibus product-omnibus{text-align:left}.store-availabilities-modal.modal{height:100vh}@media screen and (min-width: 1025px){.store-availabilities-modal.modal{width:100%;max-width:34%}}.store-availabilities-modal--active{transform:none;transform:initial}.store-availabilities-modal--active .page-container,.store-availabilities-modal--active #shopify-section-product-template{position:relative;z-index:12}.store-availabilities-modal--active #ssw-async-html{display:none!important}.store-availabilities-modal--active .template-product__single-meta{z-index:2}.store-availabilities-modal__header{padding-left:var(--section-spacing-small)}@media screen and (min-width: 1025px){.store-availabilities-modal__header{padding-left:var(--section-spacing)}}.store-availabilities-modal__product-title{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);font-size:17.92px;letter-spacing:1.8px}.store-availabilities-modal__variant-title{letter-spacing:1.8px}.store-availabilities-list{padding-right:var(--section-spacing-small);padding-left:var(--section-spacing-small);letter-spacing:1.8px}@media screen and (min-width: 1025px){.store-availabilities-list{padding-right:var(--section-spacing);padding-left:var(--section-spacing)}}.store-availability-information{margin:0;margin:initial}.store-availability-information .icon,.store-availability-information__title,.store-availability-information__stock{display:none}.store-availability-information-container{margin:0;margin:initial}.store-availability-information__button{display:inline-flex;align-items:center;line-height:1;text-transform:none;-webkit-text-decoration:none;text-decoration:none;font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);letter-spacing:1.8px;font-size:11.9px;margin:0;margin:initial}.store-availability-information__button:before{content:"";position:relative;display:inline-block;width:12px;height:12px;border-radius:100%;background-color:#6ad66a;margin-bottom:3px;margin-right:8px}.store-availability-list__item{padding-bottom:var(--section-spacing-small)}.store-availability-list__item:before{display:none}.store-availability-list__address,.store-availability-list__location{font-size:11.9px;letter-spacing:1.8px}.store-availability-list__location{font-family:var(--font-stack-body);font-weight:500;text-transform:uppercase}.store-availability-list__address,.store-availability-list__phone{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}.style-icon{display:inline-block;width:20px;height:20px;vertical-align:middle}.style-icon-0{-webkit-clip-path:url(#SVGID_2_);clip-path:url(#SVGID_2_)}.style-icon-1{fill:#f7f6f5}.style-icon-2{fill:#e4f2d1}.style-icon-3{-webkit-clip-path:url(#SVGID_4_);clip-path:url(#SVGID_4_)}.style-icon-4{-webkit-clip-path:url(#SVGID_4_);clip-path:url(#SVGID_4_);fill:#fff0c6}.style-icon-5{fill:#fff0c6}.style-icon-6{fill:none;stroke:#1d1d1b;stroke-width:7;stroke-linecap:round;stroke-miterlimit:10}.style-icon-7{fill:#1d1d1b}.style-icon-8{fill:none;stroke:#1d1d1b;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10}.style-icon-9{fill:none;stroke:#1d1d1b;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.style-icon-10{fill:none;stroke:#1d1d1b;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10;stroke-dasharray:3.0416,4.0555}.style-icon-11{fill:none;stroke:#000;stroke-miterlimit:10}.style-icon-12{fill:none;stroke:#1d1d1b;stroke-miterlimit:10}.style-icon-13{fill:#1d1d1b;stroke:#1d1d1b;stroke-width:.25;stroke-miterlimit:10}.style-icon-14{fill:#1d1d1b;stroke:#1d1d1b;stroke-width:.75;stroke-miterlimit:10}.style-icon-15{fill:none;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-miterlimit:10}.style-icon-16{fill:none;stroke:#000;stroke-width:.75;stroke-linecap:round;stroke-miterlimit:10}.style-icon-17{fill:none;stroke:#000;stroke-width:2;stroke-miterlimit:10}.style-icon-18{fill:none;stroke:#1d1d1b;stroke-linecap:round;stroke-miterlimit:10}.style-icon-19{fill:#1d1d1b;stroke:#1d1d1b;stroke-width:.5;stroke-miterlimit:10}.style-icon-20{fill:#1d1d1b;stroke:#1d1d1b;stroke-width:.5;stroke-linejoin:round;stroke-miterlimit:10}.style-icon-21{fill:#1d1d1b;stroke:#1d1d1b;stroke-width:.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10}.style-icon-22{fill:none;stroke:#000;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10}.style-icon-23{-webkit-clip-path:url(#SVGID_8_);clip-path:url(#SVGID_8_)}.style-icon-24{fill:none;stroke:#000;stroke-width:4;stroke-miterlimit:10}.style-icon-25{-webkit-clip-path:url(#SVGID_10_);clip-path:url(#SVGID_10_)}.style-icon-26{fill:none;stroke:#000;stroke-width:1.5;stroke-miterlimit:10}.style-icon-27{fill:none;stroke:#1d1d1b;stroke-width:.75;stroke-miterlimit:10}.style-icon-28{fill:none;stroke:#000;stroke-width:2;stroke-linejoin:round;stroke-miterlimit:10}.style-icon-29{fill:none;stroke:#000;stroke-linejoin:round;stroke-miterlimit:10}.style-icon-30{stroke:#000;stroke-width:.5;stroke-miterlimit:10}.style-icon-31{fill:none;stroke:#000;stroke-width:3;stroke-miterlimit:10}.style-icon-32{-webkit-clip-path:url(#SVGID_12_);clip-path:url(#SVGID_12_)}.style-icon-33{-webkit-clip-path:url(#SVGID_14_);clip-path:url(#SVGID_14_)}.style-icon-34{-webkit-clip-path:url(#SVGID_16_);clip-path:url(#SVGID_16_)}.style-icon-35{-webkit-clip-path:url(#SVGID_18_);clip-path:url(#SVGID_18_)}.style-icon-36{-webkit-clip-path:url(#SVGID_20_);clip-path:url(#SVGID_20_)}.style-icon-37{-webkit-clip-path:url(#SVGID_22_);clip-path:url(#SVGID_22_)}.style-icon-38{-webkit-clip-path:url(#SVGID_24_);clip-path:url(#SVGID_24_)}.style-icon-39{-webkit-clip-path:url(#SVGID_26_);clip-path:url(#SVGID_26_)}.style-icon-40{fill:none;stroke:#1d1d1b;stroke-width:.5;stroke-miterlimit:10}.style-icon-41{fill-rule:evenodd;clip-rule:evenodd}.style-icon-42{stroke:#fff;stroke-width:.25;stroke-miterlimit:10}.style-icon-43{fill:none;stroke:#000;stroke-width:.75;stroke-miterlimit:10}.style-icon-44{fill-rule:evenodd;clip-rule:evenodd;fill:#fff}.style-icon-45{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-width:.85}.style-icon-icon-work-delikatnie-w-60-1{fill:none;stroke:#000;stroke-width:.75px}.style-icon-icon-work-delikatnie-w-60-1,.style-icon-icon-work-delikatnie-w-60-2{stroke-miterlimit:10}.style-icon-icon-work-delikatnie-w-60-2{stroke:#fff;stroke-width:.25px}.style-icon-icon-work-delikatnie-w-60-3{font-size:13.61px;font-family:ApercuPro-Regular,Apercu Pro;letter-spacing:-.01em}.style-icon-icon-work-delikatnie-w-60-4{letter-spacing:0em}.pagination{padding-top:var(--section-spacing)}@media screen and (max-width: 1024px){.pagination{padding-top:var(--section-spacing-small)}}.pagination .btn.btn--tertiary{border:none;background:rgba(0,0,0,0);padding-left:12px;padding-right:12px}.pagination .btn.btn--tertiary:hover{color:var(--color-text)}.pagination__text{font-family:var(--font-stack-body);font-weight:300;letter-spacing:2.1px;font-size:14px;color:var(--color-text);padding-left:12px;padding-right:12px}.social-sharing{margin-top:var(--section-spacing-small);margin-bottom:var(--section-spacing-small)}.social-sharing li{font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next);text-transform:uppercase;display:flex;align-items:center;line-height:1;letter-spacing:1.95px;font-size:12.88px}.social-sharing .btn--share{margin-left:5px;margin-bottom:0;margin-right:0;margin-right:initial;border:medium none currentColor;border:initial;background-color:#0000}.social-sharing .btn--share:hover{background-color:#0000}.social-sharing .btn--share .icon{width:20px;height:20px;fill:var(--color-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-option .ssw-insta-product-option-label{font-size:0}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-option .ssw-insta-product-option-label:after{font-family:var(--font-stack-body);letter-spacing:1px;font-size:14px;font-weight:600;color:var(--color-text);display:inline-flex;content:"Rozmiar";margin-left:10px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-owner .ssw-instagram-owner-link{display:flex;align-items:center;font-size:0}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-owner .ssw-instagram-owner-link:after{font-family:var(--font-stack-body);letter-spacing:1px;font-size:14px;font-weight:600;color:var(--color-text);display:inline-flex;content:"Zobacz na Instagramie";margin-left:10px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-owner .ssw-instagram-owner-link i{font-size:16.8px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-product-description,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-product-description p{font-family:var(--font-stack-body);letter-spacing:1.2px;font-size:12.04px;font-weight:400;color:var(--color-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-nav-tabs{border:medium none currentColor;border:initial}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-nav-tabs .ssw-active a{padding:0;background-color:#0000;border:medium none currentColor;border:initial;font-size:0}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-nav-tabs .ssw-active a:before{display:inline-flex;content:"Opis";color:var(--color-text);font-size:16.8px;font-family:var(--font-stack-body);font-weight:600;letter-spacing:1.8px;text-transform:uppercase}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-option-variants .ssw-insta-product-option-variant{border:1px solid rgba(0,0,0,0);border-radius:0;border-radius:initial;font-weight:500;font-family:var(--font-stack-body);color:var(--color-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-option-variants .ssw-insta-product-option-variant.ssw-active{border:1px solid var(--color-btn-primary-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout{width:calc(100% - 20px);margin-left:auto;margin-right:auto;border-radius:0;border-radius:initial;font-weight:500;font-family:var(--font-stack-body);background:var(--color-btn-primary-text);border:1px solid var(--color-btn-primary-text);color:var(--color-btn-secondary-text);font-size:12.992px;height:36px;width:148px;display:inline-flex;align-items:center;justify-content:center;margin-top:10px;text-transform:uppercase}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout:hover{color:var(--color-btn-primary-text)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout:hover{background:var(--color-btn-secondary-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout:before{font-size:12.992px!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart:before,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout:before{display:inline-flex}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right .ssw-icon-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right .ssw-icon-check,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart.ssw-pull-right .ssw-icon-spin,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out .ssw-icon-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out .ssw-icon-check,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out .ssw-icon-spin,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart .ssw-icon-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart .ssw-icon-check,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart .ssw-icon-spin,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout .ssw-icon-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout .ssw-icon-check,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout .ssw-icon-spin{display:none}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart{font-size:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-add-to-cart:before{content:"Zam\f3w"}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart{font-size:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-adding-to-cart:before{content:"..."}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout{font-size:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-checkout:before{content:"Zobacz koszyk"}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out{font-size:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-block .ssw-insta-sold-out:before{content:"Odkryj"}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-compare-price,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-price{display:inline-flex;align-items:center;justify-content:flex-start;width:100%;padding-left:0;margin-right:auto}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-compare-price .money,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-price .money{font-size:14px!important;line-height:1.5em!important;margin:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-compare-price .money,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-price .money{font-family:var(--font-family-stack-body);letter-spacing:1.8px;padding-right:0;font-weight:var(--font-weight-body-next);color:var(--color-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-compare-price .money{color:var(--color-sale-text)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-price-wrapper .ssw-insta-product-compare-price .money{-webkit-text-decoration:line-through;text-decoration:line-through}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-title{font-family:var(--font-stack-body);font-size:18.2px;text-transform:uppercase;letter-spacing:2.5px;font-weight:500;margin-top:20px;margin-bottom:20px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-product-back{border-radius:0;border:1px solid var(--color-btn-primary-text);transition:all .3s}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-product-back:hover{color:var(--color-btn-primary-text)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-product-back:hover{transition:all .3s;background:var(--color-btn-secondary-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-product-nav.ssw-nav.ssw-nav-tabs .ssw-product-questions-title{display:none}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-images-wrapper .ssw-insta-product-images .ssw-insta-product-thumb{width:64px;height:90px;border-radius:0;border-radius:initial;border:1px solid rgba(0,0,0,0);margin:0 2px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-images-wrapper .ssw-insta-product-images .ssw-insta-product-thumb .ssw-insta-product-thumb-image{border-radius:0;border-radius:initial;width:99%;height:99%;background-size:cover}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-insta-product-images-wrapper .ssw-insta-product-images .ssw-insta-product-thumb.ssw-active{border:1px solid var(--color-btn-primary-text);padding:0}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-product-header{background:var(--color-body)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-product-header{border:medium none currentColor;border:initial}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-modal-body{border-radius:0;border-radius:initial}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-image-wrapper img{border-radius:0!important;border-radius:initial!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-product-container,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details{background:var(--color-body)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-products{display:grid;grid-template-columns:1fr 1fr;grid-gap:30px 2px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product{float:none;width:100%;margin-right:0;margin-left:0;display:flex;flex-wrap:wrap}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product.ssw-light{opacity:1}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-image{height:0;border-radius:0;border-radius:initial;padding-bottom:144%;order:-2;width:100%}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-link{order:-1;z-index:1;position:relative;width:100%;text-align:left;margin:0 0 10px;letter-spacing:1.8px;font-family:var(--font-stack-body);font-size:calc(14 * .7px);font-weight:500;color:var(--color-text);line-height:1.5;text-transform:uppercase;min-height:0;min-height:initial;white-space:inherit;padding:0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.5em;height:3em}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-compare-price{display:inline-flex;height:21px;align-items:center;justify-content:center;width:50%;padding-left:0;margin-left:auto;margin-right:auto}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-compare-price .money{font-size:12.04px!important;line-height:1.5em!important;margin:0!important;color:var(--color-sale-text)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-compare-price .money{color:var(--color-text);font-family:var(--font-family-stack-body);letter-spacing:1.8px;padding-right:0;font-weight:var(--font-weight-body-next);-webkit-text-decoration:line-through;text-decoration:line-through}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-price{display:inline-flex;width:50%;height:21px;align-items:center;justify-content:center;padding-right:0;padding-left:0;margin-left:auto;margin-right:auto}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-price .money{font-size:12.04px!important;line-height:1.5em!important;margin:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-product-price .money{color:var(--color-text);font-family:var(--font-family-stack-body);letter-spacing:1.8px;padding-right:0;font-weight:var(--font-weight-body-next)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-add-to-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out{font-size:12.992px!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-add-to-cart,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out{width:calc(100% - 20px);margin-left:auto;margin-right:auto;border-radius:0;border-radius:initial;font-weight:500;font-family:var(--font-stack-body);background:var(--color-btn-primary-text);border:1px solid var(--color-btn-primary-text);color:var(--color-btn-secondary-text);height:36px;width:148px;display:inline-flex;align-items:center;justify-content:center;margin-top:10px}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-add-to-cart:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out:hover{color:var(--color-btn-primary-text)!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-add-to-cart:hover,#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out:hover{background:var(--color-btn-secondary-text)}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out{font-size:0!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out:before{font-size:12.992px!important}#ssw-instagram-modal .ssw-modal-dialog .ssw-modal-content .ssw-instagram-content .ssw-instagram-details .ssw-instagram-detail-product-sold-out:before{display:inline-flex;content:"Odkryj"}.ssw-instagram-load-more{margin-bottom:0!important}.ssw-instagram-load-more a{font-family:var(--font-stack-body);letter-spacing:1px;font-size:14px;font-weight:600;color:var(--color-text);display:inline-flex}.ssw-shop-it-btn-wrapper .ssw-shop-it-btn{border:1px solid var(--color-btn-primary-text)!important;font-size:12.992px!important}.ssw-shop-it-btn-wrapper .ssw-shop-it-btn{width:146px;margin-left:auto;margin-right:auto;border-radius:0;border-radius:initial;font-weight:500;font-family:var(--font-stack-body);background:var(--color-btn-primary-text);color:var(--color-btn-secondary-text);height:36px;width:148px;display:inline-flex;align-items:center;justify-content:center}.ssw-shop-it-btn-wrapper .ssw-shop-it-btn:hover{color:var(--color-btn-primary-text)!important;border:1px solid var(--color-btn-primary-text)!important}.ssw-shop-it-btn-wrapper .ssw-shop-it-btn:hover{background:var(--color-btn-secondary-text)}.ssw-instagram-widget{width:100%;min-height:calc((100vw - (var(--section-spacing) * 2))/2)}@media screen and (max-width: 1024px){.ssw-instagram-widget{min-height:calc((100vw - (var(--section-spacing-small) * 2))/2)}}@media screen and (min-width: 1560px){.ssw-instagram-widget{min-height:calc((var(--container-size) - (var(--section-spacing) * 2))/2)}}.ssw-instagram-widget .ssw-page-loading{width:100%;height:100%;min-height:inherit;background-color:#eee;animation:snize-skeleton-anim 2s infinite}.index-section .ssw-instagram-widget,.index-section .ssw-instagram-listing,.index-section .ssw-instagram-grid{margin-bottom:0!important}.featured-blogs{position:relative}.featured-blogs__background{position:absolute;height:40%;max-height:272px;z-index:0;left:0;width:100%;top:50%;transform:translateY(-50%)}.featured-blogs .hr--invisible{margin:20px 0}.featured-blogs .page-width{z-index:2;position:static}.featured-blogs .grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:60px;margin-left:0}@media screen and (min-width: 768px)and (max-width: 1024px){.featured-blogs .grid{grid-gap:40px}}.featured-blogs .grid--blog{margin-bottom:0}.featured-blogs .grid__item{width:100%;padding-left:0;float:none;flex-grow:0;flex-shrink:0}.featured-blogs .swiper-container.swiper-container-initialized .grid{display:flex;grid-gap:initial;grid-template-columns:initial;overflow:visible;overflow:initial}.featured-blogs article .article__grid-image{max-width:100%!important;max-height:100%!important}.featured-blogs article .article__grid-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 767px){.featured-blogs article .article__grid-image-container{margin-bottom:28px}}.featured-blogs article .article__grid-image-wrapper{max-width:100%!important}.featured-blogs article .article__grid-image-wrapper{margin:0}.featured-blogs article .article__title{font-size:24px}.page-width--we-care{max-width:calc(var(--container-size) + 16px)}.page-width .we-care{display:grid;grid-template-columns:1fr 1fr 1fr;background-size:cover;background-position:center center;border:1px solid var(--color-body)}@media screen and (max-width: 1024px){.page-width .we-care{grid-template-columns:1fr 1fr}}@media screen and (max-width: 767px){.page-width .we-care{grid-template-columns:1fr}}.page-width .we-care__item{margin-top:-1px;margin-right:-1px;position:relative;height:0;padding-bottom:100%;border:8px solid var(--color-body)}@media screen and (max-width: 1024px){.page-width .we-care__item{border:3px solid var(--color-body)}}.page-width .we-care__item-text{position:absolute;max-width:320px;display:flex;flex-direction:column;align-items:flex-start;z-index:3}.page-width .we-care__item-text--1{bottom:30px;right:30px}.page-width .we-care__item-text--2{top:20px;left:50%;transform:translate(-30%)}.page-width .we-care__item-text--3{bottom:30px;left:30px}.page-width .we-care__item-text--4{top:20px;left:30px}.page-width .we-care__item-text--5{bottom:30px;left:50%;transform:translate(-50%)}@media screen and (max-width: 1024px){.page-width .we-care__item-text--5{right:20px;left:auto;left:initial;transform:translate(0)}}.page-width .we-care__item-text--6{top:30px;right:30px}.page-width .we-care__item-text--right{align-items:flex-end;text-align:right}.page-width .we-care__item-text--right .we-care__title:after{right:0}.page-width .we-care__title{font-weight:300;font-family:var(--font-stack-body);text-transform:inherit;margin-top:14px;margin-bottom:40px;font-size:calc(14 * 1.14px);position:relative}@media screen and (max-width: 767px){.page-width .we-care__title{margin-bottom:25px;margin-top:10px;font-size:14px}}.page-width .we-care__title span{font-weight:600;font-size:calc(14 * 1.71px)}@media screen and (max-width: 767px){.page-width .we-care__title span{font-size:18.2px}}.page-width .we-care__title:after{content:"";display:block;width:58px;height:3px;background-color:var(--color-text);bottom:-20px;position:absolute}@media screen and (max-width: 767px){.page-width .we-care__title:after{bottom:-12px}}.page-width .we-care__text{font-weight:var(--font-weight-body-next);font-family:var(--font-family-stack-body);font-size:14px}@media screen and (max-width: 767px){.page-width .we-care__text{font-size:calc(14 * .95px)}}.page-width .we-care__image{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:1}.shop-table{display:flex;flex-direction:column;background:rgba(var(--color-text-rgb),.15);border:1px solid rgba(0,0,0,0);font-family:var(--font-stack-body)}@media screen and (max-width: 767px){.shop-table{background:rgba(0,0,0,0)}}.shop-table__row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:1px;border-top:1px solid rgba(var(--color-text-rgb),.15)}@media screen and (max-width: 767px){.shop-table__row{grid-template-columns:1fr;border:1px solid rgba(var(--color-text-rgb),.15);margin-bottom:20px;padding:10px 20px 20px}}.shop-table__row--head{border-top:0;border-top:initial}@media screen and (max-width: 767px){.shop-table__row--head{display:none}}.shop-table__item{background:var(--color-body);display:inline-flex;flex-direction:column;align-items:flex-start;justify-content:center}.shop-table__item span{font-weight:600;font-family:var(--font-stack-body);padding:12px;display:none;color:var(--color-text);text-transform:uppercase}@media screen and (max-width: 767px){.shop-table__item span{display:block;font-size:14px;padding:10px 0 5px}}.shop-table__item p{background:var(--color-body);color:var(--color-text);margin:0;padding:12px;font-family:var(--font-stack-body)}@media screen and (max-width: 1024px){.shop-table__item p{font-size:calc(14 * .8px)}}@media screen and (max-width: 767px){.shop-table__item p{padding:2px;font-size:12.6px}}.shop-table__item--head p{font-weight:600;text-align:center;width:100%}body .ssw-faves-share-bar .ssw-share-faves{width:30px;height:30px;background-color:#0000;background-repeat:no-repeat;background-position:center;border:medium none currentColor;border:initial;transition:none 0s ease 0s;transition:initial;border-radius:var(--global-border-radius);color:var(--color-text)}body .ssw-faves-share-bar .ssw-share-faves i{display:none}body .ssw-faves-share-bar .ssw-share-faves:focus,body .ssw-faves-share-bar .ssw-share-faves:not([disabled]):hover{background-color:#0000;color:var(--color-text-focus)}body .ssw-faves-share-bar .ssw-share-faves._2email{background-image:var(--svg-envelope-icon)}body .ssw-faves-share-bar .ssw-share-faves._2email:focus,body .ssw-faves-share-bar .ssw-share-faves._2email:not([disabled]):hover{background-image:var(--svg-envelope-icon-hover)}body .ssw-faves-share-bar .ssw-share-faves._2facebook{background-image:var(--svg-facebook-icon)}body .ssw-faves-share-bar .ssw-share-faves._2facebook:focus,body .ssw-faves-share-bar .ssw-share-faves._2facebook:not([disabled]):hover{background-image:var(--svg-facebook-icon-hover)}body .ssw-faves-share-bar .ssw-share-faves._2twitter{background-image:var(--svg-twitter-icon)}body .ssw-faves-share-bar .ssw-share-faves._2twitter:focus,body .ssw-faves-share-bar .ssw-share-faves._2twitter:not([disabled]):hover{background-image:var(--svg-twitter-icon-hover)}body .ssw-faves-share-bar .ssw-share-faves._2pinterest{background-image:var(--svg-pinterest-icon)}body .ssw-faves-share-bar .ssw-share-faves._2pinterest:focus,body .ssw-faves-share-bar .ssw-share-faves._2pinterest:not([disabled]):hover{background-image:var(--svg-pinterest-icon-hover)}.main-heading{text-align:center}.main-heading--underline:after{content:"";position:relative;display:block;height:3px;width:var(--line-size);background-color:var(--color-text);margin:10px auto auto}.main-heading__introduction{font-style:italic;letter-spacing:2.1px}.main-heading__subheading{font-family:var(--font-family-stack-body);font-size:calc(14 * 1.14px);margin-bottom:20px;letter-spacing:.08em}@media screen and (min-width: 1025px){.main-heading__subheading{letter-spacing:.12em;line-height:1.3;font-size:17.92px}}.full-width-image-hero__image{background-position:center top;background-size:cover}.videos-grid{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:calc(var(--section-spacing)/2);margin-bottom:var(--section-spacing)}@media screen and (max-width: 767px){.videos-grid{margin-top:calc(var(--section-spacing-small)/2);margin-bottom:var(--section-spacing-small)}}.videos-grid__item{padding-top:60px}@media screen and (max-width: 767px){.videos-grid__item{padding-top:40px}}.videos-grid__item .h2{font-family:var(--font-stack-header);font-weight:var(--font-weight-header);font-size:35.98px;text-transform:none;padding-bottom:12px}@media screen and (max-width: 767px){.videos-grid__item .h2{font-size:calc(14 * 1.71px);padding-bottom:6px}}.videos-grid .medium-up--one-half{width:calc(50% - 2vw)}@media screen and (max-width: 767px){.videos-grid .medium-up--one-half{width:100%}}.bizu-care-banner-template .collection-hero{margin-bottom:var(--section-spacing);position:relative}@media screen and (max-width: 767px){.bizu-care-banner-template .collection-hero{margin-bottom:var(--section-spacing-small)}}.bizu-care-banner-template .collection-hero:before{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;content:""}@media screen and (max-width: 1024px){.bizu-care-banner-template .collection-hero__image{position:relative!important}.bizu-care-banner-template .collection-hero__image{height:300px}}.bizu-care-banner-template .collection-hero__title{position:relative;top:0;transform:translateY(0)}@media screen and (max-width: 1024px){.bizu-care-banner-template .collection-hero__title{padding:0}}.bizu-care-banner-template .collection-hero__title-wrapper{position:absolute;z-index:2;top:50%;left:0;width:100%;text-align:center;transform:translateY(-50%);max-width:none}.bizu-care-banner-template .care__description{max-width:460px;margin:0 auto}.bizu-care-banner-template .care__description p{font-family:var(--font-stack-body);font-weight:var(--font-weight-header);font-size:14px}.bizu-care-banner-template .hero__row{display:flex;align-items:baseline;justify-content:center;font-family:var(--font-stack-body);font-weight:var(--font-weight-header);font-size:84px}.bizu-care-banner-template .hero__row .icon-arrow-right{margin:0 5px}.bizu-care-banner-template .hero__row p{font-size:calc(14 * 1.86px)!important}.bizu-care-banner-template .hero__row p{font-family:var(--font-stack-body);font-weight:var(--font-weight-body-next);padding:0 8px}.bizu-care-banner-template .hero__row strong{font-family:var(--font-family-stack-body)!important}.bizu-care-banner-template .hero__row strong{font-weight:700;font-size:28px}html[lang=pl] body>#banner-wrapper div.overlay .btn-manage__save,html[lang=pl] body>#banner-wrapper div.overlay_bc_banner .btn-manage__save{position:relative}html[lang=pl] body>#banner-wrapper div.overlay .btn-manage__save:before,html[lang=pl] body>#banner-wrapper div.overlay_bc_banner .btn-manage__save:before{content:"Zapisz i zamknij";position:absolute;display:inherit;justify-content:inherit;align-items:inherit;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-color:inherit}html[lang=pl] body>#banner-wrapper div.banner-main_header.list-type p,html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header p[id*=count_],html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:nth-child(2) p[id*=count_]+p:not(.toggle),html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header .cookie_tab__wrapper div table tbody th{font-size:0;letter-spacing:0}html[lang=pl] body>#banner-wrapper div.banner-main_header.list-type p:after,html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header p[id*=count_]:after,html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:nth-child(2) p[id*=count_]+p:not(.toggle):after,html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header .cookie_tab__wrapper div table tbody th:after{font-size:14px;letter-spacing:1.2px}html[lang=pl] body>#banner-wrapper div.banner-main_header.list-type p:first-child:after{content:"Niezb\119 dne"}html[lang=pl] body>#banner-wrapper div.banner-main_header.list-type p:nth-child(2):after{content:"Analityczne"}html[lang=pl] body>#banner-wrapper div.banner-main_header.list-type p:last-child:after{content:"Marketingowe"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-child p[id*=count_]:after{content:"Niezb\119 dne"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:nth-child(2) p[id*=count_]:after{content:"Analityczne"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:nth-child(2) p[id*=count_]+p:not(.toggle):after{content:"Analityczne pliki cookie pomagaj\105  w\142 a\15b cicielom witryn zrozumie\107, w jaki spos\f3 b odwiedzaj\105 cy wchodz\105  w interakcj\119  ze stronami internetowymi, zbieraj\105 c i zg\142 aszaj\105 c informacje anonimowo."}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:last-child p[id*=count_]:after{content:"Marketingowe"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(1) th:after{content:"Akceptuje"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(2) th:after{content:"Nazwa"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(3) th:after{content:"Dostawca"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(4) th:after{content:"Opis"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(5) th:after{content:"Domena"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(6) th:after{content:"Czas trwania"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:not(:first-of-type) .cookie_tab__wrapper div table tbody tr:nth-child(7) th:after{content:"Grupa"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(1) th:after{content:"Nazwa"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(2) th:after{content:"Dostawca"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(3) th:after{content:"Opis"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(4) th:after{content:"Domena"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(5) th:after{content:"Czas trwania"}html[lang=pl] body>#banner-wrapper div.cookie_tab__wrapper_header:first-of-type .cookie_tab__wrapper div table tbody tr:nth-child(6) th:after{content:"Grupa"}body>#cookie-banner_flag{display:none!important}body>#banner-wrapper div.overlay,body>#banner-wrapper div.overlay_bc_banner{letter-spacing:1.2px;font-family:var(--font-stack-body);font-weight:var(--font-weight-header);font-size:14px;overflow:visible;overflow:initial}body>#banner-wrapper div.cookie_tab__wrapper_header,body>#banner-wrapper div.banner-header__title{font-size:14px}body>#banner-wrapper div.cookie_tab__wrapper_header p[id*=count_]+p{font-family:var(--font-family-stack-body)}body>#banner-wrapper div.cookie_tab__wrapper_header summary{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body>#banner-wrapper div.cookie_tab__wrapper_header summary{display:inline-flex;align-items:center;padding:10px;border-radius:var(--global-border-radius);font-size:calc((var(--font-size-base) - 2)/(var(--font-size-base))*1em);color:var(--color-btn-primary-text);background-color:var(--color-btn-primary);border-style:solid;border-width:1px;border-color:var(--color-small-button-text-border);min-height:45px;text-transform:uppercase;margin-bottom:10px}body>#banner-wrapper div.cookie_tab__wrapper_header summary::-webkit-details-marker{display:none!important}body>#banner-wrapper div.cookie_tab__wrapper_header summary:hover{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}body>#banner-wrapper div.cookie_tab__wrapper_header summary .counter{margin-left:.4rem}body>#banner-wrapper div.banner-logo .icon-logo{width:100%;height:auto}body>#banner-wrapper div.banner-body{border-radius:var(--global-border-radius);box-shadow:none;box-shadow:initial}body>#banner-wrapper div.banner-body__content .btn-accept,body>#banner-wrapper div.banner-body__content .btn-manage{transition:all .3s cubic-bezier(.25,.8,.25,1)!important}body>#banner-wrapper div.banner-body__content .btn-accept,body>#banner-wrapper div.banner-body__content .btn-manage{border-radius:var(--global-border-radius);font-size:calc((var(--font-size-base) - 2)/(var(--font-size-base))*1em);color:var(--color-btn-primary-text);opacity:1;opacity:initial}body>#banner-wrapper div.banner-body__content .btn-accept span,body>#banner-wrapper div.banner-body__content .btn-manage span{color:inherit}body>#banner-wrapper div.banner-body__content .btn-accept{background-color:var(--color-btn-primary);border-style:solid;border-width:1px;border-color:var(--color-small-button-text-border);min-height:45px}body>#banner-wrapper div.banner-body__content .btn-accept:not([hidden]):not([style*=none]){display:flex!important;justify-content:center!important;align-items:center!important}body>#banner-wrapper div.banner-body__content .btn-accept:hover{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}body>#banner-wrapper div.banner-body__content .btn-accept:hover span{color:inherit}body>#banner-wrapper div.banner-body__content .btn-accept:first-child{background-color:var(--color-btn-primary-text);color:var(--color-btn-primary)}body>#banner-wrapper div.banner-body__content .btn-accept:first-child:hover{background-color:var(--color-btn-primary);color:var(--color-btn-primary-text)}body>#banner-wrapper div.banner-body__content .btn-manage{font-family:var(--font-family-stack-body)}body>#banner-wrapper div.banner-body__content a[href="https://gdpr-legal-cookie.myshopify.com/"]{display:none}body>#banner-wrapper div.banner-body__content>.tabs:not([hidden]):not([style*="visibility: hidden;"])+.btn-manage__save[hidden]{display:flex;justify-content:center;align-items:center;padding:6px;margin:5px 50px;cursor:pointer}body>#banner-wrapper div.banner-main{font-size:14px}body>#banner-wrapper div.banner-main .btn-manage__save{display:none!important}body>#banner-wrapper div.banner-main .btn-manage__save:not([hidden]):not([style*=none]){display:none!important}body>#banner-wrapper div.banner-main_header{font-family:var(--font-family-stack-body)}body>#banner-wrapper div.banner-footer a{border:medium none currentColor!important;border:initial!important}body>#banner-wrapper div.banner-footer a{color:var(--color-text)}body>#banner-wrapper div.banner-footer a:hover{color:var(--color-text)}body>#banner-wrapper div .toggle input:checked+.slider{background-color:var(--color-btn-primary-text)}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags,.shop-by-look .sbl-flags{position:absolute;width:100%;height:100%;z-index:2;box-sizing:border-box;top:0;bottom:0;display:flex;justify-content:center;align-items:flex-end;font-size:12px;padding:36px 10px 15px}@media screen and (max-width: 1024px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags,.shop-by-look .sbl-flags{font-size:10px;padding-bottom:0}}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags span,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags span,.shop-by-look .sbl-flags span{position:absolute;top:10px;left:0;width:100%;height:calc(100% - 20px);display:flex;background-color:inherit;padding:10px 20px;align-items:center;box-sizing:border-box;text-align:left;opacity:0;max-height:0;max-width:0;overflow:hidden}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags span p,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags span p,.shop-by-look .sbl-flags span p{max-height:100%;overflow:hidden}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags span img,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags span img,.shop-by-look .sbl-flags span img{margin-right:20px}div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags div,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags div,.shop-by-look .sbl-flags div{display:flex;letter-spacing:1.8px;margin:1.5px;line-height:12px;text-align:center;max-height:24px;overflow:hidden;border-width:8px 7px;border-style:solid;box-sizing:content-box}@media screen and (max-width: 1024px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags div,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags div,.shop-by-look .sbl-flags div{border-top:4px solid;border-bottom:4px solid}}@media screen and (min-width: 1025px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags div,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags div,.shop-by-look .sbl-flags div{line-height:16px}}@media screen and (min-width: 1025px){div.snize.snize-options #snize-search-results-grid-mode li.snize-product .snize-product-flags div:hover span,.searchanise-recommendations .snize-recommendation-results li.snize-product .snize-product-flags div:hover span,.shop-by-look .sbl-flags div:hover span{max-height:100%;max-width:100%;opacity:1;animation-name:fade-in;animation-duration:.5s;animation-timing-function:cubic-bezier(.25,.8,.25,1)}}.toast.swal2-container{padding:0}.toast--error .swal2-title{text-align:center!important;font-size:14px!important;margin-top:var(--section-spacing-small)!important}.toast--error .swal2-title{color:var(--color-text);font-family:var(--font-family-stack-body);font-weight:var(--font-weight-body-next)}.toast--error .swal2-popup.swal2-toast{animation:none 0s ease 0s 1 normal none running!important;animation:initial!important}.toast--error .swal2-popup.swal2-toast{padding:0;background-color:var(--color-body);border:1px solid var(--color-text);box-shadow:none;box-shadow:initial;grid-template-columns:1fr}.toast--error .swal2-popup.swal2-toast>*{margin-left:var(--section-spacing-small)!important;margin-right:var(--section-spacing-small)!important;margin-bottom:var(--section-spacing-small)!important}.toast--error .swal2-popup.swal2-toast>*{padding:0;grid-column:unset;max-width:calc(100% - (var(--section-spacing-small) * 2))}.toast--error .swal2-popup.swal2-toast>*:not(.swal2-title){margin-top:0!important;margin-top:initial!important}.toast--error button{margin:0!important;margin:initial!important;padding:0!important;min-width:100%!important;border:medium none currentColor!important;border:initial!important}.toast--error button{min-height:45px}body.snize-results-page div.snize div.snize-search-results-categories .snize-search-results-content{width:100%}@media screen and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-categories .snize-search-results-content{width:calc(100vw - (var(--section-spacing-small) * 2))!important;margin-left:auto!important;margin-right:auto!important}}body.snize-results-page div.snize div.snize-search-results-categories .snize-category{width:100%;padding:0;border:medium none currentColor;border:initial;margin-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-categories .snize-category{margin-bottom:var(--section-spacing)}}@media screen and (max-width: 767px){body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-item{flex-direction:column}}body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-overhidden{padding:0!important}body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-overhidden{background-color:#0000}@media screen and (min-width: 768px){body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-overhidden{position:absolute;top:0;left:0}}@media screen and (max-width: 767px){body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-title{margin-top:calc(var(--section-spacing-small) / 2)}}@media screen and (max-width: 767px){body.snize-results-page div.snize div.snize-search-results-categories .snize--background .snize-title:after{display:none}}body.snize-results-page div.snize div.snize-search-results-categories .snize-thumbnail{border:medium none currentColor!important;border:initial!important;width:calc(var(--container-size) - (var(--section-spacing) * 2))!important;min-width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;margin:initial!important}body.snize-results-page div.snize div.snize-search-results-categories .snize-item{width:100%}body.snize-results-page div.snize div.snize-search-results-categories .snize-item-image{position:relative!important;max-height:none!important;max-height:initial!important;max-width:100%!important;top:0!important;bottom:0!important}body.snize-results-page div.snize div.snize-search-results-categories .snize-overhidden{display:flex!important;padding:calc(var(--section-spacing) + var(--section-spacing-small)) 0!important}body.snize-results-page div.snize div.snize-search-results-categories .snize-overhidden{align-items:center;justify-content:center;width:100%;height:100%;text-align:center;background-color:#eee}@media screen and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-categories .snize-overhidden{padding:var(--section-spacing-small) 0!important}}body.snize-results-page div.snize div.snize-search-results-categories .snize-title{font-size:30px!important;line-height:1.2!important;max-height:none!important;max-height:initial!important}body.snize-results-page div.snize div.snize-search-results-categories .snize-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header)}@media screen and (min-width: 768px){body.snize-results-page div.snize div.snize-search-results-categories .snize-title{font-size:45.6px!important}}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-categories .snize-title{font-size:60px!important}}body.snize-results-page div.snize div.snize-search-results-categories .snize-title:after{content:"";position:relative;display:block;height:3px;width:var(--line-size);background-color:var(--color-text);margin:10px auto auto}@media screen and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-pages .snize-search-results-content{width:calc(100vw - (var(--section-spacing-small) * 2))!important;margin-left:auto!important;margin-right:auto!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize-page{overflow:visible!important}body.snize-results-page div.snize div.snize-search-results-pages .snize-page{padding:0;border:medium none currentColor;border:initial;margin-bottom:var(--section-spacing-small)}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize-page{margin-bottom:var(--section-spacing)}}body.snize-results-page div.snize div.snize-search-results-pages .snize--background{background-color:#0000!important}body.snize-results-page div.snize div.snize-search-results-pages .snize--background:not(:last-of-type){margin-bottom:calc(var(--section-spacing) - var(--section-spacing-small))}body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-view-link{position:relative}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-view-link:after{content:"";width:100vw;height:342px;top:180px;z-index:0;position:absolute;display:block;background-color:#eee;left:50%;transform:translate(-50%)}}body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-thumbnail,body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-overhidden{z-index:1;position:relative}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-thumbnail{margin-right:auto!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-overhidden{background-color:#0000}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-overhidden{width:32%!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize--background .snize-title{text-align:left}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize--background:nth-of-type(2n) [class*=item]{flex-direction:row-reverse}}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize--background:nth-of-type(2n) [class*=item] .snize-thumbnail{margin-right:0!important;margin-right:initial!important;margin-left:auto!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize-thumbnail{border:medium none currentColor!important;border:initial!important;width:100%!important;height:auto!important;margin:0!important;margin:initial!important}body.snize-results-page div.snize div.snize-search-results-pages .snize-thumbnail{flex-shrink:0}@media screen and (min-width: 1025px){body.snize-results-page div.snize div.snize-search-results-pages .snize-thumbnail{width:60%!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize-item{display:flex;align-items:center}@media screen and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-pages .snize-item{flex-direction:column}}body.snize-results-page div.snize div.snize-search-results-pages .snize-item-image{position:relative!important;max-height:none!important;max-height:initial!important;max-width:100%!important;top:0!important;bottom:0!important}body.snize-results-page div.snize div.snize-search-results-pages .snize-overhidden{display:flex!important;padding:calc(var(--section-spacing) + var(--section-spacing-small)) 0!important}body.snize-results-page div.snize div.snize-search-results-pages .snize-overhidden{align-items:center;justify-content:center;width:100%;height:100%;text-align:center;background-color:#eee}@media screen and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-pages .snize-overhidden{padding:var(--section-spacing-small) 0!important}}body.snize-results-page div.snize div.snize-search-results-pages .snize-title{line-height:1.1!important;max-height:none!important;max-height:initial!important;font-size:52.5px!important}body.snize-results-page div.snize div.snize-search-results-pages .snize-title{font-family:var(--font-stack-header);font-weight:var(--font-weight-header)}@media screen and (min-width: 768px)and (max-width: 1024px){body.snize-results-page div.snize div.snize-search-results-pages .snize-title{font-size:37.5px!important}}@media screen and (max-width: 767px){body.snize-results-page div.snize div.snize-search-results-pages .snize-title{font-size:30px!important}}
/*# sourceMappingURL=/cdn/shop/t/214/assets/theme-dist.css.map?v=71889672282761022351702973430 */
