/* line 2, app/assets/stylesheets/checkout/page.scss */
.dotted-border-bottom {
  border-bottom: 1px dotted #000;
}

/* line 5, app/assets/stylesheets/checkout/page.scss */
.dotted-border-top {
  border-top: 1px dotted #000;
}

/* line 8, app/assets/stylesheets/checkout/page.scss */
#card-element {
  padding-left: 9px;
  /* Adjust the padding to your preference */
  background-color: #f5f5f5;
}

/* line 13, app/assets/stylesheets/checkout/page.scss */
.mini-upsell {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 20px 0;
  text-align: center;
}

/* line 20, app/assets/stylesheets/checkout/page.scss */
.content-container {
  display: flex;
  justify-content: space-between;
}

/* line 25, app/assets/stylesheets/checkout/page.scss */
.offer-content-left,
.offer-content-right {
  width: 48%;
}

/* line 30, app/assets/stylesheets/checkout/page.scss */
.image {
  width: 100%;
}

/* line 34, app/assets/stylesheets/checkout/page.scss */
.order-desc {
  text-align: left;
}

/* line 38, app/assets/stylesheets/checkout/page.scss */
.regular-price {
  text-decoration: line-through;
  margin-right: 10px;
}

/* line 43, app/assets/stylesheets/checkout/page.scss */
.discount-price {
  color: #e44d26;
}

/* line 47, app/assets/stylesheets/checkout/page.scss */
.take-it-btn {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  margin-top: 10px;
  cursor: pointer;
}

/* line 57, app/assets/stylesheets/checkout/page.scss */
h2.immediate-discount {
  font-size: 1.7rem;
}

/* line 60, app/assets/stylesheets/checkout/page.scss */
h3.limited-time {
  font-size: 1.7rem;
}

@media only screen and (max-width: 480px) {
  /* line 66, app/assets/stylesheets/checkout/page.scss */
  h2.immediate-discount {
    font-size: 1.2rem;
  }
  /* line 69, app/assets/stylesheets/checkout/page.scss */
  h3.limited-time {
    font-size: 1.1rem;
  }
}

/* line 77, app/assets/stylesheets/checkout/page.scss */
.promo .card {
  border-color: #a9a9a9;
}

/* line 79, app/assets/stylesheets/checkout/page.scss */
.promo .card .card-header {
  background-color: unset;
  border-bottom: unset;
}

/* line 84, app/assets/stylesheets/checkout/page.scss */
.promo img.promo-image {
  width: 80%;
}

/* line 88, app/assets/stylesheets/checkout/page.scss */
.promo .card-body.border-top-mca {
  border-top: 1px solid #a9a9a9;
}

/* line 93, app/assets/stylesheets/checkout/page.scss */
.terms-and-conditions {
  font-size: 12px;
}

/* line 97, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  /* line 105, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar {
    margin-top: -36px;
  }
}

/* line 110, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

/* line 115, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--soft {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 24px;
}

/* line 121, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 26px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 0.88);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.14);
  color: #ffffff;
}

/* line 135, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--soft .checkout-draw-summary-bar__content {
  padding: 16px 32px;
  border-radius: 0;
  background: #ffc400c2;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(132, 95, 0, 0.08);
  color: #111111;
}

/* line 145, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--full-bleed .checkout-draw-summary-bar__content {
  border-radius: 0;
}

/* line 149, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__entries {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 246px;
  margin-right: auto;
  text-align: center;
}

/* line 159, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 260px;
  margin-left: auto;
  text-align: center;
  line-height: 1.1;
  white-space: nowrap;
}

/* line 171, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__heading {
  display: block;
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 8px;
  line-height: 1.2;
}

/* line 181, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__heading--mobile {
  display: none;
}

/* line 185, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--soft .checkout-draw-summary-bar__heading {
  color: rgba(17, 17, 17, 0.72);
}

/* line 189, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar__value {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2.45rem;
  font-weight: 800;
  line-height: 1;
  color: #ffd10e;
}

/* line 199, app/assets/stylesheets/checkout/page.scss */
.checkout-draw-summary-bar--soft .checkout-draw-summary-bar__value {
  color: #111111;
}

@media only screen and (max-width: 700px) {
  /* line 204, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar {
    margin-bottom: 16px;
  }
  /* line 208, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar--soft {
    margin-bottom: 18px;
  }
  /* line 212, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
  }
  /* line 220, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar--soft .checkout-draw-summary-bar__content {
    padding: 14px 18px;
  }
  /* line 224, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__entries {
    align-items: flex-start;
    justify-self: start;
    flex: none;
    width: max-content;
    margin-right: 0;
    text-align: left;
    grid-column: 1;
  }
  /* line 234, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__price {
    flex: none;
    width: 100%;
    margin-left: 0;
    grid-column: 3;
  }
  /* line 241, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__heading {
    font-size: 0.7rem;
    margin-bottom: 4px;
  }
  /* line 246, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__heading--desktop {
    display: none;
  }
  /* line 250, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__heading--mobile {
    display: block;
  }
  /* line 254, app/assets/stylesheets/checkout/page.scss */
  .checkout-draw-summary-bar__value {
    font-size: 1.75rem;
  }
}

/* line 262, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #e8c6ae 0%, #c79573 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 4px;
  padding: 12px 8px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 272, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 278, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p.mca-1 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

/* line 283, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p.mca-2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  /* line 283, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini p.mca-2 {
    font-size: 20px;
  }
}

/* line 294, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p.mca-3 {
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 294, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini p.mca-3 {
    font-size: 10px;
  }
}

/* line 302, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p.mca-4 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 5px;
}

/* line 308, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p.mca-5 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 315, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini:hover {
  color: #ffffff;
}

/* line 319, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 323, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini.selected:hover p {
  color: #000000;
}

/* line 326, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 332, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini.selected img.selected-badge {
    width: 50%;
  }
}

/* line 344, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #f6f7f6 0%, #b1b1b2 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 4px;
  padding: 12px 8px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 355, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 360, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard .separator-or {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

/* line 367, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard .line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
}

/* line 373, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard .or-text {
  padding: 0 10px;
  white-space: nowrap;
}

/* line 378, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p.mca-1 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

/* line 383, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p.mca-2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  /* line 383, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard p.mca-2 {
    font-size: 20px;
  }
}

/* line 394, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p.mca-3 {
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 394, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard p.mca-3 {
    font-size: 10px;
  }
}

/* line 402, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p.mca-4 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 5px;
}

/* line 408, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p.mca-5 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 415, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard:hover {
  color: #ffffff;
}

/* line 419, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 423, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard.selected:hover p {
  color: #000000;
}

/* line 426, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 432, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard.selected img.selected-badge {
    width: 50%;
  }
}

/* line 445, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #f6e589 0%, #f1ca54 100%);
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 0;
  border-radius: 4px;
  padding: 12px 8px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 457, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 463, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p.mca-1 {
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

/* line 468, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p.mca-2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 480px) {
  /* line 468, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium p.mca-2 {
    font-size: 20px;
  }
}

/* line 479, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p.mca-3 {
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 479, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium p.mca-3 {
    font-size: 10px;
  }
}

/* line 487, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p.mca-4 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 5px;
}

/* line 493, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p.mca-5 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 500, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium:hover {
  color: #ffffff;
}

/* line 504, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 508, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium.selected:hover p {
  color: #000000;
}

/* line 511, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 517, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium.selected img.selected-badge {
    width: 30%;
  }
}

/* line 528, app/assets/stylesheets/checkout/page.scss */
div.remove-vip-membership {
  text-align: center;
  padding-top: 5px;
}

/* line 531, app/assets/stylesheets/checkout/page.scss */
div.remove-vip-membership a {
  font-weight: 400;
  font-size: 14px;
  color: #e32a37;
}

@media only screen and (max-width: 700px) {
  /* line 542, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-desktop {
    display: none;
  }
  /* line 545, app/assets/stylesheets/checkout/page.scss */
  .desktop-only {
    display: none !important;
  }
  /* line 548, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-mobile {
    display: block;
  }
  /* line 551, app/assets/stylesheets/checkout/page.scss */
  .mobile-only {
    display: block;
  }
}

@media only screen and (min-width: 701px) {
  /* line 557, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-desktop {
    display: block;
  }
  /* line 560, app/assets/stylesheets/checkout/page.scss */
  .desktop-only {
    display: block;
  }
  /* line 563, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-mobile {
    display: none;
  }
  /* line 566, app/assets/stylesheets/checkout/page.scss */
  .mobile-only {
    display: none !important;
  }
  /* line 569, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-container {
    border-radius: 15px;
  }
}

/* line 576, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #e8c6ae 0%, #c79573 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px 8px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 586, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 592, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p.mca-1-v2 {
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

/* line 597, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p.mca-2-v2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (max-width: 480px) {
  /* line 597, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 606, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p.mca-3-v2 {
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 606, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 614, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p.mca-4-v2 {
  font-weight: 300;
  font-size: 10px;
  line-height: 8px;
}

/* line 619, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p.mca-5-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 626, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2:hover {
  color: #ffffff;
}

/* line 630, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 634, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2.selected:hover p {
  color: #000000;
}

/* line 637, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 643, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2.selected img.selected-badge {
    width: 50%;
  }
}

/* line 655, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #f6f7f6 0%, #b1b1b2 100%);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px 8px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 666, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 671, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 .separator-or {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 20px 0;
}

/* line 678, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 .line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
}

/* line 684, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 .or-text {
  padding: 0 10px;
  white-space: nowrap;
}

/* line 689, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p.mca-1-v2 {
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

/* line 694, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p.mca-2-v2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (max-width: 480px) {
  /* line 694, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 703, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p.mca-3-v2 {
  font-weight: 700;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 703, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 711, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p.mca-4-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 8px;
}

/* line 716, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p.mca-5-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 723, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2:hover {
  color: #ffffff;
}

/* line 727, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 731, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2.selected:hover p {
  color: #000000;
}

/* line 734, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 740, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2.selected img.selected-badge {
    width: 50%;
  }
}

/* line 753, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 {
  background: radial-gradient(50% 82.4% at 46.99% 50%, #f6e589 0%, #f1ca54 100%);
  width: 100%;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 8px 4px;
  width: 100%;
  text-align: center;
  color: black;
}

/* line 765, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 771, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p.mca-1-v2 {
  font-size: 10px;
  font-weight: 300;
  line-height: 10px;
}

/* line 776, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p.mca-2-v2 {
  font-family: "Oswald", Sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

@media only screen and (max-width: 480px) {
  /* line 776, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 785, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p.mca-3-v2 {
  font-weight: 600;
  font-size: 11px;
  line-height: 9px;
}

@media only screen and (max-width: 480px) {
  /* line 785, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 793, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p.mca-4-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 8px;
}

/* line 798, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p.mca-5-v2 {
  font-weight: 400;
  font-size: 10px;
  line-height: 9px;
  padding-top: 3px;
}

/* line 805, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2:hover {
  color: #ffffff;
}

/* line 809, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2.selected {
  background: #FFFFFF;
  border: 2px solid #FFD10E;
  position: relative;
}

/* line 813, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2.selected:hover p {
  color: #000000;
}

/* line 816, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2.selected img.selected-badge {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 600px) {
  /* line 822, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2.selected img.selected-badge {
    width: 30%;
  }
}

/* line 833, app/assets/stylesheets/checkout/page.scss */
div.remove-vip-membership-v2 {
  text-align: center;
}

/* line 835, app/assets/stylesheets/checkout/page.scss */
div.remove-vip-membership-v2 a {
  font-weight: 400;
  font-size: 14px;
  color: #e32a37;
}

/* line 847, app/assets/stylesheets/checkout/page.scss */
div.mca-learn-about-our-vip-membership {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* line 851, app/assets/stylesheets/checkout/page.scss */
div.mca-learn-about-our-vip-membership button {
  background: #f1ca54;
  border-radius: 8px;
  border: unset;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  color: #000000;
  padding: 8px 30px;
}

/* line 862, app/assets/stylesheets/checkout/page.scss */
div.modal-learn-about-our-vip-membership {
  /* Modal consistent height */
  /* Scrollable second column */
}

/* line 863, app/assets/stylesheets/checkout/page.scss */
div.modal-learn-about-our-vip-membership p {
  font-size: 14px;
  margin-bottom: 8px;
}

/* line 875, app/assets/stylesheets/checkout/page.scss */
div.modal-learn-about-our-vip-membership .col-md-4 {
  max-height: 40vh;
  /* Slightly less than modal-content to account for header and footer */
  overflow-y: auto;
}

/* line 883, app/assets/stylesheets/checkout/page.scss */
.quick-sign-in {
  background-color: #FFD10E;
}

/* line 886, app/assets/stylesheets/checkout/page.scss */
.quick-sign-in:hover {
  background-color: #fedc44;
}

/* line 892, app/assets/stylesheets/checkout/page.scss */
.bonus-offer-container {
  padding: 0;
  /* Ensure no padding inside the container */
  margin-bottom: 0 !important;
  overflow: hidden;
  /* Ensures the image respects the container's border-radius */
  display: flex;
  /* Use flexbox for alignment */
  align-items: stretch;
  /* Make the content inside stretch to full height */
}

/* line 900, app/assets/stylesheets/checkout/page.scss */
.checkout-campaign-image-container {
  flex: 1;
  /* Make this container take up the available space */
  padding: 0;
  overflow: hidden;
  /* Ensures the image respects the container's border-radius */
  display: flex;
  align-items: stretch;
  /* Ensures the image stretches to the full height of the container */
  justify-content: flex-start;
  /* Align the image container to the left */
}

@media only screen and (min-width: 921px) {
  /* line 900, app/assets/stylesheets/checkout/page.scss */
  .checkout-campaign-image-container {
    margin-left: -15px;
    border-radius: 15px !important;
  }
}

/* line 913, app/assets/stylesheets/checkout/page.scss */
.checkout-campaign-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensures the image covers the entire container area */
  display: block;
}

/* line 920, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon {
  display: inline-block;
  position: relative;
  width: 13px;
  /* Size of the icon */
  height: 13px;
  background-color: transparent;
  /* Optional, for visibility */
}

/* line 928, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon::before,
.custom-plus-icon::after {
  content: "";
  position: absolute;
  background-color: goldenrod;
  /* Color of the plus */
  width: 4px;
  /* Thickness of the plus lines */
  height: 100%;
  /* Length of the vertical line */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 940, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon::after {
  width: 100%;
  /* Length of the horizontal line */
  height: 4px;
  /* Thickness of the horizontal line */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 948, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon-mini {
  display: inline-block;
  position: relative;
  width: 13px;
  /* Size of the icon */
  height: 13px;
  background-color: transparent;
  /* Optional, for visibility */
}

/* line 956, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon-mini::before,
.custom-plus-icon-mini::after {
  content: "";
  position: absolute;
  background-color: gold;
  /* Color of the plus */
  width: 4px;
  /* Thickness of the plus lines */
  height: 100%;
  /* Length of the vertical line */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* line 968, app/assets/stylesheets/checkout/page.scss */
.custom-plus-icon-mini::after {
  width: 100%;
  /* Length of the horizontal line */
  height: 4px;
  /* Thickness of the horizontal line */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* line 976, app/assets/stylesheets/checkout/page.scss */
.countdown-char {
  background-color: #e3b99e;
  padding: 0 8px;
  margin-left: 4px;
  margin-right: 4px;
}

/* line 983, app/assets/stylesheets/checkout/page.scss */
.benefit-list {
  font-size: 13px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 989, app/assets/stylesheets/checkout/page.scss */
.benefit-list ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

/* line 995, app/assets/stylesheets/checkout/page.scss */
.benefit-list ul li::before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 2px;
  color: goldenrod;
}

/* line 1003, app/assets/stylesheets/checkout/page.scss */
.bonus-offer-countdown-desktop {
  display: block;
}

/* line 1007, app/assets/stylesheets/checkout/page.scss */
.bonus-offer-countdown-mobile {
  display: none;
}

/* line 1011, app/assets/stylesheets/checkout/page.scss */
.bonus-offer-inner-container {
  padding-right: 5px;
}

@media only screen and (max-width: 920px) {
  /* line 1016, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-countdown-desktop {
    display: none;
  }
  /* line 1020, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-countdown-mobile {
    display: block;
  }
  /* line 1024, app/assets/stylesheets/checkout/page.scss */
  .select-vip-membership {
    margin-bottom: 10px !important;
  }
  /* line 1028, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-inner-container {
    padding: 0;
  }
  /* line 1032, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-mini-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1037, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-standard-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1042, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-premium-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 1047, app/assets/stylesheets/checkout/page.scss */
  .checkout-campaign-image {
    margin: 0;
    padding: 0;
    border: 0;
  }
  /* line 1053, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-container {
    flex-direction: column;
    /* Stack the image on top of the content on mobile */
  }
}

/* line 1058, app/assets/stylesheets/checkout/page.scss */
.vip-discount-button {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 1063, app/assets/stylesheets/checkout/page.scss */
[v-cloak] {
  display: none;
}

/* ===================================================================
   MK-1031: Option 1 Styling Integration
   Progressive enhancement - new styles added below existing ones
   ================================================================= */
/* CSS Custom Properties - Option 1 Design System */
/* line 1073, app/assets/stylesheets/checkout/page.scss */
:root {
  /* Colors */
  --checkout-bg: #f8f9fa;
  --checkout-white: #ffffff;
  --checkout-gray-50: #f8fafc;
  --checkout-gray-100: #f3f4f6;
  --checkout-gray-200: #e5e7eb;
  --checkout-gray-300: #d1d5db;
  --checkout-gray-600: #6b7280;
  --checkout-gray-700: #374151;
  --checkout-gray-900: #111827;
  /* Brand colors */
  --checkout-primary: #3b82f6;
  --checkout-success: #10b981;
  --checkout-warning: #f59e0b;
  --checkout-danger: #dc2626;
  --mca-dark: #212529;
  --mca-primary: #F0BB01;
  --mca-primary-dark: #d4a001;
  --mca-success: #28a745;
  --mca-success-dark: #218838;
  /* Shadows */
  --checkout-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.06);
  --checkout-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --checkout-shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.15);
  /* Border radius */
  --checkout-radius-sm: 6px;
  --checkout-radius-md: 8px;
  --checkout-radius-lg: 12px;
  /* Spacing */
  --checkout-spacing-sm: 0.75rem;
  --checkout-spacing-md: 1rem;
  --checkout-spacing-lg: 1.5rem;
  --checkout-spacing-xl: 2rem;
  /* Responsive breakpoints */
  --checkout-breakpoint-sm: 480px;
  /* Mobile */
  --checkout-breakpoint-md: 768px;
  /* Tablet */
  --checkout-breakpoint-lg: 992px;
  /* Desktop */
  --checkout-breakpoint-xl: 1200px;
  /* Large desktop */
}

/* Base container improvements - Option 1 inspired */
/* line 1120, app/assets/stylesheets/checkout/page.scss */
.checkout-page-container {
  background-color: var(--checkout-bg);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Enhanced cards with subtle shadows */
/* line 1126, app/assets/stylesheets/checkout/page.scss */
.checkout-main-card {
  background: var(--checkout-white);
  border-radius: var(--checkout-radius-lg);
  padding: var(--checkout-spacing-xl);
  box-shadow: var(--checkout-shadow-md);
  border: 1px solid var(--checkout-gray-200);
  margin-bottom: var(--checkout-spacing-lg);
}

/* line 1135, app/assets/stylesheets/checkout/page.scss */
.checkout-sidebar-card {
  background: var(--checkout-gray-50);
  border-radius: var(--checkout-radius-lg);
  padding: var(--checkout-spacing-lg);
  box-shadow: var(--checkout-shadow-md);
  border: 2px solid var(--checkout-gray-200);
}

/* Responsive card adjustments */
@media (max-width: 991.98px) {
  /* line 1145, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-card, .checkout-sidebar-card {
    padding: var(--checkout-spacing-lg);
    border-radius: var(--checkout-radius-md);
  }
}

@media (max-width: 767.98px) {
  /* line 1152, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-card, .checkout-sidebar-card {
    padding: var(--checkout-spacing-md);
    border-radius: var(--checkout-radius-md);
    margin-bottom: var(--checkout-spacing-md);
  }
}

/* ===================================================================
   Phase 2: Container & Layout Enhancements - Bootstrap Card Based
   ================================================================= */
/* Enhanced page background */
/* line 1164, app/assets/stylesheets/checkout/page.scss */
body {
  background-color: var(--checkout-bg) !important;
}

/* Enhanced main container styling */
/* line 1169, app/assets/stylesheets/checkout/page.scss */
.container.pt-5 {
  background-color: var(--checkout-bg);
  max-width: 1200px;
}

/* Bootstrap card enhancements for login block */
/* line 1177, app/assets/stylesheets/checkout/page.scss */
.login-block .card {
  border-radius: var(--checkout-radius-lg);
  box-shadow: var(--checkout-shadow-md);
  border: 1px solid var(--checkout-gray-200);
  background: var(--checkout-white);
  margin-bottom: var(--checkout-spacing-lg);
}

/* Bootstrap card enhancements for main content */
/* line 1193, app/assets/stylesheets/checkout/page.scss */
.checkout-main-content.card {
  border-radius: var(--checkout-radius-lg);
  box-shadow: var(--checkout-shadow-md);
  border: 1px solid var(--checkout-gray-200);
  background: var(--checkout-white);
  margin-bottom: var(--checkout-spacing-lg);
}

/* line 1200, app/assets/stylesheets/checkout/page.scss */
.checkout-main-content.card .card-body {
  padding: var(--checkout-spacing-xl);
}

/* Bootstrap card enhancements for sidebar */
/* line 1206, app/assets/stylesheets/checkout/page.scss */
.checkout-sidebar.card {
  border-radius: var(--checkout-radius-lg);
  box-shadow: var(--checkout-shadow-md);
  border: 2px solid var(--checkout-gray-200);
  background: var(--checkout-gray-50);
}

/* line 1212, app/assets/stylesheets/checkout/page.scss */
.checkout-sidebar.card .card-body {
  padding: var(--checkout-spacing-lg);
}

/* Responsive card adjustments */
@media (max-width: 991.98px) {
  /* line 1219, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-content.card,
.checkout-sidebar.card {
    border-radius: var(--checkout-radius-md);
  }
  /* line 1223, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-content.card .card-body,
.checkout-sidebar.card .card-body {
    padding: var(--checkout-spacing-lg);
  }
}

@media (max-width: 767.98px) {
  /* line 1230, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-content.card,
.checkout-sidebar.card {
    border-radius: var(--checkout-radius-md);
    margin-bottom: var(--checkout-spacing-md);
  }
  /* line 1235, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-content.card .card-body,
.checkout-sidebar.card .card-body {
    padding: var(--checkout-spacing-md);
  }
}

/* ===================================================================
   Main Content 70% column
   ================================================================= */
/* line 1247, app/assets/stylesheets/checkout/page.scss */
.main-content {
  /* ===================================================================
     Heading Typography Improvements
     ================================================================= */
  /* Main page heading - Option 1 style */
  /* Responsive heading adjustments */
  /* Secondary heading - "Limited time offer" styling */
  /* Responsive secondary heading */
  /* ===================================================================
     Your Products Section - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Express Checkout Desktop Section - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Your Details Desktop Section - Option 1 Style
     ================================================================= */
}

/* line 1249, app/assets/stylesheets/checkout/page.scss */
.main-content .card {
  /* Mobile-specific padding for card-body */
}

/* line 1251, app/assets/stylesheets/checkout/page.scss */
.main-content .card.card-main-content {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #e5e7eb;
}

/* line 1256, app/assets/stylesheets/checkout/page.scss */
.main-content .card .card-body {
  padding: 2rem;
}

@media (max-width: 767px) {
  /* line 1262, app/assets/stylesheets/checkout/page.scss */
  .main-content .card .card-body {
    padding: 1rem;
  }
}

/* line 1276, app/assets/stylesheets/checkout/page.scss */
.main-content h1,
.main-content h1.heading-primary {
  font-size: 2rem;
  font-weight: 700;
  color: var(--checkout-gray-900);
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
  /* line 1287, app/assets/stylesheets/checkout/page.scss */
  .main-content h1,
.main-content h1.heading-primary {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

/* line 1295, app/assets/stylesheets/checkout/page.scss */
.main-content h2,
.main-content h2.heading-secondary {
  font-size: 1.125rem;
  color: var(--checkout-warning);
  font-weight: 600;
  margin-bottom: var(--checkout-spacing-lg);
}

@media (max-width: 767.98px) {
  /* line 1305, app/assets/stylesheets/checkout/page.scss */
  .main-content h2,
.main-content h2.heading-secondary {
    font-size: 1rem;
  }
}

/* line 1315, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products {
  /* MK-1032: Mobile quantity control fix - vertical layout for small screens */
  /* MK-1037: Increase button size for better mobile touch experience */
}

/* line 1316, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .card {
  background: #fafafa;
}

/* line 1320, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .card-body {
  padding: 1.5rem;
}

/* line 1323, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .card-body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* line 1332, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table {
  margin-bottom: 0;
}

/* line 1335, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table thead th {
  background: var(--checkout-gray-100);
  font-weight: 600;
  color: var(--checkout-gray-700);
  border-bottom: 2px solid var(--checkout-gray-200);
}

/* line 1342, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table tbody td {
  vertical-align: middle;
  font-size: 0.875rem;
  background: #fafafa;
}

/* line 1348, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table tbody tr:last-child td {
  border-bottom: none;
}

/* line 1353, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .btn-sm {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: var(--checkout-radius-sm);
  font-weight: 600;
}

@media (max-width: 575.98px) {
  /* line 1315, app/assets/stylesheets/checkout/page.scss */
  .main-content .your-products {
    /* Ensure adequate spacing and readability in mobile vertical layout */
  }
  /* line 1367, app/assets/stylesheets/checkout/page.scss */
  .main-content .your-products .btn-sm {
    width: 48px;
    height: 48px;
    font-size: 1.125rem;
    font-weight: 700;
    /* Fix iOS Safari double-tap zoom issue */
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  /* line 1383, app/assets/stylesheets/checkout/page.scss */
  .main-content .your-products .table td .d-flex.flex-column span {
    font-size: 0.875rem;
    font-weight: 500;
  }
}

/* line 1397, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card {
  background: #f8fafc;
  border: 2px dashed #cbd5e0;
  border-radius: 12px;
}

/* line 1403, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body {
  background: #f8fafc;
  border-radius: 12px;
}

/* line 1407, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body #express-checkout-warning {
  font-size: 0.875rem;
  color: red;
  display: none;
  margin-bottom: unset;
}

/* line 1416, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body .terms-and-conditions label {
  display: block;
  font-size: 0.875rem;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
}

/* line 1422, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body .terms-and-conditions label.second-label {
  padding-left: unset;
}

/* line 1427, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body .terms-and-conditions .terms-and-conditions-block {
  border: solid;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 200px;
  overflow: auto;
}

/* line 1436, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body .terms-and-conditions input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 1455, app/assets/stylesheets/checkout/page.scss */
.main-content .your-details-desktop .card {
  background: #f8fafc;
}

/* line 1458, app/assets/stylesheets/checkout/page.scss */
.main-content .your-details-desktop .card .card-body {
  background: #f8fafc;
  border-radius: var(--bs-card-border-radius);
  padding: 1.5rem;
}

/* line 1463, app/assets/stylesheets/checkout/page.scss */
.main-content .your-details-desktop .card .card-body h3 {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
}

/* line 1471, app/assets/stylesheets/checkout/page.scss */
.main-content .your-details-desktop .card .card-body .form-group label {
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

/* ===================================================================
   SIDEBAR - Option 1 Style
   ================================================================= */
/* line 1492, app/assets/stylesheets/checkout/page.scss */
.side-bar {
  /* ===================================================================
     Order Summary Sidebar Desktop - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Coupon Code Sidebar Desktop - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Order Bump Sidebar Desktop - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Card Details Sidebar Desktop - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Terms and Conditions Sidebar Desktop - Option 1 Style
     ================================================================= */
  /* ===================================================================
     Place Order Button Desktop - Option 1 Style
     ================================================================= */
}

/* line 1494, app/assets/stylesheets/checkout/page.scss */
.side-bar .card {
  background: #f8fafc;
}

/* line 1497, app/assets/stylesheets/checkout/page.scss */
.side-bar .card.card-side-bar {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  border: 2px solid #e5e7eb;
}

/* line 1501, app/assets/stylesheets/checkout/page.scss */
.side-bar .card.card-side-bar .card-body {
  padding: 1.5rem;
}

/* line 1515, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-summary h2 {
  border-bottom: 2px solid #e5e7eb;
  color: #111827;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
}

/* line 1525, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-summary table {
  font-size: 0.875rem;
  margin-bottom: unset;
}

/* line 1531, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-summary table tbody .table-warning {
  border-color: var(--mca-primary);
}

/* line 1548, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card {
  background: #fffbeb;
  border: 1px solid #fde68a;
}

/* line 1552, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card .card-body {
  padding: 1rem;
}

/* line 1555, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card .card-body h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 1561, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card .card-body table {
  font-size: 12px;
  margin-bottom: unset;
}

/* line 1566, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card .card-body table tr td {
  padding-left: unset;
  padding-right: unset;
}

/* line 1587, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-bump .card {
  border: 2px solid var(--mca-primary);
  box-shadow: 0 8px 20px rgba(240, 187, 1, 0.2);
}

/* line 1591, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-bump .card .card-header {
  border-bottom: 2px solid var(--mca-primary-dark);
  border-radius: unset;
}

/* line 1596, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-bump .card .card-body {
  padding: 0.5rem 1rem;
}

/* line 1612, app/assets/stylesheets/checkout/page.scss */
.side-bar .card-details .card {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  font-size: 12px;
}

/* line 1617, app/assets/stylesheets/checkout/page.scss */
.side-bar .card-details .card .card-body {
  background: #f8fafc;
  border-radius: var(--bs-card-border-radius);
}

/* line 1622, app/assets/stylesheets/checkout/page.scss */
.side-bar .card-details .card h4 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 1628, app/assets/stylesheets/checkout/page.scss */
.side-bar .card-details .card .card-element-label {
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

/* line 1647, app/assets/stylesheets/checkout/page.scss */
.side-bar .terms-and-conditions .card {
  background: rgba(254, 242, 242, 0.8);
  border: 1px solid #fed7d7;
}

/* line 1660, app/assets/stylesheets/checkout/page.scss */
.side-bar #placeOrderButtonDesktop {
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%);
  border: none;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
  transition: all 0.2s ease;
  color: white;
}

/* line 1671, app/assets/stylesheets/checkout/page.scss */
.side-bar #placeOrderButtonDesktop:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%);
}

/* line 1677, app/assets/stylesheets/checkout/page.scss */
.side-bar #placeOrderButtonDesktop:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%);
}

/* line 1684, app/assets/stylesheets/checkout/page.scss */
.side-bar #placeOrderButtonDesktop:focus {
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%);
  box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.25);
}

/* line 1689, app/assets/stylesheets/checkout/page.scss */
.side-bar #placeOrderButtonDesktop:active {
  background: linear-gradient(135deg, var(--mca-success-dark) 0%, var(--mca-success-dark) 100%);
  transform: translateY(0);
}

/* ===================================================================
    Credit Card Modal Mobile Styling - Option 1 Style
    ================================================================= */
/* line 1707, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content {
  text-align: unset;
  width: 90% !important;
}

/* line 1713, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details .form-group {
  margin-top: 0.15rem;
}

/* line 1717, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details .form-group label {
  color: var(--mca-dark);
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

/* line 1724, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details .form-group input.form-control {
  padding: 0.4rem;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

/* line 1730, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details .form-group select.form-control {
  padding: 0.4rem;
  font-size: 0.8rem;
  margin-bottom: 0.2rem;
}

/* line 1738, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details #new_card_form {
  margin-top: 0.25rem;
}

/* line 1741, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details #new_card_form .card-debit {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
}

/* line 1754, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .terms-and-conditions .terms-and-conditions-block {
  border: solid;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 200px;
  overflow: auto;
}

/* line 1767, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group {
  padding-top: 10px;
}

/* line 1770, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group #placeOrderButton {
  min-height: 45px;
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  border-color: #28a745;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 1780, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group .button-1 {
  min-height: 45px;
  width: 48%;
  background-color: #dc3545;
  color: white;
  border-radius: 5px;
  font-size: 14px;
}

/* line 1791, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group .button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-top: 0px;
  width: 48%;
  background-color: #000000;
  color: white;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 1823, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group .button-2 .button-text {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* ===================================================================
    Express Credit Card Modal Mobile Styling - Option 1 Style
    ================================================================= */
/* line 1842, app/assets/stylesheets/checkout/page.scss */
#expressModal #express-checkout-warning {
  font-size: 1rem;
  color: red;
  display: none;
}

/* line 1850, app/assets/stylesheets/checkout/page.scss */
#expressModal .terms-and-conditions .terms-and-conditions-block {
  border: solid;
  border-width: 1px;
  padding-left: 10px;
  padding-right: 10px;
  max-height: 200px;
  overflow: auto;
}

/* line 1861, app/assets/stylesheets/checkout/page.scss */
#expressModal .buttons-group {
  padding-top: 10px;
}

/* line 1864, app/assets/stylesheets/checkout/page.scss */
#expressModal .buttons-group .button-1 {
  min-height: 45px;
  width: 48%;
  background-color: #dc3545;
  color: white;
  border-radius: 5px;
  font-size: 14px;
}

/* line 1875, app/assets/stylesheets/checkout/page.scss */
#expressModal .buttons-group .button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  padding-left: unset;
  padding-right: unset;
  width: 48%;
  background-color: #fcd424;
  color: black;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* line 1894, app/assets/stylesheets/checkout/page.scss */
#expressModal .buttons-group .button-2 .button-text {
  display: flex;
  align-items: center;
  margin-right: 5px;
}

/* ===================================================================
    Footer Styling - Option 1 Style
    ================================================================= */
/* line 1911, app/assets/stylesheets/checkout/page.scss */
.site-footer {
  background-color: #f8f9fa !important;
  border-top: 2px solid var(--mca-primary);
  font-size: 0.75rem;
}

/* line 1917, app/assets/stylesheets/checkout/page.scss */
.site-footer .nav-link {
  color: var(--mca-dark) !important;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  transition: color 0.2s ease;
}

/* line 1925, app/assets/stylesheets/checkout/page.scss */
.site-footer .nav-link:hover {
  color: var(--mca-primary) !important;
  text-decoration: underline;
}

/* line 1930, app/assets/stylesheets/checkout/page.scss */
.checkout .navbar:not(.checkout-page-navbar),
.checkout .site-footer,
body .checkout-spacing {
  display: none !important;
}

/* line 1936, app/assets/stylesheets/checkout/page.scss */
#app[v-cloak] {
  display: block;
}

/* line 1940, app/assets/stylesheets/checkout/page.scss */
.checkout-flow {
  --checkout-yellow: #f5c518;
  --checkout-ink: #121212;
  --checkout-paper: #ffffff;
  --checkout-soft: #f6f3ed;
  --checkout-soft-yellow: #fff6d8;
  --checkout-muted: #6d6d6d;
  --checkout-line: rgba(18, 18, 18, 0.12);
  --checkout-red: #db3b2f;
  --checkout-green: #18a173;
  color: var(--checkout-ink);
  font-family: 'Manrope', sans-serif;
  padding-bottom: 2rem;
}

/* line 1955, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__shell {
  max-width: 1180px;
  margin: 0 auto;
}

/* line 1960, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__stack {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1966, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-layout,
.checkout-flow__desktop-main,
.checkout-flow__desktop-side,
.checkout-flow__mobile-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 1975, app/assets/stylesheets/checkout/page.scss */
.checkout-page-navbar__secure {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #6b6b6b;
  font-size: inherit;
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
}

/* line 1984, app/assets/stylesheets/checkout/page.scss */
.checkout-page-navbar__secure i {
  font-size: 1rem;
}

/* line 1988, app/assets/stylesheets/checkout/page.scss */
.checkout-page-navbar .navbar-brand {
  margin-right: var(--bs-navbar-brand-margin-end);
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
}

/* line 1994, app/assets/stylesheets/checkout/page.scss */
.checkout-page-navbar .navbar-brand img {
  width: 150px;
  height: auto;
  display: block;
}

/* line 2000, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-strip {
  padding: 1rem;
  font-size: 1rem;
}

/* line 2005, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-strip a {
  color: #666;
  text-decoration: none;
}

/* line 2010, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-strip span {
  color: #0b63ce;
  font-weight: 700;
}

/* line 2015, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-panel {
  padding: 0 1rem;
}

/* line 2019, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-submit {
  display: block;
  width: 100%;
  background: var(--checkout-yellow);
  border-color: var(--checkout-yellow);
  color: var(--checkout-ink);
  font-weight: 800;
}

/* line 2028, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-submit:hover,
.checkout-flow__login-submit:focus,
.checkout-flow__login-submit:active {
  background: var(--checkout-yellow);
  border-color: var(--checkout-yellow);
  color: var(--checkout-ink);
}

/* line 2036, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__login-panel .checkout-flow__card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

/* line 2042, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* line 2048, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__eyebrow {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9b9b9b;
}

/* line 2056, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card {
  background: var(--checkout-paper);
  border: 1px solid var(--checkout-line);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.04);
}

/* line 2064, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--hero {
  padding: 0;
  overflow: hidden;
  background: #fff;
}

/* line 2070, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--checkout-muted);
}

/* line 2078, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-copy h3,
.checkout-flow__bump-copy h3,
.checkout-flow__package-copy h4 {
  margin: 0.25rem 0 0;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* line 2087, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-copy {
  padding: 1.3rem 1.75rem 0.65rem;
}

/* line 2091, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-copy h3 {
  font-size: 2.2rem;
}

/* line 2095, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-meta,
.checkout-flow__package-copy p,
.checkout-flow__bump-copy p,
.checkout-flow__gst-note {
  color: var(--checkout-muted);
}

/* line 2102, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__hero-meta--tagline {
  margin-top: 0.45rem;
  font-weight: 600;
}

/* line 2107, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-row,
.checkout-flow__bump-body,
.checkout-flow__summary-total-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

/* line 2115, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-row,
.checkout-flow__summary-totals {
  margin-top: 0;
}

/* line 2120, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-price,
.checkout-flow__vip-price {
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  line-height: 1;
}

/* line 2127, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-row {
  align-items: center;
  border-top: 1px solid #d9d9d9;
  padding: 1rem 1.75rem 0.75rem;
  justify-content: space-between;
}

/* line 2134, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-copy {
  width: 50%;
  flex: 0 0 50%;
  min-width: 0;
}

/* line 2140, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-copy h4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  text-transform: none;
  overflow-wrap: anywhere;
  margin-top: 0;
}

/* line 2149, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  width: 50%;
  flex: 0 0 50%;
  justify-content: center;
  min-width: 0;
  padding-right: 0.75rem;
}

/* line 2161, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__qty {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d8d3ca;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

/* line 2171, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__package-price {
  text-align: center;
  font-size: 2.7rem;
  line-height: 1;
  margin-bottom: 0.05rem;
}

/* line 2178, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__qty-button {
  width: 2.7rem;
  height: 2.3rem;
  border: 0;
  background: #f3f1ec;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
}

/* line 2188, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__qty-value {
  min-width: 2.3rem;
  height: 2.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 800;
  font-size: 1rem;
  padding: 0 0.35rem;
  line-height: 1;
}

/* line 2201, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--bump {
  border: 3px solid var(--checkout-yellow);
  cursor: pointer;
  padding: 0;
  overflow: hidden;
}

/* line 2208, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--bump.is-selected,
.checkout-flow__card--vip.is-selected {
  box-shadow: 0 0 0 6px rgba(245, 197, 24, 0.28), 0 20px 36px rgba(245, 197, 24, 0.18);
}

/* line 2213, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--bump-vip-booster {
  background: linear-gradient(180deg, #fffdf3 0%, #ffffff 100%);
}

/* line 2217, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-visual--vip-booster {
  width: 100%;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.25rem 0.25rem;
}

/* line 2226, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-image--vip-booster {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* line 2232, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-visual {
  width: 35%;
  flex: 0 0 35%;
}

/* line 2237, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-image,
.checkout-flow__vip-image img {
  width: 100%;
}

/* line 2242, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-pricing {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-top: 0.55rem;
}

/* line 2249, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__price-was {
  color: var(--checkout-muted);
  text-decoration: line-through;
  font-weight: 700;
  font-size: 0.95rem;
}

/* line 2256, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__price-now {
  color: var(--checkout-red);
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
}

/* line 2262, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-toggle {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0;
  padding: 0.95rem 1.5rem;
  border-top: 1px solid var(--checkout-line);
  font-weight: 800;
}

/* line 2272, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-body {
  padding: 0.55rem 1.5rem 0.95rem;
  align-items: center;
}

/* line 2277, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-copy h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  text-transform: none;
}

/* line 2284, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-title--vip-booster {
  font-size: 1.35rem;
}

@media only screen and (min-width: 768px) {
  /* line 2289, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-copy h3.checkout-flow__bump-title--vip-booster {
    font-size: 1.38rem;
  }
  /* line 2293, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-copy .checkout-flow__bump-title--vip-booster + .checkout-flow__bump-subtitle {
    font-size: 0.98rem;
  }
}

/* line 2298, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--checkout-muted);
}

/* line 2307, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

/* line 2313, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-subcopy {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--checkout-muted);
}

/* line 2321, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-copy {
  width: 65%;
  flex: 0 0 65%;
  min-width: 0;
}

/* line 2327, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-copy--full {
  width: 100%;
  flex: 1 1 auto;
  text-align: center;
}

/* line 2333, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-toggle-label {
  font-size: 1.08rem;
}

/* line 2337, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__bump-toggle-added {
  color: var(--checkout-green);
  font-weight: 800;
}

/* line 2342, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--vip {
  background: #fff;
  border: 2px solid #cfc6b6;
  box-shadow: inset 0 0 0 1px rgba(207, 198, 182, 0.75);
  padding: 0;
  overflow: hidden;
}

/* line 2350, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--legacy-campaign {
  padding: 1rem 1rem 0.85rem;
  overflow: hidden;
  background: linear-gradient(180deg, #fffdf6 0%, #ffffff 100%);
  border: 1px solid #e2d7be;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
}

/* line 2358, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--legacy-campaign.is-selected {
  border-color: var(--checkout-yellow);
  box-shadow: 0 0 0 1px rgba(245, 197, 24, 0.7), 0 0 0 6px rgba(245, 197, 24, 0.28), 0 20px 36px rgba(245, 197, 24, 0.18);
}

/* line 2363, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .bonus-offer-container {
  margin-bottom: 0 !important;
}

/* line 2367, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .checkout-campaign-image-container {
  margin-top: 0 !important;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

/* line 2373, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .checkout-campaign-image {
  border-radius: 18px;
}

/* line 2377, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .bonus-offer-countdown-desktop,
.checkout-flow__legacy-campaign .bonus-offer-countdown-mobile {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #111111;
}

/* line 2387, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .countdown-char {
  background-color: #f3d58d;
  color: #111111;
  border-radius: 999px;
  font-weight: 800;
}

/* line 2394, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .select-vip-membership {
  color: #111111;
  font-weight: 700;
}

/* line 2399, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__legacy-campaign .remove-vip-membership-v2 {
  padding-top: 0.4rem;
}

/* line 2403, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--vip.is-selected {
  background: linear-gradient(180deg, var(--checkout-soft-yellow) 0%, #fffef8 100%);
  border-color: var(--checkout-yellow);
  box-shadow: 0 0 0 1px rgba(245, 197, 24, 0.7), 0 0 0 6px rgba(245, 197, 24, 0.28), 0 20px 36px rgba(245, 197, 24, 0.18);
}

/* line 2409, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-top {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  text-align: left;
  border: 0;
  background: #fff;
  padding: 1.4rem 1.5rem;
}

/* line 2421, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__card--vip.is-selected .checkout-flow__vip-top {
  background: var(--checkout-soft-yellow);
}

/* line 2425, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-top.is-locked {
  cursor: default;
}

/* line 2429, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-top-copy strong {
  display: block;
  font-size: 1.05rem;
}

/* line 2434, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-free {
  font-family: 'Anton', sans-serif;
  color: var(--checkout-green);
  font-size: 1.4rem;
}

/* line 2440, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-lock-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(18, 18, 18, 0.08);
  color: var(--checkout-ink);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 2455, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-lock-badge i {
  font-size: 0.78rem;
}

/* line 2459, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch {
  width: 72px;
  height: 40px;
  border-radius: 999px;
  background: #d8d8d8;
  display: inline-flex;
  align-items: center;
  padding: 4px;
  transition: background-color 0.22s ease;
}

/* line 2470, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch-button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  pointer-events: none;
}

/* line 2479, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch-thumb {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease;
}

/* line 2488, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch.is-on {
  background: var(--checkout-yellow);
}

/* line 2492, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch.is-locked {
  cursor: default;
}

/* line 2496, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-switch.is-on .checkout-flow__vip-switch-thumb {
  transform: translateX(32px);
}

/* line 2500, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-body {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1.25rem 1.5rem;
}

/* line 2507, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-benefit {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
  font-size: 1.05rem;
  font-weight: 700;
}

/* line 2515, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-benefit + .checkout-flow__vip-benefit {
  margin-top: 0.8rem;
}

/* line 2519, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-benefit i {
  color: var(--checkout-green);
  margin-top: 0.2rem;
}

/* line 2524, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-legal {
  padding: 1.25rem 1.5rem;
  background: #fff1b8;
}

/* line 2529, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-legal p {
  margin: 0;
  color: #5f6471;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* line 2536, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-legal a {
  color: #0b63ce;
  font-weight: 700;
  text-decoration: none;
}

/* line 2542, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-footer-cta {
  padding: 0.65rem 1.25rem;
  background: #fff;
  border-top: 1px dotted rgba(245, 197, 24, 0.9);
  color: #c38f00;
  font-size: 0.92rem;
  font-weight: 700;
}

/* line 2551, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__vip-footer-cta strong {
  color: var(--checkout-green);
}

/* line 2555, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-lines {
  margin-top: 0;
}

/* line 2559, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.35rem 0;
  border-bottom: 0;
  font-size: 1rem;
  align-items: flex-start;
}

/* line 2569, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-line-copy,
.checkout-flow__summary-line-price {
  line-height: 1.25;
}

/* line 2574, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-line-copy {
  width: 75%;
  flex: 0 0 75%;
  min-width: 0;
}

/* line 2580, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-line-copy strong {
  font-weight: 800;
}

/* line 2584, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-line-price {
  width: 25%;
  flex: 0 0 25%;
  text-align: right;
  font-weight: 700;
  padding-right: 0.75rem;
}

/* line 2592, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-strike {
  display: inline;
  color: var(--checkout-muted);
  text-decoration: line-through;
  margin-right: 0.35rem;
}

/* line 2599, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-totals {
  border-top: 1px solid var(--checkout-line);
  padding-top: 0.7rem;
  margin-top: 0.55rem;
}

/* line 2605, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-copy,
.checkout-flow__summary-grand-copy {
  width: 50%;
  flex: 0 0 50%;
}

/* line 2611, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-value,
.checkout-flow__summary-grand-value {
  width: 50%;
  flex: 0 0 50%;
  text-align: right;
  padding-right: 0.75rem;
}

/* line 2619, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-row--entries .checkout-flow__summary-total-copy,
.checkout-flow__summary-total-row--entries .checkout-flow__summary-total-value {
  font-weight: 800;
  color: #16181d;
}

/* line 2625, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-row--grand {
  font-size: 1.25rem;
  align-items: flex-start;
  padding-top: 0.7rem;
  border-top: 1px solid var(--checkout-line);
  margin-top: 0.55rem;
}

/* line 2633, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-grand-copy {
  font-weight: 800;
  color: var(--checkout-ink);
}

/* line 2638, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-grand-value {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 0.35rem;
  white-space: nowrap;
}

/* line 2647, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-grand-value strong {
  font-size: 1.25rem;
  line-height: 1.1;
}

/* line 2652, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-grand-value .checkout-flow__gst-note {
  font-size: 0.78rem;
  line-height: 1.1;
  margin: 0;
  align-self: flex-end;
  padding-bottom: 0.08rem;
}

/* line 2660, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-row--entries {
  color: #666;
}

/* line 2664, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-row--discount,
.checkout-flow__summary-total-row--discount strong,
.checkout-flow__summary-discount {
  color: var(--checkout-green);
}

/* line 2670, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-total-row--subtotal .checkout-flow__summary-total-copy,
.checkout-flow__summary-total-row--subtotal .checkout-flow__summary-total-value,
.checkout-flow__summary-total-row--discount .checkout-flow__summary-total-copy,
.checkout-flow__summary-total-row--discount .checkout-flow__summary-total-value {
  font-weight: 800;
}

/* line 2677, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-link a {
  color: var(--checkout-ink);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

/* line 2684, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-panel {
  margin-top: 0.35rem;
  padding: 1rem 1.05rem 1.05rem;
  background: #fff;
  border: 1px solid var(--checkout-line);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(17, 17, 17, 0.04);
}

/* line 2693, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-panel h4 {
  margin: 0 0 0.75rem;
  font-family: 'Manrope', sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--checkout-ink);
}

/* line 2701, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-field {
  position: relative;
}

/* line 2705, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-field .form-control {
  padding-right: 6.6rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 2711, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-apply {
  position: absolute;
  top: 0;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f1ca54 !important;
  border-color: #f1ca54 !important;
  color: #000 !important;
}

/* line 2722, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-actions {
  margin-top: 0.55rem;
}

/* line 2726, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-note {
  margin-top: 0.55rem;
  color: var(--checkout-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

/* line 2733, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-actions a {
  font-size: 0.75rem;
  text-decoration: none;
}

/* line 2738, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__coupon-success {
  margin-top: 0.45rem;
  color: green;
}

/* line 2743, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__summary-note {
  background: #f4f1ec;
  border-radius: 21px;
  color: #666;
  margin: 0.8rem -1rem -1rem;
  padding: 0.8rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
}

/* line 2753, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__express-terms {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--checkout-line);
}

/* line 2759, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-submit #placeOrderButtonDesktop {
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  border: none !important;
  border-color: transparent !important;
  border-radius: 8px;
  padding: 1rem;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  letter-spacing: 0.025em;
  transition: all 0.2s ease;
  color: white !important;
}

/* line 2772, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-submit #placeOrderButtonDesktop:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(16, 185, 129, 0.3);
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  color: white !important;
}

/* line 2779, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-submit #placeOrderButtonDesktop:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  color: white !important;
}

/* line 2787, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-submit #placeOrderButtonDesktop:focus {
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  box-shadow: 0 0 0 0.2rem rgba(16, 185, 129, 0.25);
  color: white !important;
}

/* line 2793, app/assets/stylesheets/checkout/page.scss */
.checkout-flow__desktop-submit #placeOrderButtonDesktop:active {
  background: linear-gradient(135deg, var(--mca-success-dark) 0%, var(--mca-success-dark) 100%) !important;
  transform: translateY(0);
  color: white !important;
}

/* line 2799, app/assets/stylesheets/checkout/page.scss */
.login-block {
  display: none;
}

/* line 2803, app/assets/stylesheets/checkout/page.scss */
.floating-buttons {
  background-color: #fff !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 2808, app/assets/stylesheets/checkout/page.scss */
.floating-buttons--single {
  justify-content: center;
}

/* line 2812, app/assets/stylesheets/checkout/page.scss */
.floating-buttons--single .floating-button {
  width: 92%;
}

@media (min-width: 768px) {
  /* line 2817, app/assets/stylesheets/checkout/page.scss */
  .container.pt-0.pt-md-5 {
    max-width: 1180px;
  }
  /* line 2821, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow {
    padding-bottom: 3rem;
    font-size: 0.9rem;
  }
  /* line 2826, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__shell {
    max-width: 100%;
  }
  /* line 2830, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(380px, 1fr);
    align-items: start;
    gap: 1.8rem;
  }
  /* line 2837, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-side {
    position: static;
  }
  /* line 2841, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-main,
.checkout-flow__desktop-side {
    gap: 1rem;
  }
  /* line 2846, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section {
    gap: 0.45rem;
  }
  /* line 2850, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__eyebrow {
    font-size: 0.58rem;
    letter-spacing: 0.16em;
  }
  /* line 2855, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__card {
    border-radius: 16px;
    padding: 1rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
  }
  /* line 2861, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__login-strip,
.checkout-flow__login-panel {
    max-width: calc(61% - 1.125rem);
  }
  /* line 2866, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__login-strip {
    padding: 0.75rem 0.9rem;
    font-size: 0.84rem;
  }
  /* line 2871, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__login-panel {
    padding: 0;
  }
  /* line 2875, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__login-panel .checkout-flow__card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.9rem;
  }
  /* line 2881, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__card,
.checkout-flow__section--summary .checkout-flow__card,
.checkout-flow__desktop-pay .checkout-flow__card,
.checkout-flow__desktop-actions .checkout-flow__card {
    padding: 0.9rem;
  }
  /* line 2888, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__card,
.checkout-flow__card--bump {
    padding-top: 0;
    padding-bottom: 0;
  }
  /* line 2894, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-body {
    padding: 0.85rem 1rem;
  }
  /* line 2898, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-legal {
    padding: 0.85rem 1rem;
  }
  /* line 2902, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-benefit {
    font-size: 0.9rem;
    gap: 0.7rem;
  }
  /* line 2907, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-benefit + .checkout-flow__vip-benefit {
    margin-top: 0.6rem;
  }
  /* line 2911, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-top {
    padding: 1rem;
    gap: 0.8rem;
  }
  /* line 2916, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-top-copy strong {
    font-size: 0.84rem;
  }
  /* line 2920, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-free {
    font-size: 0.98rem;
  }
  /* line 2924, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-lock-badge {
    font-size: 0.62rem;
    padding: 0.36rem 0.62rem;
    gap: 0.32rem;
  }
  /* line 2930, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-switch {
    width: 56px;
    height: 32px;
    padding: 3px;
  }
  /* line 2936, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-switch-thumb {
    width: 26px;
    height: 26px;
  }
  /* line 2941, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-switch.is-on .checkout-flow__vip-switch-thumb {
    transform: translateX(24px);
  }
  /* line 2945, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-legal p {
    font-size: 0.76rem;
  }
  /* line 2949, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-benefit {
    font-size: 0.78rem;
  }
  /* line 2953, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-top {
    font-size: 0.84rem;
  }
  /* line 2957, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section--campaign .checkout-flow__vip-footer-cta {
    padding: 0.5rem 0.85rem;
    font-size: 0.76rem;
  }
  /* line 2962, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__hero-copy {
    padding: 0.9rem 1rem 0.45rem;
  }
  /* line 2966, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__hero-copy h3 {
    font-size: 1.45rem;
  }
  /* line 2970, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-row {
    padding: 0.75rem 1rem 0.55rem;
  }
  /* line 2974, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-copy h4 {
    font-size: 0.88rem;
  }
  /* line 2978, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-copy p,
.checkout-flow__hero-meta,
.checkout-flow__bump-copy p,
.checkout-flow__vip-legal p,
.checkout-flow__summary-line,
.checkout-flow__gst-note {
    font-size: 0.8rem;
  }
  /* line 2987, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-price,
.checkout-flow__price-now {
    font-size: 1.28rem;
  }
  /* line 2992, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-price {
    font-size: 1.95rem;
  }
  /* line 2996, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__qty {
    border-radius: 9px;
  }
  /* line 3000, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__qty-button {
    width: 2.3rem;
    height: 2rem;
    font-size: 1.15rem;
  }
  /* line 3006, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__qty-value {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.84rem;
    padding: 0 0.3rem;
  }
  /* line 3013, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-body {
    padding: 0.6rem 0.9rem 0.7rem;
  }
  /* line 3017, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-toggle {
    padding: 0.7rem 0.9rem;
  }
  /* line 3021, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-copy h3 {
    font-size: 0.86rem;
  }
  /* line 3025, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-title--vip-booster {
    font-size: 1rem;
  }
  /* line 3029, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-subtitle {
    font-size: 0.78rem;
  }
  /* line 3033, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-kicker {
    font-size: 0.58rem;
  }
  /* line 3037, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-subcopy {
    font-size: 0.74rem;
  }
  /* line 3041, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__price-was {
    font-size: 0.8rem;
  }
  /* line 3045, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-toggle-label,
.checkout-flow__bump-toggle-added {
    font-size: 0.84rem;
  }
  /* line 3050, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-lines {
    gap: 0;
  }
  /* line 3054, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-line {
    padding: 0.2rem 0;
  }
  /* line 3058, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-totals {
    padding-top: 0.45rem;
    margin-top: 0.35rem;
  }
  /* line 3063, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-total-row--grand {
    padding-top: 0.45rem;
    margin-top: 0.35rem;
  }
  /* line 3068, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-grand-value strong {
    font-size: 1rem;
  }
  /* line 3072, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-grand-value .checkout-flow__gst-note {
    font-size: 0.62rem;
    padding-bottom: 0.04rem;
  }
  /* line 3077, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__summary-note {
    margin: 0.65rem -0.9rem -0.9rem;
    padding: 0.65rem 0.9rem;
    border-radius: 0 0 18px 18px;
    font-size: 0.68rem;
  }
  /* line 3084, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__coupon-link {
    margin-top: 0.15rem;
  }
  /* line 3088, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__coupon-link a {
    font-size: 0.78rem;
  }
  /* line 3092, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-pay .form-group label,
.checkout-flow__desktop-actions .form-group label,
.checkout-flow__desktop-actions .form-check-label {
    font-size: 0.78rem;
  }
  /* line 3098, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__express-terms {
    margin-top: 0.7rem;
    padding-top: 0.7rem;
  }
  /* line 3103, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-pay .form-control,
.checkout-flow__desktop-actions .form-control,
.checkout-flow__desktop-actions select,
.checkout-flow__desktop-pay select {
    font-size: 0.84rem;
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }
  /* line 3112, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-actions .terms-and-conditions {
    box-shadow: none;
  }
  /* line 3116, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__desktop-actions .checkout-flow__card,
.checkout-flow__desktop-pay .checkout-flow__card,
.checkout-flow__section--summary .checkout-flow__card {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  }
}

@media (max-width: 767px) {
  /* line 3124, app/assets/stylesheets/checkout/page.scss */
  .container.pt-0.pt-md-5 {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
  }
  /* line 3130, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__package-price,
.checkout-flow__vip-price {
    font-size: 1.6rem;
  }
  /* line 3135, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__hero-copy h3 {
    font-size: 1.65rem;
  }
  /* line 3139, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__login-strip,
.checkout-flow__section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 3145, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__section {
    gap: 0.65rem;
  }
  /* line 3149, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__card {
    padding: 1.1rem;
  }
  /* line 3153, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__card--hero,
.checkout-flow__card--bump,
.checkout-flow__card--vip {
    padding: 0;
  }
  /* line 3159, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__hero-copy,
.checkout-flow__package-row,
.checkout-flow__bump-body,
.checkout-flow__bump-toggle,
.checkout-flow__vip-top,
.checkout-flow__vip-body,
.checkout-flow__vip-legal {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  /* line 3170, app/assets/stylesheets/checkout/page.scss */
  .checkout-flow__bump-image {
    max-width: 170px;
  }
}

/* line 3, app/assets/stylesheets/checkout/event_registration.scss */
#card-element,
#card-element-mobile {
  background-color: #ffffff;
  border: 1px solid #cfd4dc;
  border-radius: 8px;
  box-sizing: border-box;
  min-height: 50px;
  padding: 12px 13px;
  width: 100%;
}

/* line 14, app/assets/stylesheets/checkout/event_registration.scss */
#app[v-cloak] {
  visibility: hidden;
}

/* line 18, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout {
  padding-left: 6px;
  padding-right: 6px;
}

/* line 22, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow--event-registration {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

/* line 28, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow--event-registration > .checkout-flow__column {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 33, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__main-card,
.event-registration-checkout .checkout-flow__sidebar-shell {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}

/* line 44, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__main-card .event-registration-header {
  margin-bottom: 1.5rem !important;
}

/* line 49, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section {
  margin-bottom: 1.1rem;
}

/* line 53, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--summary {
  margin-bottom: 0.65rem;
}

/* line 57, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--express-first {
  order: -1;
}

/* line 61, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__eyebrow {
  margin-bottom: 0.7rem;
}

/* line 65, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-card__hero {
  border-bottom: 1px solid #e2ddd2;
  margin-bottom: 0;
  padding-bottom: 0.65rem;
}

/* line 71, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--event,
.event-registration-checkout .checkout-flow__card--tickets,
.event-registration-checkout .checkout-flow__card--summary,
.event-registration-checkout .checkout-flow__card--sidebar-panel,
.event-registration-checkout .checkout-flow__card--payment-consent,
.event-registration-checkout .checkout-flow__card--legacy-campaign,
.event-registration-checkout .checkout-flow__login-panel .checkout-flow__card,
.event-registration-checkout .card-details .card,
.event-registration-checkout .terms-and-conditions .card,
.event-registration-checkout .event-details-accordion {
  background: #ffffff;
  border: 1px solid #ddd8ce;
  border-radius: 28px;
  box-shadow: 0 12px 32px rgba(17, 17, 17, 0.05);
}

/* line 87, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .modal-learn-about-our-vip-membership {
  z-index: 1060;
}

/* line 90, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .modal-learn-about-our-vip-membership .modal-dialog {
  position: relative;
  z-index: 1061;
}

/* line 95, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .modal-learn-about-our-vip-membership button.hover-white-text.selected img.selected-badge {
  top: 0;
  right: 0;
  width: 28%;
  max-width: 58px;
  height: auto;
}

/* line 104, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__login-strip,
.event-registration-checkout .checkout-flow__login-panel {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 110, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy {
  color: var(--checkout-muted);
  line-height: 1.35;
  margin-top: 0.35rem;
}

/* line 116, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0 1.4rem 0.75rem;
}

/* line 123, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  padding: 1rem 0;
}

/* line 131, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row + .event-ticket-row {
  border-top: 1px solid #e2ddd2;
}

/* line 135, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__details {
  flex: 0 0 50%;
  min-width: 0;
  width: 50%;
}

/* line 140, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__details h3 {
  color: #16181d;
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.15;
  margin: 0;
  overflow-wrap: anywhere;
}

/* line 151, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__controls {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 0 0 50%;
  gap: 0.3rem;
  justify-content: center;
  min-width: 0;
  padding-right: 0.75rem;
  text-align: center;
  width: 50%;
}

/* line 164, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__price {
  color: #16181d;
  display: block;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.05rem;
  text-align: center;
  white-space: nowrap;
}

/* line 176, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity {
  align-items: stretch;
  background: #fff;
  border: 1px solid #d8d3ca;
  border-radius: 10px;
  display: inline-flex;
  overflow: hidden;
}

/* line 185, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-button,
.event-registration-checkout .event-ticket-row__quantity-value {
  align-items: center;
  display: inline-flex;
  height: 2.3rem;
  justify-content: center;
  min-width: 2.3rem;
}

/* line 194, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-button {
  background: #f3f1ec;
  border: 0;
  color: #16181d;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1;
  padding: 0;
  width: 2.7rem;
  height: 2.3rem;
}

/* line 205, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-button:disabled {
  color: #b7b0a3;
}

/* line 210, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-value {
  background: #ffffff;
  color: #16181d;
  font-size: 1rem;
  font-weight: 800;
  min-width: 2.3rem;
  padding: 0 0.35rem;
  line-height: 1;
  text-align: center;
}

/* line 221, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-card {
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

/* line 227, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .your-products .checkout-flow__card {
  padding: 0;
  overflow: hidden;
}

/* line 233, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--summary,
.event-registration-checkout .checkout-flow__card--legacy-campaign,
.event-registration-checkout .checkout-flow__card--sidebar-panel,
.event-registration-checkout .card-details .card,
.event-registration-checkout .terms-and-conditions .card {
  padding: 1.1rem;
}

/* line 241, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--legacy-campaign.is-selected {
  border-color: var(--checkout-yellow);
  box-shadow: 0 0 0 1px rgba(245, 197, 24, 0.7), 0 0 0 6px rgba(245, 197, 24, 0.28), 0 20px 36px rgba(245, 197, 24, 0.18);
}

/* line 246, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #f8fafc;
}

/* line 252, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 0;
  background: #f8fafc;
}

/* line 259, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-button {
  background: #f8fafc;
  color: #111827;
  font-size: 1rem;
  font-weight: 600;
  box-shadow: none;
}

/* line 267, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-button:not(.collapsed) {
  background: #f8fafc;
  color: #111827;
  box-shadow: none;
}

/* line 273, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-body {
  background: #f8fafc;
}

/* line 277, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-body .form-group label {
  color: #374151;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 284, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-body .form-control,
.event-registration-checkout .event-details-accordion .accordion-body .form-select {
  font-size: 1rem;
}

/* line 290, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion .accordion-item:last-child {
  border-bottom: 0;
}

/* line 295, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel {
  scroll-margin-top: 1rem;
}

/* line 299, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__status {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.7rem;
}

/* line 307, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__count {
  color: #60636b;
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 313, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dots {
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

/* line 322, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dots::-webkit-scrollbar {
  display: none;
}

/* line 326, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dot {
  align-items: center;
  background: transparent;
  border: 0;
  display: inline-flex;
  flex: 0 0 1.65rem;
  height: 1.65rem;
  justify-content: center;
  padding: 0;
  width: 1.65rem;
}

/* line 338, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dot::before {
  background: #aeb5bf;
  border-radius: 50%;
  content: "";
  height: 0.5rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
  width: 0.5rem;
}

/* line 347, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dot.is-active::before {
  background: #17191d;
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.55);
  transform: scale(1.25);
}

/* line 353, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dot.is-complete:not(.is-active)::before {
  align-items: center;
  background: #16883f;
  color: #ffffff;
  content: "\2713";
  display: inline-flex;
  font-size: 0.55rem;
  font-weight: 800;
  height: 0.9rem;
  justify-content: center;
  width: 0.9rem;
}

/* line 366, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__dot:focus-visible {
  border-radius: 50%;
  outline: 2px solid var(--checkout-yellow);
  outline-offset: 1px;
}

/* line 372, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__slide-title {
  color: #111827;
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
  padding: 1rem 1rem 0;
}

/* line 380, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__navigation {
  align-items: center;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  margin-top: 0.85rem;
}

/* line 388, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__navigation-count {
  color: #4f535d;
  font-size: 0.8rem;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
}

/* line 396, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__button {
  align-items: center;
  background: #ffffff;
  border: 1px solid #d6d9df;
  border-radius: 8px;
  color: #17191d;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 0.55rem;
  justify-content: center;
  min-height: 42px;
  min-width: 6.75rem;
  padding: 0.65rem 1rem;
}

/* line 412, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__button:first-child {
  justify-self: start;
}

/* line 416, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__button--next {
  background: var(--checkout-yellow);
  border-color: var(--checkout-yellow);
  justify-self: end;
}

/* line 422, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .attendee-carousel__button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

/* line 427, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__rows {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

/* line 433, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__row {
  align-items: flex-start;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) auto;
}

/* line 440, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__label {
  color: #2c3038;
  font-size: 0.98rem;
  line-height: 1.35;
  min-width: 0;
}

/* line 447, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__value {
  color: #16181d;
  font-size: 0.98rem;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

/* line 455, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__meta {
  color: #6c727f;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0.2rem;
  white-space: normal;
}

/* line 464, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__divider {
  border-top: 1px solid #e2ddd2;
  margin: 1rem 0;
}

/* line 470, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__row--strong .event-booking-summary__label,
.event-registration-checkout .event-booking-summary__row--strong .event-booking-summary__value {
  font-weight: 800;
}

/* line 477, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__row--meta .event-booking-summary__label,
.event-registration-checkout .event-booking-summary__row--meta .event-booking-summary__value {
  color: #6c727f;
  font-size: 0.88rem;
  font-weight: 600;
}

/* line 485, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__total {
  align-items: baseline;
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr auto;
  margin-top: 0.35rem;
}

/* line 493, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__total-label {
  color: #16181d;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
}

/* line 500, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-booking-summary__total-value {
  color: #16181d;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  white-space: nowrap;
}

/* line 508, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .terms-and-conditions {
  font-size: 12px;
}

/* line 511, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .terms-and-conditions .card-body {
  font-size: 12px;
  line-height: 1.5;
}

/* line 516, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .terms-and-conditions label {
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding-left: 5px;
  text-align: left;
}

/* line 524, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .terms-and-conditions .terms-and-conditions-block {
  border: solid;
  border-width: 1px;
  max-height: 200px;
  overflow: auto;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 533, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .terms-and-conditions input[type="checkbox"] {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

/* line 541, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-actions #placeOrderButtonDesktop {
  width: 100%;
}

/* line 546, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--summary-payment .checkout-flow__card,
.event-registration-checkout .checkout-flow__section--payment-details .card,
.event-registration-checkout .checkout-flow__section--terms .card,
.event-registration-checkout .checkout-flow__card--payment-consent {
  padding: 1.1rem;
}

/* line 553, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--payment-consent.has-card-details .terms-and-conditions {
  border-top: 1px solid #e2ddd2;
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 559, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--summary-payment .terms-and-conditions {
  border-top: 1px solid #e2ddd2;
  padding-top: 1rem;
}

/* line 564, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--payment-consent .card-element-label {
  color: #374151;
  display: block;
  font-size: 0.84rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
  padding-left: 0;
}

/* line 573, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--payment-consent .card-details,
.event-registration-checkout .checkout-flow__card--payment-consent .terms-and-conditions {
  width: 100%;
}

/* line 578, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--details {
  padding-left: 0;
  padding-right: 0;
}

/* line 583, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-details-accordion {
  margin-bottom: 0.75rem !important;
}

@media (min-width: 768px) {
  /* line 588, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow--event-registration {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 1fr);
    gap: 1.8rem;
    align-items: start;
  }
  /* line 595, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow--event-registration > .checkout-flow__column {
    width: auto;
    max-width: none;
    flex: initial;
    padding-left: 0;
    padding-right: 0;
    min-width: 0;
  }
  /* line 604, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section {
    margin-bottom: 1rem;
  }
  /* line 608, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section:last-child {
    margin-bottom: 0;
  }
  /* line 612, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-card__hero {
    padding-bottom: 0.45rem;
  }
  /* line 616, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-copy {
    font-size: 0.8rem;
  }
  /* line 620, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row {
    padding: 0.75rem 0;
  }
  /* line 624, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-list {
    padding: 0 1rem 0.55rem;
  }
  /* line 628, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__details h3 {
    font-size: 0.88rem;
  }
  /* line 632, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__price {
    font-size: 1.6rem;
  }
  /* line 636, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__controls {
    padding-right: 0.75rem;
  }
  /* line 640, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity {
    border-radius: 9px;
  }
  /* line 644, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity-button {
    width: 2.3rem;
    height: 2rem;
    font-size: 1.15rem;
  }
  /* line 650, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity-value {
    min-width: 2rem;
    height: 2rem;
    font-size: 0.84rem;
    padding: 0 0.3rem;
  }
  /* line 657, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section--payment-details .checkout-flow__eyebrow,
.event-registration-checkout .checkout-flow__section--terms .checkout-flow__eyebrow,
.event-registration-checkout .checkout-flow__section--details .checkout-flow__eyebrow {
    margin-bottom: 0.45rem;
  }
  /* line 663, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section--details {
    margin-bottom: 0.9rem;
  }
  /* line 667, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section--payment-details .card,
.event-registration-checkout .checkout-flow__section--terms .card {
    padding: 0.9rem;
  }
  /* line 672, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .terms-and-conditions,
.event-registration-checkout .terms-and-conditions .card-body,
.event-registration-checkout .terms-and-conditions label {
    font-size: 0.78rem;
    line-height: 1.45;
  }
  /* line 679, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .terms-and-conditions .form-check-input {
    margin-right: 0.55rem;
    margin-top: 0.22rem;
  }
  /* line 684, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .terms-and-conditions label {
    padding-left: 0;
  }
  /* line 688, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.035);
  }
  /* line 693, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__card--payment-consent {
    border-radius: 16px;
  }
  /* line 697, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .attendee-carousel__slide .accordion-body {
    padding: 1.15rem 2rem 1.75rem;
  }
  /* line 701, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .attendee-carousel__slide-title {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  /* line 706, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion .accordion-button {
    font-size: 0.92rem;
  }
  /* line 710, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion .accordion-body .form-control,
.event-registration-checkout .event-details-accordion .accordion-body .form-select,
.event-registration-checkout .event-details-accordion .accordion-body label,
.event-registration-checkout .event-details-accordion .accordion-body input,
.event-registration-checkout .event-details-accordion .accordion-body select {
    font-size: 0.84rem;
  }
}

/* line 720, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__express-payment {
  margin-top: 0.25rem;
}

/* line 725, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout #creditCardModal .event-registration-mobile-modal-content {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

/* line 731, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout #creditCardModal #new_card_form_mobile {
  margin-top: 0.25rem;
}

/* line 735, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout #creditCardModal #placeOrderButton {
  min-height: 45px;
  background: linear-gradient(135deg, var(--mca-success) 0%, var(--mca-success-dark) 100%) !important;
  border-color: #28a745;
  color: white;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 746, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-mobile-bar {
  --checkout-yellow: #f5c518;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.98);
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  bottom: 0;
  box-shadow: 0 -8px 24px rgba(17, 17, 17, 0.08);
  display: none;
  left: 0;
  padding: 0.75rem 1.1rem calc(0.75rem + env(safe-area-inset-bottom));
  position: fixed;
  right: 0;
  z-index: 1030;
}

/* line 761, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-mobile-bar__button {
  margin: 0 auto;
  max-width: 712px;
  width: 100%;
}

@media (max-width: 767.98px) {
  /* line 768, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__card--payment-consent {
    border-radius: 20px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 774, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step--details .checkout-flow__section--payment-consent {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 779, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section--details {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 784, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__column {
    padding-left: 4px;
    padding-right: 4px;
  }
  /* line 789, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .checkout-flow__section {
    margin-bottom: 0.95rem;
  }
  /* line 793, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row {
    gap: 0.65rem;
    padding: 0.9rem 0;
  }
  /* line 798, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__price {
    font-size: 1.6rem;
  }
  /* line 803, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .mobile-order-summary .mobile-order-summary__inner {
    padding: 0;
  }
  /* line 807, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .mobile-order-summary .order-summary h2 {
    text-transform: uppercase;
  }
  /* line 812, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-mobile-bar {
    display: block;
  }
  /* line 816, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step--tickets {
    padding-bottom: 5.5rem;
  }
  /* line 820, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion {
    border-left: 1px solid #ddd8ce;
    border-right: 1px solid #ddd8ce;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 828, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion .accordion-button {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
  /* line 833, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion .accordion-body {
    padding-left: 0.85rem;
    padding-right: 0.85rem;
  }
}

@media (max-width: 767.98px) {
  /* line 840, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row {
    grid-template-columns: 1fr;
  }
  /* line 844, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__price {
    font-size: 1.6rem;
    text-align: center;
  }
  /* line 849, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity {
    align-self: center;
  }
  /* line 853, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-booking-summary__total-value {
    font-size: 1.75rem;
  }
}

/* line 858, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step-shell {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 3rem;
}

/* line 864, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress {
  align-items: center;
  display: grid;
  grid-template-columns: 2.5rem minmax(0, 1fr) 2.5rem;
  margin: 0 auto 1.5rem;
  max-width: 520px;
  min-height: 3.8rem;
}

/* line 873, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__track {
  align-items: flex-start;
  display: grid;
  grid-column: 2;
  grid-template-columns: 2rem minmax(4rem, 1fr) 2rem;
  width: 100%;
}

/* line 881, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__step {
  align-items: center;
  background: transparent;
  border: 0;
  color: #60636b;
  display: flex;
  flex-direction: column;
  font-size: 0.76rem;
  font-weight: 800;
  gap: 0.45rem;
  line-height: 1;
  padding: 0;
  white-space: nowrap;
  width: 2rem;
}

/* line 897, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__step:disabled {
  cursor: not-allowed;
}

/* line 901, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__number {
  align-items: center;
  background: #e9e9e9;
  border-radius: 50%;
  color: #52545a;
  display: inline-flex;
  font-size: 0.92rem;
  height: 2rem;
  justify-content: center;
  width: 2rem;
}

/* line 913, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__step.is-complete,
.event-registration-checkout .event-registration-progress__step.is-active {
  color: #111111;
}

/* line 918, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__step.is-complete .event-registration-progress__number,
.event-registration-checkout .event-registration-progress__step.is-active .event-registration-progress__number {
  background: var(--checkout-yellow);
  color: #111111;
}

/* line 924, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__line {
  background: #dedede;
  height: 3px;
  margin: 0.95rem 1rem 0;
}

/* line 930, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-progress__line.is-complete {
  background: var(--checkout-yellow);
}

/* line 934, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step--tickets .checkout-flow__main-card {
  margin: 0 auto;
  max-width: 680px;
}

/* line 939, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--event,
.event-registration-checkout .checkout-flow__card--tickets,
.event-registration-checkout .checkout-flow__card--hero {
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(17, 17, 17, 0.06);
}

/* line 946, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-card__hero {
  border-bottom: 0;
  padding: 1.3rem 1.5rem;
}

/* line 951, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-card__hero .checkout-flow__eyebrow {
  color: #4c515d;
  margin-bottom: 0.65rem;
}

/* line 956, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-card__hero h3 {
  font-size: clamp(1.8rem, 5vw, 2.65rem);
  line-height: 1.08;
  margin-top: 0.35rem;
}

/* line 962, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-event-date {
  align-items: center;
  color: #202228;
  display: flex;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 0.65rem;
  margin: 1rem 0 0;
}

/* line 972, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-event-date i {
  font-size: 1rem;
}

/* line 976, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy {
  align-items: flex-start;
  border-top: 1px solid #e2ddd2;
  color: #202228;
  display: grid;
  font-size: 0.9rem;
  gap: 0.75rem;
  grid-template-columns: auto minmax(0, 1fr);
  line-height: 1.55;
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 989, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy i {
  color: #109b2d;
  font-size: 1.15rem;
  margin-top: 0.15rem;
}

/* line 995, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy p,
.event-registration-checkout .event-registration-copy span {
  margin: 0;
}

/* line 1000, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy strong {
  color: #079629;
  display: block;
  font-weight: 800;
  margin-bottom: 0.3rem;
}

/* line 1007, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-copy--membership {
  font-weight: 700;
}

/* line 1011, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-list__heading {
  color: #4c515d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 0 0 0.65rem;
}

/* line 1019, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-selection {
  margin-top: 0.85rem;
}

/* line 1023, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__card--tickets {
  overflow: hidden;
}

/* line 1027, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-list {
  padding: 0 1.5rem 0.75rem;
}

/* line 1031, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: 2.9rem minmax(0, 1fr) auto;
  padding: 1rem 0;
}

/* line 1039, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__icon {
  align-items: center;
  background: #f4f4f4;
  border-radius: 50%;
  color: #0e0e0e;
  display: inline-flex;
  font-size: 1.15rem;
  height: 2.9rem;
  justify-content: center;
  width: 2.9rem;
}

/* line 1051, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__details {
  flex: initial;
  width: auto;
}

/* line 1056, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__details h3 {
  font-size: 0.98rem;
  line-height: 1.25;
}

/* line 1061, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__details p {
  color: #4f535d;
  font-size: 0.82rem;
  line-height: 1.3;
  margin: 0.2rem 0 0;
}

/* line 1068, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__controls {
  align-items: center;
  flex: initial;
  justify-content: center;
  min-width: 6.3rem;
  padding-right: 0;
  text-align: center;
  width: auto;
}

/* line 1078, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__price {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 0.12rem;
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

/* line 1090, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__price.is-free {
  color: #079629;
}

/* line 1094, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-button,
.event-registration-checkout .event-ticket-row__quantity-value {
  height: 2.1rem;
  min-width: 2.1rem;
}

/* line 1100, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-ticket-row__quantity-button {
  height: 2.1rem;
  width: 2.1rem;
}

/* line 1105, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step__actions {
  margin: 1.25rem 0 0;
}

/* line 1109, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step__error {
  color: #b42318;
  font-size: 0.86rem;
  font-weight: 700;
  margin: 0 0 0.75rem;
  text-align: center;
}

/* line 1117, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-primary-button,
.event-registration-checkout .checkout-submit-button {
  align-items: center;
  background: var(--checkout-yellow) !important;
  border: 1px solid var(--checkout-yellow) !important;
  border-radius: 8px;
  color: #111111 !important;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  justify-content: center;
  min-height: 54px;
  padding: 0.8rem 1.25rem;
  position: relative;
  width: 100%;
}

/* line 1134, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout #creditCardModal #placeOrderButton,
.event-registration-checkout #placeOrderButtonDesktop {
  background: var(--checkout-yellow) !important;
  border-color: var(--checkout-yellow) !important;
  color: #111111 !important;
}

/* line 1141, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-primary-button .fa-arrow-right {
  position: absolute;
  right: 1.25rem;
}

/* line 1146, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-primary-button:disabled,
.event-registration-checkout .checkout-submit-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

/* line 1152, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step__intro {
  margin-bottom: 1.5rem;
}

/* line 1156, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step__intro h1 {
  color: #111318;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.45rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin: 0;
}

/* line 1165, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step__intro p {
  color: #4f535d;
  font-size: 0.95rem;
  margin: 0.35rem 0 0;
}

/* line 1171, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step--details {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* line 1176, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step--details .checkout-flow__desktop-side,
.event-registration-checkout .event-registration-mobile-details {
  display: block;
}

/* line 1181, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-step--details .checkout-flow__sidebar-shell {
  gap: 1rem;
}

/* line 1185, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout #creditCardModal .event-registration-mobile-modal-content {
  max-height: none;
  overflow: visible;
  padding-right: 0;
}

/* line 1191, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-mobile-details .checkout-flow__section--summary {
  margin-top: 1rem;
}

/* line 1195, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .event-registration-mobile-details .buttons-group {
  margin-top: 1rem;
}

/* line 1199, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__login-strip,
.event-registration-checkout .checkout-flow__login-panel {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* line 1207, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-top {
  gap: 0.65rem;
  padding: 0.8rem 1rem;
}

/* line 1212, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-top-copy strong {
  font-size: 0.84rem;
}

/* line 1216, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-free {
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
}

/* line 1222, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-switch {
  height: 26px;
  padding: 3px;
  width: 46px;
}

/* line 1228, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-switch-thumb {
  height: 20px;
  width: 20px;
}

/* line 1233, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-switch.is-on .checkout-flow__vip-switch-thumb {
  transform: translateX(20px);
}

/* line 1237, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-body {
  padding: 0.75rem 1rem;
}

/* line 1241, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-benefit {
  font-size: 0.78rem;
  font-weight: 600;
  gap: 0.55rem;
}

/* line 1247, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-benefit + .checkout-flow__vip-benefit {
  margin-top: 0.45rem;
}

/* line 1251, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-legal {
  padding: 0.75rem 1rem;
}

/* line 1255, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-legal p {
  font-size: 0.72rem;
  line-height: 1.45;
}

/* line 1260, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-checkout .checkout-flow__section--campaign .checkout-flow__vip-footer-cta {
  font-size: 0.72rem;
  padding: 0.45rem 0.85rem;
}

@media (min-width: 768px) {
  /* line 1267, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step-shell {
    padding-bottom: 4rem;
  }
  /* line 1271, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-progress {
    margin-bottom: 2rem;
  }
  /* line 1275, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step--details {
    margin: 0 auto;
    max-width: 712px;
  }
  /* line 1280, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-card__hero {
    padding: 1.6rem 1.75rem;
  }
  /* line 1284, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-list__heading {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1289, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-list {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  /* line 1294, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__details h3 {
    font-size: 1rem;
  }
  /* line 1298, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__price {
    font-size: 1.3rem;
  }
}

@media (max-width: 767.98px) {
  /* line 1304, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout > .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1310, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-progress {
    margin-bottom: 1.15rem;
  }
  /* line 1314, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step-shell {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  /* line 1319, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step--tickets .checkout-flow__section,
.event-registration-checkout .event-registration-step--details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  /* line 1325, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-step--tickets .event-registration-step__actions {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  /* line 1330, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-card__hero {
    padding: 1.2rem;
  }
  /* line 1334, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-card__hero h3 {
    font-size: 2rem;
  }
  /* line 1338, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-list__heading {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1343, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-list {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 1348, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row {
    gap: 0.65rem;
    grid-template-columns: 2.6rem minmax(0, 1fr) auto;
  }
  /* line 1353, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__icon {
    font-size: 1rem;
    height: 2.6rem;
    width: 2.6rem;
  }
  /* line 1359, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__details h3 {
    font-size: 0.88rem;
  }
  /* line 1363, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__details p {
    font-size: 0.76rem;
  }
  /* line 1367, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__price {
    font-size: 1.3rem;
  }
  /* line 1371, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity-button,
.event-registration-checkout .event-ticket-row__quantity-value {
    height: 1.9rem;
    min-width: 1.9rem;
  }
  /* line 1377, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-ticket-row__quantity-button {
    height: 1.9rem;
    width: 1.9rem;
  }
  /* line 1382, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-details-accordion .radio-inline {
    align-items: center;
    display: inline-flex;
    font-size: 0.92rem;
    gap: 0.2rem;
    margin-left: 0.5rem !important;
    white-space: nowrap;
  }
  /* line 1391, app/assets/stylesheets/checkout/event_registration.scss */
  .event-registration-checkout .event-registration-primary-button,
.event-registration-checkout .checkout-submit-button {
    min-height: 52px;
  }
}

/* line 1398, app/assets/stylesheets/checkout/event_registration.scss */
.checkout-page-navbar .container-fluid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 960px;
}

/* line 1405, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-header-back {
  align-items: center;
  align-self: center;
  background: transparent;
  border: 0;
  color: #141414;
  display: inline-flex;
  font-size: 1.2rem;
  grid-column: 1;
  grid-row: 1;
  height: 2.75rem;
  justify-content: center;
  justify-self: start;
  padding: 0;
  width: 2.75rem;
}

/* line 1422, app/assets/stylesheets/checkout/event_registration.scss */
.checkout-page-navbar .navbar-brand {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
  margin-right: 0;
}

/* line 1429, app/assets/stylesheets/checkout/event_registration.scss */
.checkout-page-navbar__secure {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
}

/* line 1435, app/assets/stylesheets/checkout/event_registration.scss */
.event-registration-mobile-express #express-checkout-warning-mobile {
  font-size: 1rem;
}

/* line 1439, app/assets/stylesheets/checkout/event_registration.scss */
.modal-backdrop {
  z-index: 1040;
}
