:root {
  --pf-bg: #07080d;
  --pf-bg-2: #0d1018;
  --pf-bg-3: #141824;
  --pf-panel: rgba(255, 255, 255, 0.045);
  --pf-panel-strong: rgba(255, 255, 255, 0.075);
  --pf-line: rgba(255, 255, 255, 0.11);
  --pf-line-2: rgba(255, 255, 255, 0.2);
  --pf-text: #f6f7fb;
  --pf-muted: rgba(246, 247, 251, 0.72);
  --pf-subtle: rgba(246, 247, 251, 0.48);
  --pf-cyan: #61b5d4;
  --pf-blue: #5d7eb8;
  --pf-violet: #7f4dc9;
  --pf-green: #76e4bd;
  --pf-red: #ffaaa7;
  --pf-radius: 16px;
  --pf-radius-lg: 22px;
  --pf-title: Manrope, Futura, "Futura PT", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pf-body: Inter, Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --pf-mono: "Fira Code", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body.pf-checkout-brand,
body.pf-checkout-brand .wp-site-blocks {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 5%, rgba(127, 77, 201, 0.22), transparent 32rem),
    radial-gradient(circle at 82% 16%, rgba(97, 181, 212, 0.16), transparent 34rem),
    linear-gradient(180deg, var(--pf-bg) 0%, #090b12 48%, #06070b 100%);
  color: var(--pf-text);
  font-family: var(--pf-body);
}

body.pf-checkout-brand {
  overflow-x: hidden;
}

body.pf-checkout-brand::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 84px 84px;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 82%);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 82%);
}

.pf-checkout-brand a {
  color: inherit;
}

.pf-checkout-brand .wp-site-blocks > header,
.pf-checkout-brand .wp-site-blocks > footer {
  border-color: var(--pf-line);
  background: transparent;
}

.pf-checkout-brand main,
.pf-checkout-brand .entry-content,
.pf-checkout-brand .wp-block-post-content {
  width: min(100% - 40px, 1216px);
  margin-inline: auto;
}

.pf-checkout-brand h1,
.pf-checkout-brand h2,
.pf-checkout-brand h3,
.pf-checkout-brand .wc-block-components-title {
  color: var(--pf-text);
  font-family: var(--pf-title);
  font-weight: 800;
  letter-spacing: 0;
}

.pf-checkout-intro {
  width: min(100% - 40px, 1216px);
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(2.2rem, 5vw, 4rem);
}

.pf-checkout-intro__nav {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  min-height: 76px;
  border-bottom: 1px solid var(--pf-line);
}

.pf-checkout-logo {
  display: inline-flex;
  align-items: center;
  justify-self: center;
}

.pf-checkout-logo img {
  display: block;
  width: auto;
  height: 34px;
  object-fit: contain;
}

.pf-checkout-back,
.pf-checkout-support {
  color: var(--pf-muted);
  font-family: var(--pf-mono);
  font-size: 0.76rem;
  text-decoration: none;
}

.pf-checkout-back {
  justify-self: start;
}

.pf-checkout-support {
  justify-self: end;
}

.pf-checkout-back:hover,
.pf-checkout-support:hover {
  color: #fff;
}

.pf-checkout-intro__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(280px, 0.52fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  padding-top: clamp(2.5rem, 6vw, 5rem);
}

.pf-checkout-intro__copy {
  min-width: 0;
}

.pf-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
  width: fit-content;
  max-width: 100%;
  padding: 0.45rem 0.85rem;
  border: 1px solid var(--pf-line-2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--pf-muted);
  font-family: var(--pf-mono);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.pf-pill span {
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 0.42rem;
  border-radius: 999px;
  background: var(--pf-cyan);
  box-shadow: 0 0 14px var(--pf-cyan);
}

.pf-checkout-intro h1 {
  max-width: 820px;
  margin: 1.35rem 0 0;
  font-size: clamp(2.25rem, 5vw, 4.85rem);
  line-height: 1.02;
}

.pf-checkout-intro h1::after {
  content: "";
  display: block;
  width: min(100%, 7.5em);
  height: 0.08em;
  margin-top: 0.22em;
  border-radius: 999px;
  background: linear-gradient(135deg, #a779e5, #62bee0 76%);
}

.pf-checkout-intro p {
  max-width: 690px;
  color: var(--pf-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.62;
}

.pf-checkout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.7rem;
}

.pf-button,
.pf-checkout-brand .button,
.pf-checkout-brand button.button,
.pf-checkout-brand #place_order,
.pf-checkout-brand .wc-block-components-button,
.pf-checkout-brand .wc-block-cart__submit-button,
.pf-checkout-brand .wp-element-button,
.pf-checkout-brand .components-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.8rem;
  padding: 0.82rem 1.18rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-family: var(--pf-body);
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.pf-button:hover,
.pf-checkout-brand .button:hover,
.pf-checkout-brand button.button:hover,
.pf-checkout-brand #place_order:hover,
.pf-checkout-brand .wc-block-components-button:hover,
.pf-checkout-brand .wc-block-cart__submit-button:hover,
.pf-checkout-brand .wp-element-button:hover,
.pf-checkout-brand .components-button:hover {
  transform: translateY(-1px);
}

.pf-button--primary,
.pf-checkout-brand .button,
.pf-checkout-brand button.button,
.pf-checkout-brand #place_order,
.pf-checkout-brand .wc-block-components-button:not(.is-link),
.pf-checkout-brand .wc-block-cart__submit-button,
.pf-checkout-brand .wp-element-button {
  background: linear-gradient(135deg, var(--pf-violet), var(--pf-blue) 48%, var(--pf-cyan));
  color: #fff;
  box-shadow: 0 18px 42px -24px rgba(97, 181, 212, 0.9);
}

.pf-button--ghost,
.pf-checkout-brand .coupon .button,
.pf-checkout-brand .wc-block-components-button.is-link {
  border-color: var(--pf-line-2);
  background: rgba(255, 255, 255, 0.035);
  color: var(--pf-text);
  box-shadow: none;
}

.pf-checkout-intro__panel {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid var(--pf-line-2);
  border-radius: 18px;
  padding: 1rem;
  background:
    radial-gradient(circle at 80% 14%, rgba(97, 181, 212, 0.16), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018));
  box-shadow: 0 34px 80px -42px rgba(97, 181, 212, 0.8);
}

.pf-window-dots {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.pf-window-dots span {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.pf-panel-stat {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.88rem 0;
  border-top: 1px solid var(--pf-line);
}

.pf-panel-stat span {
  color: var(--pf-subtle);
  font-family: var(--pf-mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pf-panel-stat strong {
  color: var(--pf-text);
  font-family: var(--pf-mono);
}

.pf-panel-meter {
  height: 5px;
  margin: 0.8rem 0 1rem;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.pf-panel-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--pf-violet), var(--pf-cyan));
}

.pf-checkout-intro__panel p {
  margin: 0;
  color: var(--pf-muted);
  font-size: 0.9rem;
}

.pf-commerce-shell,
.pf-checkout-brand .woocommerce,
.pf-checkout-brand .wc-block-cart,
.pf-checkout-brand .wc-block-checkout {
  color: var(--pf-text);
}

.pf-commerce-shell {
  width: min(100% - 40px, 1216px);
  margin: 0 auto clamp(3rem, 7vw, 6rem);
}

.pf-checkout-brand .woocommerce {
  width: min(100% - 40px, 1216px);
  margin: 0 auto clamp(3rem, 7vw, 6rem);
}

.pf-checkout-brand .wp-block-woocommerce-checkout,
.pf-checkout-brand .wp-block-woocommerce-cart,
.pf-checkout-brand .woocommerce-checkout,
.pf-checkout-brand .woocommerce-cart-form,
.pf-checkout-brand .cart-collaterals,
.pf-checkout-brand .woocommerce-order,
.pf-checkout-brand .woocommerce-MyAccount-content,
.pf-checkout-brand .woocommerce-MyAccount-navigation,
.pf-checkout-brand .wc-block-components-sidebar,
.pf-checkout-brand .wc-block-components-main,
.pf-checkout-brand .wc-block-checkout__form,
.pf-checkout-brand .wc-block-cart-items,
.pf-checkout-brand .wc-block-cart__totals-title,
.pf-checkout-brand .wc-block-components-panel,
.pf-checkout-brand .wc-block-components-totals-wrapper,
.pf-checkout-brand .wc-block-components-order-summary,
.pf-checkout-brand .wc-block-components-checkout-step,
.pf-checkout-brand .woocommerce-checkout-review-order,
.pf-checkout-brand .woocommerce-billing-fields,
.pf-checkout-brand .woocommerce-shipping-fields,
.pf-checkout-brand .woocommerce-additional-fields,
.pf-checkout-brand .cart_totals,
.pf-checkout-brand .shop_table {
  border-color: var(--pf-line);
  color: var(--pf-text);
}

.pf-checkout-brand .wc-block-components-sidebar,
.pf-checkout-brand .wc-block-components-main,
.pf-checkout-brand .wc-block-checkout__form,
.pf-checkout-brand .wc-block-cart-items,
.pf-checkout-brand .woocommerce-checkout-review-order,
.pf-checkout-brand .woocommerce-billing-fields,
.pf-checkout-brand .woocommerce-shipping-fields,
.pf-checkout-brand .woocommerce-additional-fields,
.pf-checkout-brand .cart_totals,
.pf-checkout-brand .woocommerce-order,
.pf-checkout-brand .woocommerce-MyAccount-content,
.pf-checkout-brand .woocommerce-MyAccount-navigation {
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius-lg);
  background:
    radial-gradient(circle at 80% 14%, rgba(97, 181, 212, 0.1), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014));
  backdrop-filter: blur(18px);
}

.pf-checkout-brand .wc-block-components-main,
.pf-checkout-brand .wc-block-checkout__form,
.pf-checkout-brand .woocommerce-billing-fields,
.pf-checkout-brand .woocommerce-shipping-fields,
.pf-checkout-brand .woocommerce-additional-fields,
.pf-checkout-brand .woocommerce-MyAccount-content {
  padding: clamp(1rem, 2.4vw, 1.8rem);
}

.pf-checkout-brand .wc-block-components-sidebar,
.pf-checkout-brand .woocommerce-checkout-review-order,
.pf-checkout-brand .cart_totals,
.pf-checkout-brand .woocommerce-order,
.pf-checkout-brand .woocommerce-MyAccount-navigation {
  padding: clamp(1rem, 2.2vw, 1.5rem);
}

.pf-checkout-brand .wc-block-components-sidebar-layout,
.pf-checkout-brand form.checkout {
  align-items: start;
}

.pf-checkout-brand form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
  gap: clamp(1rem, 3vw, 1.5rem);
}

.pf-checkout-brand form.checkout #customer_details,
.pf-checkout-brand form.checkout #order_review,
.pf-checkout-brand form.checkout #order_review_heading {
  float: none;
  width: auto;
}

.pf-checkout-brand form.checkout #order_review,
.pf-checkout-brand .wc-block-components-sidebar {
  position: sticky;
  top: 1rem;
}

.pf-checkout-brand .woocommerce form .form-row {
  margin-bottom: 0.95rem;
}

.pf-checkout-brand label,
.pf-checkout-brand .wc-block-components-text-input label,
.pf-checkout-brand .wc-block-components-combobox label,
.pf-checkout-brand .wc-block-components-checkbox label,
.pf-checkout-brand .wc-block-components-radio-control__label,
.pf-checkout-brand .wc-block-components-address-form__address_2-toggle {
  color: var(--pf-muted);
  font-family: var(--pf-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-checkout-brand input[type="text"],
.pf-checkout-brand input[type="email"],
.pf-checkout-brand input[type="tel"],
.pf-checkout-brand input[type="password"],
.pf-checkout-brand input[type="number"],
.pf-checkout-brand input[type="search"],
.pf-checkout-brand textarea,
.pf-checkout-brand select,
.pf-checkout-brand .select2-selection,
.pf-checkout-brand .wc-block-components-text-input input[type="text"],
.pf-checkout-brand .wc-block-components-text-input input[type="email"],
.pf-checkout-brand .wc-block-components-text-input input[type="tel"],
.pf-checkout-brand .wc-block-components-text-input input[type="password"],
.pf-checkout-brand .wc-block-components-textarea,
.pf-checkout-brand .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.pf-checkout-brand .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  width: 100%;
  min-height: 2.95rem;
  border: 1px solid var(--pf-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
  color: #fff;
  box-shadow: none;
  font-family: var(--pf-body);
  outline: none;
  padding: 0.75rem 0.9rem;
}

.pf-checkout-brand textarea,
.pf-checkout-brand .wc-block-components-textarea {
  min-height: 9.5rem;
  line-height: 1.55;
  resize: vertical;
}

.pf-checkout-brand input:focus,
.pf-checkout-brand textarea:focus,
.pf-checkout-brand select:focus,
.pf-checkout-brand .select2-container--open .select2-selection,
.pf-checkout-brand .wc-block-components-text-input input:focus,
.pf-checkout-brand .wc-block-components-combobox input:focus,
.pf-checkout-brand .wc-block-components-textarea:focus {
  border-color: rgba(97, 181, 212, 0.72);
  box-shadow: 0 0 0 1px rgba(97, 181, 212, 0.16);
}

.pf-checkout-brand ::placeholder {
  color: var(--pf-subtle);
}

.pf-checkout-brand .select2-dropdown {
  border-color: var(--pf-line);
  background: var(--pf-bg-2);
  color: var(--pf-text);
}

.pf-checkout-brand .select2-results__option--highlighted[aria-selected] {
  background: rgba(97, 181, 212, 0.2);
}

.pf-checkout-brand table,
.pf-checkout-brand th,
.pf-checkout-brand td,
.pf-checkout-brand .wc-block-cart-items__row,
.pf-checkout-brand .wc-block-components-order-summary-item,
.pf-checkout-brand .wc-block-components-totals-item,
.pf-checkout-brand .wc-block-components-totals-wrapper,
.pf-checkout-brand .wc-block-components-panel,
.pf-checkout-brand .wc-block-components-checkout-step {
  border-color: var(--pf-line);
}

.pf-checkout-brand th,
.pf-checkout-brand .wc-block-components-totals-item__label,
.pf-checkout-brand .wc-block-components-product-name,
.pf-checkout-brand .wc-block-components-checkout-step__title,
.pf-checkout-brand .woocommerce-checkout-review-order-table th,
.pf-checkout-brand .cart_totals h2 {
  color: var(--pf-text);
}

.pf-checkout-brand td,
.pf-checkout-brand .wc-block-components-product-metadata,
.pf-checkout-brand .wc-block-components-totals-item__description,
.pf-checkout-brand .wc-block-components-checkout-step__description,
.pf-checkout-brand .woocommerce-privacy-policy-text,
.pf-checkout-brand .woocommerce-terms-and-conditions-wrapper,
.pf-checkout-brand .woocommerce-info,
.pf-checkout-brand .woocommerce-message,
.pf-checkout-brand .woocommerce-error {
  color: var(--pf-muted);
}

.pf-checkout-brand .woocommerce-info,
.pf-checkout-brand .woocommerce-message,
.pf-checkout-brand .woocommerce-error,
.pf-checkout-brand .wc-block-components-notice-banner {
  border: 1px solid var(--pf-line-2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--pf-muted);
}

.pf-checkout-brand .woocommerce-error,
.pf-checkout-brand .wc-block-components-notice-banner.is-error {
  border-color: rgba(255, 170, 167, 0.45);
  background: rgba(255, 170, 167, 0.08);
  color: #ffd8d6;
}

.pf-checkout-brand .woocommerce-message,
.pf-checkout-brand .wc-block-components-notice-banner.is-success {
  border-color: rgba(118, 228, 189, 0.36);
  background: rgba(118, 228, 189, 0.08);
  color: #d8fff0;
}

.pf-checkout-brand .woocommerce-info::before,
.pf-checkout-brand .woocommerce-message::before,
.pf-checkout-brand .woocommerce-error::before {
  color: var(--pf-cyan);
}

.pf-checkout-brand .wc-block-components-radio-control,
.pf-checkout-brand .wc-block-components-radio-control__option,
.pf-checkout-brand .wc-block-components-checkbox,
.pf-checkout-brand .payment_methods,
.pf-checkout-brand .woocommerce-checkout-payment {
  border-color: var(--pf-line);
  background: rgba(0, 0, 0, 0.16);
}

.pf-checkout-brand .woocommerce-checkout-payment {
  border-radius: var(--pf-radius);
}

.pf-checkout-brand #payment div.payment_box,
.pf-checkout-brand .wc-block-components-radio-control__option-checked {
  background: rgba(97, 181, 212, 0.08);
  color: var(--pf-muted);
}

.pf-checkout-brand .wc-block-components-radio-control__input:checked,
.pf-checkout-brand input[type="checkbox"]:checked,
.pf-checkout-brand input[type="radio"]:checked {
  accent-color: var(--pf-cyan);
}

.pf-checkout-brand .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pf-checkout-brand .woocommerce-MyAccount-navigation a {
  display: block;
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  padding: 0.7rem 0.9rem;
  color: var(--pf-muted);
  text-decoration: none;
}

.pf-checkout-brand .woocommerce-MyAccount-navigation .is-active a,
.pf-checkout-brand .woocommerce-MyAccount-navigation a:hover {
  border-color: var(--pf-line-2);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.pf-checkout-brand .wc-block-components-product-image img,
.pf-checkout-brand .woocommerce-cart-form img,
.pf-checkout-brand .woocommerce-order-overview {
  border-radius: 12px;
}

.pf-checkout-brand .woocommerce-order-overview {
  border: 1px solid var(--pf-line);
  background: rgba(0, 0, 0, 0.18);
  padding: 1rem;
}

.pf-checkout-brand .woocommerce form.checkout_coupon,
.pf-checkout-brand .woocommerce form.login,
.pf-checkout-brand .woocommerce form.register {
  border: 1px solid var(--pf-line);
  border-radius: var(--pf-radius);
  background: rgba(255, 255, 255, 0.035);
}

.pf-checkout-brand .woocommerce-Price-amount,
.pf-checkout-brand .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.pf-checkout-brand .order-total .amount {
  color: #fff;
  font-family: var(--pf-mono);
  font-weight: 800;
}

.pf-checkout-brand .wc-block-components-sidebar .wc-block-components-totals-footer-item,
.pf-checkout-brand .order-total {
  border-top: 1px solid var(--pf-line-2);
}

.pf-checkout-brand .wc-block-components-button__text {
  color: inherit;
}

.pf-checkout-brand .wp-block-woocommerce-coming-soon,
.pf-checkout-brand .woocommerce-coming-soon-default {
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 5%, rgba(127, 77, 201, 0.22), transparent 32rem),
    radial-gradient(circle at 82% 16%, rgba(97, 181, 212, 0.16), transparent 34rem),
    linear-gradient(180deg, var(--pf-bg) 0%, #090b12 52%, #06070b 100%) !important;
  color: var(--pf-text) !important;
}

.pf-checkout-brand .woocommerce-coming-soon-header {
  background: rgba(7, 8, 13, 0.78) !important;
  border-bottom: 1px solid var(--pf-line);
  backdrop-filter: blur(18px) saturate(150%);
}

.pf-checkout-brand .wp-block-site-title,
.pf-checkout-brand .wp-block-site-title a {
  color: var(--pf-text) !important;
  font-family: var(--pf-title) !important;
  font-weight: 800;
  text-decoration: none;
}

.pf-checkout-brand .woocommerce-coming-soon-banner {
  max-width: 760px;
  margin-inline: auto;
  color: var(--pf-text) !important;
  font-family: var(--pf-title) !important;
  font-size: clamp(2.25rem, 5vw, 4.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.03 !important;
}

.pf-checkout-brand .logged-out.wp-block-loginout {
  border: 1px solid var(--pf-line-2);
  border-radius: 999px !important;
  background: linear-gradient(135deg, var(--pf-violet), var(--pf-blue) 48%, var(--pf-cyan)) !important;
  color: #fff !important;
}

.pf-checkout-brand .logged-out.wp-block-loginout a {
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 980px) {
  .pf-checkout-intro__grid,
  .pf-checkout-brand form.checkout {
    grid-template-columns: 1fr;
  }

  .pf-checkout-brand form.checkout #order_review,
  .pf-checkout-brand .wc-block-components-sidebar {
    position: static;
  }
}

@media (max-width: 560px) {
  .pf-checkout-brand main,
  .pf-checkout-brand .entry-content,
  .pf-checkout-brand .wp-block-post-content,
  .pf-checkout-intro,
  .pf-commerce-shell,
  .pf-checkout-brand .woocommerce {
    width: min(100% - 32px, 1216px);
  }

  .pf-checkout-intro__nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: 118px;
    padding-block: 1rem;
  }

  .pf-checkout-back,
  .pf-checkout-support {
    justify-self: center;
  }

  .pf-checkout-intro__grid {
    padding-top: 2.25rem;
  }

  .pf-checkout-intro h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .pf-checkout-actions,
  .pf-checkout-actions .pf-button {
    width: 100%;
  }

  .pf-button,
  .pf-checkout-brand .button,
  .pf-checkout-brand button.button,
  .pf-checkout-brand #place_order,
  .pf-checkout-brand .wc-block-components-button,
  .pf-checkout-brand .wc-block-cart__submit-button,
  .pf-checkout-brand .wp-element-button {
    width: 100%;
  }
}
