.component-loader{left:50%;pointer-events:none;position:fixed;top:30vh;transform:translate(-50%,-50%);width:-moz-fit-content;width:fit-content;z-index:9999}.component-loader.form{position:absolute;top:50%}.component-loader.white .background--text path,.component-loader.white .title path{fill:var(--white)}.component-loader .loader{width:80px}.component-loader .loader .background{opacity:0;transform-origin:center}.component-loader .loader .title path{opacity:0}
.products-hero{align-items:center;display:flex;justify-content:space-between;margin-top:var(--header-height);padding:48px var(--spacing-horizontal)}@media (min-width:1024px){.products-hero{padding:80px var(--spacing-horizontal)}}.products-hero .products-hero-title{font-size:var(--mobile-h2-fs);height:-moz-fit-content;height:fit-content;line-height:var(--mobile-h2-lh)}.products-hero .products-hero-button{align-items:center;background-color:transparent;border:1px solid var(--header-item-border);border-radius:50px;color:var(--black);cursor:pointer;display:flex;gap:10px;justify-content:center;padding:12px 28px 12px 36px;transition:var(--menu-item-transition);width:-moz-fit-content;width:fit-content}@media (min-width:1024px){.products-hero .products-hero-button{display:none}}.products-hero .products-hero-button svg{width:20px}.products-hero .products-hero-button svg path{transition:var(--menu-item-transition)}.products-hero .products-hero-button svg circle{transition:fill var(--menu-item-transition),transform .4s ease-in-out}.products-hero .products-hero-button.active{background-color:var(--blue);border-color:var(--blue);color:var(--white)}.products-hero .products-hero-button.active circle{fill:var(--white)}.products-hero .products-hero-button.active circle:nth-child(2){transform:translateX(16%)}.products-hero .products-hero-button.active circle:nth-child(4){transform:translateX(-10%)}.products-hero .products-hero-button.active path{stroke:var(--white)}@media (hover:hover){.products-hero .products-hero-button:hover{background-color:var(--blue);border-color:var(--blue);color:var(--white)}.products-hero .products-hero-button:hover circle{fill:var(--white)}.products-hero .products-hero-button:hover circle:nth-child(2){transform:translateX(16%)}.products-hero .products-hero-button:hover circle:nth-child(4){transform:translateX(-10%)}.products-hero .products-hero-button:hover path{stroke:var(--white)}}@media (min-width:1024px){.products-wrapper{display:flex;gap:46px;padding:0 var(--spacing-horizontal)}}#products-filters{bottom:0;height:-moz-fit-content;height:fit-content;opacity:0;overflow-y:auto;position:fixed;transform:translateY(100%);transition:var(--menu-mobile-transition);width:100%;z-index:12}@media (min-width:1024px){#products-filters{margin-bottom:97px;max-width:300px;opacity:1;overflow-y:visible;overflow-y:initial;padding-right:10px;position:sticky;top:160px;transform:translateY(0);transition:none 0s ease 0s;transition:initial;width:29%;z-index:1}}#products-filters:before{background:#413e3e 0 0 no-repeat padding-box;bottom:calc(var(--size) - 50px);content:"";height:0;left:0;opacity:0;position:absolute;transition:var(--menu-mobile-overlay-in-transition);width:100vw;z-index:-1}#products-filters .products-filters-wrapper{background-color:var(--white);border-top-left-radius:24px;border-top-right-radius:24px;display:flex;flex-direction:column;gap:20px;height:-moz-fit-content;height:fit-content;min-height:60vh;padding:32px var(--spacing-horizontal) 24px}@media (min-width:768px){#products-filters .products-filters-wrapper{padding:48px var(--spacing-horizontal) 48px}}@media (min-width:1024px){#products-filters .products-filters-wrapper{background-color:transparent;padding:0 0 30px}}#products-filters .products-filters-header{align-items:center;display:flex;justify-content:space-between}#products-filters .products-filters-header .products-filters-header-title{font-family:var(--tt-rounds-neue);font-size:var(--mobile-menu-title-fs);font-weight:600;line-height:var(--mobile-menu-title-lh)}#products-filters .products-filters-header .products-filters-header-close{all:unset;align-items:center;background-color:transparent;border:none;color:inherit;cursor:pointer;display:flex;height:25px;justify-content:center;padding:5px;position:relative;width:25px;z-index:1}@media (min-width:1024px){#products-filters .products-filters-header .products-filters-header-close{display:none}}#products-filters .products-filters-header .products-filters-header-close .products-filters-header-close-icon{transition:var(--hamburger-transition)}#products-filters .products-filters-header .products-filters-header-close:after{aspect-ratio:1/1;-webkit-backdrop-filter:blur(45px);backdrop-filter:blur(45px);border:1px solid var(--header-border);border-radius:50px;content:"";height:auto;opacity:0;position:absolute;transform:scale3d(1.2,1.2,1);transition:var(--nav-blur-transition);width:calc(100% + 20px);z-index:-1}#products-filters .products-filters-header .products-filters-header-close:hover .products-filters-header-close-icon{opacity:.8}#products-filters .products-filters-header .products-filters-header-close:hover:after{opacity:1;transform:scaleX(1)}#products-filters .products-filters-list--categories .product-filter[disabled]{opacity:.3;pointer-events:none}#products-filters .products-filters-list{display:flex;flex-direction:column;gap:6px;list-style:none;margin:0}#products-filters .products-filters-list .products-filters-list-title{border-top:1px solid var(--light-grey);font-family:var(--tt-rounds-neue);font-size:var(--body-regular-fs);font-weight:600;line-height:var(--body-regular-lh);padding:20px 0}#products-filters .products-filters-list .products-filters-list-item{padding:8px 0}#products-filters .product-filter{align-items:center;cursor:pointer;display:flex;gap:8px}.products-list{padding:0 var(--spacing-horizontal) 28px;position:relative;width:100%}@media (min-width:1024px){.products-list{padding:0 0 61px}}.products-list .hidden{display:none!important}.products-list .products-list-category{display:grid;grid-template-columns:repeat(auto-fill,minmax(194px,1fr));grid-gap:12px;gap:12px;padding-bottom:36px}@media (min-width:768px){.products-list .products-list-category{gap:24px;grid-template-columns:repeat(auto-fill,minmax(310px,1fr))}}.products-list .products-list-category .products-list-category-title{font-family:var(--tt-rounds-neue);font-size:var(--mobile-menu-title-fs);font-weight:600;grid-column:1/-1;line-height:var(--mobile-menu-title-lh);padding-bottom:16px}.products-list .products-list-category .products-list-category-product{background-color:var(--white);border-radius:24px}#products-filters.expanded{transform:translateY(0)}#products-filters.expanded:before{height:100vh;opacity:.5;transition:var(--menu-mobile-overlay-out-transition)}@media (max-height:400px) and (orientation:landscape){#products-filters{display:block;height:100%;overflow-x:hidden;overflow-y:auto}}
.component-card-product{--header-size:110px;align-items:center;display:flex;flex-direction:column;height:444px;overflow:hidden;position:relative;transition:var(--product-hover-transition);width:100%}@media (min-width:385px){.component-card-product.flex{--header-size:100px}}@media (min-width:768px){.component-card-product.grid{--header-size:100px}}.component-card-product.shot{--product-width:116px;--product-height:auto}.component-card-product.shot .component-card-product-shadow{top:calc(var(--header-size) + 50px);width:80px}.component-card-product.tabletki{--product-width:90px;--product-height:auto}.component-card-product.tabletki .component-card-product-shadow{width:80px}.component-card-product.puszki{--product-width:auto;--product-height:352px}.component-card-product.puszki .component-card-product-image-img{width:auto!important}.component-card-product.lizaki{--product-width:160px;--product-height:auto}.component-card-product.lizaki .component-card-product-shadow{height:100px;top:calc(var(--header-size) + 50px)}.component-card-product.rodzaj{justify-content:flex-end;--product-width:400px;--product-height:auto}@media (max-width:479px){.component-card-product.rodzaj{height:410px;--product-width:350px}}.component-card-product.rodzaj .component-card-product-title{position:absolute;top:0;z-index:1}.component-card-product.rodzaj .component-card-product-shadow{height:100px;top:calc(var(--header-size) + 50px)}.component-card-product .component-card-product-title{align-items:center;display:flex;font-size:var(--body-regular-fs);font-weight:600;justify-content:center;line-height:var(--body-regular-lh);min-height:var(--header-size);padding:16px 16px 0;text-align:center}.component-card-product .component-card-product-image{height:var(--product-height);perspective:800px;position:relative;transform:translateZ(0);width:var(--product-width);z-index:3}.component-card-product .component-card-product-image .component-card-product-image-img{height:100%;transform:translateZ(-20px) rotateX(-1deg) scale(1.1);transition:var(--product-hover-transition);width:100%;will-change:transform}.component-card-product .component-card-product-shadow{filter:brightness(.8);height:calc(100% - var(--header-size));position:absolute;top:var(--header-size);transition:var(--product-hover-transition);width:100px;z-index:2}.component-card-product .component-card-product-background{height:100%;left:0;position:absolute;top:0;transition:var(--product-hover-transition);width:100%;z-index:1}.component-card-product:not(:hover) .component-card-product-image-img{transform:scale(1)}.component-card-product:not(:hover) .component-card-product-background,.component-card-product:not(:hover) .component-card-product-shadow{opacity:0}.component-card-post{align-items:center;border-radius:24px;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:16px 16px 35px;position:relative;transition:box-shadow var(--post-hover-transition);width:100%}.component-card-post.component-light{background-color:var(--white)}.component-card-post.component-dark,.component-card-post.component-light .component-card-post-tags-item{background-color:var(--grey-background)}.component-card-post.component-dark .component-card-post-tags-item{background-color:var(--white)}.component-card-post .component-card-post-image{aspect-ratio:389/233;border-radius:14px;margin-bottom:24px;overflow:hidden;width:100%}.component-card-post .component-card-post-image .component-card-product-image-img{border-radius:14px;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform var(--product-hover-transition);width:100%;will-change:transform}.component-card-post .component-card-post-tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin-bottom:16px;width:100%}.component-card-post .component-card-post-tags .component-card-post-tags-item{border-radius:4px;color:var(--grey);font-size:var(--card-credit-fs);font-weight:500;line-height:8px;padding:9px 12px 8px;text-transform:uppercase;white-space:nowrap}.component-card-post .component-card-post-title{font-size:var(--mobile-menu-title-fs);font-weight:600;line-height:var(--mobile-menu-title-lh);margin-bottom:16px;text-align:left;width:100%}.component-card-post .component-card-post-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;color:var(--grey);font-size:var(--body-small-fs);line-height:var(--body-small-lh);overflow:hidden;text-align:left;width:100%}.component-card-post.section-light .component-card-post-tags-item{background-color:var(--white)}.component-card-post.section-dark .component-card-post-tags-item{background-color:var(--grey-background)}.component-card-post:hover{box-shadow:0 4px 30px 0 rgba(0,21,138,.149)}.component-card-post:hover .component-card-product-image-img{transform:scale(1.1)}.component-card-review{border-radius:24px;display:flex;flex-direction:column;gap:16px;height:100%;padding:32px;position:relative;width:100%}.component-card-review.component-light{background-color:var(--white)}.component-card-review.component-dark{background-color:var(--grey-background)}.component-card-review .component-card-review-stars{display:flex;gap:5px}.component-card-review .component-card-review-stars svg{height:15px;width:15px}.component-card-review .component-card-review-stars[data-rating="1"] svg:nth-child(-n+1) path,.component-card-review .component-card-review-stars[data-rating="2"] svg:nth-child(-n+2) path,.component-card-review .component-card-review-stars[data-rating="3"] svg:nth-child(-n+3) path,.component-card-review .component-card-review-stars[data-rating="4"] svg:nth-child(-n+4) path,.component-card-review .component-card-review-stars[data-rating="5"] svg:nth-child(-n+5) path{fill:var(--star-gold-color)}.component-card-review .component-card-review-author{display:grid;grid-template-columns:48px auto;grid-template-rows:1fr 1fr;grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-top:auto}.component-card-review .component-card-review-author .component-card-review-author-avatar{border-radius:100%;grid-column:1/2;grid-row:1/3;height:48px;width:48px}.component-card-review .component-card-review-author .component-card-review-author-avatar.default-avatar{padding:6px}.component-card-review .component-card-review-author .component-card-review-author-name{align-self:end;font-size:var(--card-author-fs);font-weight:600;line-height:var(--card-author-lh)}.component-card-review .component-card-review-author .component-card-review-author-time{align-self:start;color:var(--light-grey);font-size:var(--card-credit-fs);line-height:1.5em}
