.booking-form{margin-top:4rem;background:rgb(var(--color-background))}.booking-form__form{max-width:100%}.booking-page-content{margin-bottom:3rem}.form-section{margin-bottom:5rem;padding-bottom:3rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.form-section:last-of-type{border-bottom:none;margin-bottom:0}.form-section__title{font-size:2rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:3rem;letter-spacing:.1rem;text-transform:uppercase}.form-field__error{display:block;font-size:1.2rem;color:rgb(var(--color-base-accent-1));margin-top:.8rem;min-height:1.8rem;font-weight:500}.form-field__help{display:block;font-size:1.2rem;color:rgba(var(--color-foreground),.55);margin-top:.8rem;line-height:1.5}.booking-form .field{margin-bottom:2.4rem}.booking-form .field:last-child{margin-bottom:0}.booking-form .select,.booking-form .text-area{margin-bottom:2.4rem}.required{color:rgb(var(--color-base-accent-1))}.form-actions{margin-top:4rem;padding-top:3rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.btn__text,.btn__loader{display:inline-flex;align-items:center;justify-content:center}.spinner{animation:rotate 2s linear infinite;width:2.4rem;height:2.4rem}.spinner .path{stroke:rgb(var(--color-button-text));stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.booking-message{text-align:center;padding:4.8rem 3.2rem;border-radius:1.2rem;margin-top:2.4rem}.booking-message--success{background:rgba(var(--color-base-accent-2),.1);border:.2rem solid rgb(var(--color-base-accent-2))}.booking-message--error{background:rgba(var(--color-base-accent-1),.1);border:.2rem solid rgb(var(--color-base-accent-1))}.booking-message__icon{font-size:6.4rem;margin-bottom:1.6rem;line-height:1}.booking-message--success .booking-message__icon{color:rgb(var(--color-base-accent-2))}.booking-message--error .booking-message__icon{color:rgb(var(--color-base-accent-1))}.booking-message__title{font-size:2.4rem;font-weight:700;margin-bottom:1.2rem;color:rgb(var(--color-foreground))}.booking-message__text{font-size:1.7rem;color:rgb(var(--color-foreground));margin-bottom:1.6rem}.booking-message__details{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin-bottom:2.4rem}.bike-price-display{margin-top:1.2rem;margin-bottom:2.4rem;padding:1.6rem 2rem;background:rgba(var(--color-base-accent-1),.04);border-radius:var(--inputs-radius);display:flex;align-items:center;gap:1rem;border:.1rem solid rgba(var(--color-base-accent-1),.12);transition:all var(--duration-short) ease;width:100%;box-sizing:border-box}.bike-price-display:hover{background:rgba(var(--color-base-accent-1),.06);border-color:rgba(var(--color-base-accent-1),.2)}.price-label{font-size:1.4rem;color:rgba(var(--color-foreground),.75);font-weight:500;letter-spacing:.05rem;white-space:nowrap}.price-value{font-size:2.4rem;font-weight:700;color:rgb(var(--color-base-accent-1));letter-spacing:.03rem;line-height:1}.price-unit{font-size:1.3rem;color:rgba(var(--color-foreground),.6);font-weight:400;letter-spacing:.02rem;margin-left:.2rem}.admin-section{background:rgba(var(--color-foreground),.04);border-radius:1.2rem;padding:2.4rem;margin-top:4rem}.admin-section__title{font-size:2.2rem;font-weight:600;color:rgb(var(--color-foreground));margin-bottom:2rem;display:flex;align-items:center;gap:.8rem}.admin-section__title:before{content:"\2699\fe0f";font-size:2.4rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));gap:1.6rem;margin-bottom:2rem}.pricing-item{background:rgb(var(--color-background));border-radius:.8rem;padding:1.6rem;border:.1rem solid rgba(var(--color-foreground),.2)}.pricing-item__label{font-size:1.5rem;font-weight:500;color:rgb(var(--color-foreground));margin-bottom:.8rem;display:block}.pricing-item__sublabel{font-size:1.3rem;color:rgba(var(--color-foreground),.6);display:block;margin-bottom:.8rem}.pricing-item__input{width:100%}.pricing-item__input-group{display:flex;align-items:center;gap:.8rem}.pricing-item__prefix{font-size:1.7rem;font-weight:600;color:rgb(var(--color-foreground))}.save-pricing-btn{width:100%;max-width:30rem}.pricing-status{padding:1.2rem 1.6rem;border-radius:.8rem;margin-top:1.2rem;font-size:1.5rem;text-align:center}.pricing-status--success{background:rgba(var(--color-base-accent-2),.1);color:rgb(var(--color-base-accent-2));border:.1rem solid rgb(var(--color-base-accent-2))}.pricing-status--error{background:rgba(var(--color-base-accent-1),.1);color:rgb(var(--color-base-accent-1));border:.1rem solid rgb(var(--color-base-accent-1))}.booking-form .field+.field,.booking-form .select+.field,.booking-form .field+.select{margin-top:0}.booking-form .select{position:relative}.booking-form .select .icon-caret{position:absolute;right:calc(var(--inputs-border-width) + 1.5rem);top:50%;transform:translateY(-50%);pointer-events:none;z-index:2;color:rgba(var(--color-foreground),.5)}.booking-form .field__help+.form-field__error{margin-top:.4rem}@media screen and (max-width:749px){.booking-form{margin-top:2.4rem}.form-section{margin-bottom:3.5rem;padding-bottom:2rem}.form-section__title{font-size:1.8rem;margin-bottom:2rem}.booking-form .field{margin-bottom:2rem}.form-actions{margin-top:3rem;padding-top:2rem}.pricing-grid{grid-template-columns:1fr}.booking-message{padding:3.2rem 2rem}.bike-price-display{padding:1.4rem 1.6rem;margin-top:1rem;margin-bottom:2rem;flex-wrap:wrap;gap:.8rem}.price-label{font-size:1.3rem;width:100%}.price-value{font-size:2rem}.price-unit{font-size:1.2rem!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/booking-form.css.map */
