.header{position:relative;width:100%}.header.is-sticky{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.05);box-shadow:0 2px 10px #0000000d}.header__icon{width:20px;height:20px;-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.header__icon-link:hover .header__icon{-webkit-filter:invert(45%) sepia(97%) saturate(389%) hue-rotate(134deg) brightness(93%) contrast(97%);filter:invert(45%) sepia(97%) saturate(389%) hue-rotate(134deg) brightness(93%) contrast(97%)}.header__desktop{display:none}@media (min-width: 1366px){.header__desktop{display:block}}.header__top{padding:16px 40px}.header__top-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top-left{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top-center{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px}.header__top-right{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.header__top-menu-item,.header__top-menu-item--dropdown{position:relative}.header__top-menu-link{font-size:14px;color:#4e4e4e;font-weight:300;-webkit-transition:color .3s ease;transition:color .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__top-menu-link:hover{color:#00af9a}.header__top-menu-link--dropdown{gap:4px}.header__dropdown-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:4px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.is-active .header__dropdown-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__dropdown-menu{position:absolute;top:100%;left:0;min-width:200px;background-color:#fff;border:1px solid #d3d3d3;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;z-index:100;padding:12px 0;margin-top:8px}.header__dropdown-menu.is-active{opacity:1;visibility:visible}.header__dropdown-list{margin:0;padding:0;list-style:none}.header__dropdown-item:not(:last-child){margin-bottom:4px}.header__dropdown-link{display:block;padding:8px 16px;font-size:14px;color:#4e4e4e;font-weight:300;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.header__dropdown-link:hover,.header__dropdown-link:focus{color:#00af9a;background-color:#00af9a0d}.header__logo-link{display:block}.header__logo-image{display:block;max-height:60px;width:auto}.header__logo-text{font-size:18px;font-weight:500;color:#2c2c2c}.header__search-container{position:relative;margin-right:0}@media (min-width: 1366px){.header__search-container{margin-right:24px}}.header__search{position:relative;max-width:240px;width:100%;margin-right:24px}.header__search-input{width:100%;height:36px;padding:8px 40px 8px 16px;border:1.5px solid #d3d3d3;border-radius:100px;font-size:12px;font-weight:300;color:#4e4e4e}.header__search-input::-webkit-input-placeholder{color:#4e4e4e;font-weight:300}.header__search-input::-moz-placeholder{color:#4e4e4e;font-weight:300}.header__search-input:-ms-input-placeholder{color:#4e4e4e;font-weight:300}.header__search-input::-ms-input-placeholder{color:#4e4e4e;font-weight:300}.header__search-input::placeholder{color:#4e4e4e;font-weight:300}.header__search-button{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:none;border:none;padding:0;cursor:pointer}.header__search-icon{display:block;width:16px;height:16px;-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.header__search-icon:hover{-webkit-filter:invert(45%) sepia(97%) saturate(389%) hue-rotate(134deg) brightness(93%) contrast(97%);filter:invert(45%) sepia(97%) saturate(389%) hue-rotate(134deg) brightness(93%) contrast(97%)}.header__search-results{position:absolute;top:calc(100% + 8px);left:0;right:0;background-color:#fff;border:1px solid #d3d3d3;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a;z-index:100;display:none;overflow:hidden}.header__search-results.is-active{display:block}.header__search-results-list{margin:0;padding:0;list-style:none}.header__search-results-item{border-bottom:1px solid #d3d3d3}.header__search-results-item:last-child{border-bottom:none}.header__search-results-link{display:-webkit-box;display:-ms-flexbox;display:flex;padding:8px 12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:#4e4e4e;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.header__search-results-link:hover,.header__search-results-link:focus{background-color:#00af9a0d}.header__search-results-image{-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px;height:50px;margin-right:12px}.header__search-results-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header__search-results-content{-webkit-box-flex:1;-ms-flex:1;flex:1}.header__search-results-title{font-size:14px;font-weight:400;margin-bottom:4px}.header__search-results-price{font-size:12px;color:#4e4e4e}.header__search-results-viewall{padding:8px 12px;text-align:center;background-color:#fafafa}.header__search-results-viewall-link{font-size:14px;color:#00af9a;font-weight:500}.header__search-results-viewall-link:hover{text-decoration:underline}.header__search-results-no-results{padding:16px;text-align:center;font-size:14px;color:#9c9c9c}.header__mobile-search{position:relative;width:100%}.header__mobile-search .header__search-results{width:100%}.header__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header__cart-icon{position:relative}.header__cart-count{position:absolute;bottom:-6px;right:-6px;background-color:#00af9a;color:#fff;border-radius:50%;font-size:11px;font-weight:500;line-height:1;min-width:16px;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 4px;z-index:2}.header__icon{width:20px;height:20px}.header__icon-link{display:block;color:#00af9a}.header__bottom{background-color:#00af9a;padding:6px 0}.header__announcement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 24px}.header__announcement-text{font-size:14px;color:#fff;font-weight:300;text-align:center}.header__announcement-text p{margin:0}.header__announcement-text p strong{font-weight:400}.header__announcement-text p:not(strong){font-weight:200}.header__mobile{display:block}@media (min-width: 1366px){.header__mobile{display:none}}.header__mobile-bar{padding:16px 24px;border-bottom:1px solid #d3d3d3}.header__mobile-bar-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__hamburger{background:none;border:none;padding:4px;cursor:pointer}.header__hamburger-icon{display:block;width:24px;height:24px}.header__mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:1000;overflow-y:auto;display:none}.header__mobile-overlay.is-active{display:block}.header__mobile-overlay-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.header__mobile-top{padding:16px 24px;border-bottom:1px solid #d3d3d3}.header__mobile-top-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__mobile-close{background:none;border:none;padding:4px;cursor:pointer}.header__mobile-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;height:calc(100% - 70px)}.header__mobile-upper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__mobile-upper .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header__mobile-menus{padding:32px 24px 0}.header__mobile-dropdown{position:relative;margin-bottom:16px}.header__mobile-dropdown-title{font-size:14px;color:#4e4e4e;font-weight:300;display:inline-block;margin-right:8px}.header__mobile-dropdown-toggle{background:none;border:none;padding:4px;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.header__mobile-dropdown-toggle.is-active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__mobile-dropdown-menu{margin:8px 0 0;padding:0;list-style:none;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}.header__mobile-dropdown-menu.is-active{max-height:300px}.header__mobile-dropdown-item{margin-bottom:8px}.header__mobile-dropdown-link{font-size:14px;color:#4e4e4e;font-weight:300;padding-left:16px;display:block}.header__mobile-top-menu{padding:0 0 32px}.header__mobile-top-menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.header__mobile-top-menu-link{font-size:14px;color:#4e4e4e;font-weight:300}.header__mobile-actions{padding:0 24px 32px;margin-top:auto}.header__mobile-icons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;margin-bottom:32px}@media (min-width: 480px){.header__bottom{padding:6px 24px}}.header a:focus-visible,.header button:focus-visible,.header input:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.hero-slider{position:relative;width:100%;overflow:hidden}.hero-slider__button{display:inline-block}.hero-slider__container{width:100%;margin:0 auto;position:relative}.hero-slider__slide{position:relative;width:100%;height:800px;overflow:hidden}@media (min-width: 768px){.hero-slider__slide{height:520px}}.hero-slider__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-slider__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero-slider__image--desktop{display:none}@media (min-width: 768px){.hero-slider__image--desktop{display:block}}.hero-slider__image--mobile{display:block}@media (min-width: 768px){.hero-slider__image--mobile{display:none}}.hero-slider__content-wrapper{position:relative;z-index:2;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:32px 24px 64px;height:800px}@media (min-width: 768px){.hero-slider__content-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:520px}}.hero-slider__content{max-width:600px;text-align:center}.hero-slider__tag{display:inline-block;font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;text-transform:uppercase}.hero-slider__title,.hero-slider__title-container{margin-bottom:32px}.hero-slider__title strong{font-weight:400}.hero-slider__title p{font-weight:200}.hero-slider__description{margin-bottom:32px;font-size:14px;color:#4e4e4e;max-width:100%}.hero-slider__description p{line-height:1.5}.hero-slider__navigation{display:none}@media (min-width: 768px){.hero-slider__navigation{display:block}}.hero-slider__arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:10;width:48px;height:48px;border-radius:50%;border:1px solid #00af9a;color:#2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.hero-slider__arrow:hover,.hero-slider__arrow:focus{background-color:#00af9a;color:#fff}.hero-slider__arrow--prev{left:24px}.hero-slider__arrow--next{right:24px}.hero-slider__pagination{position:absolute;bottom:24px;left:0;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10}@media (min-width: 768px){.hero-slider__pagination{bottom:32px}}.hero-slider__pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 4px;background-color:#ffffff80;opacity:1;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.hero-slider__pagination .swiper-pagination-bullet-active{background-color:#fff}.hero-slider__arrow:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.product-features{width:100%;background-color:#fafafa}.product-features__container{padding:64px 24px}@media (min-width: 1024px){.product-features__container{padding:100px 80px}}.product-features__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:64px}@media (min-width: 768px){.product-features__grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (min-width: 1024px){.product-features__grid{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.product-features__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:100%}@media (min-width: 768px){.product-features__item{width:calc(50% - 32px)}}@media (min-width: 1024px){.product-features__item{width:calc(25% - 48px)}}.product-features__icon{margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-features__icon-img{width:auto;height:48px;-o-object-fit:contain;object-fit:contain}.product-features__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.product-features__title{font-size:clamp(20px,3vw,20px);color:#2c2c2c;margin-bottom:12px;font-weight:500}.product-features__text{font-size:14px;color:#4e4e4e;line-height:1.5;max-width:100%}.product-features__item:focus-within{outline:none}@media (prefers-reduced-motion: reduce){.product-features{-webkit-transition:none;transition:none}}.our-quality__container{padding:64px 24px;width:100%}@media (min-width: 1024px){.our-quality__container{padding:100px 80px}}.our-quality__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.our-quality__image-container{margin-bottom:64px}.our-quality__main-image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-height:100%}.our-quality__tag{color:#00af9a;font-size:14px;font-weight:500;margin-bottom:16px;text-transform:uppercase}.our-quality__title{color:#2c2c2c;margin-bottom:32px;font-weight:200}.our-quality__title strong{font-weight:400}.our-quality__title span:not(strong){font-weight:300}.our-quality__description{color:#4e4e4e;font-size:14px;line-height:1.5}.our-quality__description p{margin-bottom:16px}.our-quality__description p:last-child{margin-bottom:0}.our-quality__secondary-image-container{display:none}@media (min-width: 1024px){.our-quality__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:100px}.our-quality__image-container{width:50%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;height:100%;-ms-flex-item-align:stretch;align-self:stretch}.our-quality__main-image{height:100%;aspect-ratio:auto}.our-quality__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.our-quality__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:64px}.our-quality__secondary-image-container{display:block;margin-top:auto;width:100%;max-width:353px;height:191px;margin-left:auto}.our-quality__secondary-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.holistic-perspective__container{padding:64px 24px;width:100%}@media (min-width: 1024px){.holistic-perspective__container{padding:100px 80px}}.holistic-perspective__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.holistic-perspective__image-container{margin-top:64px}.holistic-perspective__main-image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-height:100%}.holistic-perspective__tag{color:#00af9a;font-size:14px;font-weight:500;margin-bottom:16px;text-transform:uppercase}.holistic-perspective__title{color:#2c2c2c;margin-bottom:32px;font-weight:200}.holistic-perspective__title strong{font-weight:400}.holistic-perspective__title span:not(strong){font-weight:300}.holistic-perspective__description{color:#4e4e4e;font-size:14px;line-height:1.5}.holistic-perspective__description p{margin-bottom:16px}.holistic-perspective__description p:last-child{margin-bottom:0}.holistic-perspective__secondary-image-container{display:none}@media (min-width: 1024px){.holistic-perspective__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:100px}.holistic-perspective__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.holistic-perspective__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:64px}.holistic-perspective__image-container{width:50%;-ms-flex-negative:0;flex-shrink:0;margin-top:0;height:100%;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.holistic-perspective__main-image{height:100%;aspect-ratio:auto}.holistic-perspective__secondary-image-container{display:block;margin-top:auto;width:100%;max-width:353px;height:191px;margin-left:0}.holistic-perspective__secondary-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.newsletter{width:100%;background-color:#fafafa}.newsletter__container{padding:100px 24px}@media (min-width: 1024px){.newsletter__container{padding:100px 80px}}.newsletter .container{max-width:1600px;margin:0 auto;width:100%}.newsletter__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.newsletter__heading{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;line-height:1.2;margin-bottom:24px;max-width:800px;margin-left:auto;margin-right:auto}.newsletter__heading strong,.newsletter__heading b{font-weight:400}.newsletter__heading:not(strong):not(b){font-weight:200}.newsletter__heading *{font-weight:inherit}.newsletter__heading em,.newsletter__heading i,.newsletter__heading span:not(strong):not(b){font-weight:300}.newsletter__description{margin-bottom:64px}.newsletter__description p{font-size:14px;color:#4e4e4e;line-height:1.5;max-width:600px;margin:0 auto}.newsletter__form-wrapper{width:100%;max-width:600px;margin:0 auto}.newsletter__form{width:100%}.newsletter__form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 768px){.newsletter__form-fields{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.newsletter__form-fields .button{width:100%}@media (min-width: 768px){.newsletter__form-fields .button{width:auto;min-width:160px}}.newsletter__input-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;width:100%}@media (min-width: 768px){.newsletter__input-wrapper{max-width:440px}}.newsletter__input{width:100%;padding:17px 24px;font-size:16px;color:#4e4e4e;background-color:#fff;border:1px solid #d3d3d3;border-radius:100px;font-family:Poppins,sans-serif;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.newsletter__input::-webkit-input-placeholder{color:#4e4e4e;opacity:1;font-size:14px}.newsletter__input::-moz-placeholder{color:#4e4e4e;opacity:1;font-size:14px}.newsletter__input:-ms-input-placeholder{color:#4e4e4e;opacity:1;font-size:14px}.newsletter__input::-ms-input-placeholder{color:#4e4e4e;opacity:1;font-size:14px}.newsletter__input::placeholder{color:#4e4e4e;opacity:1;font-size:14px}.newsletter__input:focus{outline:none;border-color:#00af9a;-webkit-box-shadow:0 0 0 2px rgba(0,175,154,.1);box-shadow:0 0 0 2px #00af9a1a}.newsletter__input:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.newsletter__success{background-color:#00af9a1a;border:1px solid #00af9a;padding:16px;margin-bottom:24px;text-align:left}.newsletter__success p{color:#00af9a;font-size:14px;margin:0}.newsletter__errors{background-color:#ff00001a;border:1px solid red;padding:16px;margin-bottom:24px;text-align:left;width:100%}.newsletter__errors ul{list-style:disc;margin-left:16px}.newsletter__errors ul li{color:red;font-size:14px}.newsletter__errors ul li a{color:red;text-decoration:underline}.newsletter__errors ul li a:hover{text-decoration:none}.newsletter__footer{margin-top:24px}.newsletter__footer p{font-size:14px;color:#4e4e4e;line-height:1.5;max-width:600px;margin:0 auto}.newsletter .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.testimonials-with-video__container{position:relative;padding:32px 24px 64px}@media (min-width: 1024px){.testimonials-with-video__container{padding:100px 80px 200px}}.testimonials-with-video__header{text-align:left;margin-bottom:64px}@media (min-width: 1024px){.testimonials-with-video__header{text-align:center;margin-bottom:100px}}.testimonials-with-video__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;display:block}.testimonials-with-video__title strong{font-weight:400}.testimonials-with-video__title p{font-weight:200}.testimonials-with-video__content{position:relative}.testimonials-with-video__desktop{display:none}@media (min-width: 768px){.testimonials-with-video__desktop{display:block}}.testimonials-with-video__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:32px}.testimonials-with-video__grid-item{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width: 1024px){.testimonials-with-video__grid-item{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media (min-width: 768px)and (max-width: 1023px){.testimonials-with-video__grid-item:nth-child(3){display:none}.testimonials-with-video__grid-item:nth-child(1),.testimonials-with-video__grid-item:nth-child(2){-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 16px);flex:0 0 calc(50% - 16px)}}.testimonials-with-video__grid-item--middle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonials-with-video__mobile{display:block}@media (min-width: 768px){.testimonials-with-video__mobile{display:none}}.testimonials-with-video__slider{overflow:hidden;width:100%}.testimonials-with-video__slider .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.testimonials-with-video__slider .swiper-slide{width:100%;-ms-flex-negative:0;flex-shrink:0}.testimonials-with-video__testimonial{background-color:#fafafa;padding:32px;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.testimonials-with-video__stars{margin-bottom:32px}.testimonials-with-video__stars img{width:120px;height:24px}.testimonials-with-video__testimonial-title{margin-bottom:24px}.testimonials-with-video__testimonial-content{font-size:14px;color:#2c2c2c;margin-bottom:32px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.testimonials-with-video__author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:auto}.testimonials-with-video__avatar{width:48px;height:48px;border-radius:100%;overflow:hidden;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}.testimonials-with-video__avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonials-with-video__author-name{font-size:14px;font-weight:500;color:#00af9a}.testimonials-with-video__author-title{font-size:14px;color:#4e4e4e}.testimonials-with-video__video-container{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonials-with-video__video{position:relative;width:100%;height:100%;background-color:#fafafa;overflow:hidden}.testimonials-with-video__player-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.testimonials-with-video__placeholder{width:100%;height:100%;background-color:#fafafa;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.testimonials-with-video__placeholder-content{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;color:#9c9c9c}.testimonials-with-video__placeholder-content img{margin:0 auto 16px;display:block;width:48px;height:48px}.testimonials-with-video__placeholder-content p{font-size:14px}.testimonials-with-video__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px;margin-top:64px}.testimonials-with-video__prev,.testimonials-with-video__next{width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:1px solid #00af9a;color:#2c2c2c;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;border-radius:100px}.testimonials-with-video__prev:hover,.testimonials-with-video__next:hover{background-color:#00af9a;color:#fff;border-color:#00af9a}.video-js{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.video-js .vjs-tech{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-js .vjs-poster{background-size:cover;width:100%;height:100%;background-position:center center}.video-js .vjs-control-bar{background-color:#000000b3}.blog-posts__container{position:relative;padding:32px 24px}@media (min-width: 1024px){.blog-posts__container{padding:100px 80px}}.blog-posts__header{margin-bottom:64px}@media (min-width: 768px){.blog-posts__header{margin-bottom:100px}}.blog-posts__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;display:block}.blog-posts__title strong{font-weight:400}.blog-posts__title p{font-weight:200}.blog-posts__content{position:relative}.blog-posts__desktop{display:none}@media (min-width: 768px){.blog-posts__desktop{display:block}}.blog-posts__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}@media (min-width: 1024px){.blog-posts__grid-item{width:calc((100% - 64px)/3)}}@media (min-width: 768px)and (max-width: 1023px){.blog-posts__grid-item{width:calc((100% - 32px)/2)}}.blog-posts__grid-item--desktop-only{display:none}@media (min-width: 1024px){.blog-posts__grid-item--desktop-only{display:block}}.blog-posts__mobile{display:block}@media (min-width: 768px){.blog-posts__mobile{display:none}}.blog-posts__slider{overflow:hidden}.blog-posts__slider .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.blog-posts__slider .swiper-slide{width:100%;-ms-flex-negative:0;flex-shrink:0}.blog-posts__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;width:100%}.blog-posts__image-link{display:block;margin-bottom:32px}.blog-posts__image-link:hover{opacity:.9}.blog-posts__image{width:100%;margin:0 auto}.blog-posts__image img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover}.blog-posts__content-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blog-posts__date-tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:8px}.blog-posts__post-title{margin-bottom:24px}.blog-posts__post-title a{color:#2c2c2c;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.blog-posts__post-title a:hover{color:#00af9a}.blog-posts__excerpt{font-size:14px;color:#2c2c2c;line-height:1.5}.blog-posts__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:12px;margin-top:64px}.blog-posts__prev,.blog-posts__next{width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:1px solid #00af9a;color:#2c2c2c;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;border-radius:100px}.blog-posts__prev:hover,.blog-posts__next:hover{background-color:#00af9a;color:#fff;border-color:#00af9a}.efekty-przed-po__main-container{padding:32px 24px 64px}@media (min-width: 1024px){.efekty-przed-po__main-container{padding:50px 80px}}.efekty-przed-po__header{margin-bottom:100px}.efekty-przed-po__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.efekty-przed-po__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c}.efekty-przed-po__title strong{font-weight:400}.efekty-przed-po__title p{font-weight:200}.efekty-przed-po__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.efekty-przed-po__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.efekty-przed-po__item{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%}@media (min-width: 1024px){.efekty-przed-po__item{max-width:calc((100% - 128px)/3)}}.efekty-przed-po__image-container{position:relative;margin-bottom:32px;width:100%}.efekty-przed-po__image-slider{position:relative;overflow:hidden;width:100%;aspect-ratio:3/2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.efekty-przed-po__image-slider--active{cursor:-webkit-grabbing;cursor:grabbing}.efekty-przed-po__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;max-width:none}.efekty-przed-po__image--before{z-index:10;clip-path:polygon(0 0,var(--slider-position, 50%) 0,var(--slider-position, 50%) 100%,0 100%)}.efekty-przed-po__image--after{z-index:5;clip-path:polygon(var(--slider-position, 50%) 0,100% 0,100% 100%,var(--slider-position, 50%) 100%)}.efekty-przed-po__placeholder{aspect-ratio:16/9;background-color:#9c9c9c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.efekty-przed-po__overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:15;pointer-events:none}.efekty-przed-po__handle{position:absolute;top:50%;z-index:20;width:38px;height:38px;border-radius:50%;background-color:#fff;-webkit-box-shadow:0 0 10px rgba(44,44,44,.3);box-shadow:0 0 10px #2c2c2c4d;cursor:-webkit-grab;cursor:grab;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.efekty-przed-po__handle:focus{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.efekty-przed-po__handle:before,.efekty-przed-po__handle:after{content:"";position:absolute;width:2px;background-color:#fff;height:9999px;left:50%;margin-left:-1px;z-index:-1}.efekty-przed-po__handle:before{bottom:50%;margin-bottom:19px;-webkit-box-shadow:0 3px 0 #fff,0px 0px 10px rgba(44,44,44,.5);box-shadow:0 3px #fff,0 0 10px #2c2c2c80}.efekty-przed-po__handle:after{top:50%;margin-top:19px;-webkit-box-shadow:0 -3px 0 #fff,0px 0px 10px rgba(44,44,44,.5);box-shadow:0 -3px #fff,0 0 10px #2c2c2c80}.efekty-przed-po__handle-arrow-icon{position:absolute;width:18px;height:auto;z-index:25}.efekty-przed-po__handle-arrow{position:absolute;width:0;height:0;border:6px solid rgba(0,0,0,0);top:50%;margin-top:-6px}.efekty-przed-po__handle-arrow--left{border-right:6px solid #2c2c2c;left:50%;margin-left:-17px}.efekty-przed-po__handle-arrow--right{border-left:6px solid #2c2c2c;right:50%;margin-right:-17px}.efekty-przed-po__content{text-align:left}.efekty-przed-po__item-tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.efekty-przed-po__item-title{font-size:clamp(20px,3vw,20px);color:#2c2c2c;margin-bottom:12px}.efekty-przed-po__item-text{font-size:14px;color:#4e4e4e;line-height:1.5}.popularne-kategorie__container{padding:64px 24px}@media (min-width: 1024px){.popularne-kategorie__container{padding:100px 80px}}.popularne-kategorie__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.popularne-kategorie__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.popularne-kategorie__info{margin-bottom:64px}@media (min-width: 1024px){.popularne-kategorie__info{width:290px;-ms-flex-negative:0;flex-shrink:0;margin-right:100px;margin-bottom:0}}.popularne-kategorie__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;display:block}.popularne-kategorie__tytul{margin-bottom:32px}.popularne-kategorie__tytul strong{font-weight:400}.popularne-kategorie__tytul p{font-weight:200}.popularne-kategorie__opis{font-size:14px;color:#4e4e4e;margin-bottom:32px;line-height:1.5}.popularne-kategorie__nawigacja{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px}.popularne-kategorie__prev,.popularne-kategorie__next{width:48px;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border:1px solid #00af9a;color:#2c2c2c;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;border-radius:100px;padding:0}.popularne-kategorie__prev:hover,.popularne-kategorie__next:hover{background-color:#00af9a;color:#fff;border-color:#00af9a}.popularne-kategorie__prev:active,.popularne-kategorie__next:active{-webkit-transform:scale(.95);transform:scale(.95)}.popularne-kategorie__prev:focus-visible,.popularne-kategorie__next:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.popularne-kategorie__prev svg,.popularne-kategorie__next svg{width:24px;height:24px}.popularne-kategorie__prev.swiper-button-disabled,.popularne-kategorie__next.swiper-button-disabled{opacity:.5;cursor:default}.popularne-kategorie__prev.swiper-button-disabled:hover,.popularne-kategorie__next.swiper-button-disabled:hover{background-color:#fff;color:#2c2c2c;border-color:#00af9a}.popularne-kategorie__prev.swiper-button-disabled:active,.popularne-kategorie__next.swiper-button-disabled:active{-webkit-transform:none;transform:none}.popularne-kategorie__slider-container{width:100%;overflow:hidden;position:relative;-webkit-overflow-scrolling:touch}.popularne-kategorie__slider{width:100%;padding-bottom:10px;margin:0;overflow:visible}.popularne-kategorie__slide{height:auto;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%!important}@media (min-width: 480px){.popularne-kategorie__slide{width:calc(50% - 18px)!important;margin-right:36px}}@media (min-width: 1366px){.popularne-kategorie__slide{width:calc(33.33% - 24px)!important}}.popularne-kategorie__slide:last-child{margin-right:0}.popularne-kategorie__link{display:block;text-decoration:none;color:#2c2c2c;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.popularne-kategorie__link:hover{-webkit-transform:translateY(-4px);transform:translateY(-4px)}.popularne-kategorie__link:hover .popularne-kategorie__nazwa{color:#00af9a}.popularne-kategorie__link:focus-visible{outline:2px solid #00af9a;outline-offset:4px}.popularne-kategorie__zdjecie{width:100%;aspect-ratio:1/1;overflow:hidden;margin-bottom:32px}.popularne-kategorie__zdjecie img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.popularne-kategorie__zdjecie:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.popularne-kategorie__nazwa{font-size:clamp(20px,3vw,20px);font-weight:400;color:#2c2c2c;-webkit-transition:color .3s ease;transition:color .3s ease;margin-top:0;margin-bottom:0}.popularne-kategorie .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-transform:translate3d(0,0,0);transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;perspective:1000px;-webkit-perspective:1000px;-ms-touch-action:pan-y;touch-action:pan-y}.popularne-kategorie .swiper-slide{height:auto;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.popularne-kategorie .swiper-slide:last-child{padding-right:1px}.popularne-kategorie .swiper-container-horizontal>.swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.product-loop__container{padding:64px 24px;position:relative}@media (min-width: 1024px){.product-loop__container{padding:100px 80px 50px}}.product-loop__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px;margin-bottom:64px}.product-loop__tag{font-size:14px;font-weight:500;color:#00af9a;text-transform:uppercase}.product-loop__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c}.product-loop__title strong{font-weight:400}.product-loop__title p{font-weight:200;margin:0}.product-loop__produkty-wrapper{position:relative}.product-loop__produkty{width:100%;overflow:visible}.product-loop__produkt{width:100%;height:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-loop__produkt:hover{-webkit-transform:translateY(-5px)!important;transform:translateY(-5px)!important}.product-loop__produkt-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;height:100%}.product-loop__produkt-img{margin-bottom:24px;aspect-ratio:1/1;overflow:hidden}.product-loop__produkt-img:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.product-loop__produkt-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-loop__produkt-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-loop__produkt-tytul{font-size:16px;font-weight:500;color:#2c2c2c;margin:0;-webkit-transition:color .3s ease;transition:color .3s ease}.product-loop__produkt-opis{font-size:14px;font-weight:400;color:#4e4e4e;line-height:1.5}.product-loop__produkt-cena{font-size:16px;font-weight:500;color:#2c2c2c;margin-top:auto}.product-loop__produkt-cena-regular{text-decoration:line-through;color:#9c9c9c;margin-right:8px}.product-loop__produkt-cena-final{color:#2c2c2c}.product-loop__nawigacja{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;margin-top:32px;display:none}@media (max-width: 768px){.product-loop__nawigacja{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (min-width: 768px){.product-loop__nawigacja{margin-top:48px}}.product-loop__nav{width:44px;height:44px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#2c2c2c;background-color:#fff;border:1px solid #00af9a;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.product-loop__nav:hover{background-color:#00af9a;color:#fff;border-color:#00af9a}.product-loop__nav:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.product-loop__nav svg{width:24px;height:24px}.product-loop__placeholder{background-color:#fafafa;width:100%;aspect-ratio:1/1}@media (min-width: 375px)and (max-width: 768px){.product-loop .swiper-slide{width:calc(50% - 12px);height:auto}}@media (min-width: 768px)and (max-width: 1024px){.product-loop .swiper-slide{width:calc(66.666% - 16px);height:auto}}@media (min-width: 1024px){.product-loop .swiper-slide{width:calc(25% - 24px);height:auto}}.product-loop .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.product-loop .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.gotowe-kuracje{background-color:#fafafa}.gotowe-kuracje__container{padding:64px 24px}@media (min-width: 1024px){.gotowe-kuracje__container{padding:100px 80px}}.gotowe-kuracje__header{text-align:center;margin-bottom:64px}@media (min-width: 1024px){.gotowe-kuracje__header{margin-bottom:100px}}.gotowe-kuracje__tag{font-size:12px;color:#00af9a;font-weight:500;margin-bottom:12px;text-transform:uppercase}.gotowe-kuracje__btn{display:inline-block}.gotowe-kuracje__title{margin-bottom:32px}.gotowe-kuracje__title strong{font-weight:400}.gotowe-kuracje__title p:not(strong){font-weight:200}.gotowe-kuracje__description{font-size:14px;color:#4e4e4e;max-width:800px;margin:0 auto 32px}.gotowe-kuracje__tabs-container{position:relative;margin:0 auto;max-width:100%;padding:0 8px}.gotowe-kuracje__tabs-container.overflow .gotowe-kuracje__tabs .swiper-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0}.gotowe-kuracje__tabs-container.overflow .gotowe-kuracje__tabs .swiper-slide{width:auto;margin-right:24px}.gotowe-kuracje__tabs{position:relative;width:100%;overflow:hidden}.gotowe-kuracje__tabs .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media (min-width: 768px){.gotowe-kuracje__tabs .swiper-wrapper{gap:24px}}.gotowe-kuracje__tabs .swiper-slide{height:auto;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.gotowe-kuracje__tab-button{white-space:nowrap;padding:14px 24px;min-width:180px;margin:0}.gotowe-kuracje__tab-button.active{background-color:#00af9a;color:#fff;border-color:#00af9a}.gotowe-kuracje__tab-button:hover:not(.active){border-color:#00af9a}.gotowe-kuracje__tab-content{display:none}.gotowe-kuracje__tab-content.active{display:block}.gotowe-kuracje__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.gotowe-kuracje__content-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:100px}}.gotowe-kuracje__content-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (min-width: 1024px){.gotowe-kuracje__content-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%}}.gotowe-kuracje__content-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:64px}@media (min-width: 1024px){.gotowe-kuracje__content-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;margin-top:0}}.gotowe-kuracje__content-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.gotowe-kuracje__content-title{font-weight:400;margin-bottom:24px}.gotowe-kuracje__content-title strong{font-weight:400}.gotowe-kuracje__content-title p:not(strong){font-weight:200}.gotowe-kuracje__content-description{font-size:14px;color:#4e4e4e;margin-bottom:32px}.gotowe-kuracje__content-subtitle{font-weight:400;margin-bottom:16px}.gotowe-kuracje__content-subtitle strong{font-weight:400}.gotowe-kuracje__content-subtitle p:not(strong){font-weight:200}.gotowe-kuracje__products{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:32px}@media (min-width: 1024px){.gotowe-kuracje__products{grid-template-columns:1fr 1fr;gap:24px 32px}}.gotowe-kuracje__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;text-decoration:none;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.gotowe-kuracje__product:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.gotowe-kuracje__product-image{width:120px;height:120px;-ms-flex-negative:0;flex-shrink:0}.gotowe-kuracje__product-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.gotowe-kuracje__product-details{-webkit-box-flex:1;-ms-flex:1;flex:1}.gotowe-kuracje__product-title{font-size:14px;color:#4e4e4e;font-weight:400;margin-bottom:6px}.gotowe-kuracje__product-price{font-size:16px;color:#2c2c2c;font-weight:500}.gotowe-kuracje__additional-text{font-size:14px;color:#4e4e4e;margin-bottom:32px}.filtered-products{width:100%}.filtered-products__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:32px 24px}@media (min-width: 1024px){.filtered-products__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:50px 80px}}.filtered-products__header-content{margin-bottom:32px}@media (min-width: 768px){.filtered-products__header-content{margin-bottom:0;margin-right:80px}}.filtered-products__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.filtered-products__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c}.filtered-products__title strong{font-weight:400}.filtered-products__title p{font-weight:200}.filtered-products__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-size:14px;color:#4e4e4e;width:100%;max-width:620px}.filtered-products__description p{margin:0}.filtered-products__content{padding:32px 24px 64px}@media (min-width: 1024px){.filtered-products__content{padding:50px 80px 100px}}.filtered-products__filters{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin-bottom:64px}.filtered-products__filters::-webkit-scrollbar{display:none}.filtered-products__filter-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:400;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px 24px;background-color:#fff;border:1px solid #00af9a;border-radius:30px;color:#4e4e4e;font-size:16px;white-space:nowrap;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;margin-right:24px}.filtered-products__filter-button:last-child{margin-right:0}.filtered-products__filter-button:hover,.filtered-products__filter-button:focus{background-color:#00af9a;color:#fff;border-color:#00af9a;outline:none}.filtered-products__filter-button--active{background-color:#00af9a;border-color:#00af9a;color:#fff}.filtered-products__filter-button:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.filtered-products__grid{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 375px){.filtered-products__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.filtered-products__grid{grid-template-columns:repeat(4,1fr);gap:32px 32px}}.filtered-products__product-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.filtered-products__product-card:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.filtered-products__product-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;text-decoration:none}.filtered-products__product-link:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:4px}.filtered-products__product-image{width:100%;max-width:100%;aspect-ratio:1/1;margin-bottom:24px;background-color:#fafafa;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.filtered-products__product-image img{width:100%;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.filtered-products__product-image:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.filtered-products__product-image-placeholder{width:100%;max-width:100%;height:auto}.filtered-products__product-title{font-size:16px;font-weight:500;color:#2c2c2c;margin-bottom:16px}.filtered-products__product-description{font-size:14px;color:#4e4e4e;margin-bottom:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.filtered-products__product-price{font-size:16px;font-weight:500;color:#2c2c2c}.filtered-products__product-price .price{display:block}.filtered-products__product-price .price--sale{color:#00af9a}.filtered-products__product-price .price__compare-at{text-decoration:line-through;color:#9c9c9c;margin-right:8px}@media (max-width: 480px){.filtered-products__title{font-size:clamp(24px,6vw,32px)}.filtered-products__description{font-size:12px}}.why-worth-buying__container{padding:64px 24px}@media (min-width: 1024px){.why-worth-buying__container{padding:100px 80px}}.why-worth-buying__content{width:100%;max-width:1600px;margin:0 auto}.why-worth-buying__header{text-align:left;margin-bottom:64px}@media (min-width: 768px){.why-worth-buying__header{margin-bottom:80px}}.why-worth-buying__tag{font-size:14px;color:#00af9a;font-weight:500;margin-bottom:12px;line-height:1.5}.why-worth-buying__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;line-height:1.2}.why-worth-buying__title p{margin:0}.why-worth-buying__title strong{font-weight:400}.why-worth-buying__title :not(strong){font-weight:200}.why-worth-buying__benefits{position:relative}.why-worth-buying__grid{display:none}@media (min-width: 768px){.why-worth-buying__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px 64px;width:100%}}.why-worth-buying__slider-container{display:block;width:100%}@media (min-width: 768px){.why-worth-buying__slider-container{display:none}}.why-worth-buying__slider{margin-bottom:64px;width:100%;overflow:hidden}.why-worth-buying__slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.why-worth-buying__slider .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-negative:0;flex-shrink:0;width:100%}.why-worth-buying__slide-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;width:100%}.why-worth-buying__benefit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;height:auto;width:100%}.why-worth-buying__benefit-icon{margin-bottom:24px;-ms-flex-negative:0;flex-shrink:0}.why-worth-buying__benefit-icon img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.why-worth-buying__benefit-title{font-size:clamp(20px,3vw,20px);color:#2c2c2c;font-weight:400;line-height:1.2;margin-bottom:16px;-ms-flex-negative:0;flex-shrink:0}.why-worth-buying__benefit-description{font-size:14px;color:#2c2c2c;line-height:1.5;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.why-worth-buying__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px}@media (min-width: 768px){.why-worth-buying__navigation{display:none}}.why-worth-buying__nav-btn{width:48px;height:48px;border:1px solid #00af9a;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#2c2c2c}.why-worth-buying__nav-btn:hover{background-color:#00af9a;border-color:#00af9a;color:#fff}.why-worth-buying__nav-btn:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.why-worth-buying__nav-btn svg{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.why-worth-buying .swiper{overflow:hidden;padding:0;width:100%}.why-worth-buying .swiper-wrapper{height:auto!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.why-worth-buying .swiper-slide{height:auto!important;width:100%!important;-ms-flex-negative:0!important;flex-shrink:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media (max-width: 767px){.why-worth-buying .why-worth-buying__grid{display:none!important}}@media (min-width: 768px){.why-worth-buying .why-worth-buying__slider-container{display:none!important}}.opinie-klientow__container{padding:32px 24px 64px;position:relative}@media (min-width: 1024px){.opinie-klientow__container{padding:100px 80px}}.opinie-klientow__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.opinie-klientow__header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.opinie-klientow__tag{text-align:center;font-size:14px;font-weight:500;color:#00af9a;text-transform:uppercase}.opinie-klientow__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;text-align:center}.opinie-klientow__title strong{font-weight:400}.opinie-klientow__title p{font-weight:200;margin:0}.jdgm-all-reviews__summary-text--verified{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.jdgm-rev-widg{max-width:1600px;margin:auto!important;padding:0 24px 64px!important}@media (min-width: 1024px){.jdgm-rev-widg{padding:0 80px 100px!important}}.jdgm-rev-widg__header{margin-bottom:32px!important}@media (max-width: 991px){.jdgm-rev-widg__header{margin-bottom:32px}}.jdgm-rev-widg__title{display:none!important}.jdgm-write-rev-link{max-width:-webkit-fit-content!important;max-width:-moz-fit-content!important;max-width:fit-content!important;border:1px solid rgba(0,0,0,0)!important}.jdgm-write-rev-link:hover{background-color:#fff!important;border:1px solid #00af9a!important;color:#00af9a!important}.jdgm-rev-widg__summary-inner .jdgm-rev-widg__summary-stars{margin-bottom:12px}.jdgm-widget-actions-wrapper{border:none!important}.jdgm-write-rev-link{text-align:center;width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;font-size:16px!important;padding:16px 32px!important;font-weight:400!important;border-radius:100px!important;background-color:#00af9a;color:#fff;display:inline-block;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;text-decoration:none}.jdgm-write-rev-link:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.produkt__container{padding:32px 24px}@media (min-width: 1024px){.produkt__container{padding:50px 80px 100px}}.produkt__box-aplikacji{margin-bottom:32px}.produkt__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.produkt__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:80px}}.produkt__galeria,.produkt__informacje{width:100%}@media (min-width: 1024px){.produkt__galeria,.produkt__informacje{width:calc(50% - 40px)}}.produkt__galeria{margin-bottom:64px}@media (min-width: 1024px){.produkt__galeria{margin-bottom:0;position:sticky;top:80px;-ms-flex-item-align:start;align-self:flex-start}}.produkt__zdjecie-glowne{width:100%;margin-bottom:24px}@media (min-width: 1024px){.produkt__zdjecie-glowne{margin-bottom:24px}}.produkt__zdjecie-glowne img{width:100%;height:auto;display:block;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.produkt__galeria-miniatury{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media (min-width: 768px){.produkt__galeria-miniatury{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width: 1024px){.produkt__galeria-miniatury{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}}.produkt__miniatura{position:relative;border:1px solid rgba(0,0,0,0);width:calc(50% - 8px)}@media (max-width: 767px){.produkt__miniatura.hide-on-mobile{display:none}}@media (min-width: 768px)and (max-width: 1023px){.produkt__miniatura.hide-on-tablet{display:none}}@media (min-width: 768px){.produkt__miniatura{width:calc(33.333% - 11px)}}@media (min-width: 1024px){.produkt__miniatura{width:100%}}.produkt__miniatura img{width:100%;height:auto;display:block;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.produkt__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;display:inline-block}.produkt__tytul{font-size:clamp(24px,3vw,32px);font-weight:200;color:#2c2c2c;margin-bottom:24px;line-height:1.2}.produkt__tytul-pogrubiony{font-weight:400}.produkt__oceny{margin-bottom:32px}.produkt__oceny .jdgm-prev-badge__stars{color:#ffc574}.produkt__oceny .jdgm-prev-badge__text{margin-left:8px}.produkt__opis{font-size:14px;color:#4e4e4e;line-height:1.5;margin-bottom:32px}.produkt__opis p{margin-bottom:16px}.produkt__opis p:last-child{margin-bottom:0}.produkt__promocja{background-color:#fafafa;padding:24px;margin-bottom:32px}.produkt__promocja-tytul{font-size:clamp(20px,3vw,20px);font-weight:500;color:#2c2c2c;margin-bottom:16px}.produkt__promocja-tekst{font-size:14px;color:#4e4e4e;line-height:1.5;margin-bottom:24px}.produkt__promocja-tekst p{margin:0}.produkt__promocja-kod{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.produkt__promocja-label{font-size:14px;color:#4e4e4e}.produkt__promocja-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 24px;border:1px dashed #00af9a;background:#0000;cursor:pointer;border-radius:100px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.produkt__promocja-button:hover{background-color:#00af9a0d}.produkt__promocja-button:active{background-color:#00af9a1a}.produkt__promocja-button-tekst{font-size:16px;color:#2c2c2c;font-weight:400}.produkt__promocja-ikona{margin-left:10px}.produkt__zalety{margin-bottom:32px}.produkt__zalety-tytul{font-size:18px;font-weight:500;margin-bottom:16px;color:#2c2c2c}.produkt__zalety-lista{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.produkt__zalety-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;font-size:14px;color:#4e4e4e}.produkt__zalety-ikona{-ms-flex-negative:0;flex-shrink:0;margin-top:3px}.produkt__specyfikacja,.produkt__sposob-uzycia{margin-bottom:32px}.produkt__specyfikacja-tytul,.produkt__sposob-uzycia-tytul{font-size:18px;font-weight:500;margin-bottom:16px;color:#2c2c2c}.produkt__specyfikacja-tresc,.produkt__sposob-uzycia-tresc{font-size:14px;color:#4e4e4e;line-height:1.5}.produkt__specyfikacja-tresc p,.produkt__sposob-uzycia-tresc p{margin-bottom:16px}.produkt__specyfikacja-tresc p:last-child,.produkt__sposob-uzycia-tresc p:last-child{margin-bottom:0}.produkt__specyfikacja-tresc img,.produkt__sposob-uzycia-tresc img{width:100%}.produkt__metainfo-sekcje{margin-top:64px}.produkt__metainfo-sekcja{margin-bottom:32px;padding-bottom:0}.produkt__metainfo-sekcja:last-of-type{margin-bottom:32px}.produkt__metainfo-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.produkt__metainfo-tytul{color:#2c2c2c;margin:0}.produkt__metainfo-toggle{background:none;border:none;padding:0;cursor:pointer}.produkt__metainfo-icon{font-size:24px;line-height:1;color:#00af9a;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:block}.produkt__metainfo-tresc{font-size:14px;color:#4e4e4e;line-height:1.5;height:0;opacity:0;overflow:hidden;-webkit-transition:height .25s ease,opacity .1s ease;transition:height .25s ease,opacity .1s ease;will-change:height,opacity}.produkt__metainfo-tresc.active{height:auto;opacity:1;margin-top:24px;-webkit-transition:height .25s ease,opacity .25s ease .1s;transition:height .25s ease,opacity .25s ease .1s}.produkt__metainfo-tresc p{margin-bottom:16px}.produkt__metainfo-tresc p:last-child{margin-bottom:0}.produkt__crosssell{margin-top:64px}.produkt__crosssell-header{margin-bottom:48px}.produkt__crosssell-tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;display:inline-block}.produkt__crosssell-tytul{font-weight:200;color:#2c2c2c;margin:0}.produkt__crosssell-tytul p{margin:0;font-weight:200}.produkt__crosssell-tytul strong{font-weight:400}.produkt__crosssell-slider{position:relative;overflow:hidden}.produkt__crosssell-desktop{display:none}@media (min-width: 1024px){.produkt__crosssell-desktop{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;width:66%}}.produkt__crosssell-mobile{display:block}@media (min-width: 1024px){.produkt__crosssell-mobile{display:none}}.produkt__crosssell-produkty{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.produkt__crosssell-produkt{width:100%;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.produkt__crosssell-produkt:hover{-webkit-transform:translateY(-5px)!important;transform:translateY(-5px)!important}@media (min-width: 1024px){.produkt__crosssell-produkt{width:100%;padding-right:0}}@media (min-width: 1024px){.produkt__crosssell-produkt.swiper-slide{height:auto!important}}.produkt__crosssell-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-decoration:none;height:100%;width:100%}.produkt__crosssell-link:hover .produkt__crosssell-link-nazwa{color:#00af9a}.produkt__crosssell-zdjecie{width:100%;margin-bottom:24px}.produkt__crosssell-zdjecie:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.produkt__crosssell-zdjecie img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.produkt__crosssell-nazwa{font-size:16px;font-weight:500;color:#2c2c2c;margin-bottom:16px;-webkit-transition:color .2s ease;transition:color .2s ease}.produkt__crosssell-opis{font-size:14px;color:#4e4e4e;margin-top:16px;margin-bottom:16px;line-height:1.5;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.produkt__crosssell-cena{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:auto}.produkt__crosssell-cena-promocyjna{font-size:16px;font-weight:500;color:#00af9a}.produkt__crosssell-cena-regularna{font-size:16px;font-weight:500}.produkt__crosssell-cena-regularna:only-child{color:#2c2c2c}.produkt__crosssell-cena-promocyjna+.produkt__crosssell-cena-regularna{color:#9c9c9c;text-decoration:line-through;font-weight:400}.produkt__crosssell-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px;margin-top:64px}@media (min-width: 1024px){.produkt__crosssell-nav{display:none}}.produkt__crosssell-prev,.produkt__crosssell-next{width:44px;height:44px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#2c2c2c;background-color:#fff;border:1px solid #00af9a;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.produkt__crosssell-prev:hover,.produkt__crosssell-next:hover{background-color:#00af9a;color:#fff;border-color:#00af9a}.produkt__crosssell-prev:focus-visible,.produkt__crosssell-next:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.produkt__crosssell-prev svg,.produkt__crosssell-next svg{width:24px;height:24px}.produkt .produkt__crosssell .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.produkt .produkt__crosssell .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.produkt__cena{font-size:18px;font-weight:500;color:#2c2c2c;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.produkt__cena-promocyjna{color:#00af9a}.produkt__cena-regularna:only-child{color:#2c2c2c}.produkt__cena-promocyjna+.produkt__cena-regularna{color:#9c9c9c;text-decoration:line-through;font-weight:400}.produkt__formularz{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:64px}.produkt__akcje{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:24px;-ms-flex-wrap:nowrap;flex-wrap:nowrap}@media (min-width: 480px){.produkt__akcje{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.produkt__ilosc{-ms-flex-negative:0;flex-shrink:0}.produkt__ilosc-label.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.produkt__ilosc-kontrolki{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #d3d3d3;border-radius:100px;height:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px}.produkt__ilosc-przycisk{width:30px;height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;background-color:#0000;cursor:pointer;padding:0}.produkt__ilosc-przycisk:hover{color:#00af9a}.produkt__ilosc-input{font-size:16px;width:30px;height:50px;text-align:center;border:none;background:#0000;-moz-appearance:textfield;padding:0}.produkt__ilosc-input::-webkit-outer-spin-button,.produkt__ilosc-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.produkt__dodaj-do-koszyka:disabled{background-color:#9c9c9c;cursor:not-allowed}.swiper-pagination{position:relative;margin-top:32px;bottom:0;z-index:1}@media (min-width: 1024px){.swiper-pagination{display:none}}.produkt__lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:none;z-index:1000}.produkt__lightbox.is-open{display:block}.produkt__lightbox-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000d9}.produkt__lightbox-dialog{position:relative;width:min(95vw,1200px);height:min(90vh,90svh);margin:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.produkt__lightbox-close{position:absolute;top:8px;right:12px;background:#0000;color:#fff;font-size:32px;line-height:1;border:0;cursor:pointer;z-index:2}.produkt__lightbox-slider{width:100%;height:100%}.produkt__lightbox-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.produkt__lightbox-slider img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.produkt__lightbox .swiper-button-prev,.produkt__lightbox .swiper-button-next{color:#fff}.produkt__lightbox .swiper-pagination-bullet{background:#fff;opacity:.6}.produkt__lightbox .swiper-pagination-bullet-active{opacity:1}.faq-section__container{padding:32px 24px}@media (min-width: 1024px){.faq-section__container{padding:100px 80px}}.faq-section__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.faq-section__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.faq-section__info{margin-bottom:64px}@media (min-width: 1024px){.faq-section__info{margin-bottom:0;margin-right:40px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:400px}}.faq-section__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.faq-section__title{margin-bottom:32px}.faq-section__title strong{font-weight:400}.faq-section__title p{font-weight:200}.faq-section__description{font-size:14px;color:#4e4e4e;margin-bottom:32px}.faq-section__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.faq-section__contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.faq-section__contact-item:last-child{margin-bottom:0}.faq-section__contact-icon{width:24px;height:24px;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}.faq-section__contact-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.faq-section__contact-text{font-size:14px;color:#4e4e4e}.faq-section__questions{width:100%}@media (min-width: 1024px){.faq-section__questions{max-width:630px}}.faq-section__question{border-bottom:1px solid #d3d3d3;margin-bottom:40px;position:relative}.faq-section__question:last-child{margin-bottom:0}.faq-section__question:not(.faq-section__question--active){padding-bottom:32px}.faq-section__question-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.faq-section__question-title{font-size:clamp(20px,3vw,20px);font-weight:400;color:#2c2c2c;margin:0;padding-right:20px}.faq-section__question-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00af9a;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.faq-section__question-icon svg{width:24px;height:24px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.faq-section__question--active .faq-section__question-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq-section__question-content{margin-top:24px;padding-bottom:32px}.faq-section__question-answer{font-size:14px;color:#4e4e4e}.faq-section__question-answer p{margin:0}.historia__container{width:100%;padding:32px 24px}@media (min-width: 1024px){.historia__container{padding:50px 80px}}.historia__wrapper,.historia__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media (min-width: 768px){.historia__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.historia__header{margin-bottom:32px}@media (min-width: 768px){.historia__header{margin-bottom:0;margin-right:64px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}}.historia__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.historia__tytul{color:#2c2c2c}.historia__tytul p{font-size:clamp(32px,4.5vw,40px);line-height:1.2}.historia__tytul p strong{font-weight:400}.historia__tytul p:not(strong){font-weight:200}.historia__opis{width:100%}@media (min-width: 768px){.historia__opis{max-width:620px;-webkit-box-flex:0;-ms-flex:0 1 620px;flex:0 1 620px}}.historia__opis p{font-size:14px;color:#4e4e4e;line-height:1.5}.historia__zdjecie{margin-top:64px;width:100%}@media (min-width: 768px){.historia__zdjecie{margin-top:100px}}.historia__img{width:100%;height:auto;display:block}.o-zalozyciel{width:100%}.o-zalozyciel__wrapper{padding:64px 24px;max-width:1600px;margin:0 auto}@media (min-width: 1024px){.o-zalozyciel__wrapper{padding:100px 200px}}.o-zalozyciel__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:32px}@media (min-width: 1024px){.o-zalozyciel__header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;margin-bottom:64px}}.o-zalozyciel__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.o-zalozyciel__title{font-size:clamp(32px,4.5vw,40px);line-height:1.2}.o-zalozyciel__title strong{font-weight:400}.o-zalozyciel__title p{font-weight:200;margin:0}.o-zalozyciel__description{font-size:14px;color:#4e4e4e;line-height:1.5}.o-zalozyciel__description p{margin-bottom:16px}.o-zalozyciel__description p:last-child{margin-bottom:0}@media (min-width: 1024px){.o-zalozyciel__description{text-align:center}}.nauka-i-innowacja__container{padding:64px 24px;width:100%}@media (min-width: 1024px){.nauka-i-innowacja__container{padding:100px 80px}}.nauka-i-innowacja__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nauka-i-innowacja__image-container{margin-bottom:64px}.nauka-i-innowacja__main-image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-height:100%}.nauka-i-innowacja__tag{color:#00af9a;font-size:14px;font-weight:500;margin-bottom:16px;text-transform:uppercase}.nauka-i-innowacja__title{color:#2c2c2c;margin-bottom:32px;font-weight:200}.nauka-i-innowacja__title strong{font-weight:400}.nauka-i-innowacja__title span:not(strong){font-weight:300}.nauka-i-innowacja__description{color:#4e4e4e;font-size:14px;line-height:1.5}.nauka-i-innowacja__description p{margin-bottom:16px}.nauka-i-innowacja__description p:last-child{margin-bottom:0}.nauka-i-innowacja__button-container{margin-top:32px}.nauka-i-innowacja__button{display:inline-block}.nauka-i-innowacja__secondary-image-container{display:none}@media (min-width: 1024px){.nauka-i-innowacja__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:100px}.nauka-i-innowacja__image-container{width:50%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;height:100%;-ms-flex-item-align:stretch;align-self:stretch}.nauka-i-innowacja__main-image{height:100%;aspect-ratio:auto}.nauka-i-innowacja__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.nauka-i-innowacja__content{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:64px}.nauka-i-innowacja__secondary-image-container{display:block;margin-top:auto;width:100%;max-width:353px;height:191px;margin-left:auto}.nauka-i-innowacja__secondary-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}.swiatowa-ekspansja__container{padding:64px 24px}@media (min-width: 1024px){.swiatowa-ekspansja__container{padding:100px 80px}}.swiatowa-ekspansja__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1600px;margin:0 auto;width:100%}@media (min-width: 1024px){.swiatowa-ekspansja__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.swiatowa-ekspansja__mapa{width:100%}@media (min-width: 1024px){.swiatowa-ekspansja__mapa{width:calc(50% - 50px);max-width:800px}}.swiatowa-ekspansja__mapa-obraz{width:100%;height:auto}.swiatowa-ekspansja__mapa-placeholder{width:100%;aspect-ratio:16/9;background-color:#fafafa}.swiatowa-ekspansja__tresc{width:100%;margin-top:64px}@media (min-width: 1024px){.swiatowa-ekspansja__tresc{margin-top:0;margin-left:100px;width:40%;max-width:480px}}.swiatowa-ekspansja__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.swiatowa-ekspansja__tytul{margin-bottom:32px}.swiatowa-ekspansja__tytul p{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;line-height:1.2}.swiatowa-ekspansja__tytul strong{font-weight:400}.swiatowa-ekspansja__tytul p:not(strong){font-weight:200}.swiatowa-ekspansja__opis{font-size:14px;color:#4e4e4e;line-height:1.5}.swiatowa-ekspansja__opis p{margin-bottom:0}.o-nas__container{padding:32px 24px 64px;width:100%}@media (min-width: 1024px){.o-nas__container{padding:50px 80px 100px}}.o-nas__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.o-nas__image-container{margin-bottom:64px}.o-nas__main-image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-height:100%}.o-nas__tag{color:#00af9a;font-size:14px;font-weight:500;margin-bottom:16px;text-transform:uppercase}.o-nas__title{color:#2c2c2c;margin-bottom:32px;font-weight:200}.o-nas__title strong{font-weight:400}.o-nas__title span:not(strong){font-weight:300}.o-nas__description{color:#4e4e4e;font-size:14px;line-height:1.5;margin-bottom:32px}.o-nas__description p{margin-bottom:16px}.o-nas__description p:last-child{margin-bottom:0}.o-nas__button{display:inline-block}@media (min-width: 1024px){.o-nas__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}.o-nas__image-container{width:50%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;height:100%;-ms-flex-item-align:stretch;align-self:stretch}.o-nas__main-image{height:100%;aspect-ratio:auto}.o-nas__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%}.o-nas__content{-webkit-box-flex:1;-ms-flex:1;flex:1}}.formuly__container{padding:32px 24px 64px;width:100%}@media (min-width: 1024px){.formuly__container{padding:50px 80px 100px}}.formuly__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.formuly__image-container{margin-bottom:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.formuly__content-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:64px}.formuly__main-image{width:100%;height:auto;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;max-height:100%}.formuly__tag{color:#00af9a;font-size:14px;font-weight:500;margin-bottom:16px;text-transform:uppercase}.formuly__title{color:#2c2c2c;margin-bottom:32px;font-weight:200}.formuly__title strong{font-weight:400}.formuly__title span:not(strong){font-weight:300}.formuly__description{color:#4e4e4e;font-size:14px;line-height:1.5;margin-bottom:32px}.formuly__description p{margin-bottom:16px}.formuly__description p:last-child{margin-bottom:0}.formuly__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;width:100%}.formuly__icon-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.formuly__icon-img{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.formuly__icon-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.formuly__icon-text{margin-left:12px;font-size:14px;color:#4e4e4e}@media (min-width: 1024px){.formuly__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:100px}.formuly__image-container{width:50%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0;height:100%;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.formuly__content-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:50%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:0}.formuly__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.formuly__icons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}}.formularz-kontaktowy__container{padding:32px 24px}@media (min-width: 1024px){.formularz-kontaktowy__container{padding:80px 80px 100px}}.formularz-kontaktowy__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.formularz-kontaktowy__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:100px}}.formularz-kontaktowy__content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.formularz-kontaktowy__content{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:600px}}.formularz-kontaktowy__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.formularz-kontaktowy__title{color:#2c2c2c;margin-bottom:24px;line-height:1.2}.formularz-kontaktowy__title strong{font-weight:400}.formularz-kontaktowy__title:not(strong){font-weight:200}.formularz-kontaktowy__description{margin-bottom:32px}.formularz-kontaktowy__description p{font-size:14px;color:#2c2c2c;line-height:1.5}.formularz-kontaktowy__form{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.formularz-kontaktowy__field{margin-bottom:24px}.formularz-kontaktowy__label{display:block;font-size:14px;color:#2c2c2c;margin-bottom:12px}.formularz-kontaktowy__input,.formularz-kontaktowy__textarea{width:100%;border:1px solid #d3d3d3;padding:16px;font-size:14px;color:#4e4e4e}.formularz-kontaktowy__input::-webkit-input-placeholder,.formularz-kontaktowy__textarea::-webkit-input-placeholder{color:#9c9c9c;font-size:14px}.formularz-kontaktowy__input::-moz-placeholder,.formularz-kontaktowy__textarea::-moz-placeholder{color:#9c9c9c;font-size:14px}.formularz-kontaktowy__input:-ms-input-placeholder,.formularz-kontaktowy__textarea:-ms-input-placeholder{color:#9c9c9c;font-size:14px}.formularz-kontaktowy__input::-ms-input-placeholder,.formularz-kontaktowy__textarea::-ms-input-placeholder{color:#9c9c9c;font-size:14px}.formularz-kontaktowy__input::placeholder,.formularz-kontaktowy__textarea::placeholder{color:#9c9c9c;font-size:14px}.formularz-kontaktowy__input:focus,.formularz-kontaktowy__textarea:focus{outline:2px solid rgba(0,175,154,.5);outline-offset:0}.formularz-kontaktowy__input{border-radius:100px;padding:16px 24px}.formularz-kontaktowy__textarea{height:220px;resize:vertical;border-radius:16px}.formularz-kontaktowy__checkbox-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin-bottom:32px}.formularz-kontaktowy__checkbox{width:18px;height:18px;border:1px solid #9c9c9c;-ms-flex-negative:0;flex-shrink:0;margin-top:2px;border-radius:3px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;cursor:pointer}.formularz-kontaktowy__checkbox:checked{background-color:#00af9a;border-color:#00af9a}.formularz-kontaktowy__checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);width:5px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;margin-top:-1px}.formularz-kontaktowy__checkbox:focus-visible{outline:2px solid rgba(0,175,154,.5);outline-offset:2px}.formularz-kontaktowy__checkbox-label{font-size:14px;color:#4e4e4e;line-height:1.5}.formularz-kontaktowy__success{background-color:#00af9a1a;border:1px solid #00af9a;padding:16px;margin-bottom:24px}.formularz-kontaktowy__success p{color:#00af9a;font-size:14px;margin:0}.formularz-kontaktowy__errors{background-color:#ff00001a;border:1px solid red;padding:16px;margin-bottom:24px}.formularz-kontaktowy__errors ul{list-style:disc;margin-left:16px}.formularz-kontaktowy__errors ul li{color:red;font-size:14px}.formularz-kontaktowy__errors ul li a{color:red;text-decoration:underline}.formularz-kontaktowy__errors ul li a:hover{text-decoration:none}.formularz-kontaktowy__image-container{width:100%}@media (min-width: 1024px){.formularz-kontaktowy__image-container{aspect-ratio:1/1;position:relative}}@media (min-width: 1024px){.formularz-kontaktowy__image-container{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}}.formularz-kontaktowy__image{width:100%;height:auto;display:block}@media (min-width: 1024px){.formularz-kontaktowy__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}@media (min-width: 1024px){.formularz-kontaktowy__image{-o-object-fit:cover;object-fit:cover;height:100%}}.formularz-kontaktowy__image--placeholder{background-color:#fafafa;min-height:300px}@media (min-width: 1024px){.formularz-kontaktowy__image--placeholder{min-height:400px}}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.informacje-kontaktowe__container{padding:64px 24px}@media (min-width: 1024px){.informacje-kontaktowe__container{padding:100px 80px}}.informacje-kontaktowe__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:48px}@media (min-width: 768px){.informacje-kontaktowe__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.informacje-kontaktowe__blok{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}@media (min-width: 768px){.informacje-kontaktowe__blok{-webkit-box-flex:1;-ms-flex:1;flex:1}}.informacje-kontaktowe__ikona{width:48px;height:48px;margin-bottom:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.informacje-kontaktowe__ikona-img{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.informacje-kontaktowe__tytul{margin-bottom:12px;font-size:clamp(20px,3vw,20px);text-align:center;width:100%}.informacje-kontaktowe__tytul p{margin:0;font-weight:200}.informacje-kontaktowe__tytul p strong,.informacje-kontaktowe__tytul p b{font-weight:400;color:#2c2c2c}.informacje-kontaktowe__opis{max-width:275px;margin-bottom:12px;font-size:14px;color:#4e4e4e;text-align:center;width:100%}.informacje-kontaktowe__opis p{margin:0;font-weight:200}.informacje-kontaktowe__opis p strong,.informacje-kontaktowe__opis p b{font-weight:400}.informacje-kontaktowe__kontakt{font-size:16px;font-weight:500;text-align:center;width:100%}.blog-grid{position:relative;padding:32px 24px 64px}@media (min-width: 768px){.blog-grid{padding:50px 32px 64px}}@media (min-width: 1024px){.blog-grid{padding:50px 80px 100px}}.blog-grid__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:96px;text-align:left}@media (min-width: 1024px){.blog-grid__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:100px}}.blog-grid__header-left{margin-bottom:32px}@media (min-width: 1024px){.blog-grid__header-left{margin-bottom:0;margin-right:64px;-ms-flex-negative:0;flex-shrink:0}}.blog-grid__header-right{width:100%;max-width:620px}@media (min-width: 1024px){.blog-grid__header-right{-webkit-box-flex:1;-ms-flex:1;flex:1}}.blog-grid__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.blog-grid__title strong{font-weight:400}.blog-grid__title p{font-weight:200}.blog-grid__description{font-size:14px;color:#4e4e4e;line-height:1.5}.blog-grid__content{position:relative}.blog-grid__posts{display:grid;grid-template-columns:1fr;gap:32px}@media (min-width: 768px){.blog-grid__posts{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.blog-grid__posts{grid-template-columns:repeat(3,1fr)}.blog-grid__posts .blog-grid__post:nth-child(1){grid-column:span 2}}.blog-grid__post{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}@media (min-width: 1024px){.blog-grid__post--featured .blog-grid__image{height:300px}}.blog-grid__image-link{display:block;margin-bottom:32px;width:100%;overflow:hidden}.blog-grid__image-link:hover{opacity:.9}.blog-grid__image{width:100%;position:relative;height:300px}.blog-grid__image img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media (min-width: 768px){.blog-grid__image{height:250px}}@media (min-width: 1024px){.blog-grid__image{height:300px}}.blog-grid__content-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blog-grid__date-tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:8px}.blog-grid__post-title{font-size:clamp(20px,3vw,20px);margin-bottom:24px}.blog-grid__post-title a{color:#2c2c2c;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.blog-grid__post-title a:hover{color:#00af9a}.blog-grid__excerpt{font-size:14px;color:#4e4e4e;line-height:1.5}.blog-grid__excerpt-desktop{display:none}.blog-grid__excerpt-mobile{display:block}@media (min-width: 1024px){.blog-grid__excerpt-desktop{display:block}.blog-grid__excerpt-mobile{display:none}}.blog-post-content__container{padding:32px 24px 64px}@media (min-width: 1024px){.blog-post-content__container{padding:50px 80px 100px}}.blog-post-content__featured-image{width:100%;margin-bottom:64px}@media (min-width: 1024px){.blog-post-content__featured-image{margin-bottom:100px}}.blog-post-content__featured-image img{width:100%;height:100%;max-height:460px;-o-object-fit:cover;object-fit:cover;display:block}.blog-post-content__mobile-toc{display:block;margin-bottom:64px;padding:32px;background-color:#fafafa}@media (min-width: 1024px){.blog-post-content__mobile-toc{display:none}}.blog-post-content__main{width:100%}@media (min-width: 1024px)and (max-width: 1365px){.blog-post-content__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}}@media (min-width: 1366px){.blog-post-content__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.blog-post-content__text{width:100%}@media (min-width: 1366px){.blog-post-content__text{-webkit-box-flex:1;-ms-flex:1;flex:1}}.blog-post-content__sidebar{display:none}@media (min-width: 1024px)and (max-width: 1365px){.blog-post-content__sidebar{display:block;width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:64px}}@media (min-width: 1366px){.blog-post-content__sidebar{display:block;width:100%;max-width:400px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-bottom:0}}.blog-post-content__toc{padding:32px;background-color:#fafafa}@media (min-width: 1024px){.blog-post-content__toc{position:sticky;top:32px}}.blog-post-content__toc-title{margin-bottom:24px;font-weight:400}.blog-post-content__toc-items ol{list-style:decimal;padding-left:20px}.blog-post-content__toc-items li{margin-bottom:16px}.blog-post-content__toc-items li:last-child{margin-bottom:0}.blog-post-content__toc-link{color:#4e4e4e;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.blog-post-content__toc-link:hover{color:#00af9a}.blog-post-content__toc-link--h2{font-weight:400}.blog-post-content__toc-link--h3,.blog-post-content__toc-link--h4,.blog-post-content__toc-link--h5,.blog-post-content__toc-link--h6{font-weight:300}.blog-post-content__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:16px}.blog-post-content__tag{font-size:14px;color:#00af9a;font-weight:500}.blog-post-content__title{margin-bottom:32px;font-size:clamp(32px,4.5vw,40px)}.blog-post-content__title-light{font-weight:200}.blog-post-content__title-regular{font-weight:400}.blog-post-content__body h1,.blog-post-content__body h2,.blog-post-content__body h3,.blog-post-content__body h4,.blog-post-content__body h5,.blog-post-content__body h6{font-weight:400;margin-bottom:32px;margin-top:64px}.blog-post-content__body h1:first-child,.blog-post-content__body h2:first-child,.blog-post-content__body h3:first-child,.blog-post-content__body h4:first-child,.blog-post-content__body h5:first-child,.blog-post-content__body h6:first-child{margin-top:0}.blog-post-content__body p{margin-bottom:64px;font-weight:200;font-size:14px;color:#2c2c2c}.blog-post-content__body p strong,.blog-post-content__body p b{font-weight:400}.blog-post-content__body p:last-child{margin-bottom:0}.blog-post-content__body img{width:100%;height:auto;margin:64px 0}.blog-post-content__body img:last-child{margin-bottom:0}.blog-post-content__body ul,.blog-post-content__body ol{margin-bottom:32px;padding-left:20px}.blog-post-content__body ul li,.blog-post-content__body ol li{font-weight:200;margin-bottom:16px;font-size:14px;color:#2c2c2c}.blog-post-content__body ul li:last-child,.blog-post-content__body ol li:last-child{margin-bottom:0}.blog-post-content__body ul{list-style:disc}.blog-post-content__body ol{list-style:decimal}.blog-post-content__body blockquote{padding-left:24px;border-left:4px solid #00af9a;margin:32px 0;font-style:italic}.blog-post-content__body blockquote p{margin-bottom:24px}.blog-post-content__body blockquote p:last-child{margin-bottom:0}.blog-post-content__body a{color:#00af9a;text-decoration:underline}.blog-post-content__body a:hover{text-decoration:none}.koszyk-section{padding:32px 24px}@media (min-width: 1024px){.koszyk-section{padding:50px 80px 100px}}.koszyk-section .container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto}.koszyk-section__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}@media (min-width: 768px){.koszyk-section__header{margin-bottom:64px}}.koszyk-section__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.koszyk-section__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c}.koszyk-section__title p{font-weight:200}.koszyk-section__title p strong{font-weight:400}.koszyk-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.koszyk-section__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.koszyk-section__produkty{width:100%}@media (min-width: 1024px){.koszyk-section__produkty{width:calc(60% - 50px);margin-right:100px}}.koszyk-section__darmowa-dostawa{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fafafa;padding:24px;border-radius:8px;margin-bottom:64px}.koszyk-section__ikona-box{-ms-flex-negative:0;flex-shrink:0;width:40px;height:40px;margin-right:24px}.koszyk-section__darmowa-dostawa-tekst{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.koszyk-section__darmowa-dostawa-tytul{font-size:clamp(20px,3vw,20px);font-weight:400;color:#2c2c2c;margin-bottom:8px}.koszyk-section__darmowa-dostawa-komunikat{font-size:14px;color:#4e4e4e}.koszyk-section__lista-produktow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.koszyk-section__produkt{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:32px;position:relative}@media (max-width: 480px){.koszyk-section__produkt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.koszyk-section__produkt:last-child{margin-bottom:0}.koszyk-section__produkt-zdjecie{width:150px;height:150px;-ms-flex-negative:0;flex-shrink:0;margin-right:32px}@media (max-width: 480px){.koszyk-section__produkt-zdjecie{width:100%;height:auto;margin-right:0;margin-bottom:16px}}.koszyk-section__produkt-zdjecie img,.koszyk-section__produkt-zdjecie svg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.koszyk-section__placeholder{width:100%;height:100%;background-color:#fafafa}.koszyk-section__produkt-detale{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.koszyk-section__produkt-gora{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.koszyk-section__produkt-info{padding-right:20px}.koszyk-section__produkt-tytul{font-size:16px;font-weight:400;color:#4e4e4e;margin-bottom:8px}.koszyk-section__produkt-wariant{font-size:14px;color:#00af9a}.koszyk-section__produkt-usun{font-size:24px;color:#4e4e4e;line-height:1;cursor:pointer}.koszyk-section__produkt-usun:hover{color:#00af9a}.koszyk-section__produkt-dol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:32px}.koszyk-section__produkt-ilosc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d3d3d3;border-radius:100px;padding:10px 12px}.koszyk-section__ilosc-przycisk{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:clamp(20px,3vw,20px);color:#2c2c2c;cursor:pointer}.koszyk-section__ilosc-przycisk:hover{color:#00af9a}.koszyk-section__ilosc-liczba{font-size:clamp(20px,3vw,20px);color:#2c2c2c;padding:0 12px}.koszyk-section__produkt-cena{font-size:clamp(20px,3vw,20px);color:#2c2c2c}.koszyk-section__podsumowanie{width:100%;background-color:#fafafa;padding:32px;margin-top:64px}@media (min-width: 1024px){.koszyk-section__podsumowanie{width:40%;margin-top:0}}.koszyk-section__podsumowanie-tytul{font-size:clamp(24px,3vw,24px);color:#2c2c2c;margin-bottom:32px}.koszyk-section__podsumowanie-tytul p{font-weight:200}.koszyk-section__podsumowanie-tytul p strong{font-weight:400}.koszyk-section__podsumowanie-kwota{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:32px}.koszyk-section__kwota-razem{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;margin-bottom:8px}.koszyk-section__koszt-dostawy{font-size:14px;color:#4e4e4e}.koszyk-section__rabat{margin-bottom:32px}.koszyk-section__rabat-etykieta{font-size:14px;color:#2c2c2c;display:block;margin-bottom:12px}.koszyk-section__rabat-input{width:100%;border:1px solid #d3d3d3;border-radius:100px;padding:14px 24px;font-size:14px;font-weight:400}.koszyk-section__rabat-input::-webkit-input-placeholder{color:#9c9c9c}.koszyk-section__rabat-input::-moz-placeholder{color:#9c9c9c}.koszyk-section__rabat-input:-ms-input-placeholder{color:#9c9c9c}.koszyk-section__rabat-input::-ms-input-placeholder{color:#9c9c9c}.koszyk-section__rabat-input::placeholder{color:#9c9c9c}.koszyk-section__rabat-input:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.koszyk-section__do-platnosci{display:block;width:100%;text-align:center;background-color:#00af9a;color:#fff;border-radius:100px;padding:14px 24px;font-size:16px;font-weight:400;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.koszyk-section__pusty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;padding:60px 0;margin:0 auto}.koszyk-section__pusty-ikona{width:40px;height:40px;margin-bottom:24px}.koszyk-section__pusty-ikona svg{width:100%;height:100%}.koszyk-section__pusty-tytul{font-size:clamp(24px,3vw,32px);color:#2c2c2c;margin-bottom:16px}.koszyk-section__pusty-tytul p{font-weight:200}.koszyk-section__pusty-tytul p strong{font-weight:400}.koszyk-section__pusty-tekst{font-size:16px;color:#4e4e4e;margin-bottom:32px;max-width:400px}.shopify-challenge__container{margin-top:32px!important}.shopify-challenge__message{font-size:16px;margin-bottom:32px!important}.shopify-challenge__button.btn{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:1.5;padding:16px 32px;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;position:relative;background-color:#00af9a;color:#fff}.shopify-challenge__button.btn:hover{background-color:#0000;border:1px solid #00af9a;color:#00af9a}.product-usps__container{padding:64px 24px}@media (min-width: 1024px){.product-usps__container{padding:100px 80px}}.product-usps__content{width:100%;max-width:1600px;margin:0 auto}.product-usps__header{text-align:left;margin-bottom:64px}@media (min-width: 768px){.product-usps__header{margin-bottom:80px}}.product-usps__tag{font-size:14px;color:#00af9a;font-weight:500;margin-bottom:12px;line-height:1.5}.product-usps__title{font-size:clamp(32px,4.5vw,40px);color:#2c2c2c;line-height:1.2}.product-usps__title p{margin:0}.product-usps__title strong{font-weight:400}.product-usps__title :not(strong){font-weight:200}.product-usps__items{position:relative}.product-usps__grid{display:none}@media (min-width: 768px){.product-usps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:64px 64px;width:100%}}.product-usps__slider-container{display:block;width:100%}@media (min-width: 768px){.product-usps__slider-container{display:none}}.product-usps__slider{margin-bottom:64px;width:100%;overflow:hidden}.product-usps__slider .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;display:-webkit-box;display:-ms-flexbox;display:flex}.product-usps__slider .swiper-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-negative:0;flex-shrink:0;width:100%}.product-usps__slide-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;width:100%}.product-usps__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left;height:auto;width:100%}.product-usps__item-icon{margin-bottom:24px;-ms-flex-negative:0;flex-shrink:0}.product-usps__item-icon img{width:40px;height:40px;-o-object-fit:contain;object-fit:contain}.product-usps__item-title{font-size:clamp(20px,3vw,20px);color:#2c2c2c;font-weight:400;line-height:1.2;margin-bottom:16px;-ms-flex-negative:0;flex-shrink:0}.product-usps__item-description{font-size:14px;color:#2c2c2c;line-height:1.5;margin:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product-usps__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:16px}@media (min-width: 768px){.product-usps__navigation{display:none}}.product-usps__nav-btn{width:48px;height:48px;border:1px solid #00af9a;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;color:#2c2c2c}.product-usps__nav-btn:hover{background-color:#00af9a;border-color:#00af9a;color:#fff}.product-usps__nav-btn:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.product-usps__nav-btn svg{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.product-usps .swiper{overflow:hidden;padding:0;width:100%}.product-usps .swiper-wrapper{height:auto!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.product-usps .swiper-slide{height:auto!important;width:100%!important;-ms-flex-negative:0!important;flex-shrink:0!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}@media (max-width: 767px){.product-usps .product-usps__grid{display:none!important}}@media (min-width: 768px){.product-usps .product-usps__slider-container{display:none!important}}.product-faq__container{padding:32px 24px}@media (min-width: 1024px){.product-faq__container{padding:100px 80px}}.product-faq__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (min-width: 1024px){.product-faq__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.product-faq__info{margin-bottom:64px}@media (min-width: 1024px){.product-faq__info{margin-bottom:0;margin-right:40px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:400px}}.product-faq__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.product-faq__title{margin-bottom:32px}.product-faq__title strong{font-weight:400}.product-faq__title p{font-weight:200}.product-faq__description{font-size:14px;color:#4e4e4e;margin-bottom:32px}.product-faq__contact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-faq__contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.product-faq__contact-item:last-child{margin-bottom:0}.product-faq__contact-icon{width:24px;height:24px;margin-right:16px;-ms-flex-negative:0;flex-shrink:0}.product-faq__contact-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-faq__contact-text{font-size:14px;color:#4e4e4e}.product-faq__questions{width:100%}@media (min-width: 1024px){.product-faq__questions{max-width:630px}}.product-faq__item{border-bottom:1px solid #d3d3d3;margin-bottom:40px;position:relative}.product-faq__item:last-child{margin-bottom:0}.product-faq__item:not(.product-faq__item--active){padding-bottom:32px}.product-faq__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product-faq__item-title{font-size:clamp(20px,3vw,20px);font-weight:400;color:#2c2c2c;margin:0;padding-right:20px}.product-faq__item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#00af9a;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.product-faq__item-icon svg{width:24px;height:24px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.product-faq__item--active .product-faq__item-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.product-faq__item-content{margin-top:24px;padding-bottom:32px}.product-faq__item-answer{font-size:14px;color:#4e4e4e}.product-faq__item-answer p{margin:0}.product-faq__empty{font-size:14px;color:#9c9c9c;text-align:center;padding:40px 0}.appstle-save-badge{color:#00af9a!important}.appstle_select_label{margin:16px 0!important}.appstle_subscription_wrapper_option{border-color:#d3d3d3!important;border-radius:12px!important}.appstle_subscription_wrapper_option .appstle-custom-benefits{overflow:hidden;max-height:0;padding:0;margin-top:0;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:max-height .16s ease-out,padding .16s ease-out,margin-top .16s ease-out,opacity .14s ease-out;transition:max-height .16s ease-out,padding .16s ease-out,margin-top .16s ease-out,opacity .14s ease-out;will-change:max-height,padding,margin-top,opacity;border-radius:10px;font-size:14px;line-height:1.55}.appstle_subscription_wrapper_option .appstle-custom-benefits .row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:12px 0}.appstle_subscription_wrapper_option .appstle-custom-benefits .check{width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;color:#00af9a}.appstle_subscription_wrapper_option.appstle_include_dropdown.appstle-active-option .appstle-custom-benefits{max-height:420px;margin-top:20px;opacity:1;visibility:visible;pointer-events:auto}@media (prefers-reduced-motion: reduce){.appstle_subscription_wrapper_option .appstle-custom-benefits{-webkit-transition:none;transition:none}}.appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_compare_amount{color:#d3d3d3!important}.appstle_subscription_wrapper_option.appstle_include_dropdown .appstle_subscription_amount,.appstle_subscription_amount{color:#2c2c2c!important;font-weight:500}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_select{border-radius:36px!important;border:1px solid #d3d3d3!important}.WIDGET_TYPE_7 .appstle_custom_select:before{right:16px}@media (min-width: 480px){.WIDGET_TYPE_7 .appstle_custom_select:before{right:24px}}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_circle{border:1px solid #d3d3d3!important}.appstle_sub_widget.WIDGET_TYPE_7 .appstle_dot{background-color:#00af9a!important}.error-404{width:100%}.error-404__wrapper{padding:64px 24px;max-width:1600px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media (min-width: 1024px){.error-404__wrapper{padding:50px 80px 100px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:64px}}.error-404__content{width:100%}@media (min-width: 1024px){.error-404__content{width:50%}}.error-404__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:32px}@media (min-width: 1024px){.error-404__header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left;margin-bottom:32px}}.error-404__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px}.error-404__title{font-size:clamp(32px,4.5vw,40px);line-height:1.2;margin-bottom:16px;color:#2c2c2c}.error-404__description{font-size:14px;color:#4e4e4e;line-height:1.5}.error-404__description p{margin-bottom:16px}.error-404__description p:last-child{margin-bottom:0}.error-404__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.error-404__search{width:100%;max-width:400px}@media (min-width: 1024px){.error-404__search{max-width:300px}}.error-404__search-form{position:relative;width:100%}.error-404__search-input{width:100%;padding:16px;border:1px solid #d3d3d3;border-radius:0;font-size:14px}.error-404__search-input:focus-visible{border-color:#00af9a;outline:2px solid #00af9a;outline-offset:1px}.error-404__search-button{position:absolute;top:50%;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#0000;border:none;padding:0;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.error-404__search-button:focus-visible{outline:2px solid #00af9a;outline-offset:1px}.error-404__home-button{display:inline-block;padding:16px 32px;background-color:#00af9a;color:#fff;font-size:16px;text-align:center;-webkit-transition:background-color .3s ease;transition:background-color .3s ease;border:none;cursor:pointer;text-decoration:none}.error-404__home-button:hover{background-color:#007c6d;color:#fff}.error-404__home-button:focus-visible{outline:2px solid #00af9a;outline-offset:2px}.error-404__illustration{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:32px}@media (min-width: 1024px){.error-404__illustration{width:50%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}}.error-404__image-container{position:relative;width:280px;height:280px}@media (min-width: 1024px){.error-404__image-container{width:360px;height:360px}}.error-404__svg{width:100%;height:100%;-webkit-animation:error404-pulse 4s infinite ease-in-out;animation:error404-pulse 4s infinite ease-in-out}@-webkit-keyframes error404-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes error404-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}.error-404 .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.info-page-content__container{padding:32px 24px 64px}@media (min-width: 1024px){.info-page-content__container{padding:50px 80px 100px}}.info-page-content__banner{width:100%;margin-bottom:64px}@media (min-width: 1024px){.info-page-content__banner{margin-bottom:100px}}.info-page-content__banner-desktop{display:none;width:100%;height:auto;max-height:460px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1024px){.info-page-content__banner-desktop{display:block}}.info-page-content__banner-mobile{display:block;width:100%;height:auto;max-height:300px;-o-object-fit:cover;object-fit:cover}@media (min-width: 1024px){.info-page-content__banner-mobile{display:none}}.info-page-content__mobile-toc{display:block;margin-bottom:64px;padding:32px;background-color:#fafafa}@media (min-width: 1024px){.info-page-content__mobile-toc{display:none}}.info-page-content__main{width:100%}@media (min-width: 1024px)and (max-width: 1365px){.info-page-content__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}}@media (min-width: 1366px){.info-page-content__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.info-page-content__text{width:100%}@media (min-width: 1366px){.info-page-content__text{-webkit-box-flex:1;-ms-flex:1;flex:1}}.info-page-content__sidebar{display:none}@media (min-width: 1024px)and (max-width: 1365px){.info-page-content__sidebar{display:block;width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-bottom:64px}}@media (min-width: 1366px){.info-page-content__sidebar{display:block;width:100%;max-width:400px;-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset;margin-bottom:0}}.info-page-content__toc{padding:32px;background-color:#fafafa}@media (min-width: 1024px){.info-page-content__toc{position:sticky;top:32px}}.info-page-content__toc-title{margin-bottom:24px;font-weight:400}.info-page-content__toc-items ol{list-style:decimal;padding-left:20px}.info-page-content__toc-items li{margin-bottom:16px}.info-page-content__toc-items li:last-child{margin-bottom:0}.info-page-content__toc-link{color:#4e4e4e;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.info-page-content__toc-link:hover{color:#00af9a}.info-page-content__toc-link--h2{font-weight:400}.info-page-content__toc-link--h3,.info-page-content__toc-link--h4,.info-page-content__toc-link--h5,.info-page-content__toc-link--h6{font-weight:300}.info-page-content__title{margin-bottom:32px;font-size:clamp(32px,4.5vw,40px)}.info-page-content__title-light{font-weight:200}.info-page-content__title-regular{font-weight:400}.info-page-content__subtitle{margin-bottom:48px;font-size:18px;font-weight:300;color:#4e4e4e}.info-page-content__subtitle p{margin-bottom:16px}.info-page-content__subtitle p:last-child{margin-bottom:0}.info-page-content__body h1,.info-page-content__body h2,.info-page-content__body h3,.info-page-content__body h4,.info-page-content__body h5,.info-page-content__body h6{font-weight:400;margin-bottom:32px;margin-top:64px;color:#2c2c2c}.info-page-content__body h1:first-child,.info-page-content__body h2:first-child,.info-page-content__body h3:first-child,.info-page-content__body h4:first-child,.info-page-content__body h5:first-child,.info-page-content__body h6:first-child{margin-top:0}.info-page-content__body h2{font-size:clamp(24px,3vw,32px)}.info-page-content__body h3{font-size:clamp(24px,3vw,24px)}.info-page-content__body h4,.info-page-content__body h5,.info-page-content__body h6{font-size:clamp(20px,3vw,20px)}.info-page-content__body p{margin-bottom:32px;font-weight:200;font-size:14px;color:#2c2c2c}.info-page-content__body p strong,.info-page-content__body p b{font-weight:400}.info-page-content__body p:last-child{margin-bottom:0}.info-page-content__body img{width:100%;height:auto;margin:32px 0}.info-page-content__body img:last-child{margin-bottom:0}.info-page-content__body ul,.info-page-content__body ol{margin-bottom:32px;padding-left:20px}.info-page-content__body ul li,.info-page-content__body ol li{font-weight:200;margin-bottom:16px;font-size:14px;color:#2c2c2c}.info-page-content__body ul li:last-child,.info-page-content__body ol li:last-child{margin-bottom:0}.info-page-content__body ul{list-style:disc}.info-page-content__body ol{list-style:decimal}.info-page-content__body blockquote{padding-left:24px;border-left:4px solid #00af9a;margin:32px 0;font-style:italic}.info-page-content__body blockquote p{margin-bottom:24px}.info-page-content__body blockquote p:last-child{margin-bottom:0}.info-page-content__body a{color:#00af9a;text-decoration:underline}.info-page-content__body a:hover{text-decoration:none}.info-page-content__body table{width:100%;border-collapse:collapse;margin:32px 0}.info-page-content__body table th,.info-page-content__body table td{border:1px solid #d3d3d3;padding:12px;text-align:left;font-size:14px}.info-page-content__body table th{font-weight:400;background-color:#fafafa}.info-page-content__body table td{font-weight:200}.info-page-content__body .info-highlight{background-color:#fafafa;padding:24px;margin:32px 0}.floating-buy-button{position:fixed;bottom:-100px;left:0;right:0;width:100%;background-color:#fff;-webkit-box-shadow:0 -4px 10px rgba(44,44,44,.1);box-shadow:0 -4px 10px #2c2c2c1a;z-index:100;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;padding:12px 0;border-top:1px solid #d3d3d3;font-weight:400}.floating-buy-button--visible{bottom:0}.floating-buy-button__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 16px}@media (min-width: 768px){.floating-buy-button__wrapper{padding:0 24px}}.floating-buy-button__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.floating-buy-button__image{width:50px;height:50px;border-radius:4px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;margin-right:12px;background-color:#fafafa}.floating-buy-button__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (min-width: 1024px){.floating-buy-button__image{width:60px;height:60px}}.floating-buy-button__info{min-width:0;margin-right:12px}.floating-buy-button__title{font-size:14px;margin:0;color:#2c2c2c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}@media (min-width: 768px){.floating-buy-button__title{font-size:16px;max-width:300px}}@media (min-width: 1024px){.floating-buy-button__title{max-width:400px}}.floating-buy-button__price{font-size:12px;color:#4e4e4e;display:block;margin-top:4px}@media (min-width: 768px){.floating-buy-button__price{font-size:14px}}.floating-buy-button__price-sale{color:#00af9a;font-weight:600;margin-right:8px}.floating-buy-button__price-compare{text-decoration:line-through;color:#9c9c9c}.floating-buy-button__action{-ms-flex-negative:0;flex-shrink:0}.floating-buy-button__button{background-color:var(--button-bg-color, #00AF9A);color:var(--button-text-color, #FFFFFF);font-size:14px;padding:10px 24px;border-radius:100px;font-weight:500;-webkit-transition:all .3s ease;transition:all .3s ease;white-space:nowrap;position:relative}.floating-buy-button__button:hover,.floating-buy-button__button:focus-visible{border:1px solid #00af9a;background-color:#fff;color:#00af9a}.floating-buy-button__button:disabled{background-color:#9c9c9c;cursor:not-allowed}@media (min-width: 768px){.floating-buy-button__button{font-size:16px;padding:14px 28px}}.floating-buy-button__button.is-loading .button-text{opacity:0;visibility:hidden}.floating-buy-button__button.is-loading .button-loading{opacity:1;visibility:visible}.floating-buy-button__button.is-loading .button-success{opacity:0;visibility:hidden}.floating-buy-button__button.success{background-color:#009684}.floating-buy-button__button.success .button-text,.floating-buy-button__button.success .button-loading{opacity:0;visibility:hidden}.floating-buy-button__button.success .button-success{opacity:1;visibility:visible}.floating-buy-button__button .button-text{-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease}.floating-buy-button__button .button-loading,.floating-buy-button__button .button-success{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0;visibility:hidden;-webkit-transition:opacity .2s ease,visibility .2s ease;transition:opacity .2s ease,visibility .2s ease}.floating-buy-button__button .checkmark{width:24px;height:24px;color:#fff}.floating-buy-button__button .spinner{width:20px;height:20px;-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite}.floating-buy-button__button .spinner .path{stroke:#00af9a;stroke-linecap:round;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite}.floating-buy-button__error{position:absolute;bottom:100%;left:0;right:0;background-color:#ff6b6b;color:#fff;padding:10px;text-align:center;font-size:14px;-webkit-animation:slideDown .3s ease forwards;animation:slideDown .3s ease forwards}.floating-buy-button:focus-visible{outline:2px solid #00af9a;outline-offset:2px}@-webkit-keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}@-webkit-keyframes slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideDown{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@media (max-width: 1024px){.floating-buy-button__title{max-width:120px}.floating-buy-button__button{padding:10px 20px;font-size:14px}}.rezultaty-produktu__container{padding:64px 24px}@media (min-width: 1024px){.rezultaty-produktu__container{padding:100px 80px}}.rezultaty-produktu__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px}@media (min-width: 1024px){.rezultaty-produktu__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:100px}}.rezultaty-produktu__image-container{width:100%}@media (min-width: 1024px){.rezultaty-produktu__image-container{width:40%;-ms-flex-negative:0;flex-shrink:0}}.rezultaty-produktu__image{width:100%;position:relative}.rezultaty-produktu__image img{width:100%;height:auto;display:block}.rezultaty-produktu__image--placeholder{padding-bottom:100%;background-color:#fafafa}.rezultaty-produktu__image--placeholder .placeholder-svg{position:absolute;width:100%;height:100%;top:0;left:0}.rezultaty-produktu__button-container{margin-top:32px;text-align:center}.rezultaty-produktu__button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#00af9a;color:#fff;font-weight:400;border-radius:50px;padding:16px 32px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.rezultaty-produktu__button:hover{background-color:#007c6d;color:#fff}.rezultaty-produktu__content{width:100%}@media (min-width: 1024px){.rezultaty-produktu__content{width:60%}}.rezultaty-produktu__tag{font-size:14px;font-weight:500;color:#00af9a;margin-bottom:12px;text-align:center}@media (min-width: 1024px){.rezultaty-produktu__tag{text-align:left}}.rezultaty-produktu__heading{margin-bottom:44px;font-size:clamp(32px,4.5vw,40px);line-height:1.3;text-align:center}@media (min-width: 1024px){.rezultaty-produktu__heading{text-align:left}}.rezultaty-produktu__heading p{margin:0}.rezultaty-produktu__heading p strong{font-weight:400}.rezultaty-produktu__heading p:not(strong){font-weight:200}.rezultaty-produktu__stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.rezultaty-produktu__stat-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (min-width: 1024px){.rezultaty-produktu__stat-item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.rezultaty-produktu__stat-circle{width:80px;height:80px;margin-bottom:32px}@media (min-width: 1024px){.rezultaty-produktu__stat-circle{margin-bottom:0;margin-right:32px;-ms-flex-negative:0;flex-shrink:0}}.rezultaty-produktu__stat-circle svg{width:100%;height:100%}.rezultaty-produktu__stat-circle-bg{fill:none;stroke:#fafafa;stroke-width:4}.rezultaty-produktu__stat-circle-progress{fill:none;stroke:#00af9a;stroke-width:4;stroke-linecap:round;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:stroke-dashoffset 1s ease;transition:stroke-dashoffset 1s ease;stroke-dasharray:226.08}.rezultaty-produktu__stat-text{font-size:18px;font-weight:500;fill:#00af9a}.rezultaty-produktu__stat-description{font-size:14px;color:#4e4e4e;text-align:center}@media (min-width: 1024px){.rezultaty-produktu__stat-description{text-align:left}}.skladniki-section{background-color:#fafafa}.skladniki-section__container{padding:64px 24px}@media (min-width: 1024px){.skladniki-section__container{padding:100px 80px}}.skladniki-section .container{max-width:1600px;margin:0 auto;width:100%}.skladniki-section__header{text-align:left}@media (min-width: 1024px){.skladniki-section__header{text-align:center}}.skladniki-section__tag{font-size:14px;color:#00af9a;font-weight:500;margin-bottom:12px}.skladniki-section__title,.skladniki-section__title p{margin:0}.skladniki-section__title strong{font-weight:400}.skladniki-section__title p:not(strong){font-weight:200}.skladniki-section__tabs-container{position:relative;margin:32px auto 0;max-width:100%;overflow:visible}@media (min-width: 1024px){.skladniki-section__tabs-container{margin-top:64px}}.skladniki-section__tabs{position:relative;width:100%;overflow:visible}.skladniki-section__tabs .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}@media (min-width: 1024px){.skladniki-section__tabs .swiper-wrapper{gap:24px}}.skladniki-section__tabs .swiper-slide{height:auto;width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0}.skladniki-section__tab{font-size:16px;color:#2c2c2c;background-color:#0000;border:1px solid #00af9a;padding:12px 24px;border-radius:100px;white-space:nowrap;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;font-weight:400}.skladniki-section__tab--active{background-color:#00af9a;color:#fff;border-color:#00af9a}.skladniki-section__tab:focus-visible{outline:2px solid #2c2c2c;outline-offset:2px}.skladniki-section__content{margin-top:32px}@media (min-width: 1024px){.skladniki-section__content{margin-top:80px}}.skladniki-section__skladnik{display:none;text-align:center}.skladniki-section__skladnik--active{display:block}@media (min-width: 1024px){.skladniki-section__skladnik{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:left}.skladniki-section__skladnik:not(.skladniki-section__skladnik--active){display:none}}.skladniki-section__skladnik-image{margin-bottom:32px}.skladniki-section__skladnik-image img{width:100%;max-width:400px;height:auto;margin:0 auto;display:block;border-radius:50%;border:1px solid #d3d3d3;padding:5px}@media (min-width: 1024px){.skladniki-section__skladnik-image{margin-bottom:0;margin-right:64px;-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px}}.skladniki-section__skladnik-content{max-width:550px;margin-left:auto;margin-right:auto}@media (min-width: 1024px){.skladniki-section__skladnik-content{text-align:left;margin-left:0;margin-right:0}}.skladniki-section__skladnik-title{font-size:clamp(24px,3vw,32px);margin-bottom:32px;text-align:center}@media (min-width: 1024px){.skladniki-section__skladnik-title{text-align:left}}.skladniki-section__skladnik-description{font-size:14px;color:#4e4e4e;line-height:1.5;text-align:center}@media (min-width: 1024px){.skladniki-section__skladnik-description{text-align:left}}.skladniki-section__empty{margin-top:32px;text-align:center;padding:40px;background-color:#0000000d;border-radius:8px}.skladniki-section__empty p{margin-bottom:16px}.skladniki-section__empty p:last-child{margin-bottom:0}@media (max-width: 767px){.skladniki-section__tabs-container{margin-left:0;margin-right:0;padding:0;overflow:visible}.skladniki-section__tabs-container.overflow{position:relative}.skladniki-section__tabs-container.overflow .skladniki-section__tabs{overflow-x:visible}.skladniki-section__tabs-container.overflow .swiper-wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:0}.skladniki-section .swiper{overflow:visible;padding-left:0;padding-right:0}.skladniki-section .swiper-slide{margin:0!important}.skladniki-section .swiper-slide:last-child{padding-right:8px}.skladniki-section__tab{margin-right:24px}}*,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}body{font-family:Poppins,sans-serif;font-size:14px;line-height:1.5;font-weight:300;color:#4e4e4e;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;border:none;background:none;outline:none}a{text-decoration:none;color:inherit;-webkit-transition:color .3s ease;transition:color .3s ease}a:hover{color:#060606}ul,ol{list-style:none;padding-left:0}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-weight:400;line-height:1.2;color:#2c2c2c}h1{font-size:clamp(40px,5vw,48px)}h2{font-size:clamp(32px,4.5vw,40px)}h3{font-size:clamp(24px,3vw,32px)}h4{font-size:clamp(24px,3vw,24px)}h5{font-size:clamp(20px,3vw,20px)}p{font-family:Poppins,sans-serif}button{cursor:pointer}.button{font-family:Poppins,sans-serif;font-weight:400;font-size:16px;line-height:1.5;padding:16px 32px;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;text-align:center;position:relative}.button--primary{background-color:#00af9a;color:#fff}.button--primary:hover{background-color:#0000;border:1px solid #00af9a;color:#00af9a}.button--outline{padding:16px 24px;border:1px solid #00af9a;color:#2c2c2c}.button--outline:hover{color:#fff;background-color:#00af9a}.container{width:100%;max-width:1600px;margin-left:auto;margin-right:auto}*:focus-visible{outline:none}.swiper,.swiper-wrapper,.swiper-container,.swiper-initialized,.swiper-horizontal,[class*=swiper-]{height:auto!important;min-height:0!important;max-height:none!important}.hero-slider__slider,.featured-products__slider,.swiper-backface-hidden{height:auto!important}.woocommerce-Price-amount.amount{text-decoration:none}cart-drawer.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;visibility:hidden}cart-drawer.drawer.active{visibility:visible}cart-drawer.drawer.active__overlay,cart-drawer.drawer.active .cart-drawer__overlay{opacity:1;pointer-events:auto}cart-drawer.drawer.active__inner,cart-drawer.drawer.active .drawer__inner{-webkit-transform:translateX(0);transform:translate(0)}cart-drawer.drawer__overlay,cart-drawer.drawer .cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease}cart-drawer.drawer__inner,cart-drawer.drawer .drawer__inner{position:absolute;right:0;top:0;height:100%;width:min(100%,var(--drawer-width, 420px));background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(100%);transform:translate(100%);-webkit-transition:-webkit-transform .25s ease;transition:-webkit-transform .25s ease;transition:transform .25s ease;transition:transform .25s ease,-webkit-transform .25s ease;outline:none}cart-drawer.drawer__header,cart-drawer.drawer .drawer__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 20px;border-bottom:1px solid #d3d3d3}cart-drawer.drawer__header-heading,cart-drawer.drawer__header .drawer__heading,cart-drawer.drawer .drawer__header-heading,cart-drawer.drawer .drawer__header .drawer__heading{margin:0;font-size:18px;font-weight:500;color:#2c2c2c}cart-drawer.drawer__header-close,cart-drawer.drawer__header .drawer__close,cart-drawer.drawer .drawer__header-close,cart-drawer.drawer .drawer__header .drawer__close{background:none;border:0;cursor:pointer;font-size:18px;color:#2c2c2c}cart-drawer.drawer__contents,cart-drawer.drawer .drawer__contents{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;overflow:auto}cart-drawer.drawer__upsell,cart-drawer.drawer .drawer__upsell{border-top:1px solid #d3d3d3;background:#fff;padding:16px}cart-drawer.drawer__upsell-inner,cart-drawer.drawer__upsell .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell .drawer__upsell-inner{display:grid;grid-template-columns:1fr;gap:12px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media (min-width: 375px){cart-drawer.drawer__upsell-inner,cart-drawer.drawer__upsell .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell-inner,cart-drawer.drawer .drawer__upsell .drawer__upsell-inner{grid-template-columns:96px 1fr}}cart-drawer.drawer__upsell-badge,cart-drawer.drawer__upsell .drawer__upsell-badge,cart-drawer.drawer .drawer__upsell-badge,cart-drawer.drawer .drawer__upsell .drawer__upsell-badge{font-size:14px;color:#4e4e4e;margin-bottom:4px}cart-drawer.drawer__upsell-title,cart-drawer.drawer__upsell .drawer__upsell-title,cart-drawer.drawer .drawer__upsell-title,cart-drawer.drawer .drawer__upsell .drawer__upsell-title{display:inline-block;margin:0 0 4px;color:#2c2c2c;text-decoration:none;font-weight:400}cart-drawer.drawer__upsell-price,cart-drawer.drawer__upsell .drawer__upsell-price,cart-drawer.drawer .drawer__upsell-price,cart-drawer.drawer .drawer__upsell .drawer__upsell-price{margin:0 0 16px}cart-drawer.drawer__upsell-price .product-option,cart-drawer.drawer__upsell .drawer__upsell-price .product-option,cart-drawer.drawer .drawer__upsell-price .product-option,cart-drawer.drawer .drawer__upsell .drawer__upsell-price .product-option{font-size:14px;color:#4e4e4e}cart-drawer.drawer__upsell-price s,cart-drawer.drawer__upsell .drawer__upsell-price s,cart-drawer.drawer .drawer__upsell-price s,cart-drawer.drawer .drawer__upsell .drawer__upsell-price s{opacity:.6;margin-right:6px}cart-drawer.drawer__upsell .button.button--primary,cart-drawer.drawer .drawer__upsell .button.button--primary{width:100%}cart-drawer.drawer__footer,cart-drawer.drawer .drawer__footer{padding:32px 16px;border-top:1px solid #d3d3d3;background:#fafafa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}cart-drawer.drawer__footer .totals,cart-drawer.drawer .drawer__footer .totals{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}cart-drawer.drawer__footer .totals .totals__total,cart-drawer.drawer__footer .totals .totals__total-value,cart-drawer.drawer .drawer__footer .totals .totals__total,cart-drawer.drawer .drawer__footer .totals .totals__total-value{margin:0;font-size:20px;color:#2c2c2c;font-weight:400}cart-drawer.drawer__footer .totals__note,cart-drawer.drawer .drawer__footer .totals__note{margin:0;font-size:14px;color:#4e4e4e}cart-drawer.drawer__footer .totals__note a,cart-drawer.drawer .drawer__footer .totals__note a{color:#00af9a;text-decoration:underline}cart-drawer.drawer__footer .totals__note a:hover,cart-drawer.drawer .drawer__footer .totals__note a:hover{color:#008676}cart-drawer.drawer__footer .cart__ctas,cart-drawer.drawer .drawer__footer .cart__ctas{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 768px){cart-drawer.drawer__footer .cart__ctas,cart-drawer.drawer .drawer__footer .cart__ctas{grid-template-columns:1fr 1fr}}cart-drawer.drawer__footer .cart__ctas .button[disabled],cart-drawer.drawer__footer .cart__ctas .button[aria-disabled=true],cart-drawer.drawer .drawer__footer .cart__ctas .button[disabled],cart-drawer.drawer .drawer__footer .cart__ctas .button[aria-disabled=true]{opacity:.55;pointer-events:none}cart-drawer.drawer__footer .cart__ctas .cart-drawer__checkout-btn,cart-drawer.drawer .drawer__footer .cart__ctas .cart-drawer__checkout-btn{width:100%}cart-drawer.drawer__cart-items,cart-drawer.drawer .cart-items{width:100%;border-collapse:collapse}cart-drawer.drawer .cart-item{border-bottom:1px solid #f2f2f2}cart-drawer.drawer .cart-item__media{width:96px;padding:12px;vertical-align:top}cart-drawer.drawer .cart-item__media .cart-item__image{width:96px;height:auto;display:block}cart-drawer.drawer .cart-item__details{padding:12px 8px}cart-drawer.drawer .cart-item__details .cart-item__name{display:inline-block;margin:0 0 4px;color:#2c2c2c;text-decoration:none;font-weight:400}cart-drawer.drawer .cart-item__details .product-option{font-size:14px;color:#4e4e4e}cart-drawer.drawer .cart-item__details .cart-item__options{margin-top:4px}cart-drawer.drawer .cart-item__details .cart-item__options dt{color:#9c9c9c}cart-drawer.drawer .cart-item__details .cart-item__options dd{margin:0}cart-drawer.drawer .cart-item__totals{padding:12px;text-align:right;white-space:nowrap}cart-drawer.drawer .cart-item__totals .price--end{font-weight:600;color:#2c2c2c}cart-drawer.drawer .cart-item__quantity{margin-top:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}cart-drawer.drawer .cart-item__quantity .button--tertiary{padding:6px;border-radius:8px;line-height:0;color:#2c2c2c}cart-drawer.drawer .cart-item__quantity .button--tertiary:hover{background:#0000000d}cart-drawer.drawer .cart-item__quantity .button--tertiary .icon.icon-remove,cart-drawer.drawer .cart-item__quantity .button--tertiary svg.icon.icon-remove{min-width:1rem;min-height:1rem;display:block}cart-drawer.drawer .quantity{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #d3d3d3;border-radius:9999px;background:#fff}cart-drawer.drawer .quantity__button{width:32px;height:32px;border:0;background:#0000;cursor:pointer;font-size:16px;color:#2c2c2c}cart-drawer.drawer .quantity__input{width:36px;text-align:center;border:0;background:#0000;padding:0;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;font-size:16px;color:#2c2c2c}cart-drawer.drawer .quantity__input::-webkit-outer-spin-button,cart-drawer.drawer .quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}cart-drawer.drawer .cart-empty{padding:20px}.footer{background-color:#fff;color:#4e4e4e}.footer__container{max-width:1600px;margin:0 auto;width:100%;padding:80px 24px}@media (min-width: 1024px){.footer__container{padding:80px}}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (min-width: 768px){.footer__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}}@media (min-width: 1024px){.footer__top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:64px}}.footer__brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}@media (min-width: 768px){.footer__brand{max-width:none}}@media (min-width: 1024px){.footer__brand{-ms-flex-negative:0;flex-shrink:0;max-width:320px}}.footer__logo img{max-height:80px;width:auto}.footer__description{font-family:Poppins,sans-serif;font-size:14px;font-weight:200;line-height:1.5;color:#2c2c2c;max-width:650px}.footer__description strong,.footer__description b{font-weight:400}.footer__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}.footer__social-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;color:#4e4e4e;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer__social-link:hover,.footer__social-link:focus-visible{opacity:.7}.footer__social-link:focus-visible{outline:2px solid #00af9a;outline-offset:2px;border-radius:2px}.footer__social-link img{width:24px;height:24px;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.footer__menus{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (min-width: 768px){.footer__menus{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:64px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (min-width: 1024px){.footer__menus{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__menu-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.footer__menu-title{font-family:Poppins,sans-serif;font-size:16px;font-weight:500;line-height:1.2;color:#2c2c2c;margin:0}.footer__menu-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.footer__menu-item{margin:0}.footer__menu-link{font-family:Poppins,sans-serif;font-size:14px;font-weight:200;line-height:1.5;color:#2c2c2c;text-decoration:none;-webkit-transition:color .3s ease;transition:color .3s ease}.footer__menu-link:hover,.footer__menu-link:focus-visible{color:#00af9a}.footer__menu-link:focus-visible{outline:2px solid #00af9a;outline-offset:2px;border-radius:2px}.footer__contact-content{font-family:Poppins,sans-serif;font-size:14px;font-weight:200;line-height:1.5;color:#2c2c2c}.footer__contact-content strong,.footer__contact-content b{font-weight:400}.footer__contact-content p{margin:0;line-height:200%}.footer__contact-content p:not(:last-child){margin-bottom:8px}.footer__contact-content br{display:block;content:"";margin-top:4px}.footer__bottom{margin-top:32px}.footer__divider{width:100%;height:1px;background-color:#d3d3d3;margin-bottom:32px}.footer__copyright{font-family:Poppins,sans-serif;font-size:14px;font-weight:200;line-height:1.5;color:#2c2c2c}.footer__copyright strong,.footer__copyright b{font-weight:400}.footer__copyright p{margin:0}@media (prefers-reduced-motion: reduce){.footer__social-link,.footer__menu-link{-webkit-transition:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/style.css.map */
