.thankyou-two-column {
  display: flex;
  gap: 60px;
  margin-bottom: 120px;
}




@media (max-width: 767px) {
  .thankyou-two-column {
    flex-direction: column;
    max-width: 500px;
   margin: 0 auto 120px;
   gap: 30px;
  }
}

.thankyou-left,
.thankyou-right {
  flex: 1 1 0;
  min-width: 0;
}


.thankyou-order-number{
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #8a8075;
  margin-bottom: 15px; 
    
}

.thankyou-heading-wrapper {
  display: flex;
  align-items: center; 
  gap: 15px;
  margin-bottom: 30px;
}

.thankyou-svg-check {
  flex-shrink: 0;
}

.thankyou-svg-check svg {
  display: block;
}

.thankyou-heading {
  margin: 0;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #2c241e;
}


.thankyou-map-container {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 30px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.thankyou-map-container iframe {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  border: 0;
}




.thankyou-customer-info {
  display: flex;
  gap: 60px;
}
@media (max-width: 1100px) {
  .thankyou-customer-info {
    flex-direction: column;
    gap: 15px;
  }
}


.customer-details h3,
.payment-details h3 {
  margin-bottom: 20px;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 300;
  color: #2c241e;
}
.customer-details ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.customer-details li strong {
  color: #8a8075;
}

.customer-details li {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  color: #8a8075;
  line-height: 1;
  margin-bottom: 15px;
}
.payment-details p {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #8a8075;
  margin:0;
}





.order-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.order-item-thumb {
  position: relative;
  background: #D1D4BC;
  border: 1px solid #9EA48B;
  padding: 10px 30px;
  border-radius: 15px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.order-item-thumb img,
.order-item-thumb .order-item-thumb-img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 60px !important;
  max-height: 100px !important;
  margin: 0 !important;
}


.qty-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #5A644A;
  color: #fff;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;

  min-width: 25px;
  height: 25px;
  padding: 0 4px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  line-height: 25px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.order-item-info .item-name {
  margin: 0;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #2c241e;
}

/* Priser helt til højre i ordrelinjen */
.price-right {
  margin-left: auto;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 18px;
  letter-spacing: -0.03em;
  color: #8a8075;
  font-weight: 400;
}

/* ---------------------------------------------------
   6) Subtotal, levering, total i price-row
--------------------------------------------------- */
.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #8a8075;
}

.thankyou-subtotal.price-row{
    margin:30px 0 15px 0;
}


.price-row .price-right {
  font-weight: 400;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #8a8075;
}

.thankyou-total.price-row {
        margin-top: 30px;
        font-weight: 600;
        color: #2c241e;
}

.thankyou-total .price-right {
  font-size: 28px;
  font-weight: 600;
  color: #2c241e;
}




.thankyou-tax-note {
  margin-top: 10px;
  text-align: right;
  font-family: 'Plus Jakarta Sans', sans-serif;
  line-height: 1;
  font-size: 13px;
  color: #8a8075;
}

/* ---------------------------------------------------
   8) Overskrift “Ordreoversigt”
--------------------------------------------------- */
.thankyou-summary-heading {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 32px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #2c241e;
  margin: 0 0 30px 0;
}






.thankyou-footer-mobile {
  display: none;
}
@media (max-width: 767px) {
  .thankyou-footer-desktop {
    display: none;
  }
  .thankyou-footer-mobile {
    display: block;
    margin-top: 30px;
  }
}


@media (min-width: 768px) {
  .thankyou-right {
    position: sticky;
    top: 30px;
    align-self: flex-start; /* sørger for at den ikke strækkes i højden */
  }
}


.thankyou-home-link {
  margin-top: 60px;
}
.thankyou-home-link .button-back-home {
  display: block;
  width: 100%;
  padding: 15px 0; 
  font-family: "Fraunces", serif;
  font-style: italic;
  font-optical-sizing: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #ffffff;
  background-color: #5A644A;
  border-radius: 30px;
  text-decoration: none;
  text-align: center;       
  transition: background-color 0.2s ease;
}
.thankyou-home-link .button-back-home:hover {
  background-color: #5A644A;
}
.thankyou-footer-links {
  margin-top: 20px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #8a8075;
  display: flex;
  gap: 15px;
}
.thankyou-footer-links a {
  color: #8a8075;
  text-decoration: none;
  font-weight: 400;
}
.thankyou-footer-links a:hover {
  text-decoration: underline;
}
