/* Prayag Pandits Booking — theme-owned presentation.
 * Inter is the existing theme face. Ceremony photography and the maroon/cream
 * palette carry identity; native WooCommerce remains the financial authority.
 */
.ppb-product-shell,.ppb-booking {
  --ppb-radius-panel: 12px;
  --ppb-radius-control: 8px;
}
.ppb-booking {
  --ppx-brand: #960000;
  --ppx-brand-hover: #780000;
  --ppx-ink: #302925;
  --ppx-muted: #6c6259;
  --ppx-border: #e2d6ca;
  --ppx-control-border: #998e83;
  --ppx-surface: #fff;
  --ppx-canvas: #fffaf6;
  --ppx-subtle: #fdf5ee;
  --ppx-selected: #fff4ef;
  --ppx-error: #a02121;
  --ppx-error-bg: #fff3ef;
  --ppx-focus: #960000;
  --ppx-radius: var(--ppb-radius-control);
  --ppx-font: var(--ppn-font-heading,Inter,-apple-system,BlinkMacSystemFont,sans-serif);
  --ppx-ease: cubic-bezier(.16,1,.3,1);
  --ppb-deep: #5c0f1f;
  --ppb-gold: #d3ac68;
  margin: 0;
  background: var(--ppx-canvas);
  color: var(--ppx-ink);
  font: 400 14px/1.55 var(--ppx-font);
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}
.ppb-booking *,.ppb-booking *::before,.ppb-booking *::after {
  box-sizing: border-box;
}
.ppb-booking [hidden] {
  display: none !important;
}
.ppb-booking :where(h1,h2,h3,h4,p,ul,ol,dl,dd,fieldset) {
  margin: 0;
}
.ppb-booking :where(h1,h2,h3,h4,button,input,select,textarea) {
  font-family: var(--ppx-font);
}
.ppb-booking :where(h1,h2,h3,h4) {
  color: var(--ppx-ink);
  text-transform: none;
}
.ppb-booking :where(input,select,textarea) {
  font-size: 16px;
}
.ppb-booking img {
  max-width: 100%;
  height: auto;
}
.ppb-booking a {
  color: var(--ppx-brand);
  text-underline-offset: 4px;
}
.ppb-booking :where(a,button,input,select,textarea,summary):focus-visible {
  outline: 2px solid var(--ppx-focus);
  outline-offset: 4px;
}
.ppb-booking :where(button,summary,a) {
  -webkit-tap-highlight-color: transparent;
}
.ppb-booking button {
  cursor: pointer;
}
.ppb-booking :disabled {
  cursor: not-allowed;
  opacity: .55;
}
.ppb-booking .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.ppb-booking .ppb-skip:focus {
  position: fixed;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 12px 16px;
  clip-path: none;
  background: #fff;
}
.ppb-container {
  width: min(1200px,calc(100% - 64px));
  margin-inline: auto;
}
.ppb-header {
  background: var(--ppx-canvas);
  border-bottom: 1px solid var(--ppx-border);
}
.ppb-header__inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.ppb-brand {
  display: inline-flex;
  flex: none;
}
.ppb-brand img {
  display: block;
  width: 138px;
  height: auto;
}
.ppb-header__support { margin-left: auto; }
.ppb-header__cart {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 550;
}
/* The native selector renders in the header, suppressing its own automatic float. */
.ppb-currency-badge {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding-inline: 12px;
  border: 1px solid var(--ppx-border);
  border-radius: var(--ppb-radius-control);
  color: var(--ppx-muted);
  font-size: 12px;
  font-weight: 500;
}
.ppb-header__currency:empty {
  display: none;
}
.ppb-header__currency {
  margin-left: auto;
  flex: none;
}
.ppb-header__support+.ppb-header__currency {
  margin-left: 0;
}
.ppb-booking .ppb-header .ppn-currency-router {
  position: relative;
  inset: auto;
  z-index: auto;
  transform: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  background: transparent;
  border: 0;
}
.ppb-booking .ppb-header .ppn-currency-router__control {
  min-height: 44px;
  box-shadow: none;
  border-color: var(--ppx-border);
  border-radius: var(--ppb-radius-control);
}
.ppb-cart-count {
  display: grid;
  place-items: center;
  min-width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--ppx-brand);
  color: #fff;
  font-size: 11px;
}
.ppb-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  font-size: 13px;
  text-decoration: none;
}
.ppb-back>span {
  font-size: 20px;
}
.ppb-eyebrow {
  color: var(--ppx-brand);
  font-size: 10px;
  font-weight: 650;
  line-height: 1.5;
  letter-spacing: .13em;
}
.ppb-page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 10px 0 30px;
}
.ppb-page-heading h1 {
  font: 400 clamp(30px,3vw,40px)/1.14 var(--ppn-font-body,Georgia,serif);
  letter-spacing: -.035em;
}
.ppb-page-heading p {
  margin-top: 9px;
  color: var(--ppx-muted);
  font-size: 14px;
}
.ppb-cart-next {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 48px;
  max-width: 360px;
  padding: 13px 18px;
  border: 1px solid #b89172;
  border-radius: var(--ppb-radius-panel);
  background: #f8ecd9;
  color: var(--ppx-brand);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: none;
}
.ppb-cart-next>span { font-size: 21px; }
.ppb-cart-next:hover { background: #f0dfc5; }
.ppb-booking :is(.ppb-primary,.ppb-secondary,.ppx-secondary-button,.ppx-button,.ppb-native-product-form .single_add_to_cart_button,.wc-proceed-to-checkout a.checkout-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 14px 20px;
  border: 1px solid var(--ppx-brand);
  border-radius: var(--ppb-radius-control);
  background: var(--ppx-brand);
  color: #fff;
  font: 550 14px/22px var(--ppx-font);
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
  transition: background-color 150ms ease,transform 140ms var(--ppx-ease);
}
.ppb-booking :is(.ppb-primary,.ppb-native-product-form .single_add_to_cart_button)>span:last-child {
  margin-left: auto;
  font-size: 20px;
  font-weight: 400;
}
.ppb-booking :is(.ppb-secondary,.ppx-secondary-button,.ppx-button) {
  background: #fff;
  color: var(--ppx-brand);
  border-color: var(--ppx-control-border);
}
.ppb-text-button,.ppx-text-button {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--ppx-brand);
  font: 500 13px/1.4 var(--ppx-font);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ppb-icon-button {
  display: grid;
  place-items: center;
  flex: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ppx-border);
  border-radius: 50%;
  background: #fff;
  color: var(--ppx-ink);
}
.ppb-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 64px;
  padding-block: 24px;
  border-top: 1px solid var(--ppx-border);
  color: var(--ppx-muted);
  font-size: 11px;
}
.ppb-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.ppb-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: var(--ppx-muted);
}
.ppb-muted {
  color: var(--ppx-muted);
}
/* Native Woo field and gateway components. */
/* Native labels remain visible without JavaScript. Enhancement moves them inside. */
.ppx-checkout .form-row,
.ppx-checkout .ppx-field {
  position: relative;
  float: none;
  width: auto;
  min-width: 0;
  margin: 0 0 12px;
  padding: 0;
}
.ppx-checkout .ppx-fields > .ppx-field,
.ppx-checkout .ppx-fields > .form-row {
  margin: 0;
}
.ppx-checkout .form-row-first,
.ppx-checkout .form-row-last,
.ppx-checkout .form-row-wide {
  width: 100%;
}
.ppx-checkout .form-row > label,
.ppx-checkout .ppx-field > label,
.ppx-checkout .ppx-field__label {
  display: block;
  margin: 0 0 6px;
  color: var(--ppx-ink);
  font: 400 14px/1.4 var(--ppx-font);
}
.ppx-checkout .optional,
.ppx-checkout .ppx-optional {
  color: var(--ppx-muted);
  font-size: 12px;
  font-weight: 400;
}
.ppx-checkout .required {
  color: inherit;
  text-decoration: none;
}
.ppx-checkout .woocommerce-input-wrapper {
  display: block;
}
.ppx-checkout :is(.ppx-main, .woocommerce-form-login) :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea) {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  height: 56px;
  margin: 0;
  padding: 15px 13px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  background: var(--ppx-surface);
  color: var(--ppx-ink);
  font: 400 16px/24px var(--ppx-font);
  box-shadow: none;
  transition: border-color 150ms ease, box-shadow 150ms ease, background-color 150ms ease;
}
.ppx-checkout .ppx-main textarea {
  min-height: 108px;
  height: auto;
  resize: vertical;
}
.ppx-checkout .ppx-main select:not(.select2-hidden-accessible) {
  appearance: none;
  padding-inline-end: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%236e6761' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px 7px;
}
.ppx-checkout .ppx-main :where(input, textarea)::placeholder {
  color: #82786f;
  opacity: 1;
}
.ppx-checkout .ppx-main :where(input:not([type="checkbox"]):not([type="radio"]), select, textarea):focus {
  outline: none;
  border-color: var(--ppx-focus);
  box-shadow: 0 0 0 1px var(--ppx-focus);
}
.ppx-checkout .ppx-float > label {
  position: absolute;
  z-index: 1;
  inset-block-start: 17px;
  inset-inline-start: 14px;
  max-width: calc(100% - 34px);
  margin: 0;
  color: var(--ppx-muted);
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  transform-origin: left top;
  transition: transform 160ms var(--ppx-ease), color 150ms ease;
  cursor: text;
}
.ppx-checkout .ppx-float > label .optional {
  font-size: inherit;
}
.ppx-checkout .ppx-float :where(input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]), select, textarea) {
  padding-top: 24px;
  padding-bottom: 7px;
}
.ppx-checkout .ppx-float textarea {
  padding-top: 27px;
}
.ppx-checkout .ppx-float :where(input, textarea)::placeholder {
  color: transparent;
}
.ppx-checkout .ppx-float:focus-within :where(input, textarea)::placeholder {
  color: #82786f;
}
.ppx-checkout .ppx-float:is(.ppx-has-value, .ppx-always-float, .ppx-autofilled, .ppx-field-focused) > label {
  transform: translateY(-9px) scale(.75);
}
.ppx-checkout .ppx-float:focus-within > label {
  transform: translateY(-9px) scale(.75);
  color: var(--ppx-brand);
}
.ppx-checkout .ppx-float.ppx-field-focused > label {
  color: var(--ppx-brand);
}
.ppx-checkout .ppx-float--select > label {
  max-width: calc(100% - 44px);
  cursor: pointer;
}
.ppx-checkout .ppx-float--textarea > label {
  padding-inline-end: 6px;
  background: var(--ppx-surface);
}
.ppx-checkout .ppx-float:has(input:autofill) > label {
  transform: translateY(-9px) scale(.75);
}
.ppx-checkout .ppx-float:has(input:-webkit-autofill) > label {
  transform: translateY(-9px) scale(.75);
}
@keyframes ppx-autofill-start {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.ppx-checkout .ppx-float input:-webkit-autofill {
  animation: ppx-autofill-start 1ms;
}
.ppx-checkout .ppx-float input:autofill {
  animation: ppx-autofill-start 1ms;
}
.ppx-checkout :where(input[type="checkbox"], input[type="radio"]) {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 0;
  margin: 2px 0 0;
  accent-color: var(--ppx-brand);
}
.ppx-checkout .ppx-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding-block: 10px;
  font-size: 14px;
  cursor: pointer;
}
.ppx-checkout .ppx-field__hint,
.ppx-checkout .ppx-help,
.ppx-checkout .form-row .description {
  display: block;
  margin-top: 6px;
  color: var(--ppx-muted);
  font-size: 12px;
  line-height: 1.5;
}
.ppx-checkout .ppx-field-error {
  display: block;
  margin-top: 6px;
  color: var(--ppx-error);
  font-size: 12px;
  line-height: 1.5;
}
.ppx-checkout .ppx-main [aria-invalid="true"],
.ppx-checkout .ppx-main .woocommerce-invalid :where(input, select, textarea),
.ppx-checkout .ppx-main .ppx-field-invalid .select2-selection {
  border-color: var(--ppx-error);
}
.ppx-checkout .ppx-main [aria-invalid="true"]:focus {
  box-shadow: 0 0 0 1px var(--ppx-error);
}
.ppx-checkout .ppx-float.ppx-field-invalid > label,
.ppx-checkout .ppx-float.woocommerce-invalid > label {
  color: var(--ppx-error);
}
.ppx-checkout :is(.ppx-field, .form-row, .ppx-section, .woocommerce-error, #order_review_heading, .ppx-payment-section) {
  scroll-margin-top: 24px;
}
/* SelectWoo keeps its own search and keyboard model; style the visible control. */
.ppx-checkout .select2-container {
  width: 100% !important;
  min-width: 0;
  font-family: var(--ppx-font);
}
.ppx-checkout .select2-container .select2-selection--single {
  display: flex;
  align-items: center;
  min-height: 56px;
  height: 56px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  background: var(--ppx-surface);
  font-family: var(--ppx-font);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.ppx-checkout .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  padding: 15px 38px 15px 13px;
  color: var(--ppx-ink);
  font: 400 16px/24px var(--ppx-font);
}
.ppx-checkout .ppx-float .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 24px;
  padding-bottom: 7px;
}
.ppx-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  top: 0;
  right: 10px;
  width: 20px;
  height: 100%;
}
.ppx-checkout .select2-container--focus .select2-selection,
.ppx-checkout .select2-container--open .select2-selection {
  border-color: var(--ppx-focus);
  box-shadow: 0 0 0 1px var(--ppx-focus);
}
.ppx-checkout .select2-dropdown {
  overflow: hidden;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  font: 400 16px/1.5 var(--ppx-font);
  box-shadow: 0 6px 20px #26221f14;
}
.ppx-checkout .select2-search {
  padding: 8px;
}
.ppx-checkout .select2-search__field {
  min-height: 44px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  font-size: 16px;
}
.ppx-checkout .select2-results__option {
  padding: 10px 14px;
}
.ppx-checkout .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--ppx-ink);
  background: var(--ppx-selected);
}
.ppx-checkout .ppx-ancestors,
.ppx-checkout .ppx-disclosure {
  margin-top: 24px;
  border-top: 1px solid var(--ppx-border);
  border-bottom: 1px solid var(--ppx-border);
}
.ppx-checkout .ppx-disclosure + .ppx-disclosure {
  margin-top: 0;
  border-top: 0;
}
.ppx-checkout .ppx-ancestors > summary,
.ppx-checkout .ppx-disclosure > summary {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 54px;
  padding-block: 14px;
  color: var(--ppx-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  list-style: none;
  cursor: pointer;
}
.ppx-checkout :where(.ppx-ancestors, .ppx-disclosure) > summary::-webkit-details-marker {
  display: none;
}
.ppx-checkout :where(.ppx-ancestors, .ppx-disclosure) > summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin: -4px 4px 0 auto;
  border-bottom: 1.5px solid var(--ppx-muted);
  border-right: 1.5px solid var(--ppx-muted);
  transform: rotate(45deg);
  transition: transform 160ms var(--ppx-ease);
}
.ppx-checkout :where(.ppx-ancestors, .ppx-disclosure)[open] > summary::after {
  transform: translateY(4px) rotate(225deg);
}
.ppx-checkout .ppx-disclosure__body {
  padding: 2px 0 18px;
}
.ppx-checkout .ppx-disclosure__body > p,
.ppx-checkout .ppx-ancestors__intro {
  margin-bottom: 14px;
  color: var(--ppx-muted);
  font-size: 12px;
}
.ppx-checkout .ppx-ancestor {
  padding: 0 0 18px;
}
.ppx-checkout .ppx-ancestor + .ppx-ancestor {
  padding-top: 18px;
  border-top: 1px solid var(--ppx-border);
}
.ppx-checkout .ppx-ancestor__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
.ppx-checkout .ppx-ancestor__heading :is(h3, legend) {
  padding: 0;
  font-size: 13px;
  font-weight: 550;
}
.ppx-checkout .ppx-ancestor fieldset,
.ppx-checkout fieldset.ppx-ancestor {
  min-width: 0;
  border: 0;
}
.ppx-checkout #order_review {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
.ppx-checkout .ppx-product-image {
  float: left;
  width: 64px;
  height: 64px;
  object-fit: cover;
  margin: 0 14px 10px 0;
  border: 1px solid #26221f12;
  border-radius: var(--ppb-radius-panel);
  background: var(--ppx-surface);
}
.ppx-checkout .ppx-product-name {
  font-weight: 500;
  line-height: 1.5;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) {
  width: 100%;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
  background: transparent;
  font: 400 13px/1.5 var(--ppx-font);
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) th,
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) td {
  padding: 10px 0;
  border: 0;
  vertical-align: top;
  text-align: start;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) thead {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) :where(th, td):last-child {
  text-align: end;
  padding-inline-start: 14px;
  white-space: nowrap;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .product-name {
  font-weight: 500;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .product-total {
  padding-top: 12px;
  font-size: 13px;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .product-quantity {
  color: var(--ppx-muted);
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .variation {
  display: block;
  clear: both;
  margin-top: 8px;
  color: var(--ppx-muted);
  font: 400 12px/1.5 var(--ppx-font);
  overflow-wrap: anywhere;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .variation dt {
  display: inline;
  float: none;
  font-weight: 500;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .variation dd {
  display: block;
  float: none;
  margin: 0 0 5px;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .variation p {
  display: inline;
  margin: 0;
  font: inherit;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) tfoot {
  border-top: 1px solid var(--ppx-border);
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) tfoot th {
  font-weight: 400;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) tfoot tr:first-child :is(th, td) {
  padding-top: 18px;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .order-total :is(th, td) {
  padding-top: 18px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 550;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .order-total th {
  font-size: 16px;
}
.ppx-checkout .woocommerce-Price-amount {
  font-variant-numeric: tabular-nums;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .order-total ~ .order-total :is(th, td),
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .ppx-deposit-balance :is(th, td) {
  padding-top: 10px;
  padding-bottom: 8px;
  color: var(--ppx-muted);
  font-size: 14px;
  font-weight: 400;
}
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) :is(.order-total, .ppx-deposit-balance) .tax_label,
.ppx-checkout :is(.woocommerce-checkout-review-order-table, .ppx-mobile-review-table) .ppx-deposit-balance small {
  display: block;
  margin-top: 3px;
  color: var(--ppx-muted);
  font-size: 11px;
  line-height: 1.45;
  white-space: normal;
}
.ppx-checkout .ppx-summary__care {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--ppx-border);
  color: var(--ppx-muted);
  font: italic 14px/1.6 var(--ppn-font-body,Georgia,serif);
}
.ppx-checkout .ppx-update-status {
  min-height: 18px;
  margin: 8px 0 12px;
  color: var(--ppx-muted);
  font-size: 11px;
  line-height: 18px;
}
.ppx-checkout .ppx-update-status:empty {
  margin: 0;
  min-height: 0;
}
.ppx-checkout .ppx-server-error {
  margin: 10px 0 16px;
  padding: 12px;
  border: 1px solid #dfb4ad;
  border-radius: var(--ppb-radius-panel);
  color: var(--ppx-error);
  background: var(--ppx-error-bg);
  font-size: 13px;
  line-height: 1.5;
}
.ppx-checkout .ppx-connection-error button {
  margin-top: 10px;
}
.ppb-booking .ppb-review-addon .ppx-product-image {
  display: none;
}
.ppb-booking .ppb-review-addon .product-name {
  padding-left: 14px;
  border-left: 2px solid var(--ppx-border);
}
.ppb-booking .ppb-review-addon .ppx-product-name {
  font-size: 12px;
  font-weight: 400;
}
.ppb-review-details {
  clear: both;
  margin-top: 4px;
  font-weight: 400;
}
.ppb-review-details>summary {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  font-size: 10px;
  color: var(--ppx-muted);
  cursor: pointer;
  list-style: none;
}
.ppb-review-details>summary:after {
  content: "+";
  margin-left: 6px;
}
.ppb-review-details[open]>summary:after {
  content: "−";
}
.ppb-review-details>summary::-webkit-details-marker {
  display: none;
}
.ppb-request-price {
  display: inline-block;
  max-width: 100px;
  white-space: normal;
  font-size: 10px;
  color: var(--ppx-muted);
  line-height: 1.5;
}
/* Gateway internals and brand marks stay native. Only the payment group is framed. */
.ppx-checkout .ppx-payment-section {
  padding-top: 4px;
}
.ppx-checkout #payment {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.ppx-checkout #payment ul.payment_methods {
  margin: 0 0 20px;
  padding: 0;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-panel);
  list-style: none;
  overflow: hidden;
}
.ppx-checkout #payment ul.payment_methods > li {
  margin: 0;
  padding: 16px;
  list-style: none;
  background: var(--ppx-surface);
  font: 400 14px/1.5 var(--ppx-font);
}
.ppx-checkout #payment ul.payment_methods > li + li {
  border-top: 1px solid var(--ppx-border);
}
.ppx-checkout #payment ul.payment_methods > li:has(> input:checked) {
  background: var(--ppx-selected);
}
.ppx-checkout #payment ul.payment_methods > li > input {
  margin-inline-end: 8px;
  vertical-align: middle;
}
.ppx-checkout #payment ul.payment_methods > li > label {
  display: inline;
  margin: 0;
  color: var(--ppx-ink);
  font: 500 14px/1.5 var(--ppx-font);
  cursor: pointer;
}
.ppx-checkout #payment ul.payment_methods > li > label img {
  display: inline-block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 28px;
  margin: 4px 0 4px 6px;
  object-fit: contain;
  vertical-align: middle;
}
.ppx-checkout #payment .payment_box {
  width: 100%;
  margin: 12px 0 0;
  padding: 13px 0 0;
  border: 0;
  border-top: 1px solid var(--ppx-border);
  border-radius: 0;
  color: var(--ppx-muted);
  background: transparent;
  font: 400 13px/1.55 var(--ppx-font);
}
.ppx-checkout #payment .payment_box::before {
  display: none;
}
.ppx-checkout #payment .payment_box p + p {
  margin-top: 8px;
}
.ppx-checkout #payment .place-order {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ppx-checkout #payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 18px;
  color: var(--ppx-muted);
  font: 400 12px/1.6 var(--ppx-font);
}
.ppx-checkout #payment .woocommerce-privacy-policy-text {
  margin-bottom: 12px;
}
.ppx-checkout #payment .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 13px;
  line-height: 1.5;
}
.ppx-checkout #payment .woocommerce-form__label-for-checkbox {
  display: block;
  margin: 0;
  font-weight: 400;
}
.ppx-checkout #payment .woocommerce-form__label-for-checkbox input {
  margin-inline-end: 7px;
  vertical-align: middle;
}
.ppx-checkout #place_order {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  float: none;
  width: 100%;
  min-height: 58px;
  height: auto;
  margin: 0;
  padding: 17px 20px;
  border: 1px solid var(--ppx-brand);
  border-radius: var(--ppb-radius-control);
  background: var(--ppx-brand);
  color: #fff;
  font: 550 16px/22px var(--ppx-font);
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  box-shadow: none;
  cursor: pointer;
  transition: background-color 150ms ease, transform 140ms var(--ppx-ease);
}
.ppx-checkout #place_order::after {
  content: "";
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
}
.ppx-checkout #place_order:disabled {
  opacity: .6;
  cursor: not-allowed;
}
.ppx-checkout .ppx-payment-note {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--ppx-muted);
  text-align: center;
  font-size: 11px;
  line-height: 1.5;
}
.ppx-checkout .ppx-payment-note svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
}
/* One notice system for native WooCommerce feedback across booking surfaces. */
.ppb-booking :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
  --ppb-notice-accent: #78572f;
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  padding: 16px 18px 16px 58px;
  border: 1px solid #e4d8c9;
  border-radius: var(--ppb-radius-panel);
  background: #fcf8f2;
  color: #514337;
  box-shadow: 0 2px 5px rgb(74 42 23 / 3%);
  font: 400 13px/1.65 var(--ppx-font);
  text-align: start;
  list-style: none;
  overflow-wrap: anywhere;
}
.ppb-booking .woocommerce-error {
  --ppb-notice-accent: #923426;
  border-color: #e8c8c1;
  color: #792c24;
  background: #fff6f3;
}
.ppb-booking .woocommerce-message {
  --ppb-notice-accent: #356447;
  border-color: #ccddce;
  color: #2c563b;
  background: #f5faf4;
}
.ppb-booking :is(.woocommerce-message, .woocommerce-info, .woocommerce-error)::before {
  content: 'i';
  position: absolute;
  display: grid;
  place-items: center;
  inset: 16px auto auto 16px;
  width: 26px;
  height: 26px;
  border: 1px solid currentColor;
  border-radius: var(--ppb-radius-control);
  color: var(--ppb-notice-accent);
  font: 650 15px/1 var(--ppx-font);
}
.ppb-booking .woocommerce-error::before { content: '!'; }
.ppb-booking .woocommerce-message::before { content: '✓'; }
.ppb-booking .woocommerce-error li + li { margin-top: 8px; }
.ppb-booking .ppb-notice-title { display: block; margin-bottom: 4px; color: #5c0f1f; font-size: 14px; font-weight: 650; }
.ppb-booking .ppb-notice-copy { display: block; }
.ppb-booking .ppb-notice-help { display: inline-flex; align-items: center; min-height: 32px; margin-top: 4px; color: #7f241d; font-weight: 600; text-underline-offset: 3px; }
.ppb-booking :is(.woocommerce-info, .woocommerce-error, .woocommerce-message) a:focus-visible { outline: 2px solid var(--ppx-brand); outline-offset: 3px; border-radius: 3px; }
.ppx-checkout form.checkout > .woocommerce-NoticeGroup {
  max-width: 596px;
}
.ppx-checkout form.woocommerce-form-login {
  max-width: 596px;
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid var(--ppx-border);
  border-radius: var(--ppb-radius-panel);
  background: var(--ppx-surface);
}
/* Product: ceremony photography and an editorial story beside clear booking controls. */
.ppb-product-page > .ppn-breadcrumb { margin: 8px 0 0; padding: 0; font: 400 13px/1.6 var(--ppx-font); }
.ppb-product-page > .ppn-breadcrumb a { color: var(--ppx-muted); text-decoration: none; }
.ppb-product-page > .ppn-breadcrumb a:hover { color: var(--ppx-brand); text-decoration: underline; }
.ppb-product-page.ppb-container { width: min(1280px,calc(100% - 80px)); }
.ppb-product-layout {
  display: grid;
  grid-template-columns: minmax(0,1.22fr) minmax(360px,1fr);
  gap: clamp(32px,4vw,60px);
  align-items: start;
  padding: 18px 0 24px;
}
.ppb-product-story {
  min-width: 0;
}

.ppb-product-panel {
  position: relative;
  padding: 0;
  min-width: 0;
  scroll-margin-top: 104px;
}
.ppb-product-panel>h1 {
  margin-top: 12px;
  color: var(--ppb-deep);
  font: 650 clamp(28px,2.5vw,36px)/1.2 var(--ppx-font);
  letter-spacing: -.035em;
}
.ppb-product-intro {
  margin-top: 14px;
  color: var(--ppx-muted);
  font-size: 14px;
  line-height: 1.6;
}
.ppb-product-price-block {
  margin-top: 24px;
  padding: 20px 0;
  border-top: 1px solid #eee5dd;
  border-bottom: 1px solid #eee5dd;
}
.ppb-price-label {
  display: none;
}
.ppb-product-price {
  margin-top: 0;
}
.ppb-product-price .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--ppx-brand);
  font-size: 34px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: -.04em;
}
.ppb-product-price .price del {
  order: 2;
  color: var(--ppx-muted);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
}
.ppb-product-price .price ins {
  text-decoration: none;
}
.ppb-product-tax {
  margin-top: 8px;
  color: var(--ppx-muted);
  font-size: 12px;
  line-height: 1.5;
}
.ppb-date-note {
  margin-top: 16px;
  padding: 12px 0 12px 14px;
  border-left: 2px solid var(--ppb-gold);
  font-size: 13px;
  line-height: 1.6;
  color: var(--ppx-muted);
}
.ppb-native-product-form {
  margin-top: 24px;
}
.ppb-native-product-form form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 14px;
  margin: 0;
}
.ppb-native-product-form form.cart>div:not(.quantity):not(.ppb-quantity) {
  flex-basis: 100%;
  min-width: 0;
}
.ppb-native-product-form .single_add_to_cart_button {
  border-radius: var(--ppb-radius-control);
  font-weight: 600;
  flex: 1;
  min-width: 170px;
}
.ppb-personalize {
  width: 100%;
}
.ppb-personalize__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px;
  border: 1px solid var(--ppx-border);
  border-radius: var(--ppb-radius-control);
  background: #f7efe7;
  text-align: left;
  transition: background-color 160ms ease,border-color 160ms ease;
}
.ppb-personalize__trigger strong {
  display: block;
  font-size: 15px;
  font-weight: 550;
  color: var(--ppb-deep);
}
.ppb-personalize__trigger small {
  display: block;
  margin-top: 5px;
  color: var(--ppx-muted);
  font-size: 13px;
  line-height: 1.5;
}
.ppb-round-plus {
  display: grid;
  place-items: center;
  flex: none;
  width: 32px;
  height: 32px;
  color: var(--ppx-brand);
  font-size: 24px;
}
.ppb-product-selection {
  padding: 2px 0 16px;
  border-bottom: 1px solid var(--ppx-border);
}
.ppb-product-selection ul {
  list-style: none;
  padding: 0;
}
.ppb-product-selection li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0;
  font-size: 13px;
  color: var(--ppx-muted);
}
.ppb-product-selection li>strong {
  color: var(--ppx-ink);
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.ppb-product-estimate {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-top: 10px;
  font-size: 14px;
}
.ppb-product-estimate strong {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -.02em;
  color: var(--ppb-deep);
}
.ppb-product-selection small {
  display: block;
  margin-top: 6px;
  color: var(--ppx-muted);
  font-size: 12px;
  line-height: 1.5;
}
.ppb-native-product-form :is(.wc-deposits-wrapper,.wc-deposits-payment-description) {
  font: 400 13px/1.6 var(--ppx-font);
}
.ppb-native-product-form .wc-deposits-wrapper fieldset {
  padding: 0;
  border: 0;
}
.ppb-native-product-form .wc-deposits-option {
  display: flex;
  gap: 10px;
  padding: 0;
  list-style: none;
}
.ppb-native-product-form .wc-deposits-option li {
  display: flex;
  align-items: center;
  flex: 1;
  min-height: 52px;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  background: #fff;
  box-shadow: none;
}
.ppb-native-product-form .wc-deposits-option li:has(input:checked) {
  border-color: var(--ppx-brand);
  background: var(--ppx-selected);
}
.ppb-native-product-form .wc-deposits-option label {
  margin: 0;
  color: var(--ppx-ink);
  font: 400 13px/1.5 var(--ppx-font);
  cursor: pointer;
}
.ppb-native-product-form .wc-deposits-option input {
  margin: 0 8px 0 0;
  accent-color: var(--ppx-brand);
}
.ppb-product-next {
  margin-top: 15px;
  color: var(--ppx-muted);
  font-size: 13px;
  line-height: 1.55;
}
.ppb-care-lines {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 18px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8dacd;
}
.ppb-care-lines p {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ppx-muted);
  font-size: 12px;
  line-height: 1.6;
}
.ppb-care-lines strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ppb-deep);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}
.ppb-care-icon {
  display: grid;
  place-items: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  color: var(--ppx-brand);
}
.ppb-care-lines svg { display: block; width: 23px; height: 23px; }
.ppb-care-lines [data-ppn-product-currency-host] { grid-column: 1 / -1; }
.ppb-care-lines [data-ppn-product-currency-host]:empty { display: none; }
.ppb-product-description {
  --ppb-section-gap: 32px;
  display: grid;
  gap: var(--ppb-section-gap);
  width: 100%;
  max-width: none;
  margin: 24px 0 0;
  padding-bottom: 32px;
}
.ppb-product-sections {
  display: flex;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: thin;
  gap: 4px;
  padding: 6px;
  border: 1px solid var(--ppx-border);
  border-radius: 999px;
  margin: 0 auto;
  position: sticky;
  top: var(--ppb-nav-top, 12px);
  z-index: 4;
  background: var(--ppx-surface, #fff);
  box-shadow: 0 4px 18px #3822180d;
}
.ppb-product-sections a {
  display: inline-flex;
  flex: none;
  padding: 10px 18px;
  border-radius: 999px;
  transition: background-color 160ms ease, color 160ms ease;
  white-space: nowrap;
  align-items: center;
  min-height: 44px;
  font-size: 14px;
  font-weight: 550;
  text-decoration: none;
  color: var(--ppx-ink);
}
.ppb-product-sections a:hover { background: var(--ppx-subtle); }
.ppb-product-sections a[aria-current="location"] { background: var(--ppx-brand); color: #fff; }
.ppb-product-sections a:focus-visible { outline: 2px solid var(--ppx-focus); outline-offset: -3px; }
#ppb-ceremony-details>h2 {
  margin-bottom: 20px;
  font: 400 clamp(28px,3vw,38px)/1.2 var(--ppn-font-body,Georgia,serif);
  letter-spacing: -.025em;
  color: var(--ppb-deep);
}
.ppb-ceremony-details { width: 100%; min-width: 0; padding: var(--ppb-section-gap) 0 0; border-top: 1px solid var(--ppx-border); }
.ppb-package-section { width: 100%; min-width: 0; margin: 0; }
.ppb-product-description > :is(section,div) { scroll-margin-top: var(--ppb-section-offset,160px); }
.ppb-product-description > :is(.ppb-product-trust,.ppb-product-process,.ppb-product-reviews) { width: 100%; }

.ppb-editorial {
  padding-bottom: 24px;
  color: var(--ppx-ink);
  font: 400 17px/1.85 var(--ppn-font-body,Georgia,serif);
  overflow-wrap: anywhere;
}
.ppb-editorial :is(p,ul,ol,h2,h3)+* {
  margin-top: 16px;
}
.ppb-editorial :is(ul,ol) {
  padding-left: 22px;
}
.ppb-editorial :is(h2,h3) {
  margin-top: 32px;
  color: var(--ppb-deep);
  font: 400 26px/1.3 var(--ppn-font-body,Georgia,serif);
  letter-spacing: -.02em;
}
.ppb-editorial :is(iframe,figure) {
  max-width: 100%;
}
.ppb-editorial img {
  border-radius: var(--ppb-radius-panel);
}
.ppb-product-description .product_meta {
  margin-top: 24px;
  font-size: 12px;
  color: var(--ppx-muted);
}
.ppb-product-description .product_meta>span {
  display: block;
  margin-top: 4px;
}
/* Shared native quantity controls retain the product's own limits and increment. */
.ppb-quantity {
  display: grid;
  grid-template-columns: 40px 48px 40px;
  align-items: center;
  flex: none;
  gap: 0;
}
.ppb-quantity__label {
  grid-column: 1/-1;
  margin-bottom: 7px;
  font-size: 12px;
  color: var(--ppx-muted);
}
.ppb-quantity button {
  height: 52px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control) 0 0 var(--ppb-radius-control);
  background: #fff;
  color: var(--ppx-ink);
  font-size: 20px;
  font-weight: 400;
}
.ppb-quantity button:last-child {
  border-radius: 0 var(--ppb-radius-control) var(--ppb-radius-control) 0;
}
.ppb-quantity .quantity {
  margin: 0 !important;
  float: none !important;
  width: auto;
}
.ppb-quantity input.qty {
  display: block;
  width: 100% !important;
  height: 52px;
  padding: 0;
  border: 1px solid var(--ppx-control-border);
  border-inline: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ppx-ink);
  text-align: center;
  font: 500 15px var(--ppx-font);
  appearance: textfield;
}
.ppb-quantity input::-webkit-inner-spin-button,.ppb-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Cart: a service hierarchy with a separate, warm financial summary. */
.ppb-cart-page {
  padding-top: 4px;
}
.ppb-cart-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 360px;
  gap: 44px;
  align-items: start;
}
.ppb-cart-layout>form {
  min-width: 0;
}
.ppb-cart-list {
  display: grid;
  gap: 18px;
}
.ppb-service-card {
  overflow: hidden;
  border: 1px solid var(--ppx-border);
  border-radius: var(--ppb-radius-panel);
  background: #fff;
}
.ppb-service-card__main {
  position: relative;
  display: flex;
  gap: 22px;
  padding: 22px 52px 16px 22px;
}
.ppb-service-card__photo {
  flex: 0 0 108px;
  width: 108px;
  height: 112px;
  overflow: hidden;
  border-radius: var(--ppb-radius-panel);
}
.ppb-service-card__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ppb-service-card__content {
  flex: 1;
  min-width: 0;
}
.ppb-service-card h2 {
  font: 400 25px/1.22 var(--ppn-font-body,Georgia,serif);
  letter-spacing: -.015em;
}
.ppb-service-card h2 a {
  color: var(--ppb-deep);
  text-decoration: none;
}
.ppb-service-card__remove {
  position: absolute;
  top: 12px;
  right: 10px;
}
.ppb-booking .ppb-service-card__remove a.remove {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--ppx-muted) !important;
  background: transparent;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
}
.ppb-unit-price {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 550;
}
.ppb-unit-price>span:not(.amount) {
  margin-left: 3px;
  color: var(--ppx-muted);
  font-size: 12px;
  font-weight: 400;
}
.ppb-service-meta {
  margin-top: 8px;
  color: var(--ppx-muted);
  font-size: 13px;
  line-height: 1.6;
}
.ppb-service-meta:empty {
  display: none;
}
.ppb-service-meta .variation {
  display: block;
  margin: 0;
  font: inherit;
}
.ppb-service-meta dt {
  display: inline;
  float: none;
  font-weight: 550;
}
.ppb-service-meta dd {
  display: inline;
  margin: 0;
}
.ppb-service-meta dd::after {
  content: "";
  display: block;
}
.ppb-service-meta dd p {
  display: inline;
}
.ppb-service-card__booking {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding: 0 22px 18px;
}
.ppb-service-card__booking>.product-subtotal {
  padding-bottom: 12px;
  color: var(--ppb-deep);
  font-size: 20px;
  font-weight: 550;
  letter-spacing: -.02em;
}
.ppb-card-additions {
  padding: 15px 24px 18px;
  border-top: 1px solid var(--ppx-border);
  background: #f7efe74d;
}
.ppb-card-additions__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.ppb-card-additions h3 {
  font-size: 14px;
  font-weight: 550;
}
.ppb-card-additions>.ppb-muted {
  font-size: 13px;
}
.ppb-card-additions ul {
  list-style: none;
  padding: 0;
}
.ppb-card-additions li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 8px 0;
  font-size: 13px;
  color: var(--ppx-muted);
  line-height: 1.55;
}
.ppb-card-additions li strong {
  max-width: 45%;
  color: var(--ppx-ink);
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}
.ppb-cart-actions {
  margin-top: 18px;
}
.ppb-cart-coupon {
  padding: 18px 22px;
  border: 1px dashed #bb9a82;
  border-radius: var(--ppb-radius-panel);
  background: #f7efe740;
}
.ppb-coupon-heading {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 13px;
}
.ppb-coupon-heading>span {
  color: var(--ppx-brand);
  font-size: 20px;
  font-weight: 500;
}
.ppb-coupon-heading h2 {
  font-size: 15px;
  font-weight: 550;
}
.ppb-coupon-entry {
  display: flex;
  gap: 10px;
}
.ppb-coupon-entry input {
  flex: 1;
  min-width: 0;
  height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-control);
  background: #fff;
  color: var(--ppx-ink);
  font: 400 16px var(--ppx-font);
}
.ppb-coupon-entry .ppb-secondary {
  flex: none;
  min-width: 92px;
}
.ppb-cart-coupon [role=status]:not(:empty) {
  margin-top: 12px;
  font-size: 13px;
  color: var(--ppb-deep);
}
.ppb-cart-status {
  margin-top: 12px;
  color: var(--ppx-muted);
  font-size: 13px;
}
.ppb-cart-status:empty {
  display: none;
}
.ppb-update-cart {
  margin-top: 20px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--ppx-control-border);
  border-radius: var(--ppb-radius-panel);
  background: #fff;
  font: 500 14px var(--ppx-font);
}
.ppb-enhanced .ppb-update-cart {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  border: 0;
}

.ppb-empty {
  max-width: 560px;
  padding: 64px 0;
}
.ppb-empty h1 {
  font: 400 36px/1.2 var(--ppn-font-body,Georgia,serif);
  color: var(--ppb-deep);
}
.ppb-empty p {
  margin: 16px 0 24px;
  color: var(--ppx-muted);
}
.ppb-product-dock,.ppb-cart-dock {
  display: none;
}
.ppb-keyboard * {
  scroll-behavior: auto !important;
}
.ppb-keyboard :is(button,a,.ppx-float>label,.ppx-choice) {
  transition: none !important;
}
@media (hover:hover) and (pointer:fine) {
  .ppb-pointer :is(.ppb-primary,.single_add_to_cart_button,.checkout-button,#place_order):not(:disabled):hover {
    background: var(--ppx-brand-hover);
  }
  .ppb-pointer :is(.ppb-primary,.ppb-secondary,.ppx-button,.single_add_to_cart_button,#place_order):not(:disabled):active {
    transform: scale(.985);
  }
  .ppb-personalize__trigger:hover {
    border-color: #bda18d;
    background: #f3e7db;
  }
  .ppb-service-card h2 a:hover {
    text-decoration: underline;
  }
  .ppb-booking .ppb-service-card__remove a.remove:hover {
    background: #f7efe7;
  }
}
@media (max-width:1099px) {
  .ppb-container {
    width: calc(100% - 48px);
  }
  .ppb-product-layout {
    gap: 36px;
    grid-template-columns: minmax(0,1fr) minmax(320px,1fr);
  }
  .ppb-product-panel>h1 {
    font-size: 32px;
  }
  .ppb-cart-layout {
    grid-template-columns: minmax(0,1fr) 320px;
    gap: 24px;
  }

  .ppb-service-card__main {
    gap: 16px;
    padding-left: 20px;
  }
  .ppb-service-card__photo {
    flex-basis: 84px;
    width: 84px;
    height: 94px;
  }
  .ppb-service-card h2 {
    font-size: 22px;
  }
  .ppb-page-heading { align-items: flex-start; flex-wrap: wrap; }
  .ppb-cart-next { max-width: none; }
}
@media (max-width:899px) {
  .ppb-cart-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ppb-cart-list {
    gap: 20px;
  }
  .ppb-service-card__photo {
    flex-basis: 108px;
    width: 108px;
    height: 112px;
  }
  .ppb-header__currency {
    margin-left: auto !important;
  }
}
@media (max-width:767px) {
  .ppb-container {
    width: calc(100% - 40px);
  }
  .ppb-header__inner {
    min-height: 64px;
    gap: 14px;
  }
  .ppb-brand img {
    width: 124px;
  }
  .ppb-header__cart {
    font-size: 0;
    gap: 0;
  }
  .ppb-cart-count {
    font-size: 11px;
  }
  .ppb-header__currency {
    max-width: 136px;
  }
  .ppb-back {
    font-size: 13px;
    min-height: 44px;
  }
  .ppb-product-page>.ppb-back {
    margin-block: 4px;
  }
  .ppb-product-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    padding: 8px 0 24px;
    margin-inline: 0;
  }
  .ppb-product-story { width: 100%; }
  .ppb-product-page.ppb-container { width: calc(100% - 40px); }

  .ppb-product-panel {
    position: static;
    width: 100%;
    padding: 0;
  }
  .ppb-product-panel>h1 {
    font-size: 32px;
    margin-top: 0;
  }
  .ppb-product-panel>.ppb-eyebrow {
    margin-bottom: 10px;
  }
  .ppb-product-intro {
    margin-top: 10px;
    font-size: 14px;
  }
  .ppb-product-price {
    margin-top: 8px;
  }
  .ppb-product-price .price {
    font-size: 28px;
  }
  .ppb-native-product-form {
    margin-top: 22px;
  }
  .ppb-product-description {
    --ppb-section-gap: 24px;
    order: 2;
    width: 100%;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid var(--ppx-border);
  }
  .ppb-product-sections {
    gap: 4px;
  }
  .ppb-product-sections a {
    font-size: 13px;
  }
  #ppb-ceremony-details>h2 {
    font-size: 26px;
  }
  .ppb-care-lines { gap: 14px; margin-top: 18px; padding-top: 16px; }
  .ppb-care-lines p { display: block; }
  .ppb-care-icon { margin-bottom: 7px; }
  .ppb-cart-next { width: 100%; }
  .ppb-native-product-form .single_add_to_cart_button {
    min-width: 150px;
  }
  .ppb-native-product-form form.cart {
    gap: 12px;
  }
  .ppb-quantity {
    grid-template-columns: 36px 42px 36px;
  }
  .ppb-product-next {
    font-size: 13px;
  }
  .ppb-page-heading {
    padding: 8px 0 24px;
  }
  .ppb-page-heading h1 {
    font-size: 32px;
  }
  .ppb-page-heading p {
    font-size: 14px;
    line-height: 1.5;
  }
  .ppb-service-card__main {
    padding: 16px 44px 12px 16px;
    gap: 14px;
  }
  .ppb-service-card__photo {
    flex-basis: 76px;
    width: 76px;
    height: 86px;
  }
  .ppb-service-card h2 {
    font-size: 20px;
    line-height: 1.23;
  }
  .ppb-unit-price {
    margin-top: 10px;
    font-size: 14px;
  }
  .ppb-unit-price>span:not(.amount) {
    display: inline;
    margin-left: 0;
  }
  .ppb-service-meta {
    font-size: 12px;
  }
  .ppb-service-card__remove {
    top: 10px;
    right: 5px;
  }
  .ppb-booking .ppb-service-card__remove a.remove {
    width: 44px;
    height: 44px;
  }
  .ppb-service-card__booking {
    padding: 0 16px 16px;
  }
  .ppb-card-additions {
    padding: 10px 18px 16px;
  }
  .ppb-card-additions li {
    gap: 12px;
    font-size: 13px;
  }
  .ppb-card-additions__heading {
    gap: 10px;
  }
  .ppb-card-additions__heading h3 {
    font-size: 13px;
  }
  .ppb-card-additions__heading .ppb-text-button {
    font-size: 13px;
  }
  .ppb-cart-coupon {
    padding: 16px;
  }
  .ppb-coupon-entry .ppb-secondary {
    min-width: 78px;
    padding-inline: 16px;
  }

  .ppb-footer {
    display: block;
    margin-top: 40px;
    padding-block: 22px;
    font-size: 12px;
  }
  .ppb-footer nav {
    margin-top: 8px;
    gap: 20px;
  }
  .ppb-footer a {
    min-height: 40px;
  }
  .ppb-product-dock,.ppb-cart-dock {
    display: block;
    position: fixed;
    inset: auto 0 0;
    z-index: 500;
    padding: 12px 20px max(12px,env(safe-area-inset-bottom));
    border-top: 1px solid var(--ppx-border);
    background: #fffdfbf7;
    backdrop-filter: blur(12px);
  }
  .ppb-product-dock>.ppb-primary {
    width: 100%;
    min-height: 52px;
  }
  .ppb-cart-dock {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .ppb-cart-dock__amount {
    flex: 1;
    min-width: 0;
    font-size: 12px;
    color: var(--ppx-muted);
  }
  .ppb-cart-dock__amount strong {
    display: block;
    color: var(--ppb-deep);
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.02em;
  }
  .ppb-cart-dock>.ppb-primary {
    flex: 1;
    min-width: 158px;
    padding-inline: 14px;
  }
  .ppb-booking:has(.ppb-cart-dock:not([hidden])),.ppb-booking:has(.ppb-product-dock:not([hidden])) {
    padding-bottom: 88px;
  }
}
@media (max-width:359px) {
  .ppb-container {
    width: calc(100% - 32px);
  }
  .ppb-header__inner {
    gap: 10px;
  }
  .ppb-brand img {
    width: 112px;
  }
  .ppb-product-panel>h1 {
    font-size: 28px;
  }
  .ppb-native-product-form .single_add_to_cart_button {
    min-width: 130px;
    padding-inline: 12px;
  }
  .ppb-quantity {
    grid-template-columns: 32px 38px 32px;
  }
  .ppb-service-card__main {
    padding-left: 14px;
    gap: 12px;
  }
  .ppb-service-card__photo {
    flex-basis: 58px;
    width: 58px;
    height: 72px;
  }
  .ppb-service-card h2 {
    font-size: 20px;
  }
  .ppb-service-card__booking {
    padding-inline: 14px;
  }
  .ppb-card-additions {
    padding-inline: 14px;
  }
  .ppb-card-additions li {
    flex-wrap: wrap;
    gap: 3px;
  }
  .ppb-card-additions li strong {
    max-width: 100%;
    text-align: left;
    margin-left: auto;
  }

  .ppb-cart-dock {
    padding-inline: 16px;
    gap: 12px;
  }
  .ppb-cart-dock__amount strong {
    font-size: 18px;
  }
  .ppb-cart-dock>.ppb-primary {
    min-width: 145px;
  }
  .ppb-product-sections a { padding-inline: 14px; }
}
@media (prefers-reduced-motion:reduce) {
  .ppb-booking *,.ppb-booking *::before,.ppb-booking *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
    scroll-behavior: auto !important;
  }
}

.ppb-personalize__trigger>span:nth-child(2) {
  flex: 1;
  min-width: 0;
}
.ppb-personalize-icon {
  display: grid;
  place-items: center;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  font-size: 22px;
  color: var(--ppb-deep);
}
.ppb-personalize-arrow {
  color: var(--ppb-deep);
  font-size: 18px;
}

/* One technical contact across the booking journey; ceremony contacts stay separate. */
.ppb-technical-help { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: var(--ppb-deep); border-radius: var(--ppb-radius-control); text-decoration: none; font: 400 12px/1.45 var(--ppx-font); }
.ppb-technical-help>svg { flex: none; }
.ppb-technical-help>span { display: flex; flex-direction: column; gap: 1px; }
.ppb-technical-help>span>span { color: var(--ppx-muted); }
.ppb-technical-help strong { font-size: 13px; font-weight: 600; white-space: nowrap; }
.ppb-technical-help:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.ppb-technical-help:focus-visible { outline: 2px solid var(--ppx-brand); outline-offset: 4px; }
.ppb-product-technical-help { margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--ppx-border); }
.ppb-cart-drawer__footer { flex-wrap: wrap; }
.ppb-cart-drawer__help { flex-basis: 100%; border-top: 1px solid var(--ppx-border); padding-top: 8px; }
.ppb-cart-drawer__help .ppb-technical-help>span,.ppb-addons__help .ppb-technical-help>span { flex-direction: row; flex-wrap: wrap; gap: 4px 8px; align-items: baseline; }
.ppb-addons__help { flex: none; }
@media (max-width:1099px) {
  .ppb-header__inner { flex-wrap: wrap; gap: 8px 20px; padding-block: 8px; }
  .ppb-header__support { order: 4; flex-basis: 100%; margin: 0; border-top: 1px solid var(--ppx-border); padding-top: 4px; }
  .ppb-header__support .ppb-technical-help>span { flex-direction: row; gap: 8px; align-items: baseline; }
}
@media (max-width:359px) { .ppb-header__inner { gap: 4px 10px; } }

/* Owner-confirmed product facts; populated per product and display locale. */
.ppb-product-quick-facts{display:flex;flex-wrap:wrap;gap:5px;list-style:none;margin:12px 0 8px;padding:0}
.ppb-product-quick-facts li{max-width:100%;border:1px solid var(--ppx-brand);border-radius:999px;background:#ffffff;color:#000000;padding:4px 9px;font-size:12px;line-height:1.4;overflow-wrap:anywhere}
.ppb-product-coordination-note{margin:0 0 16px;color:#655747;font-size:13px;line-height:1.55;max-width:62ch}
@media(max-width:480px){.ppb-product-quick-facts{gap:5px}.ppb-product-quick-facts li{font-size:12px;padding:4px 8px}}
