.v2-checkout-page h1.display-olympus {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, sans-serif;
}

.v2-checkout-page .display-olympus {
  font-family: Outfit, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}

.v2-checkout-page .item-size__title {
  font-weight: 800;
}

.v2-checkout-page .heading-box .text-reg.cc-red {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: center;
}

.v2-checkout-page .pb-component_left-ribbon {
  max-width: 68.6px;
}

.v2-checkout-page .booster__content.flex-left {
  grid-column-gap: 11px;
}

.v2-checkout-page .size_chart-icon {
  width: 37.5px;
}

.v2-checkout-page .billing-address .checkbox__input {
  width: 20px;
  height: 20px;
}

.v2-checkout-page .form-section__subtitle {
  font-size: 14px;
}

.v2-checkout-page .divider-section__text {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page .pb-booster .text-2xs {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page .scarcity-sale {
  line-height: 18px;
}

.v2-checkout-page .item-size__title.cc-color {
  font-weight: 800;
}

.v2-checkout-page .free__banner-free {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0%;
}

.v2-checkout-page .item-size__stock {
  font-weight: 700;
}

.v2-checkout-page .item-size__price {
  gap: 6px;
  margin-bottom: 6px;
}

.v2-checkout-page .item-size__price--compare {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #999999;
}

.v2-checkout-page .item-size__price--sale {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page .os-card__variant-dropdown-icon.cc-sm {
  width: 16px;
  height: 10px;
}

.v2-checkout-page .os-card__variant-dropdown-icon.cc-sm svg path {
  fill: #000;
}

/* ── Dropdown Toggle Price ───────────────────────────────────────── */
.v2-checkout-page .os-card__toggle-price {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
}

.v2-checkout-page .banner50_title {
  font-weight: 800;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0%;
  white-space: nowrap;
}

.v2-checkout-page .checkout-footer picture {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.v2-checkout-page .footer_link-wrapper {
  gap: 4px;
}

.v2-checkout-page .footer_link-wrapper a {
  font-size: 12px;
  text-decoration: none;
}

.v2-checkout-page .footer_section {
  padding: 21px 0px;
}

@media screen and (min-width: 600px) {
  .v2-checkout-page .checkout-footer picture {
    max-width: 460px;
  }
}

.v2-checkout-page .form-section__title {
  font-weight: 800;
  font-size: 18px;
}

.v2-checkout-page .os-card__toggle-price--compare {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.v2-checkout-page .os-card__toggle-price--sale {
  font-size: 14px;
  font-weight: 600;
  color: #1d2939;
}
/* ─────────────────────────────────────────────────────────────────── */

/* ── Checkout Steps – Progressive Reveal ────────────────────────── */
/* On mobile everything is open immediately; JS logic stays intact */
@media screen and (max-width: 767px) {
  .v2-checkout-page #step-shipping-wrapper,
  .v2-checkout-page #step-payment-wrapper,
  .v2-checkout-page .cta-holder.active {
    overflow: visible !important;
    max-height: none !important;
    opacity: 1 !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .v2-checkout-page #step-payment-wrapper {
    margin-top: 36px;
    margin-bottom: 20px;
  }

  .v2-checkout-page #shipping-note-reveal {
    display: block !important;
  }
}

.v2-checkout-page #shipping-note-reveal {
  display: none;
}

.v2-checkout-page #shipping-note-reveal.is-visible {
  display: block;
}

.v2-checkout-page #step-shipping-wrapper,
.v2-checkout-page #step-payment-wrapper,
.v2-checkout-page .cta-holder.active {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(12px);
  transition:
    max-height 0.55s ease,
    opacity 0.4s ease,
    transform 0.4s ease;
  pointer-events: none;
}

.v2-checkout-page #step-shipping-wrapper.is-visible,
.v2-checkout-page #step-payment-wrapper.is-visible,
.v2-checkout-page .cta-holder.active.is-visible {
  max-height: 4000px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.v2-checkout-page #step-payment-wrapper .form-section__title {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page #step-payment-wrapper .billing-address .checkbox__label {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page .hero__image-wrapper {
  border: 0;
}

.v2-checkout-page .review_component.cc-sm {
  font-size: 13px;
  font-weight: 400;
}

.v2-checkout-page .form-section__price-wrapper {
  margin-bottom: 16px;
}

.v2-checkout-page .form-section__title.color_and_size {
  margin-bottom: 16px;
}

.v2-checkout-page .form-section__sub-selector .form-section__sub {
  font-family: Figtree, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.v2-checkout-page .form-section__sub-selector .form-section__sub span {
  font-weight: 500;
}

.v2-checkout-page .form-section__sub-selector.second {
  margin-top: 16px;
  margin-bottom: -10px;
}

.v2-checkout-page .form-section__sub-selector.second .item-size__content {
  padding: 13px 8px;
}

.v2-checkout-page #order-summary-section {
  margin-top: 16px;
}

.v2-checkout-page .form-section.form-section--first-sec {
  gap: 0;
}

.v2-checkout-page .cart-item {
  border-bottom: 0;
}

.v2-checkout-page .cart-item__content {
  display: flex;
  align-items: flex-start;
}

.v2-checkout-page .cart-item__title {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0%;
}

/* Free Grounding Mat line: package 25 (campaign 1781) / 35 (1797, checkout-v1e) */
.v2-checkout-page .cart-item:is([data-package-id="25"], [data-package-id="35"]),
.v2-checkout-page .cart-item[data-package-id="183"] {
  background-color: #fafbcb;
  padding: 6.5px 10px;
  border-radius: 4px;
  margin: 0px -8px;
  border: 1px solid #f0f2a6;
  box-shadow: 0 2px 4px rgba(250, 251, 203, 0.3);
}

.v2-checkout-page .cart-item .cart-price.diagonal-strike {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  display: none;
}

.v2-checkout-page .size_chart-right.cc-black {
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.v2-checkout-page .accordion__right {
  flex-direction: column;
  font-size: 16px;
  gap: 0;
  align-items: flex-end;
}

.v2-checkout-page .cart-item .cart-price.diagonal-strike::after {
  border-top: 1px solid #000 !important;
  transform: rotate(0deg);
}

.v2-checkout-page .cart-item__pricing {
  gap: 6px;
  position: relative;
  top: 1px;
}

.v2-checkout-page .checkout__line-item__final-price {
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
}

/* Hide the compare price for package ID 182 */
.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  .cart-price.diagonal-strike,
.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  [pb-cart="line_item-compare_price"],
.v2-checkout-page .cart-item[data-package-id="183"] .cart-price.diagonal-strike,
.v2-checkout-page
  .cart-item[data-package-id="183"]
  [pb-cart="line_item-compare_price"] {
  /* display: none !important; */
  font-family: Figtree, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  display: block;
}

.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  .cart-price.diagonal-strike::after,
.v2-checkout-page
  .cart-item[data-package-id="183"]
  .cart-price.diagonal-strike::after {
  border-top: 1px solid #000 !important;
  transform: rotate(0deg);
}

.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  .cart-item__description {
  max-width: 170px;
}

/* Replace $0.00 with FREE using CSS pseudo-element (only for gift items 182/183) */
.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  .checkout__line-item__final-price,
.v2-checkout-page
  .cart-item[data-package-id="183"]
  .checkout__line-item__final-price {
  font-size: 0; /* Hide the original $0.00 text */
  line-height: 1.2; /* Maintain line height */
}

.v2-checkout-page
  .cart-item:is([data-package-id="25"], [data-package-id="35"])
  .checkout__line-item__final-price::before,
.v2-checkout-page
  .cart-item[data-package-id="183"]
  .checkout__line-item__final-price::before {
  content: "FREE";
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  color: black;
  letter-spacing: 0%;
  line-height: 100%;
}

.v2-checkout-page .cart-items__list.cart-has-items {
  overflow: visible;
}

.v2-checkout-page .os-card__variant-dropdown-toggle {
  justify-content: space-between;
  border: 1px solid #90958b;
  font-size: 15px;
  line-height: 20px;
}

/* Hide package ID 183 from cart display but keep it in order */
.v2-checkout-page .cart-item[data-package-id="183"] {
  display: none !important;
}

/* Velin Rewards (38 on 1781 / 37 on 1797) — in the order, shown on the receipt only */
.v2-checkout-page .cart-item[data-package-id="38"],
.v2-checkout-page .cart-item[data-package-id="37"] {
  display: none !important;
}

/* Hide shipping insurance (184) from cart display */
.v2-checkout-page .cart-item[data-package-id="184"] {
  display: none !important;
}

.v2-checkout-page
  .order-totals__section
  .order-totals__label-group
  .order-totals__label {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}

.v2-checkout-page
  .order-totals__section
  .order-totals__label-group
  .order-totals__label
  .sm-span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}

.v2-checkout-page
  .order-totals__section
  .accordion__right
  .order-totals__label {
  font-size: 16px;
  line-height: 19px;
}

.v2-checkout-page
  .order-totals__section
  .accordion__right
  .order-totals__value {
  font-size: 16px;
  line-height: 19px;
  color: #e44613;
  font-weight: 400;
  font-family: Figtree, sans-serif;
}

.v2-checkout-page .order-totals__section .order-code {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0%;
  color: #000;
  background-color: #deff96;
  border-radius: 4px;
  height: 28px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.v2-checkout-page .order-totals {
  gap: 0;
}

.v2-checkout-page .order-totals__line {
  align-items: center;
}

.v2-checkout-page .order-totals__section.next-condition-met.next-visible {
  gap: 0;
  padding: 9px 0;
}

.v2-checkout-page .cart-box.cc-olympus {
  padding: 16px 16px 12px 16px;
}

.v2-checkout-page .order-totals__section.cc-total {
  margin-top: 12px;
}

.v2-checkout-page .submit-button__main-text {
  font-family: Figtree, sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 5%;
  text-align: center;
}

.v2-checkout-page .submit-button__text {
  margin-bottom: 0;
  height: auto;
  padding: 0px 28px;
}

.v2-checkout-page .submit-button {
  height: auto;
  padding: 7.5px 32px;
}

.v2-checkout-page .proceed_to_payment_action .submit-button,
.v2-checkout-page #proceed_to_payment_action .submit-button,
.v2-checkout-page #claim_your_offer_action .submit-button {
  padding: 9px 32px;
}

/* .v2-checkout-page .checkout__header-brand {
  justify-content: center;
} */

.v2-checkout-page .checkout__header-top {
  height: 51px;
}

.v2-checkout-page .security-banner {
  padding: 6px 0;
}

.v2-checkout-page .announcement_block-one {
  gap: 0;
  height: 70px;
  flex-flow: column;
  justify-content: center;
}

.v2-checkout-page .announcement_text-one {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
}

.v2-checkout-page .announcement__right .announcement_text-one {
  font-family: "Inter", sans-serif !important;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
}

.v2-checkout-page .container {
  padding: 0 16px;
}

.v2-checkout-page .exp-checkout .express-checkout__buttons {
  border-radius: 8px;
  flex-direction: row;
  padding: 12px;
  gap: 12px;
}

.v2-checkout-page .hide-tablet .icons-grids {
  gap: 0;
}

.v2-checkout-page .hide-tablet .icons-grids .icon-imagggee {
  width: 25%;
}

.v2-checkout-page .olympus_left-sub {
  overflow: hidden;
  justify-content: space-between;
  margin: 22px 0 18px 0;
  background-color: #fafbcb;
}

.v2-checkout-page .olympus_left-sub--image.show-tablet {
  transform: rotate(25deg);
  left: -8px;
  position: relative;
  width: 88px;
  top: 2px;
}

.v2-checkout-page .show-tablet .olympus_left-sub.cc-radius {
  height: 110px;
  padding-top: 0;
  padding-bottom: 0;
  gap: 40px;
}

.v2-checkout-page .pb-booster .display-visible {
  color: #b01111;
  font-weight: 400;
}

.v2-checkout-page .order-totals__value.order-totals__value--total {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  color: #000;
}

.v2-checkout-page .review1_component-item {
  gap: 0;
}

.v2-checkout-page .review1_component-item .div-block-536 {
  align-items: center;
}

.v2-checkout-page .review1_component-item .review-auth {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
}

.v2-checkout-page .review1_component-item .text-block-4-copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0%;
}

.v2-checkout-page .guarantee-section {
  padding: 0;
}

.v2-checkout-page .cc-olumpus_sub-message.cc-auto {
  width: calc(100% - 100px);
}

.v2-checkout-page .proceed_to_payment_action,
.v2-checkout-page #proceed_to_payment_action {
  margin-top: 20px;
  margin-bottom: 20px;
}

.v2-checkout-page #claim_your_offer_action {
  margin-top: 28px;
  margin-bottom: 23px;
}

.v2-checkout-page .checkout-selector__sections {
  gap: 0;
  margin-bottom: 20px;
}

.v2-checkout-page .form-sections {
  gap: 0;
}

.v2-checkout-page .image-10 {
  width: 73px;
}

.v2-checkout-page .badge-text {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.2em;
}
.v2-checkout-page .trust-badge__icon {
  width: 20px;
}

.v2-checkout-page .trust-badge__icon.safe_checkout {
  width: 22px;
}

.v2-checkout-page .checkout__form-container {
  gap: 0;
}

.v2-checkout-page .scarcity-banner {
  margin-bottom: 16px;
}

.v2-checkout-page .heading-box {
  margin-bottom: 16px;
}

.v2-checkout-page .cc-custom-quantity-wrapper {
  border-top: 1px solid #d8dfc6;
  margin-top: 20px;
}

.v2-checkout-page .cc-custom-quantity-wrapper .os-card__variant-toggle-name {
  font-weight: 700;
}

.v2-checkout-page .cc-custom-quantity-wrapper .cc-quality-custom {
  margin-top: 20px;
  margin-bottom: 4px;
}

/* .v2-checkout-page .checkout-footer {
  margin: 20px 0 28px 0;
} */

.v2-checkout-page #step-payment-wrapper.is-visible {
  margin: 28px 0 18px 0;
}

.v2-checkout-page .pb-component_left-ribbon {
  font-weight: 800;
}

.v2-checkout-page .icons-grids .icon-imagggee .text-xs {
  font-size: 14px;
}

.v2-checkout-page .scarcity_title {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0%;
}

.v2-checkout-page .scarcity_subtitle {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
}

.v2-checkout-page .scarcity-banner__right {
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
}

.v2-checkout-page .payment-method__title {
  font-family: Figtree, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
}

.v2-checkout-page .icon-img {
  min-height: auto;
  min-width: auto;
  width: auto;
  height: auto;
}

.v2-checkout-page .show-tablet .icons-grids {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no1 .icon-img {
  width: 45px;
  min-width: 45px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no1 .icon-img img {
  width: 33px;
  min-width: 33px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no2 .icon-img {
  width: 45px;
  min-width: 45px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no2 .icon-img img {
  width: 38px;
  min-width: 38px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no3 .icon-img {
  width: 45px;
  min-width: 45px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no3 .icon-img img {
  width: 40px;
  min-width: 40px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no4 .icon-img {
  width: 45px;
  min-width: 45px;
}
.v2-checkout-page .show-tablet .icons-grids .icon-imagggee.no4 .icon-img img {
  width: 30px;
  min-width: 30px;
}

.v2-checkout-page .upsell.next-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #f7fbff;
}

.v2-checkout-page .parcelis-banner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5px 6px 5px 10px;
  gap: 4px;
  background: #fff;
  cursor: pointer;
  border: none;
}

.v2-checkout-page .parcelis-header-text {
  flex: 1;
  min-width: 0;
}

.v2-checkout-page .parcelis-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #111;
  font-family: Figtree, sans-serif;
  margin: 0 0 3px;
}
.v2-checkout-page .parcelis-subtitle {
  font-size: 14px;
  line-height: 23px;
  color: #444;
  margin: 0;
  font-family: Figtree, sans-serif;
}
.v2-checkout-page .parcelis-body {
  overflow: hidden;
  background: #ffffff;
  max-height: 400px;
  opacity: 1;
  transition:
    max-height 0.3s ease,
    opacity 0.25s ease;
}
.v2-checkout-page .parcelis-table {
  width: calc(100% - 12px);
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0 6px;
}

.v2-checkout-page .parcelis-th {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #000;
  background: #f8f8f8;
  text-align: left;
}

.v2-checkout-page .parcelis-td {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  vertical-align: middle;
  line-height: 1.3;
}

.v2-checkout-page .parcelis-tr td {
}

.v2-checkout-page .parcelis-tr td:first-child {
  width: 45%;
  white-space: nowrap;
}

.v2-checkout-page .parcelis-td--check,
.v2-checkout-page .parcelis-td--cross {
  font-weight: 700;
  font-size: 15px;
  padding: 8px 10px 8px 24px;
}

.v2-checkout-page .parcelis-logo-inline {
  height: 16px;
  width: auto;
  vertical-align: middle;
  display: inline;
}

.v2-checkout-page .upsell.next-active .parcelis-body {
  max-height: 0;
  opacity: 0;
}

/* === TOGGLE SWITCH === */
.v2-checkout-page .parcelis-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-width: 67px;
  height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #868686;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.v2-checkout-page .parcelis-toggle .toggle-label {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  left: 8px;
  top: 1px;
  font-weight: 500;
}

.v2-checkout-page .parcelis-toggle .toggle-knob {
  position: absolute;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
  transform: translateX(0);
}

.v2-checkout-page .parcelis-toggle.is-on {
  background: #262fd3;
  color: #fff;
}

.v2-checkout-page .parcelis-toggle.is-on .toggle-label {
  left: -10px;
  top: 1px;
}

.v2-checkout-page .parcelis-toggle.is-on .toggle-knob {
  transform: translateX(40px);
}

.v2-checkout-page .upsell {
  margin-bottom: 16px;
}

@media screen and (max-width: 520px) {
  .v2-checkout-page .upsell {
    border-radius: 0.25rem;
    margin-bottom: 26px;
  }
  .v2-checkout-page .parcelis-banner {
    padding: 5px 6px 5px 10px;
    align-items: flex-start;
    height: 58.3px;
  }
  .v2-checkout-page .parcelis-subtitle {
    font-size: 13px;
    position: absolute;
  }
  .v2-checkout-page .parcelis-toggle {
    align-self: flex-start;
    margin-top: 2px;
  }
  .v2-checkout-page .parcelis-th {
    padding: 6px 10px;
  }
  .v2-checkout-page .parcelis-td {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .v2-checkout-page .submit-button {
    padding: 14px 32px !important;
  }
}

@media screen and (min-width: 992px) {
  .v2-checkout-page .heading-box .text-reg.cc-red {
    text-align: left;
  }

  .v2-checkout-page .booster__wrapper.cc-padding-left {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }

  .v2-checkout-page .pb-component_left-ribbon {
    max-width: 83.3px;
  }

  .v2-checkout-page .booster__content.flex-left {
    grid-column-gap: 24px;
  }

  .v2-checkout-page .form-section__title {
    font-size: 20px;
  }

  .v2-checkout-page .form-section__subtitle {
    font-size: 15px;
  }

  .v2-checkout-page .divider-section__text {
    font-size: 14px;
  }

  .v2-checkout-page .free__banner-free {
    font-size: 16px;
  }

  .v2-checkout-page #step-payment-wrapper .form-section__title {
    font-size: 20px;
  }

  .v2-checkout-page .display-olympus {
    font-weight: 700;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
  }

  .v2-checkout-page .form-section__sub-selector .form-section__sub span {
    font-weight: 500;
  }

  .v2-checkout-page .form-section__sub-selector.second .form-section__sub span {
    font-weight: 500;
  }

  .v2-checkout-page .banner50_title {
    font-size: 16px;
  }

  .v2-checkout-page .footer_section {
    padding: 40px 0px;
  }

  .v2-checkout-page .olympus_left-sub--image.show-tablet {
    transform: rotate(75deg);
  }
  .v2-checkout-page .show-tablet {
    display: none !important;
  }

  .v2-checkout-page .olympus_left-sub--image.hide-tablet {
    transform: rotate(47deg);
    left: 7px;
    position: relative;
    width: 96px;
    top: 0px;
  }

  .v2-checkout-page .olympus_left-sub {
    gap: 75px;
    margin-top: 0;
    height: 83.5px;
  }

  .v2-checkout-page .cc-olumpus_sub-message.cc-auto .text-olympus-sub {
    font-family: Figtree, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .v2-checkout-page .cc-custom-quantity-wrapper .cc-quality-custom {
    margin: 0;
  }

  .v2-checkout-page .option__quantity {
    min-height: 60px;
  }

  .v2-checkout-page .cc-custom-quantity-wrapper {
    border-top: 0;
    margin-top: 0px;
  }

  .v2-checkout-page .announcement_block-one {
    flex-flow: row;
    height: 45px;
  }

  .v2-checkout-page .announcement__right {
    margin-left: 8px;
  }

  .v2-checkout-page .announce-inner-block {
    font-size: 18px;
    line-height: 27px;
  }

  .v2-checkout-page .announcement_inner {
    padding: 2px 15.5px;
  }

  .v2-checkout-page .announcement__right .announcement_text-one {
    font-size: 18px;
    font-family: "Inter", sans-serif;
  }

  .v2-checkout-page .announcement_text-one {
    font-size: 18px;
    font-family: "Inter", sans-serif;
  }

  .v2-checkout-page .brand-logo {
    width: 207px;
  }

  .v2-checkout-page .checkout__header-top {
    height: 70px;
  }

  .v2-checkout-page .security-banner__text {
    font-size: 14px;
  }

  .v2-checkout-page .security-banner__icon {
    width: 18px;
  }

  .v2-checkout-page .scarcity-banner__left {
    padding: 6px 20px 4px 20px;
    gap: 1px;
  }

  .v2-checkout-page .section-checkout {
    padding-top: 33px;
    padding-bottom: 246px;
  }

  .v2-checkout-page .scarcity_title {
    font-weight: 700;
    font-size: 14px;
  }

  .v2-checkout-page .next-icon {
    position: relative;
    top: -1px;
  }

  .v2-checkout-page .olympus-checkout__left-slider.cc-spaced {
    grid-row-gap: 20px;
  }

  .v2-checkout-page
    .cart-item:is([data-package-id="25"], [data-package-id="35"]),
  .v2-checkout-page .cart-item[data-package-id="183"] {
    border: 0;
  }

  .v2-checkout-page
    .cart-item:is([data-package-id="25"], [data-package-id="35"])
    .cart-item__description,
  .v2-checkout-page .cart-item[data-package-id="183"] .cart-item__description {
    max-width: 240px;
  }

  .v2-checkout-page
    .cart-item:is([data-package-id="25"], [data-package-id="35"])
    .cart-item__pricing,
  .v2-checkout-page .cart-item[data-package-id="183"] .cart-item__pricing {
    flex-direction: row;
  }

  .v2-checkout-page .cart-box.cc-olympus {
    padding: 16px 12px 12px 12px;
  }

  .v2-checkout-page .scarcity-banner {
    margin-bottom: 13px;
  }

  .v2-checkout-page .heading-box {
    margin-bottom: 10px;
  }

  .v2-checkout-page .form-section.form-section--first-sec {
    padding-top: 10px;
  }

  .v2-checkout-page .form-section__price-wrapper {
    margin-bottom: 12px;
  }

  .v2-checkout-page .form-section__price-wrapper .form-section__price--savings {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0 12px;
  }

  .v2-checkout-page .form-section__title.color_and_size {
    margin-bottom: 10px;
  }

  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee {
    gap: 6px;
  }

  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee .no1 .icon-img {
    width: 33px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee .no2 .icon-img {
    width: 37px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee .no3 .icon-img {
    width: 40px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee .no4 .icon-img {
    width: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .v2-checkout-page
    .order-totals__section
    .order-totals__label-group
    .order-totals__label
    br {
    display: none;
  }

  .v2-checkout-page .accordion__right {
    flex-direction: row;
  }
  .v2-checkout-page
    .order-totals__section
    .accordion__right
    .order-totals__label {
    margin-right: 6px;
  }

  .v2-checkout-page .footer_link-separator {
    margin: 0 4px;
  }

  .v2-checkout-page .form-input:has(label.has-value) .input-flds {
    font-weight: 600;
    color: #000;
  }

  .v2-checkout-page .input-flds {
    font-family: Figtree, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
  }

  .v2-checkout-page .input-flds::placeholder {
    font-family: Figtree, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    color: #2b2b2b;
  }

  .v2-checkout-page .olympus-checkout__left {
    width: 576px;
  }

  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee.no1 {
    width: 129.4px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee.no2 {
    width: 152px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee.no3 {
    width: 136px;
  }
  .v2-checkout-page .hide-tablet .icons-grids .icon-imagggee.no4 {
    width: 104px;
  }
}

@media screen and (max-width: 600px) {
  .v2-checkout-page .guarantee-section {
    align-items: flex-start;
  }

  .v2-checkout-page .banner-product {
    width: 126px;
  }

  .v2-checkout-page .option__item-size {
    min-width: 142px;
  }
  .v2-checkout-page .option__item-color {
    min-width: 142px;
  }

  .v2-checkout-page .item-size__content.is-image {
    padding: 19px 0.5rem;
  }

  .v2-checkout-page .payment-method__icons {
    grid-column-gap: 4px;
  }

  .v2-checkout-page .review1_component-item img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
  }

  .v2-checkout-page .form-section__price--savings > div {
    line-height: 100%;
    font-weight: 700;
    font-size: 14px;
  }

  .v2-checkout-page .announce-inner-block {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    padding: 0px 8.5px;
  }
}

/* ==========================================================================
   Grounded Sheets — checkout cart side panel
   Built from the Figma spec (Group 1000002512 minimized / Rectangle 748).

   Three states, toggled by a class on #side_cart (see v2/js/cart-flow.js):
     (none)    → hidden (cart empty / not opened)
     .is-open  → full drawer on the right (item list + Checkout/Done Editing)
     .is-min   → compact widget (Subtotal + Edit Order), per the Figma spec
   ========================================================================== */

/* Shared box — 127.44px wide (Rectangle 748), white, 1px #BBB border, fixed
   in the right gutter. Both states (open / minimized) use the same box; only
   the inner content differs. */
.side-cart {
  /* Anchored to .olympus-wrapper (position: relative): vertically in line with
     the top of .checkout-wrapper, but pushed horizontally out to the right edge
     of the window. .olympus-wrapper is centred in the viewport, so the full-bleed
     trick (50% of the wrapper − 50vw) lands the panel's right edge on the window
     edge regardless of container width. */
  position: absolute;
  z-index: 1000;
  top: 0;
  right: calc(50% - 49.5vw);
  width: 127.44px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #bbbbbb; /* "Line" + Rectangle 748 outline */
  font-family: Figtree, sans-serif;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.side-cart::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

.side-cart.is-open,
.side-cart.is-min {
  display: flex;
}

/* Inner views — only one shown per state ---------------------------------- */
.side-cart__full,
.side-cart__min {
  display: none;
  width: 100%;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.side-cart.is-open .side-cart__full {
  display: flex;
}

.side-cart.is-min .side-cart__min {
  display: flex;
  padding-bottom: 16px;
}

/* Rectangle 750 + "Your Cart" --------------------------------------------- */
.side-cart__header {
  flex: 0 0 auto;
  width: 100%;
  height: 37px;
  background: #000000;
  color: #ffffff;
  font-weight: 800;
  font-size: 16px;
  line-height: 37px;
  text-align: center;
}

/* Subtotal: + $XXX.XX ----------------------------------------------------- */
.side-cart__subtotal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  margin-top: 14px;
}

.side-cart__subtotal-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
}

.side-cart__subtotal-value {
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
  color: #c10015;
}

/* Group 1000002510 — Checkout / Done Editing + Edit Order buttons --------- */
.side-cart__checkout-btn,
.side-cart__edit-btn {
  width: 113.25px;
  height: 48px;
  margin-top: 12px;
  background: #ffd431;
  border: 1px solid #af8a00;
  border-radius: 8px;
  font-family: Figtree, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  cursor: pointer;
}

/* "Your are Saving - $XX.XX" --------------------------------------------- */
.side-cart__saving {
  width: 112.5px;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.side-cart__saving:empty {
  display: none;
}

/* Savings amount in brand green */
.side-cart__saving-value {
  color: #1bba85;
  font-weight: 700;
}

/* Empty-state copy -------------------------------------------------------- */
.side-cart__empty {
  display: none;
  margin: 16px 8px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #676767;
}

/* Group 1000002497 / 1000002498 — product items (dividers via borders) --- */
.side-cart__items {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 14px;
}

.side-cart__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
  border-top: 1px solid #dddddd; /* Line 24 */
}
.side-cart__items .side-cart__item:last-child {
  border-bottom: 1px solid #bbbbbb; /* Line 25 */
}

.side-cart__item-img {
  width: 101.68px;
  height: 66.06px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.side-cart__item-name {
  margin-top: 8px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.side-cart__item-size {
  margin-top: 3px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

.side-cart__item-reg {
  margin-top: 11px;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  text-decoration-line: line-through;
  color: #676767;
}

.side-cart__item-price {
  margin-top: 2px;
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}

/* On desktop the wrappers are transparent (children flow as before); on mobile
   they become real flex rows for the horizontal item layout. */
.side-cart__item-info,
.side-cart__item-prices {
  display: contents;
}

/* Grey toggle bar — mobile only (see media query) */
.side-cart__greybar {
  display: none;
}
.side-cart__greybar-txt {
  display: none;
}

/* Group 1000002488 — quantity stepper ------------------------------------ */
.side-cart__qty {
  box-sizing: border-box;
  width: 109.25px;
  height: 34.5px;
  margin-top: 14px;
  border: 3px solid #ffd814;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}

.side-cart__qty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  user-select: none;
}

.side-cart__qty-trash {
  color: #000000;
}

/* "+" disabled once the line hits the max quantity */
.side-cart__qty-btn.is-disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.side-cart__qty-num {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-align: center;
}

/* ==========================================================================
   Mobile (≤767px) — full-width sticky bar at the top.
   Open:   header + [Subtotal/Saving | Checkout] + items (horizontal rows)
   Closed: same top section + a grey collapse bar instead of the items
   ========================================================================== */
@media (max-width: 767px) {
  .side-cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    border: none;
    border-radius: 0;
    box-shadow: 0px 3px 4px rgba(45, 62, 4, 0.2);
    align-items: stretch;
    overflow: visible;
  }
  /* Smooth slide-down when the cart appears. display:none→flex can't be
     transitioned, so animate on the visible state instead. Both is-open and
     is-min carry the SAME animation declaration, so switching between them
     (peek → collapse, Edit Order → expand) does NOT restart it — it only plays
     when the cart re-appears from fully hidden (e.g. an add-to-cart). */
  .side-cart.is-open,
  .side-cart.is-min {
    animation: sideCartDrop 0.35s ease-out;
  }
  /* Collapsed variant has the #BBB "Line" along the bottom; the open variant
     is shadow-only (per spec). */
  .side-cart.is-min {
    border-bottom: 1px solid #bbbbbb;
  }

  /* Both states use the full view on mobile; the desktop "min" view is unused */
  .side-cart.is-open .side-cart__full,
  .side-cart.is-min .side-cart__full {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "subtotal checkout"
      "saving   checkout"
      "items    items"
      "greybar  greybar";
    align-items: center;
    column-gap: 8px;
    /* No horizontal padding: lets the item dividers + grey bar span the full
       width edge-to-edge. Each section below re-insets its own content by 14px. */
    padding: 8px 0 0;
  }
  .side-cart.is-min .side-cart__min {
    display: none;
  }

  .side-cart__header {
    height: 31px;
    line-height: 31px;
    font-weight: 700;
  }

  /* Top section — subtotal + saving on the left, Checkout on the right */
  .side-cart__subtotal {
    grid-area: subtotal;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    margin: 10px 0 0;
    padding-left: 14px;
  }
  .side-cart__saving {
    grid-area: saving;
    width: auto;
    margin: 2px 0 10px;
    padding-left: 14px;
    text-align: left;
  }
  .side-cart__checkout-btn,
  .side-cart__edit-btn {
    grid-area: checkout;
    width: 113.25px;
    height: 44px;
    margin: 0 14px 0 0;
    justify-self: end;
    align-self: center;
  }

  /* Items — horizontal rows, bounded by Line 22 (top) and Line 23 (bottom).
     The container spans the full cart width (parent has no horizontal padding),
     so the dividers run edge-to-edge; each item re-insets its content by 14px. */
  .side-cart__items {
    grid-area: items;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .side-cart__item {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 12px 14px;
    border: none;
  }
  .side-cart__item + .side-cart__item {
    border-top: 1px solid #dddddd;
  }
  .side-cart__items .side-cart__item:last-child {
    border-bottom: none;
  }
  .side-cart__item-img {
    flex: 0 0 auto;
    width: 82.48px;
    height: 53.58px;
  }
  .side-cart__item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    min-width: 0;
  }
  .side-cart__item-name {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }
  .side-cart__item-size {
    margin-top: 4px;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
  }
  .side-cart__item-prices {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
  }
  .side-cart__item-reg {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }
  .side-cart__item-price {
    margin-top: 0;
    font-size: 16px;
    line-height: 19px;
  }
  .side-cart__qty {
    flex: 0 0 auto;
    margin-top: 0;
  }

  .side-cart__empty {
    grid-area: items;
    padding: 0 14px;
  }

  /* Collapsed (is-min): hide the items list (the grey bar takes its place) */
  .side-cart.is-min .side-cart__items {
    display: none;
  }

  /* Transient add-to-cart preview (mobile only, set by cart-flow.js for 3s):
     the cart is open showing the just-added product, but the grey toggle bar
     is hidden. After 3s cart-flow.js removes .is-preview and minimizes, which
     brings the grey bar back. */
  .side-cart.is-preview .side-cart__greybar {
    display: none;
  }

  /* Grey toggle bar — shown in BOTH states: "View Items" when collapsed,
     "Close" when expanded. Tapping it toggles the items list. */
  .side-cart__greybar {
    grid-area: greybar;
    /* parent has no horizontal padding now → already full width */
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35.76px;
    background: #f3f3f3;
    border-top: 1px solid #dddddd; /* Line 22 */
    cursor: pointer;
    font-family: Figtree, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #000000;
  }
  .side-cart__greybar-txt {
    text-decoration: underline;
    align-items: center;
    gap: 8px;
  }
  .side-cart__greybar-icon {
    flex: 0 0 auto;
    display: block;
  }
  .side-cart.is-min .side-cart__greybar-txt--open {
    display: inline-flex;
  }
  .side-cart.is-open .side-cart__greybar-txt--close {
    display: inline-flex;
  }
}

/* Mobile cart entrance — slides down from the top edge (see .side-cart.is-open
   / .is-min in the mobile media query above). Keyframes live at top level;
   @keyframes can't sit inside a media block in plain CSS. */
@keyframes sideCartDrop {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Respect reduced-motion: no slide for users who ask for less animation. */
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .side-cart.is-open,
  .side-cart.is-min {
    animation: none;
  }
}

/* Wide viewport (1520px+): rest position is 145px past the wrapper's right
   edge. JS switches to position:fixed on scroll, computing the equivalent
   fixed right from the wrapper's getBoundingClientRect(). */
@media (min-width: 1520px) {
  .side-cart {
    right: -145px;
  }
}

/* Extra-wide viewport (1700px+): wider cart fits comfortably in the gutter.
   right: -260px keeps the cart's left edge ~10px past the wrapper's right edge
   while leaving the right edge ~10px from the viewport edge at 1700px.
   JS uses offset 260 (instead of 145) to compute the equivalent fixed position. */
@media (min-width: 1700px) {
  .side-cart {
    width: 250px;
    right: -260px;
  }
}

/* ── QA Typography & Box-Model Fixes ─────────────────────────────────────── */

/* Footer logo: 110px → 207px */
.v2-checkout-page .footer-logo {
  width: 207px;
}

/* Variant dropdown prices: line-height → 18px */
.v2-checkout-page .os-card__toggle-price--compare,
.v2-checkout-page .os-card__toggle-price--sale {
  line-height: 18px;
}

/* 19 Sets Left: weight 700, line-height 19px */
.v2-checkout-page .form-section__sub.span-red {
  font-weight: 700;
  line-height: 19px;
}

/* Payment method selected background: transparent/white on desktop, #E2E2E2 on mobile */
.v2-checkout-page .payment-method.next-selected {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .v2-checkout-page .payment-method.next-selected {
    background-color: #e2e2e2;
  }
}

/* ── QA Round 2 — Typography & Box-Model ─────────────────────────────────── */

/* Desktop typography */
.v2-checkout-page .display-olympus {
  line-height: 34px;
}

.v2-checkout-page .form-section__sub-selector .form-section__sub,
.v2-checkout-page .form-section__sub-selector .form-section__sub span {
  font-weight: 800;
  font-size: 15px;
  line-height: 18px;
}
.v2-checkout-page .form-section__sub-selector .form-section__sub {
  font-weight: 500;
}

.v2-checkout-page .item-size__price--compare,
.v2-checkout-page .os-card__toggle-price--compare {
  color: #717171;
}

.v2-checkout-page .cc-save-money {
  font-weight: 800;
}
/* .v2-checkout-page .pb-component_left-ribbon {
  line-height: 14px;
} */
.v2-checkout-page .pb-booster .text-2xs {
  line-height: 14px;
}
.v2-checkout-page .form-section__subtitle {
  line-height: 18px;
}
.v2-checkout-page .submit-button__main-text {
  line-height: 22px;
}
.v2-checkout-page #step-payment-wrapper .form-section__title {
  line-height: 24px;
}
.v2-checkout-page .divider-section__text {
  font-weight: 800;
  line-height: 17px;
}
.v2-checkout-page .payment-method__title {
  line-height: 18px;
}
.v2-checkout-page #step-payment-wrapper .billing-address .checkbox__label {
  line-height: 17px;
}
.v2-checkout-page .trust-badge__text {
  line-height: 12px;
}
.v2-checkout-page .footer-copy {
  line-height: 14px;
}
.v2-checkout-page .footer_link-wrapper a {
  line-height: 14px;
}

.v2-checkout-page .icons-grids .icon-imagggee .text-xs {
  color: #000000;
}
.v2-checkout-page .review_card-desc {
  line-height: 22px;
}
.v2-checkout-page label[for="shipping_country"] {
  font-size: 13px;
  color: #2b2b2b;
  line-height: 19.5px;
}

/* Box model — desktop */
.v2-checkout-page .option__item-color.is-active,
.v2-checkout-page .option__item-size.is-active {
  border-width: 2px;
}
.v2-checkout-page .payment-btn {
  border-radius: 8px;
}
.v2-checkout-page .olympus_left-sub--image {
  object-fit: contain;
}
.v2-checkout-page .payment-method__icons img {
  height: 24px;
}
.v2-checkout-page .progress-tex {
  font-family: Figtree, sans-serif;
  line-height: 18px;
  color: #9e9e9e;
}
.v2-checkout-page .guarantee-section .text-xs {
  font-weight: 400;
}

@media screen and (min-width: 992px) {
  .v2-checkout-page .announcement_block-one {
    height: 45px;
  }
}

/* Mobile */
@media screen and (max-width: 991px) {
  .v2-checkout-page .trust-badge__text {
    font-size: 12px;
  }

  .v2-checkout-page .form-section__sub-selector .form-section__sub,
  .v2-checkout-page .form-section__sub-selector .form-section__sub span,
  .v2-checkout-page .form-section__sub-selector.second .form-section__sub span {
    font-weight: 800;
  }

  .v2-checkout-page .form-section__sub.span-red {
    font-weight: 700;
    line-height: 19px;
  }
  .v2-checkout-page .item-size__name {
    line-height: 19px;
  }
  .v2-checkout-page .item-size__price--sale,
  .v2-checkout-page .item-size__price--compare {
    line-height: 19px;
  }
  .v2-checkout-page .item-size__stock {
    line-height: 19px;
  }
  .v2-checkout-page .mg-text {
    font-size: 14px;
  }
  .v2-checkout-page #step-payment-wrapper .form-section__title {
    line-height: 22px;
  }
  .v2-checkout-page .divider-section__text {
    line-height: 20px;
  }
  .v2-checkout-page .payment-method__title {
    line-height: 18px;
  }
  .v2-checkout-page .billing-address .checkbox__label {
    line-height: 17px;
  }
  .v2-checkout-page .footer-copy,
  .v2-checkout-page .footer_link-wrapper a {
    line-height: 14px;
  }

  .v2-checkout-page .payment-btn {
    border-radius: 8px;
  }
  .v2-checkout-page .option__item-color.is-active,
  .v2-checkout-page .option__item-size.is-active {
    border-width: 2px;
  }

  .v2-checkout-page .security-banner__text {
    font-family: Figtree, sans-serif;
    font-weight: 600;
    line-height: 21px;
    text-align: start;
  }
  .v2-checkout-page .size_chart-right.cc-black {
    text-decoration: none;
    text-align: start;
    line-height: 22.5px;
  }
  .v2-checkout-page .item-size__title {
    line-height: 24px;
  }
  .v2-checkout-page .option__quantity-current {
    font-family: Figtree, sans-serif;
    font-weight: 500;
    line-height: 27px;
    text-align: start;
  }
  .v2-checkout-page .guarantee-section .text-xs {
    font-size: 13px;
  }
  .v2-checkout-page select.input-flds {
    font-weight: 400;
    line-height: 22.2px;
  }
  .v2-checkout-page .image-10 {
    width: 70px;
  }
}

/* @media screen and (max-width: 767px) {
  .v2-checkout-page .submit-button {
    height: 45px;
  }
} */

@media screen and (max-width: 479px) {
  .v2-checkout-page #step-payment-wrapper .submit-button {
    height: 64px;
  }
}

/* ── QA Round 3 (checkout-v1e) ───────────────────────────────────────────── */
/* Below the 1200px desktop rule the placeholder fell back to custom.css's
   #808080; Figma mobile wants #000 (input text colour is already #000). */
@media screen and (max-width: 1199px) {
  .v2-checkout-page .input-flds::placeholder {
    color: #000;
  }
}
