.button_spinner {
  display: none;
  opacity: 0;
}

.button[data-loading="true"] .button_spinner,
.button.is-loading .button_spinner {
  display: block;
  opacity: 1;
}

.button[data-loading="true"] .button_content,
.button.is-loading .button_content {
  opacity: 0;
}

.announcement_block-one {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.25rem;
  background-color: #acf4a1;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 6px 12px;
  display: flex;
  flex-wrap: wrap;
}

.announcement_text-one {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.ann-timer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ann-timer__unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  border-radius: 0;
  padding: 0;
  text-align: center;
  min-width: auto;
}

.ann-timer__val {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

.ann-timer__label {
  display: block;
  color: #000;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

.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,
.cc-video__custom-wrapper video {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 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 {
  flex-direction: column;
  gap: 0;
}

.cc-rev__wrapper.hide-tablet {
  display: flex;
}

.cc-rev__item {
  padding: 24px;
  background: #fff;
  margin-bottom: 11px;
}

.cc-rev__item:last-child {
  margin-bottom: 0;
}

.cc-rev__img {
  display: none;
}

.cc-rev__content-wrapper {
  padding: 0;
  background: transparent;
}

.cc-rev__stars {
  margin-bottom: 6px;
  line-height: 1;
}

.cc-rev__stars img {
  width: 83px;
  display: block;
}

.cc-rev__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}

.cc-rev__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 12px;
}

.cc-rev__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cc-rev__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.cc-rev__author p {
  font-size: 12px;
  font-weight: 400;
  color: #000;
  margin: 0;
}

.cc-rev__author p strong {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}

.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;
}

.os-card__wrapper {
  position: relative;
}

.os-card__wrapper .recommended-deal.is-green,
.os-card__wrapper p.recommended-deal.is-blue {
  position: absolute;
  top: -11px;
  right: 24px;
  margin: 0;
  z-index: 2;
  font-weight: 700;
  font-size: 14px;
  text-align: right;
  line-height: 100%;
  display: flex;
  gap: 4px;
  white-space: nowrap;
  color: #fff;
  width: 136px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.bb-gap{
  gap: 16px !important;
}

.os-card__bags-note {
  color: #08927A;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
}

.recommended-deal.is-green {
  background-color: #08927A;
}

p.recommended-deal.is-blue {
  background-color: #298FBD;
}

.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;
  background-color: #fff !important;
  border: 2px solid #ccc !important;
  flex-shrink: 0 !important;
}

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

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

.os-card.next-selector-card.next-selected .radio-style-1[data-selected="true"] .radio-inner,
.os-card.next-selector-card.next-in-cart .radio-style-1[data-selected="true"] .radio-inner {
  background-color: #fff !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: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  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: "Inter", 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: 16px;
  margin-bottom: 8px;
  margin-top: 16px;
}

.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: 991px) {

  .olympus-checkout__left-wrapper .heading-box,
  .olympus-checkout__left-wrapper .cc-video__custom-wrapper {
    display: none;
  }
}

@media (max-width: 768px) {
  .recommended-deal{
    width: 116px !important;
    height: 25px !important;
    font-size: 11px !important;
    right: 17px !important;
  }

  .announcement_block-one {
    grid-column-gap: 5px;
    grid-row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 50px;
    height: auto;
    padding: 6px 8px;
  }

  .announcement_text-one {
    font-size: 0.7rem;
    line-height: 1.1;
  }

  .announcement_inner {
    padding: 3px 7px;
  }

  .announce-inner-block {
    font-size: 13px;
    line-height: 1;
  }

  .ann-timer__val {
    width: 46px;
    height: 46px;
    font-size: 26px;
    border-radius: 10px;
  }

  .ann-timer__label {
    font-size: 9px;
  }

  .cc-checkout-video {
    width: 340px;
  }

  .cc-video__custom-wrapper,
  .cc-video__custom-wrapper video {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
  }

  /* .cc-video__custom-wrapper {
    margin-inline: auto;
  } */
  .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;
  }

  .recommended-deal.is-green,
  .recommended-deal.is-blue {
    font-size: 12px;
  }

  .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;
    margin-bottom: 16px;
  }

  .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;
}

/* Reviews Summary Section */
.reviews-summary-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
  font-family: "Inter", sans-serif;
}

.reviews-ratings-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 4px;
}

.rating-label {
  font-size: 15px;
  font-weight: 600;
  color: #010101;
  min-width: 135px;
  font-family: "Inter", sans-serif;
}

.stars-wrapper {
  display: flex;
  align-items: center;
}

.stars {
  color: #00b67a;
  font-size: 1.2rem;
  letter-spacing: 2px;
}

.stars-image {
  height: 28px;
  width: auto;
  display: block;
}

.rating-score {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  min-width: 35px;
  font-family: "Inter", sans-serif;
}

.reviews-summary-center {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.overall-rating {
  font-size: 4.4rem;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-family: "Inter", sans-serif;
}

.stars-large {
  margin-bottom: 0.75rem;
}

.stars-large-image {
  height: 28px;
  width: auto;
  display: block;
}

.review-count {
  font-size: 0.95rem;
  color: #0d0d0d;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

.reviews-photos-grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}

.review-photo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
}

.reviews-photos-single {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-photo-single {
  width: 100%;
  height: auto;
  max-width: 500px;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .reviews-summary-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .reviews-summary-center {
    border-left: none;
    border-right: none;
    padding: 0.5rem 0;
  }

  .reviews-photos-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 479px) {
  .os-card__title-wrapper,
  .os-card__title-wrapper * {
    font-size: 11px !important;
  }

  .rating-label {
    font-size: 0.95rem;
    min-width: 160px;
  }

  .overall-rating {
    font-size: 48px;
  }

  .stars-large {
    font-size: 1.5rem;
  }

  .review-count {
    font-size: 16px;
  }

  .reviews-photos-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.35rem;
  }

  .free-shipping-badge {
    font-size: 13px;
  }
}

.green-text {
  color: #67ca56;
}

h1 {
  font-family: "Inter", sans-serif;
}

.cc-footer {
  background-color: #fcf9f3;
  padding: 20px 16px 16px;
  text-align: center;
}

.cc-footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #7a6a5a;
  margin-bottom: 16px;
}

.cc-footer .footer_legal-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #808080;
  text-decoration: none;
}

.cc-footer__divider {
  border: none;
  border-top: 1px solid #d9cfc4;
  margin: 0 0 14px;
}

.cc-footer__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #808080;
}

.free-shipping-badge {
  color: #d32b33;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
}

.shipping-note__free {
  color: #e44613;
  font-weight: 700;
}

.os-card__title-badge {
  color: #d32b33;
}

.os-card__title-badge.pb--bestseller {
  color: #d32b33;
}

.os-card.next-selector-card {
  border: 1px solid #BBBBBB;
  border-radius: 8px;
}

.os-card.next-selector-card.next-selected,
.os-card.next-selector-card.next-in-cart {
  background-color: #fff;
  border: 3px solid #050505;
  box-shadow: 0px 4px 8px 0px #DBCFC0;
}

@media (max-width: 768px) {
  .free-shipping-badge {
    font-size: 12px;
  }
}

.cart-item[data-package-id="1"] .per-each-suffix {
  display: none;
}

.warranty-qty:not(:empty)::after {
  content: " ";
}

input::placeholder,
select::placeholder,
textarea::placeholder {
  color: #2b2b2b;
}