.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.2) ease calc(var(--f-transition-duration, .2s)*.8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration,.3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:var(--f-zoomInUp-opacity,0);transform:scale(var(--f-zoomInUp-scale,.975)) translate3d(var(--f-zoomInUp-x,0),var(--f-zoomInUp-y,16px),0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(var(--f-zoomOutDown-scale,.975)) translate3d(var(--f-zoomOutDown-x,0),var(--f-zoomOutDown-y,16px),0)}}.f-throwOutUp{animation:var(--f-throwOutUp-duration,.2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration,.2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throwOutDown-y,150px),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-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-outline-width:1px;--f-button-outline-color:#000000b3;--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-opacity:1;--f-button-svg-disabled-opacity:.5;--f-button-svg-transition:opacity .15s ease;--f-button-svg-transform:none}.f-button{align-items:center;backdrop-filter:var(--f-button-backdrop-filter);background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:initial;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;overflow:hidden;padding:0;pointer-events:all;position:relative;transform:var(--f-button-transform);transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([aria-disabled]){background-color:var(--f-button-hover-bg,var(--f-button-bg));color:var(--f-button-hover-color,var(--f-button-color))}}.f-button:active:not([aria-disabled]){background-color:var(--f-button-active-bg,var(--f-button-hover-bg,var(--f-button-bg)));color:var(--f-button-active-color,var(--f-button-hover-color,var(--f-button-color)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity,1);transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child,[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child,[data-autoplay-action=toggle] svg g:first-child{display:flex}.has-autoplay [data-autoplay-action=toggle] svg g:first-child,[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child,[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1:#0000001a;--f-spinner-color-2:#11181ccc;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-border-radius:50%;--f-spinner-border-width:4px}.f-spinner{animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-radius:var(--f-spinner-border-radius);border-top-color:var(--f-spinner-color-2);height:var(--f-spinner-height);left:50%;margin:0;padding:0;position:absolute;top:50%;translate:-50% -50%;width:var(--f-spinner-width)}@keyframes f-spinner{to{rotate:1turn}}.f-carousel{--f-carousel-gap:0px;--f-carousel-slide-width:100%;--f-carousel-slide-padding:0}.f-carousel.is-vertical{--f-carousel-slide-height:100%}.f-carousel{display:flex;flex-direction:column;position:relative}.f-carousel.is-ltr{direction:ltr}.f-carousel.is-rtl{direction:rtl}.f-carousel__viewport{display:grid;flex:1;grid-template-columns:100%;grid-template-rows:100%;min-height:0;min-width:0;overflow:hidden;position:relative}.has-adaptive-height>.f-carousel__viewport{flex:0 0 auto}.f-carousel__viewport.is-draggable{cursor:move;cursor:grab}.f-carousel__viewport.is-dragging{cursor:move;cursor:grabbing}.f-carousel__viewport [contenteditable],.f-carousel__viewport [data-selectable]{cursor:auto}.f-carousel__slide{backface-visibility:hidden;background:var(--f-carousel-slide-bg);box-sizing:border-box;grid-area:1/1;height:var(--f-carousel-slide-height);margin:0;max-height:100%;max-width:100%;min-height:0;min-width:0;padding:var(--f-carousel-slide-padding);position:relative;transform:translateZ(0);width:var(--f-carousel-slide-width);will-change:transform}.is-centered .f-carousel__slide{align-items:center;display:flex;flex-direction:column}.is-centered .f-carousel__slide:after,.is-centered .f-carousel__slide:before{content:"";display:block}.is-centered .f-carousel__slide:before{margin-bottom:auto}.is-centered .f-carousel__slide:after{margin-top:auto}.f-carousel__slide.has-html{overflow:auto}:root{--f-carousel-dots-position:absolute;--f-carousel-dots-top:100%;--f-carousel-dots-bottom:auto;--f-carousel-dots-width:24px;--f-carousel-dots-height:24px;--f-carousel-dots-z-index:3;--f-carousel-dot-width:8px;--f-carousel-dot-height:8px;--f-carousel-dot-border-radius:100%;--f-carousel-dot-bg:currentColor;--f-carousel-dot-hover-bg:currentColor;--f-carousel-dot-selected-bg:currentColor;--f-carousel-dot-opacity:.4;--f-carousel-dot-hover-opacity:.8;--f-carousel-dot-selected-opacity:1;--f-carousel-dot-transition:all .25s ease}.f-carousel.has-dots{margin-bottom:var(--f-carousel-dots-height)}.f-carousel__dots{bottom:var(--f-carousel-dots-bottom);flex-wrap:wrap;gap:var(--f-carousel-dots-gap,0);justify-content:center;left:0;position:var(--f-carousel-dots-position);right:0;top:var(--f-carousel-dots-top);z-index:var(--f-carousel-dots-z-index)}.in-expanded-mode>.f-carousel__dots,.in-fullscreen-mode>.f-carousel__dots{bottom:0;top:auto}.f-carousel__dot{background-color:initial;border:0;color:currentColor;display:block;height:var(--f-carousel-dots-height);margin:0;opacity:var(--f-carousel-dot-opacity);padding:0;position:relative;transition:var(--f-carousel-dot-transition);width:var(--f-carousel-dots-width)}.f-carousel__dot:after{background-color:var(--f-carousel-dot-bg);border-radius:var(--f-carousel-dot-border-radius);content:"";height:var(--f-carousel-dot-height);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1);transform-origin:center center;transition:inherit;width:var(--f-carousel-dot-width)}.f-carousel__dot:hover{cursor:pointer;opacity:var(--f-carousel-dot-hover-opacity)}.f-carousel__dot:hover:after{background-color:var(--f-carousel-dot-hover-bg)}.f-carousel__dot[aria-current]{opacity:var(--f-carousel-dot-selected-opacity,1)}.f-carousel__dot[aria-current]:after{background-color:var(--f-carousel-dot-selected-bg)}.f-carousel__dot.small:after{transform:translate(-50%,-50%) scale(.65)}.f-carousel__dot.micro:after{transform:translate(-50%,-50%) scale(.34)}.f-carousel__dot.hidden{width:0}.f-carousel__dot.hidden:after{transform:translate(-50%,-50%) scale(0)}.f-carousel__dot:first-child.active,.f-carousel__dot:first-child.padd{margin-left:calc(var(--f-carousel-dots-width)*2)}.f-carousel__dot:first-child.small{margin-left:calc(var(--f-carousel-dots-width)*1)}:root{--fontSize:16px;--lineHeight:1.5;--rowGap:87px;--headerHeight:80px;--borderRadius:0;--iconSize:24px;--cartGap:30px;--animSpeed:0.25s;--headerScrollTransform:0px;--headerHeightChange:0px;--inner:1440px;--fullWidth:min(720px,calc(100dvw - 20px))}@media ((max-width:1460px)){:root{--headerHeight:64px}}@media (((min-width:1280px) and (max-width:1460px))){:root{--rowGap:60px;--fullWidth:min(550px,calc(100dvw - 20px))}}@media ((max-width:1279px)){:root{--rowGap:40px;--fontSize:13px;--lineHeight:1.4;--headerScrollTransform:0px;--headerHeightChange:0}}@media ((max-width:600px)){:root{--headerHeight:50px}}.basic-carousel{--f-carousel-gap:var(--gap);--f-carousel-slide-width:calc((100% - (var(--cols) - 1)*var(--gap))/var(--cols))}.overflow-carousel{--f-carousel-gap:var(--gap);--f-carousel-slide-width:calc((100% - var(--cols)*var(--gap))/(var(--cols) + 0.5))}.overflow-carousel:after,.overflow-carousel:before{background:#0000;content:"";height:100%;opacity:1;pointer-events:none;position:absolute;top:0;transition:opacity .25s ease-in-out;width:17px;z-index:1}.overflow-carousel:before{background:linear-gradient(90deg,#fff,#ffffff80 66%,#fff0);left:0}.overflow-carousel:after{background:linear-gradient(90deg,#fff0,#ffffff80 33%,#fff);right:0}@media ((min-width:1280px)){.overflow-carousel.end-reached:after,.overflow-carousel.start-reached:before{opacity:0}.overflow-carousel:has(>.is-dragging):after,.overflow-carousel:has(>.is-dragging):before{opacity:1}.overflow-carousel .gradient-holder{display:none}}@media ((max-width:1279px)){.overflow-carousel .f-carousel__viewport{overflow-x:auto;--scrollbarMargin:7px;align-items:stretch;margin-block:calc(var(--scrollbarMargin)*-1);padding-block:var(--scrollbarMargin)}.overflow-carousel .f-carousel__viewport:before{background:#0000;background:linear-gradient(90deg,#fbf8ef,#fbf8ef80 66%,#fbf8ef00);border-bottom-left-radius:8px;border-top-left-radius:8px;content:"";height:calc(100% - var(--scrollbarMargin)*2);left:0;opacity:1;pointer-events:none;position:absolute;top:var(--scrollbarMargin);transition:opacity .25s ease-in-out;width:17px;z-index:3}.overflow-carousel .f-carousel__viewport .f-carousel__slide:last-of-type{margin-right:0}.overflow-carousel .gradient-holder{background:#0000;display:block;flex-shrink:0;pointer-events:none;position:relative;width:0;z-index:3}.overflow-carousel .gradient-holder:after{background:linear-gradient(270deg,#fbf8ef,#fbf8ef80 66%,#fbf8ef00);border-bottom-right-radius:8px;border-top-right-radius:8px;content:"";height:100%;position:absolute;right:0;width:17px}}.basic-carousel:not(.is-enabled) .f-carousel__viewport,.overflow-carousel:not(.is-enabled) .f-carousel__viewport{display:flex}.basic-carousel:not(.is-enabled) .f-carousel__slide,.overflow-carousel:not(.is-enabled) .f-carousel__slide{flex-shrink:0;margin-right:var(--f-carousel-gap);width:var(--f-carousel-slide-width)}.f-carousel__viewport:has(>.product){padding-block:1px}html{box-sizing:border-box}body{color:#1b1b1b;font-family:Plus Jakarta Sans,Adjusted Arial Fallback,Arial;font-size:var(--fontSize);line-height:var(--lineHeight)}@media (prefers-reduced-motion){*,:after,:before{transition-duration:unset!important}}dialog{background:#0000;border:none}dialog::backdrop{background:#00000080}:after,:before,:not(td){box-sizing:border-box;margin:0;padding:0}ol,ul{list-style:none}a,a:active,a:focus,a:visited{color:#9b2536;text-decoration:none}a img{border:none}button,input,textarea{-webkit-appearance:none;border:1px solid #d5cfcd;border-radius:var(--borderRadius);color:#1b1b1b;outline:none}button{background:none;border:0;cursor:pointer;font-family:inherit;font-size:inherit;text-align:center}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{border:0!important;padding:0!important}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input::-webkit-input-placeholder{opacity:1}input::-moz-placeholder{opacity:1}input:-ms-input-placeholder{opacity:1}input:-moz-placeholder{opacity:1}input::-ms-clear{display:none}h1,h2,h3,h4,h5,h6,h7,h8{clear:both;color:#1b1b1b;display:block;font-weight:700}hr{background-color:#d5cfcd;border:none;height:1px;margin:30px 0}input[type=email],input[type=password],input[type=text],select{background-color:#fff;border:1px solid #d5cfcd;border-radius:var(--borderRadius);font-family:inherit;height:50px;line-height:normal;padding:0 18px;position:relative;width:100%}input,label,select,textarea{font-size:14px}select{color:#1b1b1b;cursor:pointer;padding-block:10px 0}textarea{border:1px solid #d5cfcd;border-radius:var(--borderRadius);font-family:inherit;font-size:inherit;padding:10px 18px;resize:vertical;width:100%}.form-hint{color:#9b2536;font-size:12px;padding:4px 0}input,select{font-family:inherit}select option{font-family:Arial,sans-serif}input,input[type=checkbox]+label,input[type=radio]+label,select,select option,textarea{outline:none;transition:none .15s ease-in-out;transition-property:box-shadow}input:focus-visible,input[type=checkbox]+label:focus-visible,input[type=radio]+label:focus-visible,select option:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 5px #d5cfcd}.f-thumbs__slide button:focus-visible,dialog:focus-visible,iframe:focus-visible{outline:none}img.lazyload{opacity:0;transition:opacity var(--animSpeed) ease-in-out}img.lazyload.is-lazyloaded,img.lazyload.loaded{opacity:1}@media ((max-width:1279px)){*{-webkit-tap-highlight-color:rgba(189,195,199,.75);-webkit-text-size-adjust:none}input[type=email],input[type=password],input[type=text],textarea{padding:0 14px}select{padding:14px 34px 0 14px}textarea{padding:10px 14px}hr{margin:20px 0}}body{background-color:#fff;overflow-x:hidden}#content:has(#address-edit),#content:has(.rma-form),#content:has(.saved-carts),#content:has(.thread-messages),#content:has(.user-files),#content:has(.user-orders-summary),#content>.form-wrapper,#gsGalleryContainer,.article-content,.infobox,.login-form.logged{margin-inline:auto;max-width:1000px;width:100%}#content:has(#address-edit).user-custom-content iframe,#content:has(#address-edit).user-custom-content table,#content:has(.rma-form).user-custom-content iframe,#content:has(.rma-form).user-custom-content table,#content:has(.saved-carts).user-custom-content iframe,#content:has(.saved-carts).user-custom-content table,#content:has(.thread-messages).user-custom-content iframe,#content:has(.thread-messages).user-custom-content table,#content:has(.user-files).user-custom-content iframe,#content:has(.user-files).user-custom-content table,#content:has(.user-orders-summary).user-custom-content iframe,#content:has(.user-orders-summary).user-custom-content table,#content>.form-wrapper.user-custom-content iframe,#content>.form-wrapper.user-custom-content table,#gsGalleryContainer.user-custom-content iframe,#gsGalleryContainer.user-custom-content table,.article-content.user-custom-content iframe,.article-content.user-custom-content table,.infobox.user-custom-content iframe,.infobox.user-custom-content table,.login-form.logged.user-custom-content iframe,.login-form.logged.user-custom-content table{max-width:100%!important}mark{background:#ffd666;border-radius:4px}.xnpe_async_hide{opacity:0!important}#container{display:flex;flex-direction:column;min-height:100vh;min-height:-webkit-fill-available;overflow:clip}#container .inner-wrapper>*{width:100%}#container .inner{margin-inline:auto;width:var(--inner)}#container #footer{margin-top:auto}main{display:grid;grid-auto-rows:max-content;padding:0 0 var(--rowGap);grid-gap:var(--rowGap) 0;grid-template-columns:minmax(1px,1fr)}.sidebar{display:flex;flex-direction:column;gap:24px}.goshop-modal-content{display:none}.header-sentinel,.privacy-sentinel,.return-to-top-sentinel{left:0;position:absolute;top:0}.return-to-top-sentinel{top:100px}.tree-canvas{background:#000 none repeat scroll 0 0;height:100dvh;inset:0;bottom:0;pointer-events:none;right:0;transition:opacity .3s ease 0s;width:100dvw;will-change:opacity;z-index:1001}#producers-tree,#tree,.tree-canvas{left:0;opacity:0;position:fixed;top:0}#producers-tree,#tree{overflow:hidden;transform:translate3d(-100%,0,0);z-index:1002}@media ((max-width:1460px)){#container .inner{padding-inline:10px;width:100%}}@media ((max-width:1279px)){#content{clear:both;width:100%}.overlay-visible{height:100dvh;overflow:hidden;position:fixed;top:0;width:100dvw}}.headline{clear:both;color:#1b1b1b;display:block;font-size:28px;font-weight:700;line-height:1.2;margin-bottom:24px}h3.headline{font-size:24px;margin-bottom:16px}@media ((max-width:1279px)){.headline{font-size:24px;margin-bottom:16px}}@media ((max-width:1100px)){.headline{font-size:22px}}.confirm-button,.return-button{align-items:center;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:50px;justify-content:center;letter-spacing:.02em;padding:0 32px;position:relative;text-align:center;text-transform:uppercase;transition:background .15s ease-in-out;width:-moz-fit-content;width:fit-content}.confirm-button:before,.return-button:before{background:inherit;border-radius:inherit;content:"";inset:0;position:absolute;transition:none .15s ease-in-out;transition-property:background,border,transform;z-index:-1}.confirm-button.simple-link,.return-button.simple-link{background:none;background:initial;border:none;border-radius:0;color:#1b1b1b;font-size:var(--fontSize);font-weight:400;letter-spacing:normal;padding:0;position:static;text-transform:none}.confirm-button.simple-link:before,.return-button.simple-link:before{display:none}@media (((hover:hover) and (pointer:fine))){.confirm-button.simple-link:hover,.return-button.simple-link:hover{background:none;color:#9b2536}}.confirm-button,a.confirm-button{background-color:#9b2536;color:#fff}.return-button,a.return-button{background-color:initial;color:#1b1b1b}.return-button:before,a.return-button:before{border:1px solid #1b1b1b}@media (((hover:hover) and (pointer:fine))){.confirm-button:hover,a.confirm-button:hover{background-color:#d3163b}.confirm-button:hover:before,.return-button:hover:before,a.confirm-button:hover:before,a.return-button:hover:before{transform:scaleX(104%)}}.confirm-button.button-disabled:not(.facebook-login-button):not(.google-login-button):not(.apple-login-button),.confirm-button[disabled]:not(.facebook-login-button):not(.google-login-button):not(.apple-login-button),[data-submitting] .confirm-button:not(.facebook-login-button):not(.google-login-button):not(.apple-login-button){background-color:#d6d6d6;border-color:#d6d6d6;color:#7b7b7b!important;cursor:not-allowed}.img-crop img,.img-crop:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.img-scale-down img,.img-scale-down:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}.small-icon{color:inherit;display:block;font-family:icomoon;font-size:var(--iconSize);font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}.hr-after{background-color:#d5cfcd;height:1px}.full-bg,.hr-after{content:"";left:50%;position:absolute;transform:translateX(-50%);width:101vw;z-index:-1}.full-bg{background-color:inherit;height:calc(100% + 1px);top:0}.user-custom-content .equipment-header,.user-custom-content .gpsr-header{margin-top:35px}.user-custom-content img{height:auto!important;max-width:100%!important}.user-custom-content .img-crop img,.user-custom-content .img-crop:is(img),.user-custom-content .img-scale-down img,.user-custom-content .img-scale-down:is(img){height:100%!important}.user-custom-content p{margin-bottom:18px}.user-custom-content a,.user-custom-content a:active,.user-custom-content a:focus,.user-custom-content a:visited{text-decoration:underline}.user-custom-content a.confirm-button,.user-custom-content a.product-name,.user-custom-content a.return-button,.user-custom-content a:active.confirm-button,.user-custom-content a:active.product-name,.user-custom-content a:active.return-button,.user-custom-content a:active:hover,.user-custom-content a:focus.confirm-button,.user-custom-content a:focus.product-name,.user-custom-content a:focus.return-button,.user-custom-content a:focus:hover,.user-custom-content a:hover,.user-custom-content a:visited.confirm-button,.user-custom-content a:visited.product-name,.user-custom-content a:visited.return-button,.user-custom-content a:visited:hover{text-decoration:none}.user-custom-content ul:not(.faq-list):not(.faq-entry):not(.variants-ul){display:block;list-style:disc;margin:14px 0;padding-left:calc(var(--fontSize) + 3px)}.user-custom-content ul:not(.faq-list):not(.faq-entry):not(.variants-ul)>li::marker{color:#9b2536;font-size:1.1em}.user-custom-content ol{list-style:decimal!important;margin:14px 0;padding-left:20px}.user-custom-content ol a,.user-custom-content ul a{color:#9b2536;font-weight:600}.user-custom-content hr{margin:0 0 23px!important}.user-custom-content h1:not(.headline){font-size:1.8em}.user-custom-content h3:not(.headline){font-size:1.2em}.user-custom-content h2{font-size:25px;line-height:1.2;margin-block:25px}.user-custom-content .cms-separator{margin:60px 0;padding:30px 0;position:relative}.user-custom-content .cms-separator:before{background:#fbf8ef;border-bottom:1px solid #d5cfcd;border-top:1px solid #d5cfcd;content:"";height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:101vw;z-index:-1}.user-custom-content .cms-separator>a{align-items:center;background-color:#9b2536;border:1px solid #9b2536;border-radius:4px;color:#fff;display:flex;font-size:16px;font-weight:700;gap:10px;justify-content:center;letter-spacing:.05em;margin:0 auto;min-height:58px;padding:16px 30px;text-decoration:none;text-transform:uppercase;transition:none .15s ease-in-out;transition-property:background,color,border-color;width:-moz-fit-content;width:fit-content}.user-custom-content .cms-separator>a:hover{background:#d3163b;border-color:#d3163b;color:#fff}@media ((max-width:1279px)){.user-custom-content .article-author:has(figure){padding-left:calc(var(--author-img-width) + 10px)}.user-custom-content .article-date,.user-custom-content .article-reading-time{font-size:13px}.user-custom-content .cms-separator>a{letter-spacing:unset}.user-custom-content p{margin-bottom:10px}.user-custom-content h2{font-size:18px;margin-block:16px}}@media ((max-width:600px)){.user-custom-content .article-author{flex-basis:100%;margin-bottom:10px}.user-custom-content .article-author:after{bottom:-10px;height:1px!important;left:0!important;right:0!important;top:unset!important;width:100%!important}.user-custom-content .article-date,.user-custom-content .article-reading-time{flex-basis:50%;justify-content:flex-start}.user-custom-content .article-date:after,.user-custom-content .article-reading-time:after{display:none}.user-custom-content .article-content-header{padding:10px}.user-custom-content iframe{max-width:100%}.user-custom-content .cms-separator>a{font-size:12px;letter-spacing:unset;min-height:40px;padding:12px 10px;text-align:center}.add-comment-form,.user-custom-content #askbox{padding-right:0}.add-comment-form:after,.user-custom-content #askbox:after{display:none}}.gs-tabs.tab-done .products-list-tabs>:first-child,.gs-tabs:empty{display:none}.gs-tabs nav{display:flex;touch-action:manipulation}.gs-tabs:not(.tab-done) .products-list-tabs:nth-of-type(n+2){display:none}@media ((max-width:600px)){.gs-tabs nav{flex-direction:column}.gs-tabs nav button{width:100%}}@keyframes spin{0%{transform:translateZ(0) rotate(0deg)}to{transform:translateZ(0) rotate(1turn)}}#loading{align-items:center;background-color:#ffffff80;display:flex;height:100vh;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:none .15s linear;transition-property:opacity,visibility;visibility:hidden;width:100vw;z-index:99999}#loading div{animation:spin .5s linear infinite;border:4px solid #d5cfcd;border-radius:50%;border-top-color:#1b1b1b;height:100px;transform:translateZ(0) rotate(0deg);transform-origin:center;-webkit-transform-style:preserve-3d;width:100px}#loading.show{opacity:1;pointer-events:auto;visibility:visible}.icon-verify-outline-icon:before{content:"\e940"}.icon-new-phone-add-custom:before{content:"\e93b"}.icon-new-promo-custom:before{content:"\e93c"}.icon-new-chat-custom:before{content:"\e93d"}.icon-new-comparison-custom:before{content:"\e93e"}.icon-new-wand-custom:before{content:"\e93f"}.icon-new-filter-custom:before{content:"\e93a"}.icon-new-arrow-custom:before{content:"\e933"}.icon-new-heart-filled-custom:before{content:"\e934"}.icon-new-cart-custom:before{content:"\e935"}.icon-new-heart-custom:before{content:"\e936"}.icon-new-user-custom:before{content:"\e937"}.icon-new-search-custom:before{content:"\e938"}.icon-new-menu-custom:before{content:"\e939"}.icon-phone-custom:before{content:"\e932"}.icon-heart-filled-custom:before{content:"\e931"}.icon-thin-arrow:before{content:"\e930"}.icon-comparison-custom:before{content:"\e91a"}.icon-filter-custom:before{content:"\e91b"}.icon-arrow-custom:before{content:"\e91c"}.icon-tag-custom:before{content:"\e925"}.icon-instagram-custom:before{content:"\e926"}.icon-facebook-custom:before{content:"\e927"}.icon-alt-arrow-custom:before{content:"\e928"}.icon-star-custom:before{content:"\e929"}.icon-info-custom:before{content:"\e92a"}.icon-check-custom:before{content:"\e92b"}.icon-chat-custom:before{content:"\e92c"}.icon-play-custom:before{content:"\e92d"}.icon-percentage-custom:before{content:"\e92e"}.icon-magic-custom:before{content:"\e92f"}.icon-heart-custom:before{content:"\e916"}.icon-cart-custom:before{content:"\e917"}.icon-user-custom:before{content:"\e918"}.icon-search-custom:before{content:"\e919"}.icon-cart-icon10:before{content:"\e915"}.icon-compare-alt:before{content:"\e913"}.icon-compare:before{content:"\e914"}.icon-filter:before{content:"\e912"}.icon-save:before{content:"\e90f"}.icon-file:before{content:"\e910"}.icon-menu:before{content:"\e911"}.icon-main-cart:before{content:"\e90e"}.icon-x:before{content:"\e90d"}.icon-cart-icon4:before{content:"\e90c"}.icon-cart-icon1:before{content:"\e91d"}.icon-cart-icon2:before{content:"\e91e"}.icon-cart-icon3:before{content:"\e91f"}.icon-cart-icon5:before{content:"\e920"}.icon-cart-icon6:before{content:"\e921"}.icon-cart-icon7:before{content:"\e922"}.icon-cart-icon8:before{content:"\e923"}.icon-cart-icon9:before{content:"\e924"}.icon-keyboard_arrow_left:before{content:"\e90b"}.icon-trash-2:before{content:"\e90a"}.icon-circle:before{content:"\e905"}.icon-alert-circle:before{content:"\e901"}.icon-help-circle:before{content:"\e902"}.icon-info:before{content:"\e900"}.icon-check:before{content:"\e801"}.icon-check-square:before{content:"\e816"}.icon-credit-card:before{content:"\e815"}.icon-lock:before{content:"\e812"}.icon-smartphone:before{content:"\e813"}.icon-square:before{content:"\f096"}.icon-star-empty:before{content:"\e810"}.icon-star:before{content:"\e80f"}.icon-review:before{content:"\e80c"}.icon-chat:before{content:"\e814"}.icon-clock:before{content:"\e802"}.icon-box:before{content:"\e80b"}.icon-close:before{content:"\e803"}.icon-pin:before{content:"\e808"}.icon-arrow:before{content:"\e800"}.icon-search:before{content:"\e80d"}.icon-user:before{content:"\e811"}.icon-heart:before{content:"\e809"}.icon-cart:before{content:"\e80e"}.icon-instagram:before{content:"\e807"}.icon-facebook1:before{content:"\e806"}.icon-mail:before{content:"\e805"}.icon-phone:before{content:"\e80a"}.icon-truck:before{content:"\e804"}.icon-alert-circle1:before{content:"\e903"}.icon-check-circle:before{content:"\e904"}.icon-youtube-play:before{content:"\e909"}.icon-pinterest-p:before{content:"\e906"}.icon-facebook-f:before,.icon-facebook:before{content:"\e907"}.icon-twitter:before{content:"\e908"}.shop-header{background-color:#fff;box-shadow:0 4px 2px 0 #0000000d;display:flex;height:var(--headerHeight);left:0;position:sticky;top:0;transform:translateZ(0);transition:none var(--animSpeed) ease-in-out;transition-property:transform,box-shadow;width:100%;z-index:1000}.shop-header:after{background:#fff;bottom:0;content:"";height:var(--height);left:50%;pointer-events:none;position:absolute;top:calc(100% - var(--height));top:0;transform:translateX(-50%);width:101vw;z-index:-1}.shop-header #producers-top,.shop-header #tree-top,.shop-header .mainmenu,.shop-header .producers-trigger,.shop-header .shop-header-container,.shop-header .top-bar-menu,.shop-header .tree-trigger,.shop-header>.inner{height:100%}.shop-header-container{align-items:center;display:flex;gap:40px;justify-content:space-between;position:relative}.shop-header-container .mainmenu,.shop-header-container .top-bar-menu{gap:inherit}.shop-header-container #producers-top{margin-right:24px}.shop-header-container .mainmenu:has(+.top-bar-menu){margin-right:24px}.shop-header-container .logo{margin-right:auto}.shop-header-container .header-tools-wrapper{margin-left:auto}.logo{aspect-ratio:197/33;display:flex;height:33px;position:relative;top:-2px}.logo img img,.logo img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}@media ((max-width:1279px)){.cart-header,.shop-header-container{padding-bottom:0}.logo{top:-2px}}.header-tools-wrapper{align-items:center;display:flex;gap:16px}.header-tools-wrapper a,.header-tools-wrapper div,.header-tools-wrapper>span{align-items:center;aspect-ratio:1/1;cursor:pointer;display:block;display:flex;justify-content:center;position:relative;width:24px}.header-tools-wrapper a:before,.header-tools-wrapper div:before,.header-tools-wrapper>span:before{color:#1b1b1b;font-family:icomoon;font-size:24px;line-height:1;position:absolute;transition:color .1s ease-in-out}@media (((hover:hover) and (pointer:fine))){.header-tools-wrapper a:hover:before,.header-tools-wrapper div:hover:before,.header-tools-wrapper>span:hover:before{color:#d3163b}}.header-tools-wrapper .search-engine-trigger:before{content:"\e938"}.header-tools-wrapper .log-button:before{content:"\e937"}.header-tools-wrapper #wishlist-box:before{content:"\e936"}.header-tools-wrapper #wishlist-box:after{content:attr(data-wishlist-count)}.header-tools-wrapper #cart-box:before{content:"\e935"}.header-tools-wrapper #cart-box i,.header-tools-wrapper #wishlist-box:after{background-color:#d3163b;border-radius:50%;font-size:0;font-style:normal;height:8px;position:absolute;right:-1px;text-align:center;top:1px;width:8px}#wishlist-box[data-wishlist-count="0"]:after{display:none}@media ((max-width:1279px)){.hamburger-icon{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:5px;height:24px;justify-content:center;width:24px}.hamburger-icon em,.hamburger-icon:after,.hamburger-icon:before{background:#1b1b1b;content:"";height:2px;width:19px}@supports (-webkit-touch-callout:none) and (not (translate:none)){.header-tools-wrapper a,.header-tools-wrapper div,.header-tools-wrapper>span{margin-left:10px}.hamburger-icon{align-items:center;display:grid;gap:0;grid-auto-rows:max-content;grid-template-columns:1fr;grid-template-rows:repeat(3,6px);justify-items:center}}}#suggestions{opacity:0;position:absolute;top:0;visibility:hidden}@media ((min-width:1280px)){#search-engine{background:#fff;left:50%;opacity:0;padding:40px 10px;pointer-events:none;position:absolute;top:100%;transform:translateY(-10px) translateX(-50%);transition:all var(--animSpeed) ease-in-out;transition-property:opacity,visibility,transform;width:100dvw;z-index:100;--searchWidth:844px;box-shadow:0 4px 2px 0 #0000000d}#search-engine>*{width:min(var(--searchWidth),100%)}#search-engine>form{align-items:center;display:flex;margin:0 auto;position:relative}#search-engine form{border-radius:inherit}#search-engine input[type=text]{background-color:#fff;border:1px solid;border-color:#0000 #0000 #d5cfcd;border-radius:0;box-shadow:none;color:#1b1b1b;font-family:Plus Jakarta Sans,Adjusted Arial Fallback,Arial;font-size:18px;font-weight:700;height:52px;letter-spacing:.01em;line-height:1.58;outline:none!important;padding-inline:1px 37px;transition:border-color var(--animSpeed) ease-in-out;width:100%}#search-engine input[type=text]:focus{border-bottom-color:#1b1b1b}#search-engine input[type=text]::-webkit-input-placeholder{color:#1b1b1b}#search-engine input[type=text]::-moz-placeholder{color:#1b1b1b}#search-engine input[type=text]:-ms-input-placeholder{color:#1b1b1b}#search-engine input[type=text]:-moz-placeholder{color:#1b1b1b}#search-engine #searchbutton{align-items:center;color:#1b1b1b;cursor:pointer;display:flex;font-size:0;height:52px;justify-content:center;position:absolute;right:3px;top:0;width:24px}#search-engine #searchbutton:after{color:inherit;content:"\e919";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}#search-engine .search-engine-close{align-items:center;color:#1b1b1b;cursor:pointer;display:flex;font-size:0;height:52px;justify-content:center;left:calc(100% + 24px);position:absolute;top:0;width:24px;z-index:1}#search-engine .search-engine-close:after{color:inherit;content:"\e803";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:20px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}}@media ((min-width:1280px)) and (((hover:hover) and (pointer:fine))){#search-engine #searchbutton:hover,#search-engine .search-engine-close:hover{color:#d3163b}}#producers-top,#tree-top,.mainmenu,.producers-trigger,.top-bar-menu,.tree-trigger{align-items:center;display:flex}.mainmenu li a,.producers-trigger span,.top-bar-menu li a,.tree-trigger span{align-items:center;color:#1b1b1b;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:8px;height:100%;justify-content:center;line-height:1.4;padding-bottom:3px;position:relative;text-align:center;transition:color .1s ease-in-out}.shop-header-container li.selected>a{color:#9b2536}.top-bar-menu li>a{font-weight:400}.tree-trigger span:after{content:"\e939";font-size:var(--iconSize);font-size:16px;order:-1}.producers-trigger span:before,.tree-trigger span:after{color:inherit;display:block;font-family:icomoon;font-style:normal;font-weight:400;line-height:1;position:relative;text-decoration:none;text-transform:none}.producers-trigger span:before{content:"\e925";font-size:var(--iconSize);font-size:18px}@media (((hover:hover) and (pointer:fine))){#producers-top:hover .producers-trigger span,#tree-top:hover .tree-trigger span,.mainmenu li a:hover,.top-bar-menu li a:hover{color:#9b2536}}@media ((min-width:1280px)){.tree-trigger>i{display:none}}@media ((max-width:600px)){.logo{height:20px;top:-1px}}@media ((min-width:1280px)){#producers-top,#tree-top{position:relative}#producers-top .producers-trigger,#producers-top .tree-trigger,#tree-top .producers-trigger,#tree-top .tree-trigger{position:relative;z-index:1003}#producers-top:has(:focus-visible) #producers-tree,#producers-top:has(:focus-visible) #tree,#producers-top:hover #producers-tree,#producers-top:hover #tree,#tree-top:has(:focus-visible) #producers-tree,#tree-top:has(:focus-visible) #tree,#tree-top:hover #producers-tree,#tree-top:hover #tree{box-shadow:0 3px 8px #0003;opacity:1;pointer-events:auto;transform:none;visibility:visible}#producers-top.was-hovered .menu-cat-icon img,#tree-top.was-hovered .menu-cat-icon img{display:block}.shop-header-container{position:relative}.shop-header-container .tree-canvas{left:50%;position:absolute;top:100%;transform:translateX(-50%);transition-delay:.2s}#producers-tree,#tree{left:-31px;overflow:initial;pointer-events:none;position:absolute;top:var(--headerHeight);transform:translateY(-20px);transition:opacity var(--animSpeed) ease;transition-delay:.2s;transition-property:opacity,visibility,transform,box-shadow;visibility:hidden}#producers-tree:before,#tree:before{background:inherit;background-color:#fff;bottom:calc(100% + 1px);content:"";height:18px;left:0;pointer-events:inherit;position:absolute;width:200%}#producers-tree:after,#tree:after{background-color:#fff;content:"";inset:0;pointer-events:none;position:absolute;z-index:-1}#producers-tree nav,#tree nav{height:100%;max-height:calc(95dvh - 81px);overflow-y:auto;width:100%;--scrollColor:#1b1b1b;--scrollBg:#f2f1ef;scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin;--scrollColor:#beb4b1}@supports (selector(::-webkit-scrollbar)){#producers-tree nav,#tree nav{scrollbar-color:auto;scrollbar-width:auto}#producers-tree nav::-webkit-scrollbar-track,#tree nav::-webkit-scrollbar-track{background:var(--scrollBg);border-radius:0}#producers-tree nav::-webkit-scrollbar,#tree nav::-webkit-scrollbar{background-color:var(--scrollBg);height:3px;width:3px}#producers-tree nav::-webkit-scrollbar-thumb,#tree nav::-webkit-scrollbar-thumb{background-color:var(--scrollColor);border-radius:0}#producers-tree nav::-webkit-scrollbar-thumb:hover,#tree nav::-webkit-scrollbar-thumb:hover{background:#737373}#producers-tree nav::-webkit-scrollbar-thumb:active,#tree nav::-webkit-scrollbar-thumb:active{background:#919191}}#tree{--treeWidth:346px;border-top:1px solid #d5cfcd;width:var(--treeWidth)}#tree a,#tree li,#tree nav,#tree ul{width:100%}#tree nav{padding-block:17px 20px}#tree nav>ul{display:flex;flex-direction:column}#tree a{align-items:center;color:#1b1b1b;display:flex;font-size:14px;gap:13px;line-height:20px;padding-block:6px 7px;padding-inline:25px 25px;position:relative;transition:background-color .1s ease-in-out}#tree .menu-cat-icon{align-items:center;display:inline-flex;flex-shrink:0;height:24px;width:24px}#tree .menu-cat-icon img,#tree .menu-cat-icon svg{display:none;height:100%;width:100%}#tree .t0{align-items:center;display:flex;gap:13px;justify-content:space-between;padding-inline:15px 20px;transition:background .1s ease-in-out}#tree .t0>a{padding-block:9px 8px;padding-inline:0;position:relative;width:100%}#tree .t0>a:after{margin-left:auto}#tree .t0:hover{background:#fbf8ef}#tree .t0:has(ul:hover){background:#fbf8ef}#tree .t0.parent>a:after{color:inherit;content:"\e933";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:15px;font-style:normal;font-weight:400;line-height:1;position:relative;text-decoration:none;text-transform:none;top:1px}#tree .t0.parent:has(:focus-visible)>ul,#tree .t0.parent:hover>ul{opacity:1;transform:none;visibility:visible}#tree .t0:nth-of-type(-n+1)>a{font-weight:700}#tree .t0:first-of-type{margin-bottom:34px}#tree .t0:first-of-type>a:before{background:#d5cfcd;bottom:-17px;content:"";font-family:initial;height:1px;margin:initial;pointer-events:none;position:static;position:absolute;right:-20px;top:auto;width:var(--treeWidth)}#tree .t0>ul{background:#fbf8ef;display:flex;flex-direction:column;height:calc(100% + 1px);left:100%;max-height:calc(95dvh - 80px);opacity:0;overflow-y:auto;padding-block:17px 20px;position:absolute;top:-1px;transform:translateY(-10px);transform:translateX(-10px);transition:none var(--animSpeed) ease-in-out;transition-property:opacity,visibility,transform,box-shadow;visibility:hidden;--scrollColor:#1b1b1b;--scrollBg:#f2f1ef;scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin;--scrollColor:#a69a96;border-top:1px solid #d5cfcd;box-shadow:0 3px 8px #0003;z-index:-1}@supports (selector(::-webkit-scrollbar)){#tree .t0>ul{scrollbar-color:auto;scrollbar-width:auto}#tree .t0>ul::-webkit-scrollbar-track{background:var(--scrollBg);border-radius:0}#tree .t0>ul::-webkit-scrollbar{background-color:var(--scrollBg);height:3px;width:3px}#tree .t0>ul::-webkit-scrollbar-thumb{background-color:var(--scrollColor);border-radius:0}#tree .t0>ul::-webkit-scrollbar-thumb:hover{background:#737373}#tree .t0>ul::-webkit-scrollbar-thumb:active{background:#919191}}#tree .t0>ul a:hover{background:#f2e8ca}#tree .t0>ul:has(ul) .t1>a{font-weight:700}#tree .t0>ul:has(ul) .t1>ul{margin-bottom:12px}#tree nav>ul>li{padding-inline:15px 25px}#tree .cms-rwd,#tree .producers-menu,#tree .t2 ul,#tree .tree-category-all-link,#tree .tree-header{display:none}#producers-tree{border-top:1px solid #d5cfcd}#producers-tree nav{max-height:calc(95dvh - 81px);overflow-y:auto}#producers-tree ul{display:grid;gap:15px;grid-auto-rows:max-content;grid-template-columns:repeat(4,116px);padding:25px}#producers-tree li{aspect-ratio:2/1.5;border:1px solid #eae7e6;border-radius:4px;overflow:hidden;position:relative;transition:border-color .1s ease-in-out;width:100%}#producers-tree li a{align-items:center;border-radius:inherit;color:#1b1b1b;display:flex;font-size:12px;font-weight:700;height:100%;justify-content:center;letter-spacing:.01em;line-height:1.25;padding-inline:5px;text-align:center;width:100%}#producers-tree li a:after{background:#0000;content:"";inset:0;position:absolute;z-index:2}#producers-tree figure{background:#fff;border-radius:inherit;inset:0;overflow:hidden;position:absolute}#producers-tree figure img img,#producers-tree figure img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}#producers-tree figure:has(img[src=""]){display:none}#producers-tree .cms-rwd,#producers-tree .producers-menu,#producers-tree .t2 ul,#producers-tree .tree-category-all-link,#producers-tree .tree-header{display:none}}@media ((min-width:1280px)) and (((hover:hover) and (pointer:fine))){#producers-tree li:has(:focus-visible),#producers-tree li:hover{border-color:#1b1b1b}}.shop-header~.proof-banners-wrapper{align-items:center;display:flex;justify-content:space-between;padding-block:12px;position:relative;--gap:24px;gap:var(--gap);position:sticky;top:var(--headerHeight);z-index:999}.shop-header~.proof-banners-wrapper:before{background-color:inherit;background:#fbf8ef;content:"";height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:101vw;z-index:-1;z-index:0}.shop-header~.proof-banners-wrapper:after{background-color:#d5cfcd;background:#d5cfcd;bottom:-1px;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);transition:background .1s ease-in-out;width:101vw;z-index:-1;z-index:1}.shop-header~.proof-banners-wrapper:not(.is-enabled){flex-direction:row}.shop-header~.proof-banners-wrapper:not(.is-enabled) .f-carousel__viewport{display:contents}.shop-header~.proof-banners-wrapper:not(.is-enabled) .f-carousel__slide{grid-area:initial;width:auto}.shop-header~.proof-banners-wrapper .proof-banner{--size:32px;align-items:center;display:grid;font-size:14px;gap:7px;grid-auto-rows:max-content;grid-template-columns:var(--size) minmax(0,auto);line-height:1.2}.shop-header~.proof-banners-wrapper .proof-banner figure{aspect-ratio:1/1;width:100%}.shop-header~.proof-banners-wrapper .proof-banner figure img img,.shop-header~.proof-banners-wrapper .proof-banner figure img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}.shop-header~.proof-banners-wrapper .proof-banner b{font-weight:400}@media ((max-width:1460px)){.shop-header~.proof-banners-wrapper{--gap:16px}.shop-header~.proof-banners-wrapper .proof-banner{--size:30px;font-size:13px}}@media ((max-width:1279px)){.shop-header~.proof-banners-wrapper{padding-block:10px;--gap:10px;--cols:5;--f-carousel-gap:var(--gap);--f-carousel-slide-width:calc((100% - (var(--cols) - 1)*var(--gap))/var(--cols));display:block;position:relative;top:0;width:100%}.shop-header~.proof-banners-wrapper .f-carousel__viewport{display:grid;width:100%}.shop-header~.proof-banners-wrapper:not(.is-enabled) .f-carousel__viewport{display:flex}.shop-header~.proof-banners-wrapper:not(.is-enabled) .f-carousel__slide{flex-shrink:0;margin-right:var(--f-carousel-gap);width:var(--f-carousel-slide-width)}.shop-header~.proof-banners-wrapper .proof-banner{--size:24px;font-size:11px;justify-content:center}}@media (max-width:1200px){.shop-header~.proof-banners-wrapper{--cols:4}#container .shop-header~.proof-banners-wrapper{padding-inline:0}}@media (max-width:950px){.shop-header~.proof-banners-wrapper{--cols:3}}@media (max-width:720px){.shop-header~.proof-banners-wrapper{--cols:2}}@media ((max-width:600px)){.shop-header~.proof-banners-wrapper{padding-block:6px}}@media (max-width:480px){.shop-header~.proof-banners-wrapper{--cols:1}}@media ((max-width:1279px)){#producers-top,#search-engine,.mainmenu,.top-bar-menu{display:none}#tree-top{display:contents}#tree-top .tree-trigger{order:1}#tree-top .tree-trigger span{display:none}.shop-header-container{gap:16px}.shop-header-container .header-tools-wrapper{gap:inherit}}@media ((max-width:600px)){.shop-header-container{gap:13px}.header-tools-wrapper a,.header-tools-wrapper div,.header-tools-wrapper>span{width:22px}.header-tools-wrapper a:before,.header-tools-wrapper div:before,.header-tools-wrapper>span:before{font-size:22px}.hamburger-icon{gap:4px}.hamburger-icon em,.hamburger-icon:after,.hamburger-icon:before{width:18px}}@media (max-width:369px){.shop-header-container{justify-content:space-between}.logo{aspect-ratio:auto;flex-shrink:1;margin-right:0;max-width:50%}.header-tools-wrapper{margin-inline:0}}[data-type=mainpage] #container main{margin-top:32px}[data-type=mainpage] #container main:has(.main-banner){margin-top:0}[data-type=mainpage] .headline{margin-bottom:45px;text-align:center}#newsletter:has(+.producers-banners-wrapper),#newsletter:last-child,.greeting-section:has(+.producers-banners-wrapper),.greeting-section:last-child{margin-bottom:calc(var(--rowGap)*-1)}.greeting-section:has(+#newsletter){margin-bottom:calc(var(--rowGap)*-1)}.bottom-arrows-wrapper{align-items:center;display:flex;gap:12px;justify-content:center;margin-inline:auto;margin-top:48px;position:relative;width:100%}.bottom-arrows-wrapper:after,.bottom-arrows-wrapper:before{background:#9b2536;content:"";height:1px;width:50%}.bottom-arrows-wrapper:before{margin-right:44px}.bottom-arrows-wrapper:after{margin-left:44px}.bottom-arrows-wrapper>button{aspect-ratio:1/1;border:1px solid #9b2536;color:#9b2536;flex-shrink:0;transition:none .1s ease-in-out;transition-property:border,color;width:44px}.bottom-arrows-wrapper>button:after{color:inherit;content:"\e933";display:block;font-family:icomoon;font-size:var(--iconSize);font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none;transition:inherit}@media (((hover:hover) and (pointer:fine))){.bottom-arrows-wrapper>button:not([aria-disabled]):hover{border-color:#1b1b1b;color:#1b1b1b}}.bottom-arrows-wrapper>button[aria-disabled]{cursor:auto;opacity:.5}.bottom-arrows-wrapper .bottom-carousel-prev:after{transform:rotate(180deg)}@media ((max-width:1279px)){[data-type=mainpage] main{margin-top:20px}[data-type=mainpage] .headline{margin-bottom:16px}.bottom-arrows-wrapper{margin-top:22px}.bottom-arrows-wrapper:after,.bottom-arrows-wrapper:before{margin-inline:0;opacity:.5}.bottom-arrows-wrapper>button{width:32px}.bottom-arrows-wrapper>button:after{font-size:18px}}@media ((max-width:600px)){.bottom-arrows-wrapper{gap:10px}.bottom-arrows-wrapper>button{width:30px}}.main-banner{background:#fefcf9;left:50%;margin:0;max-width:1920px;overflow:hidden;position:relative;transform:translateX(-50%);width:100dvw;--f-carousel-gap:20px}.main-banner.has-dots{margin-bottom:0}.main-banner .f-carousel__viewport{height:100%;width:100%}.main-banner .f-carousel__slide:first-child{z-index:1}.main-banner:not(.is-enabled) .f-carousel__slide:nth-child(n+2){transform:translate3d(102dvw,0,0)}.main-banner .f-carousel__slide{aspect-ratio:1920/750;max-width:none;overflow:hidden;position:relative;width:100%;--canvas-color:#0000;--button-background:#ffd666;--button-color:#1b1b1b}.main-banner .f-carousel__slide picture{height:100%;width:100%}.main-banner .f-carousel__slide picture:after{background:var(--canvas-color);content:"";inset:0;position:absolute}.main-banner .f-carousel__slide picture img{z-index:1}.main-banner .f-carousel__slide picture img img,.main-banner .f-carousel__slide picture img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.main-banner .f-carousel__slide picture iframe{height:100%;left:0;max-height:100%;max-width:100%;object-fit:cover;position:absolute;top:0;width:100%}.main-banner .f-carousel__slide picture .mobile-video{z-index:2}.main-banner .f-carousel__slide picture .desktop-video{z-index:3}.main-banner .f-carousel__slide iframe{display:none}.main-banner .f-carousel__slide.is-selected .desktop-video,.main-banner a{display:block}.main-banner-info{align-items:center;display:flex;flex-direction:column;gap:40px;inset:0;justify-content:center;padding:5%;position:absolute;z-index:4}.main-banner-info.align-right{align-items:flex-end}.main-banner-info.align-right strong,.main-banner-info.align-right>p{text-align:right}.main-banner-info.align-left{align-items:flex-start}.main-banner-info.align-left strong,.main-banner-info.align-left>p{text-align:left}.main-banner-info.align-top{justify-content:flex-start}.main-banner-info.align-bottom{justify-content:flex-end}.main-banner-info strong,.main-banner-info>p{color:#fff;font-size:78px;font-weight:400;line-height:1.1;max-width:95dvw;text-align:center;width:100%}.main-banner-info:has(strong) p{font-size:40px;margin-top:-30px}.main-banner-info>.return-button{box-shadow:0 12px 24px 0 #0000004d;color:var(--button-color);font-size:16px;font-style:normal;height:auto;letter-spacing:.04em;line-height:1.5;padding:9px 25px 10px;position:relative;z-index:1}.main-banner-info>.return-button:before{background-color:var(--button-background);border:none}@media (((hover:hover) and (pointer:fine))){.main-banner-info>.return-button:hover:before{filter:brightness(90%)}}.f-carousel__dots{display:flex;flex-wrap:nowrap;gap:8px;left:50%;max-width:calc(100dvw - 20px);right:auto;top:auto;transform:translateX(-50%);width:-moz-fit-content;width:fit-content;z-index:1;--clickableDotHeight:52px;--visualDotHeight:4px;--visualBottom:24px;bottom:calc(var(--visualBottom) - var(--clickableDotHeight)*.5 + var(--visualDotHeight)*.5)}.f-carousel__dots>*{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-shrink:1;height:var(--clickableDotHeight);justify-content:center;transition:width .15s ease-out;width:48px}.f-carousel__dots>:after{background:#fff;border-radius:inherit;box-shadow:1px 1px 2px #00000080;content:"";height:var(--visualDotHeight);transition:background .1s ease-in-out;width:100%}.f-carousel__dots>[aria-current=true]{width:72px}@media (((hover:hover) and (pointer:fine))){.f-carousel__dots>:hover:after{background:#f6ce43}}@media ((max-width:1279px)){.main-banner-info{gap:20px}.main-banner-info strong,.main-banner-info>p{font-size:44px}.main-banner-info:has(strong) p{font-size:24px;margin-top:-5px}.main-banner-info .return-button{font-size:14px}.f-carousel__dots{--clickableDotHeight:36px;--visualBottom:16px}.f-carousel__dots>*{width:32px}.f-carousel__dots>[aria-current=true]{width:52px}}@media (max-width:900px) and (min-width:601px){.main-banner-info strong,.main-banner-info>p{font-size:32px}.main-banner-info:has(strong) p{font-size:18px}}@media ((max-width:600px)){.main-banner .main-banner-info{padding-bottom:40px}.main-banner .main-banner-info strong,.main-banner .main-banner-info>p{font-size:32px}.main-banner .main-banner-info:has(strong)>p{font-size:18px;line-height:1.25;margin-top:-8px}.main-banner .main-banner-info>.return-button{font-size:14px;padding:7px 15px 8px}.main-banner .f-carousel__slide{aspect-ratio:1080/1296}.main-banner .f-carousel__slide.is-selected .desktop-video{display:none}.main-banner .f-carousel__slide.is-selected .mobile-video{display:block}}.mainpage-categories-section{position:relative}.mainpage-categories-section .bottom-arrows-wrapper{margin-top:24px}.mainpage-categories-wrapper{--gap:24px;--cols:6}.mainpage-category{background:#fbf8ef;border-radius:8px;display:grid;gap:10px;grid-auto-rows:max-content;grid-template-rows:auto 1fr;padding:19px 10px}.mainpage-category figure{aspect-ratio:1/1;margin-inline:auto;max-width:100%;text-align:center;transition:transform .3s cubic-bezier(.22,1,.36,1);width:calc(100% - 52px);will-change:transform}.mainpage-category figure img img,.mainpage-category figure img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}@media (((hover:hover) and (pointer:fine))){.mainpage-category:hover figure,.mainpage-category:hover span{transform:scale(1.05)}}.mainpage-category span{color:#1b1b1b;font-weight:700;text-align:center;--fontSize:13px;font-size:var(--fontSize);--lineHeight:1.3;line-height:var(--lineHeight);-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box!important;height:calc((var(--fontSize)*var(--lineHeight))*2);overflow:hidden;text-overflow:ellipsis;transform-origin:center bottom;transition:transform .3s cubic-bezier(.22,1,.36,1);will-change:transform}@media ((max-width:1460px)){.mainpage-categories-wrapper{--gap:20px}.mainpage-categories-wrapper .bottom-arrows-wrapper{margin-top:20px}.mainpage-category figure{width:calc(100% - 42px)}}@media ((max-width:1279px)){.mainpage-categories-section{margin-block:-10px}.mainpage-categories-section .bottom-arrows-wrapper{display:none}.mainpage-categories-wrapper{--gap:10px}.mainpage-category{gap:6px;padding:16px 8px}.mainpage-category span{--fontSize:12px}}@media ((max-width:1100px)){.mainpage-categories-wrapper{--cols:5}}@media (max-width:850px){.mainpage-categories-wrapper{--cols:4}.mainpage-category{gap:4px;padding:10px}.mainpage-category figure{width:calc(100% - 28px)}.mainpage-category span{--fontSize:11px}}@media (max-width:680px){.mainpage-categories-wrapper{--cols:3}}@media (max-width:500px){.mainpage-categories-wrapper{--cols:2}.mainpage-category figure{width:calc(100% - 20px)}}:root{--prodCols:4;--prodGapHor:23px;--prodGapVert:30px}@media (((min-width:1280px) and (max-width:1460px))){:root{--prodGapHor:15px}}@media ((max-width:1279px)){:root{--prodGapHor:10px}}@media ((max-width:1100px)){:root{--prodCols:3}}@media (max-width:730px){:root{--prodCols:2;--prodGapVert:20px}}@media (max-width:480px){:root{--prodCols:1}}@media (min-width:1101px){.user-custom-content .products-list{--prodCols:3}}@keyframes productImageOpacity{0%{opacity:0}to{opacity:1}}.products-list{display:grid;grid-auto-rows:max-content;grid-auto-rows:minmax(0,auto);grid-template-columns:repeat(var(--prodCols),minmax(0,1fr));grid-column-gap:var(--prodGapHor);container-type:inline-size;width:100%}.products-list:empty{display:none}.products-list>*{grid-row:span 7;margin-bottom:var(--prodGapVert)}.products-list .product{grid-template-rows:subgrid;row-gap:0}.products-carousel:has(.product-variants .promo) .product-middle-bar{margin-bottom:36px}.product.f-carousel__slide{grid-template-rows:1fr auto}.product.f-carousel__slide .product-top{grid-template-rows:auto auto auto 1fr}.products-carousel{--cols:var(--prodCols);--gap:var(--prodGapHor)}@media ((min-width:1280px)){.products-carousel.equipment-list{--gap:15px}}:has(>.product){margin-bottom:calc(var(--prodGapVert)*-1)}.user-custom-content :has(>.product){margin-bottom:0}.product{border:1px solid #e1dcdb;border-radius:4px;display:grid;grid-auto-rows:max-content;grid-template-rows:1fr auto;margin-bottom:var(--prodGapVert);position:relative;--prodPadding:17px}.product .product-bottom,.product .product-top{display:grid;grid-auto-rows:max-content;grid-template-columns:minmax(0,1fr);grid-template-rows:subgrid;max-width:100%;overflow:hidden;padding:var(--prodPadding);row-gap:0;width:100%}.product .product-top{grid-row:span 4}.product .product-bottom{background:#fbf8ef;border-bottom-left-radius:4px;border-bottom-right-radius:4px;gap:14px;grid-row:span 3}.product-badges{align-items:start;display:flex;flex-wrap:wrap;gap:12px}.product-badges:has(>span){margin-bottom:12px}.product-badges>span{background-color:#f9e4d4;border-radius:2px;color:#1b1b1b;font-size:12px;font-weight:700;line-height:1.3;order:99;padding:4px 10px 5px}.product-badges .badge-discount,.product-badges .badge-group-discount,.product-badges .badge-promo{background-color:#9b2536;color:#fff}.product-badges .badge-discount{order:1}.product-badges .badge-bestseller{order:2}.product-badges .badge-new{background-color:#cedfd4;order:3}.product-badges .badge-group-discount{order:4}.product-badges .badge-outlet{background-color:#feefc2}.product .custom-slider{aspect-ratio:1/1;margin-inline:auto;max-width:100%;position:relative;width:calc(100% - 28px)}.product .custom-slider .slides-container{aspect-ratio:1/1;display:flex;gap:10px;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.product .custom-slider .slides-container>:not(button){scroll-snap-align:center;scroll-snap-stop:always}.product .custom-slider .slides-container::-webkit-scrollbar{display:none}.product .custom-slider>button{align-items:center;color:#1b1b1b;display:flex;height:30px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:none .15s ease-in-out;transition-property:opacity,color;width:30px}.product .custom-slider>button:after{color:inherit;content:"\e933";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}@media (((hover:hover) and (pointer:fine))){.product .custom-slider>button:not(.disabled):hover{color:#9b2536}}.product .custom-slider:not(:has(.slides-container>:nth-child(2)))>button{display:none}.product .custom-slider .custom-slider-prev{left:calc(var(--prodPadding)*-1 - 8px)}.product .custom-slider .custom-slider-prev:after{transform:rotate(180deg)}.product .custom-slider .custom-slider-next{right:calc(var(--prodPadding)*-1 - 8px)}.product .custom-slider.reached-end .custom-slider-next,.product .custom-slider.reached-end .custom-slider-next:hover,.product .custom-slider.reached-start .custom-slider-prev,.product .custom-slider.reached-start .custom-slider-prev:hover{color:#1b1b1b52;cursor:auto}.product .custom-slider:not(:has(figure:nth-child(2))) .custom-slider-next,.product .custom-slider:not(:has(figure:nth-child(2))) .custom-slider-prev{display:none}.product .slides-container>figure{aspect-ratio:1/1;height:100%;max-width:100%;position:relative}.product .slides-container>figure img{mix-blend-mode:darken;transition:opacity var(--animSpeed) ease-in-out}.product-middle-bar{align-items:center;display:flex;height:24px;justify-content:space-between;margin-bottom:12px}.product-middle-bar:has(+.product-variants .promo){margin-bottom:36px}.product-middle-bar:has(+.product-variants:empty){margin-bottom:0}.product-middle-bar .product-stars-wrapper{align-items:center;cursor:pointer;display:flex;gap:7px;max-height:100%;position:relative}.product-middle-bar .product-stars-wrapper .star-rating{font-size:16px;--starsGap:2px}.product-middle-bar .product-stars-wrapper>b{font-size:14px;position:relative}@media ((min-width:1280px)){.product-middle-bar .product-stars-wrapper>b{top:1px}}.product-middle-bar .product-stars-wrapper>b i{font-style:normal}.product-middle-bar .product-wishlist{align-items:center;aspect-ratio:1/1;color:#1b1b1b;display:flex;height:100%;justify-content:center;margin-left:auto;position:relative;transition:none .15s ease-in-out;transition-property:background,color}.product-middle-bar .product-wishlist:after{color:inherit;content:"\e936";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:24px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}@media (((hover:hover) and (pointer:fine))){.product-middle-bar .product-wishlist.existing:hover,.product-middle-bar .product-wishlist:hover{color:#d3163b}}.product-middle-bar .product-wishlist.existing{color:#9b2536}.product-middle-bar .product-wishlist.existing:after{content:"\e934"}.product-variants{--pillClickable:32px;--pillVisualHeight:22px;display:flex;flex-direction:column;position:relative}.product-variants:has(.promo):before{align-items:center;background:#fbf8f0;border-top-left-radius:2px;border-top-right-radius:2px;bottom:100%;content:"Promocja";display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;left:0;position:absolute;text-align:center;width:calc(var(--pillClickable)*2)}.product-variants:has(li:not(.accordion-trigger)>span){--pillClickable:40px;--pillVisualHeight:36px}.product-variants:has(.info-visible)>ul{height:auto}.product-variants>ul{flex-wrap:wrap;overflow:hidden}.product-variants li:not(.accordion-trigger),.product-variants>ul{align-items:center;display:flex;height:calc(var(--pillClickable));position:relative}.product-variants li:not(.accordion-trigger){aspect-ratio:1/1;cursor:pointer;flex-shrink:0;justify-content:center;padding:calc((var(--pillClickable) - var(--pillVisualHeight))/2)}.product-variants li:not(.accordion-trigger):has(span){aspect-ratio:auto}.product-variants li:not(.accordion-trigger).promo:before{background:#fbf8f0;content:"";inset:0;position:absolute;z-index:-1}.product-variants li:not(.accordion-trigger).promo>span{outline-color:#d5cfcd}.product-variants li:not(.accordion-trigger).selected i,.product-variants li:not(.accordion-trigger).selected img,.product-variants li:not(.accordion-trigger).selected span{outline-color:#9b2536;outline-offset:-1px;outline-width:2px}.product-variants li:not(.accordion-trigger).unavailable{overflow:hidden}.product-variants li:not(.accordion-trigger).unavailable i,.product-variants li:not(.accordion-trigger).unavailable img,.product-variants li:not(.accordion-trigger).unavailable span{opacity:.5}.product-variants li:not(.accordion-trigger).unavailable:after{background:#5b5b5b;content:"";height:2px;position:absolute;transform:rotate(-45deg);width:var(--pillVisualHeight)}.product-variants li:not(.accordion-trigger) i,.product-variants li:not(.accordion-trigger) img,.product-variants li:not(.accordion-trigger) span{flex-shrink:0;overflow:hidden;transition:none .15s ease-in-out;transition-property:outline-color,outline-width}.product-variants li:not(.accordion-trigger) i,.product-variants li:not(.accordion-trigger) img{aspect-ratio:1/1;border-radius:50%;height:100%;outline:2px solid #0000}.product-variants li:not(.accordion-trigger) img{transform:rotate(-45deg);-webkit-tap-highlight-color:transparent}.product-variants li:not(.accordion-trigger) img img,.product-variants li:not(.accordion-trigger) img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;width:100%}.product-variants li:not(.accordion-trigger) span{align-items:center;background:#fbf8f0;border-radius:18px;display:flex;font-size:14px;font-weight:700;height:calc(100% - 2px);justify-content:center;line-height:1;min-width:calc(var(--pillVisualHeight) - 2px);outline:1px solid #0000;padding-bottom:2px;padding-inline:6px;text-align:center;text-transform:uppercase}@media (((hover:hover) and (pointer:fine))){.product-variants li:not(.accordion-trigger):hover:not(.selected)>*{outline-color:#1b1b1b;outline-width:1px;transition-property:outline-color}}.product-variants .accordion-trigger{align-items:center;border:1px solid #d5cfcd;border-radius:50%;cursor:pointer;display:none;flex-shrink:0;font-size:13px;font-weight:700;height:28px;justify-content:center;line-height:1;margin-left:5px;text-align:center;transition:border-color .15s ease-in-out;width:28px;z-index:10}@media ((min-width:1280px)){.product-variants .accordion-trigger{padding-bottom:2px}}.product-variants .accordion-trigger:after{content:"+";font-size:10px;order:-1;position:relative;top:-1px}@media (((hover:hover) and (pointer:fine))){.product-variants .accordion-trigger:hover{border-color:#1b1b1b}}.product-variants .accordion-trigger.info-visible:after{content:"-";font-size:11px;left:.5px}.product-variants .accordion-trigger.info-visible b{display:none}.product-variants.overflowing .accordion-trigger{display:flex}.product-variants.overflowing:not(:has(.info-visible))>ul{padding-right:33px}.product-variants.overflowing:not(:has(.info-visible)) .accordion-trigger{position:absolute;right:0;top:50%;transform:translateY(-50%)}a.product-name{font-weight:700;margin-top:-1px;--fontSize:14px;font-size:var(--fontSize);--lineHeight:1.4;color:#1b1b1b;display:block;line-height:var(--lineHeight)}a.product-name:after{content:"";inset:0;position:absolute;z-index:1}a.product-name:before{aspect-ratio:1/1;content:"";left:31px;position:absolute;top:var(--prodPadding);width:calc(100% - 62px);z-index:3}a.product-name:first-letter{text-transform:uppercase}.product:has(.product-badges span) .product-name:before{top:49px}.f-carousel__slide a.product-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box!important;height:calc((var(--fontSize)*var(--lineHeight))*2);overflow:hidden;text-overflow:ellipsis}.product .custom-slider>button,.product-price-buy>button,.product-variants li,.product-variants>button,.product-wishlist{z-index:4}.product-top{position:relative;z-index:2}.product-sku{color:#878787;font-size:14px;height:23px}.product-bottom-bar{align-items:center;display:flex;gap:14px;height:36px;justify-content:space-between}.product-price{max-height:100%}.product-price b,.product-price del{line-height:1;white-space:nowrap}.product-price b{color:#1b1b1b;font-size:18px}.product-price b:after{content:" zł"}.product-price del{color:#878787;font-size:16px;font-weight:400}.product-price del:after{content:" zł"}.product-price:has(del) b{color:#9b2536;margin-right:7px}.product-bottom-bar>button{align-items:center;align-self:end;cursor:pointer;display:flex;font-size:11px;font-weight:700;gap:8px;height:100%;justify-content:center;margin-left:6px;padding:10px 16px;text-transform:uppercase;transition:background .15s ease-in-out;white-space:nowrap;z-index:2}.product-bottom-bar>button:before{color:inherit;content:"\e935";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:16px;font-style:normal;font-weight:400;line-height:1;text-decoration:none;text-transform:none}.product-bottom-bar .cartadder{background:#9b2536;color:#fff}.product-bottom-bar .cartadder b{display:none}@media (((hover:hover) and (pointer:fine))){.product-bottom-bar .cartadder:hover{background-color:#d3163b}}.product-bottom-bar .product-availability-trigger{background:#ffd666;color:#1b1b1b;display:none;gap:10px}.product-bottom-bar .product-availability-trigger:before{content:"\e805";font-size:12px}@media (((hover:hover) and (pointer:fine))){.product-bottom-bar .product-availability-trigger:hover{background-color:#f6ce43}}.product.cart-disabled .cartadder{display:none}.product.cart-disabled .product-availability-trigger{display:flex}@media ((max-width:1460px)){.product-price b{font-size:17px}.product-price b:has(+del){margin-right:5px}.product-price del{font-size:15px}}@media ((max-width:1279px)){.product-badges{gap:5px}.product-badges>span{font-size:10px;padding:3px 7px 4px}a.product-name{--fontSize:13px}.product-price{display:flex;flex-direction:column;justify-content:center}.product-price b,.product-price del{line-height:1.2}.product-price b{font-size:15px}.product-price b:has(+del){margin-right:0}.product-price del{font-size:13px}.product .product-bottom{gap:8px}.product-sku{font-size:12px}.product-bottom-bar>button{font-size:11px;gap:5px;letter-spacing:.02em;line-height:1.5;padding:8px 10px}.product-bottom-bar .cartadder span{display:none}.product-bottom-bar .cartadder b{display:initial}.product-bottom-bar .cartadder:before{font-size:15px}.product-bottom-bar .product-availability-trigger:before{display:none}}@media (max-width:359px){.product-price b{font-size:14px}.product-price del{font-size:13px}}.carousel-next,.carousel-prev,.is-arrow.f-button{border-radius:50%;color:#1b1b1b;position:absolute;top:50%;transform:translateY(-50%);--f-arrow-pos:10px;--size:40px;align-items:center;background:#fff;box-shadow:0 4px 2px 0 #0000000d;display:flex;height:var(--size);justify-content:center;transition:none .15s ease-in-out;transition-property:background,color,opacity;width:var(--size);z-index:10}.carousel-next svg,.carousel-prev svg,.is-arrow.f-button svg{display:none}.carousel-next:after,.carousel-prev:after,.is-arrow.f-button:after{color:inherit;content:"\e91c";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:8px;font-style:normal;font-weight:400;height:var(--size);line-height:1;line-height:var(--size);position:relative;text-decoration:none;text-transform:none;transition:inherit;width:var(--size)}.carousel-next[aria-disabled],.carousel-prev[aria-disabled],.is-arrow.f-button[aria-disabled]{cursor:auto;opacity:.5}.carousel-prev,.is-prev{left:var(--f-arrow-pos)}.carousel-prev:after,.is-prev:after{right:1px;transform:rotate(90deg)}.carousel-next,.is-next{right:var(--f-arrow-pos)}.carousel-next:after,.is-next:after{left:1px;transform:rotate(-90deg)}@media (((hover:hover) and (pointer:fine))){.carousel-next:not([aria-disabled]):hover,.carousel-prev:not([aria-disabled]):hover,.is-arrow.f-button:not([aria-disabled]):hover{background:#9b2536;color:#fff}}@media ((max-width:1279px)){.carousel-next,.carousel-prev,.is-arrow.f-button{--size:32px}.carousel-next:after,.carousel-prev:after,.is-arrow.f-button:after{font-size:7px}}.producers-banners-wrapper{margin-bottom:calc(var(--rowGap)*-1);padding-block:4px;padding-inline:90px;position:relative;user-select:none;--cols:5;--gap:115px}.producers-banners-wrapper .f-carousel__viewport{align-items:center}.producers-banners-wrapper:before{background-color:inherit;background:#2b0f06;content:"";height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:101vw;z-index:-1}.producers-banners-wrapper .carousel-next,.producers-banners-wrapper .carousel-prev{--f-arrow-pos:0;--size:44px;background:none;z-index:4}.producers-banners-wrapper .carousel-next:after,.producers-banners-wrapper .carousel-prev:after{color:#fff;content:"\e933";font-size:24px}@media (((hover:hover) and (pointer:fine))){.producers-banners-wrapper .carousel-next:hover:not([aria-disabled]),.producers-banners-wrapper .carousel-prev:hover:not([aria-disabled]){background:none}.producers-banners-wrapper .carousel-next:hover:not([aria-disabled]):after,.producers-banners-wrapper .carousel-prev:hover:not([aria-disabled]):after{color:#d3163b}}.producers-banners-wrapper .carousel-prev:after{transform:rotate(180deg)}.producers-banners-wrapper .carousel-next:after{transform:none}.producers-banners-wrapper a{align-items:center;aspect-ratio:2/1;display:flex;justify-content:center;transition:opacity .15s ease-in}.producers-banners-wrapper a img{display:block;filter:brightness(0) invert(1);height:auto;max-height:100%;max-width:100%;object-fit:scale-down;width:auto}@media (((hover:hover) and (pointer:fine))){.producers-banners-wrapper a:hover{opacity:.8}}@media ((max-width:1460px)){.producers-banners-wrapper{padding-inline:var(--f-carousel-gap);--gap:104px}}@media ((max-width:1279px)){.producers-banners-wrapper{--gap:80px}}@media ((max-width:1100px)){.producers-banners-wrapper{--cols:4}}@media (max-width:818px){.producers-banners-wrapper{--cols:3}}@media (max-width:700px){.producers-banners-wrapper{padding-inline:40px}.producers-banners-wrapper .carousel-next,.producers-banners-wrapper .carousel-prev{--size:30px}.producers-banners-wrapper .carousel-next:after,.producers-banners-wrapper .carousel-prev:after{font-size:20px}}@media (max-width:680px){.producers-banners-wrapper{--gap:50px}}@media (max-width:480px){.producers-banners-wrapper{--gap:10px}}#breadcrumb,.header-bar{--padding:14px;font-size:14px;line-height:1.4;padding-top:var(--padding);position:relative;white-space:nowrap}#breadcrumb>*,.header-bar>*{overflow-x:auto;--scrollColor:#1b1b1b;--scrollBg:#f2f1ef;padding-bottom:var(--padding);scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin}@supports (selector(::-webkit-scrollbar)){#breadcrumb>*,.header-bar>*{scrollbar-color:auto;scrollbar-width:auto}#breadcrumb>::-webkit-scrollbar-track,.header-bar>::-webkit-scrollbar-track{background:var(--scrollBg);border-radius:0}#breadcrumb>::-webkit-scrollbar,.header-bar>::-webkit-scrollbar{background-color:var(--scrollBg);height:3px;width:3px}#breadcrumb>::-webkit-scrollbar-thumb,.header-bar>::-webkit-scrollbar-thumb{background-color:var(--scrollColor);border-radius:0}#breadcrumb>::-webkit-scrollbar-thumb:hover,.header-bar>::-webkit-scrollbar-thumb:hover{background:#737373}#breadcrumb>::-webkit-scrollbar-thumb:active,.header-bar>::-webkit-scrollbar-thumb:active{background:#919191}}.header-bar{color:#ffd7d3;display:flex;font-weight:700;justify-content:center;text-align:center}.header-bar:before{background-color:inherit;background:#d3163b;content:"";height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:101vw;z-index:-1;z-index:1}.header-bar>div{z-index:2}.header-bar+#breadcrumb{padding-top:var(--padding)}body:has(#advanced-search) #breadcrumb,body:has(.infobox) #breadcrumb,body:has(.signup-wrapper) #breadcrumb{margin-bottom:var(--rowGap)}#breadcrumb{margin-bottom:40px;padding-top:calc(var(--padding) + 2px)}#breadcrumb .breadcrumb-end{display:none}#breadcrumb ul{display:flex;flex-wrap:nowrap;gap:8px}#breadcrumb li{align-items:center;display:flex;gap:inherit}#breadcrumb li:after{align-items:center;color:inherit;content:"\e933";display:block;display:flex;font-family:icomoon;font-size:var(--iconSize);font-size:12px;font-style:normal;font-weight:400;height:12px;justify-content:center;line-height:1;position:relative;text-decoration:none;text-transform:none;top:1px;width:12px}#breadcrumb li:last-child{font-weight:700}#breadcrumb li:last-child:after{display:none}#breadcrumb a,#breadcrumb span{color:#1b1b1b;display:block}@media ((max-width:1279px)){#breadcrumb,.header-bar{--padding:8px;font-size:12px}#breadcrumb{margin-bottom:10px;padding-top:calc(var(--padding) + 1px)}#container #breadcrumb ul{gap:0}#container #breadcrumb li:after{margin:0 5px}}@media ((max-width:600px)){#container #breadcrumb{display:flex;justify-content:flex-start;margin-left:-10px;position:relative;width:calc(100% + 20px)}#container #breadcrumb .breadcrumb-end{display:block;height:calc(100% - 3px);pointer-events:none;position:absolute;top:0;width:24px}#container #breadcrumb .breadcrumb-end:first-of-type{background-image:linear-gradient(270deg,#fbf8ef00,#fbf8ef,#f6efdb);left:3px}#container #breadcrumb .breadcrumb-end:nth-of-type(2){background-image:linear-gradient(90deg,#fbf8ef00,#fbf8ef,#f6efdb);right:3px}#container #breadcrumb ul{flex-direction:row-reverse;flex-wrap:nowrap;justify-content:flex-start;overflow-y:auto;--scrollColor:#1b1b1b;--scrollBg:#f2f1ef;scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin}@supports (selector(::-webkit-scrollbar)){#container #breadcrumb ul{scrollbar-color:auto;scrollbar-width:auto}#container #breadcrumb ul::-webkit-scrollbar-track{background:var(--scrollBg);border-radius:0}#container #breadcrumb ul::-webkit-scrollbar{background-color:var(--scrollBg);height:3px;width:3px}#container #breadcrumb ul::-webkit-scrollbar-thumb{background-color:var(--scrollColor);border-radius:0}#container #breadcrumb ul::-webkit-scrollbar-thumb:hover{background:#737373}#container #breadcrumb ul::-webkit-scrollbar-thumb:active{background:#919191}#container #breadcrumb ul::-webkit-scrollbar-track{margin-inline:5px}}#container #breadcrumb li{white-space:nowrap}#container #breadcrumb li:last-of-type{padding-right:10px}#container #breadcrumb li:first-of-type{order:10;padding-left:10px}#container #breadcrumb li:nth-of-type(2){order:9}#container #breadcrumb li:nth-of-type(3){order:8}#container #breadcrumb li:nth-of-type(4){order:7}#container #breadcrumb li:nth-of-type(5){order:6}}.amount-input-wrapper input[type=text]{border:1px solid #d5cfcd;border-radius:var(--borderRadius);color:#1b1b1b;display:block;font-size:16px;text-align:center;width:100%}.amount-input-wrapper button{background-color:initial;border-radius:var(--borderRadius);cursor:pointer;height:100%;position:absolute;top:0;touch-action:manipulation;width:33%;z-index:1}.amount-input-wrapper button:after,.amount-input-wrapper button:before{background:#1b1b1b;border-radius:2px;content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.amount-input-wrapper button.minus{left:0}.amount-input-wrapper button.minus:after{display:none}.amount-input-wrapper button.plus{right:0}@media (((hover:hover) and (pointer:fine))){.amount-input-wrapper button:hover:after,.amount-input-wrapper button:hover:before{background-color:#9b2536!important}}.colors-choice ul{display:flex;flex-wrap:wrap;gap:4px}.colors-choice ul>li,.option-select-item{aspect-ratio:1/1;background:#fff;border-radius:50%;flex-shrink:0;height:36px;outline:1px solid #d5cfcd;outline-offset:-1px;overflow:hidden;padding:4px;position:relative;transition:outline-color .15s ease-in-out}.colors-choice ul>li label,.option-select-item label{cursor:pointer;inset:0;position:absolute;z-index:1}.colors-choice ul>li figure,.option-select-item figure{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:inherit;cursor:pointer;height:calc(100% - 8px);left:4px;overflow:hidden;pointer-events:none;position:absolute;top:4px;transform:rotate(-45deg);width:calc(100% - 8px)}.colors-choice ul>li[data-tippy-content]:after,.option-select-item[data-tippy-content]:after{display:none}.colors-choice ul>li.selected,.colors-choice ul>li:has(input:checked),.option-select-item.selected,.option-select-item:has(input:checked){outline-color:#9b2536}@media (((hover:hover) and (pointer:fine))){.colors-choice ul>li:hover,.option-select-item:hover{cursor:pointer;outline-color:#1b1b1b}}.colors-choice ul>li.unavailable figure,.option-select-item.unavailable figure{opacity:.5}.colors-choice ul>li.unavailable i,.option-select-item.unavailable i{align-items:center;display:flex;font-size:10px;font-style:normal;inset:0;justify-content:center;letter-spacing:-.02em;line-height:1;position:absolute;text-align:center;text-transform:lowercase;z-index:1}.mainpage-categories-section:has(.f-carousel__viewport:empty){display:none}.newsletter-bg{background-color:#fbf8ef;background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;left:50%;max-width:1920px;position:absolute;top:0;transform:translateX(-50%);width:100vw;z-index:-1}.newsletter-bg.lazyload{opacity:0;transition:opacity var(--animSpeed) ease-in-out}.newsletter-bg.lazyload.loaded{opacity:1}.newsletter-inner{backdrop-filter:blur(13px);background:#f8dc7ae6;display:grid;grid-auto-rows:max-content;grid-template-columns:464px minmax(0,1fr);margin-block:var(--rowGap);padding:64px 122px}.newsletter-inner .form-container{display:none}[data-type]:not([data-type=detail]) .form-container{display:flex}.footer-left{display:grid;grid-auto-rows:max-content;grid-template-columns:repeat(2,minmax(0,auto))}.footer-right{display:flex}.footer-submenu,.infobox{display:flex;flex-direction:column}.infobox{align-items:center;gap:15px;padding:10px 30px 30px;text-align:center}.infobox.infobox-success:before{color:#2f764a;content:"\e904"}.infobox.infobox-error:before{color:#d61f50;content:"\e903"}.infobox>*{max-width:830px;width:100%}.infobox:before{color:#9b2536;content:"\e900";font-family:icomoon;font-size:130px}.infobox.infobox-emptycart:before{background:no-repeat url(/dist/assets/images/empty-cart.png);background-position:50%;background-size:contain;color:#0000}.infobox.infobox-notfound:before{background:no-repeat url(/dist/assets/images/404.png);background-position:50%;background-size:contain;color:#0000}.infobox .infobox-headline{font-size:20px}.infobox .infobox-message a{text-decoration:underline}@media (((hover:hover) and (pointer:fine))){.infobox .infobox-message a:hover{color:#1b1b1b}}.infobox .infobox-message strong{color:#1b1b1b}.infobox ol{padding-left:0}.infobox ul li{justify-content:center}.infobox .confirm-button{margin:20px auto 0;width:-moz-fit-content;width:fit-content}.listing-wrapper .infobox{width:100%}@media ((max-width:600px)){.infobox{padding:0}.infobox>*{width:100%}.infobox .infobox-message{line-height:1.6}.infobox:before{font-size:90px}.infobox .confirm-button{margin-top:10px}}[data-type=emptycart] .infobox{margin-bottom:var(--rowGap);padding:0}[data-type=emptycart] .headline{border-top:1px solid #d5cfcd;padding-top:var(--rowGap);text-align:center}.bundle-list{margin:0 auto;max-width:1000px}.bundle-list .bundle-intro{color:#555;margin:0 0 25px}.bundle-card{background:#fff;border:1px solid #e3e6ea;border-radius:12px;box-shadow:0 1px 4px #0000000d;margin-bottom:22px;padding:20px 22px}.bundle-card h2{font-size:20px;margin:0 0 4px}.bundle-card .bundle-note{color:#8a8f98;font-size:12px;margin:14px 0 0}.bundle-card .bundle-note-extra{margin-top:6px}.bundle-card .bundle-note-extra p{color:inherit;font-size:inherit;margin:0 0 4px}.bundle-card .bundle-note-extra p:last-child{margin-bottom:0}.bundle-terms-link{color:#555;cursor:pointer;display:inline-block;font-size:13px;text-decoration:underline}.bundle-empty{border:1px dashed #cfd4da;border-radius:12px;color:#666;padding:30px 20px;text-align:center}.bundle-equation{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-block:14px}a.bundle-chip{align-items:center;border:1px solid #1b1b1b;border-radius:4px;color:#1b1b1b;display:inline-flex;font-size:13px;font-weight:700;letter-spacing:.05em;line-height:1.2;padding:6px 10px 5px 12px;position:relative;text-decoration:none;transition-property:background,color,border-color;white-space:nowrap}a.bundle-chip:hover{border-color:#d3163b!important;color:#d3163b!important}a.bundle-chip figure{aspect-ratio:1/1;line-height:15px;margin-left:8px;width:24px}a.bundle-chip figure svg{display:block;height:auto;max-height:100%;max-width:100%;width:100%}.bundle-op{color:#1b1b1b;font-size:24px;font-weight:400;line-height:1;position:relative;top:-2px}.bundle-badge{align-items:baseline;border:1px solid #e03131;border-radius:4px;color:#e03131;display:inline-flex;font-size:15px;font-weight:600;line-height:1.2;padding:8px 15px 9px;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.bundle-badge:after{content:"na cały komplet";font-size:13px;font-weight:400;margin-left:7px}.bundle-equation.is-complete .bundle-badge{border-color:#2f9e44;color:#2f9e44}.bundle-equations{display:flex;flex-direction:column;gap:10px}.bundle-equations .bundle-equation{margin-block:0 5px}.bundle-equations-title{color:#1b1b1b;display:block;font-size:16px}.fake-separator{display:none}.bundle-equation .bundle-chip:has(.bundle-chip-owned){border-color:#2f9e44}.bundle-equation .bundle-chip-owned{align-items:center;background:#2f9e44;border-radius:50%;box-shadow:0 0 0 2px #2f9e442e;cursor:default;display:inline-flex;flex-shrink:0;height:15px;justify-content:center;margin-right:10px;position:relative;width:15px}.bundle-equation .bundle-chip-owned:before{color:#fff;content:"\2713";font-size:9px;font-weight:700;line-height:1}.bundle-equation .bundle-chip-owned-tip{background:#2f9e44;border-radius:7px;bottom:calc(100% + 9px);box-shadow:0 6px 16px #2f9e4447;color:#fff;font-size:11px;font-weight:500;left:50%;line-height:1.3;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px);transition:opacity .18s ease,transform .18s ease;visibility:hidden;white-space:nowrap;z-index:30}.bundle-equation .bundle-chip-owned-tip:after{border:5px solid #0000;border-top-color:#2f9e44;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}@media (((hover:hover) and (pointer:fine))){.bundle-equation .bundle-chip-owned:hover .bundle-chip-owned-tip{opacity:1;transform:translateX(-50%) translateY(0);visibility:visible}}@media ((max-width:1100px)){.bundle-equation{gap:10px}a.bundle-chip{font-size:12px;justify-content:space-evenly;min-width:110px;padding:4px 7px}a.bundle-chip figure{margin-left:5px;width:22px}.bundle-op{font-size:18px}.bundle-badge{height:32px;padding:5px 15px 6px}}@media ((max-width:600px)){.bundle-equation .bundle-chip-owned{margin-right:6px}.fake-separator{display:block;width:100%}.bundle-badge,.fake-separator+.bundle-op{margin-top:-10px}.bundle-badge{flex-grow:1;justify-content:center;text-align:center}}
/*# sourceMappingURL=atf_base.css.map*/