@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body {
  margin: 0;
  padding: 0; }
  body * {
    font-size: 1.1rem;
    line-height: 1.4;
    letter-spacing: 1px; }

.outer {
  width: 100vw;
  background: #f7f7f7;
  display: flex;
  color: #3c3b3c; }

.inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
  width: 100vw; }
  .inner > * {
    width: 100%; }
  @media (min-width: 640px) {
    .inner {
      margin: 0 1em; } }
.main {
  flex: 1;
  transition: margin-left .5s;
  padding: 20px;
  padding-top: 1px; }

.footer {
  flex: 0 0 5em; }

.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  text-decoration: none;
  border-bottom: 1px solid currentColor; }

html {
  scroll-behavior: smooth;
  font-size: 12px; }
  @media (min-width: 640px) {
    html {
      font-size: 14px; } }
  @media (min-width: 960px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1440px) {
    html {
      font-size: 16px; } }
a {
  color: #027bbc; }

em {
  color: #000; }

select {
  padding: .375rem;
  border: 1px solid rgba(0, 117, 191, 0.5);
  background-color: #fff;
  outline: none;
  font-size: 1rem; }

.snipcart {
  font-family: Arial, Helvetica, sans-serif; }
  .snipcart__font {
    line-height: 1.25; }
    .snipcart__font--std {
      font-size: inherit; }
    .snipcart__font--xlarge {
      font-size: inherit;
      text-transform: lowercase; }

.snipcart-button-icon.is-danger {
  background-color: inherit; }

.toggle {
  display: none; }

.section {
  padding-top: 2.5rem; }
  @media (min-width: 640px) {
    .section {
      padding-top: 1.5rem; } }
  @media (min-width: 960px) {
    .section {
      padding-top: 1rem; } }
.body--no-scroll {
  overflow-y: hidden; }
  .body--no-scroll .grid-header {
    visibility: hidden !important; }

.color-black {
  color: #3c3b3c !important; }

.blue {
  color: #0075bf !important; }

.black-5 {
  color: #555 !important; }

.bg-color-black {
  color: #3c3b3c !important; }

.bg-color-groen {
  background-color: #47aa69 !important; }

.bg-color-oranje {
  background-color: #f7a200 !important; }

.bg-color-red {
  background-color: #ff524a !important; }

.bg-color-blue {
  background-color: #288dcf !important; }

.bg-color-brown {
  background-color: #a09b7a !important; }

.no-border {
  border: none !important; }

.font-upper {
  text-transform: uppercase !important; }

.font-small-caps {
  font-variant: all-small-caps !important; }

.font-smaller {
  font-size: 1.125rem !important; }

.font-normal {
  font-size: 1.25rem !important; }

.page-title {
  padding: 1em 0 0 1rem;
  text-transform: uppercase; }

.page-subtitle {
  text-transform: uppercase; }

.logo {
  color: currentColor;
  display: inline-block;
  line-height: 1.125;
  text-transform: uppercase;
  padding-top: .25em;
  letter-spacing: 1px;
  word-spacing: -3px; }
  @media (min-width: 640px) {
    .logo {
      letter-spacing: 2px;
      word-spacing: normal; } }
  .logo > a {
    color: currentColor; }
  .logo__img {
    width: 14em; }

.filter > .uk-offcanvas-bar * {
  color: #3c3b3c; }

.filter__bar {
  min-width: 40vw;
  padding-top: 8rem;
  background: #fffcd3;
  color: #3c3b3c; }
  @media (min-width: 1920px) {
    .filter__bar {
      min-width: 33vw; } }
.filter__accordeon > li {
  padding-left: .5rem; }
  .filter__accordeon > li:not(:last-of-type) {
    border-bottom: 2px solid rgba(0, 117, 191, 0.25); }
  .filter__accordeon > li > a {
    display: flex;
    justify-content: space-between;
    width: calc(100% - .5rem); }

.filter__close {
  color: #777 !important; }
  .filter__close svg {
    width: 1.5rem; }

.filter__list {
  flex-wrap: wrap; }
  .filter__list > li {
    margin: .25rem 2rem .25rem 0;
    display: flex;
    flex-direction: column; }
    .filter__list > li > label {
      letter-spacing: 1px; }
    .filter__list > li #id_schrijver {
      width: 10rem; }
    .filter__list > li #id_gezelschap {
      width: 20rem;
      display: flex; }
    .filter__list > li #id_bezetting {
      width: 27.5rem;
      justify-content: space-between;
      display: flex;
      flex-wrap: wrap; }
    .filter__list > li #id_serie {
      width: 15rem; }
    .filter__list > li #id_typering {
      width: 15rem; }
    .filter__list > li #id_thema {
      width: 15rem; }
    .filter__list > li #id_diverse {
      width: 60rem;
      display: flex;
      flex-wrap: wrap; }
    .filter__list > li select {
      background-color: white;
      border: 1px solid #ccc;
      padding: .25rem .5rem; }

.filter__button {
  background-color: transparent;
  border: none;
  display: block;
  border-bottom: 2px solid #777;
  outline: none;
  line-height: 1.5;
  width: 100%;
  text-align: left;
  padding: 2px 0 2px .5rem;
  text-transform: lowercase;
  cursor: pointer; }
  .filter__button:hover {
    color: inherit !important;
    text-decoration: none; }

.filter-nav {
  list-style: none;
  padding: 0;
  margin: 0 0 .25rem 0;
  text-transform: lowercase;
  display: flex;
  flex-direction: column-reverse; }
  .filter-nav > li {
    color: #3c3b3c; }
    .filter-nav > li.uk-active {
      color: #0075bf; }
  .filter-nav li > a {
    color: currentColor; }
    .filter-nav li > a.uk-active {
      color: currentColor; }
  .filter-nav__social {
    display: inline-block; }
    .filter-nav__social svg {
      width: 1.5rem; }
    .filter-nav__social:not(:last-of-type) {
      margin-right: .5rem; }

.schrijvers__list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .schrijvers__list > li {
    line-height: 1.5;
    position: relative; }
    .schrijvers__list > li > a {
      color: #222; }

.schrijvers-list {
  padding: 0; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list a {
    color: currentColor; }
  .list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 2px 4px;
    border-bottom: 1px solid #91d9f2;
    line-height: 1.25;
    min-height: 2.5rem;
    transition: background-color .2s; }
    .list__item:first-child {
      border-top: 1px solid #feccff; }
    .list__item--link {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      height: 100%; }
      .list__item--link:hover {
        border: none; }
    .list__item > * {
      letter-spacing: 1px; }
    .list__item.color-purple:hover {
      background-color: #b47cc6; }
    .list__item.color-mintgroen:hover {
      background-color: #8abf90; }
    .list__item.color-lichtgroen:hover {
      background-color: #6cb47b; }
    .list__item.color-oranje:hover {
      background-color: #f7a200; }
    .list__item.color-groen:hover {
      background-color: #47aa69; }
    .list__item.color-blauw:hover {
      background-color: #0075bf; }
    .list__item.color-bruin:hover {
      background-color: #a09b7a; }
    .list__item.color-rood:hover {
      background-color: #ff524a; }
    .list__item--heading {
      padding: .5rem 0; }
      .list__item--heading * {
        font-size: 1rem; }
  .list__id {
    flex: 1;
    color: #0075bf; }
    .list__id > span {
      display: inline-block;
      transform: translateX(-0.25rem); }
    @media (min-width: 960px) {
      .list__id {
        flex: .6; } }
    .list__id--biep {
      text-align: right;
      color: inherit; }
    .list__id a {
      display: inline-block;
      transform: translateX(-0.25rem); }
  .list__title {
    flex: 2.5;
    padding: 0 .5rem;
    overflow-x: auto; }
  .list__author {
    flex: 4;
    padding: 0 .5rem;
    word-spacing: -2px; }
  .list__translator {
    flex: 2;
    padding: 0 1rem;
    word-spacing: -2px; }
  .list__jaar {
    flex: .6; }
  .list__taal {
    flex: .6;
    text-align: center; }
  .list__personages {
    flex: 2; }
    @media (min-width: 960px) {
      .list__personages {
        flex: 1; } }
  .list__prijs {
    flex: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 640px) {
      .list__prijs {
        flex: .6; } }
    .list__prijs > a.snipcart-add-item {
      position: relative;
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem; }
      .list__prijs > a.snipcart-add-item:hover {
        border-bottom: none; }
        .list__prijs > a.snipcart-add-item:hover::after {
          content: '+';
          color: #235c84;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -40%); }
    .list__prijs img {
      position: relative;
      display: inline-block; }
  .list__bestellen {
    flex: 2;
    text-align: center; }
  .list__download {
    flex: 1.5;
    text-align: right; }
    .list__download a, .list__download span {
      font-variant: all-small-caps; }
      .list__download a:hover, .list__download span:hover {
        text-decoration: none;
        border-bottom: 1px solid currentColor; }
    .list__download span {
      cursor: pointer; }

.detail a:hover {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 117, 191, 0.5); }

.detail__list {
  display: flex;
  list-style: none;
  padding: 0; }
  .detail__list > li:not(:last-of-type) {
    margin-right: .375rem; }
    .detail__list > li:not(:last-of-type)::after {
      content: '|';
      margin-left: .375rem; }

.detail__published {
  font-variant: all-small-caps;
  color: #0075bf;
  font-size: 1.25rem; }
  .detail__published > span {
    letter-spacing: 2px; }

.detail__title {
  color: #0075bf;
  margin: 0; }
  .detail__title > span {
    color: #3c3b3c; }

.detail__download {
  text-transform: uppercase;
  font-size: 50%; }

.detail__bag {
  transform: translateX(-0.5rem);
  display: flex;
  align-items: center; }
  .detail__bag > input.js-item-qty {
    margin-left: .5rem;
    padding: .125rem .5rem .25rem;
    border-radius: 1px;
    border: 1px solid #aaa; }
  .detail__bag img.shop {
    width: 2rem; }

.detail__gezelschap > span, .detail__vertaler > span, .detail__personages > span, .detail__filters > span {
  color: #0075bf;
  text-transform: lowercase; }

.detail__gezelschap > a, .detail__vertaler > a, .detail__personages > a, .detail__filters > a {
  color: inherit; }

.detail__image {
  aspect-ratio: 95 / 146;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  margin: 0 auto; }

.detail__filters {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .detail__filters li {
    text-transform: lowercase; }
    .detail__filters li:first-of-type {
      margin-left: .25rem; }
    .detail__filters li:not(:last-of-type) {
      margin-right: .25rem; }
    .detail__filters li:not(:last-of-type)::after {
      content: ',';
      display: inline-block;
      transform: translateY(-2px); }

@media (min-width: 960px) {
  .detail__bio {
    padding: 1rem 7rem 4rem 0; } }

.detail__cards {
  padding: 0 3.5rem; }

.cards__item {
  position: relative; }
  @media (min-width: 640px) {
    .cards__item {
      padding: 0; } }
.cards__img {
  aspect-ratio: 95 / 146;
  box-shadow: 0 0 0.75em rgba(0, 0, 0, 0.4);
  background-color: #ccc; }

.cards__text {
  aspect-ratio: 95 / 146;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0));
  transition: background-image .7s, color .5s;
  overflow-y: hidden; }
  .cards__text * {
    color: rgba(60, 59, 60, 0); }
  .cards__text:hover {
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.85), #f7f7f7); }
    .cards__text:hover * {
      color: rgba(60, 59, 60, 0.85); }
    .cards__text:hover .cards__title {
      color: #0075bf; }
    .cards__text:hover .cards__btn {
      background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.25), #f7f7f7 70%);
      opacity: 1; }

.cards__body {
  height: 100%; }
  .cards__body * {
    line-height: 1.2; }

.cards__inner {
  padding: .5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.cards__title, .cards__subtitle {
  margin: 0;
  padding: 0; }

.cards__content {
  margin-top: .5rem; }
  .cards__content p {
    margin: 0; }
    .cards__content p br {
      display: none; }
  .cards__content * {
    max-height: 100%; }

.cards__link {
  text-decoration: none;
  color: inherit; }
  .cards__link:hover {
    text-decoration: none;
    border: none;
    color: inherit; }

.cards__btn {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0), rgba(247, 247, 247, 0) 70%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  padding-bottom: 1rem; }

.cards__number {
  display: flex;
  margin-bottom: .5em;
  color: #0075bf !important; }

.cards__price {
  display: inline-block;
  padding-left: .5rem; }

.slider {
  padding: .75rem; }
  @media (min-width: 1200px) {
    .slider__text {
      aspect-ratio: 95 / 146;
      left: 2.5rem; } }
  .slider__text:hover {
    background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.85), #f7f7f7); }
    .slider__text:hover * {
      color: rgba(60, 59, 60, 0.85); }
    .slider__text:hover .slider__title {
      color: #0075bf; }
    .slider__text:hover .slider__btn {
      background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0.25), #f7f7f7 70%);
      opacity: 1; }
  .slider__link {
    text-decoration: none;
    color: inherit; }
    .slider__link:hover {
      text-decoration: none;
      color: inherit; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 1em;
  padding-top: 1em; }
  .pagination::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 25%;
    background-color: #eaeaea; }

.footer {
  margin-top: 5rem;
  padding-top: .5rem;
  position: relative; }
  .footer__inner {
    opacity: .85;
    padding: 1rem 0; }
  .footer__logo, .footer__logo > * {
    padding: .5rem 0;
    font-size: .875rem; }

.shop {
  width: 2.25rem;
  min-width: 30px; }
  .shop img {
    width: 2.25rem; }
  @media (min-width: 960px) {
    .shop {
      width: 1.75rem; }
      .shop img {
        width: 1.75rem; } }
  .shop__btn {
    position: relative;
    border: none;
    background: transparent;
    transition: transform .4s; }
    .shop__btn:hover {
      cursor: pointer;
      transform: scale(1.1); }
      .shop__btn:hover::after {
        content: '+';
        font-weight: bold;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -40%);
        color: #0075bf; }

.zoekveld {
  padding: .5rem; }
  .zoekveld > a:hover {
    border: none; }
  .zoekveld__toggle {
    min-height: 2rem;
    color: #0075bf; }
    .zoekveld__toggle svg {
      width: 2rem; }
  .zoekveld__input {
    font-size: 1.25rem !important; }
  .zoekveld__btn * {
    color: #3c3b3c; }

.header__search--small .zoekveld {
  padding: 0;
  position: absolute;
  top: 1.5rem;
  right: 3rem; }

@keyframes fadeout {
  0% {
    opacity: 1;
    z-index: 100; }
  50% {
    opacity: 1; }
  90% {
    opacity: .5; }
  95% {
    opacity: .1; }
  100% {
    opacity: 0;
    z-index: -1; } }

.bootie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeout .5s ease-in-out forwards; }
  .bootie__splash {
    width: 100%; }
  .bootie__svg {
    height: 7em;
    background-position: center;
    background-repeat: no-repeat; }

.no-image {
  font-size: 10px;
  font-family: 'Noto Serif', serif;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }
  .no-image__body {
    height: 60em;
    width: 38.5em;
    box-shadow: 9px 11px 32px rgba(0, 0, 0, 0.44);
    position: relative;
    border-radius: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .no-image__body * {
      width: 100%; }
  .no-image__header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 1.25em;
    letter-spacing: 2px;
    font-weight: 400;
    position: relative; }
    .no-image__header > span {
      position: absolute;
      bottom: 1em; }
  .no-image__footer {
    display: flex;
    align-items: center;
    justify-content: center; }
    .no-image__footer img {
      width: 50%; }
  .no-image__header {
    flex: 0 0 7em; }
  .no-image__footer {
    flex: 0 0 10em; }
  .no-image__main {
    flex: 1;
    background-blend-mode: multiply;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
  .no-image__title {
    font-size: 3em;
    margin: 1.5em 0 0 0;
    width: 70%; }
  .no-image__number {
    color: #288dcf;
    font-size: 2.25em;
    letter-spacing: 2px;
    font-weight: 700;
    opacity: .65;
    padding-bottom: 2em;
    transform: rotate(2.5deg);
    font-family: Arial, Helvetica, sans-serif; }

.about {
  padding-top: 0; }
  @media (min-width: 960px) {
    .about__body {
      padding: 0 4em 1em 0; } }
  .about__body > * {
    color: #3c3b3c; }
  .about__img {
    aspect-ratio: 2 / 3;
    max-height: 600px;
    background-size: cover;
    background-position: center; }
    @media (min-width: 960px) {
      .about__img {
        transform: translateY(-12em); } }
  .about__price > span {
    display: block;
    padding: .25rem 0; }
  .about__price > button {
    text-align: left; }

td {
  line-height: 1.2; }

th > a {
  font-size: .9rem;
  line-height: 1; }

.uk-table th:first-of-type {
  padding-left: 1px; }

.downloaden span.exists {
  background: none;
  display: inline-block;
  font-variant: all-small-caps;
  width: 75%; }

td:last-child span:hover {
  border-bottom: 1px solid; }

tr {
  transition: background-color .1s; }

.groen:hover, .paars:hover, .blauw:hover, .rood:hover, .oranje:hover, .bruin:hover {
  transition: all .1s; }

.groen:hover {
  background-color: #47aa69; }

.paars:hover {
  background-color: #b47cc6; }

.blauw:hover {
  background-color: #0075bf; }

.rood:hover {
  background-color: #ff524a; }

.oranje:hover {
  background-color: #f7a200; }

.bruin:hover {
  background-color: #a09b7a; }

.jaar, .taal, .number_pers, .schrijvers, .vertalers, .verwacht {
  display: none; }

td > a, td > a:hover, .grid-item > a {
  color: currentColor; }

.is-boekje > a:hover {
  border: none; }

@media (min-width: 640px) {
  .schrijvers {
    display: grid; } }

@media (min-width: 960px) {
  .jaar, .taal, .nummer, .number_pers, .vertalers {
    display: grid; } }

.downloaden {
  display: none; }

.orderable a {
  position: relative;
  display: inline-block;
  padding-bottom: .5rem; }
  .orderable a:hover {
    border: none; }
  .orderable a::after {
    position: absolute;
    left: 0;
    bottom: -1rem;
    content: '';
    display: block;
    font-size: 1.25rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-family: Verdana, Geneva, Tahoma, sans-serif; }

th > a {
  color: #3c3b3c; }

.asc.orderable a::after {
  transform: rotate(180deg) translateY(7px); }

.uk-table-divider > thead > tr {
  border-top: none !important; }

.uk-table-divider > :first-child > tr:not(:first-child), .uk-table-divider > :not(:first-child) > tr, .uk-table-divider > tr:not(:first-child) {
  border-color: #91d9f2; }

tbody > tr:first-of-type {
  border-color: #feccff !important; }

.uk-table th.orderable {
  padding-bottom: 2rem; }

.uk-table td {
  padding: 8px 12px; }
  .uk-table td:first-of-type {
    padding-left: 1px; }

td.nummer, .grid-item.nummer {
  color: #0075bf; }

td.text-nr, .grid-item.text-nr {
  color: #0075bf; }
  td.text-nr::before, .grid-item.text-nr::before {
    content: 'L'; }

.grid-container {
  display: grid;
  grid-template-columns: 1fr 4fr 1fr; }
  @media (min-width: 640px) {
    .grid-container {
      grid-template-columns: 1fr 4fr 3fr 1fr; } }
  @media (min-width: 960px) {
    .grid-container {
      grid-template-columns: 1fr 4fr 3fr 2fr .75fr .75fr .5fr .75fr .75fr; } }
.grid-item {
  padding: 8px 12px;
  border-top: 1px solid #91d9f2; }

.grid-header {
  text-transform: uppercase;
  position: sticky;
  top: 6rem;
  left: 0;
  background-color: #fff;
  z-index: 5; }
  .grid-header a {
    color: currentColor; }
    .grid-header a:hover {
      border: none;
      color: #0075bf; }
  .grid-header > .grid-item {
    border: none;
    padding-bottom: 2rem;
    font-size: .875rem; }
    .grid-header > .grid-item > a {
      font-size: inherit; }

.temporary-message {
  padding: 0 2rem 0 1rem;
  transition: opacity .25s;
  color: #0075bf; }
  .temporary-message a {
    border-bottom: 1px solid; }
  @media (min-width: 640px) {
    .temporary-message {
      position: absolute;
      top: 1rem;
      left: 50%;
      width: 20rem; } }
  @media (min-width: 960px) {
    .temporary-message {
      transform: translateX(-50%); } }
@media (min-width: 640px) {
  .section {
    padding-top: 3rem !important; } }

.sidenav {
  background-color: #fffcd3;
  color: #3c3b3c;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s; }
  .sidenav::-webkit-scrollbar {
    width: 12px; }
  .sidenav__close-btn {
    position: absolute;
    font-size: 2.5rem;
    top: 0;
    right: 1.6rem;
    color: #777; }
  .sidenav__container {
    padding: 8rem 2rem; }
  .sidenav h4 {
    border-bottom: 1px solid #777;
    line-height: 1.6rem;
    padding-left: .5rem;
    margin: 0;
    text-transform: lowercase; }
  .sidenav a:hover {
    text-decoration: none; }
  .sidenav__accordeon > li {
    padding-left: .5rem; }
    .sidenav__accordeon > li:not(:last-of-type) {
      border-bottom: 1px solid rgba(0, 117, 191, 0.35); }
    .sidenav__accordeon > li > a {
      display: flex;
      justify-content: space-between;
      width: calc(100% - .5rem); }
  .sidenav__button {
    margin: 0 !important;
    background-color: transparent;
    border: none;
    display: block;
    border-bottom: 1px solid #777;
    outline: none;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    padding: 2px 0;
    text-transform: lowercase;
    cursor: pointer;
    padding-left: .5rem; }
    .sidenav__button:hover {
      color: inherit;
      text-decoration: none;
      border-bottom: 1px solid #777 !important; }

.sidenav--open {
  width: 70%;
  z-index: 6; }
  @media (min-width: 640px) {
    .sidenav--open {
      width: 55%; } }
  @media (min-width: 1600px) {
    .sidenav--open {
      width: 40%; } }
.modal, .message {
  position: fixed;
  opacity: 0;
  z-index: -1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: opacity .4s; }
  .modal--open, .message--open {
    z-index: 1000;
    opacity: 1; }
  .modal--close, .message--close {
    display: block;
    margin-top: 1rem; }

.modal-content, .message-content {
  background-color: #d3d88f; }

.message--open.message-content {
  z-index: 1001; }

.totop {
  display: none;
  position: fixed;
  bottom: 25%;
  right: 3rem;
  z-index: 99;
  border: none;
  border: 1px solid;
  outline: none;
  color: #0075bf;
  cursor: pointer;
  padding: .5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background: #fff; }
  @media (min-width: 640px) {
    .totop {
      right: 2rem; } }
  .totop:hover {
    color: #555; }

.header {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
  transition: .1s ease-in-out; }
  .header--shadow {
    box-shadow: 2px 6px 16px -2px rgba(0, 0, 0, 0.15); }
  .header__inner {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    position: relative; }
  .header__logo {
    padding-top: .25rem;
    color: #3c3b3c; }
    .header__logo.active {
      color: #0075bf; }
    @media (min-width: 640px) {
      .header__logo {
        max-width: 80%; } }
    .header__logo:hover {
      text-decoration: none;
      color: currentColor; }
  .header__toggle {
    position: absolute;
    right: 0;
    top: 1rem;
    z-index: 1; }
    .header__toggle a:hover {
      border: none; }
    .header__toggle svg {
      width: 3rem; }
  .header__left {
    display: flex;
    flex-direction: column;
    width: 85%; }
    .header__left a:hover {
      border: none; }
    @media (min-width: 640px) {
      .header__left {
        width: 75%; } }
    @media (min-width: 960px) {
      .header__left {
        width: 50%; } }
    @media (min-width: 1200px) {
      .header__left {
        width: 40%; } }
  .header__search input {
    padding: .5rem 0; }
  .header__extended-search:hover {
    border-bottom: 1px solid currentColor; }
  .header__lists {
    display: flex;
    list-style: none; }
    .header__lists > li, .header__lists button {
      margin: .75rem 1rem 0 0; }
      .header__lists > li:last-of-type, .header__lists button:last-of-type {
        margin-right: 0; }
      .header__lists > li.uk-active, .header__lists button.uk-active {
        color: #0075bf; }
    .header__lists > a {
      margin-bottom: .5rem; }
      .header__lists > a:not(:first-of-type) {
        margin-left: .5rem; }
    .header__lists > button:disabled {
      color: #0075bf; }
  .header__navi {
    display: flex; }

.list-header {
  background-color: #fff;
  position: sticky;
  top: 6rem;
  z-index: 5;
  opacity: 1;
  transition: opacity 1s;
  visibility: visible; }
  .list-header--sidenav {
    opacity: 0;
    z-index: -1;
    visibility: hidden; }

.menu__icon {
  cursor: pointer; }
  .menu__icon--home {
    color: #3c3b3c;
    position: absolute;
    top: 0;
    width: 3rem;
    right: -1rem; }

.menu__sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 30%;
  bottom: 0;
  background-color: #fedbff;
  z-index: -1;
  transform: translateX(-110%);
  transition: all .5s;
  color: #3c3b3c;
  box-shadow: 0 1px 16px 8px rgba(0, 0, 0, 0.1); }
  @media (min-width: 640px) {
    .menu__sidebar {
      right: 50%; } }
.menu__sidebar--open {
  z-index: 8;
  opacity: 1;
  transform: translateX(0);
  transition: transform .5s ease-out; }

.menu__close {
  color: #3c3b3c;
  position: absolute;
  top: 1rem;
  right: .5rem;
  width: 3rem; }

.navi__list {
  margin: 0;
  padding: 8rem 0 0 1rem;
  display: flex;
  list-style: none;
  flex-direction: column;
  justify-content: center; }
  @media (min-width: 960px) {
    .navi__list {
      align-items: center;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-end;
      padding: .5rem 0; } }
.navi__item {
  text-transform: lowercase;
  padding: .5rem 0;
  letter-spacing: 2px; }
  .navi__item:not(:last-of-type)::after {
    content: ''; }
  .navi__item > a {
    color: currentColor; }
  .navi__item > a:not(:last-of-type):hover {
    border-bottom: 1px solid currentColor;
    text-decoration: none; }
  .navi__item.active {
    color: #0075bf;
    text-transform: uppercase; }
  .navi__item > .uk-icon:hover {
    border-bottom: none; }
  @media (min-width: 960px) {
    .navi__item {
      padding: 0;
      margin: 0 .5rem; } }
.navi__checkout {
  position: relative;
  display: inline-block;
  width: 2rem; }
  .navi__checkout:hover {
    border: none; }
  .navi__checkout::after {
    content: '+';
    position: absolute;
    top: 60%;
    left: 45%;
    color: #0075bf;
    transform: translate(-50%, -50%); }

.navi__count {
  font-size: .875rem;
  color: #0075bf; }

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