.glwc-sales-product #main {
  padding-top: 14px !important;
}

.glwc-sales-product .woocommerce-notices-wrapper,
.glwc-sales-page .woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

.glwc-sales-page {
  --glwc-ink: #f0e8da;
  --glwc-teal: #ead8b3;
  --glwc-sand: #8f7850;
  --glwc-cream: #111513;
  --glwc-gold: #caa46a;
  --glwc-accent: #d67d45;
  --glwc-line: rgba(240, 232, 218, 0.09);
  --glwc-shadow: 0 26px 90px rgba(0, 0, 0, 0.42);
  color: var(--glwc-ink);
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  margin: 0 auto;
  max-width: 1240px;
  padding: 10px 0 64px;
}

.glwc-sales-page * {
  box-sizing: border-box;
}

.glwc-sales-hero,
.glwc-sales-section {
  position: relative;
  overflow: hidden;
}

.glwc-sales-hero {
  background:
    radial-gradient(circle at top left, rgba(164, 104, 55, 0.22), transparent 34%),
    radial-gradient(circle at bottom right, rgba(128, 101, 58, 0.16), transparent 42%),
    linear-gradient(135deg, #0f1413 0%, #161b18 48%, #221d16 100%);
  border: 1px solid var(--glwc-line);
  border-radius: 28px;
  box-shadow: var(--glwc-shadow);
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
  margin-bottom: 28px;
  padding: 42px;
}

.glwc-sales-eyebrow,
.glwc-sales-kicker {
  color: var(--glwc-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.glwc-sales-title,
.glwc-sales-section__intro h2,
.glwc-sales-purchase__content h2 {
  color: var(--glwc-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  margin: 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.22);
}

.glwc-sales-title {
  font-size: 30px;
  max-width: 100%;
}

.glwc-sales-lead,
.glwc-sales-section__intro,
.glwc-sales-card p,
.glwc-sales-step p,
.glwc-sales-audience p,
.glwc-sales-purchase__content p,
.glwc-sales-faq__item p,
.glwc-sales-price-card__note,
.glwc-sales-purchase__price-note {
  color: rgba(240, 232, 218, 0.84);
  font-size: 16px;
  line-height: 1.5;
}

.glwc-sales-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 24px;
}

.glwc-sales-button {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.glwc-sales-button:hover {
  transform: translateY(-1px);
}

.glwc-sales-button--primary {
  background: #d0ab72;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.24);
  color: #171a17 !important;
}

.glwc-sales-button--primary:hover,
.glwc-sales-button--primary:focus {
  background: #e0bc82;
  color: #121512 !important;
}

.glwc-sales-button--secondary {
  background: rgba(240, 232, 218, 0.04);
  border: 1px solid rgba(240, 232, 218, 0.14);
  color: var(--glwc-ink);
}

.glwc-sales-button--full {
  width: 100%;
}

.glwc-sales-hero__meta,
.glwc-sales-price-card__items {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.glwc-sales-hero__meta li,
.glwc-sales-price-card__items span {
  background: rgba(240, 232, 218, 0.04);
  border: 1px solid rgba(240, 232, 218, 0.1);
  border-radius: 16px;
  font-size: 14px;
  padding: 14px 16px;
}

.glwc-sales-hero__panel {
  display: flex;
  align-items: stretch;
}

.glwc-sales-price-card,
.glwc-sales-purchase__card,
.glwc-sales-card,
.glwc-sales-audience,
.glwc-sales-step,
.glwc-sales-faq__item {
  background: rgba(16, 20, 18, 0.9);
  border: 1px solid var(--glwc-line);
  border-radius: 24px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.3);
}

.glwc-sales-price-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  padding: 28px;
  width: 100%;
}

.glwc-sales-price-card__label,
.glwc-sales-purchase__price-note {
  color: rgba(240, 232, 218, 0.74);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0;
  text-transform: uppercase;
}

.glwc-sales-price-card__value,
.glwc-sales-purchase__price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
}

.glwc-sales-price-card__suffix {
  color: rgba(240, 232, 218, 0.7);
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-left: 8px;
  text-transform: uppercase;
}

.glwc-sales-section {
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  border-radius: 28px;
  margin-top: 24px;
  padding: 42px;
}

.glwc-sales-section__intro {
  margin-bottom: 28px;
  max-width: 100%;
}

.glwc-sales-section__intro h2 {
  font-size: 36px;
  margin-bottom: 14px;
}

.glwc-sales-grid {
  display: grid;
  gap: 18px;
}

.glwc-sales-grid--features {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glwc-sales-grid--capabilities {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.glwc-sales-grid--audience,
.glwc-sales-steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.glwc-sales-card,
.glwc-sales-audience,
.glwc-sales-step {
  padding: 24px;
}

.glwc-sales-card h3,
.glwc-sales-audience h3,
.glwc-sales-step h3,
.glwc-sales-faq__item summary {
  color: #f3e3bd;
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.glwc-sales-card__list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding-left: 20px;
}

.glwc-sales-card__list li {
  color: rgba(240, 232, 218, 0.8);
  font-size: 16px;
  line-height: 1.6;
}

.glwc-sales-step__index {
  color: var(--glwc-gold);
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}

.glwc-sales-purchase {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
}

.glwc-sales-purchase__card {
  padding: 28px;
}

.glwc-sales-purchase__support a,
.glwc-sales-text-link {
  color: #e5c07a;
  font-weight: 700;
  text-decoration: none;
}

.glwc-sales-purchase__form .cart {
  display: grid;
  gap: 14px;
  margin: 18px 0 10px;
}

.glwc-sales-purchase__form .quantity {
  margin: 0 !important;
}

.glwc-sales-purchase__form .single_add_to_cart_button {
  background: #d0ab72 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  color: #171a17 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  min-height: 54px;
  text-transform: none !important;
  width: 100%;
}

.glwc-sales-faq {
  display: grid;
  gap: 14px;
}

.glwc-sales-faq__item {
  padding: 18px 20px;
}

.glwc-sales-faq__item summary {
  cursor: pointer;
  list-style: none;
}

.glwc-sales-faq__item summary::-webkit-details-marker {
  display: none;
}

.glwc-sales-faq__item p {
  margin: 0;
  padding-top: 8px;
}

.glwc-sales-footer {
  align-items: center;
  background: rgba(16, 20, 18, 0.78);
  border: 1px solid var(--glwc-line);
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: center;
  margin-top: 20px;
  padding: 18px 22px;
}

.glwc-sales-footer__label {
  color: rgba(240, 232, 218, 0.72);
  font-size: 14px;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.glwc-sales-footer__link {
  color: #e5c07a;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.glwc-sales-footer__link:hover,
.glwc-sales-footer__link:focus {
  color: #f0cf93;
  text-decoration: underline;
}

body.glwc-sales-cart,
body.glwc-sales-checkout {
  --glwc-ink: #f0e8da;
  --glwc-teal: #ead8b3;
  --glwc-sand: #8f7850;
  --glwc-cream: #111513;
  --glwc-gold: #caa46a;
  --glwc-accent: #d67d45;
  --glwc-line: rgba(240, 232, 218, 0.09);
  background: #101413;
}

.glwc-sales-cart .fusion-header-wrapper,
.glwc-sales-cart .fusion-page-title-bar,
.glwc-sales-cart .fusion-footer,
.glwc-sales-cart .fusion-footer-widget-area,
.glwc-sales-cart .fusion-footer-copyright-area,
.glwc-sales-cart .fusion-sliding-bar-wrapper,
.glwc-sales-cart #toTop {
  display: none !important;
}

.glwc-sales-cart #wrapper {
  background:
    radial-gradient(circle at top left, rgba(164, 104, 55, 0.14), transparent 28%),
    linear-gradient(180deg, #0b0f0e 0%, #111513 100%);
  min-height: 100vh;
}

.glwc-sales-cart #main {
  background: transparent !important;
  padding: 22px 20px 42px !important;
}

.glwc-sales-cart .post-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0;
}

.glwc-sales-cart .post-content > .woocommerce,
.glwc-sales-cart .post-content > form.glwc-sales-cart-form,
.glwc-sales-cart .post-content > .glwc-sales-cart-form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.glwc-sales-cart .post-content > h1:first-child,
.glwc-sales-cart .post-content > h2:first-child,
.glwc-sales-cart .post-content > h3:first-child,
.glwc-sales-cart .post-content > .title:first-child,
.glwc-sales-cart .post-content > .cart-heading:first-child,
.glwc-sales-cart .post-content > hr:first-child,
.glwc-sales-cart .post-content > .fusion-separator:first-child {
  display: none !important;
}

.glwc-sales-cart .woocommerce > h1:first-child,
.glwc-sales-cart .woocommerce > h2:first-child,
.glwc-sales-cart .woocommerce > h3:first-child,
.glwc-sales-cart .woocommerce > .title:first-child,
.glwc-sales-cart .woocommerce > .cart-heading:first-child,
.glwc-sales-cart .woocommerce > hr:first-child,
.glwc-sales-cart .woocommerce > .fusion-separator:first-child {
  display: none !important;
}

.glwc-sales-cart .woocommerce {
  color: var(--glwc-ink);
}

.glwc-sales-cart .woocommerce-notices-wrapper {
  margin: 0 auto 24px;
  max-width: 1180px;
}

.glwc-sales-cart .woocommerce-message,
.glwc-sales-cart .woocommerce-info,
.glwc-sales-cart .woocommerce-error {
  background: rgba(16, 20, 18, 0.92);
  border: 1px solid rgba(240, 232, 218, 0.08);
  border-radius: 18px;
  color: var(--glwc-ink);
}

.glwc-sales-cart-form {
  margin: 0;
}

.glwc-sales-cart-screen {
  color: var(--glwc-ink);
  margin: 0 auto;
  max-width: 980px;
}

.glwc-sales-cart-screen__intro {
  margin: 0 0 16px;
  max-width: 560px;
}

.glwc-sales-cart-screen__back {
  color: #e5c07a;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-decoration: none;
}

.glwc-sales-cart-screen__eyebrow,
.glwc-sales-cart-card__eyebrow,
.glwc-sales-cart-summary-card__eyebrow {
  color: var(--glwc-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.glwc-sales-cart-screen__title,
.glwc-sales-cart-summary-title {
  color: var(--glwc-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0;
}

.glwc-sales-cart-product-title {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0;
  font-size: 24px;
}

.glwc-sales-cart-screen__title {
  font-size: 20px !important;
  max-width: 100%;
}

.glwc-sales-cart-screen__lead,
.glwc-sales-cart-card__lead,
.glwc-sales-cart-summary-card__note,
.glwc-sales-cart-summary-card__support,
.glwc-sales-cart-summary-card__tax {
  color: rgba(240, 232, 218, 0.82);
  font-size: 13px;
  line-height: 1.55;
}

.glwc-sales-cart-screen__grid {
  align-items: start;
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 320px;
}

.glwc-sales-cart-screen__main,
.glwc-sales-cart-summary-card,
.glwc-sales-cart-coupon {
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.glwc-sales-cart-screen__main {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.glwc-sales-cart-card {
  background: rgba(240, 232, 218, 0.03);
  border: 1px solid rgba(240, 232, 218, 0.08);
  border-radius: 18px;
  padding: 18px;
}

.glwc-sales-cart-card__header {
  align-items: start;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.glwc-sales-cart-card__heading {
  min-width: 0;
}

.glwc-sales-cart-card__remove {
  color: rgba(240, 232, 218, 0.72);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.glwc-sales-cart-card__body {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: 80px minmax(0, 1fr);
}

.glwc-sales-cart-card__media img {
  background: rgba(255, 255, 255, 0);
  border-radius: 14px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18);
  display: block;
  padding: 6px;
  width: 100%;
}

.glwc-sales-cart-card__subhead {
  color: rgba(240, 232, 218, 0.7);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 6px 0 0;
  text-transform: uppercase;
}

.glwc-sales-cart-card__content {
  min-width: 0;
}

.glwc-sales-cart-card__lead {
  margin: 2px 0 12px;
}

.glwc-sales-cart-card__list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 16px;
}

.glwc-sales-cart-card__list li {
  color: rgba(240, 232, 218, 0.84);
  font-size: 12px;
  line-height: 1.45;
}

.glwc-sales-cart-card__meta {
  color: rgba(240, 232, 218, 0.7);
  font-size: 11px;
  margin-top: 10px;
}

.glwc-sales-cart-summary-card__row span {
  color: rgba(240, 232, 218, 0.68);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glwc-sales-cart-summary-card__value {
  color: #f3e3bd;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  line-height: 1.05;
  margin-top: 4px;
}

.glwc-sales-cart-card__footer {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.glwc-sales-cart-chip {
  background: rgba(240, 232, 218, 0.03);
  border: 1px solid rgba(240, 232, 218, 0.08);
  border-radius: 14px;
  color: rgba(240, 232, 218, 0.84);
  font-size: 12px;
  line-height: 1.4;
  padding: 12px;
  text-align: center;
}

.glwc-sales-cart-coupon {
  margin-top: 16px;
  padding: 18px;
}

.glwc-sales-cart-coupon__title {
  color: var(--glwc-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 12px;
}

.glwc-sales-cart-coupon__row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.glwc-sales-cart-coupon .input-text {
  background: rgba(240, 232, 218, 0.04);
  border: 1px solid rgba(240, 232, 218, 0.12);
  border-radius: 14px;
  color: var(--glwc-ink);
  min-height: 46px;
  padding: 0 14px;
  margin-top: 15px;
}

.glwc-sales-cart-summary-card {
  padding: 18px;
  position: sticky;
  top: 18px;
}

.glwc-sales-cart-summary-title {
  font-size: 18px;
  margin-bottom: 14px;
  overflow-wrap: normal;
  white-space: nowrap;
}

.glwc-sales-cart-summary-card__rows {
  display: grid;
  gap: 10px;
}

.glwc-sales-cart-summary-card__row {
  align-items: end;
  border-top: 1px solid rgba(240, 232, 218, 0.08);
  display: grid;
  gap: 6px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding-top: 10px;
}

.glwc-sales-cart-summary-card__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.glwc-sales-cart-summary-card__row--discount .glwc-sales-cart-summary-card__value {
  color: #e5c07a;
}

.glwc-sales-cart-summary-card__row--discount .glwc-sales-cart-summary-card__value .amount {
  color: #e5c07a;
}

.glwc-sales-cart-summary-card__row--total {
  margin-top: 4px;
  padding-top: 14px;
  grid-template-columns: 1fr;
  gap: 8px;
}

.glwc-sales-cart-summary-card__row--total span {
  color: var(--glwc-teal);
}

.glwc-sales-cart-summary-card__value--total,
.glwc-sales-cart-summary-card__value--total .amount,
.glwc-sales-cart-summary-card__value--total strong,
.glwc-sales-cart-summary-card__value--total strong .amount {
  color: #f46a7a;
  font-size: 24px;
}

.glwc-sales-cart-summary-card__value,
.glwc-sales-cart-summary-card__value .amount,
.glwc-sales-cart-summary-card__value bdi,
.glwc-sales-cart-summary-card__value .woocommerce-Price-currencySymbol {
  white-space: nowrap;
}

.glwc-sales-cart-summary-card__value .amount,
.glwc-sales-cart-summary-card__value bdi,
.glwc-sales-cart-summary-card__value .woocommerce-Price-currencySymbol {
  display: inline !important;
  font-size: 13px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.glwc-sales-cart-summary-card__row--total .glwc-sales-cart-summary-card__value {
  text-align: right;
}

.glwc-sales-cart-summary-card__value small.includes_tax {
  color: rgba(240, 232, 218, 0.72);
  display: block;
  font-family: "Trebuchet MS", "Avenir Next", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 6px;
  white-space: normal;
}

.glwc-sales-cart-summary-card__tax {
  margin: 8px 0 0;
}

.glwc-sales-cart-summary-card__checkout,
.glwc-sales-cart-coupon .button {
  align-items: center;
  background: #d0ab72 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  color: #171a17 !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: none !important;
  width: 100%;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.glwc-sales-cart-summary-card__note {
  margin: 10px 0 0;
}

.glwc-sales-cart-summary-card__checkout:hover,
.glwc-sales-cart-summary-card__checkout:focus,
.glwc-sales-cart-coupon .button:hover,
.glwc-sales-cart-coupon .button:focus {
  background: #e0bc82 !important;
  color: #121512 !important;
}

.glwc-sales-cart-summary-card__support {
  margin: 8px 0 0;
}

.glwc-sales-cart .shipping-calculator-button,
.glwc-sales-cart .wc-proceed-to-checkout,
.glwc-sales-cart .cart_totals,
.glwc-sales-cart .cross-sells {
  display: none !important;
}

.glwc-sales-cart .woocommerce-notices-wrapper h2,
.glwc-sales-cart .woocommerce-notices-wrapper .cart-empty,
.glwc-sales-cart .woocommerce h1.page-title,
.glwc-sales-cart .woocommerce .cart-heading,
.glwc-sales-cart .post-content > h1:first-child,
.glwc-sales-cart .post-content > h2:first-child,
.glwc-sales-cart .post-content > .title:first-child {
  display: none !important;
}

.glwc-sales-cart-summary-card__support a {
  color: #e5c07a;
  font-weight: 700;
  text-decoration: none;
}

.glwc-sales-cart-hidden-actions {
  display: none;
}

@media (max-width: 1100px) {
  .glwc-sales-hero,
  .glwc-sales-purchase,
  .glwc-sales-cart .glwc-sales-cart-screen__grid,
  .glwc-sales-cart .glwc-sales-cart-card__footer,
  .glwc-sales-cart .glwc-sales-cart-card__body {
    grid-template-columns: 1fr;
  }

  .glwc-sales-grid--features,
  .glwc-sales-grid--capabilities,
  .glwc-sales-grid--audience,
  .glwc-sales-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .glwc-sales-page {
    padding: 8px 0 44px;
  }

  .glwc-sales-hero,
  .glwc-sales-section,
  .glwc-sales-cart .glwc-sales-cart-screen__main,
  .glwc-sales-cart .glwc-sales-cart-summary-card,
  .glwc-sales-cart .glwc-sales-cart-coupon {
    border-radius: 22px;
    padding: 22px;
  }

  .glwc-sales-lead,
  .glwc-sales-section__intro,
  .glwc-sales-card p,
  .glwc-sales-step p,
  .glwc-sales-audience p,
  .glwc-sales-purchase__content p,
  .glwc-sales-faq__item p,
  .glwc-sales-price-card__note,
  .glwc-sales-purchase__price-note {
    font-size: 16px;
  }

  .glwc-sales-button {
    width: 100%;
  }

  .glwc-sales-footer {
    border-radius: 16px;
    justify-content: flex-start;
    padding: 14px;
  }

  .glwc-sales-footer__label {
    flex-basis: 100%;
    font-size: 11px;
  }

  .glwc-sales-footer__link {
    font-size: 14px;
  }

  .glwc-sales-cart #main {
    padding: 18px 14px 32px !important;
  }

  .glwc-sales-cart .glwc-sales-cart-screen__title {
    font-size: 20px !important;
  }

  .glwc-sales-cart .glwc-sales-cart-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .glwc-sales-cart .glwc-sales-cart-coupon__row {
    grid-template-columns: 1fr;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card {
    position: static;
  }
}

body.glwc-sales-cart h2.glwc-sales-cart-summary-title.glwc-sales-cart-summary-title--payment,
body.glwc-sales-cart h2.glwc-sales-cart-summary-title.glwc-sales-cart-summary-title--payment.fusion-responsive-typography-calculated {
  --fontSize: 18 !important;
  color: var(--glwc-teal);
  font-size: 18px !important;
  line-height: 1.25 !important;
}

/* Dedicated checkout UX for GLWC sales product (ID 9899). */
.glwc-sales-checkout .fusion-header-wrapper,
.glwc-sales-checkout .fusion-page-title-bar,
.glwc-sales-checkout .fusion-footer,
.glwc-sales-checkout .fusion-footer-widget-area,
.glwc-sales-checkout .fusion-footer-copyright-area,
.glwc-sales-checkout .fusion-sliding-bar-wrapper,
.glwc-sales-checkout #toTop {
  display: none !important;
}

.glwc-sales-checkout #wrapper {
  background:
    radial-gradient(circle at top left, rgba(164, 104, 55, 0.14), transparent 28%),
    linear-gradient(180deg, #0b0f0e 0%, #111513 100%);
  min-height: 100vh;
}

.glwc-sales-checkout #main {
  background: transparent !important;
  padding: 22px 20px 42px !important;
}

.glwc-sales-checkout .post-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0;
}

.glwc-sales-checkout .post-content > .woocommerce {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  max-width: 980px;
  padding: 0 !important;
}

.glwc-sales-checkout .woocommerce {
  color: var(--glwc-ink);
}

.glwc-sales-checkout .woocommerce-notices-wrapper {
  margin: 0 0 20px;
}

.glwc-sales-checkout .woocommerce-message,
.glwc-sales-checkout .woocommerce-info,
.glwc-sales-checkout .woocommerce-error {
  background: rgba(16, 20, 18, 0.92);
  border: 1px solid rgba(240, 232, 218, 0.08);
  border-radius: 18px;
  color: var(--glwc-ink);
}

.glwc-sales-checkout .woocommerce-form-coupon-toggle {
  margin-bottom: 14px;
}

.glwc-sales-checkout form.checkout_coupon {
  align-items: end;
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  margin: 0 0 20px;
  padding: 18px;
}

.glwc-sales-checkout form.checkout_coupon p:not(.form-row) {
  color: var(--glwc-teal);
  flex: 1 0 100%;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 8px;
}

.glwc-sales-checkout form.checkout_coupon p.form-row-first,
.glwc-sales-checkout form.checkout_coupon p.form-row-last {
  float: none;
  margin: 0;
}

.glwc-sales-checkout form.checkout_coupon p.form-row-first {
  flex: 1 1 280px;
}

.glwc-sales-checkout form.checkout_coupon p.form-row-last {
  flex: 0 0 280px;
}

.glwc-sales-checkout form.checkout {
  display: grid;
  gap: 18px;
  padding: 20px;
}

.glwc-sales-checkout #customer_details {
  display: grid;
  gap: 18px;
}

.glwc-sales-checkout #customer_details .col-1,
.glwc-sales-checkout #customer_details .col-2,
.glwc-sales-checkout #order_review_heading,
.glwc-sales-checkout #order_review {
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
}

.glwc-sales-checkout #customer_details .col-1,
.glwc-sales-checkout #customer_details .col-2 {
  border-radius: 22px;
  float: none;
  margin: 0;
  padding: 22px;
  width: 100%;
}

.glwc-sales-checkout #customer_details h3,
.glwc-sales-checkout #order_review_heading {
  color: var(--glwc-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  letter-spacing: -0.03em;
  line-height: 1.04;
  margin: 0 0 16px;
}

.glwc-sales-checkout #order_review_heading {
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  margin-bottom: 0;
  padding: 20px 22px 4px;
}

.glwc-sales-checkout #order_review {
  border-radius: 0 0 22px 22px;
  border-top: 0;
  margin: 0;
  padding: 0 22px 22px;
}

.glwc-sales-checkout .form-row label {
  color: rgba(240, 232, 218, 0.78);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.glwc-sales-checkout input.input-text,
.glwc-sales-checkout textarea,
.glwc-sales-checkout select,
.glwc-sales-checkout .select2-selection {
  background: rgba(240, 232, 218, 0.04) !important;
  border: 1px solid rgba(240, 232, 218, 0.12) !important;
  border-radius: 14px !important;
  color: var(--glwc-ink) !important;
  min-height: 46px;
}

.glwc-sales-checkout input.input-text,
.glwc-sales-checkout textarea,
.glwc-sales-checkout select {
  padding: 0 14px !important;
}

.glwc-sales-checkout .select2-selection__rendered {
  color: var(--glwc-ink) !important;
  line-height: 44px !important;
  padding-left: 14px !important;
}

.glwc-sales-checkout .select2-selection__arrow {
  height: 44px !important;
}

.glwc-sales-checkout .woocommerce-checkout-review-order-table {
  background: transparent;
  border: 0 !important;
  margin: 0;
}

.glwc-sales-checkout .woocommerce-checkout-review-order-table th,
.glwc-sales-checkout .woocommerce-checkout-review-order-table td {
  border-color: rgba(240, 232, 218, 0.1) !important;
  color: rgba(240, 232, 218, 0.86);
  padding: 11px 0;
}

.glwc-sales-checkout .woocommerce-checkout-review-order-table thead th {
  color: rgba(240, 232, 218, 0.72);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glwc-sales-checkout .woocommerce-checkout-review-order-table tfoot .order-total th,
.glwc-sales-checkout .woocommerce-checkout-review-order-table tfoot .order-total td {
  color: var(--glwc-teal);
  padding-top: 14px;
}

.glwc-sales-checkout .woocommerce-checkout-review-order-table tfoot .order-total .amount {
  color: #f46a7a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}

.glwc-sales-checkout #payment {
  background: rgba(240, 232, 218, 0.03) !important;
  border: 1px solid rgba(240, 232, 218, 0.08) !important;
  border-radius: 16px !important;
  margin-top: 14px;
  padding: 14px;
}

.glwc-sales-checkout #payment ul.payment_methods {
  border: 0;
  margin: 0;
  padding: 0;
}

.glwc-sales-checkout #payment ul.payment_methods > li {
  color: rgba(240, 232, 218, 0.84);
  list-style: none;
  margin: 0 0 8px;
}

.glwc-sales-checkout #payment div.payment_box {
  background: rgba(240, 232, 218, 0.04);
  border: 1px solid rgba(240, 232, 218, 0.08);
  border-radius: 12px;
  color: rgba(240, 232, 218, 0.8);
}

.glwc-sales-checkout .woocommerce-privacy-policy-text p,
.glwc-sales-checkout #payment .form-row label,
.glwc-sales-checkout #payment .payment_method label {
  color: rgba(240, 232, 218, 0.82);
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none;
}

.glwc-sales-checkout .button,
.glwc-sales-checkout button.button,
.glwc-sales-checkout input.button,
.glwc-sales-checkout a.button,
.glwc-sales-checkout .fusion-button {
  align-items: center;
  background: #d0ab72 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.26);
  color: #171a17 !important;
  display: inline-flex;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: 0.02em;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
  text-transform: none !important;
}

.glwc-sales-checkout #place_order,
.glwc-sales-checkout form.checkout_coupon .button {
  width: 100%;
}

.glwc-sales-checkout .button:hover,
.glwc-sales-checkout .button:focus,
.glwc-sales-checkout button.button:hover,
.glwc-sales-checkout button.button:focus,
.glwc-sales-checkout input.button:hover,
.glwc-sales-checkout input.button:focus,
.glwc-sales-checkout a.button:hover,
.glwc-sales-checkout a.button:focus,
.glwc-sales-checkout .fusion-button:hover,
.glwc-sales-checkout .fusion-button:focus {
  background: #e0bc82 !important;
  color: #121512 !important;
}

.glwc-sales-checkout .woocommerce a,
.glwc-sales-checkout .woocommerce-terms-and-conditions-link {
  color: #e5c07a;
}

/* Password visibility toggle (eye icon) in dedicated checkout forms. */
.glwc-sales-checkout .woocommerce form .password-input {
  display: block !important;
  position: relative !important;
}

.glwc-sales-checkout .woocommerce form .password-input input[type="password"],
.glwc-sales-checkout .woocommerce form .password-input input[type="text"] {
  padding-right: 52px !important;
}

.glwc-sales-checkout .woocommerce form button.show-password-input,
.glwc-sales-checkout .woocommerce form .show-password-input {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #e5c07a !important;
  cursor: pointer;
  display: flex !important;
  float: none !important;
  font-size: inherit !important;
  height: 40px !important;
  align-items: center;
  justify-content: center;
  line-height: 1 !important;
  margin: 0 !important;
  min-height: 0 !important;
  min-width: 40px !important;
  padding: 0 !important;
  position: absolute !important;
  right: 8px !important;
  text-decoration: none !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 40px !important;
  z-index: 3;
}

.glwc-sales-checkout .woocommerce form button.show-password-input::before,
.glwc-sales-checkout .woocommerce form .show-password-input::before {
  filter: brightness(0) saturate(100%) invert(83%) sepia(29%) saturate(544%) hue-rotate(349deg) brightness(96%) contrast(91%);
  height: 20px !important;
  width: 20px !important;
}

.glwc-sales-checkout .woocommerce form button.show-password-input:hover,
.glwc-sales-checkout .woocommerce form button.show-password-input:focus,
.glwc-sales-checkout .woocommerce form .show-password-input:hover,
.glwc-sales-checkout .woocommerce form .show-password-input:focus {
  background: transparent !important;
  color: #f0cf93 !important;
}

.glwc-sales-checkout .woocommerce form.checkout .validate-required.woocommerce-invalid .checkbox {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 8px;
}

.glwc-sales-checkout .woocommerce form.checkout label.error[for="terms"],
.glwc-sales-checkout .woocommerce form.checkout #terms-error,
.glwc-sales-checkout .woocommerce form.checkout .validate-required.woocommerce-invalid .error {
  color: #f46a7a !important;
  display: block !important;
  flex-basis: 100%;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 6px 0 0;
  text-transform: none;
}

.glwc-sales-checkout .woocommerce form.checkout .validate-required.woocommerce-invalid .required {
  color: #f46a7a !important;
}

@media (max-width: 767px) {
  .glwc-sales-checkout #main {
    padding: 18px 14px 32px !important;
  }

  .glwc-sales-checkout form.checkout_coupon {
    border-radius: 18px;
    padding: 16px;
  }

  .glwc-sales-checkout form.checkout_coupon p:not(.form-row) {
    font-size: 21px;
  }

  .glwc-sales-checkout form.checkout_coupon p.form-row-first,
  .glwc-sales-checkout form.checkout_coupon p.form-row-last {
    flex: 1 1 100%;
  }

  .glwc-sales-checkout #customer_details .col-1,
  .glwc-sales-checkout #customer_details .col-2 {
    border-radius: 18px;
    padding: 16px;
  }

  .glwc-sales-checkout #customer_details h3,
  .glwc-sales-checkout #order_review_heading {
    font-size: 31px;
    margin-bottom: 12px;
  }

  .glwc-sales-checkout #order_review_heading {
    border-radius: 18px 18px 0 0;
    padding: 16px 16px 0;
  }

  .glwc-sales-checkout #order_review {
    border-radius: 0 0 18px 18px;
    padding: 0 16px 16px;
  }
}

/* Fine-tuning for checkout side nav and Avada legacy wrappers. */
.glwc-sales-checkout .woocommerce-side-nav li.is-active a,
.glwc-sales-checkout .woocommerce-side-nav li.active a,
.glwc-sales-checkout .woocommerce-checkout-nav .is-active a,
.glwc-sales-checkout .woocommerce-checkout-nav .active a {
  color: var(--glwc-teal) !important;
}

.glwc-sales-checkout .woocommerce-side-nav a[data-name="col-1"],
.glwc-sales-checkout .woocommerce-side-nav a[data-name="order_review"],
.glwc-sales-checkout .woocommerce-checkout-nav a[data-name="col-1"],
.glwc-sales-checkout .woocommerce-checkout-nav a[data-name="order_review"] {
  display: block;
  padding: 10px !important;
}

.glwc-sales-checkout .woocommerce-side-nav li.is-active a:after,
.glwc-sales-checkout .woocommerce-side-nav li.active a:after,
.glwc-sales-checkout .woocommerce-checkout-nav .is-active a:after,
.glwc-sales-checkout .woocommerce-checkout-nav .active a:after {
  color: var(--glwc-teal) !important;
}

.glwc-sales-checkout .woocommerce-content-box.avada-checkout {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  margin-left: 0 !important;
  padding: 0 !important;
}

.glwc-sales-checkout .woocommerce form.checkout #customer_details .col-1 {
  border-color: transparent !important;
}

/* Thank-you, order-pay, view-order and account recovery views for product 9899. */
.glwc-sales-checkout.glwc-sales-checkout-endpoint .post-content > .woocommerce,
.glwc-sales-checkout.glwc-sales-account-flow .post-content > .woocommerce {
  max-width: 980px;
}

.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order-details,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-customer-details,
.glwc-sales-checkout.glwc-sales-view-order .avada-order-details,
.glwc-sales-checkout.glwc-sales-view-order .avada-customer-details,
.glwc-sales-checkout.glwc-sales-account-flow #customer_login,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-content,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-ResetPassword,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-login,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-register {
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  border-radius: 22px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  margin: 0 0 18px;
  padding: 22px;
}

.glwc-sales-checkout.glwc-sales-account-flow #customer_login {
  display: grid;
  gap: 18px;
}

.glwc-sales-checkout.glwc-sales-account-flow #customer_login .u-column1,
.glwc-sales-checkout.glwc-sales-account-flow #customer_login .u-column2,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-content {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation {
  background: linear-gradient(180deg, rgba(15, 19, 18, 0.96), rgba(22, 19, 16, 0.98));
  border: 1px solid var(--glwc-line);
  border-radius: 18px;
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
  margin: 0 0 14px !important;
  padding: 10px;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation li {
  margin: 0;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation a {
  border: 1px solid rgba(240, 232, 218, 0.1);
  border-radius: 12px;
  color: rgba(240, 232, 218, 0.82);
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 10px 12px;
  text-decoration: none;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation .is-active a,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation .is-active a:hover,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation .is-active a:focus {
  background: rgba(229, 192, 122, 0.12);
  border-color: rgba(229, 192, 122, 0.35);
  color: var(--glwc-teal);
}

.glwc-sales-checkout.glwc-sales-order-received .woocommerce-order-overview {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 12px 0 18px;
  padding: 0;
}

.glwc-sales-checkout.glwc-sales-order-received .woocommerce-order-overview li {
  background: rgba(240, 232, 218, 0.03);
  border: 1px solid rgba(240, 232, 218, 0.1);
  border-radius: 12px;
  color: rgba(240, 232, 218, 0.84);
  margin: 0;
  padding: 10px 12px;
}

.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-thankyou-order-received,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order-details__title,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-customer-details h2,
.glwc-sales-checkout.glwc-sales-view-order .avada-order-details > h2,
.glwc-sales-checkout.glwc-sales-view-order .avada-customer-details > header h2,
.glwc-sales-checkout.glwc-sales-view-order .avada-customer-details .woocommerce-column h3,
.glwc-sales-checkout.glwc-sales-account-flow h2 {
  color: var(--glwc-teal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 4.6vw, 40px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 14px;
  text-transform: none;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-login p,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-register p,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-LostPassword p,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-content p,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order p {
  color: rgba(240, 232, 218, 0.84);
}

.glwc-sales-checkout.glwc-sales-view-order .shop_table,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table {
  background: transparent;
  border: 0 !important;
  margin: 0;
}

.glwc-sales-checkout.glwc-sales-view-order .shop_table th,
.glwc-sales-checkout.glwc-sales-view-order .shop_table td,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table th,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table td {
  border-color: rgba(240, 232, 218, 0.1) !important;
  color: rgba(240, 232, 218, 0.86);
  padding: 10px 0;
}

.glwc-sales-checkout.glwc-sales-view-order .shop_table tfoot th,
.glwc-sales-checkout.glwc-sales-view-order .shop_table tfoot td,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table tfoot th,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table tfoot td {
  color: var(--glwc-teal);
}

.glwc-sales-checkout.glwc-sales-view-order .woocommerce-table--order-details tfoot .amount,
.glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table tfoot .amount {
  color: #f46a7a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce form .form-row-first,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce form .form-row-last {
  width: 100%;
}

.glwc-sales-checkout.glwc-sales-account-flow .woocommerce form .woocommerce-form-login__rememberme,
.glwc-sales-checkout.glwc-sales-account-flow .woocommerce form .woocommerce-form-login__submit {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order-details,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-customer-details,
  .glwc-sales-checkout.glwc-sales-view-order .avada-order-details,
  .glwc-sales-checkout.glwc-sales-view-order .avada-customer-details,
  .glwc-sales-checkout.glwc-sales-account-flow #customer_login,
  .glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-content,
  .glwc-sales-checkout.glwc-sales-account-flow .woocommerce-ResetPassword,
  .glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-login,
  .glwc-sales-checkout.glwc-sales-account-flow .woocommerce-form-register {
    border-radius: 16px;
    margin-bottom: 12px;
    padding: 14px;
  }

  .glwc-sales-checkout.glwc-sales-account-flow .woocommerce-MyAccount-navigation {
    border-radius: 14px;
    margin-bottom: 12px !important;
    padding: 8px;
  }

  .glwc-sales-checkout.glwc-sales-order-received .woocommerce-order-overview li {
    border-radius: 10px;
    font-size: 13px;
    padding: 8px 10px;
  }

  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-thankyou-order-received,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-order-details__title,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .woocommerce-customer-details h2,
  .glwc-sales-checkout.glwc-sales-view-order .avada-order-details > h2,
  .glwc-sales-checkout.glwc-sales-view-order .avada-customer-details > header h2,
  .glwc-sales-checkout.glwc-sales-view-order .avada-customer-details .woocommerce-column h3,
  .glwc-sales-checkout.glwc-sales-account-flow h2 {
    font-size: clamp(25px, 8vw, 34px);
    margin-bottom: 10px;
  }

  .glwc-sales-checkout.glwc-sales-view-order .shop_table th,
  .glwc-sales-checkout.glwc-sales-view-order .shop_table td,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table th,
  .glwc-sales-checkout.glwc-sales-checkout-endpoint .shop_table td {
    font-size: 13px;
    white-space: nowrap;
  }
}

/* Mobile hardening for the dedicated sales flow (product 9899 + cart + checkout). */
@media (max-width: 991px) {
  .glwc-sales-page {
    padding: 10px 14px 44px;
  }

  .glwc-sales-hero,
  .glwc-sales-section {
    border-radius: 22px;
    padding: 28px 22px;
  }

  .glwc-sales-title,
  .glwc-sales-section__intro h2,
  .glwc-sales-purchase__content h2 {
    font-size: clamp(28px, 7.8vw, 40px);
    line-height: 1.08;
  }

  .glwc-sales-price-card,
  .glwc-sales-purchase__card {
    padding: 22px;
  }

  .glwc-sales-price-card__value,
  .glwc-sales-purchase__price {
    font-size: clamp(28px, 10vw, 44px);
  }
}

@media (max-width: 767px) {
  .glwc-sales-product #main {
    padding-top: 8px !important;
  }

  .glwc-sales-page {
    padding: 8px 10px 34px;
  }

  .glwc-sales-hero {
    gap: 18px;
    margin-bottom: 14px;
  }

  .glwc-sales-hero,
  .glwc-sales-section {
    border-radius: 18px;
    margin-top: 14px;
    padding: 20px 16px;
  }

  .glwc-sales-section__intro {
    margin-bottom: 18px;
  }

  .glwc-sales-title,
  .glwc-sales-section__intro h2,
  .glwc-sales-purchase__content h2 {
    font-size: clamp(26px, 8.6vw, 34px);
    line-height: 1.08;
  }

  .glwc-sales-eyebrow,
  .glwc-sales-kicker {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }

  .glwc-sales-lead,
  .glwc-sales-section__intro,
  .glwc-sales-card p,
  .glwc-sales-step p,
  .glwc-sales-audience p,
  .glwc-sales-purchase__content p,
  .glwc-sales-faq__item p,
  .glwc-sales-price-card__note,
  .glwc-sales-purchase__price-note {
    font-size: 15px;
    line-height: 1.45;
  }

  .glwc-sales-button {
    font-size: 14px;
    min-height: 48px;
    padding: 0 16px;
  }

  .glwc-sales-hero__meta li,
  .glwc-sales-price-card__items span {
    border-radius: 14px;
    font-size: 13px;
    padding: 11px 12px;
  }

  .glwc-sales-card,
  .glwc-sales-audience,
  .glwc-sales-step,
  .glwc-sales-price-card,
  .glwc-sales-purchase__card {
    border-radius: 18px;
    padding: 18px;
  }

  .glwc-sales-card h3,
  .glwc-sales-audience h3,
  .glwc-sales-step h3,
  .glwc-sales-faq__item summary {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .glwc-sales-faq__item {
    padding: 14px 16px;
  }

  .glwc-sales-purchase__form .single_add_to_cart_button {
    min-height: 50px;
  }

  .glwc-sales-cart #main {
    padding: 14px 10px 24px !important;
  }

  .glwc-sales-cart .woocommerce-notices-wrapper {
    margin-bottom: 14px;
  }

  .glwc-sales-cart .glwc-sales-cart-screen__intro {
    margin-bottom: 12px;
  }

  .glwc-sales-cart .glwc-sales-cart-screen__title {
    font-size: 24px !important;
    line-height: 1.1;
  }

  .glwc-sales-cart .glwc-sales-cart-screen__grid {
    gap: 14px;
  }

  .glwc-sales-cart .glwc-sales-cart-card,
  .glwc-sales-cart .glwc-sales-cart-coupon,
  .glwc-sales-cart .glwc-sales-cart-summary-card {
    border-radius: 16px;
    padding: 14px;
  }

  .glwc-sales-cart .glwc-sales-cart-card__body {
    gap: 12px;
  }

  .glwc-sales-cart .glwc-sales-cart-card__media {
    max-width: 72px;
  }

  .glwc-sales-cart .glwc-sales-cart-product-title {
    font-size: 20px;
  }

  .glwc-sales-cart .glwc-sales-cart-card__subhead {
    white-space: normal;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-title {
    font-size: 22px;
    line-height: 1.15;
    white-space: normal;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__row {
    gap: 4px;
    grid-template-columns: 1fr;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__value {
    margin-top: 2px;
    text-align: left;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__row--total .glwc-sales-cart-summary-card__value {
    text-align: left;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__value--total,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value--total .amount,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value--total strong,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value--total strong .amount {
    font-size: 30px;
  }

  .glwc-sales-cart .glwc-sales-cart-coupon .input-text {
    margin-top: 0;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__checkout,
  .glwc-sales-cart .glwc-sales-cart-coupon .button {
    margin-bottom: 8px !important;
    margin-top: 10px !important;
    min-height: 48px;
  }

  .glwc-sales-cart .glwc-sales-cart-summary-card__value,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value .amount,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value bdi,
  .glwc-sales-cart .glwc-sales-cart-summary-card__value .woocommerce-Price-currencySymbol {
    white-space: normal;
  }

  .glwc-sales-checkout #main {
    padding: 14px 10px 24px !important;
  }

  .glwc-sales-checkout .post-content > .woocommerce {
    max-width: 100%;
  }

  .glwc-sales-checkout .woocommerce-notices-wrapper {
    margin-bottom: 14px;
  }

  .glwc-sales-checkout .woocommerce-checkout-nav,
  .glwc-sales-checkout .woocommerce-side-nav.woocommerce-checkout-nav {
    border: 0 !important;
    display: grid;
    float: none !important;
    gap: 8px;
    margin: 0 0 12px !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .glwc-sales-checkout .woocommerce-checkout-nav li,
  .glwc-sales-checkout .woocommerce-side-nav.woocommerce-checkout-nav li {
    border: 0 !important;
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .glwc-sales-checkout .woocommerce-content-box.avada-checkout {
    margin: 0 !important;
    width: 100% !important;
  }

  .glwc-sales-checkout form.checkout {
    gap: 12px;
    padding: 12px 0 0;
  }

  .glwc-sales-checkout form.checkout_coupon {
    border-radius: 16px;
    margin-bottom: 14px;
    padding: 14px;
  }

  .glwc-sales-checkout form.checkout_coupon p:not(.form-row) {
    font-size: 24px;
    line-height: 1.12;
    margin-bottom: 4px;
  }

  .glwc-sales-checkout #customer_details {
    gap: 12px;
  }

  .glwc-sales-checkout #customer_details .col-1,
  .glwc-sales-checkout #customer_details .col-2 {
    border-radius: 16px;
    padding: 14px;
  }

  .glwc-sales-checkout #customer_details .col-2:empty {
    display: none;
  }

  .glwc-sales-checkout #customer_details h3,
  .glwc-sales-checkout #order_review_heading {
    font-size: 26px;
    line-height: 1.12;
    margin-bottom: 10px;
  }

  .glwc-sales-checkout #order_review_heading {
    border-radius: 16px 16px 0 0;
    padding: 14px 14px 2px;
  }

  .glwc-sales-checkout #order_review {
    border-radius: 0 0 16px 16px;
    padding: 0 14px 14px;
  }

  .glwc-sales-checkout .form-row {
    margin-bottom: 10px;
  }

  .glwc-sales-checkout .form-row label {
    font-size: 10px;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
  }

  .glwc-sales-checkout input.input-text,
  .glwc-sales-checkout textarea,
  .glwc-sales-checkout select,
  .glwc-sales-checkout .select2-selection {
    min-height: 44px;
  }

  .glwc-sales-checkout .woocommerce-checkout-review-order-table {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
  }

  .glwc-sales-checkout .woocommerce-checkout-review-order-table th,
  .glwc-sales-checkout .woocommerce-checkout-review-order-table td {
    font-size: 13px;
    padding: 9px 0;
    white-space: nowrap;
  }

  .glwc-sales-checkout #payment {
    border-radius: 14px !important;
    margin-top: 10px;
    padding: 12px;
  }

  .glwc-sales-checkout #place_order,
  .glwc-sales-checkout form.checkout_coupon .button {
    min-height: 48px;
  }
}

@media (max-width: 420px) {
  .glwc-sales-page {
    padding: 8px 8px 28px;
  }

  .glwc-sales-hero,
  .glwc-sales-section {
    border-radius: 16px;
    padding: 16px 12px;
  }

  .glwc-sales-title,
  .glwc-sales-section__intro h2,
  .glwc-sales-purchase__content h2 {
    font-size: clamp(24px, 9vw, 30px);
  }

  .glwc-sales-cart #main,
  .glwc-sales-checkout #main {
    padding: 12px 8px 20px !important;
  }

  .glwc-sales-cart .glwc-sales-cart-card,
  .glwc-sales-cart .glwc-sales-cart-coupon,
  .glwc-sales-cart .glwc-sales-cart-summary-card,
  .glwc-sales-checkout form.checkout_coupon,
  .glwc-sales-checkout #customer_details .col-1,
  .glwc-sales-checkout #customer_details .col-2,
  .glwc-sales-checkout #order_review_heading,
  .glwc-sales-checkout #order_review {
    border-radius: 14px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .glwc-sales-checkout #order_review_heading {
    border-radius: 14px 14px 0 0;
  }

  .glwc-sales-checkout #order_review {
    border-radius: 0 0 14px 14px;
  }
}

/* Dedicated legal pages + legal content panel for GLWC sales flow (product 9899). */
.page-id-1806 #main,
.page-id-2042 #main {
  background:
    radial-gradient(circle at 20% 12%, rgba(28, 67, 73, 0.28), transparent 56%),
    radial-gradient(circle at 82% 18%, rgba(147, 107, 57, 0.22), transparent 64%),
    #0e131a;
  min-height: calc(100vh - 120px);
  padding: 28px 20px 56px !important;
}

.page-id-1806 #main .post-content,
.page-id-2042 #main .post-content {
  margin: 0 auto;
  max-width: 980px;
}

.page-id-1806 .glwc-legal-page,
.page-id-2042 .glwc-legal-page {
  background: rgba(11, 16, 21, 0.82);
  border: 1px solid rgba(208, 171, 114, 0.2);
  border-radius: 26px;
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.35);
  color: rgba(240, 232, 218, 0.9);
  margin: 0 auto;
  padding: clamp(22px, 3.2vw, 42px);
}

.page-id-1806 .glwc-legal-page .glwc-legal-doc-title,
.page-id-2042 .glwc-legal-page .glwc-legal-doc-title {
  color: #f4efe5;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(29px, 4.2vw, 47px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.08;
  margin: 0 0 14px;
}

.page-id-1806 .glwc-legal-page h2,
.page-id-2042 .glwc-legal-page h2 {
  color: #f0e8da;
  font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.2;
  margin: 28px 0 12px;
}

.page-id-1806 .glwc-legal-page p,
.page-id-1806 .glwc-legal-page li,
.page-id-2042 .glwc-legal-page p,
.page-id-2042 .glwc-legal-page li {
  color: rgba(240, 232, 218, 0.86);
  font-size: 16px;
  line-height: 1.72;
}

.page-id-1806 .glwc-legal-page ul,
.page-id-1806 .glwc-legal-page ol,
.page-id-2042 .glwc-legal-page ul,
.page-id-2042 .glwc-legal-page ol {
  margin: 0 0 18px 22px;
}

.page-id-1806 .glwc-legal-page a,
.page-id-2042 .glwc-legal-page a {
  color: #e5c07a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-id-1806 .glwc-legal-page strong,
.page-id-2042 .glwc-legal-page strong {
  color: #f7f0e2;
}

.glwc-sales-checkout .woocommerce-terms-and-conditions {
  background: rgba(240, 232, 218, 0.03);
  border: 1px solid rgba(240, 232, 218, 0.1);
  border-radius: 14px;
  margin-top: 12px;
  max-height: 300px;
  overflow: auto;
  padding: 14px;
}

.glwc-sales-checkout .woocommerce-terms-and-conditions .glwc-legal-doc-title,
.glwc-sales-checkout .woocommerce-terms-and-conditions h1 {
  color: #f4efe5;
  font-size: clamp(22px, 3vw, 32px) !important;
  letter-spacing: -0.01em;
  line-height: 1.12;
  margin: 0 0 10px;
}

.glwc-sales-checkout .woocommerce-terms-and-conditions h2 {
  color: #f0e8da;
  font-size: clamp(18px, 2vw, 24px) !important;
  line-height: 1.2;
  margin: 18px 0 8px;
}

.glwc-sales-checkout .woocommerce-terms-and-conditions p,
.glwc-sales-checkout .woocommerce-terms-and-conditions li {
  color: rgba(240, 232, 218, 0.84);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .page-id-1806 #main,
  .page-id-2042 #main {
    padding: 14px 8px 28px !important;
  }

  .page-id-1806 .glwc-legal-page,
  .page-id-2042 .glwc-legal-page {
    border-radius: 18px;
    padding: 16px 14px;
  }

  .page-id-1806 .glwc-legal-page .glwc-legal-doc-title,
  .page-id-2042 .glwc-legal-page .glwc-legal-doc-title {
    font-size: clamp(24px, 8.2vw, 34px);
    margin-bottom: 12px;
  }

  .page-id-1806 .glwc-legal-page p,
  .page-id-1806 .glwc-legal-page li,
  .page-id-2042 .glwc-legal-page p,
  .page-id-2042 .glwc-legal-page li {
    font-size: 15px;
    line-height: 1.6;
  }

  .glwc-sales-checkout .woocommerce-terms-and-conditions {
    border-radius: 12px;
    max-height: 240px;
    padding: 12px;
  }
}

/* Hide global chrome on dedicated legal pages for product 9899. */
.page-id-1806 .fusion-header-wrapper,
.page-id-2042 .fusion-header-wrapper,
.page-id-1806 .fusion-page-title-bar,
.page-id-2042 .fusion-page-title-bar,
.page-id-1806 .fusion-footer,
.page-id-2042 .fusion-footer,
.page-id-1806 #footer,
.page-id-2042 #footer {
  display: none !important;
}

.page-id-1806 #wrapper,
.page-id-2042 #wrapper {
  padding-top: 0 !important;
}

.page-id-1806 #main,
.page-id-2042 #main {
  margin-top: 0 !important;
  padding-top: 16px !important;
}

@media (max-width: 767px) {
  .page-id-1806 #main,
  .page-id-2042 #main {
    padding-top: 10px !important;
  }
}
