/* Typography — aligned with gerbou.com theme */

/* body {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
} */

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  line-height: 1.2;
} */

/* h1 { font-size: clamp(1.75rem, 4vw, 2.25rem); }
h2 { font-size: clamp(1.5rem, 3.25vw, 1.875rem); }
h3 { font-size: clamp(1.25rem, 2.75vw, 1.5rem); }
h4 { font-size: clamp(1.125rem, 2.25vw, 1.3125rem); }
h5 { font-size: clamp(1rem, 2vw, 1.125rem); }
h6 { font-size: clamp(0.875rem, 1.75vw, 1rem); } */


/* p{
    font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

button,
input,
select,
textarea {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
} */

.font-avenir-book {
  font-family: 'Avenir Book', 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.font-open-sans {
  font-family: 'Open Sans', sans-serif;
}

.font-roboto {
  font-family: 'Roboto', sans-serif;
}

/* Experience toggle bar — Group 2232.svg */
.experience-toggle-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 145px;
  padding: 37px 20px;
  background-color: #f2eada;
  box-sizing: border-box;
}

.experience-toggle {
  position: relative;
  display: flex;
  align-items: center;
  /* width: 344px; */
  max-width: 100%;
  height: 74px;
  padding: 6px 7px;
  border-radius: 37px;
  background-color: #403f46;
  box-sizing: border-box;
}

.experience-toggle__slider {
  position: absolute;
  top: 6px;
  left: 7px;
  width: 157px;
  height: 62px;
  border-radius: 31px;
  background-color: #9d7f36;
  transition: transform 0.35s ease, opacity 0.35s ease, background-color 0.25s ease;
  pointer-events: none;
  z-index: 0;
}

.experience-toggle.is-dinner .experience-toggle__slider,
.experience-toggle.is-custom-package .experience-toggle__slider {
  transform: translateX(157px);
}

.experience-toggle__btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease, background-color 0.35s ease;
  -webkit-font-smoothing: antialiased;
}

.experience-toggle__btn::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 31px;
  background-color: #9d7f36;
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: -1;
}

.experience-toggle__btn:first-of-type {
  width: 157px;
  flex: 0 0 157px;
}

.experience-toggle__btn:last-of-type {
  width: 157px;
  flex: 0 0 157px;
}

.experience-toggle__btn.is-active {
  color: #ffffff;
  opacity: 1;
}


.experience-toggle__btn.is-active::after {
  opacity: 1;
}





.experience-toggle__btn:not(.is-active) {
  opacity: 0.72;
}

.experience-toggle:has(.experience-toggle__btn:hover) .experience-toggle__slider {
  opacity: 0;
}

.experience-toggle__btn:hover {
  opacity: 1;
  color: #ffffff;
}

.experience-toggle__btn:hover::before {
  opacity: 1;
}

.experience-toggle__btn:focus-visible {
  outline: 2px solid #9d7f36;
  outline-offset: 2px;
  opacity: 1;
}

.experience-toggle__btn:focus-visible::before {
  opacity: 1;
}

@media (max-width: 400px) {
  .experience-toggle {
    width: min(344px, calc(100vw - 40px));
    height: auto;

    flex-wrap: wrap;
    justify-content: center;
    padding: 8px;
    border-radius: 24px;
  }

  .experience-toggle__slider {
    display: none;
  }

  .experience-toggle__btn {
    width: calc(50% - 4px) !important;
    flex: 1 1 calc(50% - 4px) !important;
    border-radius: 20px;
  }

  .experience-toggle__btn.is-active,
  .experience-toggle__btn:hover {
    background-color: #9d7f36;
    opacity: 1;
  }

  .experience-toggle__btn::before {
    display: none;
  }
}


.row-title {
  font-size: clamp(1.5rem, 4vw, 2.8125rem);
  font-weight: 400;
  color: #000;
  line-height: 1.25;

  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.row-title-container {
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.row-title-container p {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-size: clamp(0.875rem, 1.5vw, 0.9375rem);
  line-height: 1.6;
}

.section-padding-top {
  padding-top: 100px;
}

.sectio-padding-bottom {
  padding-bottom: 100px;
}

/* Tab selection — Rectangle 4.svg */
.tab-selection-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.tab-selection {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 508px;
  padding: 4px;
  border: 1px solid rgba(201, 196, 186, 0.2);
  border-radius: 24.5px;
  background-color: #ffffff;
  box-sizing: border-box;
}

.tab-selection__slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc((100% - 8px) / 3);
  height: calc(100% - 8px);
  border-radius: 25px;
  background-color: #9d7f36;
  transition: transform 0.35s ease;
  pointer-events: none;
  z-index: 0;
}

.tab-selection__btn {
  position: relative;
  z-index: 1;
  flex: 1 1 0;
  margin: 0;
  padding: 10px 8px;
  border: 0;
  border-radius: 20px;
  background: transparent;
  color: #262626;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: color 0.25s ease, opacity 0.25s ease;
  -webkit-font-smoothing: antialiased;
}

.tab-selection__btn.is-active {
  color: #ffffff;
  opacity: 1;
}

/* .tab-selection__btn:not(.is-active) {
  opacity: 0.72;
} */

.tab-selection__btn:not(.is-active):hover {
  opacity: 1;
}

.tab-selection__btn:focus-visible {
  outline: 2px solid #9d7f36;
  outline-offset: 2px;
  opacity: 1;
}

.tab-selection__btn.is-active:hover {
  color: #ffffff;
}

.star-icon {
  margin-left: 10px;
  margin-right: 10px;
}


.allergens-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.allergens-container p {
  font-size: 11px;
  letter-spacing: 1.41em;
  margin-bottom: 0;
}

.allergens-container {
  padding-top: 200px;
  padding-bottom: 50px;
}

.bot-block-section {
  text-align: center;
}

.bot-block-section h3 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto clamp(1.5rem, 4vw, 3.125rem);
  font-size: clamp(1.375rem, 4.5vw, 3.75rem);
  line-height: clamp(1.4, 5vw, 3.9375rem);
}




/* Package cards — Al Majlis.svg */
.package-cards-section {

  box-sizing: border-box;
}

.bot-block-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.package-cards-list[hidden] {
  display: none;
}

.package-cards-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-start;
}

.package-cards-list>.package-card {
  flex: 1 1 calc(33.333% - 1.35rem);
  min-width: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e3ded5;
  border-radius: 1.875rem;
  box-sizing: border-box;
  overflow: hidden;
}

.package-card__hero {
  display: block;
  width: 100%;
  aspect-ratio: 527 / 306;
  object-fit: cover;
}

.package-card__body {
  width: 100%;
  box-sizing: border-box;
}

/* Card content frame — flow layout, % widths */
.package-card .frame,
.package-card .frame * {
  box-sizing: border-box;
}

.package-card .frame {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  padding: 6.83% 6.83%;
  overflow: hidden;
}

.package-card .group-2201,
.package-card .group-2202 {

  max-width: 100%;
  text-align: center;
}

.package-card .group-2201 {
  margin-bottom: 40px;
  margin-top: 25px;
}

.package-card .group-2202 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.package-card .heading {
  line-height: 1.15;
}

.package-card .heading-span {
  color: #b4904d;
  font-size: clamp(1rem, 2vw, 1.875rem);
  font-weight: 700;
}

.package-card .heading-span3 {
  color: #000000;
  font-size: clamp(1.375rem, 3.5vw, 3.4375rem);
  font-weight: 700;
}

.package-card .heading2 {
  margin: 0;
  color: #000000;
  font-size: clamp(0.6875rem, 1.25vw, 0.9375rem);
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.package-card .group-2208 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 8rem;
  padding: 0.5em 1em;
}

.package-card .rectangle-4 {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: #b4904d;
}

.package-card .group-10-15 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(0.8125rem, 1.5vw, 1.125rem);
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.package-card .heading3 {
  margin: 0;
  color: #000000;
  font-size: clamp(0.75rem, 1.25vw, 0.9375rem);
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
}

.package-card .frame-11 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.77%;
  min-width: 10rem;
  padding: 0.75em 9.5%;
  border-radius: 9999px;
  background: #9d7f36;
}



.package-card .order-this-menu:hover {
  filter: brightness(1.08);
}

.package-card .frame2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 25px;

  width: 100%;
}

.comon-btn {
  background: #9d7f36;
  gap: 10px;
  border: 0;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: clamp(9.5rem, 38vw, 16.0625rem);
  max-width: 100%;
  padding: clamp(0.625rem, 1.75vw, 1.25rem) clamp(1rem, 3vw, 1.375rem);
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.25s ease, filter 0.25s ease;
}

.comon-btn:hover {
  background: #85652c;
  color: #fff;
}

.package-card .frame2 .rectangle {
  flex: 1;
  max-width: 15.18%;
  height: 1px;
  background: #d1c7b2;
}

.package-card .frame2 .div {
  flex-shrink: 0;
  color: #b4904d;
  font-size: 10px;
  line-height: 1;
}

.package-card .menu {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  padding-top: 0.5rem;
}

.package-card .frame3 {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 66.03%;
  max-width: 100%;
}

/* .package-card .main-course,
.package-card .hot-appetizers,
.package-card .cold-appetizer,
.package-card .salad,
.package-card .sharing-dessert,
.package-card .sharing-drinks {
  width: 100%;
  color: #9d7f36;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
} */

.package-card .group-2203,
.package-card .group-22042,
.package-card .group-2205,
.package-card .group-2206,
.package-card .group-22062 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  width: 100%;
}

.package-card .group-2204 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  width: 100%;
}

.package-card .group-22043 {
  width: 100%;
  text-align: center;
}



.package-card .frame4,
.package-card .frame6,
.package-card .frame7,
.package-card .frame9,
.package-card .frame10 {
  display: flex;
  flex-direction: row;
  gap: 0.375rem;
  align-items: flex-start;
}

.package-card .frame5 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  padding: 0.25em 0.35em;
  border: 1px solid rgba(201, 196, 186, 0.3);
  border-radius: 0.1875rem;
  background: #faf6ef;
}

.package-card .d,
.package-card .g,
.package-card .n {
  color: #8c8073;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.package-card .heading4,
.package-card .heading5,
.package-card .heading6,
.package-card .heading7,
.package-card .heading8,
.package-card .heading9,
.package-card .heading10,
.package-card .heading11 {
  color: #262626;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.35;
  text-align: center;
  opacity: 0.5;
}

.package-card .frame8 {
  display: flex;
  justify-content: center;
  width: 100%;
}

.package-card .rectangle2 {
  width: 7.59%;
  min-width: 2rem;
  height: 1px;
  background: #d1c7b2;
}

.package-card .rectangle3 {
  width: 66.03%;
  max-width: 100%;
  height: 1px;
  background: #d1c7b2;
}

.package-card .commerce-meta {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
}

.package-card .frame11 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.375rem;
}

.package-card .ellipse {
  flex-shrink: 0;
  width: 0.25rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #b4904d;
}

.package-card .serves-10-15 {
  color: #6b6b6b;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.3;
}

.package-card .group-2217 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: 63.95%;
  max-width: 100%;
}


.package-card .frame12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  width: 100%;
  padding-top: 0.5rem;
}

.package-card .frame13 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.package-card .frame14 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.125em 0.375em;
  border-radius: 0.1875rem;
  background: #f2eada;
}

.package-card .d2,
.package-card .g2,
.package-card .s,
.package-card .n2 {
  color: #94712f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}

.package-card .dairy,
.package-card .gluten,
.package-card .shellfish,
.package-card .nuts {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.main-course {
  font-weight: 600;
  font-size: clamp(1rem, 2vw, 1.5625rem);
  color: #9D7F36;
  margin-bottom: clamp(1rem, 2.5vw, 1.875rem);
  line-height: 1.3;
}

.package-card .menu .frame3+.frame2.menu-section-divider,
.package-card .menu .frame2.menu-section-divider+.frame3 {
  margin-top: 1.5rem;
}

.package-card .menu .frame2.menu-section-divider {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  max-width: 66.03%;
}

.package-card .menu .frame2.menu-section-divider .rectangle {
  max-width: 42%;
}

.package-card .menu .menu-list li+li {
  margin-top: 0.75rem;
}

.allergens {
  border-radius: 5px;
  border: solid 2px rgba(201, 196, 186, 0.3);
  background: #faf6ef;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  color: #8c8073;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.menu-list li {
  list-style: none;
  text-align: center;
}


.menu-list li h6 {
  font-weight: 600;
  font-size: clamp(0.8125rem, 1.5vw, 1.125rem);
  color: #000;
  letter-spacing: unset;
  margin-bottom: 0;
  line-height: 1.3;
}

.menu-list li p {
  font-size: clamp(0.75rem, 1.25vw, 0.875rem);
  color: #000000;
  font-weight: 400;
  opacity: 0.5;
}


.service-icon {
  font-size: 11px;
  color: #6B6B6B;
  margin-bottom: 25px;
}

.service-icon-circle {
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.service-icon p {
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #6B6B6B;
}

.allergens-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.allergens-list li {
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 500;
}

.borrom-block-main {
  margin-top: 25px;
  padding-top: 25px;
  border-top: solid 1px #d1c7b2;
}

.borrom-block-main h6 {
  font-size: clamp(0.6875rem, 1.25vw, 0.9375rem);
  color: #000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  line-height: 1.3;
}


.accordion-container {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-item {
  border-bottom: 1px solid #d1c7b2;
}

.accordion-item:first-child {
  border-top: 1px solid #d1c7b2;
}

.accordion-item-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: clamp(1.25rem, 3vw, 2rem) 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  box-sizing: border-box;
}

.accordion-item-header:focus-visible {
  outline: 2px solid #9d7f36;
  outline-offset: 4px;
}

.accordion-item-header h3 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: clamp(2rem, 5vw, 2.8125rem);
  letter-spacing: unset;
  margin: 0;
  color: #000;
  pointer-events: none;
}

.accordion-item-header-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: solid 1px #d1c7b2;
  background: #fff;
  box-sizing: border-box;
  pointer-events: none;
}

.accordion-item-header:hover .accordion-item-header-icon {
  background: #faf6ef;
}

.accordion-item-header-icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 18px;
  height: auto;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.accordion-item .minus-icon {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(-90deg) scale(0.6);
}

.accordion-item .plus-icon {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.accordion-item.is-open .minus-icon {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(0deg) scale(1);
}

.accordion-item.is-open .plus-icon {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scale(0.6);
}

.accordion-item-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.45s ease, padding-bottom 0.45s ease;
  padding-bottom: 0;
  overflow: hidden;
}

.accordion-item.is-open .accordion-item-content {
  grid-template-rows: 1fr;
  padding-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.accordion-item-content>.accordion-item-list {
  min-height: 0;
  overflow: hidden;
}





/* Product modal overlay */
.product-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(0.75rem, 3vw, 1.5rem);
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.product-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
}

.product-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width:690px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  flex-shrink: 0;
}

body.is-modal-open {
  overflow: hidden;
}
.product-modal.is-quantity-item #modal-group-size-section,
.product-modal.is-quantity-item #modal-tab-section,
.product-modal.is-quantity-item .tab-selection-container#modal-tab-section {
  display: none !important;
}

.product-modal.is-group-size-item #modal-qty-section {
  display: none !important;
}

.product-modal .modal-main-block {
  overflow: hidden;
  background: #fff;
  border-radius: 3rem;
}

.product-modal__intro {
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
}

.product-modal__intro .row-title {
  margin: 0 0 0.3125rem;
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  line-height: 1.2;
  font-weight: 600;
  color: #000;
}

.product-modal__intro p {
  margin: 0;
  font-size: clamp(0.8125rem, 1.75vw, 0.9375rem);
  line-height: 1.5;
  color: #262626;
}

.product-modal__intro p[hidden] {
  display: none;
}

.product-modal__price-qty-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  margin-top: clamp(0.25rem, 1vw, 0.5rem);
}

.product-modal__price-block {
  flex: 1 1 auto;
  min-width: 0;
}

.product-modal__price-block h5,
.product-modal__order-qty-wrap h5,
.product-modal__footer-total h5,
.product-modal .modal-main-block-txt .group-size-container h5 {
  margin: 0 0 clamp(0.5rem, 1.5vw, 0.625rem);
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.25vw, 0.875rem);
  letter-spacing: unset;
  text-transform: uppercase;
  color: #717171;
}

.product-modal .product-modal__price-display {
  display: block;
  width: auto;
}

.product-modal .product-modal__price-display .heading {
  margin: 0;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.15em 0.35em;
}

.product-modal__order-qty-wrap {
  flex: 0 0 auto;
  display: flex;
   
  align-items: flex-end;
  align-items: center;
  gap: 10px;

}

.product-modal__order-qty-wrap h5{ color: #000; font-weight: 500;}

.product-modal__qty-stepper {
  display: inline-flex;
  align-items: stretch;
  background: #faf6ef;
  border-radius: 9999px;
  overflow: hidden;
  border: 1px solid #e8e0d0;
  min-height: 2.75rem;
}

.product-modal__qty-btn {
  width: 2.75rem;
  min-height: 2.75rem;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  line-height: 1;
  color: #262626;
  cursor: pointer;
  transition: background 0.2s ease;
  flex-shrink: 0;
}

.product-modal__qty-btn:hover {
  background: #ffe6ba;
}

.product-modal__qty-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.75rem;
  padding: 0 0.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
}

.product-modal__footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.product-modal__footer-total {
  flex: 0 1 auto;
  min-width: 0;
}

.product-modal__footer-total .product-modal__package-total-display {
  margin: 0;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.15em 0.35em;
}

.product-modal__footer-total .heading-span3 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #000;
}

.product-modal__footer-total .heading-span {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 400;
  color: #b4904d;
}

.product-modal__footer-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(100%, 26rem);
}

.product-modal .product-modal__add-cart {
  background: #000 !important;
}

.product-modal .product-modal__add-cart:hover {
  background: #85652c !important;
}

.product-modal__view-cart {
  background: #85652c !important;
}

.product-modal__view-cart:hover {
  background: #b4904d !important;
}

.product-modal__view-cart.is-hidden {
  display: none !important;
}

.product-modal .modal-main-block-bot-block .product-modal__footer-actions .comon-btn {
  flex: 1 1 0;
  min-width: clamp(7rem, 22vw, 10.5rem);
  max-width: none;
  width: auto;
  margin: 0;
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1rem, 2.5vw, 1.25rem);
  font-size: clamp(0.8125rem, 1.5vw, 0.9375rem);
}

.product-modal .modal-main-block-bot-block .product-modal__footer-actions .comon-btn:only-child {
  flex: 0 1 auto;
  min-width: clamp(9rem, 30vw, 14rem);
}

/* Catering add-to-cart feedback (toast + button states) */
.gerbou-catering-toast-root {
  position: fixed;
  z-index: 100050;
  top: clamp(1rem, 4vw, 1.5rem);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  pointer-events: none;
  max-width: min(24rem, calc(100vw - 2rem));
}

.gerbou-catering-toast {
  padding: 0.75rem 1.25rem;
  border-radius: 9999px;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: #fff;
  background: #262626;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.gerbou-catering-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gerbou-catering-toast--loading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #262626;
}

.gerbou-catering-toast__spinner {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: gerbou-catering-spin 0.7s linear infinite;
}

.gerbou-catering-toast--success {
  background: #85652c;
}

.gerbou-catering-toast--error {
  background: #8b2e2e;
}

@keyframes gerbou-catering-spin {
  to {
    transform: rotate(360deg);
  }
}

.product-modal__add-cart.is-loading,
.js-gerbou-catering-add-set.is-loading {
  opacity: 0.85;
  cursor: wait;
}

.product-modal__add-cart.is-success {
  background: #85652c !important;
}

#modal-qty-section {
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

#modal-qty-section .accordion-item-list-item-qty {
  margin-bottom: 0;
  text-align: left;
}

/* Modal — desktop max sizes in rem; scales down on tablet/mobile */
.modal-main-block {
  max-width: min(54.875rem, 100%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.product-modal .modal-main-block-img {
  border-radius: 0;
  overflow: hidden;
  position: relative;
  aspect-ratio: 878 / 505;
  flex-shrink: 0;
}

.product-modal .modal-main-block-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-modal .modal-main-block-txt {
  background: #fff;
  padding: clamp(1rem, 5vw, 2.75rem);
  padding-top: clamp(1.25rem, 4vw, 2rem);
  box-sizing: border-box;
}

.modal-main-block-txt .tab-selection-container {
  margin-bottom: clamp(0.75rem, 2vw, 1.25rem);
}

.modal-main-block-txt .tab-selection {
  max-width: 100%;
  background: #faf6ef;
}

.modal-main-block-txt .tab-selection .tab-selection__btn {
  max-width: 100%;
  padding: clamp(0.5rem, 1.25vw, 0.75rem) clamp(0.375rem, 1vw, 0.5rem);
  font-size: clamp(0.8125rem, 1.5vw, 1.125rem);
}

.modal-main-block-txt .price-container {
  align-items: flex-start;
}

.modal-main-block-txt .price-container .heading {
  margin-top: 0;
  line-height: 1.1;
}

.modal-main-block-txt .price-container .heading-span {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  font-weight: 400;
  color: #b4904d;
}

.modal-main-block-txt .price-container .heading-span3 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #000;
}

.product-modal .modal-main-block-bot-block {
  background: #faf6ef;
  border-radius: 0;
  padding: clamp(1rem, 3vw, 1.5rem) clamp(1rem, 5vw, 2.75rem);
  box-sizing: border-box;
}


.modal-button {
  padding: 17px;
  position: absolute;
  top: 8%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #faf6ef;
  border-radius: 50%;
}

.back-btn {
  left: 30px;
}

.close-btn {
  right: 30px;
}

.modal-button img {
  width: 100%;
}


.modal-button:hover {
  background: #ffe6ba;
}

@media (prefers-reduced-motion: reduce) {

  .accordion-item-content,
  .accordion-item-header-icon img {
    transition: none;
  }
}





.accordion-item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: clamp(1rem, 2vw, 2.6rem);
  margin: 0;
  padding: 0;
}

.accordion-item-list li {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: calc(24.2% - 1.125rem);
  box-sizing: border-box;
}

.accordion-item-list--grills>li {
  width: calc(50% - 1.3rem);
}

.accordion-item-list-item-qty {
  margin: 0 0 1.25rem;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #717171;
  opacity: 0.75;
  text-align: left;
}

.accordion-item-list--boxes .accordion-item-list-item-txt h3 {
  margin-bottom: 0.25rem;
}


.accordion-item-list-item-txt .tab-selection-container {
  margin-bottom: 1rem;
}

.accordion-item-list-item-txt .tab-selection-container .tab-selection {
  max-width: 100%;
}


.accordion-item-list-item-txt {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: #fff;
  padding: 6% 5%;
  border-radius: 0 0 17px 17px;
  box-sizing: border-box;
}

.accordion-item-list-item-img {
  flex-shrink: 0;
  border-radius: 17px 17px 0 0;
  overflow: hidden;
}

.accordion-item-list-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.accordion-item-list-item-txt h3 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.35rem;
  min-height: 2.8em;
  margin: 0 0 0.75rem;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: clamp(1.125rem, 2vw, 1.4375rem);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: unset;
}

.accordion-item-list-item-txt .price-container {
  margin-top: auto;
}

.add-btn {
  width: 49px;
  aspect-ratio: 1/1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a1818;
  border-radius: 50%;
}

.add-btn:hover {
  background: #85652c;
}

.price-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-container .heading-span3 {
  font-size: clamp(1.5rem, 3.5vw, 2.1875rem);
  font-weight: 700;
}

.price-container .heading-span {
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 400;
  color: #b4904d;
}


.accordion-item-list-item-txt h5 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: unset;
  margin-bottom: 0;
  color: #717171;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.accordion-item-list-item-txt h6 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: unset;
  margin-bottom: 0;
  color: #717171;
  text-transform: uppercase;
  margin-bottom: -19px;
}

.price-container .heading {
  margin-top: 10px;
}




.accordion-item-list-item-txt .tab-selection__btn {
  padding: 5px 8px;
}


.accordion-item-list-item-txt .tab-selection-container .tab-selection {
  background: #faf6ef;
  border: solid 1px rgba(201, 196, 186, 0.2);
}


.inner-banner-new {
  width: 100%;
  aspect-ratio: 1920/738;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 10%;
}

.inner-banner-new::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
}

.inner-banner-new h2 {
  line-height: 100%;
  letter-spacing: 2%;
  color: #fff;
  font-size: clamp(3rem, 8vw, 5.9375rem);
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


@media (max-width: 1024px) {
  .package-card .heading-span3 {
    font-size: 40px;
  }

  .product-modal .modal-main-block {
    border-radius: 2rem;
  }

  .accordion-item-list li {
    width: calc(33.333% - 1rem);
  }

  .accordion-item-list--grills>li {
    width: calc(50% - 0.75rem);
  }
}

@media (max-width: 820px) {
  .bot-block-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .experience-toggle__btn {
    height: 45px;
    font-size: 14px;
  }

  .experience-toggle__slider {
    height: 45px;
  }

  .experience-toggle {
    height: 57px;
  }
}

@media (max-width: 480px) {
  .tab-selection__btn {
    font-size: 12px;
    padding: 10px 4px;
  }

  .bot-block-section h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .bot-block-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .menu-list li p {
    margin-bottom: 10px;
  }

  .package-card .frame2 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }


  .package-cards-list>.package-card {
    border-radius: 1rem;
  }



  .experience-toggle__btn {
    height: 35px;
    font-size: 12px;
  }


  .modal-button {
    width: 40px;
    height: 40px;
    padding: 13px;
  }


  .inner-banner-new {
    aspect-ratio: 1/1.1;
  }

}








@media (max-width: 640px) {

  .product-modal .modal-main-block {
    border-radius: 1.5rem;
  }

  .product-modal__footer-row {
    flex-direction: column;
    align-items: stretch;
  }

  .product-modal__footer-total {
    text-align: center;
  }

  .product-modal__footer-total .product-modal__package-total-display {
    justify-content: center;
  }

  .product-modal__footer-actions {
    max-width: none;
    width: 100%;
  }

  .product-modal .modal-main-block-bot-block .product-modal__footer-actions .comon-btn {
    flex: 1 1 0;
    min-width: 0;
  }

  .product-modal__price-qty-row {
    flex-wrap: wrap;
  }

  .product-modal__order-qty-wrap {
    width: 100%;
    align-items: flex-start;
  }

  .accordion-item-list li,
  .accordion-item-list--grills>li {
    width: 100%;
  }

  .package-cards-list>.package-card {
    flex: 1 1 100%;
    max-width: none;
  }

  .package-card .frame-11 {
    width: 100%;
  }

  .package-card .frame3,
  .package-card .rectangle3,
  .package-card .group-2217 {
    width: 100%;
  }
}

/* Order form template style */
.gerbou-order-form-page .section-padding-top {
  padding-top: 80px;
}

.gerbou-order-form-page .gerbou-custom-checkout {
  padding-bottom: 80px;
}

.gerbou-order-form-page .gerbou-custom-checkout__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 40px;
  align-items: start;
}

.gerbou-order-form-page .gerbou-custom-checkout__section h2,
.gerbou-order-form-page .gerbou-custom-checkout__payment h2 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 123%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 14px;
}

.gerbou-order-form-page .gerbou-custom-checkout__section p,
.gerbou-order-form-page .gerbou-custom-checkout__payment>p.gerbou-custom-checkout__terms {
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 26px;
}

.gerbou-order-form-page .gerbou-custom-summary h2 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 123%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 42px;
}

.gerbou-order-form-page .gerbou-custom-checkout__notice {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #e6e6e6;
  background: #f1f1f1;
  padding: 10px 14px;
  margin-bottom: 24px;
  font-size: 14px;
}

.gerbou-order-form-page .gerbou-custom-checkout__notice img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.gerbou-order-form-page .gerbou-custom-checkout__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  margin-bottom: 40px;
}

.gerbou-order-form-page .gerbou-custom-checkout__field--full {
  grid-column: 1 / -1;
}

.gerbou-order-form-page .gerbou-custom-checkout__field--half {
  grid-column: span 1;
}

.gerbou-order-form-page .gerbou-custom-checkout__fields--delivery .gerbou-custom-checkout__field--half:nth-child(2),
.gerbou-order-form-page .gerbou-custom-checkout__fields--delivery .gerbou-custom-checkout__field--half:nth-child(3) {
  width: 100%;
}

.gerbou-order-form-page .gerbou-custom-checkout__fields label,
.gerbou-order-form-page .gerbou-custom-checkout__checkbox {
  display: flex;
  flex-direction: column;
}

.gerbou-order-form-page .gerbou-custom-checkout__fields label span {
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 8px;
}

.gerbou-order-form-page .gerbou-custom-checkout__label--icon span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.gerbou-order-form-page .gerbou-custom-checkout__label--icon img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.gerbou-order-form-page .gerbou-custom-checkout__fields input,
.gerbou-order-form-page .gerbou-custom-checkout__fields select {
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  background: transparent;
  min-height: 46px;
  padding: 0;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
}

.gerbou-order-form-page .gerbou-custom-checkout__field--select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 28px;
  cursor: pointer;
  background-image: url(../images/select-chevron.svg);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 13px 28px;
  padding-top: 8px;
  /* mimic label offset */
}

.gerbou-order-form-page .gerbou-custom-checkout__fields input:focus,
.gerbou-order-form-page .gerbou-custom-checkout__fields select:focus {
  outline: none;
  border-bottom-color: #9d7f36;
}

.gerbou-order-form-page .gerbou-custom-checkout__checkbox {
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.gerbou-order-form-page .gerbou-custom-checkout__checkbox--same-delivery span {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0;
  color: #000;
  text-transform: capitalize;
}

.gerbou-order-form-page .gerbou-custom-checkout__checkbox input {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.gerbou-order-form-page .gerbou-custom-checkout__checkbox:not(.gerbou-custom-checkout__checkbox--same-delivery) span {
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

.gerbou-order-form-page .gerbou-custom-checkout__payment {
  margin-top: 20px;
}

.gerbou-order-form-page .gerbou-custom-checkout__payment h2 {
  margin-top: 0;
}

.gerbou-order-form-page .gerbou-custom-checkout__payment-method {
  border: 0;
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 26px;
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

.gerbou-order-form-page .gerbou-custom-checkout__terms {
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-size: 18px;
  line-height: 160%;
  text-transform: none;
  margin: 0 0 48px;
}

.gerbou-order-form-page .gerbou-custom-checkout__terms strong {
  font-weight: 600;
}

.gerbou-order-form-page .gerbou-custom-checkout__actions {
  display: flex;
  column-gap: 20px;
  row-gap: 16px;
  flex-wrap: wrap;
}

.gerbou-order-form-page .gerbou-custom-checkout__btn {
  position: relative;
  height: 70px;
  display: inline-flex;
  width: 240px;
  min-width: 240px;
  border-radius: 50px;
  align-items: center;
  padding: 0 34px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.gerbou-order-form-page .wc-block-components-checkout-return-to-cart-button {
  border: 1px solid rgba(192, 172, 146, 1);
  background: #fff;
  color: #000;
  justify-content: flex-end;
}

.gerbou-order-form-page .wc-block-components-checkout-return-to-cart-button::before {
  content: "";
  position: absolute;
  background: url(../images/btn-arrow-1.svg) no-repeat;
  left: 35px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 59px;
  height: 32px;
}

.gerbou-order-form-page .wc-block-components-checkout-place-order-button {
  border: 0;
  color: #fff;
  justify-content: flex-start;
  background: url(../images/btn-arrow.svg) rgba(157, 127, 54, 1) no-repeat 135px;
}

.gerbou-order-form-page .wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #4b502d;
  color: #fff;
}

.gerbou-order-form-page .wc-block-components-checkout-place-order-button:hover {
  background-color: #4b502d;
  color: #fff;
}

.gerbou-order-form-page .gerbou-custom-checkout__right {
  position: relative;
  padding: 130px 0 130px 75px;
}

.gerbou-order-form-page .gerbou-custom-checkout__right::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30%;
  background: url(../images/hm-expc-bg.png) rgba(238, 232, 223, 1) no-repeat center top;
  background-blend-mode: screen;
  width: 130%;
  height: 100%;
  z-index: -1;
}

.gerbou-order-form-page .gerbou-custom-summary {
  padding: 0;
  background: transparent;
}

.gerbou-order-form-page .gerbou-custom-summary__group {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
  margin-bottom: 34px;
}

.gerbou-order-form-page .gerbou-custom-summary__group h3 {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 123%;
  letter-spacing: -0.045em;
  text-transform: capitalize;
  color: #000;
  margin: 0 0 16px;
}

.gerbou-order-form-page .gerbou-custom-summary__item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
  padding: 18px 0;
}

.gerbou-order-form-page .gerbou-custom-summary__thumb {
  flex: 0 0 86px;
}

.gerbou-order-form-page .gerbou-custom-summary__thumb img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: block;
  object-fit: cover;
}

.gerbou-order-form-page .gerbou-custom-summary__body {
  flex: 1 1 auto;
  min-width: 0;
}

.gerbou-order-form-page .gerbou-custom-summary__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.gerbou-order-form-page .gerbou-custom-summary__row strong {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
}

.gerbou-order-form-page .gerbou-custom-summary__price {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  white-space: nowrap;
  flex-shrink: 0;
}

.gerbou-order-form-page .gerbou-custom-summary__details {
  margin: 0;
  width: 100%;
  font-family: 'Avenir Book', 'Avenir LT Pro', 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.45;
  color: #5d5d5d;
  text-transform: none;
}

.gerbou-order-form-page .gerbou-custom-summary__totals {
  margin-top: 14px;
}

.gerbou-order-form-page .gerbou-custom-summary__totals>div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.gerbou-order-form-page .gerbou-custom-summary__totals>div:last-child {
  border-bottom: 0;
}

.gerbou-order-form-page .gerbou-custom-summary__grand {
  font-weight: 700;
}

@media only screen and (max-width: 1180px) {
  .gerbou-order-form-page .gerbou-custom-checkout__grid {
    grid-template-columns: 1fr;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__right {
    width: 100%;
    padding: 50px 0;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__right::before {
    left: -10%;
    right: unset;
  }
}

@media only screen and (max-width: 640px) {
  .gerbou-order-form-page .gerbou-custom-checkout__fields {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__field--full {
    grid-column: auto;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__section h2,
  .gerbou-order-form-page .gerbou-custom-summary__group h3 {
    font-size: 22px;
  }

  .gerbou-order-form-page .gerbou-custom-summary h2 {
    font-size: 26px;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__section p {
    font-size: 16px;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__field--half {
    grid-column: 1 / -1;
  }

  .gerbou-order-form-page .gerbou-custom-checkout__btn {
    width: 190px;
    min-width: 190px;
    height: 50px;
    padding: 0 15px;
  }

  .gerbou-order-form-page .wc-block-components-checkout-return-to-cart-button::before {
    left: 10px;
  }

  .gerbou-order-form-page .wc-block-components-checkout-place-order-button {
    background-position: 120px;
  }
}

/* Guest landing page */
body.gerbou-guest-landing-page .header,
body.gerbou-guest-landing-page .mob-menu,
body.gerbou-guest-landing-page .footer,
body.gerbou-guest-landing-page #reservation-popup1 {
  display: none !important;
}

body.gerbou-guest-landing-page {
  margin-top: 0 !important;
}

.gerbou-guest-landing-page .gerbou-guest-landing__outer {
  width: 100%;
  min-height: 100vh;
  margin-top: 0;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.gerbou-guest-landing-page .gerbou-guest-landing {
  width: 100%;
  background-color: #eee5d8;
  background-image: url(../images/bg.png);
  padding: 50px 40px 40px;
  max-width: 402px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.gerbou-guest-landing-page .gerbou-guest-landing__inner {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.gerbou-guest-landing-page .gerbou-guest-landing__top,
.gerbou-guest-landing-page .gerbou-guest-landing__bottom {
  width: 100%;
}

.gerbou-guest-landing-page .gerbou-welcome-card {
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px 30px;
  border-radius: 30px;
  min-height: 321px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(180deg, rgba(157, 127, 54, 0.1) 0%, rgba(157, 127, 54, 0.5) 100%) border-box;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.gerbou-guest-landing-page .gerbou-welcome-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 95px;
  height: 20px;
  padding: 0 12px;
  background: #f3eee5;
  border-radius: 30px;
  margin-bottom: 25px;
}

.gerbou-guest-landing-page .gerbou-welcome-card__badge-text {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0;
  color: #9d7f36;
  text-transform: uppercase;
}

.gerbou-guest-landing-page .gerbou-welcome-card__dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9d7f36;
  flex-shrink: 0;
}

.gerbou-guest-landing-page .gerbou-welcome-card__logo-wrap {
  width: 107px;
  height: 107px;
  padding:22px;
  border: 1px solid rgba(157, 127, 54, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  box-sizing: border-box;
}

.gerbou-guest-landing-page .gerbou-welcome-card__logo {
  width: 72px;
  height: auto;
  display: block;
}

.gerbou-guest-landing-page .gerbou-welcome-card__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gerbou-guest-landing-page .gerbou-welcome-card__title {
  margin: 0;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0;
  color: #9d7f36;
}

.gerbou-guest-landing-page .gerbou-welcome-card__subtitle {
  margin: 0;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0;
  color: #8e8e8e;
}

.gerbou-guest-landing-page .gerbou-guest-landing__actions-title {
  margin: 0 0 20px;
  text-align: center;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  text-transform: uppercase;
}

.gerbou-guest-landing-page .gerbou-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.gerbou-guest-landing-page .gerbou-quick-action-wrap {
  width: 100%;
}

.gerbou-guest-landing-page .gerbou-quick-action,
.gerbou-guest-landing-page button.gerbou-quick-action {
  width: 100%;
  min-height: 67px;
  padding: 8px;
  border: 0;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
}

.gerbou-guest-landing-page .gerbou-quick-action__icon-wrap {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  border-radius: 50%;
  border: 1px solid rgba(157, 127, 54, 0.2);
  background-color: #F3EEE5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.gerbou-guest-landing-page .gerbou-quick-action__icon-wrap img {
  width: 24px;
  height: 24px;
  display: block;
  object-fit: contain;
}

.gerbou-guest-landing-page .gerbou-quick-action__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.gerbou-guest-landing-page .gerbou-quick-action__heading {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000;
  margin-bottom: 2px;
}

.gerbou-guest-landing-page .gerbou-quick-action__info {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: #afafaf;
}

.gerbou-guest-landing-page .gerbou-guest-landing__copyright {
  margin: auto 0 0;
  padding-top: 24px;
  text-align: center;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0;
  color: #8e8e8e;
}

body.gerbou-wifi-popup-open {
  overflow: hidden;
}

.gerbou-wifi-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.gerbou-wifi-popup[hidden] {
  display: none !important;
}

.gerbou-wifi-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.gerbou-wifi-popup__card {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 320px;
  padding: 24px 20px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
}

.gerbou-wifi-popup__close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 50%;
  background: #f3eee5;
  color: #9d7f36;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.gerbou-wifi-popup__title {
  margin: 0 0 18px;
  text-align: center;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  color: #000;
}

.gerbou-wifi-popup .gerbou-wifi-credential + .gerbou-wifi-credential {
  margin-top: 14px;
}

.gerbou-wifi-credential {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gerbou-wifi-credential__label {
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #8e8e8e;
  text-transform: uppercase;
}

.gerbou-wifi-credential__row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.gerbou-wifi-credential--name .gerbou-wifi-credential__value {
  width: 100%;
}

.gerbou-wifi-credential__value {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f3eee5;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #000;
  word-break: break-all;
}

.gerbou-wifi-credential__copy {
  flex: 0 0 auto;
  min-width: 64px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: #9d7f36;
  font-family: 'Avenir', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
  cursor: pointer;
}

.gerbou-wifi-credential__copy.is-copied {
  background: #6f5a26;
}

@media (max-width: 480px) {
  .gerbou-guest-landing-page .gerbou-guest-landing__outer {
    margin-top: 0;
    padding: 24px;
  }
}

