html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'BrownLight';
  src: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.eot?v=936695722348377879");
  src: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.eot?%23iefix&v=936695722348377879") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.woff2?v=11529595307812693569") format("woff2"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.woff?v=9417056100944927838"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.ttf?v=7524488198192052427") format("truetype"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownLight.svg%23BrownLight?1428") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'BrownRegular';
  src: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.eot?v=13116431755355708339");
  src: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.eot?%23iefix&v=13116431755355708339") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.woff2?v=958900759761674427") format("woff2"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.woff?v=15600830589455364448"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.ttf?v=15398666264638937958") format("truetype"), url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/BrownRegular.svg%23BrownRegular?1428") format("svg");
  font-weight: 300;
  font-style: normal; }

*, *:before, *:after {
  box-sizing: border-box; }

:root {
  font-size: 16px; }

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100vw;
  font-family: "BrownLight",sans-serif;
  color: #06041A;
  line-height: 2rem;
  background: white;
  overflow-x: hidden; }

h1 {
  font-size: 64px;
  font-family: "ivymode",sans-serif;
  color: white;
  text-transform: uppercase;
  line-height: 72px;
  letter-spacing: 4px; }

h2 {
  font-family: "BrownLight",sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  padding: 96px 0 32px; }

h3 {
  font-size: 32px;
  font-family: "ivymode",sans-serif;
  color: white; }

h4 {
  font-family: "BrownLight",sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px; }

h5 {
  font-family: "BrownLight",sans-serif;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 1px; }

a {
  cursor: pointer;
  text-decoration: none;
  color: #06041A; }

a:hover {
  color: #C92A5E; }

@media (max-width: 1256px) {
  h4 {
    font-size: 16px; } }
@media (max-width: 1080px) {
  h2 {
    font-size: 28px;
    text-align: center; }

  h3 {
    font-size: 24px;
    text-align: center; }

  h4 {
    font-size: 14px; } }
@media (max-width: 720px) {
  h1 {
    font-size: 32px; } }
@media (max-width: 480px) {
  h1 {
    font-size: 24px; }

  h3 {
    font-size: 20px; } }
header {
  z-index: 100;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: transparent;
  transition: background-color 0.6s ease, transform 0.6s ease;
  border-bottom: 1px solid white; }

header:hover, header.scrolled {
  background-color: white; }

header:hover .logo::before, header.scrolled .logo::before {
  background-color: white;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pinklogo.png?v=17320224679328525554"); }

header:hover nav a:not(.shop), header.scrolled nav a:not(.shop) {
  color: #06041A;
  transition: color 0.6s ease; }

body:not(.index) header {
  border-bottom: 1px solid #06041A;
  background-color: white; }

body:not(.index) header.scrolled {
  border-bottom: 1px solid white; }

body:not(.index) header nav:not(.shop) a {
  color: #06041A; }

header nav a.logo {
  position: relative;
  z-index: 2;
  width: 120px;
  color: transparent; }

header nav a.logo::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 118px;
  border-radius: 500%;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/whitelogo.png?v=2649155272537745184");
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pinklogo.png?v=17320224679328525554");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  transition: background-color 0.7s ease-in-out, background-image 0.6s ease-in-out; }

header a.logo:first-child {
  display: none; }

header a.logo:first-child::before {
  content: none; }

header nav {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1544px;
  padding: 0 32px;
  font-size: 14px;
  text-transform: uppercase;
  color: #06041A; }

header nav:not(.shop) a {
  flex-basis: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white; }

header nav:not(.shop) a:hover {
  color: #C92A5E;
  transition: color 0.2s linear; }

header nav:not(.shop) a:nth-of-type(6) {
  color: transparent; }

header nav.primary a:nth-of-type(7) {
  display: none; }

nav.shop {
  z-index: 1;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 100%;
  padding: 16px 32px; }

nav.shop a {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 16px; }

a.login {
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/user.png?v=10540316161116563415");
  background-size: contain;
  background-repeat: no-repeat; }

a.cart {
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/cart.png?v=15788393683120886709");
  background-size: contain;
  background-repeat: no-repeat; }

div.toggle {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/toggle.png?v=17793145163237217711");
  background-size: 300%;
  background-position: top left;
  background-repeat: no-repeat;
  filter: invert(27%) sepia(49%) saturate(2701%) hue-rotate(315deg) brightness(88%) contrast(97%); }

.announcement header {
  top: 50px; }

@media (max-width: 1256px) {
  header {
    height: 80px; }

  header nav {
    font-size: 12px; }

  nav.shop {
    padding: 8px 16px; }

  nav.shop a {
    width: 14px;
    height: 14px; }

  header a.logo {
    width: 114px; }

  header a.logo::before {
    width: 96px;
    height: 94.4px; } }
@media (max-width: 1080px) {
  header {
    border: 0;
    transition: background-color 0s; }

  header:hover, header.scrolled {
    background-color: transparent; }

  header nav, header nav.shop {
    display: none; }

  header nav.primary a.logo {
    display: none; }

  div.toggle {
    display: flex; }

  header a.logo:first-child {
    position: absolute;
    top: 8px;
    left: 16px;
    display: block; } }
.nav_display {
  overflow: hidden; }

.nav_display header {
  z-index: 100;
  position: fixed;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  width: 100vw;
  background-color: white; }

.index.nav_display header {
  background-color: white; }

.nav_display header nav.primary {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #06041A; }

.nav_display header nav.primary a {
  padding: 16px 0;
  margin-bottom: 16px; }

.nav_display header nav.shop {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0; }

.nav_display header nav.shop a {
  margin-left: unset; }

.nav_display header nav.shop a:first-child {
  display: none; }

.nav_display header nav.shop a.cart {
  background-image: unset;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%; }

.nav_display header nav.shop a.cart:after {
  content: 'Basket';
  display: block;
  color: #C92A5E;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }

.nav_display header nav:not(.shop) a, .nav_display header.scrolled nav:not(.shop) a {
  flex-basis: 32px;
  color: #06041A;
  font-size: 16px; }

.nav_display header nav:not(.shop) a:hover {
  color: #C92A5E; }

.nav_display header nav:not(.shop) a:nth-child(-n+8) {
  font-size: 24px; }

.nav_display header nav:not(.shop) a:nth-child(8), .nav_display header nav:not(.shop) a:last-child {
  padding-bottom: 32px;
  border-bottom: 1px solid #06041A;
  width: 150px; }

.nav_display header div.toggle {
  top: calc(80px / 2); }

@media (max-width: 720px) {
  body:not(.index) header {
    border-bottom: 0px;
    background-color: transparent; }

  body:not(.index) header.scrolled {
    border-bottom: 0px; }

  body:not(.index) header nav:not(.shop) a {
    color: #06041A; }

  body.nav_display:not(.index) header {
    background-color: white; } }
@media (max-width: 320px) {
  .nav_display header nav.primary a {
    padding: 8px 0;
    margin-bottom: 8px; }

  .nav_display header nav:not(.shop) a:nth-child(8), .nav_display header nav:not(.shop) a:last-child {
    padding-bottom: 16px; }

  .nav_display header nav:not(.shop) a:nth-child(-n+8) {
    font-size: 18px; }

  .nav_display header nav:not(.shop) a:nth-child(n+9) {
    font-size: 14px; } }
main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

main section {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

footer {
  position: relative;
  display: flex;
  height: 368px;
  width: calc((100% / 12) * 12);
  max-width: 1920px;
  padding-top: 64px;
  padding-bottom: 16px;
  padding-left: 16px;
  margin: 0 auto; }

footer > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%; }

footer > div a {
  font-size: 14px;
  padding: 8px 0; }

footer h5 {
  width: 100%;
  margin-bottom: 16px; }

footer .copyright {
  justify-content: space-between;
  width: calc((100% / 12) * 2); }

footer .copyright p {
  font-size: 14px; }

footer .quicklinks {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% / 12) * 4); }

footer .quicklinks nav {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto; }

footer .quicklinks nav > div {
  display: flex;
  flex-direction: column;
  width: 33.333%;
  height: auto; }

footer .contact {
  justify-content: flex-start;
  width: calc((100% / 12) * 4); }

@media (max-width: 1080px) {
  footer {
    flex-wrap: wrap;
    height: unset; }

  footer > div {
    padding: 16px 0; }

  footer h5 {
    text-align: center; }

  footer .quicklinks {
    display: none; }

  footer .copyright, footer .contact, footer .social {
    width: 100%;
    padding: 16px 0;
    justify-content: center;
    align-items: center; }

  footer .copyright {
    order: 5; }

  footer .copyright a.logo:first-child {
    margin: 32px 0; }

  footer .quicklinks nav, footer .quicklinks nav div {
    justify-content: center;
    align-items: center; }

  footer div.social nav a {
    margin: 0 16px; } }
.shopify-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 32px; }

.shopify-challenge__container {
  max-width: 491px;
  margin: 0 auto;
  margin-top: 240px;
  margin-bottom: 240px; }

.shopify-challenge__container form {
  width: unset; }

button {
  background-color: none;
  margin: 32px 0; }

a.button, button, form input.button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 16px;
  font-family: "BrownRegular",sans-serif;
  font-size: 16px;
  color: #06041A;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #06041A;
  line-height: 100%; }

a.button:hover, button:hover, form input.button:hover {
  border: 1px solid #C92A5E;
  background-color: #C92A5E;
  color: white;
  transition: all 0.2s ease; }

select {
  min-height: 48px;
  height: auto;
  padding: 16px;
  font-family: "BrownRegular",sans-serif;
  font-size: 16px;
  color: #06041A; }

@media (max-width: 1080px) {
  a.button, button {
    font-size: 14px; } }
@media (max-width: 480px) {
  select {
    padding: unset;
    width: 100vw; }

  button {
    margin: 32px auto; } }
div.texture {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: aliceblue; }

a.logo:first-child {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 118px;
  color: transparent;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pinklogo.png?v=17320224679328525554");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%; }

@media (max-width: 1080px) {
  a.logo:first-child {
    width: 90px;
    height: 88px; } }
div.social nav {
  display: flex;
  flex-direction: row; }

div.social a {
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white; }

a.instagram {
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pink_instagram.png?v=13121197266074482656"); }

a.pinterest {
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pink_pinterest.png?v=17167408959514312724"); }

a.facebook {
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/pink_fb.png?v=10225829616624862485"); }

div.card, a.card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 auto; }

.card h4 {
  margin-top: 8px;
  font-size: 14px;
  line-height: 150%; }

.card picture {
  width: 100%;
  background-color: lightgrey; }

.card picture::before {
  content: '';
  display: block;
  padding-top: 100%; }

div.media {
  position: relative;
  display: flex;
  width: 100%;
  height: auto; }

div.media picture {
  display: flex;
  width: 100%; }

div.media picture::before {
  content: '';
  display: block;
  padding-top: 100%; }

div.info > *, .description {
  margin-bottom: 32px; }

.product > article div.info h1 {
  color: #06041A;
  font-family: "BrownLight",sans-serif;
  font-size: 19px;
  line-height: unset;
  letter-spacing: unset; }

.product > article div.info .input {
  width: calc(100% - 32px);
  height: 64px;
  background-color: rebeccapurple; }

form {
  width: 100%;
  margin: 0 auto; }

form textarea {
  width: 100%;
  margin-bottom: 32px; }

form input.button {
  background-color: transparent;
  width: calc((100% / 12) * 2); }

.thankyou {
  color: #C92A5E;
  text-transform: unset; }

form .errors {
  color: #C92A5E; }

@media (max-width: 720px) {
  form {
    width: 100%; } }
a.contact {
  cursor: pointer; }

body div.announcement-bar {
  z-index: 11;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: black; }

div.announcement-bar a {
  color: white; }

div.announcement-bar a:nth-child(2) {
  margin: 0 32px; }

body.announcement div.announcement-bar {
  display: flex; }

@media (max-width: 480px) {
  div.announcement-bar a {
    padding: 8px;
    font-size: 14px;
    line-height: 120%; } }
section.hero {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: white; }

.hero h1, .hero h3 {
  z-index: 10;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  text-align: left;
  line-height: 120%;
  padding-bottom: 32px;
  padding-left: 32px; }

.hero h1 {
  padding-bottom: 80px; }

@media (max-width: 1080px) {
  .hero h1 {
    font-size: 36px;
    padding-bottom: 64px; }

  .hero h3 {
    font-size: 24px;
    padding-top: 16px;
    padding-bottom: 16px; } }
section.edit {
  z-index: 10;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 32px 64px 32px;
  width: 100vw; }

.edit h2 {
  text-align: center; }

.edit .button {
  margin: 32px;
  margin-bottom: 0;
  max-width: 240px; }

.edit ~ .edit {
  border-top: 1px dotted #06041A; }

section.shop {
  padding-bottom: 64px;
  border-top: 1px dotted #06041A;
  border-bottom: 1px dotted #06041A; }

nav.department {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc((100% / 12) * 10);
  padding: 0 calc((100% / 12) * 1);
  padding-top: 32px; }

.department a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: calc(((100% / 12) * 3) + 32px);
  background-color: aliceblue;
  margin-bottom: 96px;
  background-repeat: no-repeat;
  background-size: cover; }

.department a::before {
  content: '';
  display: block;
  padding-top: 133.333%; }

.department a::after {
  z-index: 5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: transparent;
  transition: background-color 400ms ease; }

.department a:hover::after {
  background-color: rgba(201, 42, 94, 0.9); }

.department a h3 {
  z-index: 10;
  position: relative;
  padding: 16px; }

@media (max-width: 1256px) {
  .department a {
    margin-bottom: 64px; } }
@media (max-width: 1080px) {
  .department a {
    margin-bottom: 32px; } }
@media (max-width: 720px) {
  .department a {
    width: calc(50% - 16px); } }
@media (max-width: 480px) {
  .department a {
    width: 100%; } }
section.link {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: calc((100% / 12) * 10);
  padding: 0 calc((100% / 12) * 1);
  padding-bottom: 64px;
  margin: 0 auto; }

.link h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

.link article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: calc(((100% / 12) * 3) + 32px); }

.link article > div {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: 335px;
  padding: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: aliceblue; }

.link article div .text {
  opacity: 0;
  font-family: "BrownRegular",sans-serif;
  font-size: 19px; }

.link article div .text p:first-child {
  padding-bottom: 16px; }

.link article:hover div h3 {
  opacity: 1; }

.link article:hover div .text {
  opacity: 0; }

.link .button {
  margin: 32px; }

@media (max-width: 1256px) {
  .link article div .text {
    font-size: 16px; } }
@media (max-width: 1080px) {
  .link article:hover div h3 {
    opacity: 1; }

  .link article:hover div .text {
    opacity: 0; } }
@media (max-width: 720px) {
  .link article {
    width: 100%; } }
section.journal {
  width: calc((100% / 12) * 10);
  padding-bottom: 96px;
  margin: 0 auto; }

.journal article {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 32px; }

.journal article picture {
  width: calc((100% / 12) * 5);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: aliceblue; }

.journal article picture::before {
  content: '';
  display: block;
  padding-top: 100%; }

.journal article .text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding-left: calc((100% / 12) * 1);
  font-size: 19px; }

.journal article .text div:first-of-type {
  display: flex;
  flex-direction: column; }

.journal article .text div p {
  margin-bottom: 16px; }

.journal article .text a:not(.button) {
  color: #C92A5E; }

.journal article h3 {
  font-size: 24px;
  color: #06041A;
  margin-top: auto; }

.journal article .text div {
  display: flex;
  justify-content: flex-start;
  margin-top: 32px; }

.journal article .text div a.button:hover {
  color: white; }

.journal article a.button {
  margin-right: 32px; }

.journal article a.button:last-of-type {
  margin-right: auto; }

section.journal.short {
  flex-direction: row;
  flex-wrap: wrap;
  padding: unset; }

.journal.short article {
  width: calc((100% / 10) * 3);
  flex-direction: column; }

.journal.short article picture {
  width: 100%; }

.journal.short article h3 {
  padding: 16px 0; }

.journal.short article .text {
  width: 100%;
  padding: unset;
  padding-bottom: 16px;
  font-size: 16px; }

.journal.short article a.button {
  width: calc((100% / 12) * 4);
  margin: 16px 0 32px 0;
  min-width: unset; }

@media (max-width: 1080px) {
  section.journal {
    width: 100%;
    padding: 0 16px;
    padding-bottom: 96px; }

  .journal article .text h3 {
    text-align: left; }

  .journal article .text p {
    font-size: 16px; }

  section.journal.short {
    width: calc((100% / 12) * 10); }

  section.journal.short article {
    width: calc((100% / 10) * 5); } }
@media (max-width: 720px) {
  .journal article {
    flex-wrap: wrap; }

  .journal article picture {
    width: 100%;
    margin-bottom: 32px; }

  .journal article .text {
    padding-left: unset;
    padding-right: calc((100% / 12) * 1);
    width: 100%; }

  .journal article .text p {
    margin-bottom: 16px; }

  section.journal.short {
    width: 100%;
    padding: 0 16px; }

  section.journal.short article {
    width: 100%; } }
div.subscribe {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 132px;
  border-top: 1px dotted #06041A;
  border-bottom: 1px dotted #06041A; }

div.subscribe > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1576px;
  padding: 0 16px;
  margin: 0 auto; }

div.subscribe > div h4 {
  width: 50%;
  font-family: "BrownRegular",sans-serif; }

div.subscribe form {
  position: relative;
  width: 50%; }

div.subscribe input {
  width: calc(100% - 16px);
  height: 50px;
  border: 1px solid black;
  font-family: "BrownRegular",sans-serif;
  text-transform: uppercase;
  color: #06041A; }

div.subscribe div.email-container {
  position: relative; }

div.subscribe div.email-container input {
  padding: 8px; }

div.subscribe div.email-container button {
  border: 1px solid #06041A;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  margin: unset;
  background-color: white;
  color: #06041A;
  cursor: pointer; }

div.subscribe div.email-container button:hover {
  border-left: 1px solid #C92A5E;
  border-right: 1px solid #C92A5E;
  background-color: #C92A5E;
  color: white;
  transition: all 0.2s ease; }

@media (max-width: 720px) {
  div.subscribe > div {
    flex-wrap: wrap; }

  div.subscribe > div h4, div.subscribe form {
    width: 100%; }

  div.subscribe > div h4 {
    padding-bottom: 16px; }

  div.subscribe form {
    padding: unset; } }
section.deck-wrap {
  z-index: 10;
  position: relative;
  padding-top: 32px;
  width: 100%; }

.deck-wrap .deck {
  display: flex;
  flex-direction: row;
  width: calc((100% / 12) * 10);
  overflow-x: hidden;
  overflow-y: hidden; }

.deck-wrap .deck .track {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  transition: transform 400ms ease; }

.deck-wrap .deck .track div.card, .deck-wrap .deck .track a.card {
  display: flex;
  flex-direction: column;
  width: calc(100% / 5);
  margin-right: calc((100% / 5) / 3); }

.deck-wrap .control {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 32px; }

.deck-wrap .control a {
  z-index: 99;
  position: absolute;
  display: block;
  width: 32px;
  height: 64px;
  opacity: 0;
  cursor: none;
  pointer-events: none;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/left_sprite.png?v=12834189696286807744");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  background-color: white; }

.deck-wrap .control a:hover, .deck-wrap .control a.right:hover {
  background-position: center; }

.deck-wrap .control a.active {
  opacity: 1;
  cursor: pointer;
  pointer-events: all; }

.deck-wrap .control a.left {
  z-index: 100; }

.deck-wrap .control a.right {
  z-index: 200;
  background-image: url("//cdn.shopify.com/s/files/1/0463/2379/4087/t/2/assets/right_sprite.png?v=6475736291745726105");
  background-position: right;
  right: 0; }

@media (max-width: 1080px) {
  .deck-wrap .deck .track div.card, .deck-wrap .deck .track a.card {
    width: calc(100% / 4);
    margin-right: calc((100% / 4) / 2); } }
@media (max-width: 720px) {
  .deck-wrap .deck .track div.card, .deck-wrap .deck .track a.card {
    width: 100%;
    margin-right: unset; } }
div.slider, div.slider-inactive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh; }

div.slider .frame, div.slider-inactive .frame {
  position: relative;
  display: flex;
  height: 100vh;
  width: 100vw; }

.slider .card, div.slider-inactive .card {
  position: absolute;
  display: block;
  opacity: 1;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.slider .index {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex; }

.slider .index .circle {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 16px;
  background-color: white;
  border-radius: 50%; }

.slider .index .circle.active {
  background-color: #09CDF3; }

section.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  min-height: 160px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover; }

section.banner:first-child {
  margin-top: 100px; }

section.banner h1 {
  color: #06041A; }

section.banner .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 48px;
  width: calc((100% / 12) * 12);
  max-width: 1920px;
  padding: 0 calc((100% / 12) * 1);
  padding-top: 32px; }

section.banner .text p {
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px; }

section.banner .text a {
  color: #C92A5E; }

@media (max-width: 720px) {
  section.banner {
    min-height: 100px; }

  section.banner:first-child {
    margin-top: 0; } }
@media (max-width: 480px) {
  section.banner {
    width: 100%; } }
section.collection {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 0 32px; }

.collection div.sort {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 0; }

.collection aside {
  width: calc((100% / 12) * 2); }

.collection div.range {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc((100% / 12) * 10); }

.collection div.range .card {
  margin-bottom: 32px; }

.paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - ((100% / 12) * 2));
  padding: 128px 16px;
  margin-left: calc((100% / 12) * 2); }

.paginate span {
  display: block;
  margin: 0 16px; }

@media (max-width: 480px) {
  .collection aside {
    display: none; } }
section.product {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc((100% / 12) * 12);
  padding: 64px calc((100% / 12) * 1);
  height: 100%; }

.product a.back {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "ivymode",sans-serif;
  width: calc((100% / 12) * 10);
  padding: 16px 0;
  padding-left: 24px;
  margin: 0 auto; }

a.back {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../gfx/left_sprite.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right; }

.product article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.product article > div {
  width: 50%;
  overflow-x: hidden; }

.product > article div.info form select, .product > article div.info form textarea {
  display: none; }

.product > article div.info .preorder {
  color: #06041A;
  border: 1px solid #06041A;
  padding: 16px; }

.product > article div.info .preorder form input:not(.button) {
  border: 1px solid black;
  height: 32px;
  margin: 16px 0;
  width: 50%; }

.product > article div.info .preorder form input.button {
  width: calc((100% / 12) * 4);
  background-color: #C92A5E;
  color: white;
  border: 1px solid #C92A5E; }

.product > article div.info .preorder form input.button:hover {
  background-color: white;
  color: #C92A5E;
  cursor: pointer; }

.product > article div.info .preorder .thankyou {
  font-size: 19px;
  padding: unset;
  padding-top: 16px;
  text-transform: unset; }

.product > article div.info > *, .description {
  margin-bottom: 32px; }

.product > article div.media {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; }

.product > article div.media picture {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% / 12) * 8); }

.product > article div.media .deck {
  padding-bottom: 32px; }

.product section.deck-wrap {
  padding-top: 0; }

.product .deck-wrap .deck .track .card {
  width: 100%;
  margin-right: unset; }

.product .deck-wrap .deck .track .card picture {
  width: calc((100% / 12) * 12);
  background-size: cover; }

.product .deck-wrap .indicators {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((100% / 12) * 10); }

.product .deck-wrap .indicators .panel {
  display: block;
  width: calc((100% / 12) * 3);
  padding: 0 16px;
  margin: 16px 0; }

.product .deck-wrap .indicators .panel:hover {
  transform: scale(1.1); }

.product .deck-wrap .indicators .panel picture {
  width: calc((100% / 12) * 12);
  background-size: cover; }

.product > article div.info form select, .product > article div.info form textarea {
  display: none; }

.product > article div.info .preorder {
  color: #06041A;
  border: 1px solid #06041A;
  padding: 16px; }

.product > article div.info .preorder form input:not(.button) {
  border: 1px solid black;
  height: 32px;
  margin: 16px 0;
  width: 50%; }

.product > article div.info button {
  background-color: white;
  cursor: pointer; }

.product > article div.info button:hover {
  background-color: #C92A5E; }

.product > article div.info .preorder form input.button {
  background-color: #C92A5E;
  color: white;
  border: 1px solid #C92A5E; }

.product > article div.info .preorder form input.button:hover {
  background-color: white;
  color: #C92A5E;
  cursor: pointer; }

.product > article div.info .preorder .thankyou {
  font-size: 19px;
  padding: unset;
  padding-top: 16px;
  text-transform: unset; }

.product > article div.info > *, .description {
  margin-bottom: 32px; }

@media (max-width: 720px) {
  .product article > div {
    width: 100%; }

  .product > article div.info .preorder form input:not(.button) {
    width: 90%; } }
@media (max-width: 480px) {
  .product article > div {
    width: 100vw; }

  section.product {
    padding: 16px; }

  .product > article div.info > *, .description {
    margin-bottom: 16px; }

  .product > article div.info h1, .product > article div.info p {
    padding: 16px; }

  .product div.info form {
    padding: 0 16px; } }
section.commission {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc((100% / 12) * 12);
  padding: 0 calc((100% / 12) * 1);
  margin-top: 64px; }

.commission article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((100% / 12) * 10);
  margin: 0 auto; }

.commission article > div {
  width: 50%;
  overflow-x: hidden; }

.commission > article .shopify-section section.deck-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: unset; }

.commission > article .shopify-section .deck-wrap .deck .track div.card {
  width: 100%; }

.commission > article .shopify-section .deck-wrap .deck .track div.card picture {
  background-image: url(//cdn.shopify.com/s/files/1/0513/8799/0203/files/textiles1.jpg?v=1605705490);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: white; }

.commission > article .shopify-section .deck-wrap .deck .track div.card picture::before {
  padding-top: 75%; }

.commission > article .shopify-section .deck-wrap .control {
  position: relative;
  top: unset;
  transform: unset;
  width: calc((100% / 12) * 10);
  height: 64px;
  margin: 16px 0; }

.commission > article .shopify-section .deck-wrap .control a.left, .commission > article .shopify-section .deck-wrap .control a.right {
  width: 16px;
  height: 32px; }

.commission > article .shopify-section .deck-wrap .control div.indicator {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto; }

.commission > article .shopify-section .deck-wrap .control div.indicator > div {
  z-index: 99;
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: 1px solid #C92A5E;
  background-color: white;
  cursor: pointer;
  opacity: 1;
  margin: 0 8px;
  transition: background-color 400ms ease; }

.commission > article .shopify-section .deck-wrap .control div.indicator > div.active {
  background-color: #C92A5E; }

.commission article .info h2 {
  padding: unset;
  font-family: "ivymode",sans-serif; }

.commission article .info .text p {
  font-size: 19px;
  margin-bottom: 32px;
  line-height: 32px; }

.commission article .important {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  margin-top: 64px;
  padding: 16px 0;
  border-top: 1px solid #06041A;
  border-bottom: 1px solid #06041A; }

.commission article .important .text p {
  display: flex;
  justify-content: center;
  padding: 8px; }

section.commission:last-child {
  margin-top: 96px; }

section.commission:last-child article {
  flex-direction: row-reverse; }

section.commission:last-child .important {
  margin-left: unset;
  margin-right: calc((100vw / 12) * -1); }

@media (max-width: 1080px) {
  .commission article > div {
    width: 100%; }

  .commission > article .shopify-section section.deck-wrap {
    width: 100%;
    order: 2; }

  .commission article .info {
    width: 100%; }

  .commission article .important {
    order: 3;
    margin-top: 32px; } }
section.form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  padding-bottom: 64px; }

.form form {
  width: calc((100% / 12) * 6); }

.form form .button {
  margin: 0 auto; }

.form label, .form input {
  width: 100%; }

.form label {
  padding-bottom: 16px; }

.form input {
  height: 32px;
  margin-bottom: 32px; }

.form input[type=textarea] {
  height: 128px; }

section.makers {
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((100% / 12) * 12);
  padding: 64px calc((100% / 12) * 1); }

section.makers article {
  display: flex;
  flex-direction: column;
  width: calc((100% / 10) * 3);
  margin-bottom: 64px; }

section.makers article > picture {
  display: flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

section.makers article > picture::before {
  content: '';
  display: block;
  padding-top: 66.666%; }

section.makers article h3 {
  color: #06041A;
  font-size: 24px;
  padding: 16px 0;
  text-align: left; }

section.makers article div.media {
  justify-content: space-between;
  padding: 16px 0; }

section.makers article div.media picture {
  display: flex;
  width: calc((100% / 12) * 3); }

section.makers article a.button {
  width: calc((100% / 12) * 3);
  margin: 16px 0 32px 0;
  min-width: unset; }

@media (max-width: 1080px) {
  section.makers article {
    width: calc(((100% / 12) * 6) - 32px); } }
@media (max-width: 720px) {
  section.makers article {
    width: 100%; } }
section.block {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: calc((100% / 12) * 12);
  padding: 32px calc((100% / 12) * 1);
  font-size: 24px; }

.block div.media, .block div.text {
  width: 100%; }

.block div.media picture {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.block div.media picture::before {
  padding-top: 66.666%; }

.block div.text {
  padding: 0 32px; }

.block div.text a {
  color: #C92A5E; }

.block div.text p {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 32px;
  flex: 0 4 auto; }

.block div.text div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 64px; }

.block div.text a.button {
  width: calc(((100% / 10) * 5) - 16px);
  min-width: unset;
  max-width: unset;
  height: 80px;
  color: #06041A; }

.block div.text a.button:hover {
  color: white; }

.block div.text.center p {
  text-align: center;
  padding: 16px 0; }

.block div.text blockquote p {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  padding: 32px;
  line-height: 130%;
  text-align: center;
  font-size: 36px; }

.block div.text blockquote footer {
  justify-content: center;
  font-family: "ivymode",sans-serif;
  width: 100%;
  height: auto;
  padding: 32px;
  margin: unset;
  font-size: 24px;
  line-height: 36px; }

body.page .block div.text h2 {
  font-family: "ivymode",sans-serif;
  color: #06041A;
  text-transform: capitalize;
  padding: 32px 0; }

body.page .block div.text h2:first-of-type {
  padding-top: 64px; }

body.page .block div.text h3 {
  font-family: "BrownLight",sans-serif;
  color: #06041A;
  font-size: 24px;
  text-transform: uppercase;
  padding: 16px 0; }

body.page .block div.text p {
  margin-bottom: 32px;
  font-size: 19px;
  line-height: 32px; }

body.page .block div.text ul {
  font-size: 19px; }

.block div.text div.address {
  flex-direction: column; }

.block div.text div.address p {
  margin-bottom: unset; }

@media (max-width: 1620px) {
  .block div.text blockquote p {
    font-size: 24px; }

  .block div.text p {
    font-size: 19px;
    margin-bottom: 16px; } }
@media (max-width: 1256px) {
  section.block {
    flex-wrap: wrap; }

  .block div.media, .block div.text {
    min-width: 100%;
    padding: 0; }

  .block div.text blockquote footer {
    padding: 0;
    text-align: center; } }
section.basket form {
  width: unset; }

section.basket table {
  border-collapse: collapse; }

section.basket td, th {
  border-top: 1px solid #06041A;
  border-bottom: 1px solid #06041A;
  padding: 8px;
  text-align: left;
  vertical-align: middle; }

section.basket table a {
  display: block; }

section.basket form > div p {
  margin-left: auto;
  margin-right: 16px; }

section.basket form > div button:first-of-type {
  margin-right: 16px; }

@media (max-width: 720px) {
  section.basket table, section.basket table thead, section.basket table tbody, section.basket table th, section.basket table td, section.basket table tr {
    display: block; }

  section.basket table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }

  section.basket table td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }

  section.basket table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }

  section.basket table td:nth-of-type(1):before {
    content: 'Product'; }

  section.basket table td:nth-of-type(2):before {
    content: 'Price'; }

  section.basket table td:nth-of-type(3):before {
    content: 'Qty'; }

  section.basket table td:nth-of-type(4):before {
    content: 'Total'; } }
body.password {
  display: block;
  min-height: unset;
  min-width: unset;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center fixed;
  background-size: cover; }

body.password section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  overflow: hidden; }

body.password section article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  height: 50%;
  padding: 64px 32px;
  font-size: 19px;
  background-color: rgba(255, 255, 255, 0.8); }

@media (max-width: 1080px) {
  body.password {
    background-image: unset; }

  body.password section article {
    padding: 32px;
    height: 100%;
    width: 100%; } }
body.collection section.collection {
  padding-right: 0; }

body.collection .collection aside ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }

body.collection .collection aside ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32px;
  width: auto;
  padding: 0 8px;
  background-color: white;
  margin: 0 16px;
  color: #06041A; }

body.collection .collection aside ul li:active, body.collection .collection aside ul li:hover {
  background-color: #C92A5E;
  color: white;
  transition: all 400ms ease; }

body.collection .collection aside ul li:active a, body.collection .collection aside ul li:hover a {
  color: white; }

body.collection .collection div.range {
  width: calc((100% / 12) * 10); }

body.collection .collection div.range .card {
  margin-bottom: 32px;
  width: calc(((100% / 12) * 3) - 32px);
  margin-right: 32px; }

body.collection .collection div.sort {
  padding-right: 32px; }

@media (max-width: 1080px) {
  body.collection .collection div.range .card {
    width: calc(((100% / 12) * 4) - 32px); } }
@media (max-width: 720px) {
  body.collection .collection aside {
    width: 100%; }

  body.collection .collection aside ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    justify-content: flex-start;
    padding-right: 32px;
    padding-bottom: 16px; }

  body.collection .collection aside ul li {
    justify-content: center;
    max-width: unset;
    min-width: unset;
    width: calc(((100% / 12) * 6) - 32px); }

  body.collection .collection div.range {
    width: calc((100% / 12) * 12); }

  body.collection .collection div.range .card {
    width: calc(((100% / 12) * 6) - 32px); } }
@media (max-width: 480px) {
  body.collection section.collection {
    width: 100vw; }

  body.collection section.collection .sort select {
    width: calc(100vw - 64px); }

  body.collection .collection div.range .card {
    width: calc(((100% / 12) * 12) - 32px); } }
body.page-lookbook .lookbook {
  width: calc((100% / 12) * 10);
  margin: 0 auto; }

body.page-lookbook .lookbook .shopify-section {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

body.page-lookbook .lookbook picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 16px; }

body.page-lookbook .lookbook picture img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  max-height: calc((100vw / 12) * 4); }

@media (max-width: 720px) {
  body.page-lookbook .lookbook picture {
    width: 100%; }

  body.page-lookbook .lookbook picture img {
    max-height: unset; } }
body.page-makers .makers .shopify-section {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }

@media (max-width: 1080px) {
  body.page-contact section.block {
    padding: 32px 0; }

  body.page-contact .block div.text p {
    margin-bottom: 32px;
    font-size: 19px; }

  body.page-contact .block div.text a.button:first-of-type {
    margin-bottom: 32px; }

  body.page-contact .form form {
    width: calc((100% / 12) * 10); } }
@media (max-width: 720px) {
  body.page-contact .block div.text a.button {
    width: 100%; }

  body.page-contact .form form {
    width: 100%;
    padding: 0 16px; } }
body.article section.hero h1 {
  bottom: 0; }

body.article section.block {
  width: calc((100% / 12) * 8);
  padding: 64px 0;
  font-size: 19px; }

body.article section.block div.text p:first-of-type {
  font-size: 24px; }

body.article section.block div.text p {
  font-size: 19px;
  margin-bottom: 32px; }

@media (max-width: 1080px) {
  body.article section.block {
    width: calc((100% / 12) * 12); } }
body.page-about section.link {
  width: calc((100% / 12) * 12);
  margin-top: 64px;
  border-top: 1px solid black; }
