@font-face {
  font-family: Glodok;
  src: url(../../assets/fonts/Glodok-Display.woff);
  font-weight: normal;
}
body {
  font-family: "Mulish", sans-serif;
}

.glodok-font {
  font-family: Glodok, sans-serif;
}

.seasons-font {
  font-family: "the-seasons", "Mulish", sans-serif;
}

p {
  font-size: 14px;
}
@media (min-width: 768px) {
  p {
    font-size: 16px;
  }
}

.page-heading {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page-heading .page-heading-text {
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 0;
}

.text-agnes-violet {
  color: #00017d;
}

.text-agnes-white {
  color: white;
}

.clean-link {
  color: inherit;
  text-decoration: none;
}

.default-page :is(h1, h2, h3, h4, h5, h6) {
  font-family: "the-seasons", "Mulish", sans-serif;
  color: #222222;
}
.default-page li {
  font-size: 14px;
}
@media (min-width: 768px) {
  .default-page li {
    font-size: 16px;
  }
}
.default-page .agnes-button .wp-block-button__link {
  padding: 1rem 1.2rem;
  background-color: #946fcd;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
  font-family: Glodok, sans-serif;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .default-page .agnes-button .wp-block-button__link {
    font-size: 1.2rem;
  }
}

html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar {
  display: none;
}

.agnes-bg-purple {
  background-color: #946fcd;
}

.main-content {
  padding-top: 65px;
  min-height: calc(100dvh - 65px - 132px);
}

.front-page.main-content {
  margin-bottom: 0;
}

video {
  max-width: 100%;
}

.underline-long {
  height: 2px;
  width: 200px;
  background-color: #946fcd;
  margin: 1em 0;
  opacity: 0.5;
}

.scrolling-wrapper {
  scroll-snap-type: y proximity;
  overflow: auto;
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
}
.scrolling-wrapper > div {
  scroll-snap-align: start;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-template-page-e-book span.regular-price,
.single-product span.regular-price {
  color: #cccccc;
  text-decoration: line-through;
  text-decoration-style: wavy;
  text-decoration-thickness: 2px;
}

.agnes-accordion .agnes-accordion-heading {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  padding: 1rem 0;
  border-bottom: 2px solid #f4f4f4;
}
.agnes-accordion .agnes-accordion-heading::after {
  content: "";
  position: absolute;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s ease;
  transform: rotate(-180deg);
  background-image: url("../img/icons/small-arrow-black.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.agnes-accordion .agnes-accordion-heading:has(+ .inner-wrapper.open)::after {
  transform: rotate(0deg);
}
.agnes-accordion .inner-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.4s ease-in-out;
}
.agnes-accordion .inner-wrapper > div {
  overflow: hidden;
}
.agnes-accordion .inner-wrapper.open {
  padding: 0.5rem 0;
  grid-template-rows: 1fr;
  border-bottom: 2px solid #f4f4f4;
}

.single-product:not(body) {
  position: relative;
}
.single-product:not(body) .product-permalink::after {
  content: "";
  position: absolute;
  inset: 0;
}

.swiper:not(.swiper-products, .swiper-other-products, .new-home-oferta-slider, #new-opinie-swiper, .single-product-swiper) {
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
  width: 100%;
}

.swiper-pagination-bullet-active {
  background: #946fcd;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: white;
  border: 2px solid #946fcd;
}

.front-page .blog-excerpts .swiper-button-next::after,
.front-page .blog-excerpts .swiper-button-prev::after,
.front-page .home-oferta-slider .swiper-button-next::after,
.front-page .home-oferta-slider .swiper-button-prev::after {
  font-size: 25px;
  color: #946fcd;
}
.front-page .swiper-backface-hidden .swiper-slide {
  overflow-x: hidden;
}
.front-page .home-oferta-slider .swiper-button-next {
  right: 15px;
  top: 30%;
}
.front-page .home-oferta-slider .swiper-button-prev {
  left: 15px;
  top: 30%;
}
@media (min-width: 768px) {
  .front-page .home-oferta-slider .swiper-button-next,
  .front-page .home-oferta-slider .swiper-button-prev {
    top: 50%;
  }
  .front-page .home-oferta-slider .swiper-button-next {
    right: 50px;
  }
  .front-page .home-oferta-slider .swiper-button-prev {
    left: 50px;
  }
}

.oferta-page .swiper-backface-hidden .swiper-slide {
  overflow-x: hidden;
}
.oferta-page .home-oferta-slider .swiper-button-next,
.oferta-page .home-oferta-slider .swiper-button-prev {
  top: 30%;
}
.oferta-page .home-oferta-slider .swiper-button-next::after,
.oferta-page .home-oferta-slider .swiper-button-prev::after {
  font-size: 25px;
  color: transparent;
}
.oferta-page .home-oferta-slider .swiper-button-next {
  right: 15px;
}
.oferta-page .home-oferta-slider .swiper-button-prev {
  left: 15px;
}
@media (min-width: 768px) {
  .oferta-page .home-oferta-slider .swiper-button-next,
  .oferta-page .home-oferta-slider .swiper-button-prev {
    top: 50%;
  }
  .oferta-page .home-oferta-slider .swiper-button-next {
    right: 50px;
  }
  .oferta-page .home-oferta-slider .swiper-button-prev {
    left: 50px;
  }
}

.woocommerce.archive .woocommerce-products-header__title {
  padding-bottom: 2rem;
}

.woocommerce.single-product .woocommerce-breadcrumb {
  display: none;
}
.woocommerce.single-product .product .product_meta {
  display: none;
}
.woocommerce.single-product .product .product_title {
  font-family: "the-seasons", "Mulish", sans-serif;
  color: #222222;
  margin-bottom: 1rem;
  padding-top: 2rem;
}
.woocommerce.single-product .product p.price {
  color: #946fcd;
}
.woocommerce.single-product .product .summary.entry-summary {
  margin-top: 2rem;
}
.woocommerce.single-product .product .woocommerce-product-details__short-description {
  margin-bottom: 2rem;
}
.woocommerce.single-product .product .tabs.wc-tabs {
  visibility: hidden;
}
.woocommerce.single-product .product span.onsale {
  top: 2rem;
  padding: 1rem 1.6rem;
  font-size: 1.5rem;
  line-height: 2;
  border-radius: 0.5rem;
  background-color: #946fcd;
}
.woocommerce.single-product .product form.cart {
  display: flex;
  gap: 1rem;
  height: 2.5rem;
}
.woocommerce.single-product .product form.cart .quantity {
  display: flex;
}
.woocommerce.single-product .product form.cart .single_add_to_cart_button {
  background-color: #946fcd;
}

.woocommerce-cart h1.main-title,
.woocommerce-cart h2,
.woocommerce-cart h3 {
  font-family: "the-seasons", "Mulish", sans-serif;
  color: #222222;
  letter-spacing: 1px;
}
.woocommerce-cart .woocommerce-info,
.woocommerce-cart .woocommerce-message {
  border-top-color: #000000;
}
.woocommerce-cart .woocommerce-info::before,
.woocommerce-cart .woocommerce-message::before {
  color: #000000;
}
.woocommerce-cart .woocommerce .button.alt {
  background-color: #000000;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form table.shop_table {
  margin-bottom: 3.5rem;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin-bottom: 1.5rem;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #000000;
}
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: #000000;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  border-top-color: #000000;
}
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before {
  color: #000000;
}

.woocommerce-checkout h1.main-title,
.woocommerce-checkout h2,
.woocommerce-checkout h3 {
  font-family: "the-seasons", "Mulish", sans-serif;
  color: #222222;
  letter-spacing: 1px;
}
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message {
  border-top-color: #000000;
}
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-message::before {
  color: #000000;
}
.woocommerce-checkout .woocommerce .button.alt {
  background-color: #000000;
  font-size: 1.2rem;
  padding: 0.8rem 1.6rem;
  color: white;
}
.woocommerce-checkout form.checkout #customer_details {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.woocommerce-checkout form.checkout #customer_details .col-1,
.woocommerce-checkout form.checkout #customer_details .col-2 {
  width: 100%;
  max-width: 800px;
}
.woocommerce-checkout form.checkout #customer_details .woocommerce-additional-fields {
  visibility: hidden;
}
.woocommerce-checkout form.checkout #customer_details .form-row {
  margin-bottom: 1rem;
}
.woocommerce-checkout form.checkout #customer_details input {
  padding: 0.5rem 0.8rem;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #aaa;
}
.woocommerce-checkout form.checkout #customer_details .select2-container--default .select2-selection--single {
  height: 46px;
  padding: 0.5rem 0.5rem;
  border-radius: 6px;
}
.woocommerce-checkout form.checkout #customer_details .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 4px;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 1.2rem;
  color: black;
  display: flex;
  gap: 3rem;
  align-items: center;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 100%;
  background-color: #000;
  margin-top: 0.8rem;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
  display: block;
  max-width: 280px;
  padding: 0.5rem 1.5rem;
  border-radius: 6px;
  color: white;
  font-weight: 600;
  background-color: #000;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 1rem 2rem;
    text-align: center;
    display: block;
  }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
  }
  .woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon {
    margin: auto;
    margin-top: 1rem;
  }
}

.woocommerce .cross-sells .heading {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
}
.woocommerce .cross-sells span.onsale {
  background-color: #000;
  border-radius: 6px;
  padding: 0.6rem 1.2rem;
  line-height: 1.5;
  min-height: unset;
}

.single-product .out-of-stock-badge {
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  padding: 0.1rem 0.4rem;
  border: 1px solid #222222;
  background-color: white;
  border-radius: 3px;
  z-index: 10;
}
.single-product .out-of-stock-badge.single-product-page {
  left: 9%;
}
@media (min-width: 768px) {
  .single-product .out-of-stock-badge.single-product-page {
    left: 0.3rem;
  }
}

.woocommerce .cart-collaterals {
  display: flex;
  flex-direction: column;
}
.woocommerce .cart-collaterals .cross-sells {
  order: -1;
}
@media (min-width: 768px) {
  .woocommerce .cart-collaterals {
    flex-direction: row;
  }
  .woocommerce .cart-collaterals .cross-sells {
    margin-left: auto;
    order: 1;
  }
}

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 0;
  z-index: 100;
  background-color: #f4f4f4;
}
header.main-header a {
  color: inherit;
  text-decoration: none;
}
header.main-header .main-logo {
  z-index: 130;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
  transition: transform 0.5s ease-in-out;
}
header.main-header .main-logo:has(~ nav.header-nav:not(.menu-closed)) {
  transform: translateX(calc(50vw - 50% - 1.5rem));
}
header.main-header .main-logo img {
  position: relative;
  height: 28px;
  z-index: 10;
}
@media (min-width: 768px) {
  header.main-header .main-logo {
    position: static;
    left: 0;
    transform: none;
  }
  header.main-header .main-logo img {
    height: 25px;
  }
}
header.main-header .top-bar-mobile-cart-wrapper {
  position: absolute;
  top: 0;
  right: 5rem;
  display: inline-flex;
  height: 100%;
  align-items: center;
}
header.main-header .top-bar-mobile-cart-wrapper a.cart-contents {
  padding: 1rem;
  margin-bottom: 6px;
}
header.main-header nav.header-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  backdrop-filter: blur(4px);
  height: 100vh;
  height: 100dvh;
  transition: transform 0.3s ease-in-out;
  z-index: 120;
  overflow: scroll;
  min-width: 100%;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
header.main-header nav.header-nav::-webkit-scrollbar {
  display: none;
}
header.main-header nav.header-nav.menu-closed {
  z-index: -1;
  transform: translateX(100%);
  padding: 0;
}
header.main-header nav.header-nav .nav-inner-wrapper {
  background-color: white;
  height: 100%;
  margin-left: 25%;
  padding: 7rem 0 3rem;
}
header.main-header nav.header-nav .menu-main-menu-container {
  padding-left: 30%;
  margin-bottom: 3rem;
}
header.main-header nav.header-nav #menu-main-menu {
  position: relative;
  list-style: none;
  padding-top: 1em;
  padding-left: 0;
}
header.main-header nav.header-nav #menu-main-menu a {
  text-transform: uppercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  font-size: 18px;
}
header.main-header nav.header-nav .menu-item {
  border-bottom: 2px solid #f4f4f4;
}
header.main-header nav.header-nav .menu-item:first-child {
  border-top: 2px solid #f4f4f4;
}
header.main-header nav.header-nav .menu-item.current-menu-item {
  font-weight: 800;
  border-bottom: 2px solid #000;
}
header.main-header nav.header-nav #menu-main-menu .menu-item-has-children.current-menu-item {
  border-bottom: none;
}
header.main-header nav.header-nav #menu-main-menu .menu-item-has-children.current-menu-item a:not(.sub-menu a) {
  border-bottom: 1px solid #000;
  font-weight: 800;
}
header.main-header nav.header-nav #menu-main-menu .current-page-ancestor > a {
  font-weight: 800;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu {
  list-style: none;
  font-size: 16px;
  padding: 0;
  padding-left: 1em;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu a {
  font-size: 14px;
  white-space: nowrap;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu a span {
  color: #000;
  text-transform: lowercase;
  padding-left: 5px;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu .menu-item {
  padding: 0;
  margin-bottom: 0;
  font-weight: 400;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu .menu-item:hover {
  font-weight: 700;
  letter-spacing: -0.2px;
}
header.main-header nav.header-nav #menu-main-menu .sub-menu .current-menu-item {
  font-weight: 700;
}
header.main-header nav.header-nav .mobile-menu-contact {
  padding-left: 25%;
  margin-bottom: 2em;
}
header.main-header nav.header-nav .mobile-menu-contact .glodok-font {
  font-size: 15px;
  color: #cccccc;
}
header.main-header nav.header-nav .mobile-menu-contact a {
  font-size: 16px;
  margin-bottom: 1em;
  display: block;
}
header.main-header nav.header-nav .social-media-links {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin-left: 30%;
}
header.main-header nav.header-nav .social-media-links img {
  height: 28px;
}
@media (min-width: 768px) {
  header.main-header nav.header-nav {
    position: relative;
    top: 0;
    height: 65px;
    min-width: unset;
    flex-grow: 1;
    z-index: 0;
    overflow: visible;
    padding-bottom: 0;
    background-color: #f4f4f4;
  }
  header.main-header nav.header-nav.menu-closed {
    z-index: initial;
    height: auto;
    padding: unset;
    transform: none;
  }
  header.main-header nav.header-nav .nav-inner-wrapper {
    background-color: inherit;
    height: 100%;
    margin-left: 0;
    padding: 0;
  }
  header.main-header nav.header-nav .menu-main-menu-container {
    padding: 0;
    margin-bottom: 0;
    height: 65px;
  }
  header.main-header nav.header-nav #menu-main-menu {
    width: 100%;
    height: 100%;
    max-width: 1320px;
    display: flex;
    padding-top: 0;
    padding-left: 3rem;
    margin: 0 auto;
    justify-content: space-between;
  }
  header.main-header nav.header-nav #menu-main-menu a {
    padding-top: 1.2em;
    padding-bottom: 0.6em;
    width: fit-content;
    margin: 0 auto;
    font-size: 1rem;
  }
  header.main-header nav.header-nav #menu-main-menu .menu-item-has-children.current-menu-item a:not(.sub-menu a) {
    border-top: 4px solid #000;
    font-weight: 800;
    border-bottom: none;
  }
  header.main-header nav.header-nav .menu > .menu-item {
    position: relative;
    text-align: center;
    margin-bottom: 0;
    border: none;
  }
  header.main-header nav.header-nav #menu-main-menu .menu-item-has-children:hover .sub-menu {
    max-height: 400px;
    pointer-events: all;
    opacity: 1;
  }
  header.main-header nav.header-nav #menu-main-menu .menu-item.current-menu-item {
    font-weight: 800;
    border-bottom: none;
  }
  header.main-header nav.header-nav #menu-main-menu .menu-item.current-menu-item > a {
    border-top: 4px solid #946fcd;
    padding-top: 16px;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu {
    position: absolute;
    top: 55px;
    left: 0;
    background-color: white;
    list-style: none;
    font-size: 16px;
    padding: 0;
    width: 210px;
    text-align: left;
    border-radius: 3px;
    border-bottom: none;
    transition: all 0.3s ease-in-out;
    max-height: 0;
    pointer-events: none;
    opacity: 0;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu:hover {
    max-height: 400px;
    pointer-events: all;
    opacity: 1;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu a {
    font-size: 14px;
    white-space: nowrap;
    padding: 1em 0;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu a span {
    color: #946fcd;
    text-transform: lowercase;
    padding-left: 5px;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu .menu-item {
    border-bottom: 1px solid #946fcd;
    padding: 0 1em;
    margin-bottom: 0;
    font-weight: 400;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu .menu-item:hover {
    font-weight: 800;
    letter-spacing: -0.3px;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu .current-menu-item {
    font-weight: 800;
    letter-spacing: -0.3px;
  }
  header.main-header nav.header-nav #menu-main-menu .sub-menu .current-menu-item a {
    border-top: none;
  }
  header.main-header nav.header-nav #menu-main-menu .current-page-ancestor > a {
    font-weight: 800;
    border-top: 4px solid #946fcd;
    padding-top: 17px;
  }
}
header.main-header .menu-nav-buttons {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  z-index: 130;
}
header.main-header .menu-nav-buttons a {
  height: 22px;
  width: 22px;
  display: block;
  position: absolute;
  top: 19px;
  right: 19px;
}
header.main-header .menu-nav-buttons a.hidden-icon {
  opacity: 0;
  pointer-events: none;
}
header.main-header .menu-nav-buttons .menu-open {
  background-image: url("../img/icons/menu-open-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header.main-header .menu-nav-buttons .menu-close {
  background-image: url("../img/icons/menu-close-icon.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
header.main-header .hidden-menu-item {
  visibility: collapse;
  max-height: 0;
}
@media (min-width: 768px) {
  header.main-header .hidden-menu-item {
    visibility: hidden;
  }
}
header.main-header #menu-main-menu .menu-cart-wrapper {
  position: absolute;
  top: 1rem;
  left: -4rem;
}
header.main-header #menu-main-menu .menu-cart-wrapper a.cart-contents {
  padding: 0.8rem;
  display: inline-block;
}
@media (min-width: 768px) {
  header.main-header #menu-main-menu .menu-cart-wrapper {
    position: static;
  }
  header.main-header #menu-main-menu .menu-cart-wrapper a.cart-contents {
    margin-bottom: 0;
    padding-top: 1rem;
  }
}
header.main-header .cart-contents-count {
  position: absolute;
  background: red;
  padding: 1px 7px;
  font-size: 11px;
  font-weight: 700;
  color: white;
  border-radius: 7px;
  right: -10px;
  bottom: 5px;
}
header.main-header .menu-item.xoo-wsc-menu-item {
  position: absolute;
  top: -3rem;
  left: 0.1rem;
  height: 4rem;
  display: flex;
  align-items: center;
  border-bottom: none !important;
}
@media (min-width: 768px) {
  header.main-header .menu-item.xoo-wsc-menu-item {
    position: static !important;
    height: 100%;
  }
}

footer:not(.new-footer) {
  background-color: #00017d;
  color: white;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 1em;
}
footer:not(.new-footer) a {
  color: inherit;
  text-decoration: none;
}
footer:not(.new-footer) .footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.2em;
}
footer:not(.new-footer) .phone-number,
footer:not(.new-footer) .email {
  font-size: 20px;
  padding: 0.2em;
}
footer:not(.new-footer) .social-media-icons {
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
footer:not(.new-footer) .social-media-icons img {
  height: 20px;
}
footer:not(.new-footer) .recaptcha-statement {
  font-size: 12px;
  padding: 0.5rem 0.5rem 0;
  color: #cccccc;
  text-align: center;
}
footer:not(.new-footer) .recaptcha-statement a {
  color: orangered;
}
footer:not(.new-footer) .bottom-bar {
  padding: 0.5rem;
  background-color: #222222;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 10px;
  color: var(--bs-gray-600);
}
footer:not(.new-footer) .bottom-bar .privacy-policy-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 0.3rem;
  color: var(--bs-gray-300);
}
@media (min-width: 768px) {
  footer:not(.new-footer) .bottom-bar {
    flex-direction: row;
    justify-content: space-between;
  }
  footer:not(.new-footer) .bottom-bar .copyrigth-wrapper {
    text-align: left;
    margin-left: 2rem;
  }
  footer:not(.new-footer) .bottom-bar .privacy-policy-links {
    flex-direction: column;
    justify-content: left;
    gap: 0;
    text-align: left;
    order: 1;
    margin-right: 2rem;
  }
}

footer.new-footer {
  background-color: #222222;
  color: white;
}
footer.new-footer:has(.footer-menu-wrapper.contact-footer) {
  background-color: #4e4e4e;
}
footer.new-footer .new-footer-contact {
  padding: 3rem 1rem 2rem;
}
footer.new-footer .new-footer-contact h2 {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
footer.new-footer .new-footer-contact .info-wrapper h3 {
  font-size: 2rem;
  font-weight: 400;
}
footer.new-footer .new-footer-contact .info-wrapper .emails-wrapper {
  padding: 1.5rem 0 1rem;
}
footer.new-footer .new-footer-contact .info-wrapper .emails-wrapper h4 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0;
}
footer.new-footer .new-footer-contact .info-wrapper .emails-wrapper a {
  font-size: 1.2rem;
  font-weight: 300;
}
footer.new-footer .footer-menu-wrapper.contact-footer {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background-color: #4e4e4e;
}
footer.new-footer .footer-menu-wrapper.contact-footer .social-media-links {
  margin-bottom: 1.6rem;
}
footer.new-footer .social-media-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 1rem 0;
  margin-bottom: 2.2rem;
}
footer.new-footer .social-media-links img {
  height: 25px;
}
footer.new-footer .footer-menu ul.menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1.2rem;
  justify-content: center;
}
footer.new-footer .footer-menu ul.menu a {
  color: inherit;
  text-decoration: none;
}
footer.new-footer .copyright-container {
  padding: 1rem;
  border-top: 2px solid #7e7e7e;
  font-size: 0.65rem;
  color: #7e7e7e;
  background-color: #222222;
  text-align: center;
}
footer.new-footer .copyright-container a {
  color: #cccccc;
  text-decoration: none;
}
@media (min-width: 768px) {
  footer.new-footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr) 80px 80px repeat(5, 1fr);
  }
  footer.new-footer .newsletter-outer-wrapper {
    grid-column-start: 2;
    grid-column-end: 6;
  }
  footer.new-footer .new-footer-contact {
    grid-column-start: 8;
    grid-column-end: -2;
  }
  footer.new-footer .footer-menu-wrapper {
    grid-column: 1/-1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer.new-footer .footer-menu-wrapper .social-media-links {
    order: 1;
    margin-bottom: 1rem;
  }
  footer.new-footer .footer-menu-wrapper.contact-footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #4e4e4e;
  }
  footer.new-footer .footer-menu-wrapper.contact-footer .social-media-links {
    margin-bottom: 0;
  }
  footer.new-footer .footer-menu-wrapper.contact-footer ul.menu {
    margin-bottom: 0;
  }
  footer.new-footer .copyright-container {
    grid-column: 1/-1;
    text-align: left;
    width: 100%;
  }
  footer.new-footer .copyright-wrapper {
    display: flex;
    justify-content: space-between;
  }
  footer.new-footer .copyright-wrapper .recaptcha-statement {
    text-align: right;
    max-width: 350px;
  }
}

.big-text-video {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 65px);
  min-height: calc(100dvh - 65px);
  overflow: hidden;
}
.big-text-video.bg-violet {
  background-color: #00017d;
}
.big-text-video.bg-violet .hero-text {
  -webkit-text-stroke: 3px white;
}
.big-text-video.bg-purple {
  background-color: #946fcd;
}
.big-text-video.bg-purple .hero-text {
  -webkit-text-stroke: 3px white;
}
.big-text-video .video-container {
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
}
.big-text-video .video-container video {
  max-height: 500px;
  margin: 0 auto;
  display: block;
}
.big-text-video .gradient-background {
  position: absolute;
  height: 100vw;
  bottom: -50vw;
  left: 0em;
  right: 0em;
  opacity: 0.4;
  background-image: radial-gradient(circle closest-side, rgba(149, 111, 205, 0.6) 15%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.big-text-video .hero-text {
  position: absolute;
  font-size: calc(18vw + 2px);
  letter-spacing: 4px;
  top: calc(50% - 16vw);
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  -webkit-text-stroke: 3px #00017d;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .big-text-video .gradient-background {
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
    height: unset;
    background-image: radial-gradient(circle closest-side, rgba(149, 111, 205, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
  }
  .big-text-video .video-container video {
    max-height: 580px;
  }
  .big-text-video .hero-text {
    font-size: 18vw;
  }
}
@media (min-width: 1200px) {
  .big-text-video .hero-text {
    font-size: 16rem;
    top: 22%;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .big-text-video .hero-text {
    font-size: 12rem;
    top: 20%;
  }
  .big-text-video .video-container video {
    max-height: 500px;
  }
}

.home-oferta-slider {
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
  position: relative;
}
.home-oferta-slider .carousel-inner {
  height: 100%;
}
.home-oferta-slider .carousel-item {
  height: 100%;
}
.home-oferta-slider .image-wrapper {
  height: 55%;
  padding: 0 3rem;
}
.home-oferta-slider .image-wrapper img {
  height: 100%;
  object-position: 0 15%;
}
.home-oferta-slider .oferta-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.home-oferta-slider .info-excerpt {
  margin-bottom: 1rem;
}
.home-oferta-slider .link-wrapper {
  margin-bottom: 3rem;
}
.home-oferta-slider .oferta-link {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
  text-decoration: none;
}
@media (min-width: 768px) {
  .home-oferta-slider .oferta-link {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.home-oferta-slider .title-header h2 {
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin: 0.5em 0 0.2em;
}
.home-oferta-slider .title-header h2 span {
  font-size: 26px;
  font-family: Glodok, sans-serif;
}
.home-oferta-slider .carousel-control-next,
.home-oferta-slider .carousel-control-prev {
  top: 35%;
  bottom: 55%;
}
.home-oferta-slider .swiper-button-next:after, .home-oferta-slider .swiper-button-prev:after {
  background-image: url("../img/icons/arrow-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
}
.home-oferta-slider .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .home-oferta-slider .image-wrapper {
    height: 100%;
    width: 50%;
    padding: 0;
    flex-shrink: 0;
  }
  .home-oferta-slider .oferta-inner-wrapper {
    justify-content: flex-start;
  }
  .home-oferta-slider .info-wrapper {
    margin-top: 30%;
  }
  .home-oferta-slider .title-header h2 {
    font-size: 3rem;
    position: relative;
    margin-bottom: 0.6em;
  }
  .home-oferta-slider .title-header h2 span {
    font-size: 30px;
  }
  .home-oferta-slider .info-excerpt {
    max-width: 440px;
    margin-bottom: 3em;
  }
  .home-oferta-slider .link-wrapper {
    margin-bottom: 4rem;
  }
  .home-oferta-slider .oferta-link {
    position: static;
    font-size: 22px;
    min-width: 200px;
    padding: 0.5em 1.5em;
    text-align: center;
  }
  .home-oferta-slider .carousel-control-next,
  .home-oferta-slider .carousel-control-prev {
    top: 30%;
    bottom: 30%;
    width: 10%;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .home-oferta-slider .info-wrapper {
    padding: 4em;
    padding-top: 3em;
  }
  .home-oferta-slider .title-header h2 {
    font-size: 76px;
    left: -2em;
    margin-bottom: 0.4em;
    margin-top: 0;
    min-width: 500px;
  }
  .home-oferta-slider .title-header h2 span {
    font-size: 24px;
  }
  .home-oferta-slider .info-excerpt {
    max-width: 360px;
    margin-bottom: 2em;
  }
}

.new-home-oferta-slider {
  background-color: #f4f4f4;
  padding: 3rem 0;
}
.new-home-oferta-slider .section-heading .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .new-home-oferta-slider .section-heading .section-title {
    font-size: 1rem;
  }
}
.new-home-oferta-slider .oferta-wrapper .img-wrapper {
  margin-bottom: 1rem;
}
.new-home-oferta-slider .oferta-wrapper .img-wrapper img {
  max-height: 400px;
}
.new-home-oferta-slider .oferta-wrapper .title-header h3 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}
.new-home-oferta-slider .oferta-wrapper .info-wrapper {
  padding: 0 1rem;
}
.new-home-oferta-slider .oferta-wrapper .info-wrapper .oferta-link {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .new-home-oferta-slider .oferta-wrapper .info-wrapper .oferta-link {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.new-home-oferta-slider .swiper-button-next:after, .new-home-oferta-slider .swiper-button-prev:after {
  content: "";
  background-image: url("../img/icons/arrow-purple.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
.new-home-oferta-slider .swiper-button-prev::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .new-home-oferta-slider .oferta-wrapper {
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
  }
  .new-home-oferta-slider .oferta-wrapper .img-wrapper {
    width: 42%;
    margin-bottom: 0;
  }
  .new-home-oferta-slider .oferta-wrapper .img-wrapper img {
    max-height: 600px;
    min-height: 500px;
  }
  .new-home-oferta-slider .oferta-wrapper .title-header h3 {
    font-size: 2.5rem;
    margin-bottom: 1.2rem;
  }
  .new-home-oferta-slider .oferta-wrapper .info-wrapper {
    width: 50%;
  }
  .new-home-oferta-slider .oferta-wrapper .info-wrapper .info-excerpt {
    margin-bottom: 2rem;
  }
}

.contact-component {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 65px);
  height: calc(100dvh - 65px);
}
.contact-component.bg-violet {
  background-color: #000;
}
.contact-component.bg-violet .hero-text {
  -webkit-text-stroke: 3px white;
}
.contact-component .gradient-background {
  position: absolute;
  height: 100vw;
  bottom: -50vw;
  left: 0em;
  right: 0em;
  opacity: 0.4;
  background-image: radial-gradient(circle closest-side, rgba(149, 111, 205, 0.6) 15%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.contact-component .video-container {
  padding-left: 3em;
  padding-right: 3em;
  position: relative;
}
.contact-component .video-container video {
  max-height: 400px;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  width: 100%;
}
.contact-component .hero-text {
  position: absolute;
  font-size: calc(16vw + 4px);
  letter-spacing: 4px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%) translateZ(0);
  -webkit-text-stroke: 3px #000d;
  -webkit-text-fill-color: transparent;
}
.contact-component .info-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 150px;
  font-size: 16px;
  color: white;
}
.contact-component .info-wrapper > div {
  height: 50%;
}
.contact-component .info-wrapper h4 {
  font-size: 16px;
}
.contact-component .info-wrapper .tik-tok img,
.contact-component .info-wrapper .instagram img {
  width: 22px;
  height: 22px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .contact-component .hero-text {
    bottom: 24%;
  }
  .contact-component .contact-wrapper {
    position: relative;
  }
  .contact-component .gradient-background {
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
    height: unset;
    background-image: radial-gradient(circle closest-side, rgba(149, 111, 205, 0.6) 40%, rgba(255, 255, 255, 0) 100%);
  }
  .contact-component .video-container video {
    max-height: 600px;
    width: unset;
    max-width: unset;
  }
  .contact-component .info-wrapper {
    height: unset;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 22px;
  }
  .contact-component .info-wrapper > div {
    height: unset;
  }
  .contact-component .info-wrapper h4 {
    font-size: 22px;
  }
  .contact-component .mail-info {
    position: absolute;
    top: 10px;
    left: 80px;
  }
  .contact-component .phone-info {
    position: absolute;
    top: 10px;
    right: 80px;
  }
  .contact-component .instagram {
    position: absolute;
    bottom: 10px;
    left: 80px;
  }
  .contact-component .tik-tok {
    position: absolute;
    bottom: 10px;
    right: 80px;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .contact-component .video-container video {
    max-height: 500px;
  }
}
@media (min-width: 1200px) {
  .contact-component .hero-text {
    font-size: 12rem;
    top: 22%;
  }
}

.blog-excerpts .post-excerpt {
  height: calc(100vh - 65px);
  min-height: calc(100dvh - 65px);
  justify-content: space-between;
  padding: 1em 0;
}
.blog-excerpts .image-wrapper {
  height: 50%;
}
@media (min-width: 768px) {
  .blog-excerpts .excerpts-wrapper {
    padding: 2em 0;
  }
  .blog-excerpts .excerpts-wrapper .post-excerpt:nth-child(even) .image-wrapper {
    order: 5;
  }
  .blog-excerpts .post-excerpt {
    height: unset;
    padding: 2em 0;
    gap: 4em;
    justify-content: center;
    align-items: center;
  }
  .blog-excerpts .image-wrapper {
    width: 300px;
    height: 500px;
    flex-shrink: 0;
  }
  .blog-excerpts .info-wrapper {
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .blog-excerpts .image-wrapper {
    width: 400px;
    height: 500px;
  }
}

.single-opinia {
  margin-bottom: 2em;
}
.single-opinia .opinia-text {
  display: flex;
  gap: 1.8em;
}
.single-opinia .opinia-text .opinia-inside-wrapper {
  padding: 1em 0;
  font-style: italic;
}
.single-opinia .opinia-text .glodok-font {
  font-size: 30px;
  color: #c9bddf;
}
.single-opinia .opinia-text .glodok-font:first-of-type {
  align-self: flex-start;
}
.single-opinia .opinia-text .glodok-font:last-of-type {
  align-self: flex-end;
}
.single-opinia .opinia-name {
  text-align: right;
  margin-right: 1.5em;
}

.new-opinie-section {
  background-color: white;
  padding: 2rem 0;
}
.new-opinie-section .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .new-opinie-section .section-title {
    font-size: 1rem;
  }
}
.new-opinie-section #new-opinie-swiper .swiper-wrapper {
  padding-bottom: 4rem;
}
.new-opinie-section #new-opinie-swiper .swiper-slide {
  height: auto;
}
.new-opinie-section #new-opinie-swiper .swiper-slide img {
  object-fit: contain;
  border-radius: 1rem;
  height: 100%;
}
.new-opinie-section #new-opinie-swiper .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
}

.wpcf7 {
  padding: 1em 0;
}
.wpcf7 input,
.wpcf7 textarea {
  border: 1px solid #222222;
  padding: 0.6em 1.2em;
  border-radius: 5px;
  width: 100%;
  margin: 0.4em 0 0;
}
.wpcf7 label {
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.wpcf7 input[type=submit] {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
  margin: 2em auto 1em;
  width: 250px;
  display: block !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .wpcf7 input[type=submit] {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.wpcf7 .wpcf7-acceptance label {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox] {
  width: unset;
  appearance: none;
  padding: 10px;
  margin-top: 2px;
}
.wpcf7 .wpcf7-acceptance input[type=checkbox]:checked {
  background-color: #946fcd;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 12px;
  font-weight: 400;
}

.woo-products-section {
  background-color: #000;
  color: white;
  text-align: center;
  padding: clamp(1.6rem, 12vh - 4.2rem, 4rem) 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woo-products-section .section-heading {
  max-width: 850px;
  margin: 0 auto 2rem;
}
.woo-products-section .section-heading .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.woo-products-section .section-heading p {
  display: none;
}
.woo-products-section .swiper-products {
  padding: 0 2rem;
}
.woo-products-section .swiper-products .swiper-button-next::after,
.woo-products-section .swiper-products .swiper-button-prev::after {
  font-size: 25px;
  color: white;
}
.woo-products-section .swiper-products .swiper-button-next {
  right: -5px;
}
.woo-products-section .swiper-products .swiper-button-prev {
  left: -5px;
}
.woo-products-section .swiper-products .products-wrapper {
  height: clamp(400px, 83vh - 5rem, 700px);
}
.woo-products-section .swiper-products .single-product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.woo-products-section .swiper-products .single-product .img-wrapper {
  margin-bottom: 1rem;
  max-height: 100%;
  overflow: auto;
  flex: 1;
}
.woo-products-section .swiper-products .single-product .img-wrapper img {
  object-fit: cover;
  object-position: top 32% left 50%;
  height: 100%;
  max-width: 100%;
}
.woo-products-section .swiper-products .single-product .product-title {
  font-size: 1.4rem;
}
.woo-products-section .swiper-products .single-product .product-permalink::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (min-width: 768px) {
  .woo-products-section .swiper-products .single-product .img-wrapper {
    margin-bottom: 2rem;
  }
  .woo-products-section .swiper-products .single-product .product-title {
    font-size: 1.6rem;
    min-height: 7rem;
  }
}
@media (min-width: 768px) {
  .woo-products-section .section-heading {
    margin: 0 auto 4rem;
  }
  .woo-products-section .section-heading .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .woo-products-section .section-heading p {
    display: block;
  }
  .woo-products-section .swiper-products .products-wrapper {
    height: clamp(350px, 65vh - 7rem, 700px);
  }
}

.new-woo-products-section {
  padding: 2rem 0 3rem;
  background-color: #f4f4f4;
}
.new-woo-products-section .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .new-woo-products-section .section-title {
    font-size: 1rem;
  }
}
.new-woo-products-section .single-product .product-title .title {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: 400;
}
.new-woo-products-section .single-product .product-title .product-price {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  gap: 1rem;
}
.new-woo-products-section .single-product .product-title .product-price del {
  color: #cccccc;
  font-weight: 400;
}
.new-woo-products-section .single-product .img-wrapper {
  margin-bottom: 0.8rem;
}
.new-woo-products-section .single-product .img-wrapper img {
  height: 200px;
  object-fit: cover;
  max-width: 100%;
}
.new-woo-products-section .swiper .swiper-button-next,
.new-woo-products-section .swiper .swiper-button-prev {
  color: #222222;
}
.new-woo-products-section .swiper .swiper-button-next:after, .new-woo-products-section .swiper .swiper-button-prev:after {
  font-size: 25px;
}
@media (min-width: 768px) {
  .new-woo-products-section .single-product .product-title .title {
    font-size: 1.2rem;
  }
  .new-woo-products-section .single-product .product-title .product-price {
    font-size: 1.2rem;
  }
  .new-woo-products-section .single-product .img-wrapper {
    margin-bottom: 0.8rem;
  }
  .new-woo-products-section .single-product .img-wrapper img {
    height: 450px;
  }
}

.woo-other-products-section {
  background-color: #00017d;
  color: white;
  text-align: center;
  padding: 4rem 0;
  height: unset;
}
.woo-other-products-section .section-heading {
  max-width: 850px;
  margin: 0 auto 2rem;
}
.woo-other-products-section .section-heading .section-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.woo-other-products-section .section-heading p {
  display: none;
}
.woo-other-products-section .swiper-other-products {
  padding: 0 2rem;
}
.woo-other-products-section .swiper-other-products .swiper-button-next::after,
.woo-other-products-section .swiper-other-products .swiper-button-prev::after {
  font-size: 25px;
  color: white;
}
.woo-other-products-section .swiper-other-products .swiper-button-next {
  right: -5px;
}
.woo-other-products-section .swiper-other-products .swiper-button-prev {
  left: -5px;
}
.woo-other-products-section .swiper-other-products .other-products-wrapper {
  height: 400px;
}
.woo-other-products-section .swiper-other-products .single-product {
  position: relative;
  display: flex;
  flex-direction: column;
}
.woo-other-products-section .swiper-other-products .single-product .img-wrapper {
  margin-bottom: 1rem;
  max-height: 100%;
  overflow: auto;
  flex: 1;
}
.woo-other-products-section .swiper-other-products .single-product .img-wrapper img {
  object-fit: cover;
  object-position: top 32% left 50%;
  height: 100%;
  max-width: 100%;
}
.woo-other-products-section .swiper-other-products .single-product .product-title {
  font-size: 1.4rem;
}
.woo-other-products-section .swiper-other-products .single-product .product-permalink::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (min-width: 768px) {
  .woo-other-products-section .swiper-other-products .single-product .img-wrapper {
    margin-bottom: 2rem;
  }
  .woo-other-products-section .swiper-other-products .single-product .product-title {
    font-size: 1.6rem;
    min-height: 7rem;
  }
}
@media (min-width: 768px) {
  .woo-other-products-section .section-heading {
    margin: 0 auto 4rem;
  }
  .woo-other-products-section .section-heading .section-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .woo-other-products-section .section-heading p {
    display: block;
  }
  .woo-other-products-section .swiper-other-products .other-products-wrapper {
    height: 550px;
  }
}

.new-woo-other-products-section {
  padding: 1.5rem 0 3rem;
  background-color: #f4f4f4;
}
.new-woo-other-products-section .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .new-woo-other-products-section .section-title {
    font-size: 1rem;
  }
}
.new-woo-other-products-section .single-product .product-title .title {
  font-size: 0.95rem;
  margin-bottom: 0.6rem;
  font-weight: 400;
}
.new-woo-other-products-section .single-product .product-title .product-price {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  gap: 1rem;
}
.new-woo-other-products-section .single-product .product-title .product-price del {
  color: #cccccc;
  font-weight: 400;
}
.new-woo-other-products-section .single-product .img-wrapper {
  margin-bottom: 0.8rem;
}
.new-woo-other-products-section .single-product .img-wrapper img {
  height: 200px;
  object-fit: cover;
}
.new-woo-other-products-section .swiper .swiper-button-next,
.new-woo-other-products-section .swiper .swiper-button-prev {
  color: #222222;
}
.new-woo-other-products-section .swiper .swiper-button-next:after, .new-woo-other-products-section .swiper .swiper-button-prev:after {
  font-size: 25px;
}
@media (min-width: 768px) {
  .new-woo-other-products-section .single-product .product-title .title {
    font-size: 1.2rem;
  }
  .new-woo-other-products-section .single-product .product-title .product-price {
    font-size: 1.2rem;
  }
  .new-woo-other-products-section .single-product .img-wrapper {
    margin-bottom: 0.8rem;
  }
  .new-woo-other-products-section .single-product .img-wrapper img {
    height: 450px;
  }
}

.newsletter-static-section {
  background-color: #946fcd;
  min-height: 460px;
  padding: 3rem 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsletter-static-section .section-heading {
  text-align: center;
  color: white;
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-static-section .iframe-parent {
  position: relative;
  max-width: 540px;
  margin: auto;
}
.newsletter-static-section .iframe-parent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12%;
}
.newsletter-static-section .iframe-parent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
}
.newsletter-static-section.webinar-page {
  background-color: white;
  color: #222222;
}
.newsletter-static-section.webinar-page .section-heading {
  color: #222222;
}

.new-newsletter-static-section {
  background-color: #4e4e4e;
  color: white;
  padding: 3rem 1rem;
}
.new-newsletter-static-section .section-heading {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 1rem;
}
.new-newsletter-static-section .section-heading h2.section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .new-newsletter-static-section .section-heading h2.section-title {
    font-size: 1rem;
  }
}
.new-newsletter-static-section .section-heading .subtitle {
  font-size: 1.8rem;
}
.new-newsletter-static-section #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: transparent;
}
.new-newsletter-static-section #mlb2-22857616.ml-form-embedContainer .ml-form-embedWrapper {
  background-color: #4e4e4e;
}
.new-newsletter-static-section #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
  background-color: transparent;
  border: none;
  color: white;
}
.new-newsletter-static-section #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
  color: inherit;
}
.new-newsletter-static-section #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label p {
  color: inherit;
}
@media (min-width: 768px) {
  .new-newsletter-static-section {
    background-color: #222222;
    padding: 3rem 0;
  }
  .new-newsletter-static-section #mlb2-22857616.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #222222;
  }
}

.front-page-top {
  background-color: #f4f4f4;
}
.front-page-top .img-wrapper {
  margin-bottom: 1rem;
}
.front-page-top .section-wrapper {
  padding: 1rem 0 3rem;
}
.front-page-top .info-wrapper .section-heading {
  font-size: 2rem;
  margin-bottom: 2rem;
  line-height: 1.2;
}
.front-page-top .info-wrapper .section-link-btn a {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000d;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
}
@media (min-width: 768px) {
  .front-page-top .info-wrapper .section-link-btn a {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.front-page-top .info-wrapper .section-link-btn a:hover {
  background-color: white;
  color: #000;
}
@media (min-width: 768px) {
  .front-page-top .section-wrapper {
    display: flex;
    gap: 4rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 3rem;
  }
  .front-page-top .img-wrapper {
    order: 1;
    margin-bottom: 0;
  }
  .front-page-top .info-wrapper .section-heading {
    font-size: 2.5rem;
  }
}

.new-front-page-products {
  padding: 2rem 0 3rem;
  background-color: white;
}
.new-front-page-products .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .new-front-page-products .section-title {
    font-size: 1rem;
  }
}
.new-front-page-products .products-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
  margin-bottom: 3rem;
}
.new-front-page-products .products-wrapper .single-product .img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.new-front-page-products .products-wrapper .single-product .product-title .title {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: 400;
}
.new-front-page-products .products-wrapper .single-product .product-title .product-price {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  gap: 1rem;
}
.new-front-page-products .products-wrapper .single-product .product-title .product-price del {
  color: #cccccc;
  font-weight: 400;
}
.new-front-page-products .see-more-btn {
  display: flex;
  justify-content: center;
}
.new-front-page-products .see-more-btn a {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .new-front-page-products .see-more-btn a {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .new-front-page-products .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-front-page-products .products-wrapper .single-product .product-title .title {
    font-size: 1.2rem;
  }
  .new-front-page-products .products-wrapper .single-product .product-title .product-price {
    font-size: 1.2rem;
  }
  .new-front-page-products .single-product:nth-child(4) {
    display: none;
    /* Ukrywa czwarty produkt na desktopie */
  }
}

.new-about-section {
  padding: 1.5rem 0 4rem;
  background-color: #f4f4f4;
}
.new-about-section .section-heading .section-title {
  font-size: 0.85rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .new-about-section .section-heading .section-title {
    font-size: 1rem;
  }
}
.new-about-section .section-wrapper .img-wrapper {
  margin-bottom: 1.5rem;
}
.new-about-section .section-wrapper .img-wrapper img {
  max-height: 600px;
  object-fit: cover;
}
.new-about-section .section-wrapper .info-wrapper .info-header {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.new-about-section .section-wrapper .info-wrapper .section-link-btn a {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000000;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .new-about-section .section-wrapper .info-wrapper .section-link-btn a {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.new-about-section .section-wrapper .info-wrapper .info-text {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .new-about-section {
    padding: 2.5rem 0 4rem;
  }
  .new-about-section .section-wrapper {
    display: flex;
    gap: 4rem;
    align-items: center;
    padding-top: 1rem;
  }
  .new-about-section .section-wrapper .img-wrapper {
    width: 50%;
    order: 1;
    margin-bottom: 0;
  }
  .new-about-section .section-wrapper .info-wrapper {
    width: 45%;
  }
  .new-about-section .section-wrapper .info-wrapper .info-header {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

.about-me-page h2 {
  font-size: 30px;
  color: #222222;
  margin-bottom: 0.6em;
}
.about-me-page .color-purple {
  color: #946fcd;
}
.about-me-page .big-text-video .video-container {
  padding-right: 2em;
  padding-left: 2em;
}
.about-me-page .wp-block-column {
  position: relative;
}
.about-me-page .wp-block-video.front-video {
  display: none;
}
.about-me-page .full-screen-container {
  position: relative;
}
.about-me-page .top-section h1 {
  font-size: inherit;
}
.about-me-page .top-section-info {
  display: none;
}
.about-me-page .editor-content p {
  line-height: 1.45;
}
.about-me-page .editor-content .wp-block-image {
  margin-bottom: 0;
}
.about-me-page .editor-content .wp-block-image img {
  max-height: 360px;
  object-fit: cover;
  object-position: 0 30%;
  display: block;
  margin: 0 auto;
}
.about-me-page .wp-block-group .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.about-me-page .wp-block-group h2.seasons-font {
  z-index: 1;
}
.about-me-page .wp-block-group h2.seasons-font.no-br-small br {
  display: none;
}
.about-me-page .wp-block-group .is-layout-flex {
  row-gap: 1em;
}
.about-me-page .wp-block-group.reverse-column .wp-block-columns > .wp-block-column:first-of-type {
  order: 5;
}
@media (max-height: 680px) {
  .about-me-page .wp-block-group h2.seasons-font {
    position: relative;
    font-size: 28px;
    top: auto;
  }
  .about-me-page .wp-block-group h2.seasons-font.no-br-small br {
    display: none;
  }
  .about-me-page .wp-block-group .wp-block-column.is-vertically-aligned-center {
    align-self: flex-start;
  }
  .about-me-page .editor-content p {
    line-height: 1.4;
  }
  .about-me-page .editor-content .wp-block-image {
    margin-bottom: 0;
  }
  .about-me-page .editor-content .wp-block-image img {
    max-height: 270px;
  }
}
@media (min-height: 740px) {
  .about-me-page .editor-content p {
    line-height: 1.6;
  }
}
@media (min-width: 768px) {
  .about-me-page h2 {
    font-size: 48px;
  }
  .about-me-page .big-text-video .gradient-background {
    top: 2em;
    bottom: 2em;
    left: 2em;
    right: 2em;
  }
  .about-me-page .wp-block-video.front-video {
    display: block;
    position: absolute;
    bottom: 2em;
    width: 165px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .about-me-page .wp-block-video.front-video.big-video {
    width: 270px;
  }
  .about-me-page .wp-block-video.front-video video {
    display: block;
  }
  .about-me-page .top-section > div {
    width: 100%;
  }
  .about-me-page .top-section-info {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 2em;
    gap: 4em;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-me-page .top-section-info h2 {
    padding-left: 1.5rem;
  }
  .about-me-page .top-section-info p {
    font-weight: 600;
  }
  .about-me-page .editor-content > .wp-block-group {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .about-me-page .editor-content .wp-block-group > div > .is-layout-flex {
    gap: 6em;
  }
  .about-me-page .editor-content .wp-block-group h2.seasons-font {
    position: static;
  }
  .about-me-page .editor-content .wp-block-group.top-section h2.seasons-font {
    width: 300px;
  }
  .about-me-page .editor-content .wp-block-image img {
    max-height: 550px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
  }
  .about-me-page .editor-content .wp-block-image.small-image img {
    max-height: 480px;
    object-position: right;
  }
  .about-me-page .editor-content .wp-block-image.gradient {
    position: relative;
  }
  .about-me-page .editor-content .wp-block-image.gradient::before {
    content: "";
    position: absolute;
    top: -4em;
    bottom: -4em;
    left: -4em;
    right: -4em;
    opacity: 0.8;
    background-image: radial-gradient(circle closest-side, rgba(149, 111, 205, 0.6) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }
  .about-me-page .wp-block-group.reverse-column .wp-block-columns > .wp-block-column:first-of-type {
    order: unset;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .about-me-page h2 {
    font-size: 40px;
    margin-bottom: 0.4em;
  }
  .about-me-page p {
    font-size: 15px;
    margin-bottom: 0.8em;
  }
  .about-me-page .editor-content .wp-block-image img {
    max-height: 420px;
  }
  .about-me-page .editor-content .wp-block-image.small-image img {
    max-height: 420px;
    object-position: right;
  }
  .about-me-page .wp-block-video.front-video.big-video {
    width: 240px;
  }
  .about-me-page .editor-content .wp-block-image.gradient::before {
    top: -2em;
    bottom: -2em;
    left: -2em;
    right: -2em;
  }
  .about-me-page .top-section-info {
    bottom: 0;
  }
  .about-me-page .top-section-info h2 {
    margin-top: 0.7em;
  }
}
.about-me-page .swiper-about-me.swiper-disabled {
  height: auto;
}
.about-me-page .swiper-about-me.swiper-disabled .swiper-wrapper {
  flex-direction: column;
}

.single-oferta-page p {
  font-size: 16px;
}
.single-oferta-page h2 {
  font-family: "the-seasons", sans-serif;
  font-size: 24px;
  color: #222222;
}
.single-oferta-page h3 {
  font-family: "the-seasons", sans-serif;
  font-size: 18px;
  color: #00017d;
}
.single-oferta-page h4 {
  font-family: "the-seasons", sans-serif;
  font-size: 16px;
  color: #00017d;
}
.single-oferta-page ul li {
  font-weight: 700;
  line-height: 1.8;
}
.single-oferta-page ul li::marker {
  color: #946fcd;
}
.single-oferta-page .image-wrapper {
  height: calc(55vh - 65px);
  margin-bottom: 2rem;
}
.single-oferta-page .image-wrapper img {
  height: 100%;
  object-position: 0 15%;
}
.single-oferta-page .info-wrapper {
  margin-bottom: 2rem;
}
.single-oferta-page .title-header h1 {
  font-size: 2.2rem;
  letter-spacing: 2px;
  margin: 0.5em 0 0.2em;
  padding-bottom: 2vh;
}
.single-oferta-page .title-header h1 span {
  font-size: 26px;
  font-family: "the-seasons", sans-serif;
  -webkit-text-fill-color: #00017d;
  -webkit-text-stroke: 0;
}
.single-oferta-page .link-wrapper {
  margin-bottom: 3em;
}
.single-oferta-page .wp-block-button a,
.single-oferta-page .link-wrapper a {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #00017d;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #00017d;
  border-radius: 2px;
  display: block;
  margin: 1rem auto;
  width: fit-content;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .single-oferta-page .wp-block-button a,
  .single-oferta-page .link-wrapper a {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.single-oferta-page .opinie-klientow {
  margin-bottom: 3em;
}
.single-oferta-page .opinie-klientow h2 {
  text-align: center;
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .single-oferta-page {
    height: 100vh;
    overflow-y: scroll;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .single-oferta-page h2 {
    font-size: 30px;
  }
  .single-oferta-page h3 {
    font-size: 22px;
  }
  .single-oferta-page h4 {
    font-size: 18px;
  }
  .single-oferta-page .left-column {
    flex-shrink: 0;
    width: 45%;
    height: 100%;
    position: relative;
    transform: translate(0, 0);
  }
  .single-oferta-page .left-column .image-wrapper {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .single-oferta-page .right-column {
    position: relative;
    width: 55%;
    padding: 4em;
    padding-left: 15%;
    overflow-y: scroll;
    max-height: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .single-oferta-page .right-column::-webkit-scrollbar {
    width: 0;
  }
  .single-oferta-page .right-column .info-wrapper {
    height: unset;
    margin-bottom: 3em;
  }
  .single-oferta-page .title-header {
    position: relative;
  }
  .single-oferta-page .title-header h1 {
    font-size: 3rem;
    padding-bottom: 0;
  }
  .single-oferta-page .title-header h1 span {
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-height: 680px) {
  .single-oferta-page h2 {
    font-size: 28px;
  }
  .single-oferta-page h3 {
    font-size: 20px;
  }
  .single-oferta-page h4 {
    font-size: 18px;
  }
  .single-oferta-page .right-column {
    width: 60%;
    padding: 3em;
    padding-left: 15%;
  }
  .single-oferta-page .title-header {
    right: 35%;
    height: 250px;
    min-width: 500px;
  }
  .single-oferta-page .title-header h1 {
    font-size: 76px;
  }
  .single-oferta-page .title-header h1 span {
    font-size: 24px;
  }
}

.new-contact-page .section-wrapper {
  align-items: center;
  gap: 3rem;
  padding: 0;
}
.new-contact-page .info-wrapper .inner-wrapper {
  padding: 0 1.5rem;
}
.new-contact-page .info-wrapper .section-heading {
  font-size: 2rem;
  font-weight: 700;
}
.new-contact-page .info-wrapper .info-text {
  font-size: 1rem;
  margin-bottom: 3rem;
}
.new-contact-page .emails-wrapper {
  margin-bottom: 2rem;
}
.new-contact-page .emails-wrapper > div {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 0.8rem;
  margin-bottom: 1.4rem;
}
.new-contact-page .emails-wrapper .email-label {
  font-weight: 400;
  font-size: 0.875rem;
  margin-bottom: 0.3rem;
}
.new-contact-page .emails-wrapper a {
  font-size: 1.4rem;
}
.new-contact-page .img-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .new-contact-page {
    min-height: calc(100dvh - 213px);
  }
  .new-contact-page .section-wrapper {
    padding: 0 1.5rem 3rem;
  }
  .new-contact-page .info-wrapper .inner-wrapper {
    padding: 0;
  }
  .new-contact-page .info-wrapper .section-heading {
    font-size: 2.5rem;
  }
  .new-contact-page .img-wrapper {
    width: 50%;
    flex-shrink: 0;
  }
}

.blog-page h1 {
  color: #222222;
  font-size: 48px;
}

.single-blog-post {
  min-height: calc(100vh - 200px);
  min-height: calc(100dvh - 200px);
}
.single-blog-post h1 {
  color: #222222;
}
.single-blog-post .image-wrapper {
  height: 320px;
}
.single-blog-post .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single-blog-post .post-content {
  max-width: 900px;
}
@media (min-width: 768px) {
  .single-blog-post {
    height: 100vh;
    overflow-y: scroll;
  }
  .single-blog-post .left-column {
    width: 40%;
    height: 100%;
    position: relative;
    transform: translate(0, 0);
  }
  .single-blog-post .image-wrapper {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .single-blog-post .right-column {
    position: relative;
    width: 60%;
    padding: 3em;
    overflow-y: scroll;
    max-height: 100%;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .single-blog-post .right-column::-webkit-scrollbar {
    width: 0;
  }
}

.woo-shop-page .page-heading {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 1rem;
}
.woo-shop-page .page-heading .page-title {
  margin: 2rem 0;
  font-size: 2rem;
  color: #00017d;
}
.woo-shop-page .products-grid {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 3.5rem;
  margin-bottom: 3rem;
}
.woo-shop-page .products-grid .single-product {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  place-self: center top;
}
.woo-shop-page .products-grid .single-product .img-wrapper {
  height: 380px;
  margin-bottom: 1.5rem;
}
.woo-shop-page .products-grid .single-product .img-wrapper img {
  object-fit: cover;
  object-position: top 32% left 50%;
  height: 100%;
  max-width: 100%;
}
.woo-shop-page .products-grid .single-product .product-title {
  font-size: 1.4rem;
  color: #00017d;
}
.woo-shop-page .products-grid .single-product .product-permalink::after {
  content: "";
  position: absolute;
  inset: 0;
}
.woo-shop-page .products-grid .single-product .product-short-description p {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .woo-shop-page .page-heading {
    margin-bottom: 3rem;
  }
  .woo-shop-page .page-heading .page-title {
    margin: 4rem 0 3rem;
    font-size: 3rem;
  }
}

.new-woo-shop-main .products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 2rem;
  margin-bottom: 2rem;
}
.new-woo-shop-main .products-grid .single-product .img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/5;
  object-fit: cover;
  margin-bottom: 0.5rem;
}
.new-woo-shop-main .products-grid .single-product .product-title .title {
  margin-bottom: 0.6rem;
  font-size: 0.95rem;
  font-weight: 400;
}
.new-woo-shop-main .products-grid .single-product .product-title .product-price {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  gap: 1rem;
}
.new-woo-shop-main .products-grid .single-product .product-title .product-price del {
  color: #cccccc;
  font-weight: 400;
}
@media (min-width: 768px) {
  .new-woo-shop-main .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .new-woo-shop-main .products-grid .single-product .product-title .title {
    font-size: 1.2rem;
  }
  .new-woo-shop-main .products-grid .single-product .product-title .product-price {
    font-size: 1.2rem;
  }
}

.woo-product-single {
  margin: 1rem 0 0;
}
.woo-product-single .product-top-section {
  margin-bottom: 4rem;
}
.woo-product-single .product-top-section .img-wrapper {
  margin-bottom: 1rem;
  height: 400px;
}
.woo-product-single .product-top-section .img-wrapper img {
  object-fit: cover;
  object-position: top 32% left 50%;
  max-height: 100%;
  max-width: 100%;
}
.woo-product-single .product-top-section .info-column .cat-paragraph {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.woo-product-single .product-top-section .info-column .product-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
.woo-product-single .product-top-section .info-column .sub-title {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.woo-product-single .product-top-section .info-column .product-before-price-text {
  margin-bottom: 1.8rem;
}
.woo-product-single .product-top-section .info-column .price-label {
  font-size: 1.2rem;
}
.woo-product-single .product-top-section .info-column .product-action-wrapper {
  padding: 0.5rem 0;
  max-width: 400px;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.woo-product-single .product-top-section .info-column .product-action-wrapper .price h3 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.woo-product-single .product-top-section .info-column .product-action-wrapper .add-to-cart-btn {
  padding: 1rem 1.2rem;
  background-color: #946fcd;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  white-space: nowrap;
}
.woo-product-single .product-editor-content :is(h1, h2, h3, h4, h5, h6) {
  font-family: "the-seasons", "Mulish", sans-serif;
  color: #222222;
}
@media (min-width: 768px) {
  .woo-product-single .product-top-section {
    display: flex;
    gap: 4rem;
  }
  .woo-product-single .product-top-section .img-wrapper {
    flex: 1 1 50%;
    height: 650px;
  }
  .woo-product-single .product-top-section .info-column {
    flex: 1 1 50%;
  }
  .woo-product-single .product-top-section .info-column .product-title {
    font-size: 3rem;
    text-align: left;
  }
  .woo-product-single .product-top-section .info-column .sub-title {
    font-size: 1.6rem;
  }
  .woo-product-single .product-top-section .info-column .product-action-wrapper {
    max-width: 550px;
    justify-content: space-between;
  }
  .woo-product-single .product-top-section .info-column .product-action-wrapper .price h3 {
    font-size: 2rem;
  }
  .woo-product-single .product-top-section .info-column .product-action-wrapper .add-to-cart-btn {
    font-size: 1.4rem;
  }
}

.new-woo-product-single .product-top-section {
  padding: 0;
}
.new-woo-product-single .single-product-swiper {
  margin-bottom: 1rem;
}
.new-woo-product-single .single-product-swiper .swiper-slide {
  height: auto;
}
.new-woo-product-single .single-product-swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.new-woo-product-single .info-column .product-title {
  font-size: 1.5rem;
}
.new-woo-product-single .info-column .product-action-wrapper .price {
  display: flex;
  align-items: baseline;
  gap: 1rem;
}
.new-woo-product-single .info-column .product-action-wrapper .price h3 {
  font-size: 1.4rem;
}
.new-woo-product-single .info-column .product-action-wrapper .add-to-cart-wrapper {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .new-woo-product-single .info-column .product-action-wrapper .add-to-cart-wrapper {
    position: static;
    justify-content: flex-start;
  }
}
.new-woo-product-single .info-column .product-action-wrapper .add-to-cart-btn {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #00017d;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #00017d;
  border-radius: 2px;
  text-transform: uppercase;
  margin: 1rem 0 1rem;
  max-width: 300px;
}
@media (min-width: 768px) {
  .new-woo-product-single .info-column .product-action-wrapper .add-to-cart-btn {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.new-woo-product-single .info-column .product-action-wrapper .default-woo-add-to-cart {
  position: fixed;
  bottom: 1rem;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  white-space: nowrap;
}
.new-woo-product-single .info-column .product-action-wrapper .default-woo-add-to-cart .quantity {
  display: none;
}
.new-woo-product-single .info-column .product-action-wrapper .default-woo-add-to-cart .cart {
  width: min(100%, 300px);
}
@media (min-width: 768px) {
  .new-woo-product-single .info-column .product-action-wrapper .default-woo-add-to-cart {
    position: static;
    justify-content: flex-start;
  }
}
.new-woo-product-single .info-column .product-action-wrapper .single_add_to_cart_button {
  display: block;
  margin: auto;
  padding: 0.8rem 1rem;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: white;
  width: min(100%, 400px);
  border: 1px solid #000;
  border-radius: 2px;
  background-color: #000;
  border: 1px solid #000;
  color: white;
  text-transform: uppercase;
  margin: 1rem 0 1rem;
  max-width: 300px;
  font-weight: 400;
  line-height: inherit;
}
@media (min-width: 768px) {
  .new-woo-product-single .info-column .product-action-wrapper .single_add_to_cart_button {
    width: unset;
    padding: 0.8rem 3rem;
    display: inline-block;
  }
}
.new-woo-product-single .info-column .product-action-wrapper .single_add_to_cart_button:hover {
  background-color: white;
  color: #000;
}
.new-woo-product-single .info-column .product-action-wrapper .single_add_to_cart_button::after {
  content: none;
}
.new-woo-product-single .product-before-price-text {
  font-size: 1rem;
  text-align: center;
}
.new-woo-product-single .sub-title {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.new-woo-product-single .new-opinie-section .section-title {
  font-family: "the-seasons", "Mulish", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}
.new-woo-product-single .editor-content-outer-wrapper .thumbnail-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.new-woo-product-single .editor-content-outer-wrapper .thumbnail-wrapper img {
  max-width: min(100%, 500px);
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .new-woo-product-single .product-top-section {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding: 0 1.5rem;
  }
  .new-woo-product-single .product-top-section .single-product-swiper {
    width: 46%;
    flex-shrink: 0;
  }
  .new-woo-product-single .info-column .product-title {
    font-size: 2.5rem;
  }
  .new-woo-product-single .editor-content-outer-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
  }
  .new-woo-product-single .editor-content-outer-wrapper .thumbnail-wrapper {
    width: unset;
    margin-left: 0;
    width: 40%;
    flex-shrink: 0;
    margin-bottom: 2rem;
  }
  .new-woo-product-single .editor-content-outer-wrapper .thumbnail-wrapper img {
    max-width: 100%;
  }
}

.newsletter-page .section-wrapper .img-wrapper {
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-page .section-wrapper .img-wrapper img {
  max-height: 200px;
  object-fit: cover;
}
.newsletter-page .section-wrapper .new-newsletter-static-section.page-newsletter {
  background-color: white;
  color: #222222;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .newsletter-page {
    min-height: calc(100dvh - 164px);
  }
  .newsletter-page .section-wrapper {
    display: flex;
    gap: 3rem;
    align-items: center;
    padding: 0 0 3rem;
  }
  .newsletter-page .section-wrapper .img-wrapper {
    width: 50%;
    flex-shrink: 0;
    order: 1;
  }
  .newsletter-page .section-wrapper .img-wrapper img {
    max-height: unset;
  }
  .newsletter-page .section-wrapper .new-newsletter-static-section.page-newsletter .section-heading {
    padding: 0;
  }
  .newsletter-page .section-wrapper .new-newsletter-static-section.page-newsletter #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, .newsletter-page .section-wrapper .new-newsletter-static-section.page-newsletter #mlb2-19373484.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 1rem 0;
  }
}

/*# sourceMappingURL=main.css.map */
