/* 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 100, 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 110, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

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

/* line 121, 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 121, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini p.mca-2 {
    font-size: 20px;
  }
}

/* line 132, 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 132, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini p.mca-3 {
    font-size: 10px;
  }
}

/* line 140, 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 146, 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 153, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini:hover {
  color: #ffffff;
}

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

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

/* line 164, 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 170, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini.selected img.selected-badge {
    width: 50%;
  }
}

/* line 182, 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 193, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

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

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

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

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

/* line 221, 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 221, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard p.mca-2 {
    font-size: 20px;
  }
}

/* line 232, 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 232, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard p.mca-3 {
    font-size: 10px;
  }
}

/* line 240, 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 246, 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 253, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard:hover {
  color: #ffffff;
}

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

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

/* line 264, 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 270, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard.selected img.selected-badge {
    width: 50%;
  }
}

/* line 283, 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 295, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

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

/* line 306, 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 306, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium p.mca-2 {
    font-size: 20px;
  }
}

/* line 317, 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 317, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium p.mca-3 {
    font-size: 10px;
  }
}

/* line 325, 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 331, 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 338, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium:hover {
  color: #ffffff;
}

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

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

/* line 349, 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 355, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium.selected img.selected-badge {
    width: 30%;
  }
}

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

/* line 369, 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 380, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-desktop {
    display: none;
  }
  /* line 383, app/assets/stylesheets/checkout/page.scss */
  .desktop-only {
    display: none !important;
  }
  /* line 386, app/assets/stylesheets/checkout/page.scss */
  #checkout-campaign-mobile {
    display: block;
  }
  /* line 389, app/assets/stylesheets/checkout/page.scss */
  .mobile-only {
    display: block;
  }
}

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

/* line 414, 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 424, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 430, 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 435, 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 435, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 444, 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 444, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 452, 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 457, 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 464, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-mini-v2:hover {
  color: #ffffff;
}

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

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

/* line 475, 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 481, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-mini-v2.selected img.selected-badge {
    width: 50%;
  }
}

/* line 493, 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 504, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 509, 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 516, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2 .line {
  flex-grow: 1;
  height: 1px;
  background-color: #ccc;
}

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

/* line 527, 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 532, 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 532, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 541, 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 541, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 549, 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 554, 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 561, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-standard-v2:hover {
  color: #ffffff;
}

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

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

/* line 572, 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 578, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-standard-v2.selected img.selected-badge {
    width: 50%;
  }
}

/* line 591, 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 603, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2 p {
  font-family: "Nunito Sans", Sans-serif;
  margin-bottom: unset;
}

/* line 609, 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 614, 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 614, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2 p.mca-2-v2 {
    font-size: 16px;
  }
}

/* line 623, 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 623, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2 p.mca-3-v2 {
    font-size: 10px;
  }
}

/* line 631, 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 636, 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 643, app/assets/stylesheets/checkout/page.scss */
button.mca-vip-premium-v2:hover {
  color: #ffffff;
}

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

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

/* line 654, 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 660, app/assets/stylesheets/checkout/page.scss */
  button.mca-vip-premium-v2.selected img.selected-badge {
    width: 30%;
  }
}

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

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

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

/* line 689, 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 700, app/assets/stylesheets/checkout/page.scss */
div.modal-learn-about-our-vip-membership {
  /* Modal consistent height */
  /* Scrollable second column */
}

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

/* line 713, 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 721, app/assets/stylesheets/checkout/page.scss */
.quick-sign-in {
  background-color: #FFD10E;
}

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

/* line 730, 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 738, 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 738, app/assets/stylesheets/checkout/page.scss */
  .checkout-campaign-image-container {
    margin-left: -15px;
    border-radius: 15px !important;
  }
}

/* line 751, 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 758, 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 766, 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 778, 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 786, 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 794, 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 806, 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 814, app/assets/stylesheets/checkout/page.scss */
.countdown-char {
  background-color: #e3b99e;
  padding: 0 8px;
  margin-left: 4px;
  margin-right: 4px;
}

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

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

/* line 833, 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 841, app/assets/stylesheets/checkout/page.scss */
.bonus-offer-countdown-desktop {
  display: block;
}

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

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

@media only screen and (max-width: 920px) {
  /* line 854, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-countdown-desktop {
    display: none;
  }
  /* line 858, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-countdown-mobile {
    display: block;
  }
  /* line 862, app/assets/stylesheets/checkout/page.scss */
  .select-vip-membership {
    margin-bottom: 10px !important;
  }
  /* line 866, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-inner-container {
    padding: 0;
  }
  /* line 870, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-mini-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 875, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-standard-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 880, app/assets/stylesheets/checkout/page.scss */
  .mca-vip-premium-v2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  /* line 885, app/assets/stylesheets/checkout/page.scss */
  .checkout-campaign-image {
    margin: 0;
    padding: 0;
    border: 0;
  }
  /* line 891, app/assets/stylesheets/checkout/page.scss */
  .bonus-offer-container {
    flex-direction: column;
    /* Stack the image on top of the content on mobile */
  }
}

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

/* line 901, 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 911, 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 958, 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 964, 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 973, 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 983, 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 990, 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 1002, app/assets/stylesheets/checkout/page.scss */
body {
  background-color: var(--checkout-bg) !important;
}

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

/* Bootstrap card enhancements for login block */
/* line 1015, 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 1031, 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 1038, app/assets/stylesheets/checkout/page.scss */
.checkout-main-content.card .card-body {
  padding: var(--checkout-spacing-xl);
}

/* Bootstrap card enhancements for sidebar */
/* line 1044, 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 1050, 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 1057, app/assets/stylesheets/checkout/page.scss */
  .checkout-main-content.card,
.checkout-sidebar.card {
    border-radius: var(--checkout-radius-md);
  }
  /* line 1061, 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 1068, 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 1073, 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 1085, 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 1087, app/assets/stylesheets/checkout/page.scss */
.main-content .card {
  /* Mobile-specific padding for card-body */
}

/* line 1089, 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 1094, app/assets/stylesheets/checkout/page.scss */
.main-content .card .card-body {
  padding: 2rem;
}

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

/* line 1114, 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 1125, app/assets/stylesheets/checkout/page.scss */
  .main-content h1,
.main-content h1.heading-primary {
    font-size: 1.75rem;
    line-height: 1.25;
  }
}

/* line 1133, 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 1143, app/assets/stylesheets/checkout/page.scss */
  .main-content h2,
.main-content h2.heading-secondary {
    font-size: 1rem;
  }
}

/* line 1153, 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 1154, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .card {
  background: #fafafa;
}

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

/* line 1161, 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 1170, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table {
  margin-bottom: 0;
}

/* line 1173, 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 1180, app/assets/stylesheets/checkout/page.scss */
.main-content .your-products .table tbody td {
  vertical-align: middle;
  font-size: 0.875rem;
  background: #fafafa;
}

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

/* line 1191, 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 1153, app/assets/stylesheets/checkout/page.scss */
  .main-content .your-products {
    /* Ensure adequate spacing and readability in mobile vertical layout */
  }
  /* line 1205, 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 1221, 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 1235, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card {
  background: #f8fafc;
  border: 2px dashed #cbd5e0;
  border-radius: 12px;
}

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

/* line 1245, 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 1254, 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 1260, app/assets/stylesheets/checkout/page.scss */
.main-content .express-checkout-desktop .card-body .terms-and-conditions label.second-label {
  padding-left: unset;
}

/* line 1265, 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 1274, 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 1293, app/assets/stylesheets/checkout/page.scss */
.main-content .your-details-desktop .card {
  background: #f8fafc;
}

/* line 1296, 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 1301, 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 1309, 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 1330, 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 1332, app/assets/stylesheets/checkout/page.scss */
.side-bar .card {
  background: #f8fafc;
}

/* line 1335, 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 1339, app/assets/stylesheets/checkout/page.scss */
.side-bar .card.card-side-bar .card-body {
  padding: 1.5rem;
}

/* line 1353, 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 1363, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-summary table {
  font-size: 0.875rem;
  margin-bottom: unset;
}

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

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

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

/* line 1393, 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 1399, app/assets/stylesheets/checkout/page.scss */
.side-bar .coupon-code .card .card-body table {
  font-size: 12px;
  margin-bottom: unset;
}

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

/* line 1425, 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 1429, 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 1434, app/assets/stylesheets/checkout/page.scss */
.side-bar .order-bump .card .card-body {
  padding: 0.5rem 1rem;
}

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

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

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

/* line 1466, 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 1485, app/assets/stylesheets/checkout/page.scss */
.side-bar .terms-and-conditions .card {
  background: rgba(254, 242, 242, 0.8);
  border: 1px solid #fed7d7;
}

/* line 1498, 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 1509, 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 1515, 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 1522, 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 1527, 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 1545, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content {
  text-align: unset;
  width: 90% !important;
}

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

/* line 1555, 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 1562, 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 1568, 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 1576, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .modal-content .card-details #new_card_form {
  margin-top: 0.25rem;
}

/* line 1579, 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 1592, 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 1605, app/assets/stylesheets/checkout/page.scss */
#creditCardModal .buttons-group {
  padding-top: 10px;
}

/* line 1608, 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 1618, 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 1629, 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 1661, 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 1680, app/assets/stylesheets/checkout/page.scss */
#expressModal #express-checkout-warning {
  font-size: 1rem;
  color: red;
  display: none;
}

/* line 1688, 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 1699, app/assets/stylesheets/checkout/page.scss */
#expressModal .buttons-group {
  padding-top: 10px;
}

/* line 1702, 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 1713, 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 1732, 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 1749, app/assets/stylesheets/checkout/page.scss */
.site-footer {
  background-color: #f8f9fa !important;
  border-top: 2px solid var(--mca-primary);
  font-size: 0.75rem;
}

/* line 1755, 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 1763, app/assets/stylesheets/checkout/page.scss */
.site-footer .nav-link:hover {
  color: var(--mca-primary) !important;
  text-decoration: underline;
}
