/* 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: 10px;
}

.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: 15.5px;
  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;
}

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

.checkout-temp .review-header {
  display: flex;
  gap: 15px;
  width: 100%;
  flex-direction: row;
}

.checkout-temp .review-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

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

.checkout-temp .review-stars {
  display: flex;
  gap: 1.27px;
  height: 16px;
}

.checkout-temp .review-stars img,
.checkout-temp .review-stars svg {
  width: 15.94px;
  height: 16px;
}

.checkout-temp .review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden;
  flex-shrink: 0;
}

.checkout-temp .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.checkout-temp .review-footer {
  display: flex;
  align-items: center;
  gap: 6px;
}

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

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

.checkout-temp .review-verified {
  display: flex;
  align-items: center;
  gap: 4px;
}

.checkout-temp .review-verified-icon {
  width: 16px;
  height: 16px;
}

.checkout-temp .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: 40px;
  }
}

@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 .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;
  }
}
.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-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;
}
body:has(.selector-block.selected.js-standart-size) [data-selector-standard],
body:has(.selector-block.selected.js-king-size) [data-selector-king] {
  display: block !important;
}
body:not(:has(.selector-block.selected.js-standart-size)) [data-selector-standard],
body:not(:has(.selector-block.selected.js-king-size)) [data-selector-king] {
  display: none !important;
}
@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-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;
}