:root {
  --basic-margin: 3rem;
  --wp--preset--font-size--large: 1.125rem;
  --bg--accent-light: oklch(97% 0.001 106.424);
  --color--accent-dark: oklch(30% 0.002 106.424);
}

html,
body {
  scroll-behavior: smooth;
  font-size: max(14px, calc(100vw / 1280 * 13));
}
@media (max-width: 800px) {
  html,
body {
    font-size: max(14px, calc(100vw / 369 * 15));
  }
}

body {
  background: #fff;
  color: #222;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: "freight-sans-pro", sans-serif;
}
body.home, body.woocommerce-page {
  background: #fff;
}

* {
  scroll-margin: 6rem;
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.2;
}

.wc-block-grid__product-title,
.product_title,
.woocommerce-loop-product__title,
.wc-block-components-product-name {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  font-size: 1.125rem !important;
  padding-bottom: 0 !important;
}

img,
a {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}

body.page-template-page-info .title h1 {
  font-weight: normal;
}
body.page-template-page-info main {
  width: 52rem;
  max-width: 90vw;
  margin: 5rem auto;
}
@media (max-width: 768px) {
  body.page-template-page-info main {
    margin-bottom: 1rem;
  }
}

main {
  position: relative;
  z-index: 2;
}
main .wp-block-columns {
  margin: 0 auto;
  gap: 0;
}
@media (max-width: 768px) {
  main {
    margin-top: 6rem;
  }
  body.home main {
    margin-top: 0;
  }
  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;
  }
  main .wp-block-media-text__content .wp-block-group {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
main::NOTbefore {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  opacity: 1;
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: opacity;
}
body.home.on_top main::NOTbefore {
  opacity: 0;
}

@media (max-width: 768px) {
  .page-title,
.sklep_tytul,
.woocommerce-products-header {
    display: none;
  }
}
a {
  color: inherit;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

header .center a,
footer .menu a,
.u_line a {
  line-height: normal;
}
header .center a:hover,
footer .menu a:hover,
.u_line a:hover {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

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

@media (max-width: 800px) {
  .mobile_hidden {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .desktop_hidden {
    display: none !important;
  }
}
.content {
  position: relative;
}
.content > .wp-block-image,
.content > .wp-block-image img {
  width: 100%;
}

.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;
}

#header {
  background: var(--bg--accent-light);
  position: sticky;
  width: 100%;
  left: 0;
  padding: 0.75rem 4rem;
  z-index: 100;
  transition-duration: 0.3s;
  letter-spacing: 1px;
  top: 0;
  font-weight: 500;
  transform: translateY(var(--mt, 0));
}
#header .sub-menu {
  letter-spacing: 0.5px;
}
body.admin-bar #header {
  top: 32px;
}
@media (max-width: 1110px) {
  #header {
    padding: 1rem 1.5rem;
  }
}
body:not(.on_top):not(.menu_show) #header {
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  transform: none;
}
@media (max-width: 768px) {
  body:not(.on_top):not(.menu_show) #header {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  }
}
#header .konto_link.desktop_hidden {
  position: absolute;
  top: 1.4rem;
  right: 4rem;
  opacity: 0.8;
}
#header .konto_link.desktop_hidden img {
  height: 1.4rem !important;
}
#header .koszyk_mobile {
  position: absolute;
  top: 1.1rem;
  right: 6.5rem;
  opacity: 0.8;
}
#header .koszyk_mobile img {
  height: 1.8rem !important;
}
#header .header_content {
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
#header .header_content .left {
  transition-duration: 0.6s;
}
#header .header_content .left img {
  height: 2.1rem;
  margin-top: 0.1rem;
  width: auto;
  object-fit: contain;
}
#header .header_content .left .logo_mobile {
  opacity: 0;
  position: absolute;
}
#header .header_content .right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .header_content .right img {
  height: 1.25rem;
}
#header .header_content .c {
  position: absolute;
  display: block;
  bottom: 0.2em;
  right: 0.2em;
  color: #fff;
  border-radius: 100%;
  transform: translate(50%, 50%);
  width: 1.1rem;
  height: 1.1rem;
  font-size: 1rem;
  background: #000;
  display: block;
  text-align: center;
  line-height: 1;
}
#header .header_content .c.hidden {
  display: none;
}
@media (max-width: 768px) {
  #header .header_content .c {
    width: 1.4rem;
    height: 1.4rem;
  }
}
#header .header_content .center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
#header .header_content .center ul {
  padding-left: 0;
  padding-right: 0;
}
#header .header_content .center .menu-sklep {
  padding-left: 2rem;
  display: flex;
  align-items: center;
}
#header .header_content .center .menu-sklep a {
  line-height: 1em;
  position: relative;
  text-transform: uppercase;
}
#header .header_content .center .menu-sklep a img {
  display: inline-block;
}
@media (max-width: 1024px) {
  #header .header_content .center {
    justify-content: flex-end;
  }
  #header .header_content .center .menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header .header_content {
    grid-template-columns: 1fr;
  }
  #header .header_content .center,
#header .header_content .right {
    display: none;
  }
}
#header .header_content .current-menu-item a,
#header .header_content .current_page_parent a {
  color: #000 !important;
}
#header #menu_btn {
  display: none;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  margin-left: 1.5rem;
  opacity: 0.8;
  position: absolute;
  right: 1rem;
  top: 1.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: 1024px) {
  #header #menu_btn {
    display: block;
  }
}
@media (max-width: 600px) {
  #header #menu_btn {
    margin-left: 1rem;
    right: 1rem;
  }
}

#page_hover {
  display: none;
}

#menu_mobile {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  background: #f6f6f6;
  z-index: 49;
  min-width: 100%;
  transition-duration: 0.5s;
  transform: translateY(-100%);
  display: flex;
  text-transform: uppercase;
}
#menu_mobile .content {
  padding: 1rem;
  padding-top: 7rem;
  padding-bottom: 7rem;
  width: 100%;
}
#menu_mobile .menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  margin: 0;
}
#menu_mobile .menu .sub-menu {
  background: transparent;
}
#menu_mobile .menu li {
  text-align: left;
  font-weight: 500;
  padding: 0.5rem 0;
  margin: 0;
}
#menu_mobile .menu li a {
  color: #000;
}
#menu_mobile .menu li.current-menu-item a, #menu_mobile .menu li.current_page_parent a {
  color: #000 !important;
}
#menu_mobile .wpml-ls-legacy-list-horizontal a {
  padding-left: 5px;
  padding-right: 5px;
}
#menu_mobile .bottom {
  padding-left: 40px;
  padding-top: 1rem;
}
#menu_mobile .bottom .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: 0;
}
#menu_mobile .bottom .wpml {
  margin-left: -6px;
  margin-top: 1rem;
}
@media (max-width: 1024px) {
  body.menu_show #menu_mobile {
    transform: none;
  }
}

.hero,
.hero img {
  width: 100%;
  min-height: 100vh;
}

ul.menu {
  list-style-type: none;
}
ul.menu li {
  padding: 0 1em;
  list-style-type: none;
  text-align: center;
}

ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
}
ul.sub-menu ul.sub-menu li {
  list-style-type: none;
}

#menu-menu > li {
  line-height: 2.5em;
}
#menu-menu > li > a::before {
  bottom: 0.5em;
}
#menu-menu > li li {
  line-height: 1.5em;
}

ul.menu {
  display: flex;
  align-items: center;
}
ul.menu > li:first-of-type {
  padding-left: 0;
}
ul.menu > li:last-of-type {
  padding-right: 0;
}

[data-barba=container] {
  min-height: 100vh;
  padding-bottom: 3rem;
  position: relative;
}
body.home [data-barba=container] {
  padding-bottom: 0;
}
@media (min-width: 800px) {
  body.home [data-barba=container] .wp-block-media-text__content {
    padding-left: 0;
  }
}
[data-barba=container] p a,
[data-barba=container] h2 a, [data-barba=container] h3 a, [data-barba=container] h4 a {
  color: #000;
}

#footer {
  position: relative;
  background: var(--bg--accent-light);
  padding: 2.5rem 1rem 1rem;
  overflow: hidden;
}
#footer .menu {
  text-transform: uppercase;
}
#footer .sub-menu {
  display: none !important;
}
#footer a:hover {
  color: inherit !important;
}
#footer .footer_content {
  margin: 0 auto;
  padding: 0 3rem;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 768px) {
  #footer .footer_content {
    padding: 0 1.5rem;
  }
}
body:not(.home) #footer .footer_content {
  transform: none !important;
}
#footer .footer_content .logo img {
  width: 135px;
}
#footer .footer_content .menu {
  padding-left: 0;
}
@media (max-width: 800px) {
  #footer .footer_content .menu {
    text-align: right;
    margin-top: 1.5rem;
  }
}
#footer .footer_content .flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .footer_content .flx:last-of-type {
  align-items: flex-end;
}
@media (max-width: 800px) {
  #footer .footer_content .flx {
    flex-direction: column;
    justify-content: center;
  }
  #footer .footer_content .flx li {
    text-align: center;
  }
  #footer .footer_content .flx:last-of-type {
    align-items: center;
  }
}
#footer .footer_content .kontakt {
  margin: 2rem 0;
}
@media (max-width: 800px) {
  #footer .footer_content .kontakt {
    margin: 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);
}

body.page-template-page-full .wp-block-media-text {
  margin: 5vw 10vw;
}
@media (max-width: 800px) {
  body.page-template-page-full .wp-block-media-text {
    margin: 5vw;
  }
  body.page-template-page-full .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}

.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: 1rem;
}
@media (max-width: 600px) {
  .konto_link {
    margin-left: 1.5rem;
  }
}

.koszyk_pulpit_wrap,
.header_search_form_wrap {
  margin-left: 1rem;
}

.search_btn {
  cursor: pointer;
}

.header_search_form,
.mobile_search {
  display: none;
  z-index: 101;
  width: 100%;
  max-width: 100vw;
  background: #f1f1f1;
  justify-content: flex-end;
}
.header_search_form input,
.mobile_search input {
  background: transparent;
  border: 0;
  font-size: inherit;
}
.header_search_form input[type=search],
.mobile_search input[type=search] {
  border: 0;
  background: #ddd;
}

@media (max-width: 768px) {
  .header_search_form_wrap {
    display: none;
  }
}

@media (min-width: 768px) {
  body.search_open .header_search_form {
    display: flex !important;
    animation: show_anim 0.6s;
    animation-fill-mode: both;
  }
  body.search_open .search_hide {
    display: none !important;
  }
}

.mobile_search {
  display: flex;
  padding: 1rem 0;
  margin-bottom: 1rem;
  background: transparent;
  width: 100%;
}
.mobile_search form {
  width: 100%;
}
.mobile_search form input {
  width: 100%;
}
.mobile_search form button[type=submit] {
  display: none;
}

#minicart_wrap {
  display: none;
  position: absolute;
  right: -3rem;
  top: 100%;
  padding-top: 0.5rem;
  z-index: 101;
  width: 350px;
  max-width: 100vw;
  filter: invert(100%);
}
#minicart_wrap .content {
  position: relative;
  background: #d3d3d3;
  box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
  color: #000;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  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;
  font-weight: 700;
  font-size: 15px;
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #545454;
}
#minicart_wrap .woocommerce-mini-cart__empty-message {
  padding: 1rem 1rem 0;
  text-align: center;
}
#minicart_wrap .woocommerce-mini-cart {
  margin: 1rem 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 0.875rem;
}
#minicart_wrap .woocommerce-mini-cart li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
#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;
  display: none !important;
}
#minicart_wrap .quantity {
  display: block;
  text-align: right;
  white-space: nowrap;
  font-size: 0.875rem;
}
#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;
  margin-top: 1.5rem;
}
#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;
}
#minicart_wrap .woocommerce-mini-cart__buttons .button::before {
  background: #000;
}
#minicart_wrap .woocommerce-mini-cart__buttons .button:hover {
  background: #fff;
}

.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;
  }
}
body.added_to_cart .koszyk_pulpit_wrap #minicart_wrap {
  display: block;
}

@keyframes show_anim {
  0% {
    opacity: 0;
    transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.woocommerce-store-notice.demo_store {
  background: #333;
  color: #fff;
  padding: 0.65em 0.5em;
  box-shadow: 0 1px 0.5em rgba(0, 0, 0, 0.2);
  line-height: normal;
  font-weight: bold;
  font-size: 0.8rem;
  position: fixed;
}
.woocommerce-store-notice.demo_store .woocommerce-store-notice__dismiss-link {
  display: none !important;
}

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

.woocommerce-store-notice, p.demo_store {
  color: #000;
  background: transparent;
  z-index: 90;
}

body.home .slajdy3 {
  height: 100vh;
  width: 100%;
  position: relative;
}
body.home .slajdy3 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition-duration: 1s;
}
body.home .slajdy3 .item:not(.active) {
  opacity: 0;
}
body.home .slajdy3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #000 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #000 !important;
  color: #fff !important;
}

.o_woocommerce_content {
  margin-top: 100px;
}

ul.products {
  max-width: 100vw;
}

[data-glide-el=track] {
  overflow: hidden;
}

.glide {
  margin: 0 auto !important;
  max-width: 100%;
  overflow: visible;
  padding: 1rem 0;
  box-sizing: border-box;
  position: relative;
}
.glide::after {
  content: "";
  display: block;
  z-index: 2;
  background: linear-gradient(90deg, transparent, #fff);
  position: absolute;
  right: 0;
  top: 0;
  width: 10vw;
  height: 100%;
}
.glide::before {
  content: "";
  display: block;
  z-index: 2;
  background: linear-gradient(90deg, #fff, transparent);
  position: absolute;
  left: 0;
  top: 0;
  width: 10vw;
  height: 100%;
}
@media (max-width: 800px) {
  .glide {
    max-width: 80%;
  }
  .glide::before, .glide::after {
    display: none;
  }
}
.glide .glide__arrow {
  color: #000;
  border-radius: 99999px;
  top: -1rem !important;
}
.glide .glide__arrow svg {
  width: 2rem;
}
.glide .glide__arrow:hover {
  background: #fff !important;
}
@media (min-width: 800px) {
  .glide .glide__arrow--right {
    right: 10vw;
  }
  .glide .glide__arrow--left {
    left: 10vw;
  }
}
@media (max-width: 800px) {
  .glide .glide__arrow--right {
    right: 0;
  }
  .glide .glide__arrow--left {
    left: 0;
  }
}
.glide ul, .glide li {
  display: block;
}
.glide ul.products {
  display: flex;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.glide ul.products::before, .glide ul.products::after {
  content: none;
}
.glide ul.products li.product {
  float: none;
  margin: auto;
  flex-shrink: 0;
  flex-grow: 0;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.glowna_produkty_naglowek {
  padding: 1.5rem 0 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.glowna_produkty {
  box-sizing: border-box;
  position: relative;
}
.glowna_twarze {
  width: 100%;
  overflow: hidden;
  display: none;
}
.glowna_twarze .wp-block-image {
  display: grid;
  grid-template-columns: repeat(3, 100vw);
  gap: 0;
  margin: 0;
}
.glowna_twarze .wp-block-image img {
  width: 100vw;
  animation: marquee 60s linear infinite;
  display: block;
}

.wp-block-columns {
  padding: 4rem;
  gap: 3rem;
}
@media (max-width: 800px) {
  .wp-block-columns {
    padding: 3rem 1.5rem;
  }
}
.wp-block-columns h3 {
  font-weight: 500;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pure_tabs,
#reviews,
.up-sells {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pure_tabs {
  margin: 4rem auto;
}
.pure_tabs .p_swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.pure_tabs .p_swiper-wrapper .item {
  cursor: pointer;
}
.pure_tabs .p_swiper-wrapper .item.active {
  font-weight: 600;
}
.pure_tabs .pure_tabs_content {
  margin: 2rem auto;
  text-align: center;
}

.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: -1rem;
  padding: 1rem;
  paddding-top: 2rem;
  z-index: 100;
}
@media (max-width: 1024px) {
  .sub-menu {
    display: block !important;
    position: static;
    padding: 0;
    margin-top: 0.5em;
  }
}
.sub-menu > li {
  background: var(--bg--accent-light);
}
.sub-menu > li:last-child {
  padding-bottom: 1rem;
}
.sub-menu a {
  white-space: nowrap;
  margin: 0.5em 1em;
}
@media (max-width: 1024px) {
  .sub-menu a {
    margin: 0;
    margin-left: 1em;
  }
}

.menu-item-has-children {
  position: relative;
}
@media (hover: hover) {
  .menu-item-has-children:hover > .sub-menu {
    display: block !important;
  }
}

.right .wpml {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
.right .wpml .wpml-ls-link {
  text-transform: uppercase;
}

.wcml-dropdown {
  width: auto;
}
.wcml-dropdown .wcml-cs-active-currency {
  background: transparent;
  border: 0;
}

.wc-block-components-sidebar-layout,
.panel-layout {
  max-width: 1200px;
  margin: 0 auto;
}

.wc-block-components-notice-banner.is-info {
  background: transparent !important;
  color: #000;
  border-color: #000 !important;
}

table {
  border-color: #ddd !important;
}
table * {
  border-color: #ddd !important;
}

#popmake-5353 {
  background: url("https://purestory.pl/wp-content/uploads/2024/01/2023-09-27-PURE-STORY-10-1-2-scaled.jpg");
  background-size: cover;
  padding: 0 !important;
  box-shadow: 0 0 1rem #33333344;
}
#popmake-5353 .popmake-content {
  background: #ffffffdd !important;
  padding: 1rem 1rem 0.5rem !important;
}

.newsletter-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
}
.newsletter-box a {
  text-decoration: underline;
}
.newsletter-box h2 {
  line-height: 1.3;
  font-weight: normal;
}
.newsletter-box input[type=email] {
  min-width: 250px;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.mc4wp-response {
  padding: 0.5rem 0.5rem 0;
  color: #000;
}

.mc4wp-notice {
  font-weight: bold;
  text-align: center;
}

.woocommerce-form-login {
  border: 0 !important;
}

.obsa-container > * {
  opacity: 0;
  transform: translateY(1rem);
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transition-property: opacity, transform;
}
.obsa-container > *.inview {
  opacity: 1;
  transform: none;
}

.amount {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9em;
}

.woocommerce-products-header__title.page-title {
  text-align: center;
}
@media (max-width: 800px) {
  .woocommerce-products-header__title.page-title {
    text-align: left;
  }
}

@media (max-width: 800px) {
  .page-description br {
    display: none;
  }
}

#added_to_cart_msg {
  position: fixed;
  top: 5rem;
  right: 0.5rem;
  white-space: nowrap;
  background: #333;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 5px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transform: translateY(-1rem);
}
body.on_top #added_to_cart_msg {
  top: 6rem;
}
body.added_to_cart #added_to_cart_msg {
  animation: show_anim 0.6s;
  animation-fill-mode: both;
}
@media (min-width: 768px) {
  #added_to_cart_msg {
    display: none !important;
  }
}

.button.alt.geowidget_show_map, #geowidget_show_map {
  background: transparent !important;
  font-size: 15px !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

#selected-parcel-machine {
  min-width: 100px !important;
}

.mc4wp-form {
  padding: 5vw 0;
}

.wp-block-separator {
  border-color: oklch(88% 0.002 106.424) !important;
  max-width: 30rem;
  margin: 4rem auto;
}
@media (max-width: 800px) {
  .wp-block-separator {
    width: 40%;
  }
}

.wc-block-featured-product__wrapper .wc-block-featured-product__title {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  padding: 1.5rem;
}
.wc-block-featured-product__wrapper .wc-block-featured-product__description {
  position: absolute;
  bottom: 5rem;
  text-align: left;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 30em;
  left: 0;
}
.wc-block-featured-product__wrapper .wp-block-buttons {
  position: absolute;
  bottom: 2rem;
  left: 0;
  padding: 0 1.5rem;
}
.wc-block-featured-product__wrapper .wp-block-buttons .wp-block-button {
  width: 100% !important;
}

.wc-block-grid__products {
  padding-left: 12vw !important;
  padding-right: 12vw !important;
}
@media (max-width: 800px) {
  .wc-block-grid__products {
    padding-left: 5vw !important;
    padding-right: 5vw !important;
  }
}

@media (min-width: 800px) {
  .mobile {
    display: none !important;
  }
}

.wp-block-columns.mobile {
  margin-top: -5rem;
}

.wp-block-search__button.has-icon {
  padding: 0.6rem;
}

.wp-block-search__input {
  background: #fff !important;
}

.wc-block-product-categories.is-dropdown {
  gap: 1.5rem;
}

.sa_cats select {
  max-width: 95%;
}

.wc-block-product-categories__button {
  aspect-ratio: 1;
  padding: 0.6rem;
  width: 4.5rem;
  display: flex;
  justify-content: center;
}

hr {
  margin: 1.5rem 0;
  opacity: 0.33;
  border-top: 1px dashed #000;
}

.pure-review-cta.not-logged-in {
  max-width: 30rem;
}
@media (max-width: 768px) {
  .pure-review-cta.not-logged-in {
    max-width: 100%;
  }
}

body[data-page=kontakt-2] .wp-block-columns {
  gap: 4rem;
  max-width: 72rem;
  margin: 0 auto;
  margin-top: 7rem;
}
@media (max-width: 912px) {
  body[data-page=kontakt-2] .wp-block-columns {
    max-width: 100%;
  }
}