/* CSS extracted from templates\checkout\olympus.html */

/* Inline style 1 from olympus.html */
html:not(.next-display-ready) [data-next-await] {
  position: relative;
  overflow: hidden;
  border-color: transparent !important;
  box-shadow: none !important;
}

[data-next-await] * {
  opacity: 0;
  transition: opacity 0.2s ease;
}

[data-next-await]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  animation: pulse-gray 1.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes pulse-gray {

  0%,
  100% {
    background-color: #e0e0e0;
    opacity: 0.6;
  }

  50% {
    background-color: #f5f5f5;
    opacity: 0.8;
  }
}

html.next-display-ready [data-next-await] * {
  opacity: 1;
}

html.next-display-ready [data-next-await]::before {
  display: none;
}

/* Inline style 2 from olympus.html */
.three-quarter-spinner {
  animation: spin .9s linear 0s infinite;
}

/* Inline style 3 from olympus.html */
/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

/* Arrows */
.arrow-active::after,
.arrow-inactive::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translateY(-50%) rotate(45deg);
}

.arrow-active::after {
  border-color: #000;
}

.arrow-inactive::after {
  border-color: #dadada;
}

[swiper="sw12"] .swiper-slide_image-wrap {
  aspect-ratio: 1 / 1;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide {
  cursor: pointer;
}

[swiper="sw12"] [swiper="slider-thumbs"] .swiper-slide:focus-visible {
  border: 2px solid #000;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3rem !important;
  right: 0 !important;
  left: auto !important;
  padding: 1px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 52px !important;
  padding-left: 12px !important;
  margin-left: 0 !important;
}

/* Remove the divider on the very last payment-method block */
.payment-methods > .payment-method:last-child {
  border-bottom: 0 !important;
  /* kill the bottom border */
}

/* NEW CHECKOUT STYLES - Based on Figma Design */

/* Main Container */

.hero-wrappers.hero-swiper-1 {
  padding-bottom: 24px;
}

.swiper-thumbs-arrow-4 {
  gap: 75px;
}

@media screen and (max-width: 991px) {
  .hero-wrappers.hero-swiper-1 {
    padding-bottom: 40px;
  }
}

.swiper__button-static-2.is-sw22, .swiper__button-icon-4.w-embed {
  border: none !important;
  width: 25px !important;
  height: 25px !important;
}

.swiper-slide.is-thumb {
  width: 70px !important;
  height: 70px !important;
}

/* Bullet Features Section */
.checkout-temp .hero_bullet-features-box-2 {
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  padding: 12px 0;
  width: 100%;
}

.checkout-temp .bullet_inner-one-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.checkout-temp .hero_bullet-features-box-inner-2 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 3px 0;
}


/* Bullet Text */
.checkout-temp .text-size-regular-2 {
  font-family: 'Pangram', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #000000;
}

/* Reviews Section */
.checkout-temp .reviews-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}

:is(.checkout-temp, .reviews-swiper) .review-card {
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

:is(.checkout-temp, .reviews-swiper) .review-header {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-direction: row;
}

:is(.checkout-temp, .reviews-swiper) .review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

:is(.checkout-temp, .reviews-swiper) .review-title {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #000000;
}

:is(.checkout-temp, .reviews-swiper) .review-stars {
  display: flex;
  gap: 1.27px;
  height: 16px;
}

:is(.checkout-temp, .reviews-swiper) .review-stars img,
:is(.checkout-temp, .reviews-swiper) .review-stars svg {
  width: 15.94px;
  height: 16px;
}

:is(.checkout-temp, .reviews-swiper) .review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}

:is(.checkout-temp, .reviews-swiper) .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:is(.checkout-temp, .reviews-swiper) .review-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
  color: #000000;
}

:is(.checkout-temp, .reviews-swiper) .review-footer {
  display: flex;
  align-items: center;
  gap: 6px;
}

:is(.checkout-temp, .reviews-swiper) .review-author {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #000000;
}

:is(.checkout-temp, .reviews-swiper) .review-separator {
  font-family: "Pp Pangram Sans Compact 400";
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  color: #000000;
}

:is(.checkout-temp, .reviews-swiper) .review-verified {
  display: flex;
  align-items: center;
  gap: 4px;
}

:is(.checkout-temp, .reviews-swiper) .review-verified-icon {
  width: 16px;
  height: 16px;
}

:is(.checkout-temp, .reviews-swiper) .review-verified-text {
  font-family: "Pp Pangram Sans Compact 400";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #000000;
}

/* Thumbnails Navigation - New Figma Design */
.checkout-temp .checkout-thumbs-navigation {
  display: flex;
  align-items: center;
  gap: 44px;
  width: 100%;
  height: 70px;
  justify-content: space-between;
}

/* Navigation Buttons - Figma Style */
.checkout-temp .checkout-thumb-prev,
.checkout-temp .checkout-thumb-next {
  width: 25px;
  height: 25px;
  min-width: 25px;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-temp .checkout-thumb-prev:hover,
.checkout-temp .checkout-thumb-next:hover {
  opacity: 0.8;
}

.checkout-temp .checkout-thumb-prev svg,
.checkout-temp .checkout-thumb-next svg {
  width: 25px;
  height: 25px;
}

/* Thumbs Container - Figma Style */
.checkout-temp .checkout-thumbs-container {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  max-width: calc(70px * 4 + 16px * 3); /* 4 slides + 3 gaps */
}

.checkout-temp .checkout-thumbs-swiper {
  width: 100%;
  height: 70px;
  overflow: visible;
}

.checkout-temp .checkout-thumbs-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.checkout-temp .checkout-thumbs-swiper .swiper-slide {
  width: 70px !important;
  height: 70px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.checkout-temp .checkout-thumbs-swiper .swiper-slide-thumb-active {
  border-color: #434780;
}

.checkout-temp .checkout-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Mobile Responsive */
@media screen and (max-width: 991px) {  
  .checkout-temp .checkout-thumbs-container {
    max-width: none;
  }
  .heading-box-2 {
    padding-bottom: 20px;
  }
  .os-option, .form-sections.main-section-gap, .form-sections.shiping-section-gap, .form-section.bundle-section-gap {
    gap: 32px;
  }

  .checkout-temp .checkout-thumbs-swiper,
  .checkout-temp .checkout-thumbs-navigation {
    height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .checkout-temp {
    max-width: 100%;
  }
  
  .checkout-temp .checkout-thumbs-swiper .swiper-slide {
    width: 38px !important;
    height: 38px;
  }
  
  .checkout-temp .text-size-regular-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .checkout-temp .text-size-regular-2.text-base {
    font-size: 16px;
    line-height: normal;
  }
  
  .checkout-temp .review-text {
    font-size: 14px;
    line-height: 21px;
  }
  .hero_review-box {
    align-self: baseline !important;
  }
}
.address-icon {
  position: absolute;
  right: 12px;
  height: 18px;
  width: 18px;
}
.divider-section__text-v2 {
  white-space: nowrap;
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 500;
  line-height: 19.6px;
  text-transform: uppercase;
}
/* Heading Box Text */
.heading-box-2 {
  gap: 8px;
}
.display-xl-text {
  color: #434780;
  font-family: Recoleta;
  font-size: 41px;
  font-weight: 600;
  line-height: 48px;
  text-transform: capitalize;
}
.subtitle-text-checkout {
  color: #434780;
  font-family: Pangram;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.18px;
}
@media (max-width: 768px) {
  .display-xl-text {
    font-size: 32px;
    line-height: 38px;
  }
  .subtitle-text-checkout.fast-checkout-smaller {
    font-size: 16px;
  }
}
.rating-stars-text {
  color: #000;
  font-family: Pangram;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.32px;
}

/* OS CARD */
.os-card.next-selector-card {
  border-radius: 10px;
  border: 2px solid #DBDBDB;
  background: #FFF;
}

.os-card.next-bundle-card.next-selected.card-bundle-item {
  border-color: transparent;
}

.pack.pack--v2.next-toggle-card.next-in-cart.next-selected{
  background-color: transparent;
}

.os-card.next-bundle-card {
  border-radius: 10px;
  border: 2px solid #DBDBDB;
  background: #FFF;
  --component--color--outline: #434780;
}

.os-card.next-selector-card.next-selected {
  border-radius: 10px;
  border: 2px solid #434780;
  background: #F5F5FF;
  box-shadow: none !important;
}
.next-selected .radio-style-1 .radio-inner {
  width: 10px !important;
  height: 10px !important;
  background: #434780 !important;
}
.next-selected .radio-style-1 {
  background: #434780 !important;
  box-shadow: 0 0 0 .125rem #434780 !important;
}
.os-card__content {
  gap: 12px !important;
}
.card-image-slot {
  width: 88px !important;
  height: 88px !important;
  border-radius: 8px;
}
.card-image-slot .product-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 8px;
}
.os-card__title-wrapper {
  align-items: baseline !important;
  gap: 4px;
  flex-direction: column;
}
.price-retail-pack {
  color: #000;
  text-align: center;
  font-family: Pangram;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration-line: line-through;
  opacity: 0.5 !important;
}
.price-total-pack {
  color: #000;
  text-align: center;
  font-family: Pangram;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}
.price-instant-savings {
  color: #44B100;
  text-align: right;
  font-family: Pangram;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.card-title {
  color: #434780;
  font-family: Recoleta;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}
.card-description {
  color: #000;
  font-family: Pangram;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}
.top-card-lable {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  height: fit-content;
  color: #FFF;
  text-align: center;
  font-family: Pangram;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.top-card-lable.red {
  background: #D63029;
}
.top-card-lable.green {
  background: #44B100;
}
.top-card-lable.purple {
  background: #434780;
}
.cards-wrapper-absolute {
  position: absolute;
  top:-12px;
  right: 12px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: end;
  pointer-events: none;
}
.main-content-card-wrapper {
  display: flex;
  flex-direction: row;
  gap: 12px;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.radio-style-1 {
  width: 16px !important;
  height: 16px !important;
}
.os-cards__vertical.os--gap-m{
  gap: 18px !important;
}
.selector-block.selected {
  border-radius: 10px;
  border: 2px solid #434780;
  background: #F5F5FF;
  pointer-events: none;
}
dynamic-selectors {
  display: block;
}
body:has(.selector-block.selected.js-standart-size) [data-size-group="standard"]:not(.jc-ignore-hidden),
body:has(.selector-block.selected.js-king-size) [data-size-group="king"]:not(.jc-ignore-hidden) {
  display: block !important;
}
body:has(.selector-block.selected.js-king-size) [data-size-group="standard"]:not(.jc-ignore-hidden),
body:has(.selector-block.selected.js-standart-size) [data-size-group="king"]:not(.jc-ignore-hidden) {
  display: none !important;
}
dynamic-selectors[data-selected-size="standard"] [data-size-group="standard"]:not(.jc-ignore-hidden),
dynamic-selectors[data-selected-size="king"] [data-size-group="king"]:not(.jc-ignore-hidden) {
  display: block !important;
}
dynamic-selectors[data-selected-size="king"] [data-size-group="standard"]:not(.jc-ignore-hidden),
dynamic-selectors[data-selected-size="standard"] [data-size-group="king"]:not(.jc-ignore-hidden) {
  display: none !important;
}
.msg-label[data-badge=""] {
  display: none;
}
.pack-upsell-container--v2 [data-next-toggle][data-next-is-upsell="true"] {
  display: none;
}
body:has(.bundle-standard-4.next-selected) .pack-upsell-container--v2 .upsell-for-standard-4,
body:has(.bundle-standard-4[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-standard-4,
body:has(.bundle-standard-2.next-selected) .pack-upsell-container--v2 .upsell-for-standard-2,
body:has(.bundle-standard-2[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-standard-2,
body:has(.bundle-standard-1.next-selected) .pack-upsell-container--v2 .upsell-for-standard-1,
body:has(.bundle-standard-1[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-standard-1,
body:has(.bundle-king-4.next-selected) .pack-upsell-container--v2 .upsell-for-king-4,
body:has(.bundle-king-4[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-king-4,
body:has(.bundle-king-2.next-selected) .pack-upsell-container--v2 .upsell-for-king-2,
body:has(.bundle-king-2[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-king-2,
body:has(.bundle-king-1.next-selected) .pack-upsell-container--v2 .upsell-for-king-1,
body:has(.bundle-king-1[data-next-selected="true"]) .pack-upsell-container--v2 .upsell-for-king-1 {
  display: flex;
}
.pack-upsell-container--v2 .pack--v2.next-in-cart .pack__checkbox--v2::after {
  opacity: 1;
}
@media (max-width: 991px) {
  .main-content-card-wrapper {
    flex-direction: column;
    align-items: baseline;
  }
  .os-card__pricing {
    align-items: baseline !important;
  }
  .card-image-slot {
    width: 64px !important;
    height: 64px !important;
    align-self: self-start;
  }
  .radio-style-1 {
    align-self: self-start;
    margin-top: 24px;
  }
}
/* PAYMENT METHODS */
.submit-button__main-text {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 19px;
  font-weight: 700;
  line-height: 22.8px;
  text-transform: uppercase;
}
.submit-button {
  min-height: 56px !important;
  height: 56px;
}
.submit-section__disclaimer.new-checkout-style {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-weight: 500;
}
.cart-box {
  border: none !important;
  padding: 0 !important;
}
.order-text-regular, .order-values-text {
  color: #000;
  font-family: Inter;
  font-size: 14px;
}

.order-values-text.green-text {
  color: #44B100;
}

.order-text-regular {
  font-weight: 600;
}
.order-values-text {
  font-weight: 700;
}
.order-totals__value--total.order-values-text {
  font-size: 16px;
}
.checkbox__input {
  accent-color: #8A8A8A !important;
}
.form-input-icon.new-icons {
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
}

/* UPSSELL */

.pack {
  position: relative;
  margin-top: 8px;
}

.pack__badge {
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
  margin-bottom: -11px;
  position: relative;
  z-index: 2;
}

.pack__badge-label {
  background: #d63029;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 100%;
}

pack-upsell-sync.pack-upsell-container {
  display: block;
}

.pack__card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.pack__checkbox{
  width: 20px;
  height: 20px;
  border: 2px solid #434780;
  border-radius: 6px;
  background: none;
  padding: 0;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
}

.pack__checkbox.next-in-cart::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1' y='1' width='18' height='18' rx='5' fill='%23434780' stroke='%23434780' stroke-width='2'/%3E%3Cpath d='M15.309 5.87377C14.8729 5.40273 14.1278 5.40339 13.6926 5.87519L8.11353 11.9223L6.23139 10.2939C5.74173 9.87025 4.99502 9.95327 4.61038 10.4741C4.26582 10.9407 4.33807 11.5938 4.77629 11.9738L7.52941 14.3611L8.26882 15L8.94118 14.2712L15.3103 7.3677C15.6997 6.94564 15.6991 6.29514 15.309 5.87377Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #434780;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.pack__checkbox[aria-pressed="true"]::after {
  opacity: 1;
}

.pack__img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}

.pack__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.pack__title {
  font-family: 'Recoleta', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #434780;
  line-height: 100%;
}

.pack__qty {
  display: none;
  align-items: center;
  gap: 8px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 8px;
  width: fit-content;
}


.pack:not(:has(.pack__checkbox.next-in-cart)) .pack__qty {
  pointer-events: none;
  opacity: 0.6;
}

.pack__qty-btn {
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 100%;
  padding: 0;
  color: #374151;
}

.pack__qty-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.pack__qty-val {
  width: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 100%;
}

.pack__prices {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
  align-self: center;
  margin-left: 4px;
}

.pack__price-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  white-space: nowrap;
  line-height: 100%;
}

.pack__price-original {
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 500;
}

.pack__price-sale {
  font-weight: 700;
}

.pack__savings {
  font-size: 14px;
  font-weight: 700;
  color: #44b100;
  letter-spacing: -0.14px;
  text-align: right;
}

@media (max-width: 767px) {
  .pack {
    margin-top: -8px;
  }

  .pack__info {
    gap: 4px;
  }

  .pack__badge-label {
    font-size: 12px;
  }

  .pack__img {
    width: 64px;
    height: 64px;
  }

  .pack__prices {
    width: 100%;
    align-items: flex-start;
    padding-left: 104px;
  }

  .pack__savings {
    text-align: left;
  }
}

/* PACK UPSELL V2 */
.pack-upsell-container--v2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pack-upsell-title--v2 {
  margin-block: 8px;
  color: #000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
}

.pack-upsell-container--v2 .pack--v2 {
  position: relative;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.pack-upsell-container--v2 .pack__badge--v2 {
  display: flex;
  justify-content: flex-end;
  padding: 0 12px;
  margin-bottom: -11px;
  position: relative;
  z-index: 2;
}

.pack-upsell-container--v2 .pack__badge-label--v2 {
  background: #d63029;
  color: #fff;
  font-family: "Pangram", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 100%;
  letter-spacing: normal;
}

.pack-upsell-container--v2 .pack__card--v2 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  padding: 16px;
  border: 2px dashed #dbdbdb;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
}

.pack-upsell-container--v2 .pack__checkbox--v2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 2px solid #434780;
  border-radius: 6px;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  box-sizing: border-box;
}

.pack-upsell-container--v2 .pack__checkbox--v2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1' y='1' width='18' height='18' rx='5' fill='%23434780' stroke='%23434780' stroke-width='2'/%3E%3Cpath d='M15.309 5.87377C14.8729 5.40273 14.1278 5.40339 13.6926 5.87519L8.11353 11.9223L6.23139 10.2939C5.74173 9.87025 4.99502 9.95327 4.61038 10.4741C4.26582 10.9407 4.33807 11.5938 4.77629 11.9738L7.52941 14.3611L8.26882 15L8.94118 14.2712L15.3103 7.3677C15.6997 6.94564 15.6991 6.29514 15.309 5.87377Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #434780;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.pack-upsell-container--v2 .pack__img--v2 {
  width: 88px;
  height: 88px;
  flex-shrink: 0;
}

.pack-upsell-container--v2 .pack__info--v2 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.pack-upsell-container--v2 .pack__info-col--v2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  min-width: 0;
}

.pack-upsell-container--v2 .pack__title--v2 {
  font-family: "Recoleta", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #434780;
  line-height: 100%;
  letter-spacing: normal;
}

.pack-upsell-container--v2 .pack-upsell-description--v2 {
  margin: 0;
  color: #000;
  font-family: "Pangram", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.pack-upsell-container--v2 .pack__qty--v2 {
  display: none;
}

.pack-upsell-container--v2 .pack--v2:not(:has(.pack__checkbox--v2.next-in-cart)) .pack__qty--v2 {
  pointer-events: none;
  opacity: 0.6;
}

.pack-upsell-container--v2 .pack__prices--v2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  flex-shrink: 0;
  width: 168px;
  max-width: 100%;
  margin-left: 0;
  align-self: baseline;
}

.pack-upsell-container--v2 .pack__price-row--v2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  font-size: 20px;
  line-height: 100%;
  color: #000;
  white-space: nowrap;
  width: 100%;
}

.pack-upsell-container--v2 .pack__price-original--v2 {
  font-family: "Pangram", sans-serif;
  font-weight: 500;
  opacity: 0.5;
  text-decoration: line-through;
  letter-spacing: normal;
}

.pack-upsell-container--v2 .pack__price-sale--v2 {
  font-family: "Pangram", sans-serif;
  font-weight: 700;
  letter-spacing: normal;
}

.pack-upsell-container--v2 .pack__savings--v2 {
  font-family: "Pangram", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #44b100;
  letter-spacing: -0.14px;
  text-align: right;
  width: 100%;
}

@media (max-width: 991px) {
  .pack-upsell-title--v2 {
    margin-top: -8px;
  }
}

@media (max-width: 767px) {
  .pack-upsell-container--v2 .pack__badge-label--v2 {
    font-size: 12px;
  }

  .pack-upsell-container--v2 .pack__card--v2 {
    display: grid;
    grid-template-columns: 20px 64px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    align-items: center;
    min-height: 152px;
  }

  .pack-upsell-container--v2 .pack__checkbox--v2 {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }

  .pack-upsell-container--v2 .pack__img--v2 {
    width: 64px;
    height: 64px;
    grid-column: 2;
    grid-row: 1;
  }

  .pack-upsell-container--v2 .pack__info--v2 {
    display: contents;
  }

  .pack-upsell-container--v2 .pack__info-col--v2 {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
  }

  .pack-upsell-container--v2 .pack__prices--v2 {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    align-items: flex-start;
    padding-left: 108px;
    box-sizing: border-box;
  }

  .pack-upsell-container--v2 .pack__price-row--v2 {
    justify-content: flex-start;
  }

  .pack-upsell-container--v2 .pack__savings--v2 {
    text-align: left;
  }
}

/* Add to Cart Button */
.js-toggle-shipping.button-add-to-cart.button-yellow {
  color: #434780;
  text-align: center;
  font-family: "Pangram", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-transform: uppercase;
  padding-block: 15px;
  border-radius: 6px;
  background: #F1CF14;
  width: 100%;
  cursor: pointer;
  border: none;
  display: block;
  transition:
    transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1),
    background-color 0.22s ease,
    filter 0.22s ease;
}

.js-toggle-shipping.button-add-to-cart.button-yellow:hover {
  transform: translateY(-2px);
  background: #F8E038;
  filter: saturate(1.08) brightness(1.02);
}

.js-toggle-shipping.button-add-to-cart.button-yellow:active {
  transform: translateY(0);
  transition-duration: 0.08s;
  filter: brightness(0.97);
}

@media (prefers-reduced-motion: reduce) {
  .js-toggle-shipping.button-add-to-cart.button-yellow {
    transition: none;
    transform: none;
  }
}

.jc-second-step-show,
.jc-second-step-hide {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Showing */
.jc-checkout-form-container[data-next-show-data="true"] .jc-second-step-show,
.jc-checkout-form-container[data-next-show-data="false"] .jc-second-step-hide {
  opacity: 1;
  transform: translateY(0);

  @starting-style {
    opacity: 0;
    transform: translateY(10px);
  }
}

.jc-mobile-margin-smaller {
  margin-top: -8px;
}

@media (max-width: 768px) {
  .jc-mobile-margin {
    margin-top: 8px;
  }
}

/* Hiding */
html.next-display-ready .jc-checkout-form-container[data-next-show-data="false"] .jc-second-step-show {
  display: none;
}

html.next-display-ready .jc-checkout-form-container[data-next-show-data="true"] .jc-second-step-hide {
  display: none;
}
.jc-checkout-form-container[data-next-show-data="false"] .jc-second-step-show,
.jc-checkout-form-container[data-next-show-data="true"] .jc-second-step-hide {
  opacity: 0;
  transform: translateY(10px);
}

/* Upsell Container Wrapper Warranty */
.upsell-container-wrapper-warranty {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Switch Active State - Using parent class */
.upsell.next-toggle-card.next-in-cart.next-selected.next-active.os--active .os-slider {
  background-color: transparent;
  border-color: #434780;
}

.upsell.next-toggle-card.next-in-cart.next-selected.next-active.os--active .os-slider:before {
  transform: translateY(-50%) translateX(20px);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l5 5L20 7' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}