@font-face {
  font-family: 'AvenirNextLTPro-Medium';
  src: url("../fonts/2FDF27_8_0.woff2") format("woff2"), url("../fonts/2FDF27_8_0.woff") format("woff"), url("../fonts/2FDF27_8_0.ttf") format("truetype"); }

body, h1, h2, h3, h4, h5, h6 {
  font-family: "AvenirNextLTPro-Medium", sans-serif; }

h2 {
  font-size: 1.7em; }

h4 {
  font-size: 1.25em; }

body {
  color: #3c3b3c;
  box-sizing: border-box;
  background: #fff; }

body * {
  box-sizing: border-box; }

html {
  font-size: 16px; }

.mammie {
  min-height: 91.5vh;
  background-color: #efefef;
  padding: 0 1rem 8rem 1rem;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08); }
  @media (min-width: 960px) {
    .mammie {
      padding-bottom: 6rem; } }
.canvas {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 75rem;
  margin: 1rem auto 0; }

.buy-button {
  border: none;
  background-color: #f7f7f7;
  cursor: pointer; }
  .buy-button svg {
    width: 2em; }

em, a {
  color: currentColor; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.cat-menu {
  background-color: #fff;
  margin-left: 0;
  padding: 1em 0; }
  .cat-menu > li {
    color: #b6c6c3; }
    .cat-menu > li > a {
      color: currentColor; }
  .cat-menu > li.uk-active {
    color: #609a8e; }
    .cat-menu > li.uk-active > a {
      color: currentColor; }

.logo__img {
  width: 9em;
  height: 7.5em; }

.navi {
  display: flex;
  align-items: center; }
  .navi a, .navi span {
    display: inline-block;
    color: #609a8e;
    line-height: 1; }
    .navi a:not(:first-of-type), .navi span:not(:first-of-type) {
      margin-left: 2em; }
    .navi a svg, .navi span svg {
      width: 2em;
      height: 2em;
      fill: #609a8e; }
  .navi a {
    transition: transform .3s; }
  .navi a:hover {
    transform: scale(1.025);
    text-decoration: none; }

.menu {
  font-size: 14px; }
  @media (min-width: 960px) {
    .menu {
      font-size: 16px; } }
  .menu__list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap; }
    .menu__list > li {
      color: #b6c6c3;
      font-size: 1.4em;
      letter-spacing: 1px;
      text-transform: lowercase; }
      .menu__list > li:not(:first-of-type) {
        margin-left: 1em; }
      .menu__list > li:not(:last-of-type)::after {
        content: '|';
        font-size: .875em;
        opacity: .5;
        display: inline-block;
        margin-left: 1em; }
      .menu__list > li > a {
        color: inherit;
        display: inline-block;
        transition: transform .3s; }
        .menu__list > li > a:hover {
          transform: scale(1.025);
          text-decoration: none; }
      .menu__list > li.active {
        color: #609a8e; }
        .menu__list > li.active:not(:last-of-type)::after {
          color: #b6c6c3; }

.home {
  margin-top: .5em; }
  @media (min-width: 640px) {
    .home {
      padding: 1.5em 3.5em; } }
  @media (min-width: 960px) {
    .home {
      padding: 0;
      margin-top: 4em; } }
  .home__eyes {
    aspect-ratio: 80 / 87; }
    .home__eyes > div {
      aspect-ratio: 80 / 87; }
    @media (min-width: 640px) {
      .home__eyes {
        aspect-ratio: 35 / 22;
        min-height: 566px; }
        .home__eyes > div {
          aspect-ratio: 35 / 22;
          min-height: 566px; } }
.albums {
  margin-top: 2em;
  padding-top: 2em; }
  .albums__item a {
    display: inline-block;
    transition: transform .4s; }
    .albums__item a:hover {
      transform: scale(1.02) translateX(2px);
      box-shadow: 0 1px 1em 0.5em rgba(0, 0, 0, 0.1); }

.single__title {
  color: #609a8e;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.1; }

.single__gallery {
  padding-bottom: 3em; }

.single-body {
  padding: clamp(1rem, calc(-0.316rem + 7.018vw), 6rem) clamp(1rem, calc(-1.895rem + 15.439vw), 12rem) clamp(1rem, calc(0.474rem + 2.807vw), 3rem) clamp(1rem, calc(0.211rem + 4.211vw), 4rem); }

.tekening {
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
  @media (min-width: 640px) {
    .tekening {
      display: grid;
      grid-template-columns: 1fr 1fr; } }
.tekening .img {
  padding: clamp(0rem, calc(-0.789rem + 4.211vw), 3rem); }

.tekening .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
  padding: .5rem; }

.tekening .text-content {
  margin-bottom: 2rem; }

.tekening .text {
  padding: clamp(1rem, calc(0.474rem + 2.807vw), 3rem);
  padding-bottom: 6rem;
  position: relative; }

.tekening .text h2,
.single h2 {
  color: #609a8e;
  font-size: clamp(2rem, calc(1.803rem + 1.053vw), 2.75rem);
  line-height: .9;
  padding-top: .375rem;
  letter-spacing: .25rem;
  font-weight: 700; }

.tekening .text p:first-of-type {
  padding-right: clamp(1rem, calc(-0.053rem + 5.614vw), 5rem);
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 0;
  font-style: italic; }

.tekening .text span:first-of-type {
  display: inline-block;
  margin-top: clamp(1rem, calc(0.737rem + 1.404vw), 2rem);
  font-size: clamp(1.125rem, calc(1.092rem + 0.175vw), 1.25rem);
  letter-spacing: .25rem;
  color: #609a8e; }

.tekening .text span.category {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  background-color: #609a8e;
  color: #fff;
  padding: .25rem 1rem .0625rem;
  text-transform: uppercase;
  letter-spacing: .25rem;
  font-size: .875rem; }

.plakker {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 1rem 2rem;
  padding: 2rem 4rem 4rem 4rem;
  border-radius: 1px;
  border: 1px dotted #999; }
  @media (min-width: 640px) {
    .plakker {
      margin: 2rem 2rem 4rem 1rem; } }
  @media (min-width: 960px) {
    .plakker {
      margin: 3rem; } }
  .plakker__title {
    color: #609a8e;
    letter-spacing: 2px;
    text-transform: lowercase;
    font-weight: 700; }
  .plakker__description {
    font-size: 1.25rem; }
  .plakker__category {
    font-variant: all-small-caps;
    color: #555; }
  .plakker .buy-button {
    background-color: rgba(255, 255, 255, 0.7); }

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(16rem, 1fr));
  gap: 1.5rem;
  padding: 4rem 2rem 12rem; }

.gallery li {
  overflow: hidden;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25);
  height: 26rem;
  background-color: #fff;
  position: relative;
  border-radius: .0625rem;
  display: flex;
  flex-direction: column;
  padding-top: .5rem; }

.gallery li img {
  width: 100%;
  height: 24rem;
  object-fit: contain;
  border-radius: .0625rem;
  overflow: hidden;
  transition: transform 1s ease-in-out; }

@media (hover: hover) {
  .gallery li img:hover {
    transform: scale(1.05); } }

.gallery a {
  text-transform: uppercase;
  font-size: .75rem;
  display: inline-block;
  letter-spacing: .125rem; }

.gallery a:hover {
  text-decoration: none;
  color: #609a8e; }

.gallery a span {
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: .5rem;
  right: 0;
  line-height: 1.1;
  padding: .25rem 1rem 0;
  text-align: right;
  width: 100%; }

.footer {
  position: relative;
  font-size: 14px; }
  .footer__inner {
    padding: 1em 0;
    background-color: #fff; }
  .footer__colophon {
    display: inline-block;
    color: #609a8e;
    position: absolute;
    bottom: -3.5em;
    left: 50%;
    transform: translateX(-50%);
    font-size: .75em;
    animation: fadeIn ease-in-out 6s; }
    @media (min-width: 640px) {
      .footer__colophon {
        bottom: -6em; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  50% {
    opacity: .1; }
  70% {
    opacity: 1; }
  100% {
    opacity: .8; } }

.prijs {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  font-weight: bold; }
  .prijs * {
    color: #609a8e;
    display: inline-block;
    margin-right: 1rem; }

ul.gallery {
  position: relative; }

@keyframes spin {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg); } }

.spinner {
  display: none;
  border: 0.25rem solid rgba(0, 0, 0, 0.25);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border-left-color: #609a8e;
  animation: spin 1s linear infinite;
  position: absolute;
  bottom: -4rem;
  right: 5%;
  z-index: 10; }

/*# sourceMappingURL=styles.css.map */