/* Terrikon integration overrides for the imported original landing. */
#home { padding-top: clamp(3.5rem, 8vw, 7.5rem); }
#marketplaces { padding-top: clamp(3rem, 7vw, 6rem); scroll-margin-top: 5.5rem; }
.main-slider__title strong, .text-\[\#FF197D\] { color: #0077ff !important; }
.bg-\[\#FF197D\] { background-color: #0077ff !important; }
.border-\[rgba\(255\,25\,125\,0\.25\)\] { border-color: rgba(0, 119, 255, 0.25) !important; }
.bg-\[rgba\(181\,0\,79\,0\.25\)\] { background-color: rgba(0, 73, 173, 0.2) !important; }
[data-account-action].account-tone--client_confirmed,
[data-mobile-account].account-tone--client_confirmed { background: #258735 !important; border-color: #258735 !important; color: #fff !important; }
[data-account-action].account-tone--client_unconfirmed,
[data-mobile-account].account-tone--client_unconfirmed { background: #f6c344 !important; border-color: #f6c344 !important; color: #312300 !important; }
[data-account-action].account-tone--employee,
[data-mobile-account].account-tone--employee { background: #7c3aed !important; border-color: #7c3aed !important; color: #fff !important; }

[data-marketplace-card] {
  background-color: #f8fbff !important;
  background-image: url('/landing-v2/assets/marketplace-block-bg.imuGyHmN.svg?v=20260903-css-surfaces1') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
[data-marketplace-card="wb"] { background-color: #fff7fc !important; }
[data-marketplace-card="ozon"],
[data-marketplace-card="ozon-mail"] { background-color: #f6f9ff !important; }
[data-marketplace-card="yandex"],
[data-marketplace-card="yandex-market"] { background-color: #fffaf2 !important; }

.original-order-drawer,
html [data-slot="dialog-content"].order-dialog__panel,
html [data-ozon-mail-price-dialog].ozon-mail-price-dialog {
  background-color: #f7fbff !important;
  background-image:
    radial-gradient(circle at 8% 0%, rgba(77, 149, 255, 0.13), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(126, 110, 238, 0.09), transparent 38%),
    linear-gradient(180deg, #fbfdff 0%, #f4f8fd 100%) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.original-order-drawer:has([data-ozon-mail-price-dialog]) > .original-order-drawer__close {
  visibility: hidden !important;
  pointer-events: none !important;
}
[data-ozon-mail-price-dialog] [data-slot="dialog-close"] {
  z-index: 2 !important;
  top: 0.55rem !important;
  right: 0.55rem !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  display: grid !important;
  place-items: center !important;
  pointer-events: auto !important;
}
@media (max-width: 40rem) {
  [data-hero-viewport] > .grid > .relative.flex.items-center.justify-center.order-1 { padding-top: 4rem; }
  [data-hero-viewport] > .grid > div:has(> .main-slider__title) { padding-bottom: 3.5rem; }
  #marketplaces { padding-top: 3.5rem; }

  .original-order-drawer:has(#wb-order-point) {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: contain;
    -webkit-overflow-scrolling: touch;
  }
  .pvz-combobox:has(#wb-order-point) .pvz-combobox__popover {
    position: fixed !important;
    z-index: 1200 !important;
    top: max(4.5rem, env(safe-area-inset-top, 0px)) !important;
    right: 0.75rem !important;
    bottom: max(0.75rem, env(safe-area-inset-bottom, 0px)) !important;
    left: 0.75rem !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
  }
  .pvz-combobox:has(#wb-order-point) .pvz-combobox__list {
    min-height: 0 !important;
    max-height: none !important;
    flex: 1 1 auto !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  [data-ozon-mail-price-dialog] {
    position: absolute !important;
    display: flex !important;
    z-index: 1201 !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 50% !important;
    width: calc(100% - 1rem) !important;
    height: auto !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: min(36rem, 82dvh) !important;
    flex-direction: column !important;
    overflow: hidden !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 1rem !important;
  }
  [data-ozon-mail-price-dialog] .ozon-mail-price-dialog__title { flex: 0 0 auto; }
  [data-ozon-mail-price-dialog] .ozon-mail-price-dialog__scroll {
    min-height: 0 !important;
    flex: 1 1 auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}
