html,
body {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #545454;
  font-family: Galano;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.page-template-page-info main {
  width: 900px;
  max-width: 90vw;
  margin: 5rem auto;
}
@media (max-width: 768px) {
  body.page-template-page-info main {
    margin-bottom: 1rem;
  }
}

main {
  position: relative;
  background: #fff;
  z-index: 2;
}
@media (max-width: 800px) {
  main .wp-block-media-text__media {
    grid-row: 2 !important;
  }
  main .wp-block-media-text__content {
    grid-row: 1 !important;
  }
  main .wp-block-media-text__content > h6 {
    text-align: center;
    font-size: 5.7vw;
    font-weight: 800;
  }
  main .wp-block-media-text__content .wp-block-buttons {
    justify-content: center;
  }
  body.home main {
    margin-top: calc(100vh - 85px);
  }
  body.home main .wp-block-media-text:first-of-type .wp-block-media-text__media {
    display: none;
  }
}
main::before {
  content: "" f;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  opacity: 1;
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: opacity;
}
body.home.on_top main::before {
  opacity: 0;
}

@media (max-width: 800px) {
  .page-title,
.sklep_tytul {
    display: none;
  }
}
a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.2s;
  transition-property: color;
}
a:hover {
  color: var(--wp--preset--color--zielony);
}

.is-active a:hover {
  color: #fff;
}

h1, h2, h3 {
  color: var(--wp--preset--color--zielony);
  max-width: 800px;
}

.has-large-font-size {
  line-height: 1.39;
}
.has-large-font-size strong {
  color: #000;
}

@media (max-width: 800px) {
  .mobile_hidden {
    display: none !important;
  }
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.content {
  position: relative;
}

.subpage_content {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .subpage_content h3 {
    font-size: 3.5vw;
  }
}
body[data-page=kontakt] .subpage_content {
  max-width: 100%;
}
.subpage_content > .wp-block-image.size-large img {
  width: 100%;
}
.subpage_content .logo img {
  width: 210px;
}

.aligncenter {
  margin: 0 auto;
}

.wp-block-image {
  position: relative;
}
.wp-block-image .wp-element-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  background: #fff;
  color: var(--wp--preset--color--zielony);
  padding: 0.5em 1em;
  font-size: 12px;
}

#naglowek_glowna {
  background: var(--wp--preset--color--zielony);
  color: #fff;
  min-height: 100vh;
  position: relative;
  margin-bottom: -80px;
  margin-bottom: calc(-80px - var(--mt, 0));
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
}
#naglowek_glowna .logo25,
#naglowek_glowna .logo2 {
  z-index: 2;
  font-size: 3vw;
  font-weight: bold;
}
#naglowek_glowna .logo25 {
  width: 17vw;
}
@media (max-width: 800px) {
  #naglowek_glowna {
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
    padding: 0;
    padding-top: 10vh;
  }
  #naglowek_glowna .logo25 {
    width: 60vw;
  }
  #naglowek_glowna .logo2 {
    font-size: 10vw;
  }
}
body.admin-bar #naglowek_glowna {
  min-height: calc( 100vh - 32px );
}
@media (max-width: 800px) {
  #naglowek_glowna {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: 0;
    margin-bottom: calc(0 - var(--mt, 0));
  }
}
#naglowek_glowna .scroll_arrow {
  position: absolute;
  left: 3.5vw;
  bottom: 2rem;
  width: 30px;
  opacity: 0;
  transition-duration: 0.5s;
  z-index: 1;
}
body.home.on_top #naglowek_glowna .scroll_arrow {
  opacity: 1;
  transition-delay: 1s;
}
#naglowek_glowna .logo_mobile {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#naglowek_glowna .content {
  position: absolute;
  top: 0;
  left: 0;
  margin: 35px 47% 0 3.5vw;
  background: var(--wp--preset--color--zielony);
  padding: 60px;
  z-index: 2;
  max-width: 655px;
  height: 335px;
  background: #2DA635;
  margin: 35px 47% 0 3.5vw;
  padding: 60px;
  max-width: 655px;
  height: 335px;
  background: #2DA635;
  margin: 35px 47% 0 3.5vw;
  padding: 60px;
  width: 100%;
}
#naglowek_glowna .content h1 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 12px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 800px) {
  #naglowek_glowna .content {
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 5vw 5vw 5vw 8vw;
    width: auto;
    height: auto;
  }
  #naglowek_glowna .content .logo {
    display: none;
  }
  #naglowek_glowna .content h1 {
    font-size: 5.6vw;
    line-height: 1.5;
    max-width: 50vw;
  }
}

#header {
  background-color: #ffffffee;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  padding: 1rem 3rem;
  z-index: 50;
  transition-duration: 1s;
  transition-property: transform, background-color;
  margin-top: var(--mt, 0);
}
@media (max-width: 400px) {
  #header {
    padding: 1rem;
  }
}
body.home.on_top:not(.menu_show) #header {
  background-color: transparent;
  transition-duration: 0.3s;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
body.home.on_top:not(.menu_show) #header .right img {
  filter: invert(100%);
}
body.home.on_top:not(.menu_show) #header .right svg {
  fill: #fff;
}
body.home.on_top:not(.menu_show) #header a {
  color: #ffffffdd !important;
  font-weight: 500;
}
body.home.on_top:not(.menu_show) #header .header_content .left .logo,
body.home.on_top:not(.menu_show) #header .header_content .left .logo_mobile {
  transition-duration: 0.3s;
  opacity: 0;
}
@media (max-width: 800px) {
  body.home.on_top:not(.menu_show) #header .header_content .left .logo_mobile {
    opacity: 1;
  }
}
body.admin-bar #header {
  top: 32px;
}
#header .header_content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_content .left {
  transition-duration: 0.6s;
}
#header .header_content .left img {
  height: 40px;
  width: auto;
}
#header .header_content .left .logo_mobile {
  opacity: 0;
  position: absolute;
}
#header .header_content .right {
  min-width: 50%;
  display: flex;
  align-items: center;
}
#header .header_content .right ul {
  padding-left: 0;
}
#header .header_content .right .menu-sklep {
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
#header .header_content .right .menu-sklep a {
  line-height: 1em;
  position: relative;
}
#header .header_content .right .menu-sklep a img {
  display: inline-block;
}
#header .header_content .right .menu-sklep a .c {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  background: var(--wp--preset--color--zielony);
  color: #fff;
  border-radius: 100%;
  transform: translate(50%, 50%);
  width: 1.7em;
  height: 1.7em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}
#header .header_content .right .menu-sklep a .c.hidden {
  display: none;
}
@media (max-width: 800px) {
  #header .header_content .right {
    justify-content: flex-end;
  }
  #header .header_content .right .menu {
    display: none;
  }
}
#header .header_content .current-menu-item a,
#header .header_content .current_page_parent a {
  color: var(--wp--preset--color--zielony) !important;
}
#header #menu_btn {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin-left: 2rem;
}
#header #menu_btn .close {
  display: none;
}
body.menu_show #header #menu_btn .close {
  display: inline-block;
}
body.menu_show #header #menu_btn svg:not(.close) {
  display: none;
}
@media (max-width: 800px) {
  #header #menu_btn {
    display: block;
  }
}
@media (max-width: 600px) {
  #header #menu_btn {
    margin-left: 1rem;
  }
}

#page_hover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000088;
  z-index: 48;
  display: none;
}
@media (max-width: 800px) {
  body.menu_show #page_hover {
    display: block;
  }
}

#menu_mobile {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 49;
  min-width: 80%;
  transition-duration: 0.5s;
  transform: translateX(100%);
  display: flex;
  align-items: center;
}
#menu_mobile .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20vh;
}
#menu_mobile .menu li {
  text-align: left;
  font-weight: 500;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 17px;
}
#menu_mobile .menu li a {
  color: #000;
}
#menu_mobile .menu li.current-menu-item a, #menu_mobile .menu li.current_page_parent a {
  color: var(--wp--preset--color--zielony) !important;
}
@media (max-width: 800px) {
  body.menu_show #menu_mobile {
    transform: none;
  }
}

.current {
  color: var(--wp--preset--color--zielony) !important;
}

.menu ul,
ul.menu {
  display: flex;
  align-items: center;
  list-style-type: none;
}
.menu ul li,
ul.menu li {
  padding: 0 1em;
}
.menu ul li:first-of-type,
ul.menu li:first-of-type {
  padding-left: 0;
}
.menu ul li:last-of-type,
ul.menu li:last-of-type {
  padding-right: 0;
}

[data-barba=container] {
  min-height: 100vh;
  padding-bottom: 3rem;
  position: relative;
}
[data-barba=container] p a,
[data-barba=container] h2 a, [data-barba=container] h3 a, [data-barba=container] h4 a {
  color: var(--wp--preset--color--zielony);
}
body.home [data-barba=container]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.sklep_tytul {
  position: absolute;
  left: 33vw;
  width: 40vw;
  margin-left: 3.5rem;
  top: 60px;
  transform: translateY(-50%);
  font-weight: 800;
  font-size: 15px;
  line-height: 19.5px;
  color: #545454;
}

#footer {
  position: relative;
  background: var(--wp--preset--color--zielony);
  color: #fff;
  padding: 2.5rem 1rem 1rem;
}
#footer a:hover {
  color: inherit !important;
}
#footer .footer_content {
  max-width: 960px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
}
#footer .footer_content .logo img {
  width: 135px;
}
#footer .footer_content .menu {
  font-size: 14px;
}
@media (max-width: 800px) {
  #footer .footer_content .menu {
    text-align: right;
    align-items: flex-end;
  }
}
#footer .footer_content .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer_content .flx:last-of-type {
  align-items: flex-end;
}
#footer .footer_content .naty_a img {
  width: 50px;
  margin-left: 0.5em;
  vertical-align: middle;
}
#footer .footer_content .kontakt {
  margin: 2rem 0;
}
#footer .footer_content .kontakt a {
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 12px;
  transition-duration: 0.3s;
  transition-property: transform;
  max-width: 380px;
  margin: 1rem auto;
  font-size: 22px;
  font-weight: 700;
}
#footer .footer_content .kontakt a:hover {
  transform: scale(1.05);
}

.wp-block-media-text__media {
  padding: 3rem;
}
.wp-block-media-text__media img {
  max-height: 500px;
  max-width: 500px;
  object-fit: contain;
  object-position: center;
}

body.page-template-page-full .wp-block-media-text {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.s_products {
  width: 1400px;
  max-width: calc(90vw - 2rem);
  margin: 3rem auto;
}
@media (max-width: 800px) {
  .s_products {
    margin-bottom: 0;
  }
}
.s_products .s_product {
  text-align: center;
}
.s_products .s_product img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
.s_products .s_product .name {
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  margin: 1rem 0;
}
@media (max-width: 800px) {
  .s_products .s_product .name {
    margin-bottom: 0;
    min-height: 2.5em;
  }
}
.s_products .s_product .button2 {
  display: inline-block;
  margin: 1rem 0;
}
.s_products .s_product:hover .name {
  color: #000;
}

.slick-prev:before,
.slick-next:before {
  content: url("../../static/arrow_slider.svg");
  color: #000;
}

button.slick-prev {
  transform: none;
}
button.slick-prev:hover {
  background: transparent;
  box-shadow: none;
  transform: scale(1.1);
}

button.slick-next {
  transform: rotate(180deg);
}
button.slick-next:hover {
  background: transparent;
  box-shadow: none;
  transform: rotate(180deg) scale(1.1);
}

.m_producs {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem;
}
.m_producs .m_product img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}

@media (min-width: 800px) {
  .img_right .wp-block-media-text__media {
    text-align: right;
  }
}

.wp-block-media-text .wp-block-media-text__content p:first-of-type {
  margin-top: 2rem;
}
.wp-block-media-text .wp-block-media-text__content p:last-of-type {
  margin-bottom: 2rem;
}

.konto_link {
  line-height: normal;
  text-align: right;
  margin-left: 2rem;
}
@media (max-width: 600px) {
  .konto_link {
    margin-left: 1.5rem;
  }
}

#minicart_wrap {
  display: none;
  position: absolute;
  right: -3rem;
  top: 100%;
  padding-top: 1rem;
  z-index: 101;
  width: 350px;
  max-width: 100vw;
}
#minicart_wrap .content {
  position: relative;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  padding: 1rem;
  padding-bottom: 0;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
  overscroll-behavior: contain;
}
#minicart_wrap .content > h3,
#minicart_wrap .content > a > h3 {
  text-align: center;
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 15px;
  margin-top: 0.5rem;
  color: #545454;
}
#minicart_wrap .woocommerce-mini-cart__empty-message {
  padding: 1rem 1rem 0;
  text-align: center;
}
#minicart_wrap .woocommerce-mini-cart {
  margin: 1rem 0;
}
#minicart_wrap .woocommerce-mini-cart li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#minicart_wrap .woocommerce-mini-cart li a {
  display: flex;
  font-weight: 500;
  align-items: center;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}
#minicart_wrap .woocommerce-mini-cart li a:first-of-type {
  display: none;
}
#minicart_wrap img {
  max-width: 50px;
  display: block;
  margin-right: 1rem;
  object-fit: contain;
  max-height: 50px;
}
#minicart_wrap .quantity {
  display: block;
  text-align: right;
  white-space: nowrap;
}
#minicart_wrap .variation {
  display: none !important;
}
#minicart_wrap .remove_from_cart_button {
  display: none !important;
}
#minicart_wrap .woocommerce-mini-cart__total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
#minicart_wrap .woocommerce-mini-cart__total .amount {
  font-weight: 700;
}
#minicart_wrap .woocommerce-mini-cart__buttons {
  padding-top: 0;
  display: flex;
  justify-content: space-between;
}
#minicart_wrap .woocommerce-mini-cart__buttons .button {
  flex-basis: calc(50% - .5rem);
  padding: 0.66em;
  font-weight: 400;
  text-align: center;
}

.koszyk_pulpit_wrap {
  position: relative;
}

@media (hover: hover) and (min-width: 800px) {
  body:not(.woocommerce-cart):not(.woocommerce-checkout) .koszyk_pulpit_wrap:hover #minicart_wrap {
    display: block !important;
    animation: show_anim 0.6s;
    animation-fill-mode: both;
  }
}

@media (min-width: 800) {
  body:not(.woocommerce-cart):not(.woocommerce-checkout).show_minicart .koszyk_pulpit_wrap #minicart_wrap {
    display: block;
    animation: show_anim 0.6s;
    animation-fill-mode: both;
  }
}
@keyframes show_anim {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.woocommerce-store-notice.demo_store {
  background: var(--wp--preset--color--zielony);
  padding: 0.5em 0.5em;
  box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.2);
  line-height: normal;
}
.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
  display: none !important;
}

.grecaptcha-badge {
  display: none !important;
}

wc-order-attribution-inputs {
  grid-row: 2 !important;
}