@charset "UTF-8";
.back-tomorrow {
  padding-top: 210px;
  padding-bottom: 210px;
  position: relative;
}
.back-tomorrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 422px;
  height: auto;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.back-tomorrow p {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 23px !important;
  text-align: center;
  position: relative;
  z-index: 2;
}
.back-tomorrow img {
  width: 100%;
  max-width: 660px;
  margin: 32px auto;
  position: relative;
  z-index: 2;
}

.delivery-wrap-container .heading-5 {
  font-weight: 600;
  margin-bottom: 32px;
  margin-top: 32px;
  text-align: center;
}
.delivery-wrap-container .heading-5 .green {
  color: var(--green);
}

.delivery-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 32px auto 0 auto;
  width: 314px;
}
.delivery-wrap .label {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .delivery-wrap {
    margin-top: 60px;
  }
}
.delivery-wrap .adress-bar {
  display: flex;
}
.delivery-wrap .adress-bar .icon-wrap {
  background-color: var(--green);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.delivery-wrap .adress-bar .icon-wrap svg {
  width: 32px;
  height: 32px;
}
.delivery-wrap .adress-bar .data-input {
  background: #f2f2f2;
  border-top: 1px solid #dedfde;
  border-bottom: 1px solid #dedfde;
  border-right: 1px solid #dedfde;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 266px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}
.delivery-wrap .adress-bar .data-input span {
  margin-right: 3px;
}
.delivery-wrap .adress-bar .data-input.removeChar span {
  display: none;
}
.delivery-wrap .info {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 8px;
  line-height: 22px;
  color: #595c57;
}
.delivery-wrap .info svg {
  width: 16px;
  height: 16px;
}

.delivery-modal {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(135, 143, 179, 0.62);
  position: fixed;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  z-index: 99999912;
}
.delivery-modal--body {
  background-color: #fff;
  width: 100%;
  max-width: 538px;
  border-radius: 18px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  -moz-column-gap: 32px;
       column-gap: 32px;
  position: relative;
}
@media only screen and (max-width: 567px) {
  .delivery-modal--body {
    padding: 16px;
  }
}
.delivery-modal--body .delivery-modal-close {
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 22px;
  right: 32px;
  cursor: pointer;
}
@media only screen and (max-width: 567px) {
  .delivery-modal--body .delivery-modal-close {
    top: 16px;
    right: 16px;
  }
}
.delivery-modal--body .delivery-modal-close svg {
  width: 13px;
  height: 13px;
}
.delivery-modal .heading-6 {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 12px;
  margin-bottom: 32px;
}
.delivery-modal .heading-6 svg {
  width: 32px;
  height: 32px;
}
.delivery-modal .modal-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.delivery-modal .modal-container #validation-message {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #ee1a27;
  gap: 8px;
  margin-top: 4px;
  grid-template-columns: 12px 1fr;
  align-items: center;
}
.delivery-modal .modal-container #validation-message svg {
  width: 12px;
  height: auto;
}
.delivery-modal .modal-container .change-delivery-method-tabs {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.delivery-modal .modal-container .change-delivery-method-tabs .btn-office,
.delivery-modal .modal-container .change-delivery-method-tabs .btn-house {
  font-size: 15px;
  line-height: 160%;
  width: 90px;
  height: 42px;
}
.delivery-modal .modal-container .change-delivery-method-tabs .btn-house {
  position: relative;
}
.delivery-modal .modal-container .change-delivery-method-tabs .btn-house:after {
  content: "Już wkrótce!";
  background-color: #fcfcfc;
  font-size: 12px;
  color: #19310e;
  font-weight: 400;
  line-height: 140%;
  border: 1px solid #c2c2c2;
  position: absolute;
  top: -16px;
  right: -82px;
  border-radius: 3px;
  padding: 2px 8px;
}
.delivery-modal .modal-container label {
  margin-bottom: 8px;
}
.delivery-modal .modal-container input {
  border-radius: 8px;
  display: flex;
  height: 56px;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: 1px solid #c2c2c2;
  outline-color: var(--green);
}
.delivery-modal .modal-container input:hover {
  border-color: var(--green);
}
.delivery-modal .modal-container input.validation {
  border-color: #ee1a27;
}
.delivery-modal .info {
  display: inline-flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
  line-height: 22px;
  color: #595c57;
  margin-bottom: 46px;
}
@media only screen and (max-width: 567px) {
  .delivery-modal .info {
    font-size: 12px;
    line-height: 19px;
  }
}
.delivery-modal .info svg {
  width: 28px;
  height: 16px;
  display: flex;
  margin-top: 5px;
}
.delivery-modal.show-modal {
  position: fixed;
  display: flex;
}

.tab-filter {
  display: flex !important;
  margin-bottom: 32px !important;
  margin-top: 32px !important;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  position: relative;
  z-index: 2;
  flex-wrap: wrap;
  padding-left: 0;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .tab-filter {
    flex-wrap: inherit;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: inherit;
  }
}
.tab-filter li {
  list-style-type: none;
}
.tab-filter li button {
  width: 100px;
  display: flex;
  flex-direction: column;
  height: 100px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--grey-600);
  text-align: center;
  text-decoration: none;
  padding: 17px 8px;
  justify-content: space-between;
  align-items: center;
  background: #f9f9fa;
  border: 0;
  cursor: pointer;
  z-index: 1;
}
.tab-filter li button span {
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tab-filter li button span img {
  margin-bottom: 12px;
}
.tab-filter li button img {
  width: 32px;
  height: 32px;
  display: flex;
  filter: grayscale(100%) invert(1);
}
@media only screen and (max-width: 991px) {
  .tab-filter li button {
    width: 80px;
    height: 80px;
    font-size: 12px;
    line-height: 19px;
    padding: 11px 8px;
  }
}
.tab-filter li button.current span {
  color: var(--green);
}
.tab-filter li button.current img {
  filter: none;
}

.fluent-elem {
  position: absolute;
  height: 2px;
  background-color: #e6f4e7;
  transition: transform 0.4s ease-in-out;
  border: 1px solid var(--green);
  border-radius: 18px;
  z-index: 1;
  width: 101px;
  height: 100px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .fluent-elem {
    width: 81px;
    height: 80px;
  }
}

.all-tags {
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  gap: 16px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .all-tags {
    flex-wrap: wrap;
  }
}
.all-tags .tag-button {
  font-size: 12px;
  font-weight: 700;
  background-color: transparent;
  padding: 6px 16px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  gap: 8px;
  display: flex;
  border-radius: 7px;
  border: 1px solid #214012;
}
.all-tags .tag-button.selected {
  border: 1px solid var(--dark-green-600);
  background-color: #77ce4f;
}
.all-tags .tag-button.selected img {
  filter: brightness(0);
}

.stock {
  display: none;
}

.outofstock {
  filter: brightness(0.6);
}

.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
  height: auto;
  z-index: 2;
}
@media only screen and (max-width: 1140px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .products {
    display: flex !important;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.products li {
  list-style-type: none;
}
.products li .product-card {
  padding: 16px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 18px;
  height: 353px;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
}
.products li .product-card img {
  width: 100%;
  height: 167px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.products li .product-card .heading-7 h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-top: 16px;
  margin-bottom: 12px;
}
.products li .product-card .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  color: #12230a;
}
.products li .product-card .bottom-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 32px);
  position: absolute;
  bottom: 16px;
  left: 16px;
  align-items: center;
  z-index: 3;
}
.products li .product-card .bottom-wrap .cart .quantity {
  display: none;
}
.products li .product-card .bottom-wrap .cart .single_add_to_cart_button .text {
  display: none;
}
.products li .product-card .wc-forward {
  display: none;
}
.products li .product-card .price bdi {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  color: #f06000;
}
.products li .product-card .price del {
  color: #f06000;
  margin-right: 10px;
}
.products li .product-card .price del bdi {
  font-size: 16px;
  color: #12230a;
}
.products li .product-card .price ins {
  text-decoration: none;
}
.products li .product-card .price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.products li .product-card .card-basket {
  width: 48px;
  height: 48px;
}
.products li .product-card .card-basket .btn-theme {
  height: 48px;
}
.products li .product-card .card-basket svg {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  -o-object-fit: contain;
     object-fit: contain;
}
.products li .product-card .product-card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.product-modal__body {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(135, 143, 179, 0.62);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup .product-modal__body {
  background-color: #fff;
  width: 100%;
  max-width: 874px;
  border-radius: 18px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 32px;
       column-gap: 32px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .popup .product-modal__body {
    max-width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 768px) {
  .popup .product-modal__body {
    grid-template-columns: 200px 1fr;
    padding: 16px;
  }
}
@media only screen and (max-width: 630px) {
  .popup .product-modal__body {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 576px) {
  .popup .product-modal__body {
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    overflow: scroll;
  }
}
.popup .product-modal__body .close-product-modal {
  box-shadow: 5px 28px 17px rgba(33, 37, 49, 0.02), 2px 12px 12px rgba(33, 37, 49, 0.03), 1px 3px 7px rgba(33, 37, 49, 0.03), 0px 0px 0px rgba(33, 37, 49, 0.03);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .popup .product-modal__body .close-product-modal {
    top: 16px;
    right: 16px;
  }
}
.popup .product-modal__body .close-product-modal svg {
  width: 13px;
  height: 13px;
}
.popup .product-modal__body .img-wrap {
  position: relative;
}
.popup .product-modal__body .img-wrap .product-tags {
  left: 10px;
  top: 10px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.popup .product-modal__body .img-wrap .product-tags .product-tag {
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #214012;
  border-radius: 7px;
  color: #12230a;
  padding: 6px 11px;
  text-transform: uppercase;
}
.popup .product-modal__body .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  min-height: 348px;
}
@media only screen and (max-width: 576px) {
  .popup .product-modal__body .img-wrap img {
    min-height: 245px;
    height: 245px;
  }
}
.popup .product-modal__body .info-wrap {
  position: relative;
}
.popup .product-modal__body .info-wrap img {
  width: 32px;
  height: 32px;
}
.popup .product-modal__body .heading-7 {
  max-width: 319px;
}
.popup .product-modal__body .heading-7 h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 8px;
  margin-top: 8px;
}
.popup .product-modal__body .weight-kcal {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--dark-green-600);
  margin-bottom: 36px;
}
.popup .product-modal__body .icon-info-wrap {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 18px;
       column-gap: 18px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .popup .product-modal__body .icon-info-wrap {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 576px) {
  .popup .product-modal__body .icon-info-wrap {
    gap: 16px;
    flex-wrap: wrap;
  }
}
.popup .product-modal__body .icon-info-wrap .info-box {
  display: grid;
  grid-template-columns: 32px 1fr;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popup .product-modal__body .icon-info-wrap .info-box--inner {
  display: flex;
  flex-direction: column;
}
.popup .product-modal__body .icon-info-wrap .info-box--inner span {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}
.popup .product-modal__body .table-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.popup .product-modal__body .modal-table {
  display: grid;
  grid-template-columns: 197px 130px;
  -moz-column-gap: 40px;
       column-gap: 40px;
  white-space: nowrap;
  margin-bottom: 132px;
}
@media only screen and (max-width: 660px) {
  .popup .product-modal__body .modal-table {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 567px) {
  .popup .product-modal__body .modal-table {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}
.popup .product-modal__body .modal-table .field {
  display: flex;
  justify-content: space-between;
}
.popup .product-modal__body .modal-table .field .value-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #474a46;
  margin-left: 2px;
}
.popup .product-modal__body .modal-table .field .label-field {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #474a46;
  margin-right: 2px;
}
.popup .product-modal__body .modal-table .field .dotted-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dedfde;
  padding-top: 15px;
}
.popup .product-modal__body .bottom-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 630px) {
  .popup .product-modal__body .bottom-wrap {
    position: relative;
    margin-top: 50px;
  }
}
.popup .product-modal__body .bottom-wrap .price-wrap {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-end;
  color: #f06000;
}
.popup .product-modal__body .bottom-wrap .price-wrap .price {
  font-size: 18px;
  line-height: 23px;
  color: #f06000;
  font-weight: 600;
}
.popup .product-modal__body .bottom-wrap .price-wrap .price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
  margin-right: 4px;
}
.popup .product-modal__body .bottom-wrap .price-wrap del bdi {
  color: var(--dark-green-600);
}
.popup .product-modal__body .bottom-wrap .price-wrap del ins {
  text-decoration: none;
}
.popup .product-modal__body .bottom-wrap .cart {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media only screen and (max-width: 576px) {
  .popup .product-modal__body .bottom-wrap .cart {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.popup .product-modal__body .bottom-wrap .quantity {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.popup .product-modal__body .bottom-wrap .quantity .minus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.popup .product-modal__body .bottom-wrap .quantity .plus {
  font-size: 28px;
  color: #12230a;
  border: 1px solid #ebeceb;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcfcfc;
  cursor: pointer;
}
.popup .product-modal__body .bottom-wrap .quantity .qty {
  border: 0;
  width: 20px;
  height: 24px;
  text-align: center;
}
.popup .product-modal__body .bottom-wrap .quantity .qty::-webkit-outer-spin-button,
.popup .product-modal__body .bottom-wrap .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.popup .product-modal__body .bottom-wrap .quantity input[type=number] {
  -moz-appearance: textfield;
}
.popup .product-modal__body .btn-theme {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media only screen and (max-width: 567px) {
  .popup .product-modal__body .btn-theme {
    gap: 3px;
    padding: 0;
  }
}
@media only screen and (max-width: 567px) {
  .popup .product-modal__body .btn-theme .text {
    display: flex;
  }
}
.popup .product-modal__body .btn-theme svg {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}