.eu-warranty-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  z-index: 100000000000000001;
}

.eu-warranty-overlay[hidden] {
  display: none;
}

.eu-warranty-dialog {
  background: #fff;
  border-radius: 10px;
  max-width: 210mm;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  padding: 10px;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: eu-warranty-fade-in 0.15s ease-out;
}

@media (min-width: 992px) {
  .eu-warranty-dialog {
    max-width: calc(210mm + 90px);
    padding-left: 45px;
    padding-right: 45px;
  }
}

@keyframes eu-warranty-fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .eu-warranty-dialog {
    animation: none;
  }
}

.eu-warranty-close {
  flex-shrink: 0;
  background: rgba(255,255,255,.7);
  border: none;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  padding: 6px;
  border-radius: 6px;
  color: #333;
  width: 32px;
  position: absolute;
  top: 5px;
  right: 5px;
}

.eu-warranty-close:hover {
  background: #f0f0f0;
}

.eu-warranty-close:focus-visible {
  outline: 3px solid #003399 !important;
  outline-offset: 2px;
}

.eu-warranty-dialog__body {
  flex: 1 1 auto;
  min-height: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #222;
  text-align: center;
}

.eu-warranty-dialog__body img,
.eu-warranty-dialog__body svg {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: calc(100vh - 58px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.eu-warranty-dialog__body a {
  color: #003399;
  outline-offset: 2px;
  display: block;
}

.eu-warranty-dialog__body a:hover {
  color: #003399;                                                
  text-decoration: underline;
}

.eu-warranty-dialog__body span {
  text-align: center;
  line-height: 1;
  display: block;
}

.eu-warranty-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.well.eu-warranty-checkout-box {
  font-size: 15px;
  padding: 15px;
}

.eu-warranty-checkout-box img {
  width: 210mm;
  height: auto;
  max-width: 100%;
}

.eu-warranty-checkout-box a:not(.btn) {
  color: #003399;
  outline-offset: 2px;
  display: inline-block;
}

.eu-warranty-checkout-box a:not(.btn):hover {
  color: #003399;                                                
  text-decoration: underline;
}

.eu-warranty-checkout-box span {
  text-align: center;
  display: block;
}

.basketItemDesc svg {
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 360px;
}
#basket_list svg {
  width: auto;
  height: auto;
  max-width: 100%;
}