@charset "UTF-8";
/* ••••••••••••••••••••••••••••••••
© 2008-now Harris Blondman
All rights reserved
www.harrisblondman.nl
•••••••••••••••••••••••••••••••• */
@font-face {
  font-style: normal;
  font-weight: bold;
  font-family: 'Signs-Heavy';
  src: url("../fonts/Signs-Heavy.woff2?v=0.1") format("woff2");
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: 'IvoryLL-Regular';
  src: url("../fonts/IvoryLL-Regular-Beta.woff?v=0.1") format("woff");
}

@font-face {
  font-style: normal;
  font-weight: normal;
  font-family: 'IvoryLL-Italic';
  src: url("../fonts/IvoryLL-Italic-Beta.woff?v=0.1") format("woff");
}

html {
  width: 100%;
  font-size: calc(0.725vw + 1px);
}

@media screen and (min-width: 480px) {
  html {
    font-size: calc(0.9vw + 1px);
  }
}

@media screen and (min-width: 1280px) {
  html {
    font-size: clamp(10px, calc(0.9vw + 1px), 20px);
  }
}

body {
  width: 100%;
  text-align: left;
  background-color: white;
  font-size: 2rem;
  font-family: 'Signs-Heavy', sans-serif;
  line-height: 1.2;
  color: #ff4136;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

hr {
  display: none;
}

a {
  color: black;
}

a:link,
a:visited {
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
  color: #ff4136;
}

a:focus {
  text-decoration: none;
}

input,
button,
select,
textarea {
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.assistive-text {
  display: none;
}

html {
  height: 100%;
}

.container-main {
  padding: 2.76rem;
  font-size: 6rem;
  line-height: 1;
}

@media screen and (min-width: 800px) {
  .container-main {
    padding: 1em;
  }
}

.container-main h1 {
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.25vw;
  line-height: 0.785;
}

.container-main h1 a {
  text-decoration: none;
  color: #ff4136;
}

details > summary {
  margin: 0;
  padding: 0;
  padding-top: 0.4rem;
  line-height: 1;
  line-height: 0.785;
  height: 0.71em;
  letter-spacing: 0.25vw;
  overflow: visible;
  cursor: pointer;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.detail-content {
  position: relative;
  font-family: 'IvoryLL-Regular', serif;
  font-size: 2rem;
  line-height: 1;
  padding-top: 0.4rem;
  padding-bottom: 1.38rem;
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .detail-content:not(.forms) {
    width: calc(50% - 0.5 *0.4rem);
  }
}

.detail-content .container-content {
  padding: 1.38rem 1.38rem;
  border: 1.38rem solid #ff4136;
  background-color: white;
}

.detail-content .container-content p {
  max-width: 24em;
}

.detail-content .container-content h4,
.detail-content .container-content li,
.detail-content .container-content p,
.detail-content .container-content .name,
.detail-content .container-content .ivory {
  font-family: 'IvoryLL-Regular', serif;
  font-size: 6rem;
  line-height: 1;
  font-size: 4rem;
}

@media screen and (min-width: 480px) {
  .detail-content .container-content h4,
.detail-content .container-content li,
.detail-content .container-content p,
.detail-content .container-content .name,
.detail-content .container-content .ivory {
    font-size: 3rem;
  }
}

@media screen and (min-width: 1280px) {
  .detail-content .container-content h4,
.detail-content .container-content li,
.detail-content .container-content p,
.detail-content .container-content .name,
.detail-content .container-content .ivory {
    font-size: 2rem;
  }
}

.detail-content .container-content.text p + h4,
.detail-content .container-content.text ul + h4 {
  margin-top: 1.38rem;
}

.detail-content .container-content.text .logos + p.credits,
.detail-content .container-content.text p + p.credits {
  margin-top: 5.52rem;
  text-indent: 0;
}

.detail-content .container-content.text li {
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
  color: black;
}

.detail-content .container-content.text li::before {
  display: block;
  position: absolute;
  inset-inline: 0 auto;
  width: 1em;
  overflow: hidden;
  text-align: center;
  content: '–';
}

.detail-content .container-content.text .logos {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
  gap: 2.76rem;
}

.detail-content .container-content.text .logos .logo {
  width: calc(100% / 4);
}

@media screen and (min-width: 800px) {
  .detail-content .container-content.text .logos .logo {
    width: calc(100% / 8);
  }
}

.detail-content .container-content.entry-forms {
  border: none;
  padding: 0;
  background-color: transparent;
}

.detail-content p {
  color: black;
}

.entry-forms {
  display: flex;
  flex-wrap: wrap;
  border: none;
  padding: 0;
  padding-bottom: 1.38rem;
  gap: 1.38rem;
}

@media screen and (min-width: 800px) {
  .entry-forms {
    gap: 0.4rem;
  }
}

.entry-forms::before, .entry-forms::after {
  display: none;
}

.entry-forms .entry-form {
  width: 100%;
}

.entry-forms .entry-form.adress {
  width: 100%;
}

@media screen and (min-width: 800px) {
  .entry-forms .entry-form.adress {
    width: calc((100% - 0.4rem - 0.1px) / 2);
  }
}

.entry-forms .entry-form.order {
  width: 100%;
  background-color: white;
}

.entry-forms .entry-form.order .order-title {
  box-sizing: border-box;
  border-top: 1.38rem solid #ff4136;
  background-color: white;
}

.entry-forms .entry-form.order .product {
  width: 100%;
  padding: 1.38rem;
  background-color: white;
}

.entry-forms .entry-form.order .quantity,
.entry-forms .entry-form.order .price,
.entry-forms .entry-form.order .total {
  flex: 0 0 auto;
  border-left: 1.38rem solid #ff4136;
  padding: 1.38rem;
  text-align: right;
}

.entry-forms .entry-form.order .quantity {
  width: 26%;
}

@media screen and (min-width: 800px) {
  .entry-forms .entry-form.order .quantity {
    width: 20%;
  }
}

.entry-forms .entry-form.order .price,
.entry-forms .entry-form.order .total {
  width: 16%;
}

@media screen and (min-width: 800px) {
  .entry-forms .entry-form.order .price,
.entry-forms .entry-form.order .total {
    width: 20%;
  }
}

.entry-forms .entry-form .billing.switch-required {
  background-color: #fdb2ae;
}

.entry-forms .entry-form h4 {
  border: 1.38rem solid #ff4136;
  padding: 1.38rem;
  background-color: white;
}

.entry-forms .entry-form .form-row {
  display: flex;
  border: 1.38rem solid #ff4136;
  border-top: none;
}

.entry-forms .entry-form .form-row .name {
  width: 7em;
  padding: 1.38rem;
  flex: 0 0 auto;
  background-color: white;
}

.entry-forms .entry-form .form-row.sum {
  box-sizing: border-box;
  justify-content: space-between;
}

.entry-forms .entry-form .form-row.sum p {
  width: 80%;
  padding: 1.38rem;
  flex: 1 1 auto;
}

.entry-forms .entry-form .form-row.sum #total-amount {
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 16%;
  border-left: 1.38rem solid #ff4136;
  color: white;
  background-color: black;
  text-align: right;
}

@media screen and (min-width: 800px) {
  .entry-forms .entry-form .form-row.sum #total-amount {
    width: 20%;
  }
}

.entry-forms .entry-form .form-row.extra p {
  text-align: center;
  width: 100%;
  padding: 0.4rem 1.38rem;
  font-family: 'Signs-Heavy', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #ff4136;
  color: white;
  font-size: 6rem;
  cursor: pointer;
}

.entry-forms .entry-form .form-row.extra p:hover {
  background-color: white;
  color: #ff4136;
}

.entry-forms .entry-form .form-row.extra #min {
  display: none;
}

.entry-forms .entry-form .form-row.extra.switch-min #min {
  display: block;
}

.entry-forms .entry-form .form-row input {
  box-sizing: border-box;
  width: 100%;
  border: none;
  border-left: 1.38rem solid #ff4136;
  outline: none;
  padding: 1.38rem;
}

.entry-forms .entry-form .form-row input.comments, .entry-forms .entry-form .form-row input.product {
  border-left: none;
}

.entry-forms .entry-form .form-row input.quantity, .entry-forms .entry-form .form-row input.price, .entry-forms .entry-form .form-row input.total {
  padding-right: 0;
}

.entry-forms .entry-form .form-row input::placeholder {
  opacity: 1;
  color: black;
}

.entry-forms .entry-form .form-row .product-select {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.entry-forms .entry-form .form-row .product-select select {
  appearance: none;
  background-color: transparent;
  border: none;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  padding: 1.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.entry-forms .entry-form .form-row.shipping {
  display: block;
  border: none;
  width: 100%;
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a black background */
}

.entry-forms .entry-form .form-row.shipping .container {
  position: relative;
  display: flex;
  /* Hide the browser's default radio button */
  border: 1.38rem solid #ff4136;
  border-top: none;
}

.entry-forms .entry-form .form-row.shipping .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.entry-forms .entry-form .form-row.shipping .container .name {
  width: 100%;
  flex: 1 1 auto;
  border-left: 1.38rem solid #ff4136;
}

.entry-forms .entry-form .form-row.shipping .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 4.96rem;
  width: 4.96rem;
  flex: 0 0 auto;
  cursor: pointer;
  border-radius: 50%;
}

.entry-forms .entry-form .form-row.shipping .container:hover input ~ .checkmark {
  background-color: #ff4136;
}

.entry-forms .entry-form .form-row.shipping .container input:checked ~ .checkmark {
  background-color: black;
}

.entry-forms .entry-form #input-amount-object {
  display: none;
}

.entry-forms .button-submit {
  width: 100%;
  padding: 1.38rem;
  font-size: 6rem;
  font-family: 'Signs-Heavy', sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #ff4136;
  color: white;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border: 1.38rem solid #ff4136;
}

.entry-forms .button-submit:hover {
  background-color: white;
  color: #ff4136;
}

.entry-forms .button-submit.is-inactive {
  pointer-events: none;
}

.text-feedback {
  display: none;
  padding: 1.38rem 1.38rem;
  border: 1.38rem solid #ff4136;
  background-color: white;
  width: 100%;
}

.text-feedback p {
  color: #ff4136 !important;
}

.text-feedback.switch-on {
  display: block;
}

.container-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/meubles-meldem-teasing.jpg");
  background-size: cover;
  background-position: 50% 50%;
}

.intro {
  margin-bottom: calc(1em * 1 - 0.4rem);
}
