.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-top:100%;--f-carousel-dots-bottom:auto;--f-carousel-dots-width:24px;--f-carousel-dots-height:30px;--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 .15s 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:absolute;right:0;top:var(--f-carousel-dots-top);z-index:3}.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);opacity:var(--f-carousel-dot-opacity);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%);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)}:root{--fontSize:16px;--lineHeight:1.5;--rowGap:87px;--prodCols:4;--prodGapHor:24px;--prodGapVert:30px;--prodGap:var(--prodGapVert) var(--prodGapHor);--mainpageCategoriesCols:5;--mainpageCategoriesGap:75px;--mainpageCommentsCols:3;--mainpageCommentsGap:24px;--listingTraitsCols:2;--producersCols:5;--producersGap:115px;--headerHeight:80px;--borderRadius:0;--iconSize:24px;--cartGap:30px;--animSpeed:0.25s;--headerScrollTransform:0px;--headerHeightChange:0px;--inner:1440px;--fullWidth:min(720px,calc(100dvw - 20px));--scrollColor:#1b1b1b;--scrollBg:#f2f1ef}@media ((max-width:1460px)){:root{--headerHeight:64px}}@media (((min-width:1280px) and (max-width:1460px))){:root{--rowGap:60px;--prodGapHor:15px;--prodGapVert:30px;--fullWidth:min(550px,calc(100dvw - 20px));--mainpageCommentsGap:16px;--producersGap:104px}}@media ((max-width:1279px)){:root{--rowGap:40px;--fontSize:13px;--lineHeight:1.4;--prodCols:4;--prodGapHor:10px;--prodGapVert:30px;--headerScrollTransform:0px;--headerHeightChange:0;--mainpageCategoriesGap:var(--prodGapHor);--mainpageCommentsGap:var(--prodGapHor);--listingTraitsCols:2;--producersGap:80px}}@media ((max-width:1100px)){:root{--mainpageCategoriesCols:4;--producersCols:4}}@media (max-width:900px){:root{--mainpageCommentsCols:2}}@media (max-width:818px){:root{--producersCols:3}}@media (max-width:768px){:root{--mainpageCategoriesCols:3;--prodCols:3}}@media (max-width:680px){:root{--producersGap:50px}}@media ((max-width:600px)){:root{--prodCols:2;--prodGapVert:20px;--headerHeight:50px}}@media (max-width:480px){:root{--mainpageCategoriesCols:2;--producersGap:10px;--listingTraitsCols:1}}@media (max-width:359px){:root{--prodCols:1;--mainpageCommentsCols:1}}.products-carousel{--gap:var(--prodGapHor);--cols:var(--prodCols)}@media ((min-width:1280px)){.products-carousel.equipment-list{--gap:15px}}.mainpage-categories-wrapper{--gap:var(--mainpageCategoriesGap);--cols:var(--mainpageCategoriesCols)}.top-comments-wrapper{--gap:var(--mainpageCommentsGap);--cols:var(--mainpageCommentsCols)}.listing-traits-wrapper{--gap:var(--prodGapHor);--cols:var(--listingTraitsCols)}.producers-banners-wrapper{--gap:var(--producersGap);--cols:var(--producersCols)}.basic-carousel{--f-carousel-gap:var(--gap);--f-carousel-slide-width:calc((100% - (var(--cols) - 1)*var(--gap))/var(--cols))}.basic-carousel:not(.is-enabled) .f-carousel__viewport{display:flex}.basic-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}#advanced-search,#content>.form-wrapper,#gsGalleryContainer,.article-content,.infobox{margin-inline:auto;max-width:1000px;width:100%}#advanced-search.user-custom-content iframe,#advanced-search.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{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}#tree,.tree-canvas{left:0;opacity:0;position:fixed;top:0}#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){display:block;list-style:disc;margin:14px 0;padding-left:calc(var(--fontSize) + 3px)}.user-custom-content ul:not(.faq-list):not(.faq-entry)>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}@media ((max-width:1279px)){.user-custom-content p{margin-bottom:10px}.user-custom-content h2{font-size:18px;margin-block:16px}}@media ((max-width:600px)){.user-custom-content iframe{max-width:100%}.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 #tree-top,.shop-header .mainmenu,.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 .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;visibility:hidden}@media ((min-width:1280px)){body.show-search-engine #search-engine{opacity:1;transform:translateX(-50%);visibility:visible}#search-engine{background:#fbf8ef;left:50%;opacity:0;padding:80px 10px;position:absolute;top:100%;transform:translateY(-10px) translateX(-50%);transition:all var(--animSpeed) ease-in-out;transition-property:opacity,visibility,transform;visibility:hidden;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.show,#search-engine.show-last-phrases{box-shadow:none}#search-engine.show #suggestions,#search-engine.show-last-phrases #suggestions{opacity:0;opacity:1;transform:translateY(-10px);transform:none;transform:translateX(-50%);transition:none var(--animSpeed) ease-in-out;transition-property:opacity,visibility,transform,box-shadow;visibility:hidden;visibility:visible}#search-engine .no-products-info,#search-engine.show:not(.show-last-phrases) .suggestion-last-phrases{display:none}#search-engine.show:not(.show-last-phrases):has(.suggestion-result-products:empty) .no-products-info{display:block!important}#search-engine.show:not(.show-last-phrases):has(.suggestion-result-products:empty) .no-products-info:after{content:"Nie znaleziono produktów"}#search-engine form{border-radius:inherit}#search-engine input[type=text]{background-color:#fbf8ef;border:1px solid;border-color:#0000 #0000 #1b1b1b;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;width:100%}#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}}#tree-top .tree-trigger,.mainmenu,.top-bar-menu{align-items:center;display:flex}.mainmenu li a,.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{color:inherit;content:"\e939";display:block;font-family:icomoon;font-size:var(--iconSize);font-size:16px;font-style:normal;font-weight:400;line-height:1;order:-1;position:relative;text-decoration:none;text-transform:none}@media (((hover:hover) and (pointer:fine))){#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)){#tree-top{position:relative}#tree-top .tree-trigger{position:relative;z-index:1003}#tree-top:hover #tree{box-shadow:0 3px 8px #0003;opacity:1;pointer-events:auto;transform:none;visibility:visible}.shop-header-container{position:relative}.shop-header-container .tree-canvas{left:50%;position:absolute;top:100%;transform:translateX(-50%);transition-delay:.2s}#tree{border-top:1px solid #d5cfcd;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;width:336px}#tree:before{background:inherit;bottom:calc(100% + 1px);height:18px;left:0;pointer-events:inherit;width:200%}#tree:after,#tree:before{background-color:#fff;content:"";position:absolute}#tree:after{inset:0;pointer-events:none;z-index:-1}#tree .cms-rwd{display:none}#tree a,#tree li,#tree nav,#tree ul{width:100%}#tree nav{height:100%;max-height:calc(100dvh - 81px);overflow-y:auto;padding-block:17px 20px;--scrollColor:#beb4b1;scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin}@supports (selector(::-webkit-scrollbar)){#tree nav{scrollbar-color:auto;scrollbar-width:auto}#tree nav::-webkit-scrollbar-track{background:var(--scrollBg);border-radius:0}#tree nav::-webkit-scrollbar{background-color:var(--scrollBg);height:3px;width:3px}#tree nav::-webkit-scrollbar-thumb{background-color:var(--scrollColor);border-radius:0}#tree nav::-webkit-scrollbar-thumb:hover{background:#737373}#tree nav::-webkit-scrollbar-thumb:active{background:#919191}}#tree nav>ul{display:flex;flex-direction:column}#tree a{align-items:center;color:#1b1b1b;display:flex;font-size:14px;gap:10px;justify-content:space-between;line-height:20px;padding-block:6px 8px;padding-inline:30px 30px;position:relative;transition:background-color .1s ease-in-out}#tree .t0:hover>a{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:hover>ul{opacity:1;transform:none;visibility:visible}#tree .t0:nth-of-type(-n+1)>a{font-weight:700}#tree .t0:first-of-type>a{margin-bottom:34px}#tree .t0:first-of-type>a:before{background:#d5cfcd;bottom:-17px;content:"";height:1px;left:0;position:absolute;width:100%}#tree .t0>ul{background:#fbf8ef;border-top:1px solid #d5cfcd;box-shadow:0 3px 8px #0003;display:flex;flex-direction:column;height:calc(100% + 1px);left:100%;max-height:calc(100dvh - 81px);opacity:0;overflow-y:auto;padding-block:17px 20px;position:absolute;scrollbar-color:var(--scrollColor) var(--scrollBg);scrollbar-width:thin;top:-1px;transform:translateY(-10px);transform:translateX(-10px);transition:none var(--animSpeed) ease-in-out;transition-property:opacity,visibility,transform,box-shadow;visibility:hidden;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 .t2 ul,#tree .tree-category-all-link,#tree .tree-header{display:none}}@media ((max-width:1279px)){#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:17px}.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 .f-carousel__slide{aspect-ratio:1920/750;max-width:none;overflow:hidden;position:relative;width:100%}.main-banner .f-carousel__slide picture{height:100%;width:100%}.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;position:absolute;z-index:4}.main-banner-info>b{color:#fff;font-size:78px;font-weight:400;line-height:1.1;max-width:90dvw;text-align:center;text-shadow:1px 1px 2px #00000080;width:100%}.main-banner-info>i{font-size:11px;font-style:normal;height:auto;letter-spacing:.05em;line-height:1.5;margin-inline:8px;padding-block:16px;padding:10px 20px;position:relative;z-index:1}.main-banner-info>i:before{background-color:#ffd666;border:none}@media (((hover:hover) and (pointer:fine))){.main-banner-info>i:hover:before{background-color:#f6ce43}}.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>b{font-size:48px}.main-banner-info .return-button{font-size:11px;letter-spacing:.02em;padding:8px 16px}.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{gap:16px}.main-banner-info>b{font-size:32px}}@media ((max-width:600px)){.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}}@media (max-width:460px){.main-banner{--textMargin:10px}.main-banner-info{gap:28px}.main-banner-info>b{font-size:38px}}@media (max-width:360px){.main-banner-info{gap:24px}.main-banner-info>b{font-size:32px}}[data-type=mainpage] .first-headline{margin-bottom:0}[data-type=mainpage] .first-headline:has(+.icon-banners-wrapper){margin-bottom:-40px}.icon-banners-wrapper{align-items:center;display:grid;gap:24px 16px;grid-auto-rows:max-content;grid-template-columns:repeat(6,minmax(0,1fr))}.icon-banners-wrapper:not(.is-enabled) .f-carousel__viewport{display:contents}.icon-banners-wrapper:not(.is-enabled) .f-carousel__slide{grid-area:initial;width:auto}.icon-banner{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.icon-banner figure{aspect-ratio:1/1;flex-shrink:0;width:58px}.icon-banner figure img img,.icon-banner figure img:is(img){display:block;height:100%;max-height:100%;max-width:100%;object-fit:scale-down;width:100%}.icon-banner strong{display:block;font-size:13px;font-weight:400;line-height:1.3;max-width:157px;text-wrap:balance}@media ((max-width:1460px)){.icon-banner figure{width:48px}}@media ((max-width:1279px)){[data-type=mainpage] .first-headline:has(+.icon-banners-wrapper){margin-block:-5px}}@media (max-width:900px){.icon-banner figure{width:38px}.icon-banner strong{font-size:10px}}@media (max-width:700px){.icon-banners-wrapper{--gap:12px;--cols:3;--f-carousel-gap:var(--gap);--f-carousel-slide-width:calc((100% - (var(--cols) - 1)*var(--gap))/var(--cols));display:block;width:100%}.icon-banners-wrapper .f-carousel__viewport{display:grid;width:100%}.icon-banners-wrapper:not(.is-enabled) .f-carousel__viewport{display:flex}.icon-banners-wrapper:not(.is-enabled) .f-carousel__slide{flex-shrink:0;margin-right:var(--f-carousel-gap);width:var(--f-carousel-slide-width)}}@media (max-width:480px){.icon-banners-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes productImageOpacity{0%{opacity:0}to{opacity:1}}.products-list{display:grid;gap:var(--prodGap);grid-auto-rows:max-content;grid-template-columns:repeat(var(--prodCols),minmax(0,1fr));width:100%}.products-list:empty{display:none}.product{display:grid;gap:24px;grid-auto-rows:max-content;grid-template-rows:auto 1fr auto;position:relative;--animSpeed:0.2s}.product.f-carousel__slide .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 .product-inner{background-color:#fbf8ef;display:flex;flex-direction:column;padding-inline:17px;transition:background-color var(--animSpeed) ease-in-out}.product-image{aspect-ratio:1/1;max-width:100%;position:relative;width:100%}.product-image img{mix-blend-mode:darken;transition:opacity var(--animSpeed) ease-in-out}.product-top{display:flex;gap:5px;padding-block:16px 12px;z-index:2}.product-badges,.product-top{align-items:center;justify-content:space-between}.product-badges{display:none;gap:8px}.product-badges:has(span:not(:empty)){display:flex}.product-badges>span{background-color:#f9e4d4;border-radius:2px;color:#1b1b1b;font-size:12px;font-weight:700;line-height:1.3;padding:3px 10px 5px}.product-badges>span:nth-child(n+3){display:none}.product-badges .badge-promo{background-color:#9b2536;color:#fff}.product-badges .badge-new{background-color:#cedfd4}.product-badges .badge-outlet{background-color:#feefc2}.product-wishlist{align-items:center;aspect-ratio:1/1;color:#1b1b1b;display:flex;height:24px;justify-content:center;margin-left:auto;position:relative;transition:none .15s ease-in-out;transition-property:background,color;z-index:2}.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-wishlist.existing:hover,.product-wishlist:hover{color:#d3163b}}.product-wishlist.existing{color:#9b2536}.product-wishlist.existing:after{content:"\e934"}.product-stars-wrapper{height:22px;margin-block:16px}.product-stars-wrapper .star-rating{font-size:16px;z-index:2;--starsGap:2px}a.product-name{font-size:16px;font-weight:700;--fontSize:var(--fontSize);line-height:1.4;--lineHeight:var(--lineHeight);color:#1b1b1b;display:block;z-index:1}a.product-name:after{content:"";inset:0;position:absolute}a.product-name:first-letter{text-transform:uppercase}.product-bottom-wrapper{align-items:center;border-top:1px solid #d5cfcd;display:flex;justify-content:space-between;padding-top:16px;z-index:1}.product-price b,.product-price del{line-height:1.4}.product-price b:after,.product-price del:after{content:" zł"}.product-price b{color:#1b1b1b;font-size:18px}.product-price.promo-price b{color:#9b2536;margin-right:10px}.product-price del{color:#878787;font-size:16px;font-weight:400}.product-add{align-items:center;background:#9b2536;color:#fff;cursor:pointer;display:flex;font-size:11px;font-weight:700;gap:8px;justify-content:center;margin-left:6px;padding:10px 16px;text-transform:uppercase;transition:background .15s ease-in-out;white-space:nowrap}.product-add: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-add.disabled{background-color:#d6d6d6;color:#7b7b7b;cursor:not-allowed;pointer-events:none}@media (((hover:hover) and (pointer:fine))){.product-add:hover{background-color:#d3163b}}.product-add b{display:none}.product-hover{display:flex;flex-direction:column;gap:8px;inset:0;justify-content:space-between;opacity:0;position:absolute;transition:opacity var(--animSpeed) ease-in-out}.product-hover>p{letter-spacing:.01em;--lines:8;font-size:14px;--fontSize:14px;line-height:1.6;--lineHeight:1.6;-webkit-line-clamp:var(--lines);-webkit-box-orient:vertical;display:-webkit-box!important;max-height:calc(var(--lines)*(var(--fontSize)*var(--lineHeight)));overflow:hidden;text-overflow:ellipsis}.product-colors{align-items:center;display:none;font-size:14px;font-weight:700;gap:7px;line-height:1.6;margin-top:auto}.product-colors ul{align-items:center;display:flex;gap:4px}.product-colors ul li{background-size:cover;border-radius:50%;height:22px;margin:2px;padding:10px;position:relative;transform:rotate(-45deg);width:22px;z-index:1}.product-colors ul li:before{background:#0000;border:1px solid #fff;border-radius:inherit;content:"";inset:-2px;position:absolute;z-index:-2}.product-colors ul li:first-of-type:before{border-color:#1b1b1b}.product-colors i{font-style:normal}.product-colors i:before{content:"+ "}@media ((min-width:1280px)){.product:hover:has(.product-hover:not(:empty)) .product-inner{background-color:#fff}.product:hover:has(.product-hover:not(:empty)) .product-image img{opacity:.1}.product:hover:has(.product-hover:not(:empty)) .product-hover{opacity:1}.product:hover:has(.product-hover:not(:empty)) .product-colors{display:flex}}@media (((min-width:1280px) and (max-width:1460px))){.product-price.promo-price b{margin-right:6px}}@media ((max-width:1279px)){.product{gap:10px}.product .product-inner{padding-inline:7px}.product-top{padding-block:8px}.product-badges>span{font-size:10px;padding:3px 7px 4px}.product-wishlist:after{font-size:20px}.product-stars-wrapper{height:20px;margin-block:8px}.product-stars-wrapper .star-rating{font-size:14px}.product-add{font-size:11px;gap:5px;letter-spacing:.02em;line-height:1.5;padding:8px 10px}.product-add:before,a.product-name{font-size:14px}.product-bottom-wrapper{padding-top:10px}.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 del{font-size:13px}.product-price.promo-price b{margin-right:0}.product-add span{display:none}.product-add b{display:initial}.product-add:before{font-size:15px}}@media ((max-width:600px)){.product{gap:8px}.product-badges,.product-top{gap:2px}.product-bottom-wrapper{padding-top:8px}}@media ((max-width:600px)) and (max-width:379px){.product-badges>span{padding-inline:5px}}.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}.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}.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)}}@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}}#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;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: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}#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;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}}.color-options,.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;outline:1px solid #d5cfcd;outline-offset:-1px;overflow:hidden;padding:4px;position:relative;transition:outline-color .15s ease-in-out;width:36px}.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:.1}.colors-choice ul>li.unavailable span,.option-select-item.unavailable span{align-items:center;display:flex;font-size:10px;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=mainpage] .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 .confirm-button{margin-top:10px;width:-moz-fit-content;width:fit-content}.infobox ol{padding-left:0}.infobox ul li{justify-content:center}.infobox .confirm-button{margin:0 auto}.listing-wrapper .infobox{width:100%}@media ((max-width:600px)){.infobox{padding:10px}.infobox>*{width:100%}.infobox:before{font-size:80px}}
/*# sourceMappingURL=atf_base.css.map*/