@charset UTF-8;.new-section.information-bar{padding-block:8px;background-color:var(--promo-color,var(--dark));display:flex;color:var(--light)}@media screen and (max-width:768px){.new-section.information-bar{padding-right:0!important;padding-left:0!important;overflow:hidden;width:100%;white-space:nowrap}}.information-bar .container{align-items:center;justify-content:center;gap:8px}@media screen and (max-width:768px){.information-bar .container{display:inline-flex!important;animation:scroll-left 15s linear infinite}}@keyframes scroll-left{0%{transform:translate3d(100%,0,0)}100%{transform:translate3d(-100%,0,0)}}a{color:inherit;text-decoration-line:none}.new-section.top-bar{background-color:var(--light);padding-block:8px}.top-bar .container{justify-content:space-between}@media screen and (max-width:768px){.top-bar .container{justify-content:center}}.top-bar__left-side{display:flex;gap:16px;align-items:center}@media screen and (max-width:768px){.top-bar__left-side{flex-direction:column;overflow:hidden;height:24px;position:relative;width:100%}}@media screen and (max-width:768px){.top-bar .separator{display:none}}.top-bar__left-side>div{display:flex;gap:8px}@media screen and (max-width:768px){.top-bar__left-side>div{position:absolute;top:0;left:0;width:100%;display:flex;align-items:center;animation-duration:8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;justify-content:center}}@media screen and (max-width:768px){.top-bar__left-side .top-bar__dostawa{animation-name:slideShow1}}@media screen and (max-width:768px){.top-bar__left-side .top-bar__gwarancja{animation-name:slideShow2}}.top-bar__left-side .top-bar__text{color:var(--dark);white-space:nowrap}.top-bar__right-side{color:var(--dark);display:flex;gap:16px;align-items:center}@media screen and (max-width:768px){.top-bar__right-side{display:none}}@keyframes slideShow1{0%,45%{transform:translateY(0);opacity:1}50%,100%{transform:translateY(-100%);opacity:0}}@keyframes slideShow2{0%,45%{transform:translateY(100%);opacity:0}50%,95%{transform:translateY(0);opacity:1}100%{transform:translateY(-100%);opacity:0}}.new-section.header{padding-block:24px 12px;gap:.75rem}@media screen and (max-width:768px){.new-section.header{padding-block-start:12px}}.new-section.header .container{align-items:center;gap:16px;display:flex;flex-wrap:wrap}@media screen and (max-width:1023px){.new-section.header .container{gap:8px}}.mobile-menu-toggle{display:none;background-color:transparent;border:0;cursor:pointer}@media screen and (max-width:1023px){.mobile-menu-toggle{display:flex}}@media screen and (min-width:768px){.header-logo{width:145px;height:80px}}.header-icons{display:flex;gap:8px;margin-left:auto}@media screen and (min-width:768px){.header-icons{gap:16px;order:1}}.header-icon{display:flex;flex-direction:column;align-items:center;gap:4px;position:relative;text-transform:uppercase;font-size:.625rem}@media screen and (min-width:768px){.header-icon{font-size:.875rem}}@media screen and (min-width:768px){.header-icon img{width:32px;height:32px}}.header__cart-counter{position:absolute;z-index:100;background-color:#EDDAA7;font-size:.75rem;font-weight:700;width:16px;height:16px;border-radius:50vw;display:flex;justify-content:center;align-items:center;inset:0 8px auto auto}#header-timer{gap:8px;align-items:center;justify-content:center;font-weight:500;font-size:.875rem;display:flex}@media screen and (max-width:768px){#header-timer{display:none}}.header-timer__wrapper{display:flex;flex-direction:column;align-items:center;gap:8px}.header-timer__timer{font-weight:700;font-size:1.25rem;color:var(--dark)}