*,
*::after,
*::before {
  box-sizing: border-box;
}

@font-face {
  font-family: "sofiaPro";
  src: local("sans-serif"), url("/assets/SofiaProBold.ttf") format("woff2");
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "sofiaPro";
  src: local("sans-serif"), url("/assets/SofiaProSemiBold.ttf") format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "sofiaPro";
  src: local("sans-serif"), url("/assets/SofiaProLight.ttf") format("woff2");
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "sofiaPro";
  src: local("sans-serif"), url("/assets/SofiaProRegular.ttf") format("woff2");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "sofiaPro";
  src: local("sans-serif"),
    url("/assets/SofiaProExtraLight.ttf") format("woff2");
  font-weight: 100;
  font-display: swap;
}

:root {
  --black: var(--black);
  --green-50: #fafbeb;
  --green-100: #bece33;
  --green-200: #cadb36;
  --grey-50: #e6e6e6;
  --grey-200: #757575;
  --highlight: #bece33;
  --max-width: 70rem;
  --max-width-header: 100rem;
  --content-side-padding: max(2rem, calc(54vw - var(--max-width) / 2));
  --header-side-padding: max(2rem, calc(54vw - var(--max-width-header) / 2));
  --font-family: sofiaPro, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}
/* Mobile view first */

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  max-width: 100%;
  min-height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}

html,
body,
body {
  overflow-x: hidden;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

header {
  justify-content: space-between;
  max-width: 100%;
  border-bottom: 1px solid var(--grey-50);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: stretch;
  gap: 0.5rem;
  border-top: 0.5rem var(--green-100) solid;
}

header > a > img {
  height: 2rem;
}

header > * {
  padding: 1em;
  border-right: 1px solid var(--grey-50);
}

header > nav {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 0.7rem;
}

header > .loginBtn {
  font-size: 0.7rem;
}

header > nav > a {
  text-decoration: none;
  color: var(--black);
  display: none;
}

header > button {
  background: none;
  border: none;
  cursor: pointer;
  border-right: 1px solid var(--grey-50);
  color: var(--black);
  font-size: smaller;
  white-space: nowrap;
}

.profile {
  margin: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.profile > aside {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.profile > aside > div {
  background-color: white;
  max-width: 10rem;
  margin: auto;
  position: absolute;
  top: 4.2rem;
  right: 0;
  display: none;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.07);
  z-index: 1;
}

.profile > aside > div > h1 {
  margin: 1rem 5rem 1rem 1rem;
  padding: 0;
  display: none;
  font-weight: 300;
}

.profile > aside > div > * {
  padding: 1em;
  display: flex;
  text-decoration: none;
  gap: 1em;
  align-items: center;
  margin-right: 1em;
}

.profile > aside > div > a {
  text-decoration: none;
  color: black;
}

.profile > aside > div > .selected {
  background-color: rgba(202, 219, 54, 0.3);
}

.profile > aside > div > button {
  border: none;
  background: none;
  padding: 1em;
  font-size: 1rem;
  cursor: pointer;
}

.intro {
  padding-bottom: 5rem;
  display: none;
}

.sidePadding {
  margin: 4rem var(--content-side-padding);
}

.intro > div > h1 {
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 0;
}

.intro > div > h2 {
  text-align: center;
  font-weight: normal;
  font-size: 1em;
  margin: 1rem auto;
}

.carDetails {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grey-50);
  margin: 3rem 0;
}

.carDetails > img {
  height: 11rem;
  width: 100%;
  object-fit: cover;
}

.carDetails > .cardDetailsInfo {
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.carDetails > .cardDetailsInfo > .name {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 0.5rem;
}

.carDetails > .cardDetailsInfo > .variant {
  font-size: 1em;
  color: var(--grey-200);
  margin-top: 0.5rem;
}

.carDetails > .cardDetailsInfo > .price {
  font-size: 1.5em;
  place-self: end;
  margin-top: 1rem;
}

.stepsGrid .iconHeader,
.thingsToNote > div {
  display: flex;
  gap: 1em;
  align-items: center;
}

.stepsGrid ul {
  list-style-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 0c-.75.01-1.422.193-2.016.547A3.963 3.963 0 0 0 .547 1.984C.193 2.578.01 3.25 0 4c.01.75.193 1.422.547 2.016a3.963 3.963 0 0 0 1.437 1.437C2.578 7.807 3.25 7.99 4 8c.75-.01 1.422-.193 2.016-.547a3.963 3.963 0 0 0 1.437-1.437C7.807 5.422 7.99 4.75 8 4c-.01-.75-.193-1.422-.547-2.016A3.963 3.963 0 0 0 6.016.547C5.422.193 4.75.01 4 0Zm1.5 4c-.01.427-.156.781-.438 1.063-.28.28-.635.427-1.062.437-.427-.01-.781-.156-1.063-.438A1.533 1.533 0 0 1 2.5 4c.01-.417.156-.77.438-1.063.28-.28.635-.427 1.062-.437.427.01.781.156 1.063.438.28.28.427.635.437 1.062Z' fill='%23CADB36'/%3E%3C/svg%3E");
  padding: 0 0 0 1.5em;
}

.stepsGrid ul > li {
  padding: 1em 1.5em;
}

.thingsToNote {
  background-color: var(--green-50);
  padding: 2em;
}

.thingsToNote h3 {
  margin: 0;
}

.contactUsSession {
  background: rgb(250 251 235);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contactUsSession > div > h1 {
  font-size: 1.5rem;
}

.contactUsSession > div > p {
  font-size: 0.875rem;
  max-width: 33.25rem;
  margin: auto;
}

.contactUsSession > div > .imgWrapper {
  max-width: 33.25rem;
  margin: 1.375rem auto;
  position: relative;
}

.contactUsSession > div > .imgWrapper > img {
  width: 17rem;
  margin: auto;
}

.contactUsSession > div > .imgWrapper > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  left: -5%;
  top: 60%;
  min-width: 8.5rem;
  padding: 0.5rem 0.5rem;
  background-color: white;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.07);
}

.contactUsSession > div > .imgWrapper > div > a {
  font-size: 1rem;
  text-decoration: none;
  color: black;
}

.contactUsSession > div > .imgWrapper > div > a:hover {
  text-decoration: underline;
}

.contactUsSession > div > .cardsGrid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 3rem auto;
  max-width: 80%;
}

.contactUsSession > div > .cardsGrid > .infoCard {
  display: grid;
  align-content: start;
  justify-items: center;
  padding: 2.25rem 1.75rem 2.68rem;
  max-width: 20rem;
  max-height: 19.625rem;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.07);
  text-align: center;
}

.contactUsSession > div > .cardsGrid > .infoCard > .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.26rem;
  height: 3.26rem;
  border-radius: 0.625rem;
  padding: 0.8rem;
  background-color: var(--green-100);
}

.contactUsSession > div > .cardsGrid > .infoCard > .content > h5 {
  margin: 0;
  padding: 1.5rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.contactUsSession > div > .cardsGrid > .infoCard > .content > h6 {
  font-size: 0.9rem;
  margin: 0;
  padding: 0;
}

.contactUsSession > div > .cardsGrid > .infoCard > .content > p {
  font-size: 0.875rem;
  margin: 0;
  padding: 1rem 0;
}

.ctaBar {
  position: fixed;
  bottom: 0;
  background-color: white;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 1rem var(--content-side-padding);
  display: none;
  justify-content: space-between;
}

.ctaBar > div {
  display: flex;
  flex-direction: column;
}

.ctaBar > div > b {
  font-size: 1em;
}

.ctaBar > button {
  background: var(--green-200);
  color: var(--black);
  border: none;
  padding: 1em 4em;
  cursor: pointer;
}

/* Desktop view  */
@media screen and (min-width: 640px) {
  header {
    padding-inline: var(--header-side-padding);
  }

  header > nav {
    gap: 3em;
    font-size: inherit;
    padding: 1em;
  }

  header > a > img {
    height: 2.5rem;
  }

  header > button {
    font-family: inherit;
  }

  .intro > div > h1 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 0;
  }

  .intro > div > h2 {
    text-align: center;
    font-weight: 400;
    font-size: 1.25em;
    width: max-content;
    margin: auto;
    padding: 0.5em 2em;
  }

  .carDetails {
    flex-direction: row;
  }

  .carDetails > img {
    height: 10rem;
    width: 100%;
  }

  .carDetails > .cardDetailsInfo {
    width: 100%;
    position: relative;
  }

  .carDetails > .cardDetailsInfo > .name {
    font-size: 1.75em;
    line-height: 28px;
    margin-top: 0.3rem;
  }

  .carDetails > .cardDetailsInfo > .variant {
    font-size: 1.25em;
    line-height: 28px;
    margin-top: 0.5rem;
  }

  .carDetails > .cardDetailsInfo > .price {
    font-size: 1.75em;
    position: absolute;
    bottom: 1rem;
    font-weight: 700;
    line-height: 28px;
  }

  .contactUsSession > div > .imgWrapper > img {
    width: auto;
    margin: none;
  }

  contactUsSession > div > .imgWrapper {
    max-width: 33.25rem;
    margin: 1.375rem auto;
    position: relative;
  }

  .contactUsSession > div > .imgWrapper > div {
    min-width: 14.5rem;
    padding: 1rem 1rem;
  }

  .contactUsSession > div > .imgWrapper > div > a {
    font-size: 1.25rem;
  }

  .contactUsSession > div > .cardsGrid > .infoCard > .icon {
    width: auto;
    height: auto;
    min-width: 4.06rem;
    min-height: 4.06rem;
  }

  .contactUsSession > div > .cardsGrid > .infoCard > .content > h5 {
    font-size: 1.25rem;
  }

  .contactUsSession > div > .cardsGrid > .infoCard > .content > h6 {
    font-size: 1rem;
  }

  .ctaBar > div {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: 40%;
    padding-inline-start: 3rem;
  }

  .ctaBar > div > b {
    font-size: 1.5em;
  }

  .ctaBar > button {
    padding: 1em 10em;
  }
}

@media screen and (min-width: 67.5rem) {
  header > nav > a {
    display: block;
  }
}

@media screen and (min-width: 1010px) {
  .profile {
    margin: 4rem var(--content-side-padding) 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }

  .profile > aside {
    display: block;
    border-right: 1px solid var(--grey-50);
  }

  .profile > aside > div {
    display: block;
    position: initial;
    max-width: none;
    box-shadow: none;
  }

  .profile > aside > div > h1 {
    display: block;
  }
}

/* start sdk component custom style */

seez-sdk-orders .myOrders > h1 {
  visibility: hidden;
}

seez-sdk-orders .myOrders > h1::before {
  content: "Indkøbskurv";
  visibility: visible;
}
seez-sdk-orders .myOrders > div > div > h2 {
  display: block;
}

seez-sdk-orders .myOrders > div > div > h2 > button {
  font-family: var(--font-family) !important;
}

seez-sdk-orders .myOrders > div > div > h2 > :first-child {
  visibility: visible;
}

seez-sdk-orders .myOrders .orderCard {
  border-radius: 0;
}

seez-sdk-orders .myOrders .orderCard img {
  border-radius: 0;
}

seez-sdk-orders .myOrders .orderCard button {
  font-family: var(--font-family);
  border-radius: 0;
}

seez-sdk-orders .myOrders > div > div > h2 {
  font-weight: 300;
}

seez-sdk-orders .myOrders > div > div > h2 > button {
  font-family: var(--font-family);
  display: flex;
  justify-content: center;
  align-items: center;
}

seez-sdk-orders .myOrders > div > div > h2 > button > svg {
  padding-inline-end: 0.5rem;
}

seez-sdk-orders .myOrders .orderCard .status {
  border-radius: 0;
}

seez-sdk-orders .myOrders .orderCard {
  border-left: 0px;
}

seez-sdk-orders .myOrders .orderCard > div > h3 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  line-height: 28px;
}

seez-sdk-orders .myOrders .orderCard > div:nth-last-of-type(2) > span {
  line-height: 26px;
}

seez-sdk-orders .myOrders .orderCard .actionButtons .button {
  border-radius: 0;
  background-color: var(--green-100);
  color: var(--black);
  text-decoration: none;
}

seez-sdk-orders .myOrders .cancelConfirmation dialog {
  font-family: var(--font-family);
  border-radius: 0 !important;
}

seez-sdk-orders .myOrders .cancelConfirmation > dialog button {
  background-color: transparent;
  font-family: var(--font-family) !important;
  border-radius: 0 !important;
}

seez-sdk-user-profile .userProfile > form > fieldset > label > span {
  margin-left: 0 !important;
}

seez-sdk-user-profile .userProfile > form > fieldset input {
  border-radius: 0;
}

seez-sdk-user-profile .userProfile > form > input[type="submit"] {
  border-radius: 0;
  background-color: var(--green-100);
}

seez-sdk-user-profile .userProfile > .marketing > label .toggle {
  background-color: var(--green-100);
}

seez-sdk-user-profile input {
  font-family: var(--font-family) !important;
}

main > seez-sdk-user-profile > h2 {
  font-size: 1.2em;
  font-weight: normal;
}

seez-sdk-active-order-cancellation .seezModal > div {
  --br: 0;
  --highlight: #bece33;
}

seez-sdk-active-order-cancellation .seezModal .cancelOrderDialog > .carDetails {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  font-weight: 300;
}

seez-sdk-active-order-cancellation
  .seezModal
  .cancelOrderDialog
  > p:first-of-type {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

seez-sdk-active-order-cancellation
  .seezModal
  .cancelOrderDialog
  > p:not(:first-of-type) {
  font-size: 1rem;
}

seez-sdk-active-order-cancellation
  .seezModal
  .cancelOrderDialog
  > .carDetails
  > b:not(:first-of-type) {
  font-weight: 300;
}

seez-sdk-active-order-cancellation .seezModal .cancelOrderDialog > .cta {
  gap: 0.5rem;
}

seez-sdk-active-order-cancellation
  .seezModal
  .cancelOrderDialog
  > .cta
  > button {
  border-radius: 0;
  --highlight: var(--green-100);
  border: 1px solid var(--highlight);
  font-weight: 300;
  padding: 0.75rem 0;
  font-family: var(--font-family);
  color: var(--black) !important;
}

seez-sdk-unavailable-listing-modal .seezModal > div {
  --br: 0;
  --highlight: var(--green-100);
  margin: auto;
}

seez-sdk-unavailable-listing-modal
  .seezModal
  .unavailableListingModal
  .buttonWrapper
  > button {
  border-radius: 0;
  font-size: 1rem;
  font-family: var(--font-family);
}

seez-sdk-unavailable-listing-modal
  .seezModal
  .unavailableListingModal
  p:first-of-type:before {
  content: "Vi har lignende biler, du kan vælge imellem.";
}

seez-sdk-modal .seezModal {
  border-radius: 0;
}

seez-sdk-login-form .seezLogin {
  --highlight: #bece33;
  margin: -1rem;
}

seez-sdk-login-form .seezLogin h1 {
  font-weight: 250;
  font-family: var(--font-family);
  text-transform: uppercase;
}

seez-sdk-login-form .seezLogin p {
  font-size: 1rem;
  font-weight: 300;
}

seez-sdk-login-form .seezLogin > .loginForm {
  max-width: 28rem;
}
seez-sdk-login-form .seezLogin > .loginForm input,
seez-sdk-login-form .seezLogin > .loginForm button,
seez-sdk-login-form
  .seezLogin
  > .loginForm
  > .socialWrapper
  > div
  > button.social {
  border-radius: 0;
  font-family: var(--font-family);
  color: black;
}

seez-sdk-login-form .branding {
  background-image: url("/assets/terminalen-logo.png");
  background-repeat: no-repeat;
  background-color: rgb(246, 246, 246);
  background-position: 50% 5%;
  width: 18rem;
  height: 100%;
}

seez-sdk-login-form .seezLogin > .loginForm > .checkboxWrapper label {
  display: flex;
  align-items: start;
}

seez-sdk-login-form .checkboxWrapper label > span {
  max-height: 10rem;
  overflow: auto;
}

seez-sdk-login-form [slot="marketing"] * {
  font-family: var(--font-family);
  margin: 0;
}

seez-sdk-login-form [slot="marketing"] h2 {
  font-size: small;
}

seez-sdk-login-form *::-webkit-scrollbar {
  width: 6px;
  height: 7px;
}

seez-sdk-login-form *::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}

seez-sdk-login-form *:hover::-webkit-scrollbar-thumb {
  background: #cccccc;
}

seez-sdk-login-form *::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}

seez-sdk-logout button {
  font-family: var(--font-family) !important;
}

seez-sdk-logout dialog {
  border-radius: 0 !important;
}

seez-sdk-logout button {
  font-family: var(--font-family) !important;
  border-radius: 0 !important;
}
