@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2a2a2a;
}

body {
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-fluid {
  padding: 0;
}

.main_container {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.mfp-content .mfp-img {
  background-color: #f5f5f5;
  background-clip: content-box;
}

.module__login_grid {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 50px;
}
.module__login_col_div {
  flex: 0 0 1px;
  width: 1px;
  display: none;
  justify-content: center;
  align-items: center;
}
.module__login_col_div::before {
  content: "";
  display: block;
  border-left: 1px solid #dddddd;
  width: 1px;
  height: 70%;
}

@media (min-width: 992px) {
  .module__login_grid {
    flex-direction: row;
  }
  .module__login_col_div {
    display: flex;
  }
}
.admin-cellpic {
  z-index: 50;
  position: static;
  height: auto;
  background: #0A2E3C;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  border-bottom: 1px solid #224155;
  width: 100%;
}
.admin-cellpic a {
  float: left;
  display: block;
  padding: 3px 15px;
  font-size: 16px;
  color: #97c5d4 !important;
  text-decoration: none;
  border-right: 1px solid #224155;
  min-height: 30px;
}
.admin-cellpic a:hover, .admin-cellpic a:focus, .admin-cellpic a:active {
  background: #419ba4;
  color: #ffffff !important;
}
.admin-cellpic a.pull-right {
  border-left: 1px solid #224155;
  border-right: 0;
  float: right !important;
}

.button_primary {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #006554;
  border: 1px solid #006554;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.button_primary:hover {
  text-decoration: none;
}
.button_primary.set_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
  cursor: default;
}
.button_primary.set_size_sm {
  padding: 5px 30px;
  font-size: 0.875rem;
}
.button_primary:hover {
  background-color: #fff;
  color: #006554;
}

.button_secondary {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #ff914d;
  border: 1px solid #ff914d;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.button_secondary:hover {
  text-decoration: none;
}
.button_secondary.set_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
  cursor: default;
}
.button_secondary.set_size_sm {
  padding: 5px 30px;
  font-size: 0.875rem;
}
.button_secondary:hover {
  background-color: #fff;
  color: #ff914d;
}

.button_cancel {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #b3b2b1;
  border: 1px solid #b3b2b1;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-align: center;
  cursor: pointer;
}
.button_cancel:hover {
  text-decoration: none;
}
.button_cancel.set_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
  cursor: default;
}
.button_cancel.set_size_sm {
  padding: 5px 30px;
  font-size: 0.875rem;
}
.button_cancel:hover {
  background-color: #fff;
  color: #b3b2b1;
}

.section {
  position: relative;
  overflow: hidden;
}
.section__header {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.footer {
  padding-top: 45px;
  background-color: #f5f5f5;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  margin-bottom: 45px;
}
.footer__contact_grid {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__contact_logo_wrapper {
  display: inline-block;
  width: 123px;
}
.footer__contact_logo_wrapper svg {
  width: 100%;
}
.footer__contact_header {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.footer__contact_content {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #006554;
}
.footer__contact_phone, .footer__contact_email, .footer__contact_location {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #006554;
}
.footer__contact_phone:hover, .footer__contact_email:hover, .footer__contact_location:hover {
  color: inherit;
}
.footer__contact_phone::before {
  content: url(/_img/_svg/phone.svg);
  width: 20px;
  height: 20px;
}
.footer__contact_email::before {
  content: url(/_img/_svg/email.svg);
  width: 20px;
  height: 16px;
}
.footer__contact_location::before {
  content: url(/_img/_svg/location.svg);
  width: 30px;
  height: 28px;
}
.footer__contact_social {
  display: flex;
  gap: 10px;
}
.footer__contact_social_link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006554;
  border: 1px solid #006554;
  border-radius: 12px;
  width: 45px;
  height: 45px;
  transition: background-color 0.2s ease;
}
.footer__contact_social_link:hover {
  background-color: white;
}
.footer__contact_social_link:hover svg path {
  fill: #006554;
}
.footer__menu_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.footer__menu_col {
  flex: 0 0 100%;
}
.footer__menu_link_main {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 12px;
}
.footer__menu_link_main:hover {
  color: inherit;
}
.footer__menu_link {
  display: block;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #2a2a2a;
  margin-bottom: 8px;
}
.footer__menu_link:hover {
  color: inherit;
}
.footer__menu_payments_grid {
  display: inline-grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}
.footer__menu_payments_item {
  max-height: 50px;
  text-align: center;
}
.footer__menu_payments_item svg {
  max-width: 85px;
  height: 50px;
}
.footer__copyright {
  background-color: #006554;
  padding: 20px 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: white;
}
.footer__copyright .main_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__copyright_info {
  display: block;
}
.footer__copyright_menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__copyright_menu > *:last-of-type::after {
  content: none;
}
.footer__copyright_item {
  display: flex;
  gap: 10px;
}
.footer__copyright_item::after {
  content: "|";
}
.footer__copyright_item a {
  color: white;
}
.footer__copyright_item a:hover {
  text-decoration: none;
}

@media (min-width: 400px) {
  .footer__contact_grid {
    flex-direction: row;
  }
}
@media (min-width: 576px) {
  .footer__menu_col {
    flex: 0 0 48%;
  }
}
@media (min-width: 768px) {
  .footer__menu_col {
    flex: 1 0 0%;
  }
}
@media (min-width: 992px) {
  .footer__grid {
    grid-template-columns: 400px 1fr;
  }
  .footer__menu_col {
    flex: 0 0 30%;
  }
  .footer__copyright .main_container {
    flex-direction: row;
    align-items: start;
    gap: 75px;
  }
}
@media (min-width: 1200px) {
  .footer__menu_grid {
    flex-wrap: nowrap;
  }
  .footer__menu_col {
    flex: 1 0 0%;
  }
}
.header__topbar {
  padding: 30px 0;
}
.header__topbar .main_container {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 50px;
}
.header__topbar_brand {
  display: none;
  flex: 0 0 auto;
  width: 130px;
}
.header__topbar_brand img,
.header__topbar_brand svg {
  width: 100%;
}
.header__topbar_search {
  display: none;
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.header__topbar_search_form {
  width: 100%;
  height: 100%;
}
.header__topbar_search_input {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-size: 400;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 10px 45px 10px 25px;
}
.header__topbar_search_input::-moz-placeholder {
  color: #8d8d8d;
}
.header__topbar_search_input::placeholder {
  color: #8d8d8d;
}
.header__topbar_search_input:focus, .header__topbar_search_input:focus-visible {
  border-color: #006554;
}
.header__topbar_search_submit {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.header__topbar_icons {
  flex: 0 0 auto;
  display: flex;
  align-items: start;
  gap: 10px;
}
.header__topbar_icons_item {
  position: relative;
  display: block;
  text-align: center;
  min-width: 40px;
}
.header__topbar_icons_info {
  display: block;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
  color: #474747;
}
.header__topbar_icons_info.set_warning {
  color: #ff914d;
}
.header__topbar_icons_badge {
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 100vw;
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  padding: 1px 2px;
  font-size: 0.625rem;
  line-height: 0.75rem;
  font-weight: 400;
  color: #006554;
  text-align: center;
  min-width: 15px;
  min-height: 15px;
}
.header__top_image_container {
  height: 350px;
  border-bottom: 1px solid #dddddd;
}
.header__top_image_container .my_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .header__topbar .main_container {
    justify-content: space-between;
  }
  .header__topbar_search {
    display: block;
  }
  .header__topbar_icons_search {
    display: none;
  }
}
@media (min-width: 992px) {
  .header__topbar_brand {
    display: block;
  }
}
.navbar {
  position: static;
  top: -50px;
  transition: top 0.3s ease-in-out;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar .navbar-brand {
  display: block;
}
.navbar .navbar-toggler {
  color: #006554;
  margin-left: auto;
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler span {
  display: block;
  background-color: #006554;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
.navbar .navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar .navbar-toggler span:nth-child(2) {
  opacity: 1;
}
.navbar .navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
.navbar .navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
.navbar .navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
.navbar .navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
.navbar .navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
.navbar .navbar-collapse {
  margin-top: 10px;
}
.navbar .navbar-nav {
  position: relative;
}
.navbar .navbar-nav > li {
  position: static;
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #006554;
  color: white;
  border-color: #dddddd;
  border-radius: 22px;
}
.navbar .navbar-nav .dropdown-menu_grid {
  display: block;
  margin: 0 30px;
}
.navbar .navbar-nav .dropdown-menu_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.navbar .navbar-nav .dropdown-menu_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.navbar .navbar-nav .dropdown-menu_image_wrapper {
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 213/159;
  width: 213px;
  display: none;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: white;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar .navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: transparent;
  color: #7cd6ce;
}
.navbar .nav-link {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  color: #2a2a2a;
}
.navbar .nav-link:hover {
  color: inherit;
}
.navbar .nav-link.dropdown-item {
  font-weight: 400;
}
.navbar .nav-link.dropdown-item.active, .navbar .nav-link.dropdown-item:active {
  background-color: rgba(0, 101, 84, 0.2);
}
.navbar .dropdown-toggle::after {
  content: url(/_img/_svg/menu_arrow_down.svg);
  vertical-align: bottom;
  border: none;
  transition: transform 0.2s ease-in-out;
}
.navbar .dropdown-toggle.show::after {
  transform: rotate(-180deg);
}

@media (min-width: 992px) {
  .navbar .navbar-brand {
    display: none;
  }
  .navbar .navbar-collapse {
    margin-top: 0px;
  }
  .navbar .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar .navbar-nav {
    position: relative;
  }
  .navbar .navbar-nav > li {
    position: static;
  }
  .navbar .navbar-nav .dropdown-menu {
    width: 100%;
    margin-top: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .navbar .navbar-nav .dropdown-menu_grid {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 30px;
  }
  .navbar .navbar-nav .dropdown-menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .navbar .navbar-nav .dropdown-menu_image_wrapper {
    display: block;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding-right: 35px;
    padding-left: 35px;
  }
}
body.fixed-nav {
  padding-top: 50px;
}
body.fixed-nav .navbar {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 4px 1px #474747;
  padding-top: 8px;
  padding-bottom: 8px;
}
body.fixed-nav .navbar .navbar-brand {
  display: block;
}
@media (min-width: 992px) {
  body.fixed-nav .navbar .navbar-nav .nav-link {
    padding-left: 12px;
    padding-right: 12px;
  }
  body.fixed-nav .navbar .navbar-nav .dropdown-menu {
    margin-top: 17px;
  }
}
@media (min-width: 1200px) {
  body.fixed-nav .navbar .navbar-nav .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1400px) {
  body.fixed-nav .navbar .navbar-nav .nav-link {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.hero {
  height: 510px;
  overflow: hidden;
}
.hero__swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__swiper .swiper-pagination-progressbar {
  top: unset;
  bottom: 0;
  height: 10px;
  background: rgba(255, 145, 77, 0.6);
}
.hero__swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ff914d;
}
.hero__swiper_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero__body {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.hero__body .main_container {
  position: relative;
  height: 100%;
}
.hero__box {
  position: absolute;
  bottom: 55px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.hero__box_container {
  margin: 0 auto;
  padding: 35px;
  max-width: 380px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}
.hero__box_title {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.hero__box_content {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.hero__box_content *:last-of-type {
  margin-bottom: 0;
}
.hero__box_button {
  padding: 12px 30px;
  font-size: 1rem;
  width: 100%;
  margin-top: 25px;
}

@media (min-width: 576px) {
  .hero__box {
    transform: translate(0%, 0%);
  }
  .hero__box_container {
    background-color: white;
    margin: 0;
  }
  .hero__box_title {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .hero__box_button {
    margin-top: 30px;
  }
}
.category__tiles {
  background-color: #f5f5f5;
  padding: 30px 0;
}
.category__tiles .section__header {
  color: #006554;
  text-align: center;
}
.category__tiles_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin: 52px 0 22px 0;
}
.category__tiles_item {
  display: inline-block;
  text-align: center;
  width: 100px;
}
.category__tiles_item:hover .category__tiles_image_wrapper {
  background-color: white;
  scale: 1.1;
}
.category__tiles_item:hover .category__tiles_image_wrapper svg path {
  fill: #006554;
}
.category__tiles_link {
  display: block;
}
.category__tiles_image_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006554;
  border-radius: 20px;
  width: 97px;
  height: 96px;
  padding: 10px;
  transition: background-color 0.3s ease-in-out, scale 0.3s ease-in-out;
}
.category__tiles_image_wrapper svg path {
  fill: white;
  transition: fill 0.3s ease-in-out;
}
.category__tiles_image {
  max-width: 50px;
  max-height: 50px;
}
.category__tiles_title {
  color: #006554;
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 0.875rem;
  margin-top: 12px;
}
.category__boxes {
  background-color: #f5f5f5;
  padding: 60px 0 70px 0;
}
.category__boxes_grid {
  display: grid;
  grid-template-areas: "i1" "i2" "i3" "i4" "i5";
  gap: 25px 30px;
}
.category__boxes_item {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  width: 100%;
  height: 245px;
}
.category__boxes_item:hover .category__boxes_image {
  scale: 1;
}
.category__boxes_item_index1 {
  grid-area: i1;
}
.category__boxes_item_index1 .category__boxes_title {
  background-color: #ff9aac;
}
.category__boxes_item_index2 {
  grid-area: i2;
}
.category__boxes_item_index2 .category__boxes_title {
  background-color: #8fb9a8;
}
.category__boxes_item_index3 {
  grid-area: i3;
}
.category__boxes_item_index4 {
  grid-area: i4;
}
.category__boxes_item_index5 {
  grid-area: i5;
}
.category__boxes_link {
  color: #2a2a2a;
}
.category__boxes_link:hover {
  color: #2a2a2a;
}
.category__boxes_image_wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.category__boxes_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.2s ease-in-out;
  scale: 1.1;
}
.category__boxes_title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffdc89;
  padding: 17px 30px;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}

@media (min-width: 576px) {
  .category__boxes_grid {
    grid-template-areas: "i1 i2 i3" "i4 i5 i5";
  }
}
@media (min-width: 768px) {
  .category__boxes_grid {
    grid-template-areas: "i1 i1 i2 i2" "i1 i1 i2 i2" "i3 i4 i5 i5";
  }
  .category__boxes_item_index1 {
    height: 340px;
  }
  .category__boxes_item_index1 .category__boxes_title {
    font-size: 1.5rem;
  }
  .category__boxes_item_index2 {
    height: 340px;
  }
  .category__boxes_item_index2 .category__boxes_title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .category__boxes_grid {
    gap: 25px 50px;
  }
}
.product__highlighted {
  padding: 50px 0;
}
.product__highlighted_swiper {
  padding: 1px;
  margin: 50px 0 20px 0;
}
.product__highlighted .swiper:hover .swiper-navigation {
  display: block;
}
.product__highlighted .swiper .swiper-navigation {
  display: none;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next svg,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev svg {
  display: none;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next:hover,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next::after,
.product__highlighted .swiper .swiper-navigation .swiper-button-prev::after {
  content: url(/_img/_templates_2025/menu_arrow_down.svg);
  rotate: -90deg;
  width: 20px;
  height: 8px;
  line-height: 0;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-prev {
  left: 15px;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.product__highlighted .swiper .swiper-navigation .swiper-button-next {
  right: 15px;
}
.product__related {
  padding: 50px 0;
}
.product__related_swiper {
  padding: 1px;
  margin: 40px 0 20px 0;
}
.product__related .swiper:hover .swiper-navigation {
  display: block;
}
.product__related .swiper .swiper-navigation {
  display: none;
}
.product__related .swiper .swiper-navigation .swiper-button-next,
.product__related .swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.product__related .swiper .swiper-navigation .swiper-button-next svg,
.product__related .swiper .swiper-navigation .swiper-button-prev svg {
  display: none;
}
.product__related .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.product__related .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.product__related .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.product__related .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.product__related .swiper .swiper-navigation .swiper-button-next:hover,
.product__related .swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.product__related .swiper .swiper-navigation .swiper-button-next::after,
.product__related .swiper .swiper-navigation .swiper-button-prev::after {
  content: url(/_img/_templates_2025/menu_arrow_down.svg);
  rotate: -90deg;
  width: 20px;
  height: 8px;
  line-height: 0;
}
.product__related .swiper .swiper-navigation .swiper-button-prev {
  left: 15px;
}
.product__related .swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.product__related .swiper .swiper-navigation .swiper-button-next {
  right: 15px;
}
.product__tiles_list_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.product__tiles_small .product__tiles_item {
  padding: 25px 30px 17px 30px;
}
.product__tiles_small .product__tiles_body {
  padding: 0px 5px;
}
.product__tiles_small .product__tiles_image_wrapper {
  margin-bottom: 5px;
}
.product__tiles_small .product__tiles_title {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1px;
  height: 48px;
}
.product__tiles_small .product__tiles_manufacturer {
  font-size: 0.75rem;
}
.product__tiles_small .product__tiles_price_wrapper {
  min-height: 40px;
}
.product__tiles_small .product__tiles_price {
  font-size: 0.875rem;
}
.product__tiles_small .product__tiles_price_original {
  font-size: 0.6875rem;
}
.product__tiles_small .product__tiles_footer {
  padding-top: 10px;
}
.product__tiles_small .product__tiles_add_to_basket {
  padding: 5px 30px;
  font-size: 0.875rem;
}
.product__tiles_small .product__tiles_value_spinner_down,
.product__tiles_small .product__tiles_value_spinner_up {
  font-size: 1rem;
  line-height: 1rem;
  height: 30px;
  width: 35px;
  flex: 0 0 35px;
}
.product__tiles_small .product__tiles_value_spinner_input {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.product__tiles_small .product__tiles_value_spinner_message {
  min-height: 34px;
}
.product__tiles_item {
  display: block;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 30px 30px 20px 30px;
  height: 100%;
  background-color: white;
}
.product__tiles_item:hover .product__tiles_image {
  scale: 1.1;
}
.product__tiles_head {
  display: block;
  grid-area: phead;
}
.product__tiles_body {
  padding: 0 10px;
  grid-area: pbody;
}
.product__tiles_footer {
  padding-top: 20px;
  grid-area: pfooter;
}
.product__tiles_footer .button_secondary {
  width: 100%;
}
.product__tiles_actions {
  position: absolute;
  top: 7px;
  left: 12px;
  z-index: 5;
}
.product__tiles_action_favorite {
  width: 17px;
  cursor: pointer;
}
.product__tiles_action_favorite::before {
  content: url(/_img/_svg/heart-border.svg);
}
.product__tiles_action_favorite.set_active::before {
  content: url(/_img/_svg/heart-full.svg);
}
.product__tiles_image_wrapper {
  position: relative;
  margin-bottom: 13px;
  background-color: #f5f5f5;
}
.product__tiles_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 265/195;
  transition: scale 0.2s ease-in-out;
}
.product__tiles_title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  height: 50px;
  overflow: hidden;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.product__tiles_link {
  color: inherit;
}
.product__tiles_link:hover {
  color: inherit;
}
.product__tiles_manufacturer {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.4;
  height: 20px;
  overflow: hidden;
  margin-bottom: 4px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}
.product__tiles_price_wrapper {
  min-height: 55px;
}
.product__tiles_price {
  font-size: 1.25rem;
  font-weight: 700;
  color: #006554;
}
.product__tiles_price_original {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #5F6368;
  text-decoration: line-through;
}
.product__tiles_description {
  display: none;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 20px 0 0 0;
}
.product__tiles_badge_promotion {
  position: absolute;
  top: -5px;
  right: -5px;
}
.product__tiles_badge_promotion img,
.product__tiles_badge_promotion svg {
  width: 32px;
}
.product__tiles_value_spinner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ff914d;
  border-radius: 25px;
  transition: border-color 0.2s ease-in-out;
}
.product__tiles_value_spinner.set_success {
  border-color: green;
}
.product__tiles_value_spinner.set_success * {
  color: green;
}
.product__tiles_value_spinner.set_error {
  border-color: red;
}
.product__tiles_value_spinner.set_error * {
  color: red;
}
.product__tiles_value_spinner_message {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: white !important;
  width: 100%;
  display: none;
  z-index: 10;
  align-items: center;
  min-height: 44px;
}
.product__tiles_value_spinner_message.set_visible {
  display: flex;
}
.product__tiles_value_spinner_down, .product__tiles_value_spinner_up {
  width: 50px;
  height: 40px;
  flex: 0 0 50px;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0;
  color: #ff914d;
  transition: color 0.2s ease-in-out;
  text-align: center;
}
.product__tiles_value_spinner_label {
  display: inline-block;
}
.product__tiles_value_spinner_input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 5px 0;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #ff914d;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
.product__details_sections {
  clear: both;
  margin: 30px 0 50px 0;
}
.product__details_sections > section:nth-child(odd) {
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.product__details_sections .section__header {
  font-size: 1.75rem;
  line-height: 2rem;
}
.product__details_grid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7%;
}
.product__details_col_l {
  flex: 1 1 45%;
}
.product__details_col_r {
  flex: 1 1 50%;
}
.product__details_image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 25px;
  margin-bottom: 20px;
}
.product__details_image_link {
  display: block;
  width: 100%;
  height: 100%;
}
.product__details_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 600/450;
}
.product__details_image_gallery {
  margin: 30px 0;
}
.product__details_image_gallery > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__details_image_gallery a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  max-width: 128px;
  background-color: #f5f5f5;
}
.product__details_image_gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 128/96;
}
.product__details_title {
  font-size: 1.75rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 5px 0 10px 0;
}
.product__details_manufacturer {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin: 5px 0;
}
.product__details_actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 10px 0 30px 0;
}
.product__details_action_favorite {
  width: 18px;
  height: 20px;
  cursor: pointer;
}
.product__details_action_favorite::before {
  content: url(/_img/_svg/heart-border.svg);
}
.product__details_action_favorite.set_active::before {
  content: url(/_img/_svg/heart-full.svg);
}
.product__details_rating {
  display: flex;
  gap: 10px;
  cursor: pointer;
}
.product__details_rating_stars {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product__details_rating_stars > li {
  display: flex;
  align-items: center;
}
.product__details_rating_numbers {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-left: 4px;
}
.product__details_social {
  display: flex;
}
.product__details_social > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.product__details_social > ul > li {
  display: flex;
  align-items: center;
}
.product__details_social > ul > li a {
  display: flex;
  align-items: center;
}
.product__details_description, .product__details_composition {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 22px;
}
.product__details_description_label, .product__details_composition_label {
  font-weight: 700;
}
.product__details_wege {
  margin-top: -10px;
  margin-bottom: 22px;
}
.product__details_wege ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 12px;
  align-items: center;
}
.product__details_wege ul li {
  display: block;
}
.product__details_wege ul img {
  width: 30px;
  height: 30px;
  transition: scale 0.5s ease, filter 0.5s ease;
  filter: grayscale(1);
}
.product__details_wege ul img:hover {
  scale: 1.6;
  filter: grayscale(0);
}
.product__details_price_wrapper {
  margin-bottom: 20px;
}
.product__details_price {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: #006554;
  margin-bottom: 5px;
}
.product__details_price_original {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #2a2a2a;
  text-decoration: line-through;
  margin-bottom: 5px;
}
.product__details .box_widok0_price_omnibus {
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  margin: 10px 0;
}
.product__details_form {
  margin: 30px 0;
}
.product__details_preparation {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.product__details_preparation_label {
  font-weight: 700;
}
.product__details_preparation_group {
  margin: 5px 0;
}
.product__details_preparation_item {
  margin-bottom: 2px;
}
.product__details_preparation_item > label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product__details_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 15px 30px;
  margin-bottom: 15px;
}
.product__details_add_to_basket {
  padding: 5px 30px;
  font-size: 0.875rem;
  width: 190px;
}
.product__details_spinner_wrapper {
  max-width: 190px;
}
.product__details_spinner_label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: none;
}
.product__details_value_spinner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ff914d;
  border-radius: 25px;
  transition: border-color 0.2s ease-in-out;
}
.product__details_value_spinner_message {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.8);
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 400;
  color: white !important;
  width: 100%;
  display: none;
  z-index: 10;
}
.product__details_value_spinner_message.set_visible {
  display: block;
}
.product__details_value_spinner_down, .product__details_value_spinner_up {
  width: 80px;
  height: 30px;
  border: none;
  background-color: transparent;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin: 0 10px;
  color: #ff914d;
  transition: color 0.2s ease-in-out;
}
.product__details_value_spinner_label {
  display: inline-block;
}
.product__details_value_spinner_input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 700;
  color: #ff914d;
  text-align: center;
  transition: color 0.2s ease-in-out;
}

@media (max-width: 576px) {
  .product__tiles_list_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 30px 0;
  }
  .product__tiles_list_grid.product__tiles_small .product__tiles_item {
    padding: 20px 20px 15px 20px;
  }
  .product__tiles_list_grid.product__tiles_small .product__tiles_add_to_basket {
    padding: 5px 10px;
    font-size: 0.75rem;
  }
  .product__tiles_list_grid.product__tiles_small .product__tiles_value_spinner_down,
  .product__tiles_list_grid.product__tiles_small .product__tiles_value_spinner_up {
    width: 25px;
    flex: 0 0 25px;
  }
}
@media (min-width: 768px) {
  .product__details_grid {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .product__highlighted.set_view_top3 .swiper-wrapper {
    align-items: stretch;
  }
  .product__highlighted.set_view_top3 .swiper-slide {
    width: 330px;
    height: unset;
  }
  .product__highlighted.set_view_top3 .swiper-slide-index-0 {
    width: 650px;
    height: unset;
    flex: 1;
  }
  .product__highlighted.set_view_top3 .swiper-slide-index-0 .product__tiles_item {
    display: grid;
    grid-template-areas: "phead pbody" "phead pfooter";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
    gap: 30px;
    height: 100%;
  }
  .product__highlighted.set_view_top3 .swiper-slide-index-0 .product__tiles_image_wrapper {
    margin: 0;
    height: 100%;
  }
  .product__highlighted.set_view_top3 .swiper-slide-index-0 .product__tiles_image {
    aspect-ratio: unset;
  }
  .product__highlighted.set_view_top3 .swiper-slide-index-0 .product__tiles_description {
    display: block;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    display: -webkit-box;
  }
  .product__highlighted.set_view_top3 .swiper-navigation {
    display: none !important;
  }
}
.recipe__highlighted {
  background-color: #f5f5f5;
  padding: 60px 0;
}
.recipe__highlighted .section__header {
  color: #006554;
  text-align: center;
}
.recipe__highlighted_swiper {
  max-width: 1216px;
  margin: 45px auto 40px auto;
}
.recipe__highlighted .swiper:hover .swiper-navigation {
  display: block;
}
.recipe__highlighted .swiper .swiper-navigation {
  display: none;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next svg,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev svg {
  display: none;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next:hover,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next::after,
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev::after {
  content: url(/_img/_templates_2025/menu_arrow_down.svg);
  rotate: -90deg;
  width: 20px;
  height: 8px;
  line-height: 0;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev {
  left: 15px;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.recipe__highlighted .swiper .swiper-navigation .swiper-button-next {
  right: 15px;
}
.recipe__tiles_grid_home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.recipe__tiles_grid_home .recipe__tiles_item {
  aspect-ratio: 400/500;
}
.recipe__tiles_grid_home .recipe__tiles_hero {
  grid-column: span 2;
  aspect-ratio: 400/200;
}
.recipe__tiles_grid_home .recipe__tiles_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.recipe__tiles_grid_home .recipe__tiles_info {
  display: none;
}
.recipe__tiles_list_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin: 30px 0;
}
.recipe__tiles_list_grid .recipe__tiles_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.recipe__tiles_list_grid .recipe__tiles_info {
  display: none;
}
.recipe__tiles_item {
  position: relative;
  border-radius: 25px;
  aspect-ratio: 380/407;
  overflow: hidden;
  color: white;
}
.recipe__tiles_item:hover .recipe__tiles_image {
  scale: 1;
}
.recipe__tiles_action {
  position: absolute;
  z-index: 5;
  top: 7px;
  left: 12px;
}
.recipe__tiles_action_favorite {
  width: 17px;
  cursor: pointer;
}
.recipe__tiles_action_favorite::before {
  content: url(/_img/_svg/heart-border-white.svg);
}
.recipe__tiles_action_favorite.set_active::before {
  content: url(/_img/_svg/heart-full-white.svg);
}
.recipe__tiles_image_wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.recipe__tiles_image_wrapper.set_bg_hero {
  background: #006554 url(/_img/_templates_2025/recipe_hero_bg.svg) repeat center center;
}
.recipe__tiles_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.2s ease-in-out;
  scale: 1.1;
}
.recipe__tiles_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 20px;
}
.recipe__tiles_title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 15px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.recipe__tiles_link {
  color: inherit;
}
.recipe__tiles_link:hover {
  color: inherit;
}
.recipe__tiles_info {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.recipe__tiles_info_item {
  text-align: center;
  width: 71px;
}
.recipe__tiles_info_icon {
  margin-bottom: 5px;
}
.recipe__tiles_info_icon svg {
  height: 22px;
}
.recipe__tiles_info_icon svg path {
  fill: white;
}
.recipe__tiles_info_title {
  font-size: 0.6875rem;
  font-weight: 400;
}
.recipe__tiles_hero a {
  color: white;
}
.recipe__tiles_hero a:hover {
  color: white;
}
.recipe__tiles_hero_content {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60 30px;
}
.recipe__tiles_hero_label {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.25rem;
  letter-spacing: 0.5px;
}
.recipe__tiles_hero_label small {
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}
.recipe__details_sections {
  clear: both;
  margin: 50px 0;
  border-top: 1px solid #dddddd;
}
.recipe__details_grid {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
  grid-template-areas: "img" "desc" "ing";
  gap: 20px;
  margin-bottom: 80px;
}
.recipe__details_col_l {
  grid-area: img;
}
.recipe__details_col_m {
  grid-area: desc;
}
.recipe__details_col_r {
  grid-area: ing;
}
.recipe__details_image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 25px;
}
.recipe__details_image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 456/200;
}
.recipe__details_action {
  position: absolute;
  z-index: 5;
  top: 20px;
  left: 25px;
}
.recipe__details_action_favorite {
  width: 17px;
  cursor: pointer;
}
.recipe__details_action_favorite::before {
  content: url(/_img/_svg/heart-border-white.svg);
}
.recipe__details_action_favorite.set_active::before {
  content: url(/_img/_svg/heart-full-white.svg);
}
.recipe__details_icons {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.recipe__details_icons:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 50px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.recipe__details_icons_item {
  padding: 10px 5px;
}
.recipe__details_icons_icon {
  width: 100%;
  height: 100%;
}
.recipe__details_icons_icon_wrapper {
  height: 27px;
}
.recipe__details_icons_icon_wrapper[data-index="1"] {
  height: 26px;
}
.recipe__details_icons_icon_wrapper[data-index="2"] {
  height: 24px;
}
.recipe__details_icons_icon_wrapper[data-index="3"] {
  height: 27px;
}
.recipe__details_icons_icon_wrapper[data-index="4"] {
  height: 31px;
}
.recipe__details_icons_label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #006554;
  margin-top: 20px;
}
.recipe__details_preparation {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin: 30px 0 15px 0;
}
.recipe__details_preparation_label {
  font-weight: 700;
  margin-bottom: 15px;
}
.recipe__details_ingredients, .recipe__details_marinade {
  background-color: #006554;
  color: white;
  border-radius: 22px;
  padding: 20px 25px;
  margin-bottom: 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.recipe__details_ingredients_label, .recipe__details_marinade_label {
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 576px) {
  .recipe__details_grid {
    grid-template-columns: 35% 60%;
    grid-template-areas: "img desc" "img ing";
    gap: 5%;
  }
  .recipe__details_image {
    aspect-ratio: 456/600;
  }
}
@media (min-width: 768px) {
  .recipe__tiles_grid_home .recipe__tiles_hero_content {
    padding: 60px;
  }
  .recipe__tiles_grid_home .recipe__tiles_hero_label {
    font-size: 2.25rem;
    line-height: 2.875rem;
  }
  .recipe__tiles_grid_home .recipe__tiles_hero_label small {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .recipe__tiles_grid_home .recipe__tiles_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .recipe__tiles_grid_home .recipe__tiles_info {
    display: flex;
  }
  .recipe__tiles_grid_home .recipe__tiles_content {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .recipe__tiles_grid_home {
    grid-template-columns: repeat(3, 1fr);
    gap: 38px;
  }
  .recipe__tiles_grid_home .recipe__tiles_item {
    aspect-ratio: 380/407;
  }
  .recipe__tiles_grid_home .recipe__tiles_hero {
    grid-column: span 1;
    aspect-ratio: 380/407;
  }
}
@media (min-width: 1200px) {
  .recipe__details_grid {
    grid-template-columns: 32% 37% 21%;
    grid-template-areas: "img desc ing";
  }
}
.curiosity {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.curiosity .section__header {
  color: #006554;
  text-align: center;
}
.curiosity__home .swiper:hover .swiper-navigation {
  display: block;
}
.curiosity__home .swiper .swiper-navigation {
  display: none;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next svg,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev svg {
  display: none;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next:hover,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next::after,
.curiosity__home .swiper .swiper-navigation .swiper-button-prev::after {
  content: url(/_img/_templates_2025/menu_arrow_down.svg);
  rotate: -90deg;
  width: 20px;
  height: 8px;
  line-height: 0;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-prev {
  left: 15px;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.curiosity__home .swiper .swiper-navigation .swiper-button-next {
  right: 15px;
}
.curiosity__home .curiosity__tiles_content {
  display: none;
}
.curiosity__tiles_item {
  position: relative;
  border-radius: 25px;
  aspect-ratio: 380/407;
  overflow: hidden;
  color: white;
}
.curiosity__tiles_item:hover .curiosity__tiles_image {
  scale: 1;
}
.curiosity__tiles_image_wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.curiosity__tiles_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: scale 0.2s ease-in-out;
  scale: 1.1;
}
.curiosity__tiles_body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 20px;
}
.curiosity__tiles_title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin: 15px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}
.curiosity__tiles_link {
  color: inherit;
}
.curiosity__tiles_link:hover {
  color: inherit;
}
.curiosity__tiles_content {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

@media (min-width: 768px) {
  .curiosity__home .curiosity__tiles_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
  .curiosity__home .curiosity__tiles_body {
    padding: 30px;
  }
}
.suppliers {
  padding: 60px 0;
}
.suppliers__swiper {
  overflow: hidden;
}
.suppliers__swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 150px;
}
.suppliers__swiper .swiper-logo {
  max-width: 100%;
}

.map__shops {
  width: 100%;
  height: 300px;
}
.map__shops_wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.map__contact {
  width: 100%;
  height: 388px;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .map__shops {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .map__shops {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .map__shops {
    height: 600px;
  }
}
.breadcrumbs {
  margin: 35px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 0.8125rem;
  line-height: 1rem;
  font-size: 400;
  color: #5a5a5a;
}
.breadcrumbs > a {
  color: #b3b2b1;
  text-decoration: none;
}
.breadcrumbs__sign {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #b3b2b1;
}
.breadcrumbs__sign::before {
  content: "|";
}
.breadcrumbs__home {
  color: #b3b2b1;
}
.breadcrumbs__home::before {
  content: url(/_img/_svg/home-border.svg);
  display: block;
  width: 14px;
  height: 14px;
}

.modal_koszyk {
  background: #fff;
  padding: 0px;
  position: relative;
  text-align: left;
  max-width: 700px;
  margin: 20px auto;
  border-radius: 20px;
}

.modal_koszyk_top {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 700;
  padding: 12px 20px;
  border-bottom: 1px solid #b3b2b1;
}

.modal_koszyk_mid {
  padding: 20px;
  clear: both;
}

.modal_koszyk_bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px 15px 20px;
  gap: 5px;
}

.modal_prod {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.modal_prod_img {
  display: inline-block;
  width: 35%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f5f5f5;
}

.modal_prod_img > img {
  width: 100%;
}

.modal_prod_info {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  width: 60%;
}

.modal_prod_name {
  font-size: 18px;
  margin-bottom: 15px;
}

.modal_prod_description {
  padding: 0;
  font-size: 0.875rem;
}

.modal_prod_description > div {
  margin-bottom: 5px;
}

.modal_prod_description > div > span {
  font-weight: bold;
}

.modal_info {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 20px;
  font-size: 0.875rem;
}

.modal_info > div {
  margin-bottom: 5px;
}

.modal_info > div > span {
  font-weight: bold;
}

@media (min-width: 480px) {
  .modal_btn_ok {
    float: right;
  }
}
@media (min-width: 768px) {
  .modal_prod {
    border-bottom: 0;
    border-right: 1px solid #dddddd;
    display: inline-block;
    width: 60%;
    margin: 0;
    padding: 0;
  }
  .modal_info {
    width: 39%;
  }
}
.div_prod_category_table {
  display: table;
  width: 100%;
  margin: 50px 0;
}
.div_prod_category_table .table_row {
  display: table-row;
}
.div_prod_category_table .table_col {
  display: table-cell;
  vertical-align: top;
}
.div_prod_category_table .div_prod_category_menu {
  width: 330px;
  padding-right: 40px;
  display: none;
}

.div_prod_category_menu.active .my_wrapper {
  border-radius: 0;
}
.div_prod_category_menu .my_wrapper {
  background-color: #f5f5f5;
  border: 1px solid #dddddd;
  border-radius: 25px;
  padding: 35px 40px;
}
.div_prod_category_menu .my_header_1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding: 0px 5px 10px 5px;
  text-transform: uppercase;
}
.div_prod_category_menu .my_header_2 {
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.div_prod_category_menu .my_cat_menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.div_prod_category_menu .my_cat_menu > ul li {
  margin-bottom: 5px;
}
.div_prod_category_menu .my_filter_menu {
  margin-bottom: 20px;
  padding: 0px 5px 12px;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: 400;
}
.div_prod_category_menu .my_filter_menu select,
.div_prod_category_menu .my_filter_menu input[type=text],
.div_prod_category_menu .my_filter_button > input {
  width: 100%;
  margin-bottom: 5px;
}
.div_prod_category_menu .my_filter_menu .form-select {
  font-size: 0.875rem;
  padding-left: 18px;
}
.div_prod_category_menu .my_filter_menu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.div_prod_category_menu .my_filter_menu > ul > li {
  display: block;
  margin-bottom: 12px;
}
.div_prod_category_menu .my_filter_menu > ul > li > label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 5px;
}
.div_prod_category_menu .my_filter_menu > ul > li > label > span {
  padding-left: 5px;
}
.div_prod_category_menu .my_filter_menu_link {
  color: #2a2a2a;
}
.div_prod_category_menu .my_filter_menu_link.active {
  font-weight: bold;
}
.div_prod_category_menu .my_close {
  width: 20px;
  height: 20px;
  display: none;
  margin: -15px 10px 10px 10px;
  float: right;
  cursor: pointer;
  background: url(/_img/_templates/close_black.png) no-repeat top left;
}

#div_prod_category_menu.active {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
}
#div_prod_category_menu.active .my_wrapper {
  width: 80%;
  height: 100%;
  background: #fff;
  padding: 30px 10px 10px 10px;
  overflow-y: auto;
}
#div_prod_category_menu.active .my_close {
  display: inline-block;
}

.div_prod_sort_bar {
  display: block;
  margin: 0 0 20px;
  border-bottom: 1px solid #cccccc;
}
.div_prod_sort_bar .my_table {
  display: table;
  margin: 0 0 10px 0;
  width: 100%;
}
.div_prod_sort_bar .my_row {
  display: table-row;
}
.div_prod_sort_bar .my_col_left {
  display: table-cell;
  width: 50%;
  border-right: 1px solid #cccccc;
}
.div_prod_sort_bar .my_col_right {
  display: table-cell;
  width: 50%;
  text-align: right;
}

@media (min-width: 768px) {
  .div_prod_sort_bar .my_col_left {
    display: none;
  }
  .div_prod_category_table .div_prod_category_menu {
    display: table-cell;
  }
  .div_prod_category_table .my_content {
    padding-left: 30px;
  }
}
.select_bar {
  position: relative;
  display: inline-block;
  padding: 0 10px 3px 10px;
  z-index: 30;
}
.select_bar .select_bar_header {
  cursor: pointer;
  font-weight: bold;
  padding-right: 30px;
  background: url(/_img/_templates/select_bar_arrow_down.png) no-repeat 100% 50%;
}
.select_bar.active .select_bar_header {
  background: url(/_img/_templates/select_bar_arrow_up.png) no-repeat 100% 50%;
}
.select_bar .select_bar_header > span {
  color: #006453;
}
.select_bar .select_bar_content {
  position: absolute;
  top: 47px;
  right: 0;
  text-align: left;
  padding: 20px 40px;
  border: 1px solid #cccccc;
  background: #fff;
  display: none;
  min-width: 250px;
}
.select_bar.active .select_bar_content {
  display: block;
}
.select_bar .select_bar_list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select_bar .select_bar_list > ul > li {
  display: block;
}

.div_prod_sort_bar {
  border-bottom: none;
}
.div_prod_sort_bar .my_col_left {
  border-right: 0;
}
.div_prod_sort_bar .select_bar {
  background-color: #f5f5f5;
  border: 1px solid #b3b2b1;
  border-radius: 25px;
  padding: 6px 20px 5px 20px;
}
.div_prod_sort_bar .select_bar.active .select_bar_header::after {
  rotate: -180deg;
}
.div_prod_sort_bar .select_bar_header {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  background: none !important;
  padding: 0;
  display: flex;
  gap: 10px;
}
.div_prod_sort_bar .select_bar_header::after {
  content: url(/_img/_svg/sort-arrow-down.svg);
  transition: rotate 0.2s ease;
}
.div_prod_sort_bar .select_bar_content {
  top: 33px;
  padding: 10px 20px;
  font-size: 0.875rem;
  border: 1px solid #b3b2b1;
  background-color: #f5f5f5;
  width: 100%;
  min-width: 225px;
  border-radius: 25px;
}
.div_prod_sort_bar .select_bar_content a {
  color: #2a2a2a;
}

.page__container {
  margin-bottom: 60px;
  min-height: 100px;
}
.page__container_100vw {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page__content {
  margin: 35px 0;
}
.page__title {
  font-size: 1.5rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin: 5px 0 20px 0;
}
.page__shops-list {
  margin: 30px 0;
}
.page__shops-list_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.page__shops-list_item {
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 20px 25px;
}
.page__shops-list_item p:last-of-type {
  margin-bottom: 0;
}
.page__shops-list_item.set_hero {
  border: none;
  border: 1px solid #006554;
  color: #006554;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.page__shops-list_item.set_hero .page__shops-list_name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400;
  text-align: center;
}
.page__shops-list_name {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.page__shops-list_facebook {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
  vertical-align: sub;
}
.page__shops-list_facebook span {
  display: none;
}
.page__shops-list_facebook::after {
  content: url('data:image/svg+xml,<svg width="11" height="21" viewBox="0 0 11 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.4641 20.9461H6.72688V10.4481H9.4285V7.32582H6.69883V6.63405C6.69883 5.29726 7.28777 4.21287 8.68065 4.21287C9.24154 4.21287 9.68091 4.297 10.0455 4.40918L10.2138 1.14666C9.62482 0.978389 8.90501 0.866211 7.96084 0.866211C6.73622 0.866211 5.25921 1.23079 4.20286 2.23105C2.97825 3.34348 2.47344 5.15704 2.47344 6.80232V7.33517H0.678589V10.4575H2.4641V20.9555V20.9461Z" fill="white"></path></svg>');
  display: inline-block;
  background-color: #006554;
  border-radius: 5px;
  padding: 4px 5px 0px 5px;
}
.page__curiosity_image_wrapper {
  margin-bottom: 20px;
}
.page__curiosity_image {
  width: 100%;
  border-radius: 20px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__curiosity_content_wrapper {
  margin-top: 20px;
}
.page__curiosity_source {
  font-size: 0.75rem;
  font-style: italic;
}
.page__curiosity_button_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin: 30px 0;
}

@media (min-width: 576px) {
  .page__shops-list_grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 50px;
  }
}
@media (min-width: 768px) {
  .page__curiosity_image {
    width: 100%;
    border-radius: 20px;
    max-height: 600px;
  }
  .page__curiosity_content_wrapper {
    margin-left: 20px;
  }
}
.shop__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 35px 0;
}
.shop__pagination_nav {
  padding: 0;
}
.shop__pagination_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.375rem;
  margin: 0;
  padding: 0;
}
.shop__pagination_link {
  color: #b3b2b1;
}
.shop__pagination_current {
  color: #2a2a2a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.shop__pagination_prev {
  display: inline-block;
  padding-right: 5px;
}
.shop__pagination_prev::before {
  content: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.16667 10L1 5.5M1 5.5L5.16667 1M1 5.5L11 5.5" stroke="%23B3B2B1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.shop__pagination_next {
  display: inline-block;
  padding-left: 5px;
}
.shop__pagination_next::before {
  content: url('data:image/svg+xml,<svg width="12" height="11" viewBox="0 0 12 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.83333 1L11 5.5M11 5.5L6.83333 10M11 5.5L1 5.5" stroke="%23B3B2B1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.shop__dropdown_button {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  font-weight: 400;
  padding: 0;
  display: flex;
  gap: 10px;
  background-color: #f5f5f5;
  border: 1px solid #b3b2b1;
  border-radius: 25px;
  padding: 6px 20px 5px 20px;
}
.shop__dropdown_button::after {
  content: url(/_img/_svg/sort-arrow-down.svg);
  transition: rotate 0.2s ease;
  border: none;
}
.shop__dropdown_button.show::after {
  rotate: -180deg;
}
.shop__dropdown_menu {
  padding: 5px 10px;
  font-size: 0.875rem;
  border: 1px solid #b3b2b1;
  background-color: #f5f5f5;
  width: 100%;
  border-radius: 25px;
}
.shop__dropdown_menu a {
  color: #2a2a2a;
  margin: 0;
  padding: 3px 10;
}
.shop__basket_table {
  width: 100%;
  margin: 20px 0;
}
.shop__basket_table thead {
  display: none;
}
.shop__basket_table_row {
  border-bottom: 1px solid #dddddd;
}
.shop__basket_table th {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.shop__basket_table_col {
  padding: 16px 10px;
}
.shop__basket_table_col_label {
  display: none;
}
.shop__basket_table_col_unit, .shop__basket_table_col_quantity, .shop__basket_table_col_delete {
  text-align: center;
}
.shop__basket_table_col_price, .shop__basket_table_col_total {
  text-align: right;
}
.shop__basket_table_col_delete {
  display: none;
}
.shop__basket_table_image {
  width: 120px;
  height: 100px;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 120/100;
  border-radius: 20px;
}
.shop__basket_table_image_wrapper {
  position: relative;
  display: block;
  max-width: 120px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.shop__basket_table_product {
  display: flex;
  align-items: center;
  gap: 35px;
}
.shop__basket_table_product_price {
  font-size: 0.75rem;
  margin-top: 5px;
}
.shop__basket_table_product_delete {
  flex: 0 0 18px;
}
.shop__basket_table_product_delete img {
  width: 18px;
}
.shop__basket_table_name {
  display: block;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 4px;
}
.shop__basket_table_manufacturer {
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-weight: 700;
}
.shop__basket_table_preparation {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.shop__basket_table_preparation_group {
  margin: 5px 0;
}
.shop__basket_table_preparation_item {
  margin-bottom: 2px;
}
.shop__basket_table_preparation_item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop__basket_table_preparation_item input span {
  transition: color 0.2s ease-in-out;
}
.shop__basket_table_preparation_item input.set_success + span {
  color: green;
}
.shop__basket_table_preparation_item input.set_error + span {
  color: red;
}
.shop__basket_table_quantity {
  width: 135px;
  margin: 0 auto;
}
.shop__basket_table_delete {
  display: inline-block;
  margin-bottom: 5px;
}
.shop__basket_table_delete img {
  width: 18px;
}
.shop__basket_footer {
  margin: 30px 0 50px 0;
}
.shop__basket_footer_grid {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 50px;
}
.shop__basket_discount_code_form {
  display: block;
  margin-bottom: 10px;
}
.shop__basket_discount_code_form_group {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.shop__basket_discount_code_input {
  border: 1px solid #dddddd;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 10px 45px 10px 25px;
  font-size: 1rem;
  line-height: 1.1875rem;
  min-width: 220px;
}
.shop__basket_discount_code_input::-moz-placeholder {
  color: #8d8d8d;
}
.shop__basket_discount_code_input::placeholder {
  color: #8d8d8d;
}
.shop__basket_discount_code_input:focus, .shop__basket_discount_code_input:focus-visible {
  border-color: #006554;
}
.shop__basket_discount_code_button {
  min-width: 148px;
  padding: 7px 30px;
}
.shop__basket_total_grid {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 25px;
}
.shop__basket_total_price1 {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #5a5a5a;
}
.shop__basket_total_price2 {
  font-size: 1.625rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.shop__basket_total_min_msg {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: red;
  margin-bottom: 20px;
}
.shop__basket_total_info_msg {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #006554;
  margin-bottom: 20px;
}
.shop__basket_total_discount_msg {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  font-weight: 400;
  margin: 20px 0;
}
.shop__basket_total_submit_form {
  margin-bottom: 20px;
}
.shop__basket_total_submit_button {
  width: 100%;
}
.shop__basket_back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin: 10px 0;
}
.shop__basket_back_link {
  color: #2a2a2a;
}
.shop__basket_back::before {
  content: url(/_img/_svg/arrow-back.svg);
  height: 17px;
  width: 15px;
}
.shop__basket_summary_data {
  margin: 20px 0 30px 0;
}
.shop__basket_summary_data label {
  font-weight: 700;
}
.shop__basket_summary_data > div:nth-child(even) {
  background-color: #f5f5f5;
}
.shop__basket_summary_data .row {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
.shop__delivery_header, .shop__payment_header {
  margin: 35px 0 20px;
}
.shop__delivery_acc, .shop__payment_acc {
  margin: 20px 0;
}
.shop__delivery_acc .accordion-item, .shop__payment_acc .accordion-item {
  border: 1px solid #dddddd;
  border-radius: 20px;
  margin: 6px 0;
  overflow: hidden;
}
.shop__delivery_acc .accordion-item.set_active, .shop__payment_acc .accordion-item.set_active {
  border-color: #006554;
}
.shop__delivery_acc .accordion-button, .shop__payment_acc .accordion-button {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.shop__delivery_acc .accordion-button:not(.collapsed), .shop__payment_acc .accordion-button:not(.collapsed) {
  color: #006554;
  background-color: rgba(0, 101, 84, 0.1);
  font-weight: 700;
}
.shop__delivery_acc_name, .shop__payment_acc_name {
  flex: 1 1 auto;
}
.shop__delivery_acc_price, .shop__payment_acc_price {
  font-weight: 700;
}
.shop__delivery_acc_image, .shop__payment_acc_image {
  height: 30px;
}
.shop__delivery_acc_image img, .shop__payment_acc_image img {
  max-width: 100%;
  max-height: 100%;
}
.shop__delivery_acc .my_bank_list, .shop__payment_acc .my_bank_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}
.shop__delivery_acc .my_bank_list > li, .shop__payment_acc .my_bank_list > li {
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop__delivery_acc .my_bank_list .my_logo, .shop__payment_acc .my_bank_list .my_logo {
  width: 100%;
  height: 50px;
}
.shop__delivery_acc .my_bank_list .my_logo img, .shop__payment_acc .my_bank_list .my_logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop__delivery_acc .my_bank_list .my_name, .shop__payment_acc .my_bank_list .my_name {
  margin-top: 5px;
  font-size: 0.75rem;
  font-weight: 700;
}

@media (max-width: 992px) {
  .shop__basket_table_row {
    display: grid;
    grid-template-areas: "name name" "prep prep" "qty total";
    align-items: center;
    padding: 10px 0;
  }
  .shop__basket_table_col {
    font-size: 0.875rem;
    padding: 10px;
  }
  .shop__basket_table_col_label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
  }
  .shop__basket_table_col_name {
    grid-area: name;
  }
  .shop__basket_table_product {
    gap: 22px;
  }
  .shop__basket_table_name {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .shop__basket_table_col_preparation {
    grid-area: prep;
    display: flex;
    align-items: center;
  }
  .shop__basket_table_preparation {
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .shop__basket_table_preparation_group {
    display: flex;
    gap: 15px;
  }
  .shop__basket_table_col_unit {
    grid-area: unit;
    text-align: center;
    display: none;
  }
  .shop__basket_table_col_price {
    grid-area: price;
    display: none;
    align-items: center;
    justify-content: end;
  }
  .shop__basket_table_col_quantity {
    grid-area: qty;
  }
  .shop__basket_table_col_total {
    grid-area: total;
    text-align: center;
  }
  .shop__basket_table_col_delete {
    grid-area: del;
  }
  @supports (-webkit-touch-callout: none) {
    .shop__basket_table_quantity {
      width: 160px;
    }
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .shop__basket_table_row {
    display: grid;
    grid-template-areas: "name name prep price" "del qty unit total";
  }
  .shop__basket_table_col_unit {
    display: block;
  }
  .shop__basket_table_col_price {
    display: flex;
  }
  .shop__basket_table_preparation {
    margin: 0;
  }
  .shop__basket_table_preparation_group {
    display: block;
  }
  .shop__basket_table_col_total {
    text-align: right;
  }
}
@media (min-width: 576px) {
  .shop__basket_table_product_price {
    display: none;
  }
  .shop__basket_table_product_delete {
    display: none;
  }
  .shop__basket_table_col_delete {
    display: table-cell;
  }
  .shop__basket_discount_code_form {
    display: inline-block;
  }
  .shop__basket_discount_code_form_group {
    flex-direction: row;
  }
  .shop__basket_total_grid {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .shop__basket_table thead {
    display: table-row-group;
  }
  .shop__basket_footer {
    margin: 30px 0 100px 0;
  }
  .shop__basket_footer_grid {
    flex-direction: row;
  }
  .shop__basket_total {
    flex: 0 0 50%;
  }
}
@media (min-width: 1200px) {
  .shop__basket_total {
    flex: 0 0 43%;
  }
}
.range-slider {
  position: relative;
  height: 10px;
  margin: 25px 0 15px 0;
}

.range-slider input[type=range] {
  position: absolute;
  width: 100%;
  height: 3px;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: #006554;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: #006554;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: transparent;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-track {
  height: 3px;
  background: transparent;
  border-radius: 3px;
}

.range-track {
  position: absolute;
  height: 1px;
  background: #b3b2b1;
  border-radius: 3px;
  top: 1px;
  width: 100%;
}

.range-selected {
  position: absolute;
  height: 3px;
  background-color: #006554;
  border-radius: 3px;
}

#rangeMin {
  z-index: 1;
}

#rangeMax {
  z-index: 2;
}

.range-slider-inputs input::-webkit-outer-spin-button,
.range-slider-inputs input::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}
.range-slider-inputs .my_label,
.range-slider-inputs .input-group-text {
  font-size: 14px;
}
.range-slider-inputs input[type=number] {
  -moz-appearance: textfield;
  font-size: 0.8125rem;
  padding: 2px 8px;
}
.range-slider-inputs .input-group-text {
  padding: 0px 0px 0px 8px;
  background-color: transparent;
  border: none;
}

.lista_przepisow .my_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 10px 20px;
}
.lista_przepisow .my_item {
  text-align: center;
}

.kafelki_15 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 40px 30px;
}
.kafelki_15 .my_item,
.kafelki_15 .my_frame {
  position: relative;
  color: #2a2a2a;
}
.kafelki_15 .my_item a,
.kafelki_15 .my_frame a {
  color: #2a2a2a;
}
.kafelki_15 .my_img {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 25px;
}
.kafelki_15 .my_img::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.kafelki_15 .my_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 400/300;
}
.kafelki_15 .my_date {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 12px 30px;
  color: white;
  text-align: right;
}
.kafelki_15 .my_title {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.kafelki_15 .my_text {
  font-size: 0.875rem;
  font-weight: 400;
}

.lista_dostawcow {
  text-align: center;
}
.lista_dostawcow h2 {
  text-align: center;
  margin: 20px 0;
  font-size: 1.5rem;
  font-weight: 700;
}
.lista_dostawcow a {
  display: inline-block;
}
.lista_dostawcow .my_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .lista_dostawcow .my_wrapper {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  }
}
.lista_dostawcow .my_item {
  position: relative;
  margin-bottom: 30px;
}
.lista_dostawcow .my_title {
  font-weight: 700;
  color: #2a2a2a;
  margin: 10px 0;
}

.kafelki_27 {
  margin-top: 30px;
}
.kafelki_27 > .container {
  max-width: 100%;
}
.kafelki_27 .curiosity {
  background-color: transparent;
  padding: 0;
  position: relative;
  margin-bottom: 25px;
}
.kafelki_27 .my_image_container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.kafelki_27 .my_image_container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  z-index: 1;
}
.kafelki_27 .my_image_container img {
  width: 100%;
  height: auto;
}
.kafelki_27 .my_text_container {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 20px 32px;
}
.kafelki_27 .my_text_container .my_header {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.kafelki_27 .my_text_container .my_header a {
  color: white;
}
.kafelki_27 .my_text_container .my_content {
  color: #fff;
  font-style: italic;
  line-height: 1.2em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.kafelki_27 .my_text_container .my_link {
  text-align: right;
  font-size: 1.375rem;
  color: white;
  display: none;
}
.kafelki_27 .my_text_container .my_link a {
  color: white;
}

.form_star {
  color: red;
}

.has-error {
  color: red;
}
.has-error label {
  color: red;
}

.form-control,
.form-select {
  border-radius: 20px;
}