.announcement_block-one {
  grid-column-gap: 0.25rem;
  grid-row-gap: 0.25rem;
  background-color: #acf4a1;
  justify-content: center;
  align-items: center;
  height: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

/* Inter font-face definitions */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Inter", sans-serif;
}
.announcement_text-one {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
  letter-spacing: 0;
}
.text-span-53 {
  font-weight: 400;
}
.announcement_inner {
  background-color: #000;
  border-radius: 8px;
  padding: 2px 9px;
}
.announce-inner-block {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.announcement_inner {
  background-color: #000;
  border-radius: 8px;
  padding: 2px 9px;
}
.bold {
  font-weight: 700;
}

.cc-video__custom-wrapper {
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* align-items: center; */
  height: 465px;
  position: relative;
  /* margin-inline: -20px; */
}
.cc-video__return-img {
  position: absolute;
  top: 19px;
  right: 15px;
  object-fit: cover;
}
.cc-video__sold-img {
  position: absolute;
  bottom: 34px;
  right: 0;
}
.cc-rev__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.cc-rev__item {
  overflow: hidden;
}
.cc-rev__img {
  /* max-height: 165px !important; */
  width: 100%;
  /* width: 286px; */
}
.cc-rev__content-wrapper {
  padding: 16px 15px 14px 12px;
  background: #fff;
}
.cc-rev__stars {
  margin-bottom: 8px;
}
.cc-rev__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 157%;
}
.cc-rev__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  margin-bottom: 12px;
}
.cc-rev__name-wrapper p {
  font-weight: 400;
  font-size: 12px;
  line-height: 157%;
}
.cc-rev__name-wrapper p strong {
  font-weight: 700;
  font-size: 14px;
}
.recommended-deal.is-green {
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  line-height: 100%;
  color: #08927a;
  display: flex;
  gap: 2px;
}
p.recommended-deal.is-blue {
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  line-height: 100%;
  color: #298fbd;
  display: flex;
  gap: 2px;
}

.radio-style-1 {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.os-card.next-selector-card.next-selected.next-in-cart
  .radio-style-1[data-selected="true"] {
  background-color: black !important;
  border: 1px solid black !important;
}

.radio-style-1[data-selected="true"] .radio-inner {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background-color: white !important;
}

.os-card.next-selector-card .radio-style-1[data-selected="true"] {
  background-color: #f9f9f9 !important;
  border: 1px solid #999 !important;
}

.radio-style-1[data-selected="false"] .radio-inner {
  display: none !important;
}

.form-section__title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-section__title-wrapper p {
  font-weight: 400;
  font-size: 15px;
}
.form-sections[data-next-component="shipping-form"] {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  min-height: auto;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.upsell {
  border: 1px solid #babfae;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.upsell.next-active {
  -webkit-user-select: none;
  user-select: none;
  background-color: #f7fbff;
}

.first-upsell .upsell-checkbox {
  width: 67px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  right: 16px;
  z-index: 3;
  border: 0;
  background: 0;
}
.checkbox__icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  min-height: 1rem;
  display: flex;
}
.parcelis-title {
  color: #1e22aa;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 700;
  font-size: 14px;
  line-height: 164%;
  font-family: "Roboto", sans-serif;
}
.parcelis-toggle.is-on {
  background: #262fd3;
  color: #fff;
}

.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: #3e3e3e;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}
.parcelis-toggle .toggle-label {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  left: 6px;
  top: 6px;
}
.parcelis-toggle.is-on .toggle-knob {
  transform: translateX(40px);
}
.parcelis-toggle.is-on .toggle-label {
  left: -5px;
  top: 6px;
}
.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);
}
.parcelis-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ebecff;
  border: 1px solid #dfe3ff;
  /* border-radius: 12px; */
  padding: 16px;
  gap: 12px;
}
.parcelis-copy {
  padding: 7px 10px 18px 15px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  background: #fff;
}
.parcelis-left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
  min-width: 0;
}
.cc-upsell-2-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}
.cc-upsell-2-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  max-width: 440px;
  margin-bottom: 8px;
}
.cc-price-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  padding-left: 6px;
}
.cc-old-price {
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.cc-old-price::before {
  content: "";
  position: absolute;
  top: 11px;
  width: 110%;
  height: 1px;
  background-color: red;
  -webkit-transform: rotate(352deg);
  transform: rotate(352deg);
  left: -2px;
  z-index: 1;
}
.cc-new-price {
  font-weight: 400;
  font-size: 16px;
}
.upsell__description ul {
  font-weight: 400;
  font-size: 14px;
  line-height: 186%;
  margin: 0;
}
.progress-banner {
  color: #000;
  background-color: #fff;
  height: 56px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  display: flex;
}
.progress_bar,
.cta-holder {
  display: none;
}

@media (max-width: 768px) {
  .announcement_block-one {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    height: 75px;
  }
  .announcement_text-one {
    font-size: 16px;
    line-height: 1.1rem;
  }
  .text-span-53 {
    font-weight: 400;
  }
  .announcement_inner {
    padding: 6px;
  }
  .announce-inner-block {
    font-size: 16px;
    line-height: 1;
  }
  .cc-checkout-video {
    width: 400px;
  }
  .cc-video__custom-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 325px;
    position: relative;
  }
  .progress-banner {
    z-index: 2;
    background-color: #fff;
    display: block;
    position: sticky;
    top: 0;
  }
  .progress_bar {
    width: 100%;
    display: flex;
  }
  .progress-item {
    grid-column-gap: 0.15rem;
    grid-row-gap: 0.15rem;
    flex-flow: column;
    flex: 1;
    align-items: center;
    display: flex !important;
  }
  .progress_circle {
    color: #fff;
    background-color: #c9c9c9;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 0.825rem;
    font-weight: 800;
    display: flex;
    position: relative;
  }
  .progress_circle .icon-check {
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .progress_circle .checkmark-svg {
    opacity: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease;
  }
  .progress_circle .icon-check .checkmark-svg {
    width: 16px;
    height: 16px;
  }
  .progress-item.active .progress_circle {
    background-color: #000 !important;
    border-color: #000 !important;
    color: white !important;
  }
  .progress-tex {
    color: #c9c9c9;
    font-size: 0.75rem;
    font-weight: 500;
  }
  .progress-item.active .progress-tex {
    color: #000 !important;
    font-weight: 600 !important;
  }
  .progress-divider {
    min-width: 1.25rem;
    max-width: 1.25rem;
  }

  .progress-item.completed .progress_circle .icon-check {
    opacity: 1;
  }
  .progress-item.completed .progress_circle > div:first-child {
    opacity: 0;
  }
  .progress-item.completed .progress_circle {
    background-color: #000 !important;
    border-color: #000 !important;
    color: white !important;
  }
  .progress-item.completed .progress_circle .checkmark-svg {
    opacity: 1;
  }
  .progress-item.completed .progress-tex {
    color: #000 !important;
    font-weight: 600 !important;
  }
  .progress_bar {
    grid-column-gap: 0.3rem;
    grid-row-gap: 0.3rem;
    align-items: center;
    justify-content: space-between;
    display: flex;
  }
  .progress-divider {
    background-color: #c9c9c9;
    width: 100%;
    max-width: 4rem;
    height: 2px;
    min-height: 2px;
    max-height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .progress-item.completed + .progress-divider {
    background-color: #000 !important;
  }
  .parcelis-logo {
    display: flex;
    align-items: end;
    gap: 3px;
    font-weight: 700;
    letter-spacing: 0.4px;
    flex-direction: column;
  }
  .parcelis-title {
    font-size: 9px;
  }
}

.desk-hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .desk-hidden {
    display: block !important;
  }
  .mob-hidden {
    display: none !important;
  }
}

/* --- Custom radio style for payment method --- */
.payment-method__label .payment-method__input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #111; /* ring color */
  background: #fff; /* unchecked center */
  display: inline-grid;
  place-content: center;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  accent-color: #111; /* fallback for browsers ignoring appearance */
  transition:
    background-color 120ms ease,
    border-color 120ms ease,
    box-shadow 120ms ease;
}

.payment-method__label .payment-method__input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent; /* unchecked white center via input background */
  transition:
    transform 120ms ease,
    background-color 120ms ease;
}

/* Active (checked): black outer with white inner dot */
.payment-method__label .payment-method__input[type="radio"]:checked {
  background: #111; /* fill outer */
  border-color: #111;
}

.payment-method__label .payment-method__input[type="radio"]:checked::before {
  background: #fff; /* white inner */
}

/* Focus accessibility */
.payment-method__label .payment-method__input[type="radio"]:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

/* Also reflect when the whole payment method is marked as selected */
.payment-method.next-selected
  .payment-method__label
  .payment-method__input[type="radio"] {
  background: #111;
  border-color: #111;
}
.payment-method.next-selected
  .payment-method__label
  .payment-method__input[type="radio"]::before {
  background: #fff;
}

.cart-item.warranty-item {
  order: 999;
}

/* Cart scroll hint */
.cart-items__scroll-hint {
  display: none;
}

.cart-items:has(.cart-item:nth-child(4)) .cart-items__scroll-hint {
  display: flex;
}
