@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@keyframes borderExpand {
  0% {
    border-width: 0; }
  50% {
    border-width: 10px;
    /* Pośredni efekt dla środkowego borderu */ }
  100% {
    border-width: 3px;
    /* Maksymalna szerokość dla zewnętrznego borderu */ } }
.listing-product-menu > p {
  margin-top: 10px; }
.listing-product-menu .one-product {
  display: block;
  margin-top: 20px;
  border-radius: 14px;
  box-shadow: inset 0 0 60.5px rgba(0, 0, 0, 0.52);
  border: 1px solid #e1a570;
  z-index: 1;
  position: relative;
  background-color: var(--page-bg-color); }
  .listing-product-menu .one-product .one-product-wrapper {
    display: flex; }
  .listing-product-menu .one-product .photo .image {
    margin: 0; }
  .listing-product-menu .one-product .photo img {
    min-width: 200px;
    width: 200px;
    height: 200px;
    border-radius: 16px; }
  .listing-product-menu .one-product .text {
    padding-left: 25px;
    padding-right: 15px; }
    .listing-product-menu .one-product .text .text-inner {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    .listing-product-menu .one-product .text .product-title {
      font-size: 22rem;
      font-weight: 500;
      font-style: italic;
      font-family: "Playfair Display", sans-serif; }
    .listing-product-menu .one-product .text .product-desc {
      opacity: 0.780;
      font-size: 16rem;
      font-weight: 300; }
    .listing-product-menu .one-product .text .product-price {
      font-size: 25rem;
      font-weight: 500;
      font-style: italic;
      font-family: "Playfair Display", sans-serif; }
  .listing-product-menu .one-product:hover {
    box-shadow: inset 0 0 60.5px #89898985; }

.restaurant-menu {
  background-color: var(--page-bg-color);
  padding-bottom: 80px; }
  .restaurant-menu #search-product-menu-listing {
    padding-left: 50px;
    background-image: url("/img/search.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 19px; }
  .restaurant-menu .menu-categories-buttons {
    display: flex;
    margin-bottom: 40px;
    padding-top: 2px; }
    .restaurant-menu .menu-categories-buttons .btn {
      color: var(--primary-text);
      padding: 0;
      padding-bottom: 2px;
      position: relative;
      font-weight: 400;
      font-size: 16rem;
      letter-spacing: 2px; }
      .restaurant-menu .menu-categories-buttons .btn.active:after {
        width: 100%; }
      .restaurant-menu .menu-categories-buttons .btn:first-child {
        margin-right: 60px; }
      .restaurant-menu .menu-categories-buttons .btn:hover, .restaurant-menu .menu-categories-buttons .btn:focus {
        transform: none; }
        .restaurant-menu .menu-categories-buttons .btn:hover:after, .restaurant-menu .menu-categories-buttons .btn:focus:after {
          width: 100%; }
      .restaurant-menu .menu-categories-buttons .btn:after {
        content: " ";
        display: block;
        width: 0%;
        height: 2px;
        background-color: var(--primary-text);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: absolute;
        bottom: 0;
        left: 0; }
  .restaurant-menu .menu-categories-list ul {
    list-style: none;
    padding-left: 0; }
    .restaurant-menu .menu-categories-list ul li:before {
      display: none; }
    .restaurant-menu .menu-categories-list ul li.bargain .btn {
      background: linear-gradient(19deg, #e7b584 0%, #fcedcb 50%, #bf8051 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      color: transparent;
      font-size: 20rem; }
    .restaurant-menu .menu-categories-list ul li .btn {
      color: var(--primary-text);
      padding: 0;
      padding-bottom: 2px;
      font-size: 18rem;
      font-weight: bold;
      font-style: italic;
      font-family: "Playfair Display", sans-serif;
      text-transform: initial;
      position: relative;
      text-align: left; }
      .restaurant-menu .menu-categories-list ul li .btn.active:after {
        width: 100%; }
      .restaurant-menu .menu-categories-list ul li .btn:hover, .restaurant-menu .menu-categories-list ul li .btn:focus {
        transform: none; }
        .restaurant-menu .menu-categories-list ul li .btn:hover:after, .restaurant-menu .menu-categories-list ul li .btn:focus:after {
          width: 100%; }
      .restaurant-menu .menu-categories-list ul li .btn:after {
        content: " ";
        display: block;
        width: 0%;
        height: 2px;
        background-color: var(--primary-text);
        transition: 0.3s;
        -webkit-transition: 0.3s;
        position: absolute;
        bottom: 0;
        left: 0; }

@media (max-width: 450px) {
  .listing-product-menu {
    justify-content: center; }
    .listing-product-menu .one-product {
      width: 300px;
      max-width: 100%; }
      .listing-product-menu .one-product .one-product-wrapper {
        flex-direction: column; }
      .listing-product-menu .one-product .photo img {
        min-width: 100%;
        width: 100%;
        height: auto;
        object-fit: cover; } }
@media (min-width: 450px) and (max-width: 575.5px) {
  .listing-product-menu .one-product {
    width: calc(50% - 5px); }
    .listing-product-menu .one-product:nth-child(even) {
      margin-left: 5px; }
    .listing-product-menu .one-product:nth-child(odd) {
      margin-right: 5px; }
    .listing-product-menu .one-product .one-product-wrapper {
      flex-direction: column; } }
@media (max-width: 575.5px) {
  .restaurant-menu .menu-categories-buttons {
    margin-top: 30px;
    margin-bottom: 0; }
    .restaurant-menu .menu-categories-buttons .btn:before {
      display: block;
      content: "";
      width: 13px;
      height: 7px;
      background-image: url(/img/caret.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 10px; }
  .restaurant-menu .menu-categories-list {
    margin-top: 30px; }
    .restaurant-menu .menu-categories-list ul {
      display: none; }
  .restaurant-menu .menu-items {
    margin-top: 30px; }

  .listing-product-menu {
    display: flex;
    flex-wrap: wrap; }
    .listing-product-menu .one-product .one-product-wrapper {
      flex-direction: column;
      height: 100%; }
    .listing-product-menu .one-product .photo img {
      min-width: 100%;
      width: 100%;
      height: auto;
      object-fit: cover; }
    .listing-product-menu .one-product .text {
      height: 100%;
      padding-left: 10px;
      padding-right: 10px; } }
@media (min-width: 576px) and (max-width: 767.5px) {
  .restaurant-menu .menu-categories-buttons {
    margin-top: 30px;
    margin-bottom: 0; }
    .restaurant-menu .menu-categories-buttons .btn:before {
      display: block;
      content: "";
      width: 13px;
      height: 7px;
      background-image: url(/img/caret.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 10px; }
  .restaurant-menu .menu-categories-list {
    margin-top: 30px; }
    .restaurant-menu .menu-categories-list ul {
      display: none; }
  .restaurant-menu .menu-items {
    margin-top: 30px; } }
@media (min-width: 768px) and (max-width: 991.5px) {
  .restaurant-menu {
    padding-bottom: 100px; }
    .restaurant-menu .menu-categories-buttons .btn {
      letter-spacing: 1px; }
      .restaurant-menu .menu-categories-buttons .btn:first-child {
        margin-right: 15px; } }
@media (min-width: 992px) and (max-width: 1199.5px) {
  .restaurant-menu .menu-categories-buttons .btn {
    letter-spacing: 1px; }
    .restaurant-menu .menu-categories-buttons .btn:first-child {
      margin-right: 15px; } }
@media (min-width: 1200px) and (max-width: 1579.5px) {
  .restaurant-menu .menu-categories-buttons .btn:first-child {
    margin-right: 40px; } }

/*# sourceMappingURL=restaurant_menu.css.map */
