@font-face {
  font-family: Set Regular;
  src: url('../fonts/Set-Beta-v1.6-Regular.woff2') format("woff2"), url('../fonts/Set-Beta-v1.6-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: Set Text Regular;
  src: url('../fonts/Set-Text-Beta-v1.7-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

:root {
  --white: white;
  --black: black;
  --nicchi-red: #ff2800;
  --deep-purple: #460046;
  --midnight-blue: #003f9b;
  --ivory-story-background: #fffae7cc;
  --dark-nicchi: #a01b00;
  --nicchi-cyan-2: #29aeff;
  --misty-rose: #ffe8e4;
  --dt-purple: #783cfa;
  --light-grey: #ddd;
  --maroon: #300;
  --nicchi-lilac: #f0dcff;
  --cream: #fffbed;
  --mid-grey: #313131;
  --nicchi-red-faded: #ff2800ad;
  --nicchi-cyan-faded: #29aeffb3;
  --nicchi-orange-faded: #ff8200b8;
  --nicchi-mint-green-faded: #00ff82b0;
  --nicchi-loud-pink-faded: #ff59d6b5;
  --warm-yellow: #fd0;
  --dark-red: #610000;
  --nicchi-pink: #ff217a;
  --vanilla: #fdf3d0;
  --nicchi-cyan-brighter: #1ec8ff;
  --vhs-blue: #1027ff;
  --nicchi-orange: #ff8200;
  --nicchi-mint-green: #00ff82;
  --nicchi-loud-pink: #ff59d6;
  --light-warm-yellow: #ffe643;
  --fleshy-pink: #ffa6ea;
  --pale-yellow: #fded83;
}

body {
  background-color: var(--white);
  color: var(--black);
  flex-direction: column;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

h1 {
  color: var(--black);
  margin-top: 0;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 67px;
}

h2 {
  color: var(--black);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 43px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

p {
  color: var(--black);
  margin-bottom: 11px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--black);
  border-bottom: 0 #000;
  text-decoration: none;
}

a:hover {
  background-color: #0000;
  border: 0 #000;
}

img {
  opacity: 1;
  max-width: 100%;
  display: inline-block;
}

figure {
  margin-bottom: 0;
  margin-right: 0;
}

.medium-text {
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 27px;
}

.button {
  z-index: 1000;
  border: 2px solid var(--nicchi-red);
  background-color: var(--nicchi-red);
  border-radius: 20px;
  max-width: 100%;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 17px;
  display: block;
  position: static;
  inset: 10px 10px auto auto;
}

.button:hover {
  border: 2px solid var(--nicchi-red);
  background-color: var(--white);
  color: var(--nicchi-red);
}

.button.order-button {
  z-index: 100;
  letter-spacing: 0;
  border-radius: 100px;
  margin-left: 5px;
  margin-right: 7px;
  padding: 12px 15px;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 27px;
  line-height: 22px;
  display: inline;
  position: relative;
  top: 0;
  right: 0;
}

.button.order-button.out-of-stock-button {
  color: var(--white);
}

.button.order-button.out-of-stock-button:hover {
  background-color: var(--nicchi-red);
}

.button.cart-button {
  z-index: 999;
  color: var(--nicchi-red);
  cursor: pointer;
  background-color: #0000;
  border-radius: 100px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 7px 9px 5px;
  font-size: 16px;
  line-height: 16px;
  display: flex;
  position: fixed;
  inset: 9px 10px auto auto;
}

.button.cart-button:hover {
  border-color: var(--nicchi-red);
  background-color: var(--nicchi-red);
  color: var(--white);
}

.button.cart-button.cart-button-white {
  border-color: var(--white);
  color: var(--white);
  text-shadow: 0 0 7px var(--deep-purple);
  box-shadow: 0 0 7px -1px #4600469e;
}

.button.cart-button.cart-button-white:hover {
  border-color: var(--deep-purple);
  background-color: var(--deep-purple);
  box-shadow: none;
  text-shadow: none;
}

.button.checkout-button {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 13px;
}

.button.inverted-button {
  background-color: var(--white);
  color: var(--nicchi-red);
}

.button.inverted-button:hover {
  background-color: var(--nicchi-red);
  color: var(--white);
}

.cart-label {
  flex: none;
  order: -1;
  font-family: Set Text Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  position: relative;
}

.cart-quantity {
  color: var(--nicchi-red);
  border-radius: 100px;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 0;
  padding-right: 6px;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 16px;
  display: flex;
}

.cart-quantity:hover {
  background-color: var(--white);
}

.cart {
  z-index: 999;
  flex: none;
  order: 0;
  align-self: auto;
}

.cart-wrapper {
  z-index: 1001;
  color: var(--black);
  cursor: auto;
  background-color: #ff2b0099;
}

.utility-page-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  flex: none;
  max-width: 90%;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.story-menu {
  z-index: 11;
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-size: auto;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.story-menu-section {
  margin-bottom: 60px;
  padding: 30px;
  position: static;
}

.closing-x {
  z-index: 1005;
  cursor: pointer;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: 0% 24px auto auto;
}

.menu-teaser {
  z-index: 11;
  box-shadow: 0 0 16px 4px var(--midnight-blue);
  opacity: 1;
  cursor: pointer;
  object-fit: cover;
  background-image: url('../images/nicchi-cloudface-2-web.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
  position: fixed;
  inset: 0% 0% 0% -97%;
  overflow: auto;
}

.sliding-menu {
  z-index: 1003;
  box-shadow: none;
  cursor: auto;
  object-fit: cover;
  background-image: url('../images/nicchi-cloudface-2-web.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 100%;
  margin-left: -97%;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.story-menu-content {
  background-color: var(--ivory-story-background);
  box-shadow: 4px 4px 7px 0 var(--dark-nicchi);
  opacity: .9;
  color: var(--black);
  border-radius: 2.5vw;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 2vw;
  display: flex;
  position: static;
}

.story-menu-content.menu-flexbox {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-menu-content.menu-flexbox.credits-wrapper-new {
  flex-direction: row;
}

.story-menu-content.padded {
  padding: 3vw 4vw 4vw;
}

.menu-teaser-collection-list {
  z-index: 1004;
  display: block;
  position: relative;
}

.product-page-top-columns {
  justify-content: center;
  align-items: flex-start;
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 2%;
  padding-right: 10px;
  display: block;
  position: relative;
}

.product-page-img {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.collection-item-10 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-name {
  color: var(--nicchi-red);
  text-align: center;
  margin: 0 auto 15px;
  font-family: Set Bold;
  font-size: 60px;
  font-weight: 400;
  line-height: 55px;
  position: relative;
  top: -7px;
}

.tag-container-front-page {
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 40vw;
  margin-top: 3px;
  margin-bottom: 0;
  display: flex;
}

.product-tag {
  border: .13em solid var(--black);
  color: var(--black);
  background-color: #0000;
  border-radius: 20px;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px 10px;
  font-family: Set Text Bold;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.product-tag.red-sold-tag {
  border-color: var(--nicchi-red);
  color: var(--nicchi-red);
}

.product-tag.blue-reserved-tag {
  border-color: var(--nicchi-cyan-2);
  color: var(--nicchi-cyan-2);
  display: flex;
}

.product-description {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.abilities-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.abilities-list-for-product-page {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-5 {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
  display: flex;
}

.collection-item-11 {
  flex: none;
  order: 1;
  align-self: center;
  margin-right: 8px;
}

.empty-state, .field-label {
  display: none;
}

.buy-now-button {
  margin-top: 0;
  display: none;
}

.dotted-line {
  object-fit: fill;
  background-image: url('../images/reddot_1reddot.png');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: contain;
  background-attachment: scroll;
  height: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  display: block;
}

.dotted-line.checkout-line {
  flex: 0 100%;
  margin: 30px 0;
}

.nicchi-collection-link {
  filter: hue-rotate();
  text-align: center;
  object-fit: cover;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  max-width: 150px;
  transition: filter .25s ease-in-out;
  display: flex;
  overflow: visible;
}

.nicchi-collection-link:hover {
  filter: hue-rotate(-90deg);
}

.related-products {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.related-product-thumbnail {
  object-fit: cover;
  border-radius: 0;
  width: 50px;
  height: 50px;
  margin-right: 11px;
}

.collection-item-12 {
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
}

.small-link-block-pill {
  align-self: flex-start;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.small-link-block-pill:hover {
  color: var(--nicchi-red);
  background-image: none;
  border: 1px #000;
}

.order-button-container {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: baseline;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.error-state {
  display: none;
}

.out-of-stock-state {
  color: var(--nicchi-red);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
  font-family: Set Text Bold;
  position: static;
}

.add-to-cart {
  display: block;
}

.empty-state-2 {
  display: none;
}

.field-label-regular {
  letter-spacing: .015em;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.field-label-regular.red-bold {
  color: var(--nicchi-red);
  letter-spacing: .01em;
  font-family: Set Text Bold;
  font-weight: 700;
}

.field-label-bold {
  letter-spacing: .01em;
  font-family: Set Text Bold;
  font-weight: 700;
}

.nicchi-face {
  width: 48px;
  margin-left: 20px;
  display: block;
  position: relative;
  top: -3px;
}

.nicchi-order-button-face-2 {
  height: 60px;
  display: none;
}

.nicchi-order-button-face-1 {
  height: 60px;
  display: inline-block;
  position: relative;
}

.nicchi-checkout-face {
  width: 100px;
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.ability-icon {
  margin-right: 15px;
}

.ability-cell {
  border: 1px #000;
  border-bottom-style: solid;
  flex-wrap: nowrap;
  flex: 0 25%;
  align-items: center;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.abilities-collection-list {
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  place-content: stretch flex-start;
  align-items: baseline;
  width: 100%;
  display: flex;
}

.abilities-heading {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
  font-family: Memphis;
  font-weight: 800;
}

.abilities-menu-block {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
}

.option {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.option-list {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -3px;
}

.default-state {
  flex-wrap: wrap;
  place-content: center;
  align-items: baseline;
  margin-bottom: 0;
  display: flex;
}

.field-label-10 {
  margin-bottom: 0;
  display: none;
}

.select-field {
  display: inline;
}

.select-field.product-dropdown-menu {
  color: var(--nicchi-red);
  text-transform: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 16px;
  line-height: 22px;
  position: static;
  top: -2px;
}

.footer {
  border-top: 2px solid var(--nicchi-red);
  background-color: var(--misty-rose);
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding: 44px 3% 41px 6%;
  display: flex;
  position: relative;
  top: 60px;
}

.red-link {
  color: var(--nicchi-red);
}

.red-link:hover {
  color: var(--nicchi-cyan-2);
  border-bottom-style: none;
  border-bottom-width: 0;
}

.horseshoe-l {
  flex: none;
  margin-right: 28px;
}

.horseshoe-icon {
  height: 50px;
}

.additional-product-photos {
  margin-left: 2%;
  margin-right: 10px;
}

.collection-link-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.collection-logo-link {
  align-self: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-block-5 {
  letter-spacing: .02em;
}

.front-page-product-display-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin: 40px 30px 50px;
  display: flex;
}

.product-container {
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  place-content: center flex-start;
  align-self: auto;
  align-items: center;
  margin: 0;
  padding: 0;
  display: flex;
}

.product-link {
  text-align: center;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 20px;
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: center flex-start;
  align-self: center;
  align-items: center;
  width: 45vw;
  padding: 25px;
  display: flex;
}

.front-page-product-display {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  display: flex;
}

.product-name-front-page {
  color: var(--nicchi-red);
  text-align: center;
  white-space: normal;
  max-width: 40vw;
  font-family: Set Bold;
  font-size: 44px;
  font-weight: 400;
  line-height: 42px;
  position: static;
}

.product-name-front-page:hover, .product-name-front-page:active {
  color: var(--nicchi-cyan-2);
}

.tagline-container {
  flex: none;
  width: 40vw;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kinky-404 {
  object-fit: contain;
  max-height: 500px;
  margin-bottom: 25px;
  display: block;
}

.credits-header {
  margin-bottom: 0;
  font-family: Set Text Bold;
}

.credits-name {
  margin-bottom: 0;
  font-family: Set Text Regular, Times New Roman, sans-serif;
  line-height: 25px;
}

.credits-container {
  margin-bottom: 17px;
}

.credits-wrapper {
  order: 0;
}

.paypal {
  border-radius: 100px;
  margin-bottom: 7px;
  display: none;
}

.web-payments {
  border-radius: 100px;
  display: none;
}

.order-confirmation-header {
  max-width: 90%;
  margin-top: 44px;
  margin-bottom: 86px;
  padding-top: 70px;
}

.order-confirmation-illustration {
  width: 35%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.web-pay-paypal-container {
  color: var(--nicchi-red);
  text-align: center;
  flex: 0 100%;
  max-width: 700px;
  margin: 16px auto 5px;
  font-family: Set Text Bold;
}

.discounts {
  border-style: none;
  border-color: var(--misty-rose);
  margin-bottom: 25px;
}

.discounts-2 {
  border-style: none;
  margin-bottom: 25px;
}

.small-text {
  color: var(--black);
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.small-text.small-product-link {
  font-family: Set Text Bold;
  font-weight: 700;
}

.small-text.small-product-link:hover {
  color: var(--nicchi-red);
}

.small-text.paragraph-margin-bottom {
  letter-spacing: .01em;
  margin-bottom: 11px;
}

.small-text.paragraph-margin-bottom.red-warning {
  color: var(--nicchi-red);
}

.small-text.smaller-header {
  color: var(--black);
  text-align: center;
  letter-spacing: .005em;
  font-family: Set Text Bold;
  font-size: 14px;
  font-weight: 700;
}

.dimensions-container {
  margin-top: 11px;
  display: flex;
}

.product-info-column {
  padding-top: 20px;
}

.handwritten-header {
  z-index: 10;
  height: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.handwritten-header.the-story-of-nicchi {
  z-index: 0;
  height: 160px;
  top: 19px;
}

.handwritten-header.credits-handwr-header {
  height: 150px;
  top: 18px;
}

.handwritten-header.the-story-of-nicchi-mobile {
  z-index: 0;
  height: 160px;
  display: none;
  top: 19px;
}

.handwritten-header.cast-header {
  height: 135px;
}

.en-dash-for-price-range {
  margin-left: -1px;
  margin-right: 2px;
}

.handwritten-menu-header-container {
  z-index: 10;
  position: relative;
}

.memphis {
  color: var(--deep-purple);
  text-align: center;
  font-family: Memphis;
  font-weight: 800;
}

.memphis.dt {
  color: var(--dt-purple);
}

.side-illustration {
  width: 50%;
}

.x-cross {
  color: var(--white);
  text-align: center;
  letter-spacing: .005em;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-weight: 400;
}

.x-cross.drop-shadow {
  text-shadow: 4px 4px 7px var(--dark-nicchi);
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}

.abilities-collection-list-inner {
  flex-wrap: wrap;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: baseline;
  align-items: baseline;
  display: flex;
}

.red {
  border-color: var(--nicchi-red);
  color: var(--nicchi-red);
  text-align: center;
}

.set-text-bold {
  font-family: Set Text Bold;
  font-weight: 700;
}

.set-text-bold.small-text {
  font-weight: 700;
}

.set-text-bold.product-label-bottom-right {
  color: var(--nicchi-red);
  text-align: right;
  margin-bottom: -20px;
  padding-right: 15px;
  position: relative;
  top: -27px;
}

.set-text-bold.product-label-bottom-right.portrait-label {
  margin-bottom: -24px;
}

.set-text-bold.product-label-bottom-left {
  color: var(--nicchi-red);
  text-align: left;
  margin-bottom: -20px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  top: -27px;
}

.type-testing-div {
  border-top: 2px solid var(--nicchi-red);
  flex-direction: column;
  align-items: flex-start;
  margin: 32px 4.5% 65px;
  padding-top: 19px;
  display: flex;
}

.set-bold {
  font-family: Set Bold;
}

.link-underlined {
  border-bottom: 1px solid #000;
  flex: 0 auto;
}

.link-underlined:hover {
  border-bottom-style: none;
}

.red-link-underlined {
  border-bottom: 1px solid var(--nicchi-red);
  color: var(--nicchi-red);
}

.red-link-underlined:hover {
  border-bottom-style: solid;
  border-bottom-color: var(--nicchi-cyan-2);
  color: var(--nicchi-cyan-2);
}

.large-text {
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 31px;
}

.centered {
  text-align: center;
}

.price-container {
  margin-right: 12px;
}

.checkout-form {
  background-color: var(--misty-rose);
  padding: 20px 0;
}

.checkout-columns-container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.checkout-column {
  flex-direction: column;
  flex-basis: 55%;
  margin-right: 30px;
  display: flex;
}

.checkout-second-column {
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 35%;
  display: flex;
}

.checkout-header {
  color: var(--nicchi-red);
  text-align: center;
  flex: 0 100%;
  margin-bottom: 27px;
  font-family: Set Text Bold;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
}

.checkout-header-block {
  border-style: none none solid;
  border-width: 2px 2px 1px;
  border-color: var(--misty-rose);
}

.email {
  border-color: var(--light-grey);
  background-color: var(--white);
  border-radius: 3px;
}

.checkout-content-block {
  border-style: solid none none;
  border-width: 1px 0 0;
  border-color: var(--misty-rose) black black;
  background-color: var(--white);
}

.checkout-content-block.extra {
  background-color: var(--white);
  border-top-width: 2px;
}

.full-name {
  border-color: var(--light-grey);
}

.apple-pay {
  border-radius: 100px;
}

.discount-code, .street-address, .street-address-2, .city, .state-province, .zip-postal-code, .card-number, .expiration-date, .security-code, .full-name-2, .street-address-3, .street-address-4, .city-2, .state-province-2, .zip-postal-code-2 {
  background-color: var(--white);
}

.country {
  border-radius: 100px;
}

.checkout-body {
  background-color: var(--misty-rose);
  align-items: center;
}

.paypal-checkout-form {
  background-color: var(--misty-rose);
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  border: 1px #000;
}

.pay-with-browser {
  border-radius: 100px;
}

.cart-form-wrapper {
  letter-spacing: .01em;
  font-size: 17px;
  line-height: 22px;
}

.apple-pay-2 {
  border-radius: 100px;
}

.pay-with-browser-2 {
  border-radius: 100px;
  display: none;
}

.order-confirmation {
  background-color: var(--misty-rose);
}

.close-button {
  display: flex;
}

.close-button:hover {
  border-bottom-style: none;
}

.product-image-front-page {
  object-fit: cover;
  background-color: #0000;
  width: 40vw;
  height: 40vw;
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.product-image-front-page.dummy-image {
  width: 42vw;
  height: 42vw;
}

.product-photo-container {
  width: 40vw;
  height: 36.5vw;
  margin-bottom: 10px;
  overflow: visible;
}

.product-photo-container.dummy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 48vw;
  display: flex;
}

.horseshoe-r {
  flex: none;
  margin-left: 28px;
  margin-right: 0;
}

.cart-header {
  color: var(--nicchi-red);
  letter-spacing: 0;
  font-family: Memphis;
  font-weight: 800;
}

.cart-remove-button:hover {
  border-bottom-style: none;
}

.cart-remove-button.small-text {
  color: var(--nicchi-red);
  font-family: Set Text Regular, Times New Roman, sans-serif;
  font-size: 15px;
}

.product-page-img-column {
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.body-miracle {
  background-color: #0000;
  background-image: url('../images/pink-background.jpg');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  background-attachment: scroll;
  align-items: stretch;
}

.collection-top-logo-container {
  text-align: center;
  align-self: center;
  width: 70vw;
}

.collection-top-logo-section {
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  padding-top: 41px;
  display: flex;
}

.collection-top-logo-section.dt {
  margin-bottom: 3.5vw;
}

.nicchi-sliding-menu-logo {
  text-align: center;
  width: 800px;
  max-width: 80%;
  margin-top: 8px;
  position: sticky;
  top: auto;
}

.nicchi-sliding-menu-logo.drop-shadow-logo {
  position: static;
}

.nicchi-menu-logo-container {
  z-index: 1000;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7px;
  text-decoration: none;
  position: static;
  top: 0%;
  left: 0%;
  right: 0%;
}

.miracle-page-cards {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.story-excerpt {
  z-index: 20;
  color: var(--maroon);
  text-align: left;
  max-width: 800px;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 43px;
  position: relative;
}

.story-excerpt img {
  opacity: .95;
}

.story-excerpt p {
  color: var(--maroon);
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.story-excerpt figure {
  width: 160px;
}

.miracle-text-section {
  flex-direction: column;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  position: relative;
}

.miracle-cards {
  max-width: 80%;
  margin-top: 24px;
  margin-bottom: 44px;
}

.image-27 {
  opacity: .99;
}

.miracle-curtain {
  object-fit: contain;
  width: 100vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.products-slider-section {
  background-color: var(--white);
}

.slide-nav {
  display: none;
}

.slider {
  background-color: var(--white);
  text-align: center;
  width: auto;
  height: 60vw;
  margin-left: 4%;
  margin-right: 1%;
}

.product-slider-img-class, .slider-link-block {
  width: 60vw;
  height: 60vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-arrow-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow-img {
  width: 65px;
}

.header-menu-link {
  color: var(--nicchi-red);
  letter-spacing: .01em;
  padding: 7px 7px 0;
  font-family: Set Text Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.header-menu-link:hover {
  color: var(--nicchi-cyan-2);
}

.header-menu-link.w--current {
  color: var(--nicchi-red);
}

.header-menu-link.w--current:hover {
  color: var(--nicchi-cyan-2);
}

.header-menu-link.home-menu-link {
  display: none;
}

.header-menu-link.last-menu-link {
  padding-right: 12px;
}

.nicchi-logo-menu-new {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nicchi-logo-menu-new.glow-compensation {
  width: 108%;
  max-width: 108%;
  margin-top: -4%;
  margin-left: -4%;
}

.navbar {
  background-color: #0000;
  width: 100%;
}

.nicchi-home-button-big {
  float: left;
  order: -1;
  align-self: flex-start;
  width: 45vw;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nicchi-home-button-big:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navbar-container {
  color: var(--nicchi-cyan-2);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 14vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  display: flex;
  position: static;
}

.navbar-container.front-page {
  height: 21vw;
}

.nav-menu {
  flex-direction: row;
  flex: none;
  order: 1;
  align-self: flex-start;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 10px 65px auto auto;
}

.cart-quantity-2 {
  text-align: center;
  border-radius: 20px;
  padding-left: 6px;
}

.card-lightbox {
  filter: hue-rotate();
  transition: filter .25s ease-in-out;
}

.card-lightbox:hover {
  filter: hue-rotate(-45deg);
}

.card-thumbnail {
  border-radius: .6vw;
  width: 900px;
  display: inline-block;
  box-shadow: 4px 4px 6px -2px #66666691;
}

.collection-item-13 {
  filter: hue-rotate();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 0;
  padding-right: 0;
  transition: filter .4s;
  display: block;
}

.card-collection-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  display: block;
}

.card-collection-list {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collections-page-body {
  background-color: var(--nicchi-lilac);
}

.heading, .heading-2 {
  letter-spacing: 0;
}

.product-description-paragraph {
  color: var(--black);
  letter-spacing: .008em;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.nicchi-home-button-small {
  float: left;
  order: -1;
  align-self: flex-start;
  width: 25vw;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.nicchi-home-button-small:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.header-menu-link-white {
  color: var(--white);
  letter-spacing: .01em;
  text-shadow: 0 0 7px var(--deep-purple);
  padding: 7px 7px 0;
  font-family: Set Text Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.header-menu-link-white:hover {
  color: var(--deep-purple);
  text-shadow: none;
}

.header-menu-link-white.w--current {
  color: var(--white);
}

.header-menu-link-white.w--current:hover {
  color: var(--deep-purple);
}

.header-menu-link-white.home-menu-link {
  display: none;
}

.header-menu-link-white.home-menu-link:hover {
  color: var(--nicchi-red);
}

.header-menu-link-white.last-menu-link {
  padding-right: 12px;
}

.header-menu-link-white.story-menu-link:hover {
  color: var(--deep-purple);
  text-shadow: none;
}

.tag-container-product-page {
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  place-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  display: flex;
}

.nicchi-splash {
  z-index: 10000;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
}

.nicchi-splash-face-2 {
  opacity: 0;
  max-width: 90vw;
  max-height: 90vh;
}

.nicchi-about-illustration {
  flex: none;
  order: -1;
  align-self: flex-start;
  max-width: 80%;
  position: relative;
  top: 0;
}

.about-text {
  z-index: 1001;
  flex: 0 auto;
  align-self: flex-start;
  width: 100%;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.about-text p {
  color: var(--deep-purple);
  letter-spacing: .015em;
  margin-bottom: 20px;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.about-text h3 {
  color: var(--nicchi-cyan-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Memphis;
  font-size: 25px;
  font-weight: 800;
}

.about-text a {
  color: var(--deep-purple);
  text-underline-offset: 0px;
  text-underline-position: under;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.about-text a:hover {
  color: var(--nicchi-red);
}

.about-text.terms {
  margin-left: 5vw;
}

.about-text.terms h2 {
  color: var(--nicchi-red);
  text-align: center;
  margin-bottom: 24px;
  font-family: Set Bold;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.about-text h4 {
  letter-spacing: .008em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Set Bold;
  font-weight: 400;
  line-height: 27px;
}

.about-text img {
  max-width: 85%;
  margin-top: 50px;
  margin-bottom: 71px;
}

.about-container {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start start;
  max-width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.nicchi-about-face {
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 45vw;
  display: flex;
  position: sticky;
  top: 0;
}

.nicchi-about-face.terms-img {
  flex: 0 auto;
  order: 1;
}

.body-2 {
  display: block;
}

.product-page-columns {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.div-block-6, .cart-list {
  color: var(--black);
}

.home-wrapper {
  flex-direction: column;
  display: block;
}

.good-morning-miracle-product-archive {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 60px;
}

.collection-archive-wrapper {
  border: 3px solid var(--nicchi-red);
  flex-direction: column;
  align-items: center;
  width: 80vw;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px;
  display: flex;
}

.collection-archive-wrapper.dt-purple {
  border-color: var(--dt-purple);
  background-color: var(--white);
  opacity: .95;
}

.collection-archive-wrapper.nicchi-by-nicchi-archive {
  background-color: var(--cream);
  opacity: .9;
  padding: 36px 42px;
}

.archive-thumbnail {
  object-fit: cover;
  border-radius: 150px;
  width: 100px;
  height: 100px;
  margin-right: 11px;
}

.archive-thumbnail.nbn-archive {
  mix-blend-mode: multiply;
}

.archive-product-name {
  font-family: Set Text Bold;
  font-weight: 700;
  position: relative;
}

.archive-product-name:hover, .archive-product-name.nicchi-by-nicchi-archive-product {
  color: var(--nicchi-red);
}

.archive-link-block {
  align-items: center;
  margin-bottom: 16px;
  padding-right: 30px;
  display: flex;
}

.archive-link-block:hover {
  background-color: var(--misty-rose);
  border-radius: 150px;
}

.archive-link-block.dt-purple:hover {
  color: var(--black);
  background-color: #783cfa40;
}

.archive-header {
  color: var(--nicchi-red);
  text-align: center;
  margin-bottom: 36px;
  font-family: Memphis;
  font-weight: 800;
}

.archive-header.dt-purple {
  color: var(--dt-purple);
  margin-bottom: 15px;
}

.archive-header.dt-purple.second-archive-header {
  margin-top: 65px;
}

.archive-header.nicchi-by-nicchi {
  color: var(--maroon);
}

.archive-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: start;
  display: grid;
}

.archive-logo {
  mix-blend-mode: multiply;
  max-width: 90%;
  margin-bottom: 25px;
}

.archive-logo.dt {
  mix-blend-mode: multiply;
  max-width: 100%;
  margin-bottom: 4vw;
}

.archive-logo.nbn {
  max-width: 60%;
}

.archive-logo-alt {
  max-width: 9%;
  margin-bottom: 25px;
  display: none;
}

.miracle-curtain-image {
  object-fit: contain;
  width: 100vw;
  overflow: hidden;
}

.pink-fringe-top {
  z-index: 100;
  margin-bottom: -30px;
  position: relative;
}

.pink-fringe-top.final-fringe {
  background-color: var(--white);
  margin-bottom: 0;
}

.pink-fringe-1 {
  z-index: 100;
}

.pink-fringe-bottom {
  z-index: 100;
  margin-top: -30px;
  position: relative;
}

.pink-fringe-2 {
  transform: rotate(180deg);
}

.collection-story-link-wrapper {
  border-top: 1px solid var(--nicchi-red);
  text-align: center;
  flex-flow: column;
  align-items: flex-start;
  max-width: 800px;
  margin-top: 28px;
  padding-top: 7px;
  display: flex;
}

.related-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-top: 29px;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.related-header {
  border-bottom: 1px solid var(--mid-grey);
  width: 90%;
  margin-bottom: 12px;
  padding-bottom: 5px;
}

.collection-number {
  margin-bottom: 0;
  margin-right: 6px;
  font-family: Set Text Bold;
  font-weight: 700;
}

.collections-page-collection-title {
  color: var(--deep-purple);
  text-align: center;
  margin-top: 14px;
  margin-bottom: 5px;
  font-family: Memphis;
  font-size: 24px;
  font-weight: 800;
}

.collections-page-collection-title.faded {
  opacity: .4;
}

.collection-page-date {
  color: var(--deep-purple);
  letter-spacing: .02em;
  font-size: 17px;
}

.collection-page-date.faded {
  opacity: .4;
}

.collections-buttons-container {
  flex-wrap: wrap;
  justify-content: space-around;
  align-self: center;
  align-items: baseline;
  margin-top: 50px;
  margin-left: 6vw;
  margin-right: 4vw;
  display: flex;
}

.memphisa {
  color: var(--nicchi-red-faded);
  font-family: Memphis;
  font-weight: 800;
}

.memphisb {
  color: var(--nicchi-cyan-faded);
  font-family: Memphis;
  font-weight: 800;
}

.memphisc {
  color: var(--nicchi-orange-faded);
  font-family: Memphis;
  font-weight: 800;
}

.memphisd {
  color: var(--nicchi-mint-green-faded);
  font-family: Memphis;
  font-weight: 800;
}

.memphise {
  color: var(--nicchi-loud-pink-faded);
  font-family: Memphis;
  font-weight: 800;
}

.story-text-bigger {
  flex: 0 auto;
  order: 0;
  align-self: center;
  width: 90%;
  display: block;
}

.story-text-bigger p {
  letter-spacing: 0;
  margin-bottom: 15px;
  font-family: Set Regular, Times New Roman, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.story-text-bigger h3 {
  color: var(--nicchi-cyan-2);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Memphis;
  font-size: 25px;
  font-weight: 800;
}

.story-text-bigger a {
  color: var(--black);
  font-family: Set Text Bold;
  font-weight: 700;
}

.story-text-bigger a:hover {
  color: var(--nicchi-red);
}

.easter-egg-scroll-down {
  flex-direction: column;
  align-items: center;
  margin-top: 125vh;
  margin-bottom: 30px;
  display: flex;
}

.treasure-chest {
  max-width: 750px;
}

.ruler-2 {
  object-fit: contain;
  background-image: url('../images/ruler.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 80px;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-bottom: 0;
  padding-right: 0;
  overflow: hidden;
}

.miracle-curtain-new {
  background-image: url('../images/miracle-curtain-new.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 200vh;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.magic-rope-illustration {
  max-width: 90%;
  margin: 36px auto;
  display: block;
}

._404-link-block {
  filter: hue-rotate();
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  transition: filter .25s;
  display: flex;
}

._404-link-block:hover {
  filter: hue-rotate(-90deg);
}

.checkout-header-b {
  color: var(--nicchi-cyan-2);
  letter-spacing: 0;
  font-family: Memphis;
  font-weight: 800;
}

.vat-note {
  font-size: 15px;
  line-height: 18px;
}

.required {
  font-size: 14px;
}

.padding-checkout-vat {
  padding: 20px;
}

.button-group {
  margin-bottom: 0;
}

.miracle-pearls {
  align-self: center;
  width: 1000px;
  max-width: 65%;
  margin-top: 29px;
  margin-bottom: 19px;
}

.teeth {
  z-index: 10;
  order: 0;
  align-self: flex-end;
  width: 250px;
  margin-top: 20px;
  position: absolute;
}

.happily-ever-after {
  max-width: 60%;
  max-height: 80vh;
}

.happily-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 58px;
  display: flex;
}

.nicchi-terms-illustration {
  flex: none;
  order: -1;
  align-self: flex-start;
  max-width: 80%;
  margin-top: 10px;
  position: relative;
  top: 0;
}

.nicchi-order-button-face-3 {
  height: 60px;
  display: inline-block;
  position: relative;
}

.red-link-underline-hover {
  color: var(--nicchi-red);
}

.red-link-underline-hover:hover {
  border-bottom: 1px solid var(--nicchi-red);
  color: var(--nicchi-red);
}

.nicchi-order-button-face-4 {
  height: 60px;
  display: inline-block;
  position: relative;
}

.slide-nav-2, .left-arrow, .right-arrow {
  display: none;
}

.prrretty {
  background-color: var(--white);
  width: 70vw;
  height: 56.25vw;
  margin: 3vw auto;
}

.mask {
  border-radius: 8px;
  width: 70vw;
  height: 56.25vw;
}

.grid-bg {
  z-index: -100;
  background-image: url('../images/grid.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 6000px;
  background-attachment: fixed;
  width: 110vw;
  height: 120vh;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: 0%;
}

.comics-column-layout {
  width: 80%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.comic-column {
  padding-left: 3px;
  padding-right: 3px;
}

.product-archive {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  margin-top: -70px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  top: 60px;
}

.product-archive.dt-archive {
  background-color: #0000;
  margin-top: -96px;
}

.weeeee {
  order: -1;
  justify-content: center;
  align-items: center;
  width: 25vw;
  margin-left: 6vw;
  margin-right: 6vw;
  display: flex;
}

.dt-info-box {
  background-color: var(--warm-yellow);
  opacity: .92;
  border: 4px solid #000;
  order: 1;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.section {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 117px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.dt-info-text a {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.dt-info-text a:hover {
  border-bottom-color: #0000;
}

.dt-info-text p {
  margin-bottom: 13px;
  font-family: Set Text Bold;
  font-weight: 700;
}

.dt-info-logos {
  justify-content: space-around;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.dt-partner-logos {
  width: auto;
  height: 7vw;
  margin-left: 10px;
  margin-right: 10px;
}

.dt-partner-logos.hs-logo {
  height: 7.2vw;
}

.dt-partner-logos.ecco-leather-logo {
  height: 5.5vw;
}

.dt-product-shot {
  border: 3px solid var(--nicchi-red);
  background-color: var(--white);
  width: auto;
  margin: 0 auto;
  position: relative;
}

.dt-product-shot:hover {
  border-color: var(--dt-purple);
}

.image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
  width: 70vw;
}

.collab-container {
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.collab-rich-text {
  margin-bottom: 0;
  font-family: Set Text Bold;
  font-weight: 700;
}

.collab-rich-text p {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-family: Set Text Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.collab-rich-text a {
  color: var(--dt-purple);
  font-family: Memphis;
  font-weight: 800;
  line-height: 19px;
}

.collab-rich-text a:hover {
  color: var(--black);
}

.dt-card-spread {
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 6vw;
  padding-left: 3vw;
  display: flex;
  position: relative;
}

.dt-card {
  box-shadow: 2px 2px 10px -4px var(--maroon);
  border-radius: 1.2vw;
  width: 26vw;
  transform: rotate(-5deg);
}

.dt-card.dt-card-b {
  margin-top: 1vw;
  margin-left: -5vw;
  transform: rotate(3deg);
}

.dt-card.dt-card-c {
  margin-top: -1vw;
  margin-left: -6vw;
  transform: rotate(-3deg);
}

.dt-card.dt-card-d {
  margin-top: 2vw;
  margin-left: -7vw;
  transform: rotate(4deg);
}

.dt-product-photo-links {
  width: 65%;
  margin: 8vw auto;
}

.dt-t-shirt-sticker-container {
  z-index: 100;
  opacity: .95;
  flex-direction: column;
  align-self: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  top: -10vw;
  right: 5vw;
}

.dt-t-shirt-sticker {
  border: 4px solid var(--dt-purple);
  opacity: 1;
  border-radius: 1000px;
  width: 20vw;
  height: 20vw;
  position: relative;
}

.image-35 {
  border-radius: 1000px;
  width: 100%;
  height: 100%;
}

.dt-t-shirt-label {
  z-index: 101;
  border: 4px solid var(--dt-purple);
  text-align: center;
  background-color: #fded83;
  margin-top: 7px;
  padding: 4px 9px;
  position: relative;
  top: 48px;
  transform: rotate(-7deg);
}

.dt-t-shirt-label._2 {
  z-index: 100;
  background-color: var(--white);
  top: -5.3vw;
  left: 0;
  transform: none;
}

.dt-sticker-overlay {
  z-index: 100;
  align-self: flex-end;
  width: 40vw;
  margin-bottom: -22vw;
  position: relative;
  top: -13.8vw;
}

.dt-sticker-overlay._3 {
  align-self: flex-start;
  margin-left: 15vw;
  top: -10.4vw;
}

.dt-sticker-overlay._2 {
  align-self: flex-start;
  width: 28vw;
  margin-bottom: -37vw;
  margin-left: 10vw;
}

.dt-sticker-overlay._5 {
  align-self: flex-start;
  width: 17vw;
  margin-top: 11vw;
  margin-bottom: -31vw;
  margin-left: 10vw;
  top: -9.1vw;
  transform: rotate(-11deg);
}

.dt-comics-title {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-36 {
  width: 100%;
  margin-bottom: 7px;
  padding-left: 3px;
  padding-right: 3px;
}

.nail-polish-container {
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  margin-bottom: 8vw;
  display: flex;
}

.nail-polish-img {
  width: 20vw;
  margin-left: 2vw;
  margin-right: 2vw;
}

.good-dragon-sticker {
  z-index: 1003;
  margin-top: 0;
  margin-left: 1vw;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-37 {
  width: 16vw;
  transform: rotate(-14deg);
}

.dt-comic-img {
  width: 100%;
}

.collection-button-wrapper-new {
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 4vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
}

.collection-page-link-new {
  filter: hue-rotate();
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: filter .25s;
  display: flex;
}

.collection-page-link-new:hover {
  filter: hue-rotate(-90deg);
}

.collection-button-logo-new {
  flex: 0 auto;
  order: -1;
  align-self: center;
}

.collection-story-link-inner {
  align-items: baseline;
  display: flex;
}

.image-37-alt {
  width: 22vw;
  transform: rotate(-14deg);
}

.bedroom-container {
  height: 66vw;
  position: relative;
}

.bedroom-background {
  z-index: 0;
  position: absolute;
}

.kinky-bedroom-overlay {
  z-index: 10;
  width: 19.1%;
  position: relative;
  top: 11.1469vw;
  left: 67.7vw;
}

.bedroom-chat-container {
  z-index: 20;
  border: 1px solid var(--nicchi-red);
  background-color: var(--white);
  color: var(--nicchi-red);
  text-align: left;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  max-width: 70%;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 3vw;
  padding-right: 3vw;
  display: none;
  position: relative;
  top: 32.6vw;
}

.bedroom-character {
  color: var(--deep-purple);
  text-align: center;
  flex-wrap: wrap;
  flex: none;
  order: -1;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tr mono beta v2;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.voice-diary {
  color: var(--deep-purple);
  flex-wrap: wrap;
  flex: 1;
  order: 1;
  font-family: Set Text Bold;
  font-weight: 700;
  display: flex;
}

.bootleg-container {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-38 {
  max-width: 80vw;
  max-height: 90vh;
}

.nicchi-splash-face-bootleg {
  opacity: 1;
  max-width: 90vw;
  max-height: 90vh;
}

.nicchi-splash-bootleg {
  z-index: 10000;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block-7 {
  z-index: 1001;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  display: flex;
}

.bootleg-heading {
  text-align: center;
  margin-top: 5px;
  padding-top: 10px;
  font-family: Memphis;
  font-weight: 800;
}

.nicchi-room {
  flex-direction: column;
  margin-left: 3%;
  display: flex;
}

.dialogue-box {
  z-index: 100;
  border: 2px solid var(--deep-purple);
  background-color: var(--cream);
  opacity: 1;
  border-radius: 33px;
  flex-direction: column;
  justify-content: center;
  width: 440px;
  height: 160px;
  transition: opacity .2s;
  display: block;
  position: fixed;
  inset: 5% auto auto 7%;
}

.bedroom-chat-ventilation {
  z-index: 1001;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.navbar-container-no-home-button {
  color: var(--nicchi-cyan-2);
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
  position: static;
}

.navbar-container-no-home-button.front-page {
  height: 21vw;
}

.room-a, .room-b, .room-c, .room-d {
  flex: none;
  display: block;
}

.voice-ventilation, .voice-kinky {
  color: var(--deep-purple);
  flex-wrap: wrap;
  flex: 1;
  order: 1;
  font-family: Set Text Bold;
  font-weight: 700;
  display: flex;
}

.bedroom-chat-kinky {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.room-a2, .room-e, .room-f, .room-g, .room-h {
  flex: none;
  display: block;
}

.voice-boomblaster {
  color: var(--deep-purple);
  flex-wrap: wrap;
  flex: 1;
  order: 1;
  font-family: Set Text Bold;
  font-weight: 700;
  display: flex;
}

.voice-bed {
  color: var(--deep-purple);
  flex-flow: wrap;
  flex: 1;
  order: 1;
  font-family: Set Text Bold;
  font-weight: 700;
  display: block;
}

.voice-gnocchi, .voice-napsac, .voice-pencil, .voice-pigjuice, .voice-sewer, .voice-nozeemole {
  color: var(--deep-purple);
  flex-wrap: wrap;
  flex: 1;
  order: 1;
  font-family: Set Text Bold;
  font-weight: 700;
  display: flex;
}

.bedroom-chat-boomblaster {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 49% auto;
}

.bedroom-chat-bed {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
}

.room-i {
  flex: none;
  display: block;
}

.bedroom-chat-gnocchi {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: 20% 1% auto auto;
}

.bedroom-chat-napsac {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 15% auto;
}

.bedroom-chat-pencil {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto auto 30% 1%;
}

.bedroom-chat-pig-juice {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.bedroom-chat-diary {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto auto 1% 1%;
}

.bedroom-chat-sewer {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto 1% 16% auto;
}

.bedroom-chat-nozeemole {
  z-index: 10005;
  border: 1px none var(--cream);
  opacity: 0;
  color: var(--nicchi-red);
  text-align: left;
  background-color: #0000;
  background-image: url('../images/bubble4.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-radius: 0;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  height: 148px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: fixed;
  inset: auto auto 1% 8%;
}

.room-j, .room-k, .room-l, .room-m, .room-n, .room-o, .room-p, .room-q, .room-r, .room-s, .room-t, .room-u, .room-v {
  flex: none;
  display: block;
}

.nicchi-by-nicchi-logo {
  text-align: center;
  mix-blend-mode: lighten;
  flex: none;
  order: -1;
  align-self: center;
  width: 1500px;
  max-width: 76%;
  margin-top: 8vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.nicchi-by-nicchi-logo.tape {
  mix-blend-mode: normal;
}

.nicchi-by-nicchi-logo-copy {
  opacity: 1;
  mix-blend-mode: lighten;
  max-width: 85%;
  position: absolute;
  top: 919px;
}

.nicchi-by-nicchi-logo-copy-2 {
  opacity: .78;
  text-align: center;
  mix-blend-mode: normal;
  max-width: 85%;
  position: absolute;
  top: 1277px;
}

.room-a-mobile {
  flex: none;
  display: none;
}

.cork-bg {
  z-index: -100;
  background-image: url('../images/corkbg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
}

.fabric-logo {
  max-width: 70%;
  margin-top: 129px;
}

.nicchi-by-nicchi-archive-body {
  align-items: center;
}

.tape-button {
  width: 250px;
  position: absolute;
  top: 29px;
  left: 4vw;
}

.tape-button-link {
  filter: saturate();
}

.tape-button-link:hover {
  filter: saturate(400%);
}

.polaroid {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  max-width: 40%;
  margin-top: 52px;
  margin-bottom: 52px;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
  transform: rotate(0);
}

.polaroid.p1 {
  order: -1;
  transform: rotate(-5deg);
}

.polaroid.p2 {
  margin-top: 138px;
  margin-bottom: 80px;
  margin-left: 2vw;
  right: -31px;
  transform: rotate(1deg);
}

.polaroid.p3 {
  margin-top: 89px;
  left: 27px;
  transform: rotate(-3deg);
}

.polaroid.p4 {
  top: 50px;
  transform: rotate(2deg);
}

.polaroid.p5 {
  margin-top: 127px;
  left: 23px;
  transform: rotate(-4deg);
}

.polaroid.p6 {
  margin-bottom: 58px;
  transform: rotate(3deg);
}

.polaroid.p7 {
  transform: rotate(1deg);
}

.polaroid.p8 {
  margin-top: -36px;
  left: 17px;
  transform: rotate(-2deg);
}

.polaroid.gnocchi-card {
  max-width: 29%;
  margin-top: 75px;
  top: -300px;
  transform: rotate(1deg);
}

.polaroid.p9 {
  margin-top: 96px;
  transform: rotate(2deg);
}

.polaroid.p10 {
  left: -15px;
  transform: rotate(-4deg);
}

.polaroid.p11 {
  transform: rotate(5deg);
}

.polaroid.p12 {
  right: -29px;
  transform: rotate(3deg);
}

.polaroid.p13 {
  bottom: 62px;
  left: -9px;
  transform: rotate(-2deg);
}

.polaroid-image {
  max-width: 100%;
  box-shadow: -1px 1px 3px 2px #33000080;
}

.polaroid-image.gnocchi-card {
  border-radius: 2vw;
}

.pushpins {
  position: absolute;
  top: -3%;
  transform: scale(1.07);
}

.all-about-me-poster {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 60vw;
  margin-top: 71px;
  margin-bottom: 71px;
  margin-right: 10vw;
  display: flex;
  transform: rotate(-5deg);
}

.all-about-me-tape {
  max-width: 60vw;
  position: absolute;
}

.all-about-me-poster-img {
  box-shadow: -1px 3px 6px 1px var(--dark-red);
  max-width: 78%;
}

.nicchi-tape-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 30vw;
  margin-top: -18px;
  margin-bottom: -18px;
  display: flex;
  overflow: hidden;
}

.nicchi-tape {
  box-shadow: -1px 1px 3px 0 var(--maroon);
  opacity: .92;
  width: 120%;
  max-width: none;
  transform: rotate(3deg);
}

.nicchi-tape._2 {
  box-shadow: 1px -1px 3px 0 var(--maroon);
  position: relative;
  top: -37px;
  transform: rotate(177deg);
}

.napsac-names-note {
  max-width: 35%;
  margin-top: -11px;
  margin-bottom: 42px;
  position: relative;
  left: 53px;
  transform: rotate(3deg);
}

.napsac-names-tape {
  position: relative;
  top: 5vw;
}

.napsac-names-img {
  box-shadow: -1px 3px 5px 1px #330000b3;
}

.polaroid-container {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.gnocchi-tape {
  position: relative;
  top: 2vw;
}

.body-3 {
  background-color: var(--black);
}

.image-39 {
  mix-blend-mode: screen;
  max-width: 97%;
  position: relative;
  top: -31px;
}

.peanut-icon, .peanut-icon-product-page {
  height: 26px;
  margin-left: 4px;
}

.memphisf {
  color: var(--nicchi-red);
  font-family: Memphis;
  font-weight: 800;
}

.checkbox-field {
  display: none;
}

.body-4 {
  background-image: url('../images/miracle.jpg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  background-attachment: scroll;
}

.goodbye-note {
  border: 1px none var(--dark-red);
  background-color: var(--ivory-story-background);
  box-shadow: 3px 3px 17px 4px var(--deep-purple);
  opacity: .95;
  border-radius: 50px;
  width: 740px;
  margin: auto;
  padding: 50px;
}

.nicchi {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nicchi._2 {
  margin-top: 17px;
}

@media screen and (min-width: 1280px) {
  .front-page-product-display-wrapper {
    margin-top: 35px;
  }

  .product-name-front-page {
    white-space: normal;
    font-size: 44px;
  }

  .side-illustration {
    width: 40%;
    margin-right: 3vw;
  }

  .slider {
    height: 50vw;
  }

  .product-slider-img-class, .slider-link-block {
    width: 50vw;
    height: 50vw;
  }

  .nicchi-home-button-big.w--current {
    width: 42.5vw;
  }

  .card-collection-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .nicchi-home-button-small.w--current {
    width: 42.5vw;
  }

  .about-text img {
    max-width: 75%;
  }

  .archive-product-name.nicchi-by-nicchi-archive-product {
    color: var(--nicchi-red);
  }

  .archive-product-name.nicchi-by-nicchi-archive-product:hover {
    color: var(--black);
  }

  .weeeee {
    width: 25vw;
  }

  .dt-sticker-overlay._3 {
    top: -9vw;
  }

  .collection-button-logo-new {
    max-height: 27vw;
  }

  .nicchi-by-nicchi-logo {
    max-width: 64%;
    margin-top: 6vw;
  }
}

@media screen and (min-width: 1440px) {
  .sliding-menu {
    margin-left: -97%;
  }

  .product-name {
    font-size: 72px;
    line-height: 65px;
  }

  .front-page-product-display-wrapper {
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .side-illustration {
    width: 38%;
    margin-right: 3.5vw;
  }

  .slider {
    height: 40vw;
  }

  .product-slider-img-class, .slider-link-block {
    width: 40vw;
    height: 40vw;
  }

  .nicchi-home-button-big.w--current {
    width: 40vw;
  }

  .navbar-container.front-page {
    height: 19vw;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  .card-lightbox {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-description-paragraph {
    font-size: 27px;
    line-height: 32px;
  }

  .nicchi-home-button-small.w--current {
    width: 40vw;
  }

  .nicchi-about-illustration {
    max-height: 80vh;
  }

  .about-text {
    flex: none;
  }

  .about-text p {
    margin-bottom: 19px;
    font-size: 27px;
    line-height: 32px;
  }

  .about-text h3 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .about-text h4 {
    font-size: 27px;
    line-height: 32px;
  }

  .about-text img {
    max-width: 65%;
    margin-bottom: 79px;
  }

  .nicchi-about-face {
    flex: none;
    width: 50%;
  }

  .home-wrapper {
    display: none;
  }

  .archive-product-name.nicchi-by-nicchi-archive-product {
    color: var(--nicchi-red);
  }

  .pink-fringe-top {
    background-color: var(--white);
  }

  .pink-fringe-1 {
    width: 100%;
  }

  .pink-fringe-bottom {
    background-color: var(--white);
  }

  .pink-fringe-2 {
    width: 100%;
    transform: rotate(180deg);
  }

  .story-text-bigger {
    flex: none;
  }

  .story-text-bigger p {
    margin-bottom: 19px;
  }

  .story-text-bigger h3 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 32px;
  }

  .nicchi-terms-illustration {
    max-height: 80vh;
  }

  .dt-info-logos {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dt-t-shirt-label._2 {
    top: -2.8vw;
  }

  .dt-sticker-overlay._3 {
    width: 38vw;
    top: -6.3vw;
  }

  .collection-button-wrapper-new {
    margin-bottom: 11vw;
  }

  .navbar-container-no-home-button.front-page {
    height: 19vw;
  }

  .nicchi-by-nicchi-logo {
    width: 1721px;
    max-width: 65%;
    margin-top: 6vw;
  }

  .polaroid {
    max-width: 35%;
  }

  .polaroid-image {
    box-shadow: -5px 6px 10px 3px #33000080;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
    line-height: 23px;
  }

  h1 {
    font-size: 65px;
    line-height: 62px;
  }

  h2 {
    font-family: Set Regular, Times New Roman, sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 50px;
  }

  h3 {
    font-size: 22px;
    line-height: 24px;
  }

  h4 {
    font-size: 20px;
    line-height: 19px;
  }

  h5 {
    font-size: 17px;
    line-height: 21px;
  }

  p {
    margin-bottom: 17px;
  }

  .medium-text {
    font-size: 22px;
    line-height: 25px;
  }

  .button.order-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 22px;
    line-height: 18px;
  }

  .button.cart-button {
    padding: 5px 6px 4px;
    font-size: 14px;
    line-height: 14px;
  }

  .button.checkout-button {
    max-width: 250px;
  }

  .cart-label {
    font-size: 14px;
    line-height: 14px;
  }

  .utility-page-wrap {
    align-items: flex-start;
    padding-top: 10vh;
    padding-bottom: 5vh;
  }

  .story-menu-section {
    margin-bottom: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .closing-x {
    font-size: 19px;
    right: 0;
  }

  .menu-teaser {
    margin-left: 0%;
  }

  .story-menu-content {
    border-radius: 3vw;
    padding: 3vw;
  }

  .story-menu-content.menu-flexbox {
    flex-direction: column;
    align-items: flex-start;
  }

  .story-menu-content.menu-flexbox.credits-wrapper-new {
    flex-direction: column;
  }

  .product-page-top-columns {
    margin-left: 0%;
    padding-right: 0;
  }

  .product-name {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 42px;
  }

  .tag-container-front-page {
    margin-top: 1px;
  }

  .product-tag {
    border-width: .12em;
    margin: 2px 4px 3px;
    padding-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 19px;
  }

  .dotted-line {
    background-repeat: repeat-x;
    background-size: 10px 10px;
    margin: 15px -30px;
  }

  .field-label-regular {
    font-size: 16px;
    line-height: 21px;
  }

  .nicchi-face {
    margin-left: 15px;
  }

  .ability-icon {
    margin-right: 10px;
  }

  .ability-cell {
    flex-basis: 33%;
  }

  .abilities-collection-list {
    font-size: 15px;
    line-height: 18px;
  }

  .abilities-heading {
    font-size: 26px;
  }

  .default-state {
    display: flex;
  }

  .front-page-product-display-wrapper {
    margin-left: 15px;
    margin-right: 0;
  }

  .product-container {
    flex: 0 50%;
    margin: 10px 0;
    padding-bottom: 0;
  }

  .product-link {
    border-radius: 12px;
    max-width: none;
    padding: 15px 15px 20px;
  }

  .front-page-product-display {
    justify-content: center;
  }

  .product-name-front-page {
    max-width: 40vw;
    font-size: 35px;
    line-height: 32px;
  }

  .tagline-container {
    max-width: 40vw;
  }

  .credits-header, .credits-name {
    font-size: 17px;
    line-height: 23px;
  }

  .order-confirmation-illustration {
    width: 50%;
  }

  .small-text {
    font-size: 15px;
    line-height: 19px;
  }

  .product-info-column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .handwritten-header {
    max-width: 60%;
    height: auto;
  }

  .handwritten-header.the-story-of-nicchi {
    max-width: 90%;
    height: auto;
    top: 24px;
  }

  .handwritten-header.credits-handwr-header {
    height: auto;
    top: 22px;
  }

  .handwritten-header.the-story-of-nicchi-mobile {
    max-width: 90%;
    height: auto;
    display: none;
    top: 24px;
  }

  .side-illustration {
    flex: 0 auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .x-cross.drop-shadow {
    font-size: 69px;
  }

  .abilities-collection-list-inner {
    font-size: 15px;
    line-height: 18px;
  }

  .set-text-bold.product-label-bottom-right.portrait-label {
    margin-bottom: -23px;
  }

  .large-text {
    font-size: 25px;
    line-height: 30px;
  }

  .price-container {
    margin-right: 10px;
  }

  .product-image-front-page {
    width: 40vw;
    max-width: none;
    height: 40vw;
  }

  .product-page-img-column {
    position: relative;
  }

  .nicchi-sliding-menu-logo {
    position: static;
  }

  .story-excerpt {
    z-index: 20;
    max-width: 500px;
    font-size: 28px;
    line-height: 32px;
    position: relative;
  }

  .story-excerpt p {
    font-size: 28px;
    line-height: 32px;
  }

  .story-excerpt figure {
    width: 130px;
  }

  .miracle-cards {
    max-width: 90%;
    margin-top: 32px;
    margin-bottom: 41px;
  }

  .slider {
    height: 70vw;
    margin-left: 2.5%;
    margin-right: 0%;
  }

  .product-slider-img-class, .slider-link-block {
    width: 70vw;
    height: 70vw;
  }

  .slider-arrow-img {
    width: 35px;
  }

  .header-menu-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 15px;
  }

  .header-menu-link.last-menu-link, .header-menu-link.last-menu-link.w--current {
    padding-right: 0;
  }

  .nicchi-home-button-big {
    width: 30vw;
    inset: 0% 0% auto;
  }

  .nicchi-home-button-big.w--current {
    width: 30vw;
  }

  .navbar-container, .navbar-container.front-page {
    height: 16vw;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .card-collection-list {
    grid-column-gap: 2.5vw;
    grid-row-gap: 2.5vw;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-description-paragraph {
    font-size: 20px;
    line-height: 24px;
  }

  .nicchi-home-button-small {
    width: 30vw;
    inset: 0% 0% auto;
  }

  .header-menu-link-white {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    line-height: 15px;
  }

  .header-menu-link-white.last-menu-link {
    padding-right: 0;
  }

  .tag-container-product-page {
    margin-top: 10px;
  }

  .about-text {
    width: auto;
  }

  .about-text p {
    font-size: 27px;
    line-height: 32px;
  }

  .about-text h4 {
    font-size: 24px;
  }

  .about-container {
    margin-top: 35px;
  }

  .product-page-columns {
    display: block;
  }

  .archive-product-name {
    font-size: 16px;
    line-height: 21px;
  }

  .archive-header {
    margin-bottom: 25px;
  }

  .pink-fringe-bottom {
    z-index: 100;
  }

  .related-wrapper {
    margin-bottom: 25px;
  }

  .collection-number {
    font-size: 18px;
    line-height: 23px;
  }

  .collections-page-collection-title {
    margin-bottom: 3px;
    font-size: 20px;
  }

  .collection-page-date {
    font-size: 16px;
  }

  .horseshoe-image {
    margin-top: 20px;
    margin-bottom: 21px;
  }

  .treasure-chest {
    max-width: 80%;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 23px;
  }

  .ruler-2 {
    background-size: auto 40px;
    height: 50px;
  }

  .magic-rope-illustration {
    max-width: 100%;
  }

  ._404-link-block {
    max-width: 80%;
  }

  .miracle-pearls {
    max-width: 70%;
  }

  .teeth {
    width: 180px;
    margin-top: 19px;
  }

  .weeeee {
    width: 31vw;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .dt-info-text p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .collab-rich-text p {
    font-size: 15px;
    line-height: 19px;
  }

  .collab-rich-text a {
    line-height: 18px;
  }

  .image-37, .image-37-alt {
    width: 20vw;
  }

  .bedroom-character, .voice-diary {
    font-size: 16px;
    line-height: 20px;
  }

  .bedroom-chat-ventilation {
    width: 500px;
    max-width: 70%;
    height: 115px;
  }

  .navbar-container-no-home-button {
    height: 0;
  }

  .navbar-container-no-home-button.front-page {
    height: 16vw;
  }

  .voice-ventilation, .voice-kinky {
    font-size: 16px;
    line-height: 20px;
  }

  .bedroom-chat-kinky {
    width: 500px;
    max-width: 70%;
    height: 115px;
  }

  .voice-boomblaster, .voice-bed, .voice-gnocchi, .voice-napsac, .voice-pencil, .voice-pigjuice, .voice-sewer, .voice-nozeemole {
    font-size: 16px;
    line-height: 20px;
  }

  .bedroom-chat-boomblaster, .bedroom-chat-bed, .bedroom-chat-gnocchi, .bedroom-chat-napsac, .bedroom-chat-pencil, .bedroom-chat-pig-juice, .bedroom-chat-diary, .bedroom-chat-sewer, .bedroom-chat-nozeemole {
    width: 500px;
    max-width: 70%;
    height: 115px;
  }

  .tape-button {
    width: 180px;
    top: 10px;
  }

  .tape-button.my-room {
    top: 16px;
  }

  .polaroid.gnocchi-card {
    top: -217px;
  }

  .nicchi-tape-container {
    height: 40vw;
  }

  .nicchi-tape {
    width: 140%;
    transform: rotate(3deg);
  }

  .nicchi-tape._2 {
    width: 140%;
    transform: rotate(177deg);
  }

  .peanut-icon, .peanut-icon-product-page {
    height: 24px;
  }

  .goodbye-note {
    width: 80vw;
    max-width: 80vw;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nicchi {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 17px;
    line-height: 22px;
  }

  h1 {
    font-size: 59px;
    line-height: 59px;
  }

  h2 {
    font-size: 47px;
    line-height: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 27px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
    line-height: 19px;
  }

  p {
    margin-bottom: 18px;
  }

  .medium-text {
    font-size: 21px;
    line-height: 24px;
  }

  .button.order-button {
    font-size: 20px;
    line-height: 17px;
  }

  .button.cart-button {
    border-width: 1px;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 0;
    margin-right: 5px;
    padding: 5px 6px 3px;
    font-size: 17px;
    position: sticky;
    inset: 3px 0 auto auto;
  }

  .button.cart-button.cart-button-white {
    text-shadow: 0 0 5px var(--deep-purple);
  }

  .cart-label {
    font-size: 13px;
    line-height: 13px;
  }

  .cart-quantity {
    margin-left: 3px;
    font-size: 13px;
    line-height: 13px;
    display: block;
  }

  .story-menu-section {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .closing-x {
    right: 0;
  }

  .sliding-menu {
    margin-left: -100%;
  }

  .story-menu-content.padded {
    padding: 5.5vw 7vw 7vw;
  }

  .menu-teaser-collection-list {
    display: none;
  }

  .product-page-top-columns {
    margin-top: 15px;
    margin-left: 0%;
    padding-right: 0;
  }

  .collection-item-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-name {
    padding-left: 10px;
    padding-right: 10px;
  }

  .tag-container-front-page {
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-tag {
    margin-top: 2px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px 6px 2px 7px;
    font-size: 12px;
  }

  .abilities-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dotted-line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .nicchi-collection-link {
    max-width: 60%;
  }

  .related-product-thumbnail {
    width: 40px;
    height: 40px;
  }

  .collection-item-12 {
    margin-bottom: 10px;
  }

  .nicchi-face {
    width: 44px;
    margin-left: 13px;
  }

  .nicchi-order-button-face-2, .nicchi-order-button-face-1 {
    height: 55px;
  }

  .nicchi-checkout-face {
    margin-top: 15px;
  }

  .ability-cell {
    flex-basis: 50%;
  }

  .default-state {
    margin-bottom: 0;
  }

  .footer {
    padding: 25px 4% 20px;
  }

  .additional-product-photos {
    margin-top: 25px;
  }

  .collection-link-container {
    order: -1;
    align-self: flex-start;
  }

  .front-page-product-display-wrapper {
    margin-left: 7px;
    margin-right: 7px;
  }

  .product-container {
    flex-basis: 48%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-name-front-page {
    font-size: 31px;
    line-height: 29px;
  }

  .tagline-container {
    margin-top: 8px;
    margin-bottom: 5px;
  }

  .credits-header {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
  }

  .credits-name {
    font-size: 15px;
    line-height: 20px;
  }

  .credits-container {
    margin-bottom: 12px;
  }

  .order-confirmation-illustration {
    width: 60%;
  }

  .web-pay-paypal-container {
    max-width: 90%;
  }

  .small-text {
    font-size: 13px;
    line-height: 18px;
  }

  .small-text.paragraph-margin-bottom {
    line-height: 17px;
  }

  .small-text.smaller-header {
    font-size: 13px;
    line-height: 16px;
  }

  .product-info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .handwritten-header.the-story-of-nicchi {
    display: none;
  }

  .handwritten-header.the-story-of-nicchi-mobile {
    max-width: 70%;
    display: block;
    top: -1px;
  }

  .handwritten-header.cast-header {
    max-width: 40%;
    height: auto;
    max-height: 135px;
  }

  .set-text-bold.small-text {
    line-height: 17px;
  }

  .set-text-bold.product-label-bottom-right {
    margin-bottom: -19px;
    padding-right: 11px;
    font-size: 14px;
    line-height: 19px;
    top: -23px;
  }

  .set-text-bold.product-label-bottom-right.portrait-label {
    margin-bottom: -19px;
  }

  .set-text-bold.product-label-bottom-left {
    margin-bottom: -19px;
    padding-left: 10px;
    padding-right: 11px;
    font-size: 14px;
    line-height: 19px;
    top: -23px;
  }

  .large-text {
    font-size: 24px;
    line-height: 29px;
  }

  .checkout-columns-container {
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .checkout-column {
    width: 700px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-second-column {
    width: 700px;
    max-width: 90%;
    margin-top: 37px;
    margin-left: auto;
    margin-right: auto;
  }

  .checkout-header-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-content-block {
    padding: 15px;
  }

  .product-image-front-page {
    width: 42vw;
    height: 42vw;
  }

  .product-photo-container {
    width: 42vw;
    height: 39vw;
    margin-bottom: 5px;
  }

  .cart-remove-button.small-text:hover {
    color: var(--nicchi-cyan-2);
  }

  .collection-top-logo-container {
    width: 90vw;
  }

  .collection-top-logo-section {
    margin-bottom: 40px;
  }

  .collection-top-logo-section.dt {
    margin-bottom: 47px;
    position: relative;
  }

  .nicchi-sliding-menu-logo {
    text-align: left;
    width: auto;
    max-width: none;
    height: 75px;
    margin-top: 4px;
    display: block;
  }

  .nicchi-sliding-menu-logo.drop-shadow-logo {
    text-align: center;
    width: 800px;
    max-width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .nicchi-menu-logo-container {
    text-align: center;
    width: auto;
    padding-top: 2px;
  }

  .text-block-6 {
    font-size: 15px;
    line-height: 20px;
  }

  .miracle-page-cards {
    flex-direction: column;
  }

  .story-excerpt {
    letter-spacing: .008em;
    max-width: 450px;
    margin-bottom: 0;
    font-family: Set Regular, Times New Roman, sans-serif;
    font-size: 24px;
    line-height: 27px;
  }

  .story-excerpt p {
    font-size: 24px;
    line-height: 27px;
  }

  .story-excerpt figure {
    width: 115px;
  }

  .miracle-cards {
    max-width: 95%;
  }

  .slider {
    margin-left: 0%;
  }

  .slider-arrow-link {
    width: 50px;
  }

  .slider-arrow-img {
    width: 30px;
  }

  .header-menu-link {
    border-bottom: 2px solid var(--nicchi-red);
    text-align: center;
    letter-spacing: 0;
    width: 90%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    font-family: Set Bold;
    font-size: 58px;
    font-weight: 400;
    line-height: 49px;
    display: block;
  }

  .header-menu-link:hover {
    border-bottom: 2px solid var(--nicchi-red);
  }

  .header-menu-link.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link.home-menu-link {
    color: var(--nicchi-red);
    display: block;
  }

  .header-menu-link.home-menu-link:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link.home-menu-link.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link.home-menu-link.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link.last-menu-link {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-right: 0;
    padding-right: 5px;
  }

  .nicchi-logo-menu-new {
    width: 100%;
  }

  .nicchi-home-button-big {
    width: 60vw;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .nicchi-home-button-big.w--current {
    width: 60vw;
  }

  .navbar-container {
    justify-content: flex-end;
    height: 19vw;
  }

  .navbar-container.front-page {
    height: 29vw;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--misty-rose);
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .menu-button {
    z-index: 998;
    background-color: #0000;
    margin-top: 15px;
    margin-left: 10px;
    padding: 0;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .menu-button.w--open {
    z-index: 1001;
    background-color: #0000;
  }

  .nav-links-wrapper {
    text-align: center;
    flex-flow: column wrap;
    flex: none;
    order: 0;
    align-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .card-collection-list {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .hamburger {
    z-index: 1000;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .hamburger-line {
    border-bottom: 1px solid var(--nicchi-red);
    background-color: #0000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.hamburger-line-white {
    border-bottom-color: var(--white);
    box-shadow: 0 0 5px #4600469e;
  }

  .product-description-paragraph {
    font-size: 22px;
    line-height: 26px;
  }

  .nicchi-home-button-small {
    width: 35vw;
    margin-top: 7px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .header-menu-link-white {
    border-bottom: 2px solid var(--nicchi-red);
    color: var(--nicchi-red);
    text-align: center;
    letter-spacing: 0;
    text-shadow: none;
    width: 90%;
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 8px;
    font-family: Set Bold;
    font-size: 58px;
    font-weight: 400;
    line-height: 49px;
    display: block;
  }

  .header-menu-link-white:hover {
    border-bottom: 2px solid var(--nicchi-red);
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link-white.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link-white.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link-white.home-menu-link {
    color: var(--nicchi-red);
    text-shadow: none;
    display: block;
  }

  .header-menu-link-white.home-menu-link:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link-white.home-menu-link.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link-white.home-menu-link.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link-white.last-menu-link {
    border-bottom-style: none;
    border-bottom-width: 0;
    margin-right: 0;
    padding-right: 5px;
  }

  .header-menu-link-white.story-menu-link:hover {
    color: var(--nicchi-cyan-2);
  }

  .tag-container-product-page {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nicchi-splash-face-2 {
    max-height: 80vh;
  }

  .about-text {
    width: 100%;
    margin-top: 34px;
  }

  .about-text p {
    font-size: 25px;
    line-height: 29px;
  }

  .about-text h3 {
    margin-bottom: 13px;
  }

  .about-text a {
    text-decoration-thickness: 1px;
  }

  .about-text.terms {
    margin-left: 0;
  }

  .about-text h4 {
    font-size: 24px;
  }

  .about-container {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .nicchi-about-face {
    flex: 2 0 auto;
    order: -1;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
    display: flex;
    position: static;
  }

  .nicchi-about-face.terms-img {
    order: -1;
  }

  .good-morning-miracle-product-archive {
    padding-top: 20px;
  }

  .collection-archive-wrapper {
    padding: 15px;
  }

  .collection-archive-wrapper.dt-purple {
    width: 90vw;
  }

  .archive-thumbnail {
    width: 75px;
    height: 75px;
  }

  .archive-product-name, .archive-header {
    font-size: 15px;
  }

  .archive-header.dt-purple {
    margin-bottom: 2vw;
  }

  .archive-list {
    grid-template-columns: 1fr;
  }

  .archive-logo {
    max-width: 100%;
  }

  .archive-logo.dt {
    margin-bottom: 6vw;
    display: block;
  }

  .archive-logo.nbn {
    max-width: 90%;
  }

  .archive-logo-alt {
    max-width: 100%;
    display: none;
  }

  .pink-fringe-top {
    margin-bottom: -10px;
  }

  .pink-fringe-bottom {
    margin-top: -10px;
  }

  .collection-story-link-wrapper {
    margin-top: 20px;
  }

  .collection-number {
    font-size: 17px;
    line-height: 22px;
  }

  .collections-buttons-container {
    flex-direction: column;
    align-items: center;
    width: 80%;
    margin-left: 4vw;
  }

  .story-text-bigger {
    width: auto;
  }

  .story-text-bigger p {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 30px;
  }

  .story-text-bigger h3 {
    margin-bottom: 13px;
  }

  .story-text-bigger.extra-padding {
    padding-top: 2.5vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .treasure-chest {
    max-width: 90%;
  }

  .nav-menu-closing-x-2 {
    z-index: 1000;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25px;
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    overflow: visible;
  }

  .x-line {
    border-bottom: 1px solid var(--nicchi-red);
    background-color: #0000;
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: 8px;
    transform: rotate(45deg);
  }

  .x-line-2 {
    border-bottom: 1px solid var(--nicchi-red);
    background-color: #0000;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
    top: -8px;
    transform: rotate(-45deg);
  }

  .paragraph-2 {
    font-size: 15px;
    line-height: 20px;
  }

  .ruler-2 {
    background-size: auto 30px;
    height: 40px;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .padding-checkout-vat {
    padding: 0;
  }

  .miracle-pearls {
    max-width: 85%;
  }

  .teeth {
    width: 130px;
    margin-top: 65px;
  }

  .nicchi-order-button-face-3, .nicchi-order-button-face-4 {
    height: 55px;
  }

  .prrretty {
    width: 80vw;
    height: 64.45vw;
  }

  .mask {
    border-radius: 3px;
    width: 80vw;
    height: 64.45vw;
  }

  .grid-bg {
    background-size: 5000px;
  }

  .comics-column-layout {
    margin-bottom: 0;
  }

  .comic-column {
    margin-bottom: 10px;
  }

  .product-archive {
    padding-top: 20px;
  }

  .weeeee {
    order: -1;
    width: 60%;
    margin-bottom: 25px;
  }

  .dt-info-box {
    border-width: 3px;
    order: 1;
    width: auto;
    max-width: 90vw;
    margin-bottom: 36px;
  }

  .section {
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 5vw;
    margin-left: 0%;
  }

  .dt-info-text p {
    font-size: 16px;
    line-height: 19px;
  }

  .weeeeee-img {
    width: 40vw;
  }

  .dt-partner-logos {
    height: 11vw;
  }

  .dt-partner-logos.hs-logo {
    height: 12vw;
  }

  .dt-partner-logos.ecco-leather-logo {
    height: 8vw;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33, .image-34 {
    width: 80vw;
  }

  .collab-rich-text p {
    font-size: 13px;
    line-height: 17px;
  }

  .collab-rich-text a {
    line-height: 16px;
  }

  .dt-card-spread {
    flex-wrap: wrap;
    padding-left: 0;
  }

  .dt-card {
    width: 49vw;
    margin-bottom: 2vw;
  }

  .dt-card.dt-card-b {
    margin-left: -2vw;
  }

  .dt-card.dt-card-c {
    margin-left: -1vw;
    transform: rotate(-3deg);
  }

  .dt-card.dt-card-d {
    margin-left: -5vw;
  }

  .dt-product-photo-links {
    width: 80%;
  }

  .dt-t-shirt-sticker-container {
    top: -6.8vw;
  }

  .dt-t-shirt-sticker {
    border-width: 3px;
    width: 27vw;
    height: 27vw;
  }

  .dt-t-shirt-label._2 {
    border-width: 3px;
  }

  .dt-sticker-overlay._3 {
    width: 45vw;
    margin-left: 5vw;
    top: -13.3vw;
  }

  .dt-sticker-overlay._5 {
    width: 22vw;
    margin-left: 5vw;
  }

  .good-dragon-sticker {
    inset: auto auto 0% 0%;
  }

  .image-37 {
    width: 24vw;
  }

  .collection-button-wrapper-new {
    width: 100%;
    margin-bottom: 13vw;
  }

  .collection-button-logo-new {
    max-height: 40vh;
  }

  .image-37-alt {
    width: 29vw;
  }

  .bedroom-character {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
  }

  .voice-diary {
    font-size: 11px;
    line-height: 14px;
  }

  .nicchi-splash-face-bootleg {
    max-height: 80vh;
  }

  .nicchi-room {
    margin-left: 0%;
  }

  .bedroom-chat-ventilation {
    width: 350px;
    max-width: 60%;
    height: 81px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    left: 0%;
    right: 0%;
  }

  .navbar-container-no-home-button {
    justify-content: flex-end;
    height: 0;
  }

  .navbar-container-no-home-button.front-page {
    height: 29vw;
  }

  .voice-ventilation, .voice-kinky {
    font-size: 11px;
    line-height: 14px;
  }

  .bedroom-chat-kinky {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    left: 0%;
    right: 0%;
  }

  .voice-boomblaster, .voice-bed, .voice-gnocchi, .voice-napsac, .voice-pencil, .voice-pigjuice, .voice-sewer, .voice-nozeemole {
    font-size: 11px;
    line-height: 14px;
  }

  .bedroom-chat-boomblaster {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    inset: auto 0% 100px;
  }

  .bedroom-chat-bed {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .bedroom-chat-gnocchi {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    inset: auto 0% 1%;
  }

  .bedroom-chat-napsac, .bedroom-chat-pencil {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .bedroom-chat-pig-juice, .bedroom-chat-diary {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    left: 0%;
    right: 0%;
  }

  .bedroom-chat-sewer {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    bottom: 1%;
    left: 0%;
    right: 0%;
  }

  .bedroom-chat-nozeemole {
    width: 350px;
    max-width: 60%;
    height: 81px;
    padding-top: 7px;
    bottom: 100px;
    left: 0%;
    right: 0%;
  }

  .nicchi-by-nicchi-logo {
    max-width: 72%;
    margin-top: 3vw;
  }

  .cork-bg {
    background-image: url('../images/corkbg-phone.jpg');
  }

  .fabric-logo {
    max-width: 90%;
    margin-top: 60px;
    margin-bottom: 103px;
  }

  .tape-button {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    inset: 0% 0% auto;
  }

  .tape-button.my-room {
    width: 28%;
    top: 20px;
  }

  .polaroid {
    max-width: 77%;
  }

  .polaroid.p2 {
    right: -13px;
  }

  .polaroid.p3 {
    z-index: 5;
    margin-top: 52px;
    margin-bottom: -4px;
  }

  .polaroid.p5 {
    margin-top: 64px;
    transform: rotate(1deg);
  }

  .polaroid.p8 {
    top: -31px;
  }

  .polaroid.gnocchi-card {
    z-index: 4;
    max-width: 70%;
    margin-top: 24px;
    margin-bottom: 3px;
    top: -27px;
    left: -31px;
  }

  .polaroid.p9 {
    margin-top: 65px;
  }

  .all-about-me-poster {
    max-width: 90vw;
    margin-bottom: 3px;
    margin-right: 0;
  }

  .all-about-me-tape {
    max-width: 90vw;
  }

  .nicchi-tape-container {
    height: 47vw;
  }

  .nicchi-tape {
    width: 190%;
    transform: rotate(3deg);
  }

  .nicchi-tape._2 {
    width: 190%;
    transform: rotate(177deg);
  }

  .napsac-names-note {
    max-width: 70%;
    left: 0;
  }

  .napsac-names-tape {
    top: 9.1vw;
  }

  .polaroid-container {
    flex-direction: column;
  }

  .gnocchi-tape {
    top: 6.2vw;
  }

  .peanut-icon {
    height: 20px;
  }

  .peanut-icon-product-page {
    height: 22px;
  }

  .body-4 {
    background-repeat: repeat-y;
    background-attachment: scroll;
  }

  .nicchi {
    width: 300px;
  }

  .nicchi._2 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 17px;
  }

  h1 {
    font-size: 50px;
    line-height: 50px;
  }

  h2 {
    font-size: 20px;
    line-height: 21px;
  }

  h3 {
    font-size: 22px;
    line-height: 25px;
  }

  h4 {
    font-size: 17px;
    line-height: 18px;
  }

  h5 {
    font-size: 15px;
    line-height: 18px;
  }

  h6 {
    font-size: 14px;
    line-height: 17px;
  }

  p {
    margin-bottom: 17px;
  }

  .medium-text {
    font-size: 18px;
    line-height: 23px;
  }

  .button.order-button {
    margin-left: 2px;
    margin-right: 3px;
    padding: 8px;
    font-size: 17px;
    line-height: 15px;
    display: block;
  }

  .button.cart-button {
    margin-top: 0;
    margin-right: 5px;
    padding: 5px 6px 3px;
    position: sticky;
    top: 3px;
    right: 0;
  }

  .cart-label, .cart-quantity {
    font-size: 11px;
    line-height: 11px;
  }

  .story-menu-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .closing-x {
    display: none;
    right: 0;
  }

  .menu-teaser {
    margin-left: 0%;
  }

  .story-menu-content {
    border-radius: 3.5vw;
    width: 95%;
    padding: 3.5vw;
  }

  .product-page-img {
    text-align: center;
    width: 100%;
    margin-top: -15px;
    margin-bottom: -5px;
  }

  .collection-item-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .product-name {
    font-size: 44px;
    line-height: 40px;
  }

  .tag-container-front-page {
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-tag {
    border-width: 1px;
    flex-wrap: wrap;
    margin: 1px 2px 2px;
    padding: 3px 4px 2px 5px;
    font-size: 11px;
    line-height: 11px;
  }

  .product-tag.sku-tag {
    display: none;
  }

  .related-product-thumbnail {
    object-fit: cover;
    width: 50px;
    height: 50px;
  }

  .add-to-cart {
    justify-content: center;
    align-items: center;
  }

  .field-label-regular {
    font-size: 14px;
    line-height: 18px;
  }

  .field-label-bold {
    font-size: 15px;
    line-height: 19px;
  }

  .nicchi-face {
    width: 40px;
  }

  .nicchi-order-button-face-2 {
    height: 50px;
    display: none;
  }

  .nicchi-order-button-face-1 {
    height: 50px;
  }

  .nicchi-checkout-face {
    margin-top: 36px;
  }

  .ability-icon {
    height: 35px;
  }

  .ability-cell {
    flex-basis: 50%;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .abilities-heading {
    margin-top: 20px;
    padding-top: 5px;
    font-size: 18px;
    line-height: 22px;
  }

  .field-label-10 {
    display: none;
  }

  .select-field.product-dropdown-menu {
    align-self: baseline;
    font-size: 14px;
    line-height: 18px;
  }

  .horseshoe-icon {
    height: 35px;
  }

  .front-page-product-display-wrapper {
    margin-left: 5px;
    margin-right: 5px;
  }

  .product-container {
    flex: 0 50%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-bottom: 0;
  }

  .product-link {
    padding: 10px 0;
  }

  .product-name-front-page {
    font-size: 16px;
    line-height: 16px;
  }

  .tagline-container {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .kinky-404 {
    max-width: 90%;
    max-height: 400px;
  }

  .credits-header, .credits-name {
    font-size: 16px;
    line-height: 21px;
  }

  .order-confirmation-header {
    margin-bottom: 73px;
  }

  .order-confirmation-illustration {
    width: 70%;
  }

  .small-text {
    font-size: 13px;
    line-height: 17px;
  }

  .small-text.small-product-link {
    font-size: 12px;
    line-height: 15px;
  }

  .small-text.paragraph-margin-bottom {
    line-height: 17px;
  }

  .small-text.smaller-header {
    font-size: 12px;
  }

  .handwritten-header {
    max-width: 90%;
    height: auto;
  }

  .handwritten-header.the-story-of-nicchi {
    max-width: 95%;
    height: auto;
    top: 12px;
  }

  .handwritten-header.credits-handwr-header {
    max-width: 90%;
    height: auto;
    top: 7px;
  }

  .handwritten-header.the-story-of-nicchi-mobile {
    max-width: 95%;
    height: auto;
    display: block;
    top: 12px;
  }

  .handwritten-menu-header-container {
    max-width: 100%;
  }

  .memphis.red-link {
    font-size: 15px;
  }

  .red {
    width: 100%;
  }

  .red.centered {
    font-size: 47px;
    line-height: 46px;
  }

  .red.small-text {
    font-size: 12px;
    line-height: 15px;
  }

  .set-text-bold.small-text {
    font-size: 11px;
    line-height: 12px;
  }

  .set-text-bold.product-label-bottom-right {
    margin-bottom: -16px;
    padding-right: 9px;
    font-size: 11px;
    line-height: 16px;
    top: -19px;
  }

  .set-text-bold.product-label-bottom-right.portrait-label {
    margin-bottom: -17px;
  }

  .set-text-bold.product-label-bottom-left {
    margin-bottom: -16px;
    padding-right: 9px;
    font-size: 11px;
    line-height: 16px;
    top: -19px;
  }

  .large-text {
    font-size: 22px;
    line-height: 27px;
  }

  .price-container {
    margin-right: 10px;
  }

  .product-image-front-page {
    object-fit: cover;
  }

  .product-photo-container {
    margin-bottom: 5px;
  }

  .product-page-img-column {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-top-logo-section {
    padding-top: 32px;
  }

  .nicchi-sliding-menu-logo.drop-shadow-logo {
    max-width: 90%;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 19px;
  }

  .story-excerpt {
    font-family: Set Regular, Times New Roman, sans-serif;
    font-size: 20px;
    line-height: 23px;
  }

  .story-excerpt p {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
  }

  .story-excerpt figure {
    width: 90px;
  }

  .miracle-text-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  .miracle-cards {
    max-width: 97%;
    margin-top: 15px;
    margin-bottom: 28px;
  }

  .slider {
    height: 90vw;
  }

  .product-slider-img-class, .slider-link-block {
    width: 90vw;
    height: 90vw;
  }

  .slider-arrow-link {
    width: 40px;
  }

  .slider-arrow-img {
    width: 25px;
  }

  .header-menu-link {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 49px;
    line-height: 45px;
  }

  .header-menu-link.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link.home-menu-link {
    color: var(--nicchi-red);
  }

  .header-menu-link.home-menu-link:hover {
    color: var(--nicchi-cyan-2);
  }

  .nicchi-logo-menu-new {
    width: 100%;
  }

  .nicchi-home-button-big {
    width: 60vw;
  }

  .navbar-container {
    justify-content: flex-end;
    height: 22vw;
  }

  .nav-menu {
    z-index: 1000;
  }

  .menu-button {
    z-index: 1003;
    order: -1;
    align-self: flex-start;
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 1001;
  }

  .card-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-description-paragraph {
    font-size: 20px;
    line-height: 23px;
  }

  .nicchi-home-button-small {
    width: 40vw;
  }

  .header-menu-link-white {
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-size: 49px;
    line-height: 45px;
  }

  .header-menu-link-white.w--current {
    color: var(--nicchi-red);
  }

  .header-menu-link-white.w--current:hover {
    color: var(--nicchi-cyan-2);
  }

  .header-menu-link-white.home-menu-link {
    color: var(--nicchi-red);
  }

  .header-menu-link-white.home-menu-link:hover, .header-menu-link-white.last-menu-link:hover, .header-menu-link-white.story-menu-link:hover {
    color: var(--nicchi-cyan-2);
  }

  .tag-container-product-page {
    align-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-text {
    margin-top: 21px;
  }

  .about-text p {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 23px;
  }

  .about-text h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 22px;
  }

  .about-text a {
    text-decoration-thickness: 1px;
  }

  .about-text h4 {
    font-size: 20px;
    line-height: 23px;
  }

  .about-text img {
    max-width: 95%;
    margin-top: 42px;
    margin-bottom: 54px;
  }

  .collection-archive-wrapper {
    width: 85vw;
  }

  .archive-thumbnail {
    width: 50px;
    height: 50px;
  }

  .archive-product-name {
    flex: none;
    order: 1;
    align-self: center;
    font-size: 12px;
    line-height: 15px;
  }

  .archive-link-block {
    padding-right: 15px;
  }

  .archive-header {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
  }

  .archive-header.dt-purple.second-archive-header {
    margin-top: 8vw;
  }

  .archive-logo {
    display: none;
  }

  .archive-logo.dt, .archive-logo.nbn, .archive-logo-alt {
    display: block;
  }

  .collection-story-link-wrapper {
    justify-content: center;
  }

  .related-header {
    width: 90%;
    margin-bottom: 8px;
  }

  .collection-number {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 17px;
  }

  .collections-page-collection-title {
    text-align: center;
    margin-bottom: 4px;
    font-size: 18px;
  }

  .collection-list-wrapper-2 {
    padding-left: 10px;
  }

  .story-text-bigger p {
    margin-bottom: 13px;
    font-size: 20px;
    line-height: 23px;
  }

  .story-text-bigger h3 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 19px;
  }

  .ruler-2 {
    background-size: auto 25px;
    height: 30px;
    margin-top: 21px;
  }

  .required {
    font-size: 13px;
  }

  .miracle-pearls {
    max-width: 90%;
  }

  .cart-line-item, .cart-footer {
    max-width: 100%;
  }

  .option-list-2 {
    line-height: 19px;
  }

  .happily-ever-after {
    max-width: 70%;
  }

  .happily-container {
    margin-bottom: 34px;
  }

  .nicchi-order-button-face-3, .nicchi-order-button-face-4 {
    height: 50px;
  }

  .prrretty {
    height: auto;
  }

  .grid-bg {
    background-size: 4000px;
  }

  .dt-info-text p {
    font-size: 14px;
    line-height: 17px;
  }

  .weeeeee-img {
    width: 51vw;
  }

  .collab-rich-text p {
    font-size: 13px;
    line-height: 17px;
  }

  .collab-rich-text a {
    line-height: 15px;
  }

  .dt-sticker-overlay._3 {
    width: 59vw;
    margin-left: 11vw;
    top: -20.7vw;
  }

  .image-37 {
    width: 32vw;
  }

  .image-37-alt {
    width: 41vw;
  }

  .bedroom-character {
    font-size: 9px;
    line-height: 13px;
  }

  .voice-diary {
    font-size: 10px;
    line-height: 12px;
  }

  .bootleg-heading {
    margin-top: 20px;
    padding-top: 5px;
  }

  .nicchi-room {
    margin-left: 0%;
  }

  .bedroom-chat-ventilation {
    width: 410px;
    max-width: 80%;
    height: 80px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .navbar-container-no-home-button {
    justify-content: flex-end;
    height: 0;
  }

  .room-a {
    display: none;
  }

  .voice-ventilation, .voice-kinky {
    font-size: 10px;
    line-height: 12px;
  }

  .bedroom-chat-kinky {
    width: 410px;
    max-width: 80%;
    height: 80px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .voice-boomblaster, .voice-bed, .voice-gnocchi, .voice-napsac, .voice-pencil, .voice-pigjuice, .voice-sewer, .voice-nozeemole {
    font-size: 10px;
    line-height: 12px;
  }

  .bedroom-chat-boomblaster, .bedroom-chat-bed, .bedroom-chat-gnocchi, .bedroom-chat-napsac, .bedroom-chat-pencil, .bedroom-chat-pig-juice, .bedroom-chat-diary, .bedroom-chat-sewer, .bedroom-chat-nozeemole {
    width: 410px;
    max-width: 80%;
    height: 80px;
    padding-top: 7px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nicchi-by-nicchi-logo {
    max-width: 98%;
    margin-top: 52vw;
  }

  .room-a-mobile {
    display: block;
  }

  .fabric-logo {
    margin-bottom: 83px;
  }

  .tape-button {
    width: 100px;
  }

  .tape-button.my-room {
    width: 30%;
  }

  .polaroid.p1 {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .polaroid.p2 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .polaroid.p3 {
    margin-top: 20px;
  }

  .polaroid.p4 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .polaroid.p8 {
    margin-top: 0;
    margin-bottom: 42px;
    top: 1px;
  }

  .polaroid.p9 {
    margin-top: -9px;
  }

  .all-about-me-poster {
    margin-top: 30px;
  }

  .peanut-icon {
    height: 16px;
  }

  .peanut-icon-product-page {
    height: 17px;
  }

  .goodbye-note {
    border-radius: 30px;
    width: 75vw;
    padding: 36px 30px 34px;
  }

  .nicchi {
    width: 200px;
  }
}


@font-face {
  font-family: 'Set Regular';
  src: url('../fonts/Set-Beta-v1.6-Regular.woff2') format('woff2'), url('../fonts/Set-Beta-v1.6-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'Set Text Regular';
  src: url('../fonts/Set-Text-Beta-v1.7-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: block;
}