/* 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: 20;
  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: 18px 28px;
  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: 18px 36px;
  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 260px;
  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;
}
