body.shop-shell-v2 {
  min-width: 100%;
  min-height: 100%;
  position: relative;
  --main-font-family-base: "Helvetica Neue", Helvetica, Arial, sans-serif, "saudi_riyal";
  --main-font-family-display: "Helvetica Neue", Arial Narrow, sans-serif;
  background-color: #eef1f4;
  color: #2e2e2e;
  font-family: var(--main-font-family-base);
  font-size: var(--shop-v2-font-size-lg);
  line-height: 1.62;
}

body.shop-shell-v2,
body.shop-shell-v2 button,
body.shop-shell-v2 input,
body.shop-shell-v2 select,
body.shop-shell-v2 textarea {
  font-family: var(--main-font-family-base);
}

body.shop-shell-v2 p,
body.shop-shell-v2 li,
body.shop-shell-v2 .text-muted,
body.shop-shell-v2 .help-block,
body.shop-shell-v2 small {
  line-height: 1.6;
}

body.shop-shell-v2 .panel-title,
body.shop-shell-v2 .modal-title,
body.shop-shell-v2 .checkout-step-label {
  line-height: 1.2;
}

body.shop-shell-v2 .btn,
body.shop-shell-v2 .form-control {
  font-size: var(--shop-v2-font-size-lg);
}

body.shop-shell-v2 .btn {
  border-radius: 14px;
}

body.shop-shell-v2 .panel,
body.shop-shell-v2 .modal-content,
body.shop-shell-v2 .dropdown-menu {
  border-radius: 22px;
}

body.shop-shell-v2 .panel {
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

body.shop-shell-v2 .form-control {
  border-radius: 14px;
  box-shadow: none;
}

body.shop-shell-v2 h1,
body.shop-shell-v2 h2,
body.shop-shell-v2 h3,
body.shop-shell-v2 h4,
body.shop-shell-v2 h5,
body.shop-shell-v2 h6 {
  font-family: var(--main-font-family-display);
  line-height: 1.06;
}

body.shop-shell-v2 .shop-shell-header__menu-toggle,
body.shop-shell-v2 .shop-shell-nav__link,
body.shop-shell-v2 .shop-shell-drawer__link-text,
body.shop-shell-v2 .shop-shell-footer__title,
body.shop-shell-v2 .shop-v2-kicker,
body.shop-shell-v2 .shop-v2-title,
body.shop-shell-v2 .shop-v2-hero__title,
body.shop-shell-v2 .shop-v2-card__eyebrow,
body.shop-shell-v2 .shop-v2-card__title,
body.shop-shell-v2 .shop-v2-card__price,
body.shop-shell-v2 .shop-catalog-v2__eyebrow,
body.shop-shell-v2 .shop-catalog-v2__title,
body.shop-shell-v2 .shop-catalog-v2__section-title,
body.shop-shell-v2 .shop-catalog-v2__sidebar-kicker,
body.shop-shell-v2 .shop-catalog-v2__sidebar-title,
body.shop-shell-v2 .shop-catalog-v2__price,
body.shop-shell-v2 .shop-catalog-v2__cta,
body.shop-shell-v2 .shop-catalog-v2__cta-secondary,
body.shop-shell-v2 .shop-catalog-v2__sidebar-cta,
body.shop-shell-v2 .shop-catalog-v2__sidebar-gift {
  font-family: var(--main-font-family-display);
}

body.shop-shell-v2 #bloc_add_to_cart.modal {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 16px;
}

body.shop-shell-v2 #bloc_add_to_cart .modal-dialog {
  width: min(680px, calc(100vw - 24px));
  margin: 0;
}

body.shop-shell-v2 #bloc_add_to_cart .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
  background: #fff;
}

body.shop-shell-v2 .shop-add-to-cart-v2__hero {
  position: relative;
  min-height: 210px;
  padding: 20px 22px 22px;
  color: var(--shop-v2-product-header-text-color);
  background:
    linear-gradient(180deg, rgba(8, 18, 34, 0.18), rgba(8, 18, 34, 0.68)),
    radial-gradient(circle at top left, color-mix(in srgb, var(--shop-v2-main-color) 60%, white), transparent 36%),
    linear-gradient(135deg, var(--shop-v2-product-header-bg-color) 0%, color-mix(in srgb, var(--shop-v2-product-header-bg-color) 52%, black) 100%);
  overflow: hidden;
}

body.shop-shell-v2 .shop-add-to-cart-v2__hero--image {
  background:
    linear-gradient(180deg, rgba(8, 18, 34, 0.08), rgba(8, 18, 34, 0.62)),
    linear-gradient(180deg, rgba(19, 23, 38, 0.15), rgba(19, 23, 38, 0.68)),
    var(--shop-add-to-cart-v2-hero-image, none),
    radial-gradient(circle at top left, color-mix(in srgb, var(--shop-v2-main-color) 60%, white), transparent 36%),
    linear-gradient(135deg, var(--shop-v2-product-header-bg-color) 0%, color-mix(in srgb, var(--shop-v2-product-header-bg-color) 52%, black) 100%);
  background-size: cover;
  background-position: center;
}

body.shop-shell-v2 .shop-add-to-cart-v2__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--shop-v2-product-header-text-color);
  font-size: 28px;
  line-height: 1;
}

body.shop-shell-v2 .shop-add-to-cart-v2__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(96, 206, 255, 0.18);
  border: 1px solid rgba(96, 206, 255, 0.45);
  color: #bfeeff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-add-to-cart-v2__hero-title {
  margin: 12px 0 0;
  max-width: 76%;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.02;
  text-wrap: balance;
}

body.shop-shell-v2 .shop-add-to-cart-v2__description {
  margin: 0 0 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.55;
}

body.shop-shell-v2 .shop-add-to-cart-v2__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__fact {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f2f4f7;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
}

body.shop-shell-v2 .shop-add-to-cart-v2__success {
  margin: -24px 16px 0;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid #c7efd4;
  background: #eefaf2;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

body.shop-shell-v2 .shop-add-to-cart-v2__success-badge {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #14c779;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 800;
}

body.shop-shell-v2 .shop-add-to-cart-v2__success-title {
  color: #10754a;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

body.shop-shell-v2 .shop-add-to-cart-v2__success-text {
  margin-top: 4px;
  color: #4c6660;
  font-size: 14px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__error {
  display: none;
  margin: 12px 16px 0;
  border-radius: 18px;
  border: 1px solid #f4b5b5;
  background: #fff2f2;
  color: #8f1d1d;
}

body.shop-shell-v2 .shop-add-to-cart-v2__body {
  padding: 18px 16px 10px;
}

body.shop-shell-v2 .shop-catalog-bottom-span .shop-btn {
  min-width: unset;
  min-height: 57px !important;
}

body.shop-shell-v2 .shop-catalog-bottom-span .shop-catalog-btn-gift {
  min-height: 57px !important;
}

body.shop-shell-v2 .shop-catalog-bottom-span .shop-catalog-btn-div {
  display: block;
  margin-left: unset;
}

@media (min-width: 1200px) {
  body.shop-shell-v2 .shop-catalog-bottom-span .shop-btn .shop-catalog-glyph {
    font-size: 180%;
  }
}

@media (max-width: 1199px) {
  body.shop-shell-v2 .shop-catalog-bottom-span .shop-btn .shop-catalog-glyph {
    font-size: 125%;
  }
}

@media (max-width: 992px) {
  body.shop-shell-v2 .shop-catalog-bottom-span .shop-btn .shop-catalog-glyph {
    font-size: 180%;
  }
}

body.shop-shell-v2 .onecard-disclaimer {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}

body.shop-shell-v2 .onecard-mode {
  margin-top: 8px;
}

body.shop-shell-v2 .onecard-display-notice,
body.shop-shell-v2 .onecard-guest-notice,
body.shop-shell-v2 .onecard-edit-notice {
  margin-bottom: 10px;
}

body.shop-shell-v2 .onecard-display-topline,
body.shop-shell-v2 .onecard-edit-topline {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body.shop-shell-v2 .onecard-display-topline {
  align-items: flex-end;
}

body.shop-shell-v2 .onecard-display-logo,
body.shop-shell-v2 .onecard-guest-logo,
body.shop-shell-v2 .onecard-edit-logo {
  width: 40px;
  flex: 0 0 40px;
  height: auto;
  margin-top: 2px;
}

body.shop-shell-v2 .onecard-display-copy,
body.shop-shell-v2 .onecard-guest-copy,
body.shop-shell-v2 .onecard-edit-input-wrap {
  flex: 1;
  min-width: 0;
}

body.shop-shell-v2 .onecard-display-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

body.shop-shell-v2 .onecard-edit-trigger {
  cursor: pointer;
  white-space: nowrap;
}

body.shop-shell-v2 .onecard-guest-actions {
  margin-top: 10px;
  text-align: center;
}

body.shop-shell-v2 .onecard-edit-phone-line,
body.shop-shell-v2 .onecard-edit-actions {
  margin-top: 10px;
}

body.shop-shell-v2 .onecard-edit-actions .btn {
  width: 100%;
}

body.shop-shell-v2 .group-nb-people,
body.shop-shell-v2 .group-nb-nights {
  padding: 2px 4px;
  border-radius: 4px;
}

body.shop-shell-v2 .autobook-summary-line {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: baseline;
}

body.shop-shell-v2 .autobook-summary-range,
body.shop-shell-v2 .autobook-summary-sessions {
  white-space: nowrap;
}

body.shop-shell-v2 .booking-timeslot:hover {
  background-color: #43c7f2;
  color: #FFF;
}

body.shop-shell-v2 button#booking-timeslot-submit.ready {
  background-color: #43c7f2 !important;
  color: #FFF !important;
  font-weight: 800;
  border-color: #43c7f2 !important;
}

body.shop-shell-v2 .bookingVoucherDay-pricecat-title {
  width: 100%;
  background-color: var(--main-color, #43c7f2);
  color: var(--main-color-text-color, #FFFFFF);
  padding: 1rem;
  font-size: 16px;
}

body.shop-shell-v2 .bookingVoucherDay-timeslots-container {
  margin-bottom: 2rem;
}

body.shop-shell-v2 .if-choose-date {
  background-color: var(--cart-book-all-button-background-color, #39C11F);
  border-color: var(--cart-book-all-button-background-color, #39C11F) !important;
  color: var(--cart-book-all-button-text-color, #FFFFFF);
}

body.shop-shell-v2 span.booking-date-container {
  background-color: #39C11F;
  border-radius: 50vmin;
  padding: 0.5rem 1rem;
}

body.shop-shell-v2 .booking-date-container span.glyphicon {
  margin-top: -3px;
}

body.shop-shell-v2 .lowest-price-tag {
  top: 5px;
  right: 5px;
  transform: scaleX(-1);
}

body.shop-shell-v2 .lowest-price-tag img {
  width: 18px;
  height: 18px;
}

body.shop-shell-v2 .min-day-price-full {
  font-size: 12px;
  white-space: normal;
}

body.shop-shell-v2 .min-day-price-full span {
  display: inline-block;
}

body.shop-shell-v2 .choose-date-button span p {
  margin-bottom: 0;
}

body.shop-shell-v2 .height-limited {
  max-height: 110px;
  height: 110px;
}

body.shop-shell-v2 .height-limited-no-img {
  max-height: 255px;
  height: 255px;
}

body.shop-shell-v2 .shop-panel-body.height-limited,
body.shop-shell-v2 .shop-panel-body.height-limited-no-img {
  overflow-y: hidden;
}

body.shop-shell-v2 .shop-panel-footer .shop-catalog-bottom-span > .shop-btn:nth-of-type(1),
body.shop-shell-v2 .shop-panel-footer .shop-catalog-bottom-span > .shop-btn:nth-of-type(2) {
  width: calc(50% - 10px);
}

body.shop-shell-v2 .see-more-layer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 1rem 2rem;
}

body.shop-shell-v2 .height-limited .background-layer,
body.shop-shell-v2 .height-limited-no-img .background-layer {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 70%);
}

body.shop-shell-v2 span.glyphicon-menu-down {
  margin-right: 1rem;
}

body.shop-shell-v2 .suggestion-image {
  height: 145px;
}

body.shop-shell-v2 .heading-catalog {
  min-height: unset !important;
}

body.shop-shell-v2 .panel-heading {
  padding: 8px 15px !important;
}

body.shop-shell-v2 .btn-sides-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

body.shop-shell-v2 .btn-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

body.shop-shell-v2 .btn-right-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 768px) {
  body.shop-shell-v2 .lowest-price-tag {
    top: 1px;
    right: 5px;
    transform: scaleX(-1);
  }

  body.shop-shell-v2 .lowest-price-tag img {
    width: 9px;
    height: 9px;
  }

  body.shop-shell-v2 .min-day-price-full {
    font-size: 10px !important;
  }

  body.shop-shell-v2 .cal-booking-day {
    font-size: 12px !important;
  }

  body.shop-shell-v2 .xs-mt-3 {
    margin-top: 1.5rem;
  }
}

body.shop-shell-v2 .shop-add-to-cart-v2__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 10px 0 6px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__item-copy {
  min-width: 0;
}

body.shop-shell-v2 .shop-add-to-cart-v2__item-title {
  color: #1f2937;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.1;
}

body.shop-shell-v2 .shop-add-to-cart-v2__item-subtitle {
  margin-top: 5px;
  color: #6b7280;
  font-size: 13px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__item-description {
  margin-top: 10px;
  color: #4b5563;
  font-size: 13px;
  line-height: 1.5;
}

body.shop-shell-v2 .shop-add-to-cart-v2__quantity-label {
  margin-top: 10px;
  color: #667085;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-add-to-cart-v2__item-meta {
  flex: 0 0 auto;
  min-width: 240px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  justify-self: end;
}

body.shop-shell-v2 .shop-add-to-cart-v2__qty {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid #d8dde5;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

body.shop-shell-v2 .shop-add-to-cart-v2__qty-btn {
  width: 46px;
  height: 46px;
  border: 0;
  background: transparent;
  color: #374151;
  font-size: 28px;
  line-height: 1;
}

body.shop-shell-v2 .shop-add-to-cart-v2__qty-btn:disabled {
  opacity: 0.3;
}

body.shop-shell-v2 .shop-add-to-cart-v2__qty-value {
  min-width: 44px;
  padding: 0 10px;
  color: #111827;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

body.shop-shell-v2 .shop-add-to-cart-v2__price {
  margin-top: 0;
  color: #1f2937;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  text-align: right;
}

body.shop-shell-v2 .shop-add-to-cart-v2__price-sub {
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
}

body.shop-shell-v2 .shop-add-to-cart-v2__footer {
  padding: 0 16px 16px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 0 18px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eafaf0;
  color: #0e7b45;
  font-size: 13px;
  font-weight: 700;
}

body.shop-shell-v2 .shop-add-to-cart-v2__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

body.shop-shell-v2 .shop-add-to-cart-v2__btn {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.shop-shell-v2 .shop-add-to-cart-v2__btn--secondary {
  background: #fff;
  border-color: #d8dde5;
  color: #1f2937;
}

body.shop-shell-v2 .shop-add-to-cart-v2__btn--primary {
  background: linear-gradient(
    135deg,
    var(--shop-v2-buy-buttons-bg-color) 0%,
    color-mix(in srgb, var(--shop-v2-buy-buttons-bg-color) 72%, white) 100%
  );
  color: var(--shop-v2-buy-buttons-text-color);
  border-color: rgba(255, 255, 255, 0.15);
  text-align: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding-top: 14px;
  color: #6b7280;
  font-size: 13px;
  justify-content: center;
}

body.shop-shell-v2 .shop-add-to-cart-v2__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

body.shop-shell-v2 .shop-add-to-cart-v2__trust-icon {
  color: var(--shop-v2-main-color);
  font-weight: 800;
}

@media (max-width: 575px) {
  body.shop-shell-v2 #bloc_add_to_cart.modal {
    padding: 8px;
  }

  body.shop-shell-v2 #bloc_add_to_cart .modal-dialog {
    width: auto;
    max-width: none;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__hero {
    min-height: 184px;
    padding: 18px 18px 20px;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__hero-title {
    max-width: 100%;
    font-size: 28px;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__success {
    margin-left: 12px;
    margin-right: 12px;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__body,
  body.shop-shell-v2 .shop-add-to-cart-v2__footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__item {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.shop-shell-v2 .shop-add-to-cart-v2__item-meta {
    width: 100%;
    min-width: 0;
    justify-self: start;
    justify-content: space-between;
  }
}
