/* Funnel checkout — layout + UX on top of Webflow checkout.css */

.u-fontcolor-white { color: #fff; }

.u-h3 {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-family: "Stolzl Book", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.35;
}

.cart-link { color: #f4175b; text-decoration: underline; text-underline-offset: 2px; }

.frame.frame--checkout {
  background: var(--black, #13162a);
}

.topbar.topbar--checkout {
  max-width: min(84rem, 100%);
  padding-bottom: 0.25rem;
}

.topbar.topbar--checkout .progress {
  display: none;
}

.screen.screen--checkout {
  position: relative;
  inset: auto;
  min-height: auto;
  max-width: min(84rem, 100%);
  padding: 0.25rem var(--page-padding, 1.25rem) 2.5rem;
  padding-bottom: max(2.5rem, env(safe-area-inset-bottom));
}

/* Boot error banner (checkout page is visible immediately; scripts init in background) */
.checkout-boot-error {
  margin: 0 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(244, 23, 91, 0.35);
  background: rgba(244, 23, 91, 0.1);
  color: #ff8fab;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
  text-align: center;
}

.checkout-boot-error[hidden] {
  display: none !important;
}

/* Header */
.checkout-funnel-header {
  margin-bottom: 1.75rem;
  text-align: center;
}

.checkout-funnel-eyebrow {
  margin: 0 0 0.35rem;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f4175b;
}

.checkout-funnel-title {
  margin: 0 0 0.5rem;
  font-family: Stolzl, Arial, sans-serif;
  font-size: clamp(1.6rem, 4.5vw, 2.15rem);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
}

.checkout-funnel-sub {
  margin: 0 auto;
  max-width: 28rem;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
}

.checkout-page { width: 100%; }

.checkout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: start;
}

.checkout-card {
  background: rgba(24, 27, 46, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.1rem;
  padding: 1.35rem;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.checkout-card--summary {
  background: #1c1f35;
  border-color: rgba(255, 255, 255, 0.06);
  padding: 1.15rem 1.1rem 1.1rem;
}

.checkout-summary-stack {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  width: 100%;
}

.checkout-summary-heading {
  margin-bottom: 0.25rem;
}

.checkout-summary-heading .u-h3 {
  font-size: 1.15rem;
  font-weight: 400;
}

.checkout-summary-tagline {
  margin: 0.45rem 0 0;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.58);
}

.checkout-summary-item {
  display: grid;
  grid-template-columns: 5.5rem minmax(0, 1fr);
  gap: 1rem 1.15rem;
  align-items: start;
  margin-top: 0;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-summary-item .cart-product-image-wrapper.is-test {
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
}

.checkout-summary-item .cart-product-image {
  width: auto;
  max-width: 5.5rem;
  height: auto;
  max-height: 5.5rem;
  object-fit: contain;
}

.checkout-summary-item .cart-product-image.is-lowered-down {
  aspect-ratio: auto;
  border: none;
  border-radius: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 5rem;
  margin-top: 0;
  top: 0.35rem;
  position: relative;
  object-fit: contain;
}

.checkout-summary-item.cart-product-main {
  min-width: 0;
}

.checkout-summary-item .cart-product-info-wrapper {
  width: 100%;
  min-width: 0;
}

.checkout-summary-item .product-quantity {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.checkout-summary-item .product_name-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.checkout-summary-item .product-info-subheading-wrapper {
  max-width: 100%;
  margin-top: 0.1rem;
}

.checkout-summary-item .product-subheading-text {
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.checkout-summary-item .product-text {
  font-size: 0.92rem;
  margin-bottom: 0;
}

.checkout-summary-item .price,
.checkout-summary-item .price-test {
  flex-shrink: 0;
  text-align: right;
  white-space: nowrap;
}

.checkout-summary-free,
.checkout-summary-free strong {
  color: #f4175b !important;
  font-weight: 600 !important;
}

.checkout-summary-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.85rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(244, 23, 91, 0.1);
  border: 1px solid rgba(244, 23, 91, 0.22);
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
}

.checkout-summary-badge__dot {
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #3dd68c;
  box-shadow: 0 0 0 3px rgba(61, 214, 140, 0.2);
}

.checkout-section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.checkout-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.checkout-section--compact {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

.checkout-section__head {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.checkout-section__icon {
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(244, 23, 91, 0.14);
  border: 1px solid rgba(244, 23, 91, 0.28);
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  color: #f4175b;
}

.checkout-field-label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
}

.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.checkout-legal {
  margin: 1.35rem 0 0;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  font-family: Plusjakartasans, Arial, sans-serif;
}

/* Inputs */
.screen--checkout .checkout-input-field,
.screen--checkout .input,
.screen--checkout .checkout-select-field,
.screen--checkout .checkout-select-state,
.screen--checkout .code-input {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid #40435a;
  border-radius: 10px;
  color: #fff;
  min-height: 48px;
  font-family: Plusjakartasans, Arial, sans-serif;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.screen--checkout .checkout-select-field,
.screen--checkout .checkout-select-state {
  padding-right: 2.75rem;
  background-image: url(images/chevron-down.svg);
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
  background-size: 0.85rem auto;
  appearance: none;
}

.screen--checkout .checkout-input-field:focus,
.screen--checkout .input:focus,
.screen--checkout .checkout-select-field:focus,
.screen--checkout .checkout-select-state:focus,
.screen--checkout .code-input:focus {
  border-color: rgba(244, 23, 91, 0.55);
  box-shadow: 0 0 0 3px rgba(244, 23, 91, 0.12);
  outline: none;
}

.screen--checkout .field-group { margin-bottom: 0.75rem; }

.checkout-address-row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr;
  gap: 0.75rem;
}

.checkout-subheading-text {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.875rem;
  margin: 0.2rem 0 0;
}

.checkout-section__head .u-h3 {
  font-size: 1.25rem;
  line-height: 1.35;
}

.checkout-newsletter {
  margin-top: 0.25rem;
}

.elonga-visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.elonga-shipping-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  cursor: default;
}

.elonga-shipping-pill__label {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.95rem;
  color: #fff;
}

.elonga-shipping-pill__price {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: #3dd68c;
}

/* Payment options */
.payment-options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.payment-options .radio-button-field,
.payment-options .elonga-payment-option {
  display: flex !important;
  align-items: flex-start;
  gap: 0.85rem;
  height: auto !important;
  min-height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1rem 1.1rem !important;
  margin-bottom: 0;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.02);
  transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}

.payment-options .elonga-payment-option--card,
.payment-options .elonga-payment-option--paypal {
  align-items: center;
}

.elonga-payment-option__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}

.payment-options .cards-image,
.payment-options .elonga-payment-option__cards,
.payment-options .paypal-image,
.payment-options .elonga-payment-option__paypal {
  width: auto;
  max-width: 6.75rem;
  max-height: 1.65rem;
  margin: 0;
  flex-shrink: 0;
  object-fit: contain;
  align-self: center;
  opacity: 0.92;
}

.payment-options .radio-button-field:hover {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.payment-options .radio-button-field:has(input:checked),
.payment-options .elonga-payment-option:has(input:checked) {
  border-color: rgba(244, 23, 91, 0.55);
  background: linear-gradient(135deg, rgba(244, 23, 91, 0.1), rgba(244, 23, 91, 0.03));
  box-shadow: 0 0 0 1px rgba(244, 23, 91, 0.18), 0 10px 24px rgba(244, 23, 91, 0.08);
}

.payment-options .delivery-radio-button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  background-image: none;
  align-self: center;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.payment-options .delivery-radio-button.w--redirected-checked {
  border-color: #f4175b;
  background-color: transparent;
  background-image: radial-gradient(circle, #f4175b 0 5px, transparent 5px);
  background-size: auto;
  box-shadow: 0 0 0 3px rgba(244, 23, 91, 0.14);
}

.elonga-payment-option__body .deliver-checkbox-text {
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.3;
}

.elonga-payment-option__hint {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.5);
}

.payment-options .radio-button-field:has(input:checked) .elonga-payment-option__hint {
  color: rgba(255, 255, 255, 0.62);
}

.elonga-paypal-notice {
  margin-top: -0.15rem;
}

.elonga-paypal-notice__inner {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.elonga-paypal-notice__icon {
  width: 1.65rem;
  height: 1.65rem;
  flex-shrink: 0;
  margin-top: 0.05rem;
  opacity: 0.85;
}

.elonga-paypal-notice__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.84rem;
  line-height: 1.45;
}

.checkout-submit-button.continue-v25 {
  width: 100%;
  margin-top: 1.35rem;
  min-height: 54px;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  border-radius: 12px;
  border: none;
  color: #fff;
  background: linear-gradient(23deg, #f4175b 25%, #f73571 94%);
  box-shadow: 0 10px 28px rgba(244, 23, 91, 0.28);
  transition: opacity 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.checkout-submit-button.continue-v25:hover:not(:disabled) {
  opacity: 0.95;
  transform: translateY(-1px);
  box-shadow: 0 14px 32px rgba(244, 23, 91, 0.34);
}

.checkout-submit-button.continue-v25:disabled {
  opacity: 0.5;
  cursor: wait;
  box-shadow: none;
}

/* Order summary */
.cart-product-wrapper {
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-card--summary .cart-product-wrapper {
  border-bottom: none;
}

.cart-product-wrapper .price,
.cart-product-wrapper .price-test {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

.checkout-price-skeleton {
  display: inline-block;
  min-width: 3.5rem;
  height: 1rem;
  border-radius: 4px;
  background: linear-gradient(90deg, rgba(255,255,255,0.06) 25%, rgba(255,255,255,0.12) 50%, rgba(255,255,255,0.06) 75%);
  background-size: 200% 100%;
  animation: checkout-shimmer 1.2s ease-in-out infinite;
}

@keyframes checkout-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

.cart-prices-summary {
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cart-prices-summary .subtotal,
.cart-prices-summary .discount,
.cart-prices-summary .delivery,
.cart-prices-summary .total-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.45rem 0;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.82);
}

.cart-prices-summary .subtotal-price .cart-text {
  text-align: right;
}

.total-price-row {
  margin-top: 0.65rem;
  padding-top: 1rem !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: flex-end !important;
}

.total-price-row .total-price-text {
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
}

.checkout-summary-total {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.15rem;
}

.checkout-summary-tax {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.72rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.45);
  text-align: right;
}

.checkout-voucher-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.5rem;
  align-items: start;
}

.checkout-voucher-row .code-button {
  min-height: 48px;
  padding: 0 1rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.88rem;
  cursor: pointer;
}

.checkout-voucher-row .code-button:hover {
  border-color: rgba(244, 23, 91, 0.4);
  background: rgba(244, 23, 91, 0.08);
}

.checkout-trust-row {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.checkout-trust-row--outside {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
  gap: 0.65rem;
}

.checkout-trust-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 1rem 1.15rem;
  border-radius: 12px;
  background: #1c1f35;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.92);
  text-align: center;
}

.checkout-trust-badge__hl {
  color: #f4175b;
  font-weight: 700;
}

/* intl-tel-input — dark theme (see https://intl-tel-input.com/docs/theming) */
body[data-theme="dark"],
.screen--checkout {
  --iti-border-color: #40435a;
  --iti-country-selector-bg: #202336;
  --iti-icon-color: rgba(255, 255, 255, 0.78);
  --iti-hover-color: rgba(255, 255, 255, 0.08);
}

.elonga-us-phone-iti {
  --iti-border-color: #40435a;
  --iti-country-selector-bg: #202336;
  --iti-icon-color: rgba(255, 255, 255, 0.78);
  --iti-hover-color: rgba(255, 255, 255, 0.08);
  width: 100%;
  border: 1px solid var(--iti-border-color);
  border-radius: 10px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.phone-wrapper .us-phone_input,
.phone-wrapper .us-phone_input input,
.phone-wrapper .checkout-input-field {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

.elonga-us-phone-iti .iti__country-container,
.elonga-us-phone-iti .iti__selected-country {
  background: var(--iti-country-selector-bg) !important;
  border-right: 1px solid var(--iti-border-color);
  border-radius: 10px 0 0 10px;
}

.elonga-us-phone-iti .iti__selected-country:hover,
.elonga-us-phone-iti .iti__selected-country:focus {
  background: var(--iti-hover-color) !important;
}

.elonga-us-phone-iti .iti__tel-input,
.elonga-us-phone-iti #phone-number-w-prefix {
  border: none !important;
  box-shadow: none !important;
  outline: none;
  color: #fff;
  width: 100%;
  min-height: 46px;
  background: transparent;
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif;
}

.elonga-us-phone-iti:has(.error) {
  border-color: #f4175b;
}

/* Detached country dropdown (dropdownParent: body) */
.iti--container .iti__dropdown-content,
.iti__dropdown-content {
  background: #202336 !important;
  border: 1px solid #40435a !important;
  border-radius: 10px !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45) !important;
  color: #fff !important;
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif !important;
}

.iti__country-list {
  background: #202336 !important;
}

.iti__country {
  color: rgba(255, 255, 255, 0.92) !important;
}

.iti__country.iti__highlight {
  background: rgba(244, 23, 91, 0.14) !important;
}

.iti__country-name,
.iti__dial-code {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif !important;
}

.iti__search-input {
  background: #282b3c !important;
  color: #fff !important;
  border: 1px solid #40435a !important;
  border-radius: 8px !important;
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif !important;
}

.iti__search-input::placeholder {
  color: rgba(255, 255, 255, 0.45) !important;
}

.iti__selected-country-primary {
  color: #fff;
}

/* Order summary product copy */
.product-subheading-text,
.product-info-subheading-wrapper,
.product-info-subheading-wrapper .product-subheading-text,
.checkout-right-side .product-subheading-text {
  font-family: Plusjakartasans, "Plus Jakarta Sans", Arial, sans-serif !important;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.875rem;
  line-height: 1.55;
}

#paypal-bank-element {
  margin-top: 0.5rem;
  padding: 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

label.error {
  display: block;
  font-size: 0.82rem;
  margin-top: 0.4rem;
  color: #f4175b;
  font-family: Plusjakartasans, Arial, sans-serif;
}

input.error,
select.error,
.w-input.error {
  border-color: #f4175b !important;
}

.us-free-ship {
  display: inline-block;
  font-size: 0.47rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  background: #f4175b;
  color: #fff;
  padding: 0.1rem 0.32rem;
  text-transform: uppercase;
  margin-left: 0.32rem;
  border-radius: 3px;
  vertical-align: middle;
  line-height: 1.25;
}

/* Express checkout + continent tabs */
.checkout-continet-selector,
.checkout-continent-selector {
  display: block;
  margin-bottom: 1.5rem;
  padding-bottom: 0;
}

.checkout-continet-selector .checkout-subheading-text {
  margin-top: 0.35rem;
}

.continent-tabs-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 1rem;
  font-family: Plusjakartasans, Arial, sans-serif;
}

.continent-menu_link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  cursor: pointer;
}

.continent-menu_link:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.continent-menu_link.w--current {
  background: linear-gradient(23deg, #f4175b 25%, #f73571 94%);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 8px 20px rgba(244, 23, 91, 0.25);
}

.continent-menu_link--full {
  grid-column: 1 / -1;
}

.continent-tab_body {
  margin-top: 0.75rem;
}

.continent-tab-pane {
  display: none;
}

.continent-tab-pane.w--tab-active {
  display: block;
}

.continent-tab-pane[hidden] {
  display: none !important;
}

.express-checkout {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0.5rem 0 0.25rem;
  min-height: 2.75rem;
}

.elonga-express-checkout-mount {
  min-height: 2.75rem;
}

.elonga-express-checkout-status {
  margin: 0.35rem 0 0 !important;
  font-size: 0.82rem !important;
  line-height: 1.45 !important;
  color: rgba(255, 255, 255, 0.65) !important;
  font-family: Plusjakartasans, Arial, sans-serif !important;
}

.checkout-subheading-text.is-divider {
  margin-top: 1.25rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  border-bottom: none;
  padding-bottom: 0;
}

.checkout-express-block {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.checkout-manual-gateway {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 1.35rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.checkout-manual-gateway[hidden] {
  display: none !important;
}

.checkout-manual-gateway__divider {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.15rem;
}

.checkout-manual-gateway__divider::before,
.checkout-manual-gateway__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.checkout-manual-gateway__or {
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  flex-shrink: 0;
}

.checkout-manual-gateway__hint {
  margin: 0;
  text-align: center;
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.48);
}

.checkout-manual-reveal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  min-height: 46px;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.88);
  font-family: Plusjakartasans, Arial, sans-serif;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: none;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.checkout-manual-reveal-btn__label {
  line-height: 1.2;
}

.checkout-manual-reveal-btn__chevron {
  font-size: 1.1rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-1px);
  transition: transform 0.15s ease, color 0.15s ease;
}

.checkout-manual-reveal-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.24);
  color: #fff;
  transform: none;
  box-shadow: none;
}

.checkout-manual-reveal-btn:hover .checkout-manual-reveal-btn__chevron {
  color: rgba(255, 255, 255, 0.75);
  transform: translate(1px, -1px);
}

.checkout-manual-reveal-btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

.checkout-manual-panel {
  margin-top: 1.5rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.checkout-manual-panel.is-collapsed {
  display: none;
}

.checkout-manual-panel__head {
  margin-bottom: 1.15rem;
}

.checkout-manual-panel__head .checkout-subheading-text {
  margin-top: 0.35rem;
}

html.elonga-express-disabled .checkout-manual-gateway {
  display: none !important;
}

.row-tab-pane .unsupported-country-block {
  margin-top: 0.5rem;
  padding: 1rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

@media (max-width: 991px) {
  .checkout-right_wrapper {
    order: -1;
  }

  .checkout-card--summary {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  .checkout-address-row,
  .field-row {
    grid-template-columns: 1fr;
  }

  .payment-options .radio-button-field,
  .payment-options .elonga-payment-option--paypal,
  .payment-options .elonga-payment-option--card {
    flex-wrap: wrap;
  }

  .payment-options .cards-image,
  .payment-options .elonga-payment-option__cards,
  .payment-options .paypal-image,
  .payment-options .elonga-payment-option__paypal {
    margin-left: calc(20px + 0.85rem);
  }

  .checkout-summary-stack {
    max-width: 100%;
  }

  .checkout-funnel-header {
    margin-bottom: 1.25rem;
  }

  .checkout-card {
    padding: 1.1rem;
  }
}

@media (min-width: 992px) {
  .checkout-grid {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: 2rem;
  }

  .checkout-summary-item .product-info-subheading-wrapper {
    max-width: 55%;
  }

  .checkout-funnel-header {
    text-align: left;
  }

  .checkout-funnel-sub {
    margin-left: 0;
  }

  .checkout-card--summary {
    position: sticky;
    top: 1rem;
  }

  .checkout-summary-stack {
    position: sticky;
    top: 1rem;
  }
}

@media (min-width: 1200px) {
  .screen.screen--checkout,
  .topbar.topbar--checkout {
    max-width: min(88rem, 100%);
  }

  .checkout-grid {
    grid-template-columns: minmax(0, 55fr) minmax(0, 45fr);
    gap: 2.25rem;
  }
}
