@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Parisienne&display=swap");
header {
  background-color: #192e03;
  margin-bottom: 40px;
}
header .container {
  display: flex;
  justify-content: center;
}
header .container .custom-logo .custom-logo-inner {
  padding: 20px;
}
header .container .header-buttons {
  margin-bottom: 0 !important;
}
header .container .header-buttons a {
  white-space: nowrap;
}
header nav ul#menu-podstawowy {
  margin-bottom: 0;
  display: flex;
  height: 100%;
}
header nav ul#menu-podstawowy li {
  list-style: none;
  padding: 20px;
  display: flex;
  align-items: center;
}
header nav ul#menu-podstawowy li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 300ms ease;
}
header nav ul#menu-podstawowy li a:hover {
  box-shadow: 0px 3px 0px 0px #fcd266;
  font-weight: 600;
  color: #fff;
}

/* ================= TOGGLES ================= */
.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-close {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1003;
  display: none;
}
.menu-close.active {
  display: block;
}

/* ================= MOBILE ================= */
@media (max-width: 1000px) {
  .container {
    justify-content: space-between;
  }
  .container .header-buttons {
    display: none;
  }
  #header-widget-section {
    display: none;
  }
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 1002;
  }
  nav.active {
    right: 0;
  }
  nav ul#menu-podstawowy {
    flex-direction: column;
    padding: 40px 20px;
  }
  nav ul#menu-podstawowy li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  nav ul#menu-podstawowy li a {
    font-size: 18px;
  }
  .menu-toggle {
    display: block;
  }
}
/* ================= BASE ================= */
body {
  background-color: #fff;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
body a, body li, body p, body span, body div {
  font-family: "Montserrat", sans-serif;
}
body h1, body h2, body h3, body h4, body h5 {
  font-family: "MonteCarlo", cursive;
}
body main {
  margin: auto;
}
body .content {
  max-width: 1300px;
  margin: auto;
}
body .main-banner {
  min-height: 80vh;
}
body .no-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
body .functions-ticks {
  gap: 0;
  margin-bottom: 0px;
}
body .functions-ticks .wp-block-column {
  aspect-ratio: 1;
  padding: 20px;
  align-content: center;
}
body .width-30 {
  width: 20%;
  margin: auto;
  height: 2px;
  opacity: 1;
}
body .width-left-30 {
  width: 60%;
  margin: auto;
  margin-left: 0;
  height: 3px;
  opacity: 1;
}
body .wpcf7-text,
body textarea {
  width: 100%;
  border-width: 0px;
  box-shadow: 1px 1px 0 2px #B2A17F;
  padding: 10px;
  margin-top: 10px;
}
body .wpcf7 label {
  width: 100%;
}
body .submit-button-form {
  text-align: center;
}
body .submit-button-form input {
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-transform: uppercase;
  font-family: var(--bs-body-font-family);
  font-weight: 600;
  border-radius: 0;
  transition: 300ms ease;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #192e03;
  border-width: 0px;
  color: #fff;
  min-width: 30%;
  font-size: 1.125em;
}
body .submit-button-form input:hover {
  box-shadow: -8px 0px 0 #fcd266;
  color: #fff;
  min-width: 32%;
}
body .submit-button-form .wpcf7-spinner {
  display: none;
}

/* ================= BLOCKS ================= */
.wp-block-columns {
  justify-content: center;
}

.wp-block-buttons {
  gap: 1em;
}

.brown-border {
  border-style: solid;
  border-width: 5px 0px;
  border-color: #B2A17F;
}

.wp-block-button__link {
  border-radius: 0;
  box-shadow: 0px 0px 0;
  transition: 300ms ease;
  text-transform: uppercase;
  font-weight: 500;
}
.wp-block-button__link:hover {
  box-shadow: -8px 0px 0 #fcd266;
  color: #fff;
  width: 102%;
}

.golden-button:hover a {
  box-shadow: -5px -5px 0 rgba(178, 161, 127, 0.3333333333) !important;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul a {
  transition: 300ms ease;
}
.woocommerce-MyAccount-navigation ul a:hover {
  color: #fff;
  background-color: #192e03;
}

.full-width-section {
  width: 100%;
}

.privacy-policy main,
.page-id-210 main {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}

/* ================= MOBILE ================= */
@media (max-width: 1000px) {
  h1 {
    margin-top: 30px !important;
  }
  h2 {
    font-size: 26px;
  }
  .menu {
    display: block !important;
    margin-top: 50px;
  }
  .menu li {
    width: 100%;
  }
}
/* ================= WOOCOMMERCE ================= */
.woocommerce-MyAccount-navigation li {
  color: #000;
  text-decoration: none;
  list-style: none;
}
.woocommerce-MyAccount-navigation li a {
  color: #000;
  text-decoration: none;
  border-style: solid;
  padding: 10px;
  border-width: 0px 0px 1px 0px;
  display: block;
}

.wp-block-woocommerce-checkout {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}

main .woocommerce {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}

.product {
  max-width: 1300px;
  margin: auto;
  margin-top: 50px;
}

.woocommerce-account .woocommerce {
  max-width: 1300px;
  margin: auto;
}

footer {
  padding-bottom: 30px;
  padding-top: 30px;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer #menu-footer {
  display: flex;
  justify-content: flex-end;
}
footer .menu-item a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  margin-left: 10px;
}
footer .copyright {
  margin-bottom: 0px;
}

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