.mainpage-greeting{display:grid;gap:var(--rowGap);grid-auto-rows:max-content}.mainpage-greeting:has(.greeting-img){grid-template-columns:1fr 586px}.mainpage-greeting h1.headline{margin-bottom:16px}.mainpage-greeting .greeting-img{aspect-ratio:586/281;border-radius:var(--borderRadius);max-width:100%;width:100%}.mainpage-greeting .greeting-img img{border-radius:inherit}.mainpage-greeting .greeting-img img img,.mainpage-greeting .greeting-img img:is(img){display:block;height:100%;object-fit:cover;width:100%}@media ((max-width:1279px)){.mainpage-greeting h1.headline{margin-bottom:14px}}@media ((max-width:1100px)){.mainpage-greeting{gap:10px}.mainpage-greeting:has(.greeting-img){grid-template-columns:4fr 5fr}}@media ((max-width:600px)){.mainpage-greeting{display:flex;flex-direction:column;gap:20px}}.icon-banners-section .headline{text-align:center}.icon-banners-section .headline b{color:#ec0000}.icon-banners-wrapper{display:grid;gap:40px 64px;grid-auto-rows:max-content;grid-template-columns:repeat(4,minmax(0,1fr))}.icon-banner{border:2px solid #ededed;border-radius:var(--borderRadius);padding:18px;--size:64px;color:#231f20;display:flex;flex-direction:column;margin-top:calc(var(--size)*.5);padding-top:calc(var(--size)*.5 + 16px);position:relative;text-align:center;transition:background var(--animSpeed) ease-in-out;user-select:none}.icon-banner figure{aspect-ratio:1/1;background:#fff;border-radius:inherit;flex-shrink:0;left:50%;padding:10px;position:absolute;top:calc(var(--size)*-.5);transform:translateX(-50%);transition:none var(--animSpeed) ease-in-out;transition-property:background,filter;width:var(--size)}.icon-banner figure img{transition:filter var(--animSpeed) ease-in-out}.icon-banner figure img img,.icon-banner figure img:is(img){display:block;height:100%;object-fit:scale-down;width:100%}@media ((min-width:1280px)){.icon-banner:has(span):hover{background:#f3f3f3}.icon-banner:has(span):hover b{opacity:0;visibility:hidden}.icon-banner:has(span):hover .icon-text>div{opacity:1;visibility:visible}.icon-banner:has(span):hover figure{background:#ec0000}.icon-banner:has(span):hover figure img{filter:brightness(0) invert(1)}}.icon-text{align-items:center;display:flex;flex:1;flex-direction:column}.icon-text b{font-weight:400;line-height:1.2;text-transform:uppercase}.icon-text b,.icon-text>div{transition:none var(--animSpeed) ease-in-out;transition-property:opacity,visibility}.icon-text>div{align-items:center;bottom:0;display:flex;height:calc(100% - var(--size)*.5);justify-content:center;opacity:0;padding-inline:10px;position:absolute;visibility:hidden;width:100%}.icon-text>div span{--fontSize:13px;--lineHeight:1.2;font-size:var(--fontSize);line-height:var(--lineHeight);-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box!important;max-height:calc((var(--fontSize)*var(--lineHeight))*3);overflow:hidden;text-overflow:ellipsis}@media ((min-width:1280px)){.icon-banners-section .headline{margin-bottom:40px}}@media ((max-width:1279px)){.icon-banners-wrapper{gap:16px var(--rowGap)}.icon-banner{padding-top:38px;--size:52px}}@media ((max-width:1100px)){.icon-banners-wrapper{gap:10px}.icon-banner{--size:48px;padding:32px 6px 10px}}@media ((max-width:600px)){.icon-banners-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.icon-banner{padding-block:36px 16px}}.blog-banners-wrapper{gap:var(--rowGap) 24px;grid-template-columns:repeat(3,minmax(0,1fr))}.blog-banner,.blog-banners-wrapper{display:grid;grid-auto-rows:max-content}.blog-banner{grid-template-rows:auto auto 1fr;max-width:100%;width:100%}.blog-banner:is(a){color:#231f20}.blog-banner figure{border-radius:var(--borderRadius);max-width:100%;width:100%}.blog-banner figure img{border-radius:inherit}.blog-banner figure img img,.blog-banner figure img:is(img){display:block;height:100%;object-fit:cover;width:100%}.blog-banner b{margin-top:24px}.blog-banner p{margin-top:12px}.blog-banner i{align-self:end;background:#f26326;border:1px solid #f26326;border-radius:30px;color:#fff;font-size:14px;font-style:normal;height:-moz-fit-content;height:fit-content;line-height:1.2;margin-top:32px;padding:8px 24px;text-transform:uppercase;transition:none var(--animSpeed) ease-in-out;transition-property:border,background,color;width:-moz-fit-content;width:fit-content}@media (((hover:hover) and (pointer:fine))){.blog-banner b:hover{text-decoration:underline}.blog-banner i:hover{background:#231f20;border-color:#231f20;color:#fff}}@media ((max-width:1279px)){.blog-banners-wrapper{gap:var(--rowGap) 10px}.blog-banner b{margin-top:12px}.blog-banner p{margin-top:8px}.blog-banner i{font-size:12px;margin-top:14px;padding:6px 10px}}@media ((max-width:600px)){.blog-banners-wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}}#newsletter{align-items:center;color:#fff;display:flex;gap:40px;justify-content:center;margin-bottom:calc(var(--rowGap)*-1);padding-block:min(var(--rowGap),48px);position:relative}#newsletter:before{background-color:inherit;background:#f26326;content:"";height:100%;height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:100dvw;z-index:-1}.newsletter-header{text-align:center}.newsletter-header b{display:block;font-size:32px;line-height:1.2;text-transform:uppercase}.newsletter-header p{margin-top:2px}.newsletter-input{align-items:center;display:flex;flex-direction:column;max-width:467px;position:relative;width:100%}.newsletter-input input[type=text]{background-color:initial;border:1px solid #fff;border-radius:30px;color:#fff;font-family:Nunito,Adjusted Arial Fallback,Arial;font-size:16px;height:48px;padding-inline:24px 124px;width:100%}.newsletter-input input[type=text]:focus::placeholder{color:#0000}.newsletter-input input[type=text]::-webkit-input-placeholder{color:#fff}.newsletter-input input[type=text]::-moz-placeholder{color:#fff}.newsletter-input input[type=text]:-ms-input-placeholder{color:#fff}.newsletter-input input[type=text]:-moz-placeholder{color:#fff}.newsletter-input .popup-trigger{align-items:center;background-color:#fff;border:2px solid #fff;border-radius:30px;color:#231f20;cursor:pointer;display:flex;font-size:14px;font-weight:700;height:48px;justify-content:center;letter-spacing:.05em;position:absolute;right:0;text-align:center;text-transform:uppercase;top:0;transition:none .15s ease-in-out;transition-property:background,color;white-space:nowrap;width:124px}.newsletter-input .popup-trigger:hover{background-color:#f26326;color:#fff}.standard-newsletter .goshop-modal-body label{margin-bottom:0}.newsletter-clauses-wrapper{display:block;margin-bottom:15px}.newsletter-clauses-wrapper+.captcha-wrapper{margin-top:0}.newsletter-clauses-wrapper.unchecked:after{color:#ec0000;content:"Zaznaczenie zgody jest konieczne, aby zapisać się do Newslettera";display:block;margin-top:5px}@media ((max-width:1279px)){#newsletter{gap:20px;height:auto}.newsletter-header b{font-size:22px}}@media ((max-width:1100px)){#newsletter{flex-direction:column;gap:16px}}@media ((max-width:600px)){#newsletter b{font-size:18px}#newsletter p{font-size:12px}#newsletter .newsletter-input .popup-trigger,#newsletter .newsletter-input input[type=text]{height:44px}}@media (max-width:372px){#newsletter b{font-size:17px}}#footer{position:relative}#footer:before{background-color:inherit;background:#231f20;content:"";height:100%;height:calc(100% + 1px);left:50%;position:absolute;top:0;transform:translateX(-50%);width:100dvw;z-index:-1}.footer-content{border-bottom:1px solid #fff3;display:flex;gap:20px;justify-content:space-between;padding-block:min(var(--rowGap),64px)}.footer-item>strong{color:#fff;display:block;font-size:24px;font-weight:700;letter-spacing:.05em;line-height:1.2;margin-bottom:24px;text-transform:uppercase}.footer-item.submenu ul{column-count:2;column-gap:90px;margin-block:-8px}.footer-item.submenu a{color:#fff;display:inline-block;padding-block:8px}@media (((hover:hover) and (pointer:fine))){.footer-item.submenu a:hover{color:#ededed}}.footer-item.submenu .selected a{color:#f26326}.contact.footer-item{color:#fff;display:flex;flex-direction:column;position:relative}.contact.footer-item small{display:block;font-size:var(--fontSize);margin-bottom:12px}.contact.footer-item .social-links{align-items:center;display:flex;gap:12px;position:absolute;right:0;top:0}.contact.footer-item .social-links a:before{color:inherit;color:#fff;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:color .15s ease-in-out}.contact.footer-item .social-links a.instagram-link:before{content:"\e91b"}.contact.footer-item .social-links a.facebook-link:before{content:"\e91c"}@media (((hover:hover) and (pointer:fine))){.contact.footer-item .social-links a:hover:before{color:#f26326}}.contact.footer-item .contact-links a{color:#fff}@media (((hover:hover) and (pointer:fine))){.contact.footer-item .contact-links a:hover{color:#ededed}}.footer-bottom-bar{align-items:flex-start;display:flex;justify-content:space-between;padding-block:32px}.footer-bottom-bar a{color:#fff}@media (((hover:hover) and (pointer:fine))){.footer-bottom-bar a:hover{color:#ededed}}@media ((max-width:1460px)){.footer-bottom-bar{padding:30px 0 60px}}@media ((max-width:1279px)){.footer-content{flex-direction:column;gap:25px;padding:20px 0}.footer-item{flex-basis:auto;max-width:none;width:100%}.footer-item>strong{font-size:18px;margin-bottom:14px}.footer-item.submenu ul{column-count:1}.footer-bottom-bar{flex-direction:column;gap:16px}.footer-item.contact .contact-links{align-items:inherit;flex-direction:column}.footer-item.contact .contact-links a{width:-moz-fit-content;width:fit-content}.footer-item.contact .social-links{gap:16px;margin-top:25px;order:1;position:static}}:root{--colorsBackgroundWidth:8px}#filter .colors-choice>span,.colors-choice>span{display:none}#filter .colors-choice ul,.colors-choice ul{display:flex;flex-wrap:wrap;gap:8px;position:relative;z-index:1}#filter .colors-choice li,.colors-choice li{border-radius:4px;cursor:pointer;font-size:0;height:24px;margin:var(--colorsBackgroundWidth);position:relative;width:24px}#filter .colors-choice li:before,.colors-choice li:before{background:#fff;border:1px solid #ededed;border-radius:inherit;content:"";inset:calc(var(--colorsBackgroundWidth)*-1);position:absolute;z-index:-1}#filter .colors-choice li.selected:before,#filter .colors-choice li:has(input:checked):before,.colors-choice li.selected:before,.colors-choice li:has(input:checked):before{border:2px solid #f26326}#filter .colors-choice li img,.colors-choice li img{background:#ededed}#filter .colors-choice li img img,#filter .colors-choice li img:is(img),.colors-choice li img img,.colors-choice li img:is(img){display:block;height:100%;object-fit:cover;width:100%}#filter .colors-choice label,.colors-choice label{border-radius:4px;font-size:0!important;height:100%;padding:0!important;width:100%;z-index:3}#filter .colors-choice label:before,.colors-choice label:before{background:#0000;border:none;height:calc(100% + var(--colorsBackgroundWidth)*2);left:calc(var(--colorsBackgroundWidth)*-1);position:absolute;top:calc(var(--colorsBackgroundWidth)*-1);width:calc(100% + var(--colorsBackgroundWidth)*2)}#filter .colors-choice label:after,.colors-choice label:after{display:none!important}@media ((min-width:1280px)){#filter .colors-choice li:hover:before,.colors-choice li:hover:before{border-color:#231f20}}
/*# sourceMappingURL=lazy_base.css.map*/