@font-face {
  font-family: "codropsicons";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/codropsicons/codropsicons.eot");
  src: url("../fonts/codropsicons/codropsicons.eot?#iefix") format("embedded-opentype"), url("../fonts/codropsicons/codropsicons.woff") format("woff"), url("../fonts/codropsicons/codropsicons.ttf") format("truetype"), url("../fonts/codropsicons/codropsicons.svg#codropsicons") format("svg");
}
@font-face {
  font-family: "Ostrich Sans";
  src: url("../fonts/OstrichSans-Black.eot");
  src: url("../fonts/OstrichSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/OstrichSans-Black.woff2") format("woff2"), url("../fonts/OstrichSans-Black.woff") format("woff"), url("../fonts/OstrichSans-Black.ttf") format("truetype"), url("../fonts/OstrichSans-Black.svg#OstrichSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bureau Grot Compressed Medium";
  src: url("../fonts/Bureau-Grot-Compressed-Medium.eot");
  src: url("../fonts/Bureau-Grot-Compressed-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Bureau-Grot-Compressed-Medium.woff2") format("woff2"), url("../fonts/Bureau-Grot-Compressed-Medium.woff") format("woff"), url("../fonts/Bureau-Grot-Compressed-Medium.ttf") format("truetype"), url("../fonts/Bureau-Grot-Compressed-Medium.svg#.") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altform";
  src: url("../fonts/Altform-Bold.eot");
  src: url("../fonts/Altform-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Altform-Bold.woff2") format("woff2"), url("../fonts/Altform-Bold.woff") format("woff"), url("../fonts/Altform-Bold.ttf") format("truetype"), url("../fonts/Altform-Bold.svg#Altform-Bold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Altform";
  src: url("../fonts/altform-regular-webfont.eot");
  src: url("../fonts/altform-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/altform-regular-webfont.woff2") format("woff2"), url("../fonts/altform-regular-webfont.woff") format("woff"), url("../fonts/altform-regular-webfont.ttf") format("truetype"), url("../fonts/altform-regular-webfont.svg#altformregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix::before, .clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

body {
  font-family: "Altform", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0F1719;
  background: #f0f0f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #42413F;
  outline: none;
}
a:hover, a:focus {
  color: #0F1719;
  outline: none;
}

button:hover {
  color: #0F1719;
  outline: none;
}
button:focus {
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.icon {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  fill: currentColor;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Ostrich Sans", serif;
  text-transform: uppercase;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 28px;
  line-height: 34px;
}

.container {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.container--overflow {
  overflow: auto;
}

.codrops-header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.5em 1em;
  text-align: center;
}
.codrops-header h1 {
  font-size: 1.15em;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0 1em;
}

.codrops-links {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}
.codrops-links::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
  transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon {
  display: inline-block;
  width: 1.5em;
  margin: 0.5em;
  padding: 0em 0;
  text-decoration: none;
}
.codrops-icon span {
  display: none;
}
.codrops-icon::before {
  font-family: "codropsicons";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  margin: 0 5px;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.codrops-icon--drop::before {
  content: "\e001";
  color: #09c;
}
.codrops-icon--prev::before {
  content: "\e004";
}

.main {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: calc(100vw - 300px);
  height: 100vh;
}

.mall {
  position: relative;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-perspective: 3500px;
  perspective: 3500px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.mall.mall--content-open {
  -webkit-transform: translate3d(0, -10%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -10%, 0) scale3d(0.8, 0.8, 1);
}

.surroundings,
.levels {
  position: absolute;
  top: 50%;
  left: 50%;
}

.surroundings {
  width: 192vmin;
  height: 82.5vmin;
  margin: -41.25vmin 0 0 -96vmin;
  pointer-events: none;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(45deg) rotateZ(-45deg) translateZ(-10vmin);
  transform: rotateX(45deg) rotateZ(-45deg) translateZ(-10vmin);
}
.surroundings--hidden {
  opacity: 0;
}
.surroundings .surroundings__map {
  opacity: 0.3;
  max-width: 100%;
  display: block;
}

.levels {
  width: 96vmin;
  height: 41.25vmin;
  margin: -20vmin 0 0 -48vmin;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(45deg) rotateZ(-45deg) translateZ(0);
  transform: rotateX(45deg) rotateZ(-45deg) translateZ(0);
}

.level {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.level:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
.level::after {
  font-size: 2.5vmin;
  line-height: 0;
  position: absolute;
  z-index: 100;
  top: -2em;
  left: 3.5em;
  white-space: nowrap;
  color: #7d7d86;
  -webkit-transform: rotateZ(45deg) rotateX(-70deg) translateZ(5vmin);
  transform: rotateZ(45deg) rotateX(-70deg) translateZ(5vmin);
  -webkit-transition: transform 1s, color 0.3s;
  transition: transform 1s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.level:hover::after, .level--current::after {
  color: #0F1719;
}
.level--current::after {
  -webkit-transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg) translateZ(5vmin) translateX(5vmin) translateY(-10vmin);
  transform: rotateZ(-20deg) rotateZ(45deg) rotateX(-70deg) translateZ(5vmin) translateX(5vmin) translateY(-10vmin);
}
.level--1::after {
  content: "G";
}
.level--2::after {
  content: "L2";
}
.level--3::after {
  content: "L3";
}
.level--4::after {
  content: "L4";
}
.level--2 {
  -webkit-transform: translateZ(10vmin);
  transform: translateZ(10vmin);
}
.level--3 {
  -webkit-transform: translateZ(20vmin);
  transform: translateZ(20vmin);
}
.level--4 {
  -webkit-transform: translateZ(30vmin);
  transform: translateZ(30vmin);
}
.level.level--current {
  -webkit-transform: translateZ(15vmin) rotate3d(0, 0, 1, 20deg);
  transform: translateZ(15vmin) rotate3d(0, 0, 1, 20deg);
}
.level--current ~ .level {
  -webkit-transform: translateZ(90vmin);
  transform: translateZ(90vmin);
}

.levels--selected-1 .level:not(.level--1) {
  opacity: 0;
}

.levels--selected-2 .level:not(.level--2) {
  opacity: 0;
}

.levels--selected-3 .level:not(.level--3) {
  opacity: 0;
}

.levels--selected-4 .level:not(.level--4) {
  opacity: 0;
}

.levels--selected-2 .level--1,
.levels--selected-3 .level--1,
.levels--selected-4 .level--1,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2,
.levels--selected-4 .level--3 {
  -webkit-transform: translateZ(-60vmin);
  transform: translateZ(-60vmin);
}

.levels--selected-1 .level--3,
.levels--selected-2 .level--3,
.levels--selected-3 .level--2,
.levels--selected-4 .level--2 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.levels--selected-1 .level--2,
.levels--selected-2 .level--current,
.levels--selected-2 .level--current::after,
.levels--selected-3 .level--current,
.levels--selected-3 .level--current::after,
.levels--selected-4 .level--3 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.levels--selected-1 .level--current,
.levels--selected-1 .level--current::after,
.levels--selected-4 .level--current,
.levels--selected-4 .level--current::after {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.levels--open .level,
.levels--open .level::after {
  -webkit-transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.levels--open .level.level--current {
  opacity: 1;
}
.levels--open .level.level--moveOutUp,
.levels--open .level.level--moveOutDown {
  opacity: 0;
}
.levels--open .level.level--moveOutUp {
  -webkit-transform: translateZ(90vmin);
  transform: translateZ(90vmin);
}
.levels--open .level.level--moveOutDown {
  -webkit-transform: translateZ(-60vmin);
  transform: translateZ(-60vmin);
}

.map__ground {
  fill: #d7d7dc;
}
.map__outline {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #bbb;
}
.level:hover .map__outline, .level--current .map__outline {
  fill: #a6a3a8;
}
.map__tree {
  fill: #7bad7f;
}
.map__lake {
  fill: #a2bbdd;
}
.map__space {
  -webkit-transition: fill-opacity 0.8s;
  transition: fill-opacity 0.8s;
  fill: #bdbdbd;
  fill-opacity: 0.6;
}
.level--current .map__space {
  fill-opacity: 1;
}
.map__space--selected {
  fill: #A4A4A4;
}

.mallnav {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.mallnav--hidden {
  pointer-events: none;
  opacity: 0;
}

.boxbutton {
  font-size: 2em;
  display: block;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  color: #fff;
  border: 0;
  background: #d7d7dc;
}
.boxbutton .icon {
  width: 24px;
  height: 24px;
}
.boxbutton--dark {
  background: #BD784C;
}
.boxbutton--darker {
  background: #2c2c2f;
}
.boxbutton--alt {
  background: #3d1975;
}
.boxbutton--disabled, .boxbutton--disabled:focus, .boxbutton--disabled:hover {
  cursor: default;
  pointer-events: none;
  opacity: 0.2;
}

.level__pins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.level__pins--active {
  pointer-events: auto;
}
.level__pins--active .pin__icon {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pin {
  position: absolute;
  width: 4vmin;
  height: 6vmin;
  margin: -6vmin 0 0 -2vmin;
  overflow: visible;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pin.is-ready {
  -webkit-transform: perspective(800px) rotateZ(24deg) rotateX(-45deg) translateZ(1px);
  transform: perspective(800px) rotateZ(24deg) rotateX(-45deg) translateZ(1px);
}
.pin__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: visible;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  -webkit-transition: opacity 0.3s, transform 0.3s, filter 0.3s;
  transition: opacity 0.3s, transform 0.3s, filter 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.pin:nth-child(2) .pin__icon {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.pin:nth-child(3) .pin__icon {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.pin:nth-child(4) .pin__icon {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.pin:nth-child(5) .pin__icon {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pin:nth-child(6) .pin__icon {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.pin:nth-child(7) .pin__icon {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.pin:nth-child(8) .pin__icon {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.pin:nth-child(9) .pin__icon {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.pin:hover .pin__icon, .pin--active .pin__icon {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.pin--active .icon--pin, .pin:hover .icon--pin {
  stroke: #fff;
  stroke-width: 2px;
}

.icon--pin {
  width: 100%;
  height: 100%;
  overflow: visible;
  shape-rendering: geometricPrecision;
  -webkit-transition: stroke 0.3s, stroke-width 0.3s;
  transition: stroke 0.3s, stroke-width 0.3s;
}
.icon--pin path {
  stroke-linejoin: round;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.icon--logo {
  position: absolute;
  top: 12%;
  left: 25%;
  width: 50%;
  height: 50%;
  fill: white;
  fill-opacity: 0.6;
  -webkit-transition: fill-opacity 0.3s;
  transition: fill-opacity 0.3s;
}
.pin--active .icon--logo, .pin:hover .icon--logo {
  fill-opacity: 1;
}

.pin[data-category="1"] .icon--pin {
  fill: #7cbf7f;
}

.pin[data-category="2"] .icon--pin {
  fill: #6584c7;
}

.pin[data-category="3"] .icon--pin {
  fill: #dc4b7c;
}

.pin[data-category="4"] .icon--pin {
  fill: #8d65e0;
}

.pin[data-category=fashion] .icon--pin {
  fill: #dc4b7c;
}

.pin[data-category=accessories] .icon--pin {
  fill: #8d65e0;
}

.pin[data-category=dining] .icon--pin {
  fill: #7cbf7f;
}

.pin[data-category=beauty] .icon--pin {
  fill: #6584c7;
}

.pin[data-category=homewares] .icon--pin {
  fill: #e09c4a;
}

.pin[data-category=automotive] .icon--pin {
  fill: #5ab9c1;
}

.pin[data-category=dental] .icon--pin {
  fill: #9b9b9b;
}

.pin[data-category=childcare] .icon--pin {
  fill: #f5a623;
}

.content {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 30%;
  max-height: 200px;
}
.content--open .content__item {
  -webkit-transition: none;
  transition: none;
}
.content__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  text-align: center;
  background: #FEF5EF;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.content__item--current {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.content__item--current .content__item-title,
.content__item--current .content__item-details {
  opacity: 1;
}
.content__item--current .content__item-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.content__item--hover .content__item-title {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.content__item-title {
  margin: 0 0 16px 0;
  pointer-events: none;
  font-weight: normal;
  opacity: 0;
  color: #0F1719;
  -webkit-transform: translate3d(0, -3em, 0) translate3d(0, -100%, 0);
  transform: translate3d(0, -3em, 0) translate3d(0, -100%, 0);
}
.content__item-details {
  opacity: 0;
  margin: 0 auto;
  max-width: 50vmax;
}
.content__meta {
  margin: 0;
  font-size: 0.85em;
  line-height: 1.5;
}
.content__meta .icon {
  display: inline-block;
  vertical-align: middle;
}
.content__meta-item {
  display: inline-block;
  padding: 0 0.25em;
}
.content__desc {
  text-align: left;
  margin: 7vmin 0 0 0;
  display: none;
}
.content__store-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  font-family: "Ostrich Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #F59C62;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.content__store-link .icon-arrow-animate {
  display: inline-flex;
  align-items: center;
  width: 28px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #F59C62;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.content__store-link .icon-arrow-animate svg {
  width: 19px;
  height: 18px;
}
.content__store-link .icon-arrow-animate:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #F59C62;
  transition: all 0.3s;
  border-radius: 10rem;
  z-index: -1;
}
.content__store-link:hover {
  color: #F59C62;
}
.content__store-link:hover .icon-arrow-animate {
  color: #1F2E33;
}
.content__store-link:hover .icon-arrow-animate:before {
  width: 100%;
}
.content__button {
  position: absolute;
  top: -100%;
  right: 0;
  -webkit-transition: opacity 0.3s 0.7s;
  transition: opacity 0.3s 0.7s;
}
.content__button--hidden {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.spaces-list {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  min-height: 100vh;
  height: 100vh;
  padding: 3em 0 0;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}

.search {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: calc(100vw - 300px);
}
.search .icon--search-input {
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  fill: #fff;
  pointer-events: none;
  z-index: 1;
}
.search__input {
  width: 100%;
  padding: 1.315em 2em 1.315em 4em;
  color: #fff;
  border: 0;
  background: #0F1719;
  border-radius: 0;
}
.search__input:focus {
  outline: none;
}
.search__input::placeholder {
  color: #fff;
  opacity: 0.7;
}

.label {
  position: absolute;
  top: 4em;
  right: 0;
}
.label__text {
  font-size: 0.85em;
  line-height: 1;
  display: block;
  padding: 1em;
  color: #e4e4e4;
}
.label__checkbox {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.label__checkbox:checked + .label__text {
  color: #0F1719;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list__category-header {
  padding: 24px 24px 0 24px;
  margin-top: 8px;
  margin-bottom: 16px;
  gap: 10px;
  list-style: none;
  display: inline-flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid #D6D4CC;
}
.list__category-header .category-pin-container {
  position: relative;
  width: 30px;
  height: 40px;
  flex-shrink: 0;
}
.list__category-header .icon--category-pin {
  width: 100%;
  height: 100%;
}
.list__category-header .icon--category-logo {
  position: absolute;
  top: 15%;
  left: 25%;
  width: 50%;
  height: 50%;
  opacity: 1;
}
.list__category-header h3 {
  margin: 0;
}
.list__item {
  line-height: 1;
  position: relative;
  display: block;
  margin: 0 0 16px 0;
  padding: 0 24px;
}
.list__item--active .list__link,
.list__item .list__link:hover {
  color: #F59C62;
}
.list__link {
  font-size: 16px;
  display: block;
  padding: 0;
}

.grouped-by-category .grouped-by-category [data-category="1"]:first-child,
.grouped-by-category .grouped-by-category :not([data-category="1"]) + [data-category="1"] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category="1"]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category="1"]) + [data-category="1"]::before {
  content: "Nourish & Refresh";
  color: #7cbf7f;
}
.grouped-by-category .grouped-by-category [data-category="2"]:first-child,
.grouped-by-category .grouped-by-category :not([data-category="2"]) + [data-category="2"] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category="2"]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category="2"]) + [data-category="2"]::before {
  content: "Learn & Create";
  color: #6584c7;
}
.grouped-by-category .grouped-by-category [data-category="3"]:first-child,
.grouped-by-category .grouped-by-category :not([data-category="3"]) + [data-category="3"] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category="3"]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category="3"]) + [data-category="3"]::before {
  content: "Swap & Give";
  color: #dc4b7c;
}
.grouped-by-category .grouped-by-category [data-category="4"]:first-child,
.grouped-by-category .grouped-by-category :not([data-category="4"]) + [data-category="4"] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category="4"]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category="4"]) + [data-category="4"]::before {
  content: "Relax & Recharge";
  color: #8d65e0;
}
.grouped-by-category .grouped-by-category [data-category=fashion]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=fashion]) + [data-category=fashion] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=fashion]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=fashion]) + [data-category=fashion]::before {
  content: "Fashion";
  color: #dc4b7c;
}
.grouped-by-category .grouped-by-category [data-category=accessories]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=accessories]) + [data-category=accessories] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=accessories]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=accessories]) + [data-category=accessories]::before {
  content: "Accessories";
  color: #8d65e0;
}
.grouped-by-category .grouped-by-category [data-category=dining]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=dining]) + [data-category=dining] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=dining]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=dining]) + [data-category=dining]::before {
  content: "Dining";
  color: #7cbf7f;
}
.grouped-by-category .grouped-by-category [data-category=beauty]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=beauty]) + [data-category=beauty] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=beauty]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=beauty]) + [data-category=beauty]::before {
  content: "Beauty";
  color: #6584c7;
}
.grouped-by-category .grouped-by-category [data-category=homewares]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=homewares]) + [data-category=homewares] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=homewares]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=homewares]) + [data-category=homewares]::before {
  content: "Homewares";
  color: #e09c4a;
}
.grouped-by-category .grouped-by-category [data-category=automotive]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=automotive]) + [data-category=automotive] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=automotive]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=automotive]) + [data-category=automotive]::before {
  content: "Automotive";
  color: #5ab9c1;
}
.grouped-by-category .grouped-by-category [data-category=dental]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=dental]) + [data-category=dental] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=dental]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=dental]) + [data-category=dental]::before {
  content: "Dental";
  color: #9b9b9b;
}
.grouped-by-category .grouped-by-category [data-category=childcare]:first-child,
.grouped-by-category .grouped-by-category :not([data-category=childcare]) + [data-category=childcare] {
  margin-top: 4em;
}
.grouped-by-category .grouped-by-category [data-category=childcare]:first-child::before,
.grouped-by-category .grouped-by-category :not([data-category=childcare]) + [data-category=childcare]::before {
  content: "Childcare";
  color: #f5a623;
}

.open-search,
.close-search {
  display: none;
}

@media screen and (max-width: 65.625em), screen and (max-height: 40.625em) {
  .main {
    width: 100vw;
  }
  .spaces-list,
  .search {
    width: 100vw;
    right: 100%;
    left: auto;
  }
  .spaces-list--open,
  .spaces-list--open .search {
    right: 0;
  }
  .open-search,
  .close-search {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  .mallnav {
    top: 4em;
  }
  .container {
    overflow: hidden;
  }
  .content__item {
    overflow: auto;
  }
  .codrops-header {
    padding-right: 4em;
    text-align: left;
  }
}

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