#main {
  background-image: url(/obrazek/3/bg-img-webp/);
  background-position: center;
  background-size: contain;
}

.text-balance {
  text-wrap: balance;
}

.section-header h2 {
  text-align: center;
  border: 4px solid rgb(121, 157, 70);
  width: fit-content;
  margin: auto;
  padding: 15px 30px;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');


:root {
  --in-primary: #799D46;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  /*--bs-body-line-height: 1.625;*/

  /*font-family*/
  --bs-body-font-family: "Inter", sans-serif;
  --in-heading-font-family: "Inter", sans-serif;

  --in-body-color: color-mix(in hsl, var(--bs-body-color), var(--bs-body-bg) 30%);
}

.article-item {
  padding: 0;
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .1);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .1);
}

.article-item__thumbnail, .product-item__thumbnail, .category__thumbnail {
  display: block;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
}

.article-item__title {
  font-size: 1.5rem;
  padding: 0 1.2rem;
}

.article-item__details {
  padding: 0 1.2rem;
}

.article-item__perex {
  padding: 0 1.2rem 1rem 1.2rem;
}

.section-container.section-title.section-bg, .custom-motive .section-container.section-bg {
  position: relative;
}

.section-container.section-title.section-bg::before, .custom-motive .section-container.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.4),
    rgba(0,0,0,.0)
  );
  z-index: 0;
}

.custom-motive .section-container.section-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.8),
    rgba(0,0,0,.2)
  );
  z-index: 0;
}

.section-container.section-title.section-bg .row, .custom-motive .section-container.section-bg .row {
  position: relative;
  z-index: 1;
}

.section-container.section-title.section-bg h1,
.section-container.section-title.section-bg p {
  text-shadow: 0 2px 10px rgba(0,0,0,.65);
}

body {
  color: var(--in-body-color);
}

b, strong {
  font-weight: 600;
  color: var(--bs-body-color);
}

hr {
  opacity: .1;
}

#main {
  padding-bottom: 0;
  padding-top: 0;
  /*background-color: rgba(var(--bs-body-color-rgb), 0.01);*/
  background-color: color-mix(in hsl, var(--bs-body-bg), var(--bs-body-color) 2%);
}

.main>.container:first-child, .main>.motive__motto:first-child, .container--article, #main {
  padding-bottom: 0;
}

/* ----- TYPOGRAPHY ----- */
/*===========================================================================*/
h6, .h6, h5, .h5, h4, .cart-form__title, .account-form__title, .h4, h3, .h3, h2, .h2, h1, .h1, .motto__title {
  color: var(--bs-body-color);
  font-family: var(--in-heading-font-family);
  font-weight: 600;
  margin-bottom: 0.5em;

}

h1,.h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}

@media(min-width: 1200px) {
  h1,.h1 {
    font-size: 4rem;
  }
}

h2,.h2 {
  font-size: 2rem;
  text-transform: uppercase;
}

@media(min-width: 1200px) {
  h2,.h2 {
    font-size: 2.5rem;
  }
}

h3,.h3 {
  font-size: 1.5rem;
}

@media(min-width: 1200px) {
  h3,.h3 {
    font-size: 2rem;
  }
}

h4,.cart-form__title,.account-form__title,.h4 {
  font-size: 1rem;
}

@media(min-width: 1200px) {
  h4,.cart-form__title,.account-form__title,.h4 {
    font-size: 1.25rem;
  }
}

.section--header h1,.section--header .h1,.section-title h1,.section-title .h1 {
  font-size: 2.5rem;
}

@media(min-width: 1200px) {
  .section--header h1,.section--header .h1,.section-title h1,.section-title .h1 {
    font-size: 4rem;
  }
}

.container--article p+h2, .container--article p+.h2 {
  margin-top: 1rem;
}

.container--article h1+p, .container--article .h1+p {
  margin-top: clamp(1rem, 4vw, 2.5rem);
}

.section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-top-text h3, .section-3-col-top-text .h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

/* ----- HEADER ----- */
/*===========================================================================*/
.header {
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / 0.08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / 0.08);
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
}

.navbar {
  max-width: 1800px;
  margin: auto;
  row-gap: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar__menu-list {
  /*align-items: center;*/
  column-gap: 0.5rem;
}

.navbar__menu-link {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

/* contactus */
.contactus-wrap {
  background-color: rgba(var(--bs-primary-rgb), 1);
}

.contactus__phone, .contactus__email, .contactus__phone-link, .contactus__phone-link:hover, .contactus__email-link, .contactus__email-link:hover {
  color: white;
}

@media (max-width: 991.98px) {
  .contactus::after {
    background-color: transparent;
  }
}

.navbar__brand-logo-img {
  max-width: unset;
  max-height: 6rem;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-height: 8rem;
  }
}

.navbar__brand {
  position: relative;
}

.navbar__brand-title {
  position: absolute !important;
  top: 0;
}


/* ----- MOTIVE ----- */
/*===========================================================================*/
body:not(#index) .motive,
body:not(#index) .motive.fullscreen {
  display: none;
}

@media (min-width: 576px) {
  .motive {
    height: 45rem;
  }
}

@media (min-width: 576px) {
  .custom-motive, body:not(#index) .custom-motive {
    height: auto;
  }
}

.motive__overlay {
  /*background: linear-gradient(
  to right,
  rgba(0,0,0,.6),
  rgba(0,0,0,.2)
  );*/

  background: 
    linear-gradient(
      to right,
      rgba(0,0,0,.5),
      rgba(0,0,0,.1)
    );
  opacity: 1;
}

.motto {
  max-width: 55em;
}

.motive__motto {
  justify-content: flex-start;
  text-align: left;
}

.motto__title, .motto__text {
  text-shadow: unset;
}

.motto__title {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.01em;
  margin-bottom: .5em;
  text-wrap: balance;
}

@media (min-width: 768px) {
  .motto__title {
    font-size: 5.5rem;
  }
}

.motto__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  text-wrap: balance;
  font-family: var(--bs-body-font-family);
}

@media (min-width: 768px) {
  .motto__text {
    font-size: 22px;
  }
}

.motto__button-link {
  margin-top: 2.5rem;
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 0rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background-color: #f97415;
  color: white;
  border-color: #f97415;
}

@media (min-width: 768px) {
  .motto__button-link {
    font-size: 18px;
    padding: 14px 28px;
  }
}

.motto__button-link:hover {
  background-color: white;
  color: black;
  border-color: black;
}

/* ----- BUTTONS ----- */
/*===========================================================================*/
.btn {
  font-size: 16px;
  padding: 12px 28px;
  border-radius: 30rem;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-family: "Oswald", sans-serif;
  /*letter-spacing: 0.05em;*/
}

/* ----- SECTIONS ----- */
/*===========================================================================*/
section, .section {
  padding-top: clamp(3rem, 6vw, 6rem);
  padding-bottom: clamp(3rem, 6vw, 6rem);
}

@media (max-width: 575.98px) { 
  .section-2-col-right-text>.row, .section-2-col-left-text>.row {
    flex-direction: column-reverse;
    --bs-gutter-y: 2rem;
  } 
}

@media (min-width: 576px) {
  .section-2-col-right-text>.row, .section-2-col-left-text>.row {
    --bs-gutter-x: 4.5rem;
  }
}

.section-3-col-bottom-text, .section-3-col-top-text {
  align-items: stretch;
}

.section-2-col-left-text .section-content>img, .section-2-col-right-text .section-content>img {
  border-radius: 1rem;
}

.section-3-col-bottom-text .section-cell-parent, .section-3-col-top-text .section-cell-parent {
  justify-content: center;
}

.section-3-col-bottom-text.cell-borders .section-cell-item, .section-3-col-top-text.cell-borders .section-cell-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 1rem;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  padding: 2rem;
  text-align: left;
}

@media (min-width: 992px) {
  .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
    max-width: unset;
  }
}

.section-3-col-bottom-text img {
  border-radius: 0;
  margin-bottom: 1.5rem;
}

.section-3-col-top-text img {
  border-radius: 0;
}

/*.section-3-col-bottom-text.cell-borders .section-cell-img img, .section-3-col-top-text.cell-borders .section-cell-img img {
margin-top: 0;
background-color: rgba(var(--bs-primary-rgb), 0.05);
border-radius: 0;
padding: 0.75rem;
}*/

.section-3-col-bottom-text.cell-img-borders .section-cell-img {
  width: 100px;
  height: 75px;
  /*border: 8px solid var(--bs-body-bg);*/
  border: unset;
  margin-top: -70px;
  border-radius: 0;
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
}

.section-3-col-bottom-text.cell-img-borders .section-cell-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  padding: 2rem;
}

.section-3-col-bottom-text.cell-borders .section-cell-item:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
}

.section-services li, .section--services li {
  background-color: var(--bs-body-bg);
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 0;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  border-left: 3px solid var(--bs-primary);
}

/*accordion*/
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.accordion.section-cell-parent {
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

.accordion-button, .accordion-button:not(.collapsed) {
  background-color: var(--bs-body-bg);
}

.accordion-item {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
}

.accordion-button {
  font-size: 1.3rem;
  padding: 1.5rem;
}

/*carousel*/
.carousel {
  border-radius: 0;
  overflow: hidden;
}

/* ----- CATEGORIES ----- */
/*===========================================================================*/
.categories--root .category__thumbnail {
  border-radius: 1rem;
  overflow: hidden;
}

.categories--root .category {
  background-color: var(--bs-body-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 1rem;
  -webkit-box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

/* ----- FORM ----- */
/*===========================================================================*/
.form-control, .add-comment__input, .cart-form__input, .promo-code__input, .account-form__input, .search-form__input, .user-form__input, .locked__input, .navbar__search-input {
  background-color: rgba(var(--bs-primary-rgb), 0.03);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.15);
  border-radius: 0.5rem;
}

.user-form {
  border-radius: 1rem;
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  background-color: var(--bs-body-bg);
}

.user-form__label {
  color: var(--bs-body-color);
}

/* ----- GALLERY ----- */
/*===========================================================================*/
.gallery__item-img {
  border-radius: 1rem;
}

.gallery-detail #main {
  padding-bottom: 5rem;
}

/* ----- TABLE ----- */
/*===========================================================================*/
/*.table-responsive {
box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
padding: 2rem;
border-radius: 0;
border: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
background-color: var(--bs-body-bg);
margin-bottom: 1rem;
}

@media (min-width: 768px) {
.table>:not(:first-child) {
border-color: #e9ecef;
}
}

.table>:not(:first-child) {
border-top: 1px solid currentColor;
}

@media (min-width: 768px) {
.table td {
border-color: transparent;
}
}*/

/* ----- CUSTOM ----- */
/*===========================================================================*/
.item-box {
  outline: 1px solid rgba(var(--bs-body-color-rgb), 0.07);
  border-radius: 1rem;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
  background-color: rgba(var(--bs-body-bg-rgb), 1);
}

#map iframe {
  outline: 2px solid rgba(var(--bs-body-bg-rgb), 1);
  border-radius: 1rem;
  -webkit-box-shadow:  0 4px 20px -4px hsla(30 20% 20% / .08);
  box-shadow: 0 4px 20px -4px hsla(30 20% 20% / .08);
}

/* ----- FOOTER ----- */
/*===========================================================================*/
.footer p {
  margin: 0;
}

.footer .h6 {
  color: var(--bs-light);
  font-weight: 600;
}

.footer .logo-img {
  max-width: 200px;
  height: auto;
  margin-bottom: 2rem;
}

.footer .logo-text {
  margin-top: 2rem;
  max-width: 300px;
  text-wrap: pretty;
}

.footer, .footer a {
  color: rgba(var(--bs-light-rgb), 0.6);
  font-size: 15px;
}

.footer a:hover {
  color: var(--bs-light);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bs-primary);
  text-decoration-color: var(--bs-primary);
  text-underline-offset: 3px;
}

.footer .social-icons > li > a > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(0.6);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(0.6);
  -webkit-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}

.footer .social-icons > li > a:hover > img {
  -webkit-filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
  filter: saturate(0%) brightness(0%) invert(100%) opacity(1);
}

.container--article .col-text, .container--article .section--header, .container--article .section--text, .container--article .section-blank, .container--article .section-title, .container--article .section-header, .container--article .section-cta, .container--article .col-text.section-bg-light>*, .container--article .col-text.section-bg>*, .container--article .section--header.section-bg-light>*, .container--article .section--header.section-bg>*, .container--article .section--text.section-bg-light>*, .container--article .section--text.section-bg>*, .container--article .section-blank.section-bg-light>*, .container--article .section-blank.section-bg>*, .container--article .section-title.section-bg-light>*, .container--article .section-title.section-bg>*, .container--article .section-header.section-bg-light>*, .container--article .section-header.section-bg>*, .container--article .section-cta.section-bg-light>*, .container--article .section-cta.section-bg>*, .section--3-col-text-bottom h3, .section--3-col-text-bottom p, .section--3-col-text-top h3, .section--3-col-text-top p, .comments, .top-products__title, .active-category__title, .perex, .section-perex, .sitemap, .product-page__description .section-dynamic[data-dynamic-type="folder"], .col-text.section-bg-light>*, .col-text.section-bg>*, .section--header.section-bg-light>*, .section--header.section-bg>*, .section--text.section-bg-light>*, .section--text.section-bg>*, .section-blank.section-bg-light>*, .section-blank.section-bg>*, .section-title.section-bg-light>*, .section-title.section-bg>*, .section-header.section-bg-light>*, .section-header.section-bg>*, .section-cta.section-bg-light>*, .section-cta.section-bg>*, .section-pricelist.section-bg-light>*, .section-pricelist.section-bg>*, .col-text, .section--header, .section--text, .section-blank, .section-title, .section-header, .section-cta, .section-pricelist, .section-3-col-bottom-text h3, .section-3-col-bottom-text .h3, .section-3-col-bottom-text p, .section-3-col-top-text h3, .section-3-col-top-text .h3, .section-3-col-top-text p {
  max-width: unset;
}


/* Tables
====================================================================== */
table {
  font-size: calc(.12vw + 1rem);
}

td {
  border-style: dashed;
}

thead th {
  font-weight: 700;
}

thead th h1, thead th h2, thead th h3, thead th h4, thead th h5, thead th h6, thead th p {
  margin-bottom: 0;
}

th {
  border-bottom: 1px dashed #be5404;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .9375rem;
  color: #be5404;
}

.table > :not(:first-child) {
  border-top: none;
}

.daily-menu td:nth-last-child(3) {
  width: 1em;
}

.section-menu td:nth-last-child(3) {
  width: 4em;
}

.frontend .daily-menu,
.frontend .section-menu,
.frontend .section-allergens {
  max-width: 50rem;
  margin: auto;
}

.daily-menu td p,
.section-menu td p {
  margin-bottom: 0;
}

.daily-menu td:last-child,
.section-menu td:last-child {
  min-width: 4em;
}

.section-allergens {
  padding: 3rem;
  border: 1px dashed var(--primary);
  background: rgba(var(--primary-rgb), 0.025);
  border-radius: .5rem;
}

@media (max-width: 575.98px) {
  .section-allergens {
    padding: 1.5rem;
  }
}

.section-allergens table {
  font-size: .875rem;
  margin-bottom: 0;
}

.section-allergens table td:nth-last-child(2) {
  width: 2em;
}

.article-item__title {
  font-size: 1.5rem;
  padding: 0 1.2rem;
  text-transform: uppercase;
}