body {
  font-family: 'Montserrat', Arial, sans-serif;
  background: #fafbfa;
  margin: 0;
  color: #222;
  font-size: 14px;
}

.checkout-main {
  display: flex;
  max-width: 1300px;
  margin: 32px auto 0 auto;
  gap: 100px;
  align-items: flex-start;
}
.checkout-left {
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
}
.login-prompt {
  background: #86BBED;
  color: #ffffff;
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 24px;
  font-size: 1em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.gegevens-form {
  background: #FAFAFA;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 24px;
  margin-bottom: 24px;
  box-sizing: border-box;
  width: 100%;
}
.gegevens-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.gegevens-form legend {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 1.1em;
  display: block;
  width: 100%;
}
.gegevens-form label {
  display: block;
  margin-bottom: 12px;
  font-size: 1em;
  width: 100%;
}
.gegevens-form input[type="text"],
.gegevens-form input[type="email"],
.gegevens-form select {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 1px 4px #0001;
  width: 100%;
  padding: 8px 10px;
  font-size: 1em;
  margin-top: 4px;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.name-fields {
  display: flex;
  gap: 8px;
}
.name-fields input {
  flex: 1;
}
.address-fields {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.address-fields input {
  flex: 1;
}
.gegevens-form a {
  color: #78A59A;
  text-decoration: underline;
  font-size: 0.98em;
  margin-left: 8px;
}
.account-create label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 1em;
  margin-bottom: 8px;
}
.account-create .bold {
  font-weight: bold;
}
.account-create .optional {
  color: #888;
  font-size: 0.95em;
  font-weight: 400;
}
.info-icon {
  font-size: 1.1em;
  color: #bbb;
  margin-left: 4px;
  cursor: pointer;
}
.btn-primary, a.btn-primary {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  background: #F26522;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 16px 0;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 18px;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s;
}
.btn-primary:hover {
  background: #d35400;
}
.member-benefits {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-top: 24px;
}
.circle-callout {
  background: #000;
  color: #fff;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-top: -20px;
  margin-right: 8px;
}
.benefits-box {
  background: #f6fcf6;
  border-radius: 10px;
  padding: 18px 22px;
  font-size: 1em;
  color: #222;
  min-width: 260px;
  box-shadow: 0 1px 4px #0001;
}
.benefits-title {
  font-weight: bold;
  color: #78A59A;
  margin-bottom: 8px;
}
.benefits-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.benefits-box li {
  margin-bottom: 6px;
  font-size: 1em;
}
.green {
  color: #23B20B;
  font-weight: bold;
}
.checkout-right {
  width: 450px;
  flex: 0 0 380px;
}
.order-summary {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px #0001;
  padding: 24px;
}
.order-summary h3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.order-edit {
  font-size: 0.98em;
  color: #78A59A;
  margin-bottom: 16px;
}
.order-edit a {
  color: #78A59A;
  text-decoration: underline;
  margin-left: 8px;
}
.order-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.order-item img {
  width: 54px;
  height: 80px;
  object-fit: contain;
  border-radius: 8px;
  background: #f7f7f7;
}
.checkout-right .item-details {
  flex: 1;
  min-width: 0;
}
.checkout-right .item-title {
  font-weight: bold;
  font-size: 1em;
  display: block;
  margin-bottom: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.checkout-right .item-details-row .item-price {
  position: static !important;
  margin-left: 16px !important;
  margin-right: 0 !important;
  text-align: right !important;
  min-width: 70px;
  display: block !important;
  font-weight: bold;
  color: #222;
  font-size: 1em;
  align-self: flex-start;
}
.item-price .old {
  text-decoration: line-through;
  color: #aaa;
  font-weight: normal;
  margin-right: 8px;
  display: inline-block;
}
.order-summary-totals {
  margin: 18px 0 12px 0;
  font-size: 1em;
}
.order-summary-totals > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.order-summary-totals .discount {
  color: #F26522;
  font-weight: bold;
}
.order-summary-totals .total {
  font-weight: bold;
  font-size: 1.1em;
  border-top: 1px solid #eee;
  padding-top: 8px;
}
.payment-methods {
  margin-top: 16px;
  margin-bottom: 0px !important;
}
.payment-methods img {
  width: 35px !important;
  height: 32px;
  object-fit: contain;
  display: block;
}
.order-benefits {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0.97em;
}
.order-benefits li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 8px;
  font-size: 15px;
}
.order-benefits li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="green" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.629 15.29a1 1 0 0 1-1.415 0l-4.243-4.243a1 1 0 1 1 1.415-1.415l3.536 3.536 7.778-7.778a1 1 0 1 1 1.415 1.415l-8.486 8.485z"/></svg>');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.bold {
  font-weight: bold;
} 

.info-bar__container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
  }
  .info-bar__container span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .info-bar {
    background: #78A59A;
    width: 100%;
    padding: 8px 0;
    font-family: montserrat;
    color: #ffffff;
    margin-bottom: 20px;
  }
  .info-icon {
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    object-fit: contain;
    margin-right: 8px;
    display: block;
  }
  
  .shipping-promise {
    margin-bottom: 0px !important;

  }
  
.summary div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.summary .verzendkosten-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.summary .verzendkosten-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.summary .shipping-green {
  margin-left: auto;
  text-align: right;
}

.checkout-right h2 {
  margin-bottom: 16px;
}

.account-arrow {
  width: 80px;
  height: 60px;
  margin: -16px 0 0 40px;
  position: relative;
  z-index: 2;
}
.account-arrow::after {
  content: '';
  display: block;
  width: 80px;
  height: 60px;
  background: url('data:image/svg+xml;utf8,<svg width="80" height="60" viewBox="0 0 80 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10 10 Q70 40 70 55" stroke="#F26522" stroke-width="4" fill="none" marker-end="url(%23arrowhead)"/><defs><marker id="arrowhead" markerWidth="8" markerHeight="8" refX="4" refY="4" orient="auto" markerUnits="strokeWidth"><path d="M0,0 L8,4 L0,8 L2,4 Z" fill="#F26522"/></marker></defs></svg>') no-repeat center center / contain;
}
@media (max-width: 700px) {
  .account-arrow {
    width: 40px;
    height: 30px;
    margin: -8px 0 0 16px;
  }
  .account-arrow::after {
    width: 40px;
    height: 30px;
    background-size: contain;
  }
}



.item-details-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 2px;
  width: 100%;
  box-sizing: border-box;
}
.item-details-row .item-title {
  font-weight: bold;
  font-size: 1em;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .item-details-row {
    gap: 8px;
  }
  .item-details-row .item-title {
    font-size: 0.98em;
    
  }
  .item-details-row .item-price {
    font-size: 0.98em;
    min-width: 50px;
    margin-left: 8px;
  }
}

.overview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
  