@charset "UTF-8";
@font-face {
  font-family: "MazzardH-Black";
  src: url("assets/fonts/MazzardH-Black.woff2") format("woff2"), url("assets/fonts/MazzardH-Black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraBold";
  src: url("assets/fonts/MazzardH-ExtraBold.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Bold";
  src: url("assets/fonts/MazzardH-Bold.woff2") format("woff2"), url("assets/fonts/MazzardH-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-ExtraLight";
  src: url("assets/fonts/MazzardH-ExtraLight.woff2") format("woff2"), url("assets/fonts/MazzardH-ExtraLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Light";
  src: url("assets/fonts/MazzardH-Light.woff2") format("woff2"), url("assets/fonts/MazzardH-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Regular";
  src: url("assets/fonts/MazzardH-Regular.woff2") format("woff2"), url("assets/fonts/MazzardH-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-Medium";
  src: url("assets/fonts/MazzardH-Medium.woff2") format("woff2"), url("assets/fonts/MazzardH-Medium.woff") format("woff");
  font-style: normal;
}
@font-face {
  font-family: "MazzardH-SemiBold";
  src: url("assets/fonts/MazzardH-SemiBold.woff2") format("woff2"), url("assets/fonts/MazzardH-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "MazzardH-Thin";
  src: url("assets/fonts/MazzardH-Thin.woff2") format("woff2"), url("assets/fonts/MazzardH-Thin.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}
.ui-bg-aqua {
  background-color: #CFDAFE;
}

.ui-bg-white {
  background-color: #fff;
}

.ui-bg-dark {
  background-color: #000;
}

.ui-bg-purple {
  background-color: #6637ED;
}

.ui-bg-gray {
  background-color: #F0F0F1;
}

body {
  background-color: #f7f7f9;
}

.container-full-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.container.inner-content {
  width: 100%;
  padding-right: 0 !important;
  margin-right: 0 !important;
  max-width: none;
  padding-left: 15px;
  box-sizing: border-box;
}
@media (max-width: 572px) {
  .container.inner-content {
    padding-right: 15px !important;
  }
}

@media (min-width: 576px) {
  .container.inner-content {
    width: calc(100% - (100% - 540px) / 2);
    max-width: none;
    padding-left: 15px;
  }
  .container {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .container.inner-content {
    width: calc(100% - (100% - 720px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container.inner-content {
    width: calc(100% - (100% - 960px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container.inner-content {
    width: calc(100% - (100% - 1140px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container.inner-content {
    width: calc(100% - (100% - 1320px) / 2);
    padding-left: 15px;
  }
  .container {
    width: 1320px;
  }
}
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid.mobile {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .container-fluid.mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1520px) {
  .container-fluid.mobile {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1520px) {
  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.container-right {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  .container-right {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1520px) {
  .container-right {
    padding-left: 15rem;
    padding-right: 0;
  }
}

.container-inside {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 991px) {
  .container-inside {
    padding: 0 4.8vw;
  }
}

.top-space {
  padding-top: 120px;
}
@media (min-width: 991px) {
  .top-space {
    padding-top: 200px;
  }
}

#content {
  padding-top: 0;
}
@media (min-width: 991px) {
  #content {
    padding-top: 0;
  }
}

.border-radius {
  border-radius: 8px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-radius-60 {
  border-radius: 60px;
}

.border-radius-100 {
  border-radius: 100px;
}

.border-radius-circle {
  border-radius: 100px;
}

.text-with-icons svg {
  width: 55%;
}
@media (min-width: 991px) {
  .text-with-icons svg {
    width: 100%;
  }
}

.spacer {
  padding: 250px 0;
}

.space {
  margin-top: 80px;
}

.image-box.wide {
  height: 45vh;
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.standarize-padding {
  padding: 50px 0 0;
}
@media (min-width: 991px) {
  .standarize-padding {
    padding: 100px 0 0;
  }
}

.icons-panel {
  margin: 0;
  border-radius: 10px;
}
@media (min-width: 991px) {
  .icons-panel {
    border-radius: 100px;
    margin-right: -15px;
    margin-left: -15px;
  }
}

.icon {
  max-height: 50px;
  max-width: 70px;
}

.line-title .title {
  width: auto;
}
.line-title h2 {
  position: relative;
}
.line-title .arrows {
  width: 100%;
}
@media (min-width: 991px) {
  .line-title .arrows {
    width: 15%;
  }
}
.line-title .divider-title {
  width: 85%;
  position: relative;
  height: 1px;
  background-color: #e1e1e1;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.circle-label {
  display: inline-block;
  animation: spin 12s linear infinite;
}
.circle-label.our-team {
  position: absolute;
  z-index: 50;
  left: 0;
  top: -160px;
}
@media (min-width: 991px) {
  .circle-label.our-team {
    left: 300px;
    top: -160px;
  }
}
.circle-label.reserve-it {
  position: absolute;
  z-index: 0;
  left: -132px;
  top: -120px;
}
@media (min-width: 991px) {
  .circle-label.reserve-it {
    left: -36px;
    top: -160px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.square-image {
  max-width: 100%;
  height: 50vh;
  object-fit: cover;
}

.img-h-50 {
  height: 25vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 991px) {
  .img-h-50 {
    height: 50vh;
  }
}

.img-h-22 {
  height: 22vh;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.w-70 {
  width: 70%;
}

.border-top-divider {
  border-top: 1px solid #e1e1e1;
  width: 100%;
}

.border-bottom-divider {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

.boxed {
  min-height: auto;
}
@media (min-width: 991px) {
  .boxed {
    min-height: 22vh;
  }
}

.partner-logo {
  max-width: 45%;
}
@media (min-width: 991px) {
  .partner-logo {
    max-width: 100%;
  }
}

/* Styl dla sekcji ładowania */
.swiper-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-top-color: #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 10;
}

/* Kluczowe klatki dla animacji spinnera */
@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Ukrycie Swipera do momentu załadowania */
.swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.banner-single-page {
  width: 100%;
  height: 25vh;
  object-fit: cover;
}
@media (min-width: 991px) {
  .banner-single-page {
    height: 60vh;
  }
}

.fade-up {
  opacity: 0; /* Elementy są początkowo niewidoczne */
  transform: translateY(50px); /* Elementy są przesunięte w dół przed animacją */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.flash {
  opacity: 0; /* Elementy są początkowo niewidoczne */
}

.rounded-1 {
  border-radius: 16px;
}

.rounded-2 {
  border-radius: 32px;
}

.tip--content {
  border-bottom: 1px solid #e1e1e1;
}
.tip__title p {
  font-family: "MazzardH-SemiBold";
}

body {
  font-family: "MazzardH-Regular";
  color: #000;
}

html {
  font-size: 19px;
}

strong {
  font-family: "MazzardH-SemiBold";
  font-weight: normal;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #000;
}

p {
  margin-bottom: 0;
}

.font-light {
  font-family: "MazzardH-Light";
}

.font-medium {
  font-family: "MazzardH-Medium";
}

.font-semibold {
  font-family: "MazzardH-SemiBold";
}

.font-bold {
  font-family: "MazzardH-Bold";
}

.text-gray {
  color: #5d5c63;
}

.text-purple {
  color: #6637ED;
}

.text-small {
  font-size: 0.8rem;
}

pre {
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0;
  overflow: none;
}

.subtitle {
  font-family: "MazzardH-Bold";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 991px) {
  h1 {
    font-size: 4.5rem;
  }
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media (min-width: 991px) {
  h2 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
  }
}

h3 {
  font-size: 1.3rem;
}
@media (min-width: 991px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 1.2rem;
}
@media (min-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.15rem;
}

ul {
  padding: 15px 0 0 15px;
}

li {
  font-size: 0.85rem;
  font-family: "MazzardH-Regular";
  line-height: 1.5;
}
@media (min-width: 991px) {
  li {
    font-size: 1rem;
  }
}
li strong {
  font-family: "MazzardH-Medium";
}

p {
  font-size: 0.85rem;
  font-family: "MazzardH-Regular";
  line-height: 1.5;
}
@media (min-width: 991px) {
  p {
    font-size: 1rem;
  }
}
p strong {
  font-family: "MazzardH-Medium";
}

.expedition-date {
  font-size: 1.2rem;
}

.label {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 16px;
  font-family: "MazzardH-Medium";
  font-size: 0.9rem;
}
.label.small {
  font-size: 0.8rem;
  padding: 5px 14px;
  font-family: "MazzardH-SemiBold";
}
.label.yellow {
  background-color: #FFC92B;
}
.label.purple {
  background-color: #E0D6FF;
  color: #6637ED;
}
.label.gray {
  background-color: #DFE3EB;
}
.label.red {
  background-color: #FEECE7;
  color: #FA4C17;
}

.top-navigation {
  position: relative;
  z-index: 10;
}
.top-navigation .brand svg {
  max-width: 100%;
}
.top-navigation .row {
  position: relative;
}
.top-navigation.position-fixed {
  z-index: 900;
  width: 100%;
  left: 0;
  padding: 15px 0;
  background: #f7f7f9;
  border-radius: 10px;
  top: 0;
  margin-top: 0;
}

.top-navigation--sticky {
  transform: translateY(0);
  transition: transform 0.25s ease;
}

.top-navigation--sticky.is-hidden {
  transform: translateY(-110%);
}

.header__menu {
  margin: 0;
  padding: 0;
}
.header__menu li {
  display: inline-block;
  list-style: none;
  margin-left: 1.6rem;
}
.header__menu li a {
  color: #000;
  font-size: 0.76rem;
  font-family: "MazzardH-SemiBold";
}
.header__menu .acc-img {
  max-width: 18px;
  margin-top: -3px;
}
.header__menu small.cart-count {
  background: #E0D6FF;
  width: 15px;
  height: 15px;
  display: inline-block;
  color: #6637ED;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.footer__menu {
  margin: 0;
  padding: 0;
}
.footer__menu li {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.5;
}
@media (min-width: 991px) {
  .footer__menu li {
    line-height: 1.8;
  }
}
.footer__menu li a {
  color: #5d5c63;
  font-size: 0.85rem;
}
@media (min-width: 991px) {
  .footer__menu li a {
    font-size: 1rem;
  }
}

.brand-img {
  min-width: 100%;
}

.toggle-menu {
  position: static;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}

.toggle-menu__btn {
  width: 44px;
  height: 44px;
  border: 0;
  padding: 0;
  background: #CFDAFE;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.toggle-menu__bar {
  position: relative;
  width: 26px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: background 0.2s ease;
}

.toggle-menu__bar::before,
.toggle-menu__bar::after {
  content: "";
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.2s ease, top 0.2s ease;
}

.toggle-menu__bar::before {
  top: -8px;
}

.toggle-menu__bar::after {
  top: 8px;
}

.toggle-menu__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 15px;
  background: #CFDAFE;
  border-radius: 16px;
  padding: 25px;
  width: calc(100% - 30px);
  left: 15px;
  right: 15px;
  opacity: 0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 20;
}

.toggle-menu.is-open .toggle-menu__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.toggle-menu__btn {
  outline: 0 !important;
}

.toggle-menu.is-open .toggle-menu__btn::after {
  position: absolute;
  background: #CFDAFE;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 1px;
  bottom: -1px;
  right: 22px;
  transform: rotate(-45deg);
  z-index: -1;
  transition: 0.25s all;
}
@media (min-width: 480px) {
  .toggle-menu.is-open .toggle-menu__btn::after {
    bottom: 10px;
  }
}

.toggle-menu.is-open .toggle-menu__bar {
  background: transparent;
}

.toggle-menu.is-open .toggle-menu__bar::before {
  top: 0;
  transform: rotate(45deg);
}

.toggle-menu.is-open .toggle-menu__bar::after {
  top: 0;
  transform: rotate(-45deg);
}

.header__menu--mobile {
  margin: 0;
  padding: 0;
}
.header__menu--mobile li {
  display: block;
  list-style: none;
  margin: 0 0 12px;
  text-align: center;
}
.header__menu--mobile li:last-child {
  margin-bottom: 0;
}
.header__menu--mobile li a {
  font-size: 0.9rem;
}
.header__menu--mobile li.cta-header-dark a {
  background-color: #6637ED !important;
  color: #fff !important;
  border: 0 !important;
  text-align: center;
}

.btn {
  border-radius: 100px;
  padding: 10px 20px;
  display: block;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
}
.btn.dark {
  background-color: #000;
  border: 1px solid #000;
  color: #fff !important;
}
.btn.dark:hover {
  background-color: #CFDAFE;
  color: #000;
  border: 1px solid #000;
}
.btn.light {
  background-color: #fff;
  border: 2px solid #DDDDDD;
}
.btn.light:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.woocommerce .woocommerce-form-coupon button, .woocommerce .woocommerce-form-coupon .button, .woocommerce .woocommerce-message button, .woocommerce .woocommerce-message .button, .woocommerce .cart-coupon button, .woocommerce .cart-coupon .button {
  border-radius: 100px;
  padding: 12px 16px;
  display: block;
  transition: 0.25s all;
  background-color: transparent;
  border: 2px solid #000;
  font-size: 0.76rem;
  font-family: "MazzardH-SemiBold";
  color: #000;
  height: auto;
}
.woocommerce .woocommerce-form-coupon button:hover, .woocommerce .woocommerce-form-coupon .button:hover, .woocommerce .woocommerce-message button:hover, .woocommerce .woocommerce-message .button:hover, .woocommerce .cart-coupon button:hover, .woocommerce .cart-coupon .button:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

button#city-book, .forminator-button {
  border-radius: 6px !important;
  padding: 10px 20px !important;
  display: block !important;
  font-family: "MazzardH-Medium" !important;
  transition: 0.25s all !important;
  width: 100% !important;
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: #fff !important;
}
button#city-book:hover, .forminator-button:hover {
  background-color: #CFDAFE !important;
  color: #000 !important;
  border: 1px solid #CFDAFE !important;
}

.standarize-button.dark a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  margin-top: 15px;
}
.standarize-button.dark a:hover {
  background-color: #CFDAFE;
  color: #000;
  border: 1px solid #CFDAFE;
}
.standarize-button.light a {
  display: inline-block;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: "MazzardH-Medium";
  transition: 0.25s all;
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  margin-top: 15px;
}
.standarize-button.light a:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.big-btn {
  transition: 0.25s all;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 0.85rem;
  width: 100%;
  text-align: center;
  display: block;
  line-height: 1.5;
}
@media (min-width: 991px) {
  .big-btn {
    font-size: 1rem;
    padding: 15px 30px;
  }
}
.big-btn.purple {
  font-family: "MazzardH-SemiBold";
  border: 2px solid #6637ED;
  background-color: #6637ED;
  color: #fff;
}
.big-btn.dark {
  display: inline-block;
  width: auto;
  background-color: transparent;
  color: #000;
  font-family: "MazzardH-SemiBold";
  border: 2px solid #000;
}
.big-btn.dark:hover {
  background-color: #000;
  color: #fff;
}

.cta-header-dark a {
  border-radius: 100px;
  padding: 7px 16px;
  display: block;
  transition: 0.25s all;
  background-color: transparent;
  border: 2px solid #000;
}
.cta-header-dark a:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.woocommerce-form-login__submit {
  border-radius: 100px !important;
  padding: 7px 16px !important;
  display: block !important;
  transition: 0.25s all !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  color: #000 !important;
}
.woocommerce-form-login__submit:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.btn-small {
  border-radius: 100px;
  padding: 7px 16px;
  display: block;
  transition: 0.25s all;
  font-size: 0.85rem;
  font-family: "MazzardH-SemiBold";
  display: inline-block;
}
@media (min-width: 991px) {
  .btn-small {
    font-size: 1rem;
    padding: 7px 16px;
  }
}
.btn-small.dark {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-small.dark:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn-std {
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 0.85rem;
  display: block;
  transition: 0.25s all;
  font-family: "MazzardH-SemiBold";
  display: inline-block;
}
@media (min-width: 991px) {
  .btn-std {
    font-size: 1rem;
    padding: 10px 25px;
  }
}
.btn-std.dark {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.btn-std.dark.fill {
  background-color: #000;
  color: #fff;
}
.btn-std.dark.fill:hover {
  border: 2px solid #000;
}
.btn-std.dark:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn-line, .lost_password a {
  color: #000 !important;
  font-family: "MazzardH-SemiBold" !important;
  border-bottom: 2px solid #FFC92B !important;
  background: transparent !important;
  font-size: 0.85rem !important;
  outline: 0 !important;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  list-style: none;
  /* ANTY-GLITCH – ukryj akordeon do czasu odpalenia JS */
  visibility: hidden;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 15px auto 15px auto;
  cursor: pointer;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer ul {
  padding: 30px 0 0px;
}
ul.accordion-list li div.answer li {
  padding: 10px 0 20px 30px;
  font-size: 1rem;
  list-style: none;
  position: relative;
  display: block;
}
@media (min-width: 991px) {
  ul.accordion-list li div.answer li {
    font-size: 1.4rem;
  }
}
ul.accordion-list li div.answer li:last-child {
  border-bottom: 0;
}
ul.accordion-list li div.answer li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 15px;
  background-image: url("assets/images/arrow_left_arch.svg");
  width: 25px;
  height: 19px;
  background-repeat: no-repeat;
  transform: scale(0.5);
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
}

.hero {
  border-bottom: 1px solid #e1e1e1;
}
.hero__mockup {
  --mockup-video-top: 8.7%;
  --mockup-video-left: 2.5%;
  --mockup-video-width: 94%;
  --mockup-video-height: 86%;
  position: relative;
  width: min(1100px, 100%);
  margin: 0 auto;
}
.hero__mockup-img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.hero__video {
  position: absolute;
  top: var(--mockup-video-top);
  left: var(--mockup-video-left);
  width: var(--mockup-video-width);
  height: var(--mockup-video-height);
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  z-index: 10;
}
.hero__container {
  flex-flow: column;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 540px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}
@media (min-width: 640px) {
  .hero__container {
    height: 733px;
  }
}
@media (min-width: 1024px) {
  .hero__container {
    height: 863px;
  }
}
.hero__title {
  border-radius: 24px;
  padding: 15px 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .hero__title {
    padding: 40px 0;
  }
}
.hero__title--inside {
  place-content: center;
  align-items: center;
  gap: 5px;
  width: 90%;
  height: min-content;
  flex-flow: column;
  flex: none;
  display: flex;
  display: flex;
  position: relative;
  overflow: visible;
}
@media (min-width: 1024px) {
  .hero__title--inside {
    width: 70%;
  }
}
.hero__banner {
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: min-content;
  padding: 0;
  scroll-margin-top: 110px;
  display: flex;
  position: relative;
  overflow: visible;
}

.ff-offer {
  background: linear-gradient(rgb(244, 244, 244) 0%, rgb(247, 247, 249) 100%);
}
.ff-offer__text {
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 90%;
  height: min-content;
  padding: 5px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}
@media (min-width: 991px) {
  .ff-offer__text {
    width: 70%;
    gap: 18px;
  }
}

.ff-featured__content {
  background-color: #F0F0F1;
  border-radius: 32px;
}

.money-back__content {
  border-radius: 32px;
}

.ff-why-deal .ui-bg-aqua {
  border-radius: 32px;
}
.ff-why-deal .ui-bg-white {
  border-radius: 8px;
}

.ff-guarantee__content {
  border-radius: 32px;
}

.divider-top {
  border-top: 1px solid #e1e1e1;
}

.start-now .image-box {
  min-height: 30vh;
  background-size: 0;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 991px) {
  .start-now .image-box {
    background-size: cover;
  }
}

.single-page-content h3 {
  display: block;
  font-family: "MazzardH-SemiBold";
  font-size: 1.2rem;
  margin: 15px 0 5px;
}
.single-page-content h4 {
  display: block;
  font-family: "MazzardH-SemiBold";
  font-size: 1rem;
  margin: 15px 0 5px;
}
.single-page-content a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
  background: transparent;
  font-size: 0.85rem;
  outline: 0;
}

.doc-toc {
  position: sticky;
  top: 50px;
  padding: 16px 18px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #e1e1e1;
  margin-bottom: 24px;
}

.doc-toc__title {
  margin: 0 0 12px;
}

.doc-toc__select-wrap {
  display: none;
  position: relative;
  margin-bottom: 12px;
}

.doc-toc__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 14px 48px 14px 18px;
  border-radius: 18px;
  border: 2px solid #3b5bfd;
  background: #fff;
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
  color: #000;
  outline: 0;
}

.doc-toc__select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #0b3aa4;
  border-bottom: 2px solid #0b3aa4;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}

.doc-toc__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.doc-toc__list li {
  margin: 0 0 10px;
}
.doc-toc__list li:last-child {
  margin-bottom: 0;
}
.doc-toc__list li a {
  border-bottom: 2px solid transparent;
  font-size: 0.9rem;
}

.doc-toc__list a.is-active {
  border-bottom-color: #FFC92B;
}

.doc-section {
  scroll-margin-top: 140px;
  margin-bottom: 40px;
}
.doc-section h2 {
  margin-bottom: 10px;
  font-family: "MazzardH-SemiBold";
}
.doc-section p, .doc-section li {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 990px) {
  .doc-toc {
    position: static;
    top: auto;
  }
  .doc-toc__select-wrap {
    display: block;
  }
  .doc-toc__list {
    display: none;
  }
}
.banner-single {
  border-radius: 16px;
}

.cart-empty.woocommerce-info {
  color: #000;
  display: block;
  font-family: "MazzardH-SemiBold";
  font-size: 1.2rem;
  margin: 15px 0 5px;
}

.doc-section {
  background-color: #F0F0F1;
  border-radius: 32px;
  padding: 30px;
}
.doc-section img {
  border: 10px solid #fff;
  border-radius: 15px;
  width: 100%;
  object-position: top left;
}

.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
  animation: none;
  object-fit: contain !important;
}

.ff-why-deal__content {
  height: 100%;
  border-radius: 32px;
}
.ff-why-deal__content--list img {
  max-width: 30px;
}

.img-graph {
  padding: 30px 30px 0;
}

.cart-steps {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px dashed transparent;
  border-top: 1px dashed transparent;
  padding: 0rem;
  margin-bottom: 1rem;
}
@media (min-width: 991px) {
  .cart-steps {
    justify-content: space-around;
    flex-direction: row;
    padding: 2rem;
    border-bottom: 1px dashed #e1e1e1;
    border-top: 1px dashed #e1e1e1;
    padding: 1rem;
  }
}
.cart-steps__item {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  width: 100%;
  align-items: center;
  padding: 10px 15px;
}
@media (min-width: 991px) {
  .cart-steps__item {
    background-color: transparent;
    margin-bottom: 0;
    width: unset;
  }
}
.cart-steps .cart-steps__item.is-active .cart-steps__number {
  background-color: #FFC92B;
}
.cart-steps__label {
  font-size: 0.85rem;
  font-family: "MazzardH-SemiBold";
  text-align: center;
}
.cart-steps__number {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFC92B;
  border-radius: 100px;
  font-size: 0.85rem;
  font-family: "MazzardH-SemiBold";
  line-height: 1;
}

.woocommerce-info {
  margin: 0;
  padding: 10px 0;
  border-top: 0;
  font-size: 0.85rem;
}
.woocommerce-info::before {
  display: none;
}
.woocommerce-info a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 100px;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  display: block;
  border: 2px solid #6637ED;
  background-color: #6637ED;
  color: #fff;
  font-weight: normal;
  font-family: "MazzardH-SemiBold";
  margin-top: 0;
  font-size: 1rem;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0 !important;
}

.cart-layout__summary .ui-bg-white {
  border-radius: 16px;
}

.entry-content .checkout {
  margin-top: 1.5rem;
}

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  border: 1px solid #e1e1e1;
  background-color: #F0F0F1;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-size: 0.85rem;
  font-family: "MazzardH-Medium";
  margin-bottom: 2px;
}

.cart_totals .tax-rate th, .cart_totals .tax-rate td {
  color: #7f7f7f;
  font-family: "MazzardH-Regular" !important;
  font-weight: normal !important;
}
.cart_totals .tax-rate span {
  font-family: "MazzardH-Regular";
  font-weight: normal;
}
.cart_totals .tax-rate td {
  text-align: right;
}

.your-order {
  border-radius: 16px;
}
.your-order .tax-rate th, .your-order .tax-rate td {
  color: #9c9c9c;
  font-family: "MazzardH-Regular";
}
.your-order .tax-rate span {
  font-family: "MazzardH-Regular";
  font-weight: normal;
}
.your-order .tax-rate td {
  text-align: right;
}
.your-order th {
  font-family: "MazzardH-Regular" !important;
  font-weight: normal !important;
}
.your-order .product-total {
  text-align: right;
}
.your-order .cart-subtotal td {
  text-align: right;
  font-weight: normal;
}
.your-order .cart-subtotal bdi {
  font-weight: normal;
  font-family: "MazzardH-Regular";
}
.your-order .order-total td {
  font-weight: normal;
  text-align: right;
}
.your-order .order-total td bdi {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 16px;
  font-family: "MazzardH-SemiBold";
  font-size: 0.9rem;
  background-color: #FFC92B;
  color: #000;
  font-size: 1.3rem;
}

.your-payment {
  border-radius: 16px;
}

.woocommerce-cart-form h2 {
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.2rem !important;
}

h3.cart-title {
  display: block;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.2rem !important;
}

.woocommerce-checkout h3 {
  display: block;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.2rem !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 5px;
}

.woocommerce table.shop_table {
  border: 0;
}

.woocommerce table.shop_table th {
  font-weight: normal;
  font-family: "MazzardH-SemiBold";
  padding: 10px 0;
}

.calculated_shipping table.shop_table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce table.shop_table td {
  font-weight: normal;
  padding: 15px 0;
  font-family: "MazzardH-SemiBold";
}
@media (min-width: 991px) {
  .woocommerce table.shop_table td {
    padding: 25px 0;
  }
}

.woocommerce-privacy-policy-text p {
  font-size: 0.75rem;
  color: #000;
}
.woocommerce-privacy-policy-text p a {
  color: #000;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  border-radius: 100px;
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  display: block;
  border: 2px solid #6637ED;
  background-color: #6637ED;
  color: #fff;
  font-weight: normal;
  font-family: "MazzardH-SemiBold";
  margin-top: 30px;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #fff;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}

.woocommerce-checkout #payment ul.payment_methods {
  padding: 0;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-top: 1em;
}

.woocommerce form .form-row .input-text {
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 15px;
  font-size: 0.85rem;
  font-weight: normal;
  font-family: "MazzardH-Regular";
}

#billing_country_field {
  display: none;
}

.woocommerce-additional-fields {
  display: none;
}

.cart-container {
  border-radius: 16px;
}
.cart-container td {
  text-align: right;
}

.cart-coupon {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0.5rem;
  border: 0;
  border-radius: 0;
  padding: 0.5rem;
  background-color: transparent;
  width: 100%;
  padding: 0 !important;
}
@media (min-width: 640px) {
  .cart-coupon {
    flex-direction: row;
    background-color: #fff;
    border-radius: 999px;
    border: 2px dashed #e1e1e1;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem !important;
  }
}
.cart-coupon input {
  background: #fff !important;
  width: 100% !important;
  padding: 15px !important;
  margin-bottom: 10px !important;
  border-radius: 8px !important;
}
@media (min-width: 640px) {
  .cart-coupon input {
    background-color: transparent;
    width: unset;
    padding: 0;
    margin: 0 !important;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.cart-coupon .cart-coupon__button {
  margin-left: 5px !important;
  width: 100% !important;
  display: block !important;
}
@media (min-width: 640px) {
  .cart-coupon .cart-coupon__button {
    margin-left: 0 !important;
    width: unset !important;
    display: inline-block !important;
  }
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
  border: 0 !important;
}

.cart-coupon-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.cart-coupon__input {
  flex: 1;
  border: 0;
  background-color: transparent;
  padding: 0.75rem 1rem;
  font-family: "MazzardH-Regular";
  font-size: 0.9rem;
}

.cart-coupon__button {
  border-radius: 999px;
  border: 0;
  background-color: #2f2645;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-family: "MazzardH-SemiBold";
  font-size: 0.95rem;
  white-space: nowrap;
}

.cart-coupon__button::after {
  content: " >";
}

.cart-coupon__update {
  border-radius: 100px !important;
  padding: 12px 16px !important;
  display: block !important;
  transition: 0.25s all;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  font-size: 0.76rem !important;
  font-family: "MazzardH-SemiBold" !important;
  color: #000 !important;
  height: auto !important;
}
@media (min-width: 640px) {
  .cart-coupon__update {
    color: #000 !important;
    font-family: "MazzardH-SemiBold" !important;
    border-bottom: 2px solid #FFC92B !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    background: transparent !important;
    font-size: 0.85rem !important;
    outline: 0 !important;
    border-radius: 0 !important;
  }
}

.woocommerce .woocommerce-message {
  background: #BEE2CF;
  border: 2px solid transparent;
  color: #000;
  font-family: "MazzardH-SemiBold";
  font-size: 0.85rem;
  text-align: center;
  border-radius: 8px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  text-align: center !important;
}
.woocommerce .woocommerce-message .button {
  margin-left: auto;
  display: none !important;
}

.woocommerce-message::before {
  display: none !important;
}

.return-to-shop a {
  text-align: center !important;
  border-radius: 100px !important;
  padding: 12px 16px !important;
  display: inline-block !important;
  transition: 0.25s all !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  font-size: 0.76rem !important;
  font-family: "MazzardH-SemiBold" !important;
  color: #000 !important;
  height: auto !important;
}
.return-to-shop a:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.woocommerce-cart table.cart img {
  width: 92px !important;
}

/* =========================================================
   1) PAYMENT BOXES: pokazuj dymki tylko po wyborze metody
========================================================= */
.woocommerce-checkout #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box::before {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label + .payment_box,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label + .payment_box::before {
  display: block !important;
}

/* =========================================================
   2) ANTI-FLICKER: ukryj metody dopóki JS nie doda qs-pay-ready
========================================================= */
.woocommerce-checkout #payment .payment_methods,
.woocommerce-checkout #payment .place-order,
.woocommerce-checkout #payment .woocommerce-notice {
  visibility: hidden;
}

.woocommerce-checkout #payment.qs-pay-ready .payment_methods,
.woocommerce-checkout #payment.qs-pay-ready .place-order,
.woocommerce-checkout #payment.qs-pay-ready .woocommerce-notice {
  visibility: visible;
}

/* =========================================================
   3) NASZ PRELOADER (overlay + spinner) – checkout + cart
========================================================= */
/* Targety muszą być relative */
.woocommerce-checkout #payment,
.woocommerce-checkout #order_review,
.woocommerce-checkout form.checkout,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-container {
  position: relative;
}

/* Overlay */
.woocommerce-checkout .qs-wc-overlay,
.woocommerce-cart .qs-wc-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 9999;
  border-radius: 12px;
}

/* Spinner */
.woocommerce-checkout .qs-wc-spinner,
.woocommerce-cart .qs-wc-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: qsSpin 0.8s linear infinite;
}

@keyframes qsSpin {
  to {
    transform: rotate(360deg);
  }
}
/* Pokazuj overlay, gdy kontener ma qs-wc-loading */
.woocommerce-checkout .qs-wc-loading .qs-wc-overlay,
.woocommerce-cart .qs-wc-loading .qs-wc-overlay {
  display: block;
}

/* Globalny overlay na CAŁY checkout po "Kupuję i płacę" */
.woocommerce-checkout form.checkout.qs-checkout-submit-loading .qs-wc-overlay {
  display: block;
}

/* =========================================================
   4) UKRYJ ORYGINALNE PRELOADERY WooCommerce (blockUI)
========================================================= */
.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-checkout .blockUI.blockMsg,
.woocommerce-checkout .woocommerce-checkout-processing,
.woocommerce-checkout .woocommerce-checkout-processing::before,
.woocommerce-checkout .woocommerce-checkout-processing::after,
.woocommerce-cart .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockMsg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* =========================================================
   A) PAYMENT BOXES: dymki tylko po wyborze metody
========================================================= */
.woocommerce-checkout #payment ul.payment_methods li .payment_box,
.woocommerce-checkout #payment ul.payment_methods li .payment_box::before {
  display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label + .payment_box,
.woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked + label + .payment_box::before {
  display: block !important;
}

/* =========================================================
   B) ANTI-FLICKER: ukryj metody dopóki JS nie doda qs-pay-ready
========================================================= */
.woocommerce-checkout #payment .payment_methods,
.woocommerce-checkout #payment .place-order,
.woocommerce-checkout #payment .woocommerce-notice {
  visibility: hidden;
}

.woocommerce-checkout #payment.qs-pay-ready .payment_methods,
.woocommerce-checkout #payment.qs-pay-ready .place-order,
.woocommerce-checkout #payment.qs-pay-ready .woocommerce-notice {
  visibility: visible;
}

/* =========================================================
   C) PANEL PRELOADER: overlay + spinner (checkout + cart)
========================================================= */
.woocommerce-checkout #payment,
.woocommerce-checkout #order_review,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cart_totals,
.woocommerce-cart .cart-container {
  position: relative;
}

.woocommerce-checkout .qs-wc-overlay,
.woocommerce-cart .qs-wc-overlay {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9999;
  border-radius: 12px;
}

.woocommerce-checkout .qs-wc-spinner,
.woocommerce-cart .qs-wc-spinner,
.qs-global-overlay .qs-wc-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: qsSpin 0.8s linear infinite;
}

@keyframes qsSpin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce-checkout .qs-wc-loading .qs-wc-overlay,
.woocommerce-cart .qs-wc-loading .qs-wc-overlay {
  display: block;
}

/* =========================================================
   D) GLOBAL PRELOADER: na "Kupuję i płacę" (cały ekran)
========================================================= */
.qs-global-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 999999;
}

.qs-global-overlay.is-active {
  display: block;
}

/* =========================================================
   E) UKRYJ ORYGINALNE PRELOADERY WooCommerce (blockUI)
========================================================= */
.woocommerce-checkout .blockUI.blockOverlay,
.woocommerce-checkout .blockUI.blockMsg,
.woocommerce-checkout .woocommerce-checkout-processing,
.woocommerce-checkout .woocommerce-checkout-processing::before,
.woocommerce-checkout .woocommerce-checkout-processing::after,
.woocommerce-cart .blockUI.blockOverlay,
.woocommerce-cart .blockUI.blockMsg {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* =========================
   Checkout: kwadratowe radio + fajka
   Scope: .your-payment (Twoj wrapper)
   ========================= */
.your-payment #payment .wc_payment_methods li {
  margin: 0 0 10px;
}

/* ukryj natywne radio, ale zostaw je dostępne (klikalne przez label) */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* label jako "wiersz" */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio + label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 52px; /* miejsce na kwadrat */
  border-radius: 14px;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.05s ease;
}

/* kwadrat */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio + label::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

/* fajka (ukryta domyślnie) */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio + label::after {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  width: 7px;
  height: 12px;
  transform: translateY(-58%) rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* hover na wierszu */
.your-payment #payment .wc_payment_methods li:hover > label {
  background: rgba(255, 255, 255, 0.35);
}

/* stan zaznaczony */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio:checked + label {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.your-payment #payment .wc_payment_methods input[type=radio].input-radio:checked + label::before {
  background: #4f46e5; /* kolor wypełnienia */
  border-color: #4f46e5;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.25);
}

.your-payment #payment .wc_payment_methods input[type=radio].input-radio:checked + label::after {
  opacity: 1;
}

/* focus (klawiatura) */
.your-payment #payment .wc_payment_methods input[type=radio].input-radio:focus-visible + label::before {
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
  border-color: #4f46e5;
}

/* (opcjonalnie) wyrównanie ikon w label, żeby nie "rozpychały" */
.your-payment #payment .wc_payment_methods label img,
.your-payment #payment .wc_payment_methods .wc-stripe-card-icons-container img {
  max-height: 20px;
  width: auto;
}

/* (opcjonalnie) payment_box bez zmian, ale możesz lekko odsunąć */
.your-payment #payment .wc_payment_methods .payment_box {
  margin: 20px 0 0;
  border-radius: 16px;
}

#ff-terms-checkbox {
  margin-top: 15px;
}

#ff-terms-checkbox input#ff_terms_ack {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

/* 2) Zrób miejsce na custom checkbox (stylujemy SPAN, nie LABEL) */
#ff-terms-checkbox label > span {
  position: relative;
  display: inline-block;
  padding-left: 34px; /* miejsce na kwadrat */
}

/* 3) Kwadrat */
#ff-terms-checkbox label > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

/* 4) Fajka */
#ff-terms-checkbox label > span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.75em;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* 5) Stan checked (input jest bezpośrednio przed span) */
#ff-terms-checkbox input#ff_terms_ack:checked + span::before {
  background: #4f46e5;
  border-color: #4f46e5;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.25);
}

#ff-terms-checkbox input#ff_terms_ack:checked + span::after {
  opacity: 1;
}

/* 6) Focus (klawiatura) */
#ff-terms-checkbox input#ff_terms_ack:focus-visible + span::before {
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
  border-color: #4f46e5;
}

/* 7) Stan błędu WooCommerce */
#ff-terms-checkbox.woocommerce-invalid label > span::before {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

#payment ul.wc_payment_methods .payment_method_bluemedia img {
  height: 30px !important;
}

.checkout_coupon.woocommerce-form-coupon {
  margin: 1em 0 !important;
  background-color: #CFDAFE;
  border: 0 !important;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first {
  width: 100%;
}

.woocommerce-form-login__rememberme input#rememberme {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

/* 2) Miejsce na custom checkbox */
.woocommerce-form-login__rememberme > span {
  position: relative;
  display: inline-block;
  padding-left: 34px;
}

/* 3) Kwadrat */
.woocommerce-form-login__rememberme > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 22px;
  height: 22px;
  border-radius: 7px;
  border: 2px solid rgba(0, 0, 0, 0.25);
  background: #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

/* 4) Fajka */
.woocommerce-form-login__rememberme > span::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 0.35em;
  width: 7px;
  height: 12px;
  transform: rotate(45deg);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* 5) Checked */
.woocommerce-form-login__rememberme input#rememberme:checked + span::before {
  background: #4f46e5;
  border-color: #4f46e5;
  box-shadow: 0 8px 18px rgba(79, 70, 229, 0.25);
}

.woocommerce-form-login__rememberme input#rememberme:checked + span::after {
  opacity: 1;
}

/* 6) Focus (klawiatura) */
.woocommerce-form-login__rememberme input#rememberme:focus-visible + span::before {
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.2);
  border-color: #4f46e5;
}

.product-remove {
  background: #e7e7e7 !important;
  display: inline-block !important;
  width: 6px !important;
  height: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  border-radius: 4px !important;
}

.woocommerce a.remove {
  display: block;
  font-size: 1.1em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: #000 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}

.woocommerce-cart-form__cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 16px;
  padding: 15px;
}
@media (min-width: 991px) {
  .woocommerce-cart-form__cart-item {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
  }
}

.cart-discount td {
  text-align: right;
}
.cart-discount td a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
  font-size: 0.75rem;
}

.woocommerce-order-received .woocommerce-thankyou-order-failed-actions a, .woocommerce-order-received .order_details a {
  display: inline-block !important;
  margin: 10px 10px 0 0 !important;
}

.woocommerce form .form-row {
  display: block;
}

.cart-coupon-row {
  display: flex;
  align-items: center;
  gap: 0 !important;
}

.cart-coupon {
  position: relative;
}
.cart-coupon input {
  border: 0 !important;
}
.cart-coupon button {
  position: absolute;
  right: 5px;
}

.cart-coupon-message {
  margin-top: 0.75rem;
}

.cart-coupon-message .coupon-error-notice {
  display: block;
}

.cart-coupon__button::after {
  display: none;
}

.contact-service li {
  list-style: none;
}

.forminator-button-submit-btn {
  border-radius: 100px !important;
  padding: 12px 16px !important;
  display: block !important;
  transition: 0.25s all !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  font-size: 0.76rem !important;
  font-family: "MazzardH-SemiBold" !important;
  color: #000 !important;
  height: auto !important;
}
.forminator-button-submit-btn:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.forminator-field input, .forminator-field textarea {
  padding: 22px !important;
  border-radius: 16px !important;
}

.forminator-ui.forminator-custom-form[data-design=flat] select.forminator-select2 + .forminator-select .selection span[role=combobox].select2-selection--single {
  padding: 13px !important;
  background: #fff !important;
  border-radius: 16px !important;
}

.forminator-select.forminator-select-dropdown-container--open .forminator-select-dropdown.forminator-dropdown--flat {
  padding: 15px 20px !important;
  border-width: 0 !important;
  border-style: none !important;
  margin-top: 5px !important;
  background: #CFDAFE !important;
  border-radius: 16px !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-199.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-199.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option:not(.select2-results__option--selected).select2-results__option--highlighted {
  background-color: #ffffff !important;
  color: #000 !important;
  outline: 0 !important;
  border-radius: 16px !important;
  font-family: "MazzardH-Medium" !important;
}

.forminator-select-dropdown-container--open .forminator-custom-form-199.forminator-dropdown--flat .select2-results .select2-results__options .select2-results__option {
  color: #000 !important;
  font-family: "MazzardH-Medium" !important;
}

.forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 19px !important;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  background: #CFDAFE;
  font-size: 0.75rem;
  outline: 0;
}
@media (min-width: 991px) {
  .woocommerce-MyAccount-navigation ul li.is-active a {
    font-size: 0.85rem;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  width: 100%;
  color: #000;
  font-size: 0.75rem;
  font-family: "MazzardH-SemiBold";
  background: #fff;
  padding: 10px 25px;
  border-radius: 8px;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .woocommerce-MyAccount-navigation ul li a {
    font-size: 0.85rem;
  }
}

em {
  font-size: 0.75rem;
}

.woocommerce-account .woocommerce .woocommerce-order-download {
  margin-bottom: 0 !important;
}
.woocommerce-account .woocommerce-customer-details address {
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce-account .woocommerce-order-details {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
}
.woocommerce-account legend {
  padding-top: 15px;
}
.woocommerce-account .woocommerce-Address a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
  background: transparent;
  font-size: 0.85rem;
  outline: 0;
}
.woocommerce-account .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 15px;
}
.woocommerce-account .addresses {
  margin-top: 50px;
}
.woocommerce-account .woocommerce-Address {
  min-width: 100% !important;
  padding: 0 !important;
}
.woocommerce-account .woocommerce a {
  color: #000;
}
.woocommerce-account .woocommerce h2, .woocommerce-account .woocommerce legend {
  display: block;
  font-family: "MazzardH-SemiBold" !important;
  font-size: 1.2rem !important;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce button, .woocommerce-account .woocommerce .button {
  text-align: center !important;
  border-radius: 100px !important;
  padding: 12px 16px !important;
  display: block !important;
  transition: 0.25s all !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  font-size: 0.76rem !important;
  font-family: "MazzardH-SemiBold" !important;
  color: #000 !important;
  height: auto !important;
}
.woocommerce-account .woocommerce button:hover, .woocommerce-account .woocommerce .button:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}
.woocommerce-account .woocommerce .password-input button {
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce-account .woocommerce .password-input button:hover {
  background-color: transparent !important;
  padding: 0 !important;
  color: #000 !important;
  border: 0px solid #000 !important;
}

.woocommerce-thankyou-order-details {
  background: #CFDAFE;
  padding: 30px;
  border-radius: 16px;
  margin-top: 15px !important;
}

.woocommerce-order address {
  border: 0 !important;
  padding: 0 !important;
}
.woocommerce-order a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
  background: transparent;
  font-size: 0.85rem;
  outline: 0;
}
.woocommerce-order button, .woocommerce-order .button {
  text-align: center !important;
  border-radius: 100px !important;
  padding: 12px 16px !important;
  display: block !important;
  transition: 0.25s all !important;
  background-color: transparent !important;
  border: 2px solid #000 !important;
  font-size: 0.76rem !important;
  font-family: "MazzardH-SemiBold" !important;
  color: #000 !important;
  height: auto !important;
}
.woocommerce-order button:hover, .woocommerce-order .button:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 2px solid #000 !important;
}

.woocommerce-LostPassword a {
  color: #000;
  font-family: "MazzardH-SemiBold";
  border-bottom: 2px solid #FFC92B;
  background: transparent;
  font-size: 0.85rem;
  outline: 0;
}

.woocommerce-form-login {
  background: #CFDAFE !important;
  border-radius: 16px !important;
  border: 0 !important;
  padding: 2rem !important;
  padding: 1rem !important;
}
@media (min-width: 991px) {
  .woocommerce-form-login {
    background-color: transparent;
    padding: 1rem !important;
  }
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block !important;
  margin-bottom: 10px;
}

.woocommerce form.login {
  margin: 1em 0;
}

.woocommerce table.my_account_orders .button {
  display: inline-block !important;
}

.woocommerce-MyAccount-content {
  margin-top: 30px;
}
@media (min-width: 991px) {
  .woocommerce-MyAccount-content {
    margin-top: 0;
  }
}

.woocommerce-account .woocommerce .button {
  display: inline-block !important;
}

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