.order-page{padding-top:4rem;padding-bottom:5rem}.order-page__container{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.order-page__container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.order-page__container{padding-left:2rem;padding-right:2rem}}.order-header{text-align:center;margin-bottom:3rem}.order-header__title{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem;font-family:var(--font-solway),serif}@media (min-width:640px){.order-header__title{font-size:2.25rem}}.order-header__description{font-size:1rem;color:#fff;max-width:48rem;margin:0 auto;line-height:1.625;font-family:var(--font-quicksand),sans-serif}@media (min-width:640px){.order-header__description{font-size:1.25rem}}.order-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:3rem;gap:3rem}@media (min-width:768px){.order-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.order-book-details{border-radius:.5rem;padding:1.5rem}@media (min-width:768px){.order-book-details{grid-column:span 1/span 1;min-width:325px}}.order-book-details__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem;font-family:var(--font-solway),serif}@media (min-width:640px){.order-book-details__title{font-size:1.5rem}}.order-book-details__list{font-family:var(--font-quicksand),sans-serif}.order-book-details__list>*+*{margin-top:.5rem}.order-book-details__image-wrapper{width:100%;display:flex;justify-content:center;margin:1rem 0;border-radius:.5rem;background-color:#ffffff;overflow:hidden}.order-book-details__image{height:480px;object-fit:cover}.order-book-details__item{font-size:.875rem;color:#fff;line-height:1.25}@media (min-width:640px){.order-book-details__item{font-size:1rem}}.order-book-details__price-block{text-align:right}.order-book-details__price{font-size:1.25rem;font-weight:700;color:#fff;margin-top:1rem;font-family:var(--font-solway),serif}@media (min-width:640px){.order-book-details__price{font-size:1.5rem}}.order-book-details__info{font-size:.875rem;color:#fff;margin-top:.5rem;line-height:1.25}.order-form-col{width:100%}@media (min-width:768px){.order-form-col{grid-column:span 2/span 2}}.order-checkout-card{margin:0 auto;padding:0;background-color:#027f92;border-radius:.5rem}@media (min-width:768px){.order-checkout-card{padding:1.5rem;border-left:1px solid #2995ae;border-top-left-radius:0;border-bottom-left-radius:0}}.order-checkout-card__title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1.5rem;font-family:var(--font-solway),serif}@media (min-width:640px){.order-checkout-card__title{font-size:1.5rem}}.order-checkout-card__description{font-size:.875rem;color:#fff;margin-bottom:1.5rem;font-family:var(--font-quicksand),sans-serif}.order-checkout-card__error{margin-top:1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;padding:1rem;font-family:var(--font-quicksand),sans-serif}.order-checkout-card__error-text{color:#991b1b;margin:0}.order-checkout-card__help{text-align:center;margin-top:1rem;color:#fff;font-family:var(--font-quicksand),sans-serif}.order-checkout-card__help-link{color:#fff;transition:color .2s ease-in-out;font-size:.875rem;text-decoration:underline}.order-checkout-card__help-link:hover{color:#f9d606}.order-checkout-card__submit-btn{width:100%;background-color:#f9d606;color:#000;font-weight:700;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .2s ease-in-out,opacity .2s;font-family:var(--font-quicksand),sans-serif;font-size:1rem;box-shadow:0 2px 8px rgba(0,0,0,.04);margin-top:1rem}.order-checkout-card__submit-btn:hover:not(:disabled){background-color:#fde047}.order-checkout-card__submit-btn:disabled{opacity:.5;cursor:not-allowed}.order-form{display:flex;flex-direction:column}.order-form__section{background-color:#1f7285;padding:1.5rem;border-top:1px solid #2995ae;box-sizing:border-box}.order-form__section--first{border-top-left-radius:.5rem;border-top-right-radius:.5rem;border-top:none}.order-form__section--last{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.order-form__section-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem;font-family:var(--font-solway),serif;margin-top:0}.order-form__grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));grid-gap:1rem;gap:1rem}.order-form__grid--two-cols{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}@media (min-width:768px){.order-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.order-form__grid--three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}.order-form__label{display:block;font-size:.875rem;font-weight:700;color:#fff;margin-bottom:.25rem;font-family:var(--font-quicksand),sans-serif}.order-form__label--spacing{margin-bottom:.5rem}.order-form__input,.order-form__textarea{width:100%;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;color:#333333;font-family:var(--font-quicksand),sans-serif;font-size:1rem;transition:box-shadow .2s,border-color .2s;box-sizing:border-box}.order-form__input:focus,.order-form__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.order-form__textarea{resize:vertical}.order-form__quantity-wrapper{display:flex;align-items:center;gap:1rem}.order-form__quantity-btn{width:2.5rem;height:2.5rem;background-color:#f9d606;color:#000;font-weight:700;border-radius:9999px;border:none;cursor:pointer;transition:background-color .2s;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.order-form__quantity-btn:hover:not(:disabled){background-color:#fde047}.order-form__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.order-form__quantity-value{font-size:1.5rem;font-weight:700;color:#fff;min-width:3rem;text-align:center;font-family:var(--font-quicksand),sans-serif}.order-form__quantity-limit{font-size:.875rem;color:#d1d5db;margin:.25rem 0 0;font-family:var(--font-quicksand),sans-serif}.order-form__recaptcha-wrapper{margin-top:1.5rem;margin-bottom:1rem;display:flex;justify-content:center}.order-form__gift-wrapper{margin-bottom:1.5rem}.order-form__gift-text{color:#fff;font-size:.875rem;margin-bottom:1rem;font-family:var(--font-quicksand),sans-serif}.order-form__checkbox-wrapper{display:flex;align-items:center;margin-bottom:1rem}.order-form__checkbox{height:1rem;width:1rem;accent-color:#027f92;border-radius:.25rem;cursor:pointer}.order-form__checkbox-label{margin-left:.5rem;display:block;font-size:.875rem;font-weight:700;color:#fff;font-family:var(--font-quicksand),sans-serif;cursor:pointer}.order-form__radio-wrapper{display:flex;align-items:center;cursor:pointer}.order-form__radio{height:1rem;width:1rem;accent-color:#027f92;cursor:pointer}.order-form__radio-label{margin-left:.5rem;font-size:.875rem;color:#fff;font-family:var(--font-quicksand),sans-serif}.order-form__personalization-list{display:flex;flex-direction:column;gap:1.5rem}.order-form__personalization-card{border:1px solid #2995ae;border-radius:.5rem;padding:1rem}.order-form__personalization-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.75rem;margin-top:0;font-family:var(--font-solway),serif}.order-form__control-stack{display:flex;flex-direction:column;gap:1rem}.order-form__radio-group{display:flex;flex-direction:column;gap:.5rem}.stripe-element-wrap{display:flex;align-items:center;min-height:48px;padding:0 16px;border:1px solid #d1d5db;border-radius:.375rem;background-color:#ffffff;touch-action:manipulation;cursor:text;box-sizing:border-box}.stripe-element-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.stripe-element-wrap .StripeElement{width:100%}.order-form__field-group{display:flex;flex-direction:column;gap:1rem}.order-summary-details{display:flex;flex-direction:column;gap:.5rem;color:#fff;font-family:var(--font-quicksand),sans-serif}.order-summary-details__row{display:flex;justify-content:space-between}.order-summary-details__row-sub{font-size:.875rem;color:#d1d5db;margin-left:1rem;margin-bottom:.5rem}.order-summary-details__row-sub-bullet{margin-left:.5rem}.order-summary-details__shipping-section{border-top:1px solid #2995ae;padding-top:.5rem;margin-top:1rem}.order-summary-details__shipping-title{font-weight:600;color:#fff;margin-bottom:.5rem}.order-summary-details__shipping-info{margin-left:.5rem;font-size:.875rem;color:#d1d5db}.order-summary-details__total-section{border-top:1px solid #2995ae;padding-top:.5rem;margin-top:1rem}.order-summary-details__total-row{display:flex;justify-content:space-between;font-weight:600;font-size:1.125rem}.order-modal{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.order-modal__card{background-color:#1f7285;border-radius:.5rem;padding:1.5rem;max-width:28rem;width:100%;margin:0 1rem;box-sizing:border-box}.order-modal__title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem;margin-top:0;font-family:var(--font-solway),serif}.order-modal__text{color:#fff;margin-bottom:1.5rem;font-family:var(--font-quicksand),sans-serif;line-height:1.5}.order-modal__actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.order-modal__actions{flex-direction:row;gap:.75rem}}.order-modal__btn{flex:1 1;font-weight:700;padding:.75rem 1.5rem;border-radius:9999px;border:none;cursor:pointer;transition:background-color .2s;font-family:var(--font-quicksand),sans-serif;font-size:1rem;text-align:center}.order-modal__btn--cancel{background-color:#6b7280;color:#fff}.order-modal__btn--cancel:hover{background-color:#4b5563}.order-modal__btn--confirm{background-color:#f9d606;color:#000}.order-modal__btn--confirm:hover{background-color:#fde047}