* {
  font-family: "Rubik", sans-serif !important;
}

body {
  font-weight: 300;
  line-height: 1.35;
  font-size: 0.875rem;
}

body a {
  color: black;
  text-decoration: none;
  font-weight: initial;
}

body a:hover {
  text-decoration: underline;
}

b {
  font-family: "Rubik", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

input[type=text] {
  padding-left: 0;
}

.text_block {
  border-top: solid 1px black;
}
.text_block ul {
  display: inline-block;
  z-index: 2;
}
.text_block ul li {
  padding: 0;
}
.text_block ul li:first-child {
  margin-bottom: 10px;
}
.text_block ul li h1 {
  font-size: 1.5rem;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
}
.text_block ul hr {
  background: black;
  height: 1px;
  width: 2rem;
  margin: 1rem 0;
}

.text_block.side ul li, .text_block.description ul li {
  margin-top: 16px;
}

.text_block.side ul li:first-child, .text_block.description ul li:first-child {
  margin-top: 12px;
}

.text_block.side ul li.caption, .text_block.description ul li.caption {
  margin-top: 0;
}

#outer-wrap {
  margin: 0 auto;
  padding: 30px 15px 0;
  display: flex;
  flex-flow: column nowrap;
}

@media only screen and (min-width: 530px) {
  #outer-wrap {
    max-width: 150vh;
    min-width: 70vw;
    padding: 30px 30px 0;
  }
}
#outer-wrap #inner-wrap {
  min-height: calc(100vh - 196px);
  display: flex;
  flex-flow: column nowrap;
}
#outer-wrap #inner-wrap header {
  display: flex;
  justify-content: space-between;
  height: 155px;
}
#outer-wrap #inner-wrap header #logo {
  width: 67px;
  height: 96px;
  background-size: 67px 96px;
  text-decoration: none;
}
#outer-wrap #inner-wrap header nav {
  display: flex;
  align-items: baseline;
}
#outer-wrap #inner-wrap header nav li {
  padding-left: 20px;
  list-style: none;
}
#outer-wrap #inner-wrap header nav li a.open_cart.hidden, #outer-wrap #inner-wrap a.open_cart_mobile.hidden {
  display: none;
}
#outer-wrap #inner-wrap .row {
  margin-bottom: 50px;
}
#outer-wrap #inner-wrap a.open_cart {
  white-space: nowrap;
}
@media only screen and (max-width: 529px) {
  #outer-wrap #inner-wrap .row {
    display: flex;
    flex-direction: column;
  }
  #outer-wrap #inner-wrap .row .side {
    margin-bottom: 16px;
  }
  #outer-wrap #inner-wrap .row .main {
    grid-template-columns: repeat(2, 1fr);
  }
  #outer-wrap #inner-wrap .row .main.designers, #outer-wrap #inner-wrap .row .main.u_posters {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 530px) {
  #outer-wrap #inner-wrap .row {
    display: grid;
    grid-column-gap: 15px;
    grid-template-areas: "side main";
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 1fr 2fr;
  }
  #outer-wrap #inner-wrap .row .main {
    grid-template-columns: repeat(2, 1fr);
  }
  #outer-wrap #inner-wrap .row .main.designers, #outer-wrap #inner-wrap .row .main.u_posters {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 950px) and (max-width: 1440px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 1fr 3fr;
  }
  #outer-wrap #inner-wrap .row .main {
    grid-template-columns: repeat(3, 1fr);
  }
  #outer-wrap #inner-wrap .row .main.designers, #outer-wrap #inner-wrap .row .main.u_posters {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1441px) {
  #outer-wrap #inner-wrap .row {
    grid-template-columns: 1fr 4fr;
  }
  #outer-wrap #inner-wrap .row .main {
    grid-template-columns: repeat(4, 1fr);
  }
  #outer-wrap #inner-wrap .row .main.designers, #outer-wrap #inner-wrap .row .main.u_posters {
    grid-template-columns: repeat(8, 1fr);
  }
}
#outer-wrap #inner-wrap .side {
  grid-area: side;
}
#outer-wrap #inner-wrap .filter-btn {
  position: absolute;
  bottom: 7px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url("/static/web/images/filter.svg") no-repeat top left;
  padding-top: 4px;
  font-size: 12px;
  letter-spacing: 0.24px;
  line-height: 24px;
  text-indent: -9999px;
  white-space: nowrap;
  cursor: pointer;
}
#outer-wrap #inner-wrap .filter-btn span {
  display: none;
}
#outer-wrap #inner-wrap .filter-btn:hover, #outer-wrap #inner-wrap .filter-btn.filter-btn-open {
  text-indent: 0px;
  width: 66px;
  background: url("/static/web/images/filter-open.svg") no-repeat top left;
}
#outer-wrap #inner-wrap .search_row {
  position: relative;
  margin-bottom: 0px;
  width: 100%;
}

.main {
  grid-area: main;
  display: grid;
  grid-gap: 15px;
}
.main.search_wrap {
  position: relative;
}
.main.search_wrap .search .filter-btn {
  top: initial;
  bottom: 8px;
}
.main.search_wrap .search input#search_field {
  display: none;
  position: absolute;
  bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 23px;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  width: 100%;
}
.main.search_wrap .search input#search_field::placeholder {
  color: #979797;
}

/* footer */
footer {
  grid-area: foot;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: solid 1px black;
  padding: 11px 0;
}
footer ul {
  display: flex;
  flex-direction: column;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer .right {
  text-align: right;
  position: relative;
}
footer .right li:last-child {
  font-size: 12px;
  position: relative;
  margin-top: 28px;
}

/* The side navigation menu */
.sidenav {
  display: none;
  position: fixed;
  height: 100%;
  /* 100% Full-height */
  width: 300px;
  z-index: 998;
  top: 0;
  right: -50px;
  background-color: #111;
  overflow-x: hidden;
  transition: transform 0.4s cubic-bezier(0.57, 1, 0, 1.1);
  /* The navigation menu links */
  /* Position and style the close button (top right corner) */
}

.sidenav.hidden {
  transform: translate3d(250px, 0, 0);
}

.sidenav .menu .sublinks hr {
  height: 1px;
  margin: 22px 0 6px 32px;
}

.sidenav .menu .sublinks a {
  font-size: 1.125rem;
}

.sidenav a {
  padding: 8px 8px 8px 48px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none;
}

.sidenav .closebtn {
  padding: 0px 16px 6px;
  font-size: 36px;
  text-decoration: none;
}

@media screen and (max-height: 450px) {
  .sidenav a {
    font-size: 18px;
  }
}
.d-mobile {
  display: none;
}

@media only screen and (max-width: 529px) {
  .d-mobile {
    display: block;
  }

  .d-desktop {
    display: none;
  }
}
@media only screen and (min-width: 530px) {
  .d-mobile {
    display: none;
  }

  .d-desktop {
    display: block;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

.col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}

.col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}

header {
  position: relative;
}

.hidden-header {
  display: none !important;
}

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