html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: var(--background-yellow);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.body-2 {
  background-color: #EEEAE3;
  padding: 0 0px 0 0px;
  overflow-x: hidden;
}

button {
  display: inline-block;
  background-color: var(--yellow-retro);
  border: 2px solid var(--black);
  color: var(--black);
  font-size: 20px;
  cursor: pointer;
}
@media only screen and (max-width: 580px) {
  button {
    font-size: 17px;
  }
}

.button-style {
  font-family: Georgia, serif;
  font-style: italic;
  padding: 10px 20px 12px 20px;
}

.btn-margin {
  margin: 32px 0 0 0;
}
@media only screen and (max-width: 580px) {
  .btn-margin {
    margin: 24px 0 0 0;
  }
}

button:hover {
  background-color: var(--black);
  color: var(--white);
  border: 2px solid var(--white);
}

*:focus:not(:focus-visible) {
  outline: none;
}

h1, h2 {
  font-size: 38px;
  line-height: 1.2;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: normal !important;
}
@media only screen and (max-width: 880px) {
  h1, h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 580px) {
  h1, h2 {
    font-size: 28px;
  }
}

h2 {
  margin: 0 0 28px 0;
}
@media only screen and (max-width: 580px) {
  h2 {
    margin: 0 0 16px 0;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 32px 0 8px 0;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
@media only screen and (max-width: 580px) {
  h3 {
    font-size: 22px;
    margin: 28px 0 8px 0;
  }
}

span {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: normal;
  line-height: 1.4;
}

p {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (max-width: 580px) {
  p {
    font-size: 17px;
    line-height: 1.7;
  }
}

p + p {
  margin: 24px 0 0 0;
}

a {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

ul {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
}

li {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

i {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

b {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
}

strong {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

small {
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-weight: normal;
}

em {
  font-style: italic;
}

u {
  font-size: 12px;
}

.divider {
  padding: 8px 0 12px 0;
}
@media only screen and (max-width: 580px) {
  .divider {
    padding: 2px 0 12px 0;
  }
}
.divider img {
  width: 80px;
  height: 100%;
}
@media only screen and (max-width: 580px) {
  .divider img {
    width: 72px;
  }
}

.mox-product-row .mox-financing-link {
  font-size: 16px;
}

.mox-product-row-priceandbutton .mox-btn-wrapper .mox-btn b, .mox-product-row-priceandbutton .mox-btn-wrapper .mox-reserved b, .mox-product-row-priceandbutton .mox-btn-wrapper .mox-sold b {
  font-size: 20px;
}

.mox .mox-btn {
  padding: 4px 4px;
}

.mox-bootstrap .btn {
  font-family: ui-sans-serif, system-ui, sans-serif;
}

.mox-accessories .mox-accessory-name {
  font-size: 15px;
}

.navigation {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 56px 0 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 580px) {
  .navigation {
    padding: 0 20px 0 20px;
  }
}

.logo img {
  max-width: 100%;
  height: 88px;
}
@media only screen and (max-width: 580px) {
  .logo img {
    height: 72px;
  }
}

@media only screen and (max-width: 960px) {
  .nav-items {
    display: none;
  }
}
.nav-items ul {
  display: flex;
  flex-direction: row;
  gap: 48px;
  padding: 0 16px 0 16px;
}
@media only screen and (max-width: 580px) {
  .nav-items ul {
    gap: 12px;
    padding: 0 16px 0 16px;
  }
}
.nav-items li {
  list-style: none;
}
.nav-items a {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 22px;
  color: var(--yellow-retro);
}
.nav-items a:hover {
  color: var(--white);
  text-decoration: underline;
  text-underline-offset: 8px;
}

.dark-contrast {
  color: var(--black);
}

dialog {
  background: var(--black);
  border: none;
  text-align: center;
  padding: 40px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  dialog {
    gap: 12px;
    padding: 0 16px 0 16px;
  }
}
dialog ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 580px) {
  dialog ul {
    gap: 12px;
    padding: 0 16px 0 16px;
  }
}
dialog li {
  padding: 12px 0 12px 0;
  list-style: none;
  border: none;
}
dialog a {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 24px;
  color: var(--yellow-retro);
  outline: none;
}
dialog a:hover {
  text-decoration: none;
}

dialog::backdrop {
  background-color: rgb(0, 0, 0);
}

@media only screen and (max-width: 960px) {
  .button-occasions {
    display: none;
  }
}

.button-menu {
  display: none;
}
@media only screen and (max-width: 960px) {
  .button-menu {
    display: unset;
  }
}

.header-l {
  background-image: url("/src/img/image-header.png");
  min-height: 580px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 580px) {
  .header-l {
    min-height: 220px;
    margin: 0 0 24px 0;
  }
}

.header-m {
  min-height: 380px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 580px) {
  .header-m {
    min-height: 200px;
    margin: 0 0 24px 0;
  }
}

.image-header-m-1 {
  background-image: url("/src/img/image-header-1.webp");
}

.image-header-m-2 {
  background-image: url("/src/img/image-header-2.webp");
}

.image-header-m-3 {
  background-image: url("/src/img/image-header-3.webp");
}

.image-header-m-4 {
  background-image: url("/src/img/image-header-4.webp");
}

.image-header-m-5 {
  background-image: url("/src/img/image-header-5.webp");
}

footer {
  margin-top: auto;
  max-width: 100%;
  overflow-x: hidden;
}

footer a {
  cursor: pointer;
}

.footer-car {
  background-color: var(--background-yellow);
  background-image: url("/src/img/footer-car-background.png");
  background-repeat: repeat-x;
  background-size: contain;
  height: 80px;
  width: 500%;
  animation: moveRight 14s linear;
  overflow-x: hidden;
}
.footer-car img {
  height: 40px;
  position: absolute;
  left: 24%;
  margin: -5px 0 0 0;
}

@keyframes moveRight {
  100% {
    transform: translateX(-1000px);
  }
}
.highway {
  margin: 72px 0 0 0;
  height: 64px;
  width: 2500%;
  background-size: contain;
  display: block;
  background-color: var(--background-yellow);
  background-image: url("/src/img/footer-car-background.png");
  left: 0;
  background-repeat: repeat-x;
  overflow-x: hidden;
  animation: highway 50s linear infinite;
}
@media only screen and (max-width: 580px) {
  .highway {
    margin: 56px 0 0 0;
    width: 5000%;
  }
}

@keyframes highway {
  100% {
    transform: translateX(-2500px);
  }
}
@keyframes suspension {
  100% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(2px);
  }
  0% {
    transform: translateY(1px);
  }
}
.car {
  display: block;
  position: absolute;
  margin-bottom: auto;
  margin-top: -30px;
  left: 24%;
  animation: suspension 1s linear infinite;
  overflow-x: hidden;
}
@media only screen and (max-width: 580px) {
  .car {
    left: 15%;
  }
}
.car img {
  height: 32px;
}

.footer {
  max-width: 100%;
  background-color: var(--black);
  margin-top: auto;
  padding: 0 56px 0 56px;
}
@media only screen and (max-width: 880px) {
  .footer {
    padding: 0 24px 0 24px;
  }
}
@media only screen and (max-width: 880px) {
  .footer {
    padding: 0 20px 0 20px;
  }
}

.footer-bg-image {
  top: 0;
  right: 0;
  width: 200px; /* Or your desired width */
  height: 200px; /* Or your desired height */
  background-image: url("/src/img/dokkum-logo.svg");
  background-repeat: no-repeat;
}

.footer-content {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  gap: 32px;
  padding: 40px 0 48px 0;
}
@media only screen and (max-width: 1080px) {
  .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 64px;
  }
}
@media only screen and (max-width: 580px) {
  .footer-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding: 16px 0 40px 0;
  }
}
.footer-content span {
  display: block;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  color: var(--white);
  font-weight: 600;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 580px) {
  .footer-content span {
    margin: 0 0 16px 0;
  }
}
.footer-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 580px) {
  .footer-content ul {
    gap: 12px;
  }
}
.footer-content li {
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--yellow-retro);
}
@media only screen and (max-width: 580px) {
  .footer-content li {
    font-size: 15px;
  }
}
.footer-content a {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--yellow-retro);
  outline: none;
  cursor: pointer;
  text-underline-offset: 6px;
}
@media only screen and (max-width: 580px) {
  .footer-content a {
    font-size: 15px;
  }
}
.footer-content a:hover {
  text-decoration: underline;
  cursor: pointer;
}

.footer-logo {
  display: flex;
  justify-content: center;
  padding: 24px 0 24px 0;
}
@media only screen and (max-width: 1080px) {
  .footer-logo {
    justify-content: flex-start;
  }
}
.footer-logo img {
  max-width: 100%;
  height: 48px;
}

:root {
  /* */
  --background-yellow: #FCF6EC;
  --background-grey: #F7F5F3;
  --yellow-retro: #FFF2D2;
  --white: #FFFFFF;
  --black: #000000;
  --grey-font: #b8b8b8;
}

.content-wrapper {
  display: grid;
  gap: 64px;
}
@media only screen and (max-width: 580px) {
  .content-wrapper {
    gap: 48px;
  }
}

.ti-wrapper {
  display: grid;
}

.ti-container {
  max-width: 1440px;
  padding: 0 56px 0 56px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .ti-container {
    padding: 0 32px 0 32px;
    gap: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .ti-container {
    grid-template-columns: none;
    grid-template-rows: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 580px) {
  .ti-container {
    padding: 0 20px 0 20px;
    gap: 32px;
  }
}

@media only screen and (max-width: 880px) {
  .order-1 {
    order: 1;
  }
}

@media only screen and (max-width: 880px) {
  .order-2 {
    order: 2;
  }
}

.ti-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
@media only screen and (max-width: 880px) {
  .ti-content {
    margin: -4px 0 0 0;
  }
}
.ti-content h3 {
  font-size: 24px;
  line-height: 1.4;
  margin: 32px 0 8px 0;
  font-family: Georgia, serif;
}
@media only screen and (max-width: 580px) {
  .ti-content h3 {
    font-size: 22px;
    margin: 28px 0 8px 0;
  }
}
.ti-content a {
  color: var(--black);
}

.selection-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex-direction: column;
}

.ti-image img {
  max-width: 100%;
  max-height: 100%;
}

.ti-icon {
  margin: 0 0 8px 0;
}
@media only screen and (max-width: 580px) {
  .ti-icon {
    margin: 0 0 6px 0;
  }
}
.ti-icon img {
  height: 32px;
  width: 32px;
}
@media only screen and (max-width: 580px) {
  .ti-icon img {
    height: 24px;
    width: 24px;
  }
}

.email span {
  display: inline;
  text-transform: lowercase;
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 16px;
  color: var(--yellow-retro);
}

div.email > span:nth-child(2) {
  display: none;
}

.occasions-wrapper {
  max-width: 100%;
  background-color: white;
  padding: 16px 40px 40px 40px;
}
@media only screen and (max-width: 880px) {
  .occasions-wrapper {
    padding: 16px 24px 24px 24px;
  }
}
@media only screen and (max-width: 580px) {
  .occasions-wrapper {
    padding: 16px 16px 16px 16px;
  }
}

.component-wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.introduction-grid {
  max-width: 1280px;
  padding: 0 56px 64px 56px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1.4fr 1fr);
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .introduction-grid {
    padding: 0 32px 56px 32px;
    gap: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .introduction-grid {
    grid-template-columns: none;
    grid-template-rows: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 580px) {
  .introduction-grid {
    padding: 0 20px 40px 20px;
    gap: 40px;
  }
}

.introduction-choice {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  gap: 16px;
}
@media only screen and (max-width: 880px) {
  .introduction-choice {
    grid-template-rows: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .introduction-choice {
    gap: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .introduction-choice {
    grid-template-columns: none;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
  }
}

.introduction-choice-card-content {
  background-color: var(--black);
  padding: 48px 0 48px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: var(--white);
  border: 8px solid var(--white);
  box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 16px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 880px) {
  .introduction-choice-card-content {
    padding: 56px 0 56px 0;
  }
}
@media only screen and (max-width: 580px) {
  .introduction-choice-card-content {
    padding: 24px 0 24px 0;
    border: 6px solid var(--white);
  }
}
.introduction-choice-card-content span {
  display: block;
  font-family: Georgia, serif;
  font-size: 28px;
  margin: 0 0 16px;
}
@media only screen and (max-width: 580px) {
  .introduction-choice-card-content span {
    font-size: 24px;
  }
}

.introduction-image-1 {
  background-image: url("/src/img/introduction-img-1.webp");
}

.introduction-image-2 {
  background-image: url("/src/img/introduction-img-2.webp");
}

.ocassions-heading {
  max-width: 1440px;
  padding: 0 56px 16px 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .ocassions-heading {
    padding: 0 32px 0 32px;
  }
}
@media only screen and (max-width: 580px) {
  .ocassions-heading {
    padding: 0 20px 0 20px;
  }
}

.ocassions-wrapper {
  max-width: 1440px;
  padding: 0 56px 56px 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .ocassions-wrapper {
    padding: 0 32px 0 32px;
  }
}
@media only screen and (max-width: 580px) {
  .ocassions-wrapper {
    padding: 0 0px 0 0px;
  }
}

.ocassions {
  padding: 16px 40px 40px 40px;
  background-color: var(--white);
}
@media only screen and (max-width: 960px) {
  .ocassions {
    padding: 16px 32px 32px 32px;
  }
}
@media only screen and (max-width: 580px) {
  .ocassions {
    padding: 16px 20px 16px 20px;
  }
}
.ocassions h1 {
  font-size: 16px;
}

.mox-title {
  font-size: 8px;
}

.cards-container {
  max-width: 1180px;
  padding: 32px 56px 64px 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .cards-container {
    padding: 32px 32px 56px 32px;
    gap: 24px;
  }
}
@media only screen and (max-width: 880px) {
  .cards-container {
    grid-template-columns: none;
    grid-template-rows: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .cards-container {
    padding: 24px 0 24px 32px;
    gap: 32px;
  }
}
@media only screen and (max-width: 580px) {
  .cards-container {
    padding: 24px 0 0 20px;
    gap: 32px;
  }
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  grid-auto-columns: 25%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
@media only screen and (max-width: 960px) {
  .cards {
    gap: 40px;
  }
}
@media only screen and (max-width: 880px) {
  .cards {
    gap: 16px;
  }
}
@media only screen and (max-width: 580px) {
  .cards {
    gap: 16px;
  }
}

.card {
  background-color: var(--white);
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.15);
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 768px) {
  .card {
    width: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .card {
    width: 300px;
  }
}

.card-content {
  padding: 20px 20px 20px 20px;
}
.card-content .card-content-img {
  margin: 0 0 12px 0;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  .card-content .card-content-img {
    margin: 0 0 8px 0;
  }
}
.card-content img {
  width: 32px;
  height: 32px;
}
.card-content span {
  display: block;
  font-family: Georgia, serif;
  font-size: 22px;
  font-style: italic;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 580px) {
  .card-content span {
    font-size: 22px;
  }
}

.scroll-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollable-content::-webkit-scrollbar {
  display: none; /* Hide the scrollbar */
}

.text-container {
  max-width: 880px;
  padding: 0 56px 0 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .text-container {
    padding: 0 32px 0 32px;
  }
}
@media only screen and (max-width: 580px) {
  .text-container {
    padding: 0 20px 0 20px;
  }
}

.heading h1 {
  font-family: Georgia, serif;
  font-style: italic;
}

.body-link {
  display: inline;
  font-size: 20px;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 6px;
  margin: 24px 0 0 0;
}
@media only screen and (max-width: 580px) {
  .body-link {
    font-size: 18px;
  }
}

.component-space {
  margin: 56px 0 56px 0;
}
@media only screen and (max-width: 580px) {
  .component-space {
    margin: 48px 0 48px 0;
  }
}
@media only screen and (max-width: 580px) {
  .component-space {
    margin: 24px 0 24px 0;
  }
}

.icon-text img {
  width: 100px;
  height: 100%;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 580px) {
  .icon-text {
    width: 72px;
  }
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--white);
  padding: 40px;
  background-image: url("/src/img/contact-background.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .contact {
    padding: 32px 24px 32px 24px;
  }
}
.contact h4 {
  font-family: Georgia, serif;
  font-size: 22px;
  margin: 0 0 16px 0;
}
.contact span {
  display: inline-block;
  color: var(--black);
}
.contact ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 580px) {
  .contact ul {
    gap: 12px;
  }
}
.contact li {
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--black);
}
.contact a {
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 16px;
  color: var(--black);
  outline: none;
  cursor: pointer;
  text-decoration: underline;
}
.contact a:hover {
  text-decoration: underline;
  cursor: pointer;
}
