/** Shopify CDN: Minification failed

Line 216:0 Unexpected "}"

**/
.dexsent-customs-modal[hidden] {
  display: none !important;
}

.dexsent-customs-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.dexsent-customs-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.dexsent-customs-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 490px);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 40px 34px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 24px;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  animation: dexsent-customs-open 0.22s ease-out;
}

.dexsent-customs-modal__close {
  position: absolute;
  top: 14px;
  right: 17px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #555555;
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}

.dexsent-customs-modal__label {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
}

.dexsent-customs-modal__title {
  margin: 0 0 20px;
  font-size: clamp(25px, 5vw, 31px);
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
}

.dexsent-customs-modal__text {
  margin: 0 0 14px;
  color: #454545;
  font-size: 15px;
  line-height: 1.65;
  text-align: center;
}

.dexsent-customs-modal__important {
  margin: 0 0 24px;
  color: #111111;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.55;
  text-align: center;
}

.dexsent-customs-modal__agreement {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 22px;
  padding: 16px;
  border: 1px solid #dddddd;
  border-radius: 14px;
  background: #fafafa;
  cursor: pointer;
}

.dexsent-customs-modal__agreement input {
  width: 19px;
  height: 19px;
  min-width: 19px;
  margin: 2px 0 0;
  accent-color: #111111;
  cursor: pointer;
}

.dexsent-customs-modal__agreement span {
  font-size: 14px;
  line-height: 1.5;
}

.dexsent-customs-modal__continue,
.dexsent-customs-modal__return {
  width: 100%;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  transition:
    opacity 0.18s ease,
    background 0.18s ease,
    transform 0.18s ease;
}

.dexsent-customs-modal__continue {
  border: 1px solid #111111;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
}

.dexsent-customs-modal__continue:not(:disabled):hover {
  background: #292929;
  transform: translateY(-1px);
}

.dexsent-customs-modal__continue:disabled {
  border-color: #c9c9c9;
  background: #c9c9c9;
  color: #ffffff;
  cursor: not-allowed;
}

.dexsent-customs-modal__return {
  margin-top: 10px;
  border: 1px solid transparent;
  background: transparent;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
}

.dexsent-customs-modal__return:hover {
  text-decoration: underline;
}

body.dexsent-customs-open {
  overflow: hidden;
}

@keyframes dexsent-customs-open {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media screen and (max-width: 520px) {
  .dexsent-customs-modal {
    align-items: flex-end;
    padding: 10px;
  }

  .dexsent-customs-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 20px);
    padding: 36px 22px 22px;
    border-radius: 24px 24px 18px 18px;
  }

  .dexsent-customs-modal__title {
    font-size: 25px;
  }

  .dexsent-customs-modal__text,
  .dexsent-customs-modal__important {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dexsent-customs-modal__dialog {
    animation: none;
  }
}
#DexsentCustomsModal[hidden] {
  display: none !important;
}

#DexsentCustomsModal:not([hidden]) {
  display: flex !important;
}
}