/**
 * 4escape widget overrides.
 *
 * Keep every selector scoped to the booking and gift-card blocks, or to the
 * Forescape portal root for dialogs rendered outside those blocks.
 *
 * Example:
 *
 * :is(.booking, .gift-cards) .forescape-catalog input {
 *     font-family: inherit;
 * }
 */
#headlessui-portal-root.forescape .f-cart-panel {
    background-color: var(--wp--preset--color--peach) !important;
}
#headlessui-portal-root.forescape .f-cart-panel button.btn-rush.btn-pink {
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 99px;
    background-color: var(--btn-background);
    color: var(--wp--preset--color--black);
}
#headlessui-portal-root.forescape .f-cart-panel button.btn-rush.btn-pink:is(:hover, :focus-visible) {
    background-color: var(--btn-hover-background);
}
:is(.booking, .gift-cards) .f-section {
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 15px;
}
:is(.booking, .gift-cards) .f-section:has(.f-section) {
    border: 0;
}
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 > .f-section:empty {
    border: 0;
}
:is(.booking, .gift-cards) .f-highlight {
    border: 0;
    border-color: initial;
    background-color: transparent;
    color: #00F;
    border-radius: 0;
    
}
:is(.booking, .gift-cards) .f-h3{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-family: inherit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 108.333% */
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--new-science-extended)!important;
}
:is(.booking, .gift-cards) .forescape .f-panel{
    border: transparent;
    border-color: transparent;
    background-color: transparent;
    color: var(--f-panel-text-color);
    border-radius: var(--f-panel-border-radius);
    font-size: var(--f-text-base-size);
}
:is(.booking, .gift-cards) .forescape .f-panel + .f-highlight,
:is(.booking, .gift-cards) .forescape .f-section + .f-highlight,
:is(.booking, .gift-cards) .forescape .f-section + .f-section {
    margin-top: 24px;
}
:is(.booking, .gift-cards) .forescape .f-cart-content {
    background-color: #FF3BAF;
    border: 0 !important;
}
:is(.booking, .gift-cards) .forescape .f-cart {
    border: 0 !important;
}
:is(.booking, .gift-cards) .forescape .f-cart-toggle-btn {
    border: 0 !important;
}
:is(.booking, .gift-cards) .forescape :is(
    .f-cart-toggle-btn-size,
    .f-cart-toggle-btn-timeout,
    .f-cart-toggle-btn-amount
) {
    color: var(--wp--preset--color--beige) !important;
}
:is(.booking, .gift-cards) .forescape .f-cart-toggle-btn-icon > svg {
    position: relative;
    z-index: 1;
}
:is(.booking, .gift-cards) .forescape .f-cart-toggle-btn-size {
    z-index: 2;
    opacity: 1;
}
:is(.booking, .gift-cards) .f-player-picker-label{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    font-family: 'new-science-extended';
}
:is(.booking, .gift-cards) .forescape .f-player-picker-error{
    border-radius: 5px;
}
:is(.booking, .gift-cards) .forescape .f-player-picker-button,
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-quantity-picker-button {
    background-color: transparent;
    border-radius: 200px;
}
:is(.booking, .gift-cards) .forescape .f-player-picker-button:hover,
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-quantity-picker-button:hover {
    border-color: var(--f-player-picker-button-border-color-hover);
    background-color: var(--wp--preset--color--powder-pink);
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .f-player-picker-button:hover > svg,
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-quantity-picker-button:hover > svg {
    color: var(--wp--preset--color--black);
}
.booking .forescape :is(.f-player-picker-button--inc, .f-player-picker-button--dec) > svg {
    transform: scale(0.5);
    transform-origin: center;
}
.gift-cards .forescape :is(.f-quantity-picker-button--inc, .f-quantity-picker-button--dec) > svg {
    transform: scale(0.5);
    transform-origin: center;
}

/* Gift-card fields displayed inside the booking catalogue. */
.booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option {
    border-radius: 15px;
}

.booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option--checked .f-radiogroup-option-inset {
    border-radius: 15px;
}

.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-input,
.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-textarea {
    border-radius: 99px;
    background-color: transparent;
}

.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) input {
    text-align: center;
}

.booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option:focus,
.booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option:focus-visible,
.booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option:focus-within,
.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-input:focus,
.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-input:focus-visible,
.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-textarea:focus,
.booking .forescape .f-product-view .f-section:has(input[name="offered_by"]) .f-textarea:focus-visible {
    border-radius: 15px;
}

:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-listbox-option{
    background-color: var(--wp--preset--color--peach);
}
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-listbox,
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-listbox-options {
    border-radius: 15px;
    background-color: var(--wp--preset--color--peach);
}
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-listbox-option:hover,
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-listbox-option:hover > .f-listbox-option-content {
    background-color: var(--wp--preset--color--powder-pink);
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .md\:f-col-span-2 .f-radiogroup-option-content {
    border-radius: 15px;
    background-color: var(--wp--preset--color--peach);
}
:is(.booking, .gift-cards) .f-paragraph div{
    display: flex;
    border-top: 1px solid var(--wp--preset--color--black);
    padding-top: 10px;
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .f-paragraph div br{
    display: none;
}
:is(.booking, .gift-cards) .f-panel .f-capitalize{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
:is(.booking, .gift-cards) .forescape .f-calendar-classic-slot--selected{
    background-color: var(--wp--preset--color--powder-pink);
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .f-catalog-container .f-calendar-classic-slot--selected,
:is(.booking, .gift-cards) .forescape .f-catalog-container .f-calendar-chocolate-slot--selected{
    background-color: var(--wp--preset--color--powder-pink);
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape button.f-btn-alt,
:is(.booking, .gift-cards) .forescape [type=button].f-btn-alt{
    background-color: transparent;
    border-color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape button.f-btn-alt,
:is(.booking, .gift-cards) .forescape [type=button].f-btn-alt{
    border-radius: 99px;
}
@media (min-width: 768px) and (hover: hover) {
    :is(.booking, .gift-cards) .forescape button:not(.f-cart-toggle-btn):not(.f-btn-link) {
        transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    }
    :is(.booking, .gift-cards) .forescape button:not(.f-cart-toggle-btn):not(.f-btn-link):not(:disabled):is(:hover, :focus-visible) {
        box-shadow: 4px 4px 0 var(--wp--preset--color--black);
        transform: translate(-2px, -2px);
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card {
        transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card:hover {
        box-shadow: 4px 4px 0 var(--wp--preset--color--black);
        transform: translate(-2px, -2px);
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card button {
        transition: none;
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card button:is(:hover, :focus-visible) {
        box-shadow: none;
        transform: none;
    }
}
@media (min-width: 768px) and (hover: hover) and (prefers-reduced-motion: reduce) {
    :is(.booking, .gift-cards) .forescape button:not(.f-cart-toggle-btn):not(.f-btn-link),
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card {
        transition-duration: 0.01ms;
    }
}
:is(.booking, .gift-cards) .forescape button.f-btn-primary,
:is(.booking, .gift-cards) .forescape [type=button].f-btn-primary{
    background-color: var(--wp--preset--color--powder-pink);
    border-color: var(--wp--preset--color--black);
    color: var(--wp--preset--color--black);
    border-radius: 99px;
}
:is(.booking, .gift-cards) .forescape button.f-btn-primary:hover,
:is(.booking, .gift-cards) .forescape [type=button].f-btn-primary:hover{
    background-color: var(--wp--preset--color--powder-pink);
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .f-calendar-chocolate-slot{
    border-radius: 99px;
}
:is(.booking, .gift-cards) .forescape .f-catalog-container .f-calendar-classic-slot--selected, :is(.booking, .gift-cards) .forescape .f-catalog-container .f-calendar-chocolate-slot--selected{
    color: var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .f-section--addToCart{
    border: 0;
    border-radius: 99px;
}
:is(.booking, .gift-cards) .forescape .f-section--addToCart > button.f-btn-primary,
:is(.booking, .gift-cards) .forescape .f-section--addToCart > button.f-btn-primary:hover {
    background-color: var(--wp--preset--color--rush-magenta);
}
:is(.booking, .gift-cards) .forescape .f-section--addToCart > .f-btn-cta > span:first-child,
:is(.booking, .gift-cards) .forescape .f-section--addToCart > .f-btn-cta > span:first-child > span:first-child {
    font-size: 14px !important;
    line-height: 20px !important;
    text-transform: none !important;
    font-weight: 800 !important;
}
:is(.booking, .gift-cards) .forescape .f-section--addToCart > .f-btn-cta > span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}
:is(.booking, .gift-cards) .forescape .f-section--addToCart .rush-add-to-cart-icon {
    display: block;
    flex: 0 0 13px;
    width: 13px;
    height: 13px;
    transform: rotate(-90deg);
    transform-origin: center;
}
:is(.booking, .gift-cards) .forescape .f-card[data-headlessui-state] {
    overflow: hidden;
    border-radius: 15px;
    background-color: var(--wp--preset--color--peach);
}
:is(.booking, .gift-cards) .forescape .f-card[data-headlessui-state] button.f-room-view-btn-cart-add,
:is(.booking, .gift-cards) .forescape .f-card[data-headlessui-state] button.f-room-view-btn-cart-add:hover,
.gift-cards .forescape .f-page-section--product .f-card[data-headlessui-state] > .f-flex.f-justify-center.f-p-4 > button.f-btn-primary,
.gift-cards .forescape .f-page-section--product .f-card[data-headlessui-state] > .f-flex.f-justify-center.f-p-4 > button.f-btn-primary:hover {
    background-color: var(--wp--preset--color--rush-magenta);
}
:is(.booking, .gift-cards) .forescape .f-page-section--room button.f-room-view-btn-cart-add > span:first-child,
.booking .forescape .f-page-section--room > .f-flex.f-justify-center.f-p-4 > button > span:first-child,
.booking .forescape .f-page-section--product > .f-flex.f-justify-center.f-p-4 > button > span:first-child,
.gift-cards .forescape .f-page-section--product .f-card[data-headlessui-state] > .f-flex.f-justify-center.f-p-4 > button > span:first-child,
.gift-cards .forescape .f-page-section--product > .f-flex.f-justify-center.f-p-4 > button > span:first-child {
    text-transform: none !important;
}
:is(.booking, .gift-cards) .forescape .f-border{
    border-radius: 99px;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-border {
    flex-direction: column;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--wp--preset--color--black);
    gap: 16px;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(28px, .5fr);
    align-items: stretch;
    border-radius: 15px;
    background-color: var(--wp--preset--color--powder-peach);
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-picture {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-content .f-text-sm.f-text-secondary-color > div > div > :first-child {
    font-family: var(--wp--preset--font-family--new-science-extended) !important;
    font-size: 16px !important;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-content > .f-text-base.f-font-medium {
    font-size: 24px;
    font-weight: 800;
    font-family: var(--wp--preset--font-family--new-science-extended) !important;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card:hover > .f-card-content {
    background-color: var(--wp--preset--color--powder-pink);
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 {
    display: flex;
    position: relative;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    background-color: var(--wp--preset--color--rush-magenta);
    border-radius: 0 15px 15px 0;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 > div {
    width: 100%;
    border-left: solid 1px var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .rush-booking-catalogue-footer--synthetic {
    border-left: solid 1px var(--wp--preset--color--black);
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 button.f-btn-primary {
    position: static;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0 15px 15px 0;
    background-color: var(--wp--preset--color--rush-magenta);
    color: var(--wp--preset--color--black);
    font-size: 0;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 button.f-btn-primary::before {
	content: none;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-arrow {
	display: block !important;
	flex: 0 0 14px !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	z-index: 4;
	width: 14px !important;
	min-width: 14px !important;
	max-width: 14px !important;
	height: 14px !important;
	min-height: 14px !important;
	max-height: 14px !important;
	visibility: visible !important;
	opacity: 1 !important;
	overflow: visible !important;
	transform: translate(-50%, -50%) !important;
	pointer-events: none !important;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-arrow path {
	display: block !important;
	fill: #000000 !important;
}
:is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 button.f-btn-primary:hover {
    background-color: var(--wp--preset--color--rush-magenta);
}

:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:first-of-type {
    display: none;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) {
    margin-top: 0;
}
.booking .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-highlight > .f-h3 {
    color: #0000FF;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-size: 24px;
}
.booking .forescape .f-checkout-view-content > .f-section:not(:nth-of-type(2)) .f-h3 {
    color: #000;
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
    font-size: 20px;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 24px;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-panel.f-p-4.f-space-y-4 {
    margin-top: 0;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel > .f-flex.f-flex-col.f-justify-center.f-gap-6 {
    display: contents;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel > .f-flex.f-flex-col.f-justify-center.f-gap-6 > :nth-child(5),
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel > .f-panel {
    grid-column: 1 / -1;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .f-input {
    border-radius: 99px;
    background-color: var(--wp--preset--color--ivory);
    transition: background-color 0.2s ease;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel.f-p-4.f-space-y-4 input {
    text-align: center;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) input.f-input:focus,
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .vue-tel-input.f-input:focus-within {
    background-color: var(--wp--preset--color--powder-pink);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .vue-tel-input.f-input .vti__input {
    border-radius: inherit;
    background-color: transparent;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .f-select {
    border-radius: 99px;
}
:is(.booking, .gift-cards) .forescape .f-switch {
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 999px;
    background-color: var(--wp--preset--color--ivory);
    align-items: center;
}
:is(.booking, .gift-cards) .forescape .f-switch .f-switch-pill {
    border-radius: 50%;
    background-color: var(--wp--preset--color--black);
    border: 0;
    width: 16px;
    height: 16px;
    transform: translateX(2px);
}
:is(.booking, .gift-cards) .forescape .f-switch.f-switch--enabled .f-switch-pill{
    transform: translateX(22px);
}
:is(.booking, .gift-cards) .forescape .f-switch[aria-checked="true"],
:is(.booking, .gift-cards) .forescape .f-switch[data-headlessui-state~="checked"] {
    background-color: var(--wp--preset--color--powder-pink);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel:has(.f-switch[aria-checked="true"]),
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel:has(.f-switch[data-headlessui-state~="checked"]) {
    grid-template-columns: minmax(0, 1fr);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .f-grid.f-grid-cols-12 {
    grid-template-columns: minmax(0, 1fr);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view-content > .f-section:nth-of-type(2) .f-grid.f-grid-cols-12 > * {
    grid-column: 1 / -1;
}
:is(.booking, .gift-cards) .forescape  .f-checkout-observations{
    margin-top: 0!important;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-provider-picker-list > .f-radiogroup-option {
    border-radius: 15px;
    transition: background-color 0.2s ease;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option.f-radiogroup-option--checked {
    background-color: transparent;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option .f-radiogroup-option-inset,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-provider-picker-list > .f-radiogroup-option .f-radiogroup-option-inset {
    border-radius: 15px;
    border-color: var(--wp--preset--color--black);
    transition: border-color 0.2s ease;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option.f-radiogroup-option--checked .f-radiogroup-option-inset,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus .f-radiogroup-option-inset,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus-visible .f-radiogroup-option-inset,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus-within .f-radiogroup-option-inset {
    border-color: var(--wp--preset--color--rush-magenta);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus-visible,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-radiogroup-option:focus-within,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-provider-picker-list > .f-radiogroup-option:focus,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-provider-picker-list > .f-radiogroup-option:focus-visible,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-provider-picker-list > .f-radiogroup-option:focus-within {
    background-color: var(--wp--preset--color--peach);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view input[name="coupon"] {
    border-radius: 99px;
    background-color: var(--wp--preset--color--ivory);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view input[name="coupon"]:focus {
    background-color: var(--wp--preset--color--powder-pink);
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-flex.f-space-x-2:has(input[name="coupon"]) {
    gap: 1rem;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-flex.f-space-x-2:has(input[name="coupon"]) > button {
    flex: 0 0 160px;
    min-width: 160px;
    margin-left: 0;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-flex.f-space-x-2:has(input[name="coupon"]) > button > span:first-child {
    font-size: 15px;
    line-height: 20px;
    text-transform: lowercase;
    font-weight: 500;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view button.f-btn-primary.f-btn-lg > span:first-child {
    text-transform: none !important;
}
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-flex:has(input[name="coupon"]) > button.f-btn-primary,
:is(.booking, .gift-cards) .forescape .f-checkout-view .f-flex:has(input[name="coupon"]) > button.f-btn-primary:hover {
    background-color: var(--wp--preset--color--rush-magenta);
}
.gift-cards .forescape .f-checkout-view-content .f-grow.f-flex.f-flex-col.f-justify-between .f-font-medium.f-text-textBase {
    color: var(--wp--preset--color--black);
    font-family: var(--wp--preset--font-family--new-science-extended) !important;
}
.gift-cards .forescape .f-checkout-view-content .f-grow.f-flex.f-flex-col.f-justify-between button.f-btn-alt,
.gift-cards .forescape .f-checkout-view-content .f-grow.f-flex.f-flex-col.f-justify-between button.f-btn-alt:hover {
    background-color: var(--wp--preset--color--rush-magenta);
    color: var(--wp--preset--color--black);
}
.gift-cards .forescape .f-checkout-view-content button.f-btn-alt.f-btn-sm > span:first-child {
    font-size: 14px !important;
    line-height: 20px !important;
    text-transform: none !important;
    font-weight: 800 !important;
}
@media (min-width: 1024px) {
    .gift-cards .forescape .f-checkout-view-content .f-grow.f-flex.f-flex-col.f-justify-between button.f-btn-alt {
        white-space: nowrap;
    }
}
:is(.booking, .gift-cards) .forescape .f-panel.f-panel--checkout-side-cart {
    --rush-checkout-side-padding: 16px;
    border: 1px solid var(--wp--preset--color--black);
    border-radius: 15px;
    background-color: var(--wp--preset--color--peach);
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
:is(.booking, .gift-cards) .forescape .f-panel--checkout-side-cart > :is(
    .f-checkout-side-cart-title,
    .f-checkout-side-cart-subtitle,
    .f-mt-6.f-py-4.f-flex.f-justify-between.f-border-t.f-border-gray-200,
    .f-py-4.f-flex.f-justify-between.f-border-t.f-border-gray-200,
    .f-timeout-countdown.f-text-red-700.f-mt-6
),
:is(.booking, .gift-cards) .forescape .f-panel--checkout-side-cart .f-checkout-side-cart-item {
    padding-right: var(--rush-checkout-side-padding) !important;
    padding-left: var(--rush-checkout-side-padding) !important;
}
:is(.booking, .gift-cards) .forescape .f-panel--checkout-side-cart > .f-checkout-side-cart-total-amount-due,
:is(.booking, .gift-cards) .forescape .f-panel--checkout-side-cart > .f-timeout-countdown.f-text-red-700.f-mt-6 {
    background-color: var(--wp--preset--color--beige) !important;
}
:is(.booking, .gift-cards) .forescape .f-panel--checkout-side-cart > .f-timeout-countdown.f-text-red-700.f-mt-6 {
    color: var(--wp--preset--color--rush-magenta) !important;
    margin-top: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 16px !important;
    border-radius: 0 0 15px 15px;
}
:is(.booking, .gift-cards) .forescape .f-panel.f-panel--checkout-side-cart .f-block-title {
    color: var(--wp--preset--color--rush-magenta);
    text-align: center;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}
:is(.booking, .gift-cards) .forescape .f-block-title.f-checkout-side-cart-title {
    font-family: var(--wp--preset--font-family--new-science-extended) !important;
}
:is(.booking, .gift-cards) .forescape .f-checkout-side-cart-item-content > div > .f-flex.f-justify-between > .f-text-sm.f-font-medium.f-opacity-90 {
    font-family: var(--wp--preset--font-family--new-science-extended) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}
:is(.booking, .gift-cards) .forescape .f-ui-picture.f-ui-picture--video {
    border-radius: 15px 15px 0 0;
}
@media (max-width: 767px) {
    .booking__inner {
        box-sizing: border-box;
        max-width: 100%;
    }
    .booking .forescape-catalog,
    .booking .forescape .forescape-root,
    .booking .forescape .f-catalog-container,
    .booking .forescape .f-checkout-view,
    .booking .forescape .f-checkout-view-content,
    :is(.booking, .gift-cards) .forescape .f-checkout-view-side,
    .booking .forescape .f-checkout-view-content > .f-section,
    .booking .forescape .f-checkout-view-content .f-panel {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }
    .booking .forescape .f-checkout-view-content .f-panel.f-p-4.f-space-y-4 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .booking .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel {
        grid-template-columns: minmax(0, 1fr);
    }
    .booking .forescape .f-checkout-view-content > .f-section:nth-of-type(2) > .f-panel > .f-flex.f-flex-col.f-justify-center.f-gap-6 {
        display: flex;
        flex-direction: column;
        min-width: 0;
        width: 100%;
    }
    .booking .forescape .f-checkout-view :is(input, select, textarea) {
        box-sizing: border-box;
        min-width: 0;
        max-width: 100%;
    }
    .booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option-content {
        border-radius: 15px;
    }
    .booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option-content,
    .booking .forescape .f-product-view .f-section:has(.f-radiogroup-option--email_me) .f-radiogroup-option--email_to {
        background-color: var(--wp--preset--color--peach);
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card {
        grid-template-columns: minmax(0, 1fr) 28px;
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-picture {
        grid-column: 1;
        grid-row: 1;
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-card-content {
        grid-column: 1;
        grid-row: 2;
    }
    :is(.booking, .gift-cards) .forescape .rush-booking-catalogue-card > .f-p-4 {
        grid-column: 2;
        grid-row: 1 / span 2;
    }
}

@media (min-width: 768px) {
    :is(.booking, .gift-cards) .forescape .f-section--addToCart {
        align-items: flex-end;
    }
    .booking .forescape .f-panel.f-space-y-4.f-p-4:has(.f-calendar-classic) {
        padding-inline: 140px;
    }
    .booking .forescape .f-calendar-chocolate-slots {
        padding-inline: 140px;
    }
    :is(.booking, .gift-cards) .forescape .f-wgrid:is(.f-wgrid-cols-2, .f-wgrid-cols-3) {
        grid-template-columns: minmax(0, 1fr);
    }
    .booking .forescape .rush-booking-catalogue-card {
        width: min(100%, 60rem);
        margin-inline: auto;
    }
}
