.fullwidth {
  width: 100%;
}
.fullwidthvw {
   width: 100vw;
}
.fullwidthhead {
  width: 100vw;
  padding-right: 0px;
  padding-left: 0px;
}

.wc-block-components-product-details__name {
  vertical-align: top !important;
}

.wc-block-components-product-details__value br:first-child {
  /*display:none !important;*/
}
ul.wc-item-meta li strong.wc-item-meta-label {
  vertical-align: top !important;
}

.wc-block-mini-cart__products .wc-block-components-product-metadata__description {
  white-space: pre-line;
}

footer.wp-block-template-part {
  margin: 40px 0 0 0!important;
  width: 100% !important;
  max-width: none !important;
  padding-top: 25px;
  color: dimgrey !important;
  /*background: linear-gradient(70deg, #CAE7F6 30%, rgba(0, 0, 0, 0) 30%), linear-gradient(30deg, rgb(232, 195, 203) 60%, #F8F598 60%);*/
  background: linear-gradient(250deg, #F8F598 30%, rgba(0, 0, 0, 0) 30%), linear-gradient(210deg, rgb(232, 195, 203) 60%, #CAE7F6 60%);
  /*background: linear-gradient(70deg, rgb(248,245,152) 60%, rgb(232,195,203) 60%), linear-gradient(30deg, rgb(202,231,246) 30%, rgba(0,0,0,0) 30%);*/
}

footer .legal-footer {
  width: auto !important;
  max-width: none !important;
}
footer .legal-footer .legal-footer-p {
  max-width: 45% !important;
  color: dimgrey !important;
  padding: 10px 0 15px 0 !important;
}
footer .legal-footer .legal-footer-p a {
  color: dimgrey !important;
}

.fullwidth-footer {
  /*width: var(--wp--style--global--wide-size) !important;*/
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 768px) {
  /*footer.wp-block-template-part {
    width: auto !important;
    background: none;
  }*/
  /*.fullwidth-footer {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }*/
}

@media (max-width: 480px) {
  footer.wp-block-template-part {
    width: auto !important;
    background: rgb(232,195,203) !important;
  }
  .fullwidth-footer {
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

h1, h2, h3, h4, h5, h6 {
    color: #e8c3cb !important;
}

/* kleuren
lichtblauw
#CAE7F6 -> rgb(202, 231, 246);

roze
#E8C3CB -> rgb(232,195,203);

geel
#F8F598 -> rgb(248,245,152);

*/

