.sense-cookie-notice.product-popup-modal__content {
  position: fixed;
  left: 24px;
  right: auto;
  bottom: 24px;
  top: auto;
  transform: none;
  margin: 0;
  width: 400px;
  max-width: calc(100vw - 32px);
  max-height: calc(100dvh - 32px);
  padding: 24px;
  z-index: 52;
  color: var(--color-body);
}
.sense-cookie-notice[hidden] { display: none; }
.sense-cookie-notice[data-position="right"] { left: auto; right: 24px; }
.sense-cookie-notice .rte { margin-bottom: 16px; }
.sense-cookie-notice .rte p { margin: 0; }
.sense-cookie-notice .button { align-self: flex-start; }
@media (max-width: 767px) {
  .sense-cookie-notice.product-popup-modal__content {
    left: 16px;
    right: 16px;
    bottom: calc(16px + env(safe-area-inset-bottom));
    width: calc(100vw - 32px);
  }
  .sense-cookie-notice--dock.product-popup-modal__content {
    bottom: calc(81px + env(safe-area-inset-bottom));
    max-height: calc(100dvh - 97px - env(safe-area-inset-bottom));
  }
}
