@charset "UTF-8";

/* source/scss/fine-dine.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
.bs-container {
  max-width: calc(var(--container-max-width) + 16px * 2);
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .bs-container {
    max-width: calc(var(--container-max-width) + 80px * 2);
    padding: 0 80px;
  }
}
.bs-container + .bs-container {
  margin-top: 40px;
}
.bs-text-small {
  font-size: 14px;
}
.bs-text-x-small {
  font-size: 12px;
}
.fw-thin {
  font-weight: 300;
}
.fw-semi-bold {
  font-weight: 600;
}
.fw-bold {
  font-weight: 700;
}
.fw-bolder {
  font-weight: 800;
}
.fw-boldest {
  font-weight: 900;
}
.bs-button {
  height: 57px;
  min-width: 289px;
  background-color: #F49501;
  color: #1A1A1A;
  border: 1px solid #F49501;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out,
    border-color 0.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 129%;
  border-radius: 11px;
  padding: 18px 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.bs-button--full-width {
  width: 100%;
}
.bs-button::after,
.bs-button::before {
  content: none;
}
@media (min-width: 768px) {
  .bs-button {
    min-width: 289px;
    height: 59px;
    font-size: 18px;
  }
}
.bs-button:hover {
  background-color: #fff;
  color: #1A1A1A;
  border-color: #F49501;
}
.bs-button--secondary {
  background-color: #fff;
  color: #1A1A1A;
  border: 1px solid #F49501;
}
.bs-button--secondary:hover {
  background-color: #F49501;
  color: #1A1A1A;
  border-color: #F49501;
}
.bs-button--tertiary {
  background-color: #fff;
  color: #1A1A1A;
  border-color: #fff;
}
.bs-button--tertiary:hover {
  background-color: #F9F9F9;
}
.bs-button--link {
  background-color: transparent;
  color: #1A1A1A;
  border: none;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bs-button--link:hover {
  color: #5B5B5B;
  background-color: transparent;
}
.bs-button--subdued {
  background-color: #DFD0D1;
  color: #1A1A1A;
  border-color: #DFD0D1;
}
.bs-button--subdued:hover {
  background-color: #fff;
  border-color: #DFD0D1;
  color: #1A1A1A;
}
.bs-button--small {
  max-height: 40px;
  font-size: 12px;
  padding: 13px 8px;
  border: 1px solid rgba(26, 26, 26, 0.1215686275);
  background-color: #fff;
  color: #1A1A1A;
  min-width: unset;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .bs-button--small {
    max-height: 48px;
    font-size: 14px;
    padding: 15px 8px;
  }
}
.line-item--gift-wrap {
  margin-top: 20px;
  background-color: #F9F9F9;
  padding: 10px;
  border-radius: 10px;
}
.line-item--gift-wrap .line-item__media-wrapper {
  min-width: auto;
  width: 70px;
  height: 70px;
}
.line-item--gift-wrap .line-item__media-wrapper .line-item__media {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.line-item--gift-wrap .line-item__info li {
  list-style: none;
  font-size: 12px;
}
.line-item--gift-wrap .line-item__info p,
.line-item--gift-wrap .line-item__info .price-list {
  font-size: 14px;
}
.line-item--gift-wrap .quantity-selector {
  background-color: #fff;
}
.cart-drawer__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cart-drawer__upsell {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: auto;
  padding-top: 20px;
}
@media (min-width: 701px) {
  .cart-drawer__upsell {
    gap: 16px;
  }
}
.cart-drawer__upsell-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #F9F9F9;
  border-radius: 10px;
  padding: 12px;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-inner {
    flex-direction: row;
    gap: 24px;
    padding: 19px 12px;
  }
}
.cart-drawer__upsell-product {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.cart-drawer__upsell-recommendation-title {
  position: relative;
  top: 6px;
  right: 12px;
  font-size: 12px;
  font-weight: 600;
  background-color: #772F33;
  color: #FBC97B;
  border-radius: 32px;
  padding: 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-recommendation-title {
    font-size: 14px;
    top: 0;
    right: 0;
  }
}
.cart-drawer__upsell-image {
  width: 90px;
  height: 90px;
  flex: 0 0 90px;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-image {
    width: 100px;
    height: 100px;
    flex: 0 0 100px;
  }
}
.cart-drawer__upsell-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-title {
    margin-bottom: 2px;
  }
}
.cart-drawer__upsell-price {
  display: flex;
  flex-direction: row;
  gap: 4px;
  font-size: 12px;
  line-height: normal;
  margin-bottom: 7px;
}
.cart-drawer__upsell-price--compare {
  text-decoration: line-through;
  color: #5B5B5B;
}
.cart-drawer__upsell-price--compare-with-current {
  font-weight: 700;
  color: #772F33;
}
.cart-drawer__upsell-price--current {
  color: #5B5B5B;
}
.cart-drawer__upsell-price--taxes-info {
  color: #5B5B5B;
}
.cart-drawer__upsell-description li {
  list-style: none;
  position: relative;
  padding-left: 17px;
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-description li {
    line-height: 18px;
  }
}
.cart-drawer__upsell-description li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.24997 9.4325L2.81747 7L1.98914 7.8225L5.24997 11.0833L12.25 4.08333L11.4275 3.26083L5.24997 9.4325Z" fill="%231A1A1A"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cart-drawer__upsell-button {
  cursor: pointer;
  align-self: flex-end;
  transition:
    background-color 0.2s ease-out,
    color 0.2s ease-out,
    border-color 0.2s ease-out,
    opacity 0.2s ease-out;
  border-color: #e3e3e3;
  min-width: auto;
  max-width: 100%;
  max-height: 48px;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 701px) {
  .cart-drawer__upsell-button {
    max-width: 237px;
    font-size: 14px;
  }
}
.cart-drawer__upsell-button:hover {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cart-drawer__upsell-button.is-loading {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.cart-drawer__warranty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #5B5B5B;
  font-size: 14px;
}
.bs-choose-city {
  background: var(--background, #F9F9F9);
}
.bs-choose-city__inner {
  padding: var(--padding-top-mobile, 40px) var(--padding-x-mobile, 16px) var(--padding-bottom-mobile, 40px);
}
@media (min-width: 768px) {
  .bs-choose-city__inner {
    padding: var(--padding-top-desktop, 24px) var(--padding-x-desktop, 80px) var(--padding-bottom-desktop, 24px);
  }
}
.bs-choose-city__title {
  font-size: var(--title-font-size-mobile);
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .bs-choose-city__title {
    font-size: var(--title-font-size-desktop);
    margin-bottom: 24px;
  }
}
.bs-choose-city__nearest,
.bs-choose-city__fallback {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .bs-choose-city__nearest,
  .bs-choose-city__fallback {
    margin-bottom: 24px;
  }
}
.bs-choose-city__nearest-grid,
.bs-choose-city__fallback-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .bs-choose-city__nearest-grid,
  .bs-choose-city__fallback-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.bs-choose-city__nearest-title {
  font-size: var(--nearest-cities-title-font-size-mobile);
  color: var(--nearest-cities-title-color, #5B5B5B);
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-choose-city__nearest-title {
    font-size: var(--nearest-cities-title-font-size-desktop);
    margin-bottom: 16px;
  }
}
.bs-choose-city__all-cities {
  margin-block: 16px;
}
.bs-choose-city__all-cities-title {
  font-size: var(--all-cities-title-font-size-mobile);
  color: var(--all-cities-title-color, #5B5B5B);
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-choose-city__all-cities-title {
    font-size: var(--all-cities-title-font-size-desktop);
    margin-bottom: 16px;
  }
}
.bs-choose-city__fallback-title {
  font-size: var(--fallback-cities-title-font-size-mobile);
  color: var(--fallback-cities-title-color, #5B5B5B);
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-choose-city__fallback-title {
    font-size: var(--fallback-cities-title-font-size-desktop);
    margin-bottom: 16px;
  }
}
.bs-choose-city__country-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .bs-choose-city__country-group {
    margin-bottom: 16px;
  }
}
.bs-choose-city__country-title {
  color: #5B5B5B;
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-choose-city__country-title {
    margin-bottom: 8px;
  }
}
.bs-choose-city__cities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (min-width: 768px) {
  .bs-choose-city__cities-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.bs-choose-city__card {
  position: relative;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .bs-choose-city__card--highlight .bs-choose-city__card-image {
    border: 2px solid var(--highlight-color, #F49501);
  }
}
.bs-choose-city__card-image {
  position: relative;
  width: 100%;
  height: var(--image-height-mobile);
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .bs-choose-city__card-image {
    height: var(--image-height-desktop);
    border: 2px solid transparent;
  }
  .bs-choose-city__all-cities .bs-choose-city__card-image {
    height: var(--all-cities-image-height-desktop);
  }
}
.bs-choose-city__card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0) 100%);
}
.bs-choose-city__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-choose-city__card-title {
  position: absolute;
  display: flex;
  padding: 24px 16px;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: var(--card-title-font-size-mobile);
  color: var(--card-title-color, #fff);
}
@media (min-width: 768px) {
  .bs-choose-city__card-title {
    font-size: var(--card-title-font-size-desktop);
    align-items: center;
    justify-content: center;
  }
}
.bs-choose-city__missing-city-button-container {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .bs-choose-city__missing-city-button-container {
    justify-content: center;
  }
}
.bs-choose-city__missing-city-button {
  margin-top: 10px;
  color: var(--missing-city-button-text-color, #5B5B5B);
  line-height: 125%;
  text-decoration-line: underline;
  text-underline-offset: auto;
}
.bs-hero-banner {
  background: var(--background, #F9F9F9);
}
.bs-hero-banner__inner {
  position: relative;
  padding: var(--padding-top-mobile, 16px) var(--padding-x-mobile, 16px) var(--padding-bottom-mobile, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .bs-hero-banner__inner {
    padding: var(--padding-top-desktop, 48px) var(--padding-x-desktop, 80px) var(--padding-bottom-desktop, 48px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}
.bs-hero-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  height: var(--image-height-mobile, 1000px);
}
@media (min-width: 768px) {
  .bs-hero-banner__img {
    height: var(--image-height-desktop, 1000px);
  }
}
.bs-hero-banner__img.desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-hero-banner__img.desktop {
    display: block;
  }
}
.bs-hero-banner__img.mobile {
  display: block;
}
@media (min-width: 768px) {
  .bs-hero-banner__img.mobile {
    display: none;
  }
}
.bs-hero-banner__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .bs-hero-banner__content {
    gap: 32px;
  }
}
.bs-hero-banner__badge {
  background: var(--badge-background, #772F33);
  color: var(--badge-text-color, #FBC97B);
  padding: 5px 12px;
  border-radius: 32px;
  line-height: 1;
}
.bs-hero-banner__badge + .bs-hero-banner__heading {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .bs-hero-banner__badge + .bs-hero-banner__heading {
    margin-top: -20px;
  }
}
.bs-hero-banner__heading {
  color: var(--text-color, #1A1A1A);
  font-size: var(--heading-font-size-mobile, 20px);
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (min-width: 768px) {
  .bs-hero-banner__heading {
    font-size: var(--heading-font-size-desktop, 24px);
  }
}
.bs-hero-banner__heading.active {
  display: block;
}
.bs-hero-banner__heading.inactive {
  display: none;
}
.bs-hero-banner__heading + .bs-hero-banner__heading {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .bs-hero-banner__heading + .bs-hero-banner__heading {
    margin-top: -20px;
  }
}
.bs-hero-banner__features.bs-product__features {
  padding-bottom: 0;
  width: 100%;
}
.bs-hero-banner__button {
  width: 100%;
}
.bs-hero-banner__button.active {
  display: block;
}
.bs-hero-banner__button.inactive {
  display: none;
}
.bs-hero-banner__reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
}
.bs-hero-banner__reviews .rating-star {
  --color-rating-star: $c-reviews-star;
  --percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size))) ) * 100% );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0;
}
.bs-hero-banner__reviews .rating-star::before {
  content: "\2605\2605\2605\2605\2605";
  background:
    linear-gradient(
      90deg,
      #F49501 var(--percent),
      rgba(26, 26, 26, 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bs-hero-banner__button-with-reviews {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 15px;
}
.bs-how-it-works {
  background: var(--background, #F9F9F9) !important;
}
.bs-how-it-works__inner {
  padding: var(--padding-top-mobile, 20px) var(--padding-x-mobile, 15px) var(--padding-bottom-mobile, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .bs-how-it-works__inner {
    padding: var(--padding-top-desktop, 48px) var(--padding-x-desktop, 80px) var(--padding-bottom-desktop, 48px);
    gap: 32px;
  }
}
.bs-how-it-works__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
.bs-how-it-works__badge {
  background: var(--badge-background, #772F33);
  color: var(--badge-text-color, #FBC97B);
  padding: 5px 12px;
  border-radius: 32px;
}
.bs-how-it-works__heading {
  color: var(--text-color, #1A1A1A);
  font-size: var(--heading-font-size-mobile, 20px);
  margin: 0;
}
@media (min-width: 768px) {
  .bs-how-it-works__heading {
    font-size: var(--heading-font-size-desktop, 32px);
  }
}
@media (min-width: 768px) {
  .bs-how-it-works__mobile-layout {
    display: none;
  }
}
.bs-how-it-works__content {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .bs-how-it-works__content {
    gap: 32px;
  }
}
.bs-how-it-works__number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .bs-how-it-works__number-container {
    height: 100%;
  }
}
.bs-how-it-works__number-container:not(:last-child) {
  margin-bottom: 46px;
}
@media (min-width: 768px) {
  .bs-how-it-works__number-container:not(:last-child) {
    margin-bottom: 0;
  }
}
.bs-how-it-works__number-container .bs-how-it-works__connector {
  display: block;
}
.bs-how-it-works__number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #772F33;
  color: #FBC97B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  flex-shrink: 0;
}
.bs-how-it-works__number--highlight {
  background: #FBC97B;
  color: #772F33;
}
.bs-how-it-works__connector {
  width: 2px;
  height: 100%;
  background: rgba(26, 26, 26, 0.1215686275);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  display: block;
}
.bs-how-it-works__connector::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #772F33;
  transition: height 0.6s ease-out;
}
.bs-how-it-works__connector--dotted {
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(26, 26, 26, 0.1215686275) 0px,
      rgba(26, 26, 26, 0.1215686275) 4px,
      transparent 4px,
      transparent 8px);
}
.bs-how-it-works__connector--dotted::after {
  background:
    repeating-linear-gradient(
      to bottom,
      #772F33 0px,
      #772F33 4px,
      transparent 4px,
      transparent 8px);
}
@media (min-width: 768px) {
  .bs-how-it-works__connector--desktop-arrow {
    width: 16px;
    height: var(--connector-height, 117px);
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bs-how-it-works__connector--desktop-arrow svg {
    width: 16px;
    height: var(--connector-height, 117px);
  }
}
.bs-how-it-works__connector--progress-0::after {
  height: 0%;
}
.bs-how-it-works__connector--progress-25::after {
  height: 25%;
}
.bs-how-it-works__connector--progress-50::after {
  height: 50%;
}
.bs-how-it-works__connector--progress-75::after {
  height: 75%;
}
.bs-how-it-works__connector--progress-100::after {
  height: 100%;
}
@media (min-width: 768px) {
  .bs-how-it-works__connector {
    height: 200px;
  }
}
.bs-how-it-works__card {
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.1215686275);
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.bs-how-it-works__card--optional {
  border: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
.bs-how-it-works__card--optional .bs-how-it-works__card-inner {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-how-it-works__card-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-how-it-works__step-title {
  margin-block: 0;
  font-size: var(--title-font-size-mobile, 18px);
}
@media (min-width: 768px) {
  .bs-how-it-works__step-title {
    font-size: var(--title-font-size-desktop, 20px);
  }
}
.bs-how-it-works__description {
  margin-block: 0;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .bs-how-it-works__description {
    line-height: 1.3;
  }
}
.bs-how-it-works__optional-text {
  color: #5B5B5B;
  font-weight: 400;
  margin: 0;
}
.bs-how-it-works__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: var(--image-height-mobile, 1000px);
}
@media (min-width: 768px) {
  .bs-how-it-works__image {
    height: var(--image-height-desktop, 1000px);
  }
}
.bs-how-it-works__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-how-it-works__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-how-it-works__feature {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bs-how-it-works__feature svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.bs-how-it-works__feature svg path {
  stroke: #1A1A1A;
}
.bs-how-it-works__feature span {
  line-height: 1;
}
@media (min-width: 768px) {
  .bs-how-it-works__inner--desktop-images_left .bs-how-it-works__mobile-layout {
    display: none;
  }
}
.bs-how-it-works__desktop-content {
  display: none;
}
@media (min-width: 768px) {
  .bs-how-it-works__desktop-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    width: 100%;
  }
}
.bs-how-it-works__images-column {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 32px;
  height: -moz-fit-content;
  height: fit-content;
}
.bs-how-it-works__desktop-image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: var(--image-height-desktop, 1000px);
}
.bs-how-it-works__desktop-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-how-it-works__steps-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bs-how-it-works__steps-wrapper {
  display: flex;
  gap: 15px;
  height: 100%;
}
.bs-how-it-works__numbers-column {
  display: grid;
  align-items: center;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .bs-how-it-works__numbers-column {
    gap: 24px;
    padding-top: 0;
  }
}
.bs-how-it-works__numbers-column .bs-how-it-works__number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.bs-how-it-works__numbers-column .bs-how-it-works__number-container:not(:last-child) {
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .bs-how-it-works__numbers-column .bs-how-it-works__number-container:not(:last-child) {
    padding-bottom: 0;
  }
}
.bs-how-it-works__numbers-column .bs-how-it-works__connector {
  height: var(--connector-height, 100px);
}
@media (min-width: 768px) {
  .bs-how-it-works__numbers-column .bs-how-it-works__connector {
    height: var(--connector-height, 117px);
  }
}
.bs-how-it-works__cards-column {
  display: grid;
  gap: 24px;
}
@media (min-width: 768px) {
  .bs-how-it-works__inner--desktop-alternating .bs-how-it-works__mobile-layout {
    display: none;
  }
}
.bs-how-it-works__alternating-content {
  display: none;
}
@media (min-width: 768px) {
  .bs-how-it-works__alternating-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    width: 100%;
    margin: 0 auto;
  }
}
.bs-how-it-works__alternating-steps {
  flex: 1;
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.bs-how-it-works__alternating-steps .bs-how-it-works__steps-wrapper {
  width: 100%;
}
.bs-how-it-works__alternating-steps .bs-how-it-works__numbers-column {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.bs-how-it-works__alternating-steps .bs-how-it-works__numbers-column .bs-how-it-works__number-container {
  padding-top: 0;
}
.bs-how-it-works__alternating-steps .bs-how-it-works__numbers-column .bs-how-it-works__number-container:not(:first-child) {
  padding-top: 16px;
}
.bs-how-it-works__alternating-steps .bs-how-it-works__cards-column {
  gap: 24px;
}
.bs-how-it-works__alternating-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
}
.bs-how-it-works__alternating-row .bs-how-it-works__steps-wrapper {
  padding-inline: 0 48px;
}
.bs-how-it-works__alternating-row--reverse .bs-how-it-works__steps-wrapper {
  padding-inline: 48px 0;
}
.bs-how-it-works__alternating-row--reverse .bs-how-it-works__numbers-column {
  padding-top: 32px;
}
.bs-how-it-works__alternating-image {
  flex: 0 0 auto;
  border-radius: 10px;
  overflow: hidden;
  height: var(--image-height-desktop, 1000px);
}
.bs-how-it-works__alternating-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-product {
  gap: 28px;
}
@media (min-width: 768px) {
  .bs-product {
    gap: 56px;
  }
}
.bs-product-gallery {
  gap: 10px;
}
@media screen and (min-width: 1000px) {
  .bs-product-gallery--sticky-media {
    position: sticky;
    top: calc(48px + 3rem);
    z-index: 2;
  }
}
.bs-product-gallery__media img {
  border-radius: 10px;
}
.bs-product-gallery__thumbnail-list {
  grid-auto-columns: 46px;
}
@media (min-width: 768px) {
  .bs-product-gallery__thumbnail-list {
    grid-auto-columns: 48px;
    gap: 8px;
  }
}
.bs-product-gallery__thumbnail:after {
  display: none;
}
.bs-product-info__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 12px;
}
.bs-product-info__badge {
  line-height: 1.2;
  padding: 5px 12px;
  border-radius: 32px;
  background-color: var(--background-color, #772F33);
  color: var(--color, #FBC97B);
}
.bs-product-info__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-bottom: 12px;
  margin-block: 0;
}
.bs-product-info__rating-text {
  font-size: var(--font-size-mobile, 14px);
  margin-block: 0;
}
@media (min-width: 768px) {
  .bs-product-info__rating-text {
    font-size: var(--font-size-desktop, 12px);
  }
}
.bs-product-info__rating-stars {
  display: flex;
}
.bs-product-info__rating-star--filled {
  color: #F49501;
}
.bs-product-info__rating-star--empty {
  color: rgba(26, 26, 26, 0.1215686275);
}
.bs-product-info__title {
  padding-bottom: 12px;
  font-size: var(--font-size-mobile, 24px);
  margin-block: 0;
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-product-info__title {
    padding-bottom: 8px;
    font-size: var(--font-size-desktop, 32px);
  }
}
.bs-product-info__text {
  font-size: var(--font-size-mobile, 16px);
  color: var(--color, #1A1A1A);
  padding-bottom: 20px;
  line-height: 1.25;
  margin-block: 0;
}
@media (min-width: 768px) {
  .bs-product-info__text {
    font-size: var(--font-size-desktop, 16px);
    line-height: 1.3;
  }
}
.bs-product-info__price {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.bs-product-info__price--regular {
  color: var(--price-color, #1A1A1A);
  font-size: var(--font-size-mobile, 16px);
}
@media (min-width: 768px) {
  .bs-product-info__price--regular {
    font-size: var(--font-size, 18px);
  }
}
.bs-product-info__price--on-sale {
  font-weight: 600;
  color: var(--sale-price-color, #772F33);
  font-size: var(--font-size-mobile, 16px);
}
@media (min-width: 768px) {
  .bs-product-info__price--on-sale {
    font-size: var(--font-size, 18px);
  }
}
.bs-product-info__price--compare-at {
  color: var(--price-color, #1A1A1A);
  font-size: var(--compare-at-font-size-mobile, 14px);
}
@media (min-width: 768px) {
  .bs-product-info__price--compare-at {
    font-size: var(--compare-at-font-size, 16px);
  }
}
.bs-product-info__tax {
  margin: 0;
  font-size: var(--tax-info-font-size-mobile, 12px);
  color: var(--tax-info-color, #5B5B5B);
}
@media (min-width: 768px) {
  .bs-product-info__tax {
    font-size: var(--tax-info-font-size, 12px);
  }
}
.bs-product-info__price-with-info {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 20px;
  margin-block: 0;
}
@media (min-width: 768px) {
  .bs-product-info__price-with-info {
    flex-direction: row;
    align-items: center;
  }
}
.bs-product-info__price-infos {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color, #1A1A1A);
  background-color: var(--background-color, #fff);
  font-size: var(--font-size-mobile, 12px);
  border-radius: 100px;
  padding: 4px 8px;
}
@media (min-width: 768px) {
  .bs-product-info__price-infos {
    font-size: var(--font-size, 12px);
  }
}
.bs-product-info__price-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bs-product-info__price-info-icon {
  width: var(--icon-width, 24px);
  height: var(--icon-width, 24px);
}
.bs-product-info__price-info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-product-info__price-info-separator {
  width: 1px;
  height: 11px;
  background-color: #D9D9D9;
  flex-shrink: 0;
  display: block !important;
}
.bs-product-info__buy-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 12px;
  margin-block: 0;
}
@media (min-width: 768px) {
  .bs-product-info__buy-buttons {
    gap: 12px;
    padding-bottom: 20px;
  }
}
.bs-product-info__atc-infos {
  display: flex;
  gap: 8px 24px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--color, #5B5B5B);
  font-size: var(--font-size-mobile, 14px);
}
@media (min-width: 768px) {
  .bs-product-info__atc-infos {
    font-size: var(--font-size, 14px);
  }
}
.bs-product-info__atc-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bs-product-info__atc-info-icon {
  width: var(--icon-width, 24px);
  height: var(--icon-width, 24px);
}
.bs-product-info__atc-info-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.bs-product-info__upsell-variant-container {
  display: block;
  margin-block: 0;
}
.bs-product-info__upsell-variant-container--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-container--desktop {
    display: block;
  }
}
.bs-product-info__upsell-variant-container--mobile {
  display: block;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-container--mobile {
    display: none;
  }
}
.bs-product-info__upsell-variant {
  padding: 12px 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant {
    padding: 0;
  }
}
.bs-product-info__upsell-variant-card {
  padding: 16px;
  border-radius: 10px;
  background-color: var(--card-background-color, #fff);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-card {
    padding: 12px 16px;
  }
}
.bs-product-info__upsell-variant-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.bs-product-info__upsell-variant-question {
  font-size: var(--question-font-size-mobile, 12px);
  color: var(--question-color, #5B5B5B);
  margin: 0;
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-question {
    font-size: var(--question-font-size, 14px);
  }
}
.bs-product-info__upsell-variant-product {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.bs-product-info__upsell-variant-image {
  flex-shrink: 0;
  width: 133px;
  height: 133px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-image {
    width: 135px;
    height: 135px;
  }
}
.bs-product-info__upsell-variant-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.bs-product-info__upsell-variant-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-details {
    gap: 16px;
  }
}
.bs-product-info__upsell-variant-details button {
  width: 100%;
}
.bs-product-info__upsell-variant-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.bs-product-info__upsell-variant-title {
  font-size: var(--product-title-font-size-mobile, 14px);
  font-weight: 700;
  line-height: normal;
  margin: 0;
  width: 100%;
  color: var(--title-color, #1A1A1A);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-title {
    font-size: var(--product-title-font-size, 14px);
  }
}
.bs-product-info__upsell-variant-subtitle {
  font-weight: 400;
  font-size: var(--product-subtitle-font-size-mobile, 12px);
  line-height: normal;
  margin: 0;
  width: 100%;
  color: var(--text-color, #5B5B5B);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-subtitle {
    font-size: var(--product-subtitle-font-size, 12px);
  }
}
.bs-product-info__upsell-variant-pricing {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.bs-product-info__upsell-variant-original-price {
  font-size: var(--product-price-font-size-mobile, 12px);
  line-height: 1;
  color: var(--price-color, #1A1A1A);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-original-price {
    font-size: var(--product-price-font-size, 12px);
  }
}
.bs-product-info__upsell-variant-original-price.bs-product__upsell-variant-sale-price {
  text-decoration: line-through;
}
.bs-product-info__upsell-variant-compare-at-price {
  font-size: var(--product-compare-at-price-font-size-mobile, 14px);
  font-weight: 600;
  line-height: 1;
  color: var(--sale-price-color, #772F33);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-compare-at-price {
    font-size: var(--product-compare-at-price-font-size, 14px);
  }
}
.bs-product-info__upsell-variant-discount-badge {
  padding: 5px 12px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--discount-text-color, #FBC97B);
  background-color: var(--discount-badge-color, #772F33);
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-discount-badge {
    padding: 8px 16px;
  }
}
.bs-product-info__upsell-variant-discount-badge span {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .bs-product-info__upsell-variant-discount-badge span {
    font-size: 14px;
  }
}
.bs-product-info__accordions {
  padding-bottom: 0;
  margin-block: 0;
}
@media (min-width: 768px) {
  .bs-product-info__accordions {
    padding-bottom: 20px;
  }
}
.bs-product-info__accordion.accordion {
  border-color: rgba(26, 26, 26, 0.1215686275);
  margin-top: 0;
}
.bs-product-info__accordion.accordion:first-of-type {
  border-top: none;
}
.bs-product-info__accordion.accordion:last-of-type {
  border-bottom: none;
}
.bs-product-info__accordion.accordion[aria-expanded=true] svg {
  transform: rotate(180deg);
}
.bs-product-info__accordion-summary-title {
  gap: var(--spacing-2);
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.bs-product-info__accordion-content {
  font-size: var(--font-size-mobile, 16px);
  padding: 19px 8px;
}
@media (min-width: 768px) {
  .bs-product-info__accordion-content {
    font-size: var(--font-size-desktop, 16px);
    padding: 19px 14px;
  }
}
.bs-product-info__accordion-content ul,
.bs-product-info__accordion-content ol {
  list-style-position: outside;
  margin-left: 1em;
}
.bs-product-info__accordion summary {
  padding: 19px 8px;
  font-size: var(--font-size-mobile, 16px);
}
@media (min-width: 768px) {
  .bs-product-info__accordion summary {
    font-size: var(--font-size-desktop, 16px);
    padding: 19px 14px;
  }
}
.bs-product__features {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-bottom: 20px;
  margin-block: 0;
}
.bs-product__features--inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 12px;
  border-radius: 10px;
  width: 100%;
  background-color: var(--background-color, #fff);
  color: var(--text-color, #1A1A1A);
  border: 1px solid var(--border-color);
  font-size: var(--font-size-mobile, 16px);
}
@media (min-width: 768px) {
  .bs-product__features--inner {
    font-size: var(--font-size, 16px);
  }
}
.bs-product__features--inner-drop-shadow {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.0588235294);
}
.bs-product__features--inner.bonus {
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.bs-product__feature {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
}
.bs-product__feature--inner {
  display: flex;
  align-items: center;
  gap: 5px;
}
.bs-product__feature--icon {
  width: 24px;
  height: 24px;
}
.bs-product__feature--icon.alternative {
  width: 18px;
  height: 18px;
}
.bs-product__feature--text {
  margin-block: 0;
}
.bs-product__feature--value {
  margin-block: 0;
  font-size: var(--value-font-size-mobile, 12px);
  color: var(--value-color, #5B5B5B);
}
@media (min-width: 768px) {
  .bs-product__feature--value {
    font-size: var(--value-font-size, 12px);
  }
}
.bs-product__feature--title {
  margin-block: 0;
  font-size: var(--value-font-size-mobile, 12px);
  color: var(--title-color, #1A1A1A);
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-product__feature--title {
    font-size: var(--value-font-size, 12px);
  }
}
.bs-restaurants {
  background: var(--background, #F9F9F9);
  padding: var(--padding-top-mobile, 20px) 0 var(--padding-bottom-mobile, 40px);
}
@media (min-width: 768px) {
  .bs-restaurants {
    padding: var(--padding-top-desktop, 48px) 0 var(--padding-bottom-desktop, 48px);
  }
}
.bs-restaurants__inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .bs-restaurants__inner {
    gap: 32px;
  }
}
.bs-restaurants__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
}
.bs-restaurants__badge {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  background: var(--badge-background, #772F33);
  border-radius: 32px;
  box-sizing: border-box;
}
.bs-restaurants__badge-image {
  display: flex;
  align-items: center;
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-restaurants__badge-image {
    height: 18px;
    width: 18px;
  }
}
.bs-restaurants__badge-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.bs-restaurants__badge-text {
  line-height: 1;
  color: var(--badge-text-color, #FBC97B);
}
.bs-restaurants__heading {
  font-weight: 600;
  font-size: var(--heading-font-size-mobile, 24px);
  color: var(--text-color, #1A1A1A);
  white-space: nowrap;
  margin: 0;
}
@media (min-width: 768px) {
  .bs-restaurants__heading {
    font-size: var(--heading-font-size-desktop, 32px);
  }
}
.bs-restaurants__filters {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  overflow-x: auto;
  webkit-scrollbar: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bs-restaurants__filters::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .bs-restaurants__filters {
    gap: 6px;
    flex-wrap: wrap;
  }
}
.bs-restaurants__filter {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  border: 1px solid rgba(26, 26, 26, 0.1215686275);
  border-radius: 32px;
  background: #fff;
  line-height: 1;
  color: #1A1A1A;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bs-restaurants__filter--active {
  background: #DFD0D1;
  border-color: #772F33;
}
.bs-restaurants__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  width: 100%;
  position: relative;
}
.bs-restaurants__grid::after {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  background:
    linear-gradient(
      179.87deg,
      rgba(249, 249, 249, 0) 0.12%,
      #F9F9F9 88.13%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 768px) {
  .bs-restaurants__grid::after {
    display: none;
  }
}
.bs-restaurants__grid--all-visible::after {
  display: none;
}
.bs-restaurants__card {
  cursor: pointer;
}
.bs-restaurants__card--inner {
  background: var(--card-background-color, #fff);
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(26, 26, 26, 0.1215686275);
  border-radius: 10px;
  padding: 16px;
  box-sizing: border-box;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
  height: 100%;
}
.bs-restaurants__card--hotel .bs-restaurants__card--inner {
  border: 1px solid var(--hotel-card-border-color, #F49501);
}
.bs-restaurants__card--hotel {
  position: relative;
  z-index: 2;
  margin-block: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .bs-restaurants__card--hotel {
    margin-block: 0;
  }
}
.bs-restaurants__card--hotel::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -16px;
  bottom: -24px;
  right: -16px;
  background: var(--hotel-card-background-color, #fff);
  z-index: -1;
}
@media (min-width: 768px) {
  .bs-restaurants__card--hotel::before {
    display: none;
  }
}
.bs-restaurants__card--hotel-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
@media (min-width: 768px) {
  .bs-restaurants__card--hotel-title {
    display: none;
  }
}
.bs-restaurants__card--hotel-title-text {
  margin-block: 0;
  font-size: var(--hotel-title-font-size-mobile, 16px);
  color: var(--hotel-title-text-color, #1A1A1A);
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-restaurants__card--hotel-title-text {
    font-size: var(--hotel-title-font-size-desktop, 16px);
  }
}
.bs-restaurants__card--hotel-title-icon {
  width: 16px;
  height: 16px;
  display: flex;
}
.bs-restaurants__card--hidden {
  display: none;
}
.bs-restaurants__card-image {
  position: relative;
  height: var(--image-height-mobile, 174px);
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .bs-restaurants__card-image {
    height: var(--image-height-desktop, 174px);
  }
}
.bs-restaurants__card-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-restaurants__card-image__placeholder {
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-restaurants__card-image-swiper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.bs-restaurants__card-image-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.bs-restaurants__card-image-swiper .swiper-slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.bs-restaurants__card-image-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.bs-restaurants__card-image-pagination {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: auto;
  height: auto;
}
.bs-restaurants__card-image-pagination-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 60px;
  overflow: hidden;
  gap: 4px;
}
.bs-restaurants__card-image-pagination-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  flex-shrink: 0;
}
.bs-restaurants__card-image-pagination-dot--active {
  width: 9px;
  height: 9px;
  background: #772F33;
  transform: none;
}
.bs-restaurants__card-image-pagination-dot--adjacent {
  width: 7px;
  height: 7px;
}
.bs-restaurants__card-image-pagination-dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}
.bs-restaurants__card-image-pagination-dot:not(.bs-restaurants__card-image-pagination-dot--active):hover {
  transform: scale(1.1);
}
.bs-restaurants__card-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .bs-restaurants__card-content {
    gap: 10px;
  }
}
.bs-restaurants__card--hotel .bs-restaurants__card-content {
  gap: 10px;
}
.bs-restaurants__card-badges {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.bs-restaurants__card-badge {
  padding: 6px 8px;
  border-radius: 32px;
  background: var(--badge-background, #772F33);
  color: var(--badge-text-color, #FBC97B);
  line-height: 1;
  border: 1px solid var(--badge-border, --badge-background);
}
.bs-restaurants__card-rating-with-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-restaurants__card-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  color: var(--rating-text-color, #5B5B5B);
  font-size: var(--rating-font-size-mobile, 12px);
}
@media (min-width: 768px) {
  .bs-restaurants__card-rating {
    font-size: var(--rating-font-size-desktop, 12px);
  }
}
.bs-restaurants__card-rating-text {
  margin-block: 0;
  color: var(--rating-text-color, #5B5B5B);
  font-size: var(--rating-font-size-mobile, 12px);
}
@media (min-width: 768px) {
  .bs-restaurants__card-rating-text {
    font-size: var(--rating-font-size-desktop, 12px);
  }
}
.bs-restaurants__card-rating-stars {
  display: flex;
}
.bs-restaurants__card-rating-star--filled {
  color: #F49501;
}
.bs-restaurants__card-rating-star--empty {
  color: rgba(26, 26, 26, 0.1215686275);
}
.bs-restaurants__card-title {
  margin-block: 0;
  line-height: 1;
  font-size: var(--title-font-size-mobile, 24px);
  color: var(--title-text-color, #1A1A1A);
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-restaurants__card-title {
    font-size: var(--title-font-size-desktop, 32px);
  }
}
.bs-restaurants__card-vouchers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bs-restaurants__popup-content-body-inner .bs-restaurants__card-vouchers {
  gap: 12px;
}
.bs-restaurants__card--hotel .bs-restaurants__card-vouchers {
  gap: 12px;
}
@media (min-width: 768px) {
  .bs-restaurants__card--hotel .bs-restaurants__card-vouchers {
    gap: 16px;
  }
}
.bs-restaurants__card-vouchers-title {
  margin-block: 0;
  font-size: var(--vouchers-title-font-size-mobile, 12px);
  color: var(--vouchers-title-text-color, #1A1A1A);
  line-height: normal;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .bs-restaurants__card-vouchers-title {
    font-size: var(--vouchers-title-font-size-desktop, 12px);
    line-clamp: 3;
    -webkit-line-clamp: 3;
  }
}
.bs-restaurants__popup-content-body-inner .bs-restaurants__card-vouchers-title {
  line-clamp: none;
  -webkit-line-clamp: none;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-body-inner .bs-restaurants__card-vouchers-title {
    line-clamp: none;
    -webkit-line-clamp: none;
  }
}
.bs-restaurants__card-vouchers-title p {
  margin-block: 0;
}
.bs-restaurants__card-vouchers-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 12px;
  background: var(--voucher-background-color, #F9F9F9);
  border-radius: 10px;
  border-left: var(--voucher-highlight-stroke-width, 10px) solid var(--voucher-highlight-color, #FBC97B);
}
@media (min-width: 768px) {
  .hotel .bs-restaurants__card-vouchers-list {
    border-left: none;
  }
}
.bs-restaurants__card-voucher {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.bs-restaurants__card-voucher-separator {
  width: 100%;
  padding-block: 8px;
}
.bs-restaurants__card-voucher-separator-line {
  height: 1px;
  width: 100%;
  position: relative;
  display: flex;
}
.bs-restaurants__card-voucher-separator-line:empty {
  display: flex;
}
.bs-restaurants__card-voucher-separator-line::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(26, 26, 26, 0.1215686275);
  z-index: 1;
}
.bs-restaurants__card-voucher-separator-line--text_without_line::before {
  display: none;
}
.bs-restaurants__card-voucher-separator-text {
  color: #5B5B5B;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  left: 5%;
  background: var(--voucher-background-color, #F9F9F9);
  padding: 0 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.bs-restaurants__card-voucher-subtitle {
  margin-block: 0;
  font-size: var(--voucher-subtitle-font-size-mobile, 12px);
  color: var(--voucher-subtitle-text-color, #F49501);
  font-weight: 600;
  font-style: italic;
}
@media (min-width: 768px) {
  .bs-restaurants__card-voucher-subtitle {
    font-size: var(--voucher-subtitle-font-size-desktop, 12px);
  }
}
.bs-restaurants__card-voucher-title {
  margin-block: 0;
  font-size: var(--voucher-title-font-size-mobile, 16px);
  color: var(--voucher-title-text-color, #1A1A1A);
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .bs-restaurants__card-voucher-title {
    font-size: var(--voucher-title-font-size-desktop, 16px);
    line-height: 1.3;
  }
}
.bs-restaurants__card-voucher-description {
  margin-block: 0;
  font-size: var(--voucher-description-font-size-mobile, 12px);
  color: var(--voucher-description-text-color, #5B5B5B);
  line-height: normal;
}
@media (min-width: 768px) {
  .bs-restaurants__card-voucher-description {
    font-size: var(--voucher-description-font-size-desktop, 12px);
  }
}
.bs-restaurants__card-voucher p {
  margin-block: 0;
}
.bs-restaurants__card-voucher-hotel-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-restaurants__card-voucher-hotel-icon {
  display: none;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .bs-restaurants__card-voucher-hotel-icon {
    display: block;
  }
}
.bs-restaurants__show-more {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bs-restaurants__popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.bs-restaurants__popup[style*="display: block"] {
  display: block !important;
}
.bs-restaurants__popup-overlay {
  position: absolute;
  display: block !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.bs-restaurants__popup-content {
  position: relative;
  background: #fff;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 90vw;
  max-height: 90vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  scrollbar-width: 6px;
  scrollbar-color: #F49501;
}
.bs-restaurants__popup-content::-webkit-scrollbar {
  width: 6px;
}
.bs-restaurants__popup-content::-webkit-scrollbar-track {
  background: rgba(26, 26, 26, 0.1215686275);
  border-radius: 10px;
  margin: 10px 0;
}
.bs-restaurants__popup-content::-webkit-scrollbar-thumb {
  background: #F49501;
  border-radius: 4px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content {
    max-width: 80vw;
    max-height: 70vh;
    overflow-y: hidden;
  }
}
.bs-restaurants__popup-header {
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 8px;
  border-bottom: 1px solid rgba(26, 26, 26, 0.1215686275);
}
.bs-restaurants__popup-header.mobile {
  display: flex;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-header.mobile {
    display: none;
  }
}
.bs-restaurants__popup-header.desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-header.desktop {
    display: flex;
    padding: 0 0 16px 0;
  }
}
.bs-restaurants__popup-title {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-title {
    margin-right: 0;
    gap: 16px;
  }
}
.bs-restaurants__popup-title--text {
  margin-block: 0;
  line-height: 1;
  font-size: var(--title-font-size-mobile, 24px);
  color: var(--title-text-color, #1A1A1A);
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-title--text {
    font-size: var(--title-font-size-desktop, 32px);
  }
}
.bs-restaurants__popup-badges {
  display: flex;
  gap: 4px;
  align-items: center;
  flex-wrap: wrap;
}
.bs-restaurants__popup-badge {
  padding: 6px 8px;
  border-radius: 32px;
  background: var(--badge-background, #772F33);
  color: var(--badge-text-color, #FBC97B);
  line-height: 1;
  border: 1px solid var(--badge-border, --badge-background);
}
.bs-restaurants__popup-close {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 8px;
  top: 16px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-close {
    right: 16px;
    top: 0;
  }
}
.bs-restaurants__popup-rating {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  color: var(--rating-text-color, #5B5B5B);
  font-size: var(--rating-font-size-mobile, 12px);
}
@media (min-width: 768px) {
  .bs-restaurants__popup-rating {
    font-size: var(--rating-font-size-desktop, 12px);
  }
}
.bs-restaurants__popup-rating-text {
  margin-block: 0;
  color: var(--rating-text-color, #5B5B5B);
  font-size: var(--rating-text-font-size-mobile, 12px);
}
@media (min-width: 768px) {
  .bs-restaurants__popup-rating-text {
    font-size: var(--rating-text-font-size-desktop, 12px);
  }
}
.bs-restaurants__popup-rating-stars {
  display: flex;
}
.bs-restaurants__popup-rating-star--filled {
  color: #F49501;
}
.bs-restaurants__popup-rating-star--empty {
  color: rgba(26, 26, 26, 0.1215686275);
}
.bs-restaurants__popup-content-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    padding: 0px 54px;
    margin: 48px 26px;
    overflow-y: auto;
    scrollbar-width: 6px;
    scrollbar-color: #F49501;
  }
}
@media (min-width: 768px) and (max-height: 1000px) {
  .bs-restaurants__popup-content-body {
    grid-template-columns: 0.6fr 1fr;
  }
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-body::-webkit-scrollbar {
    width: 6px;
  }
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-body::-webkit-scrollbar-track {
    background: rgba(26, 26, 26, 0.1215686275);
    border-radius: 10px;
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-body::-webkit-scrollbar-thumb {
    background: #F49501;
    border-radius: 4px;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
  }
}
.bs-restaurants__popup-content-body-inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bs-restaurants__popup-image {
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  background-color: var(--image-background-color, #F9F9F9);
  border-radius: 10px;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-image {
    padding: 0;
    background-color: transparent;
    position: sticky;
    top: 0;
    left: 0;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.bs-restaurants__popup-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bs-restaurants__popup-image__placeholder {
  width: 100%;
  height: 100%;
  background: var(--image-background-color, #F9F9F9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-restaurants__popup-image-swiper.swiper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-restaurants__popup-image-swiper.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.bs-restaurants__popup-image-swiper.swiper .swiper-slide {
  width: 100% !important;
  height: min(100%, 40vw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
}
.bs-restaurants__popup-image-swiper.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 10px;
  aspect-ratio: 1;
}
.bs-restaurants__popup-image-thumbnails {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  display: flex;
  gap: 8px;
}
.bs-restaurants__popup-image-thumbnails::-webkit-scrollbar {
  display: none;
}
.bs-restaurants__popup-image-thumbnail {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: none;
  padding: 0;
  border: none;
}
.bs-restaurants__popup-image-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.bs-restaurants__popup-subtitle {
  margin-block: 0;
  font-size: var(--subtitle-font-size-mobile, 20px);
  color: var(--subtitle-text-color, #1A1A1A);
  line-height: 1.25;
  font-weight: 600;
  margin-top: -8px;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-subtitle {
    font-size: var(--subtitle-font-size-desktop, 24px);
  }
}
.bs-restaurants__popup-meals,
.bs-restaurants__popup-awards,
.bs-restaurants__popup-location {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bs-restaurants__popup-awards,
.bs-restaurants__popup-location,
.bs-restaurants__popup-host {
  border-top: 1px solid rgba(26, 26, 26, 0.1215686275);
  padding-top: 24px;
}
.bs-restaurants__popup-meals-title,
.bs-restaurants__popup-awards-title,
.bs-restaurants__popup-location-title {
  margin-block: 0;
  font-size: var(--title-font-size-mobile, 18px);
  color: var(--title-text-color, #1A1A1A);
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-meals-title,
  .bs-restaurants__popup-awards-title,
  .bs-restaurants__popup-location-title {
    font-size: var(--title-font-size-desktop, 20px);
  }
}
.bs-restaurants__popup-meals-content,
.bs-restaurants__popup-awards-content,
.bs-restaurants__popup-location-address {
  margin-block: 0;
  color: var(--title-text-color, #1A1A1A);
}
.bs-restaurants__popup-meals-content p,
.bs-restaurants__popup-awards-content p,
.bs-restaurants__popup-location-address p {
  margin-block: 0;
}
.bs-restaurants__popup-meals-content ul,
.bs-restaurants__popup-awards-content ul,
.bs-restaurants__popup-location-address ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0 0 0;
}
.bs-restaurants__popup-meals-content ul :not(:last-child),
.bs-restaurants__popup-awards-content ul :not(:last-child),
.bs-restaurants__popup-location-address ul :not(:last-child) {
  margin-bottom: 8px;
}
.bs-restaurants__popup-meals-content ul li,
.bs-restaurants__popup-awards-content ul li,
.bs-restaurants__popup-location-address ul li {
  position: relative;
  padding-left: 24px;
}
.bs-restaurants__popup-meals-content ul li::before,
.bs-restaurants__popup-awards-content ul li::before,
.bs-restaurants__popup-location-address ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='19' viewBox='0 0 18 19' fill='none'%3E%3Cpath d='M6.75012 12.6275L3.62262 9.5L2.55762 10.5575L6.75012 14.75L15.7501 5.75L14.6926 4.6925L6.75012 12.6275Z' fill='%231A1A1A'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.bs-restaurants__popup-location-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-restaurants__popup-location-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-restaurants__popup-host-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bs-restaurants__popup-host-container img {
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  border-radius: 100%;
}
.bs-restaurants__popup-host-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bs-restaurants__popup-host-name {
  margin-block: 0;
  font-size: var(--host-name-font-size-mobile, 18px);
  color: var(--host-name-text-color, #1A1A1A);
  line-height: 1;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-host-name {
    font-size: var(--host-name-font-size-desktop, 18px);
  }
}
.bs-restaurants__popup-host-position {
  margin-block: 0;
  font-size: var(--host-position-font-size-mobile, 14px);
  color: var(--host-position-text-color, #1A1A1A);
  line-height: 1;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-host-position {
    font-size: var(--host-position-font-size-desktop, 14px);
  }
}
.bs-restaurants__popup-content-footer {
  padding: 16px;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.bs-restaurants__popup-content-footer.mobile {
  display: flex;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-footer.mobile {
    display: none;
  }
}
.bs-restaurants__popup-content-footer.desktop {
  display: none;
}
@media (min-width: 768px) {
  .bs-restaurants__popup-content-footer.desktop {
    display: flex;
    padding: 0;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*# sourceMappingURL=bs-fine-dine.min.css.map */
