html,
body {
  scroll-behavior: smooth;
  overscroll-behavior: none;
  font-size: calc(100vw / 1440 * 14);
}
@media (max-width: 768px) {
  html,
body {
    font-size: calc(100vw / 400 * 14);
  }
}

body {
  background: #dcd5c9;
  font-family: Helvetica, sans-serif;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

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;
  }
}
body.page-template-page-info main a {
  text-decoration: underline;
}

main {
  position: relative;
  z-index: 2;
  padding: 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
@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 .wp-block-media-text:first-of-type .wp-block-media-text__media {
    display: none;
  }
}

.products {
  display: none;
}

.page-title {
  display: none;
}

@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);
}

.has-large-font-size {
  line-height: 1.39;
}

@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;
  padding: 0.5em 1em;
  font-size: 12px;
}

#header {
  background-color: #dcd5c9ee;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  padding: 2.5rem 1rem;
  z-index: 50;
  transition-duration: 1s;
  transition-property: transform, background-color;
}
@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;
}
#header a {
  font-weight: 500;
  margin: 0 1rem;
  line-height: normal !important;
  text-align: center;
}
body.admin-bar #header {
  top: 32px;
}
#header .header_content {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  height: 12px;
  padding: 0.5em 0;
}
#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;
  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%;
  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;
  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);
}

.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;
  padding: 2.5rem 1rem;
  z-index: 30;
}
#footer a:hover {
  color: inherit !important;
}
#footer .footer_content {
  max-width: 960px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}
#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: 1rem;
}
.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(100vw - 2rem);
  margin: 1rem 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: 14px;
  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;
}
#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;
}

@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;
  }
}
.wpgmza_map {
  all: initial;
}
.wpgmza_map * {
  all: initial;
}

.woocommerce-store-notice.demo_store {
  background: linear-gradient(#a5464b, #a62d35);
  padding: 1em 0.5em;
  box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  font-weight: 600;
  font-size: 12px;
  margin: 0 auto;
  margin-top: 1rem;
  margin-top: 5rem;
}
.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
  display: none !important;
}
body:not(.woocommerce-checkout) .woocommerce-store-notice.demo_store {
  display: none !important;
}

.woocommerce-product-gallery__wrapper {
  max-width: 300px;
  text-align: right;
  margin-left: auto !important;
}
@media (max-width: 768px) {
  .woocommerce-product-gallery__wrapper {
    max-width: 100%;
  }
}

.intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.wp-block-group h2, .wp-block-group h3 {
  color: #111;
}

.glowna_kup {
  clear: both;
  margin: 0 auto;
  padding: 1rem 0;
}
.glowna_kup .woocommerce-notices-wrapper {
  display: none;
}
.glowna_kup::after {
  clear: both;
  content: "";
  display: table;
}

.intro_cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.button {
  background: #000;
  padding: 0.5rem 2rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-shadow: none;
}

.glowna_intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(calc( var(--sy) / 5));
}
.glowna_intro .buttons {
  margin-top: 3rem;
}
.glowna_intro .buttons .button {
  margin: 0.5rem;
}
@media (max-width: 768px) {
  .glowna_intro .buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.glowna_intro .blue_over {
  z-index: 11;
  background: radial-gradient(circle, rgba(2, 0, 36, 0) 0%, #090979 87%, #020024 100%);
  filter: grayscale(50%);
  opacity: 0.5;
  transition-duration: 2s;
}
body:not(.on_top) .glowna_intro .blue_over {
  filter: none;
}
.glowna_intro .black_over,
.glowna_intro .black_over_top,
.glowna_intro .line_over {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20vh;
  width: 100%;
  background: linear-gradient(transparent, #151728);
  z-index: 12;
}
.glowna_intro .line_over {
  height: 100%;
  z-index: 5;
  background: repeating-linear-gradient(-45deg, #444cf755, #444cf755 2px, transparent 2px, transparent 5px);
}
.glowna_intro .black_over_top {
  bottom: auto;
  top: 0;
  background: linear-gradient(#151728, transparent);
}
.glowna_intro .content {
  z-index: 20;
  position: relative;
  text-shadow: 0 0.1em 0.2em #00000055;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  flex-direction: row-reverse;
}
.glowna_intro .content .left {
  transform: translateY(var(--sy));
  text-align: center;
}
@media (min-width: 900px) {
  .glowna_intro .content .left,
.glowna_intro .content .right {
    max-width: 50%;
  }
}
.glowna_intro .content .right {
  transform: translateY(calc( var(--sy) / 1.5));
  transform: translateY(calc( var(--sy) / 1.1));
}
@media (max-width: 900px) {
  .glowna_intro .content .right {
    display: none;
  }
}
.glowna_intro .content .right img {
  display: block;
  width: 400px;
  max-width: 100%;
  transform: scale(0.9);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.glowna_intro .content h2 {
  color: #fee012;
  color: #ddd;
}
.glowna_intro .slide,
.glowna_intro .m-img,
.glowna_intro .blue_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glowna_intro .slide {
  opacity: 0;
  transition-duration: 1s;
  overflow: hidden;
}
.glowna_intro .m-img {
  object-fit: cover;
  opacity: 1;
  transition-duration: 1s, 9s, 1s;
  transition-property: opacity, transform, filter;
  transition-timing-function: linear;
}
.glowna_intro .slide.active {
  opacity: 1;
  transition-delay: 0;
}
.glowna_intro .slide.active .m-img {
  opacity: 0.8;
  transition-delay: 0;
  transform: scale(1.1) translateY(2rem);
}

.intro_text {
  text-shadow: 0 0.1em 0.2em #00000055;
  font-size: max(20px, 3vw);
  max-width: 95%;
}
.intro_text:last-of-type {
  margin-bottom: 20vh;
}

.f_main {
  margin-top: 100vh;
  position: relative;
  z-index: 2;
}

video {
  max-height: 90vh;
  transform: scale(0.9);
  transition-duration: 0.4s;
  box-shadow: 0 0.5rem 1rem #222222aa;
  object-fit: cover;
  cursor: pointer;
  background: #000;
}
video:hover {
  transform: scale(0.92);
}

.wp-block-cover__background {
  background-color: rgba(2, 0, 36, 0.1);
  background: radial-gradient(circle, rgba(2, 0, 36, 0.1) 0%, #090979 45%, #020024 100%) !important;
  opacity: 0.9 !important;
}

.hidden {
  display: none !important;
}

span.onsale {
  display: none !important;
}

.wp-block-gallery {
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.form-row.place-order {
  text-align: center;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: none;
}

.blockUI.blockOverlay,
.checkout.woocommerce-checkout.processing::before {
  z-index: 50 !important;
}

.woocommerce-order {
  max-width: 700px;
  margin: 3rem auto;
  margin-top: 8rem;
}
.woocommerce-order .woocommerce-notice {
  text-align: center;
  margin-bottom: 2rem;
}
.woocommerce-order .woocommerce-order-overview__payment-method {
  margin-top: 1rem;
}

.woocommerce-customer-details {
  max-width: 700px;
  margin: 0 auto;
}

.woocommerce-order-overview {
  padding: 0;
}

.glowna_intro .right img {
  opacity: 0;
  transform: translateX(-100%);
  transition-duration: 1s;
  transition-delay: 1s;
}
.glowna_intro .left .buttons,
.glowna_intro .left h2, .glowna_intro .left h1 {
  opacity: 0;
  transform: translateY(50%);
  transition-duration: 0.7s;
  transition-delay: 0.8s;
}
.glowna_intro .left h1 {
  transition-delay: 0.2s;
}
.glowna_intro .left h2 {
  transition-delay: 0s;
}
.glowna_intro.inview .right img {
  opacity: 1;
  transform: none;
}
.glowna_intro.inview .left .buttons,
.glowna_intro.inview .left h1, .glowna_intro.inview .left h2 {
  opacity: 1;
  transform: none;
}

.product_description {
  max-width: 660px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1.77;
}
.product_description ul > br {
  display: none;
}

.v-wrap {
  text-align: center;
  padding: 3rem 0 1.5rem;
}
.v-wrap img {
  max-height: 3rem;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > label > img {
  display: block;
  max-width: 10rem;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia img {
  max-height: 4rem !important;
}

#shipping_method ul {
  margin: 0;
  padding: 0;
}

#payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-item > label, #payment ul.wc_payment_methods > li.wc_payment_method.payment_method_bluemedia > .payment_box.payment_method_bluemedia .payment_box.payment_method_bacs > .bm-payment-channels-wrapper ul.woocommerce-shipping-methods > div > li > ul li.bm-payment-channel-group-item > label {
  min-height: 0;
}

.wcpay-express-checkout-wrapper {
  max-width: 18rem;
}

.wcpay-express-checkout-wrapper > div {
  margin: 0;
}