header,
main,
section,
footer {
  font-family: "Lato", "Tahoma" !important;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (min-width: 1600px) {
  header,
  main,
  section,
  footer {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media screen and (max-width: 1400px) {
  header,
  main,
  section,
  footer {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
@media screen and (max-width: 600px) {
  header,
  main,
  section,
  footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 780px) {
  header.bek-header .bek-header-mobile {
    display: flex;
  }
  header.bek-header .bek-header-pc {
    display: none;
  }
}
@media screen and (min-width: 780px) {
  header.bek-header .bek-header-mobile {
    display: none;
  }
  header.bek-header .bek-header-pc {
    display: flex;
  }
}
@media screen and (max-width: 780px) {
  header.bek-header .wp-block-column {
    flex-basis: 20%;
  }
}
@media screen and (max-width: 600px) {
  header.bek-header .wp-block-column {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1400px) {
  header.bek-header .bek-header-column-empty {
    display: none;
  }
}
@media screen and (min-width: 780px) {
  header.bek-header .bek-logo-column {
    min-width: 220px;
  }
  header.bek-header .bek-logo-column .bek-logo img {
    min-width: 220px;
  }
}
header.bek-header .email span, header.bek-header .phone span, header.bek-header .bek-minicart-button span {
  min-height: 0vw;
  font-size: clamp(10px, 3px + 0.9vw, 2.12rem) !important;
}

footer {
  background-color: var(--wp--preset--color--primary) !important;
}
footer .bek-footer-contact-form {
  padding: 3rem;
  background-color: white;
  color: var(--wp--preset--color--text);
}
footer .bek-footer-contact-form h3 {
  color: var(--wp--preset--color--title);
  font-weight: 800;
  margin-bottom: 30px;
}
footer .bek-footer-contact-form input,
footer .bek-footer-contact-form textarea {
  border: 0;
  border-bottom: 1px var(--wp--preset--color--alt-background) solid;
  width: 100%;
  margin-bottom: 10px;
}
footer .bek-footer-contact-form input[type=submit] {
  border: 0;
  padding: 10px 30px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--alt-background);
  font-weight: 800;
  width: initial;
  margin-bottom: initial;
}
footer .bek-footer-contact-form input[type=submit]:hover {
  color: var(--wp--preset--color--secondary);
}

a {
  text-decoration: none !important;
  color: inherit;
}
a:active, a:hover {
  color: var(--wp--preset--color--primary);
}

button,
a.button,
a.wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--alt-background);
  border-radius: 0;
}
button:hover,
a.button:hover,
a.wp-block-button__link:hover {
  color: var(--wp--preset--color--secondary);
}

section {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 600px) {
  section {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
section .bek-prod-cats {
  justify-content: center;
  text-align: center;
  padding: 0px;
}
section .bek-prod-cats .bek-home-prod-cat {
  min-width: 180px;
  min-height: 180px;
  padding: 1rem;
  box-shadow: 0 0 6px hwb(0 0% 100%/0.16), inset 0 0 6px hwb(0 0% 100%/0.16);
}
section .bek-prod-cats .bek-home-prod-cat img {
  max-width: 10rem;
  height: auto;
}
section .bek-prod-cats .bek-home-prod-cat h3 {
  font-size: var(--wp--preset--font-size--primary);
}
@media screen and (min-width: 1400px) {
  section .bek-prod-cats .bek-home-prod-cat {
    max-width: 18%;
  }
}

.bek-homepage-producers figure.wp-block-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.bek-homepage-producers figure.wp-block-image img {
  display: block;
  margin: auto;
  max-width: auto;
  max-height: 85px !important;
  object-fit: contain;
}

.bek-homepage-products {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.bek-homepage-products button {
  font-size: var(--wp--preset--font-size--primary);
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--text);
  color: var(--wp--preset--color--text);
}
.bek-homepage-products button:hover {
  color: inherit;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--text);
}
.bek-homepage-products button:disabled {
  font-size: var(--wp--preset--font-size--title);
  background-color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  color: var(--wp--preset--color--alt-background);
  font-weight: bold;
  border-radius: 0;
}
.bek-homepage-products button:not(:disabled) {
  padding: 1rem 3vw;
}
.bek-homepage-products button.nav-link.active {
  color: var(--wp--preset--color--primary);
  font-weight: 700;
  background-color: var(--wp--preset--color--alt-background) !important;
  border: none;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
.bek-homepage-products .bek-home-products-archive-container {
  margin: 40px 0px;
}
.bek-homepage-products .bek-home-products-archive-container ul li {
  text-align: center;
}
.bek-homepage-products .bek-home-products-archive-container ul li img {
  max-height: 12vw;
  min-height: 180px;
  min-width: 180px;
  background: white;
  padding: 20px 0px;
  object-fit: contain;
}
.bek-homepage-products .bek-home-products-archive-container ul li a.button {
  margin-top: none;
  color: var(--wp--preset--color--alt-background);
}
.bek-homepage-products .bek-home-products-archive-container ul li a.button:hover {
  color: var(--wp--preset--color--secondary);
}
.bek-homepage-products .bek-home-products-archive-container ul li p {
  margin-bottom: none;
}
.bek-homepage-products .bek-home-products-archive-container ul li p .price bdi {
  color: var(--wp--preset--color--secondary);
}
.bek-homepage-products .bek-home-products-archive-container ul li p br {
  display: none;
}
@media screen and (min-width: 780px) and (max-width: 1150px) {
  .bek-homepage-products .bek-home-products-archive-container ul li {
    width: calc(33% - 3em) !important;
  }
}

span.onsale.bek-product-badge {
  text-transform: uppercase;
  font-size: calc(var(--wp--preset--font-size--text) * 0.75);
  min-width: 50px;
  aspect-ratio: 1/1;
}
span.onsale.bek-product-badge[data-tag=sale] {
  background-color: var(--wp--preset--color--primary);
}
span.onsale.bek-product-badge[data-tag=nowe] {
  background-color: var(--wp--preset--color--secondary);
}
span.onsale.bek-product-badge[data-tag=halal] {
  background-color: #34A862;
}
@media screen and (max-width: 780px) {
  span.onsale.bek-product-badge {
    min-width: 40px;
  }
}
span.onsale.bek-product-badge.bek-block {
  left: unset;
  right: 1vw;
}

.bek-badge-container {
  position: relative;
  height: 0px !important;
  margin: 0px !important;
}

.bek-main-categories-list {
  padding: 0;
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.bek-main-categories-list ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.bek-main-categories-list ul li {
  border: 1px solid var(--wp--preset--color--alt-background);
  border-collapse: collapse;
  padding: 10px 0 10px 3vw;
}
.bek-main-categories-list ul li:hover {
  color: var(--wp--preset--color--secondary);
}

.bek-main-nav {
  padding-top: 0.3rem;
}
.bek-main-nav ul li {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bek-main-nav button svg {
    width: 50px;
    height: 50px;
  }
}
.bek-main-nav .wp-block-navigation__responsive-container-content li:hover {
  color: var(--wp--preset--color--primary);
}
@media screen and (max-width: 600px) {
  .bek-main-nav .wp-block-navigation__responsive-container-content {
    justify-content: center;
    text-align: center;
    align-items: center !important;
  }
  .bek-main-nav .wp-block-navigation__responsive-container-content ul {
    align-items: center !important;
  }
  .bek-main-nav .wp-block-navigation__responsive-container-content ul li {
    margin: 20px 0px;
    align-items: center !important;
  }
  .bek-main-nav .wp-block-navigation__responsive-container-content ul li span {
    font-size: large !important;
  }
}

@media screen and (max-width: 1400px) {
  .bek-main-header .bek-main-categories-column {
    display: none;
  }
  .bek-main-header > div > div:nth-child(2) {
    width: 100%;
    flex-basis: 100vw !important;
  }
}

.bek-accent {
  color: var(--wp--preset--color--primary);
  font-size: calc(var(--wp--preset--font-size--primary) * 1.2);
  font-weight: 700;
}

@media screen and (min-width: 780px) {
  .bek-home-opinion {
    min-height: 17rem;
  }
}

@media screen and (max-width: 780px) {
  .bek-home-google .bek-google-img-column {
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bek-home-google .bek-google-img-column figure {
    float: none !important;
    display: block;
  }
  .bek-home-google .bek-google-img-column .bek-google-img img {
    max-width: 150px;
    height: auto !important;
  }
}
@media screen and (max-width: 600px) {
  .bek-home-google {
    flex: wrap !important;
    justify-content: center;
    text-align: center;
  }
}

.bek-control {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--alt-background);
  position: static;
  display: block;
  padding: 0.4rem;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: 0;
}
.bek-control .dashicons::before {
  font-size: var(--wp--preset--font-size--primary);
}

.bek-text-justify {
  text-align: justify;
}

.bek-product-add-to-cart input {
  color: var(--wp--preset--color--primary);
  border: 2px var(--wp--preset--color--text) solid;
  font-weight: 900;
}
.bek-product-add-to-cart table.variations select {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--alt-background);
  border: 0;
  -webkit-appearance: none;
}
.bek-product-add-to-cart button {
  border: 2px var(--wp--preset--color--secondary) solid;
}

div.quantity input {
  min-width: 100px;
}

.bek-product-image span.onsale {
  display: none;
}
.bek-product-image img {
  max-height: 40vh;
  aspect-ratio: 1/1;
  width: auto !important;
  object-fit: contain;
}

.woocommerce div.product div.images img {
  display: inline;
}

.woocommerce-product-gallery__image.flex-active-slide,
.woocommerce-product-gallery__wrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 4rem;
}

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