:root {
  --text: #241f20;
  --price: #b0b0b0;
  --thistle: #ba9fb7;
  --white: white;
  --ecb300: #ecb300;
  --titles-text-thistle-deep: #b99bb6;
  --thistle-noble: #d7b7d4;
  --thistle-medium: #ceb3cb;
  --dark-grey: #5a5858;
  --bg-darker: #b08ead;
  --slider-button: #a78ba4;
  --lines: #e6e6e6;
  --black: black;
  --thistle-dark: #c9adc6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: var(--text);
  color: var(--text);
  font-family: Cormorant Garamond, sans-serif;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--text);
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  color: var(--price);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.navbar {
  border-top: 4px solid var(--thistle);
  background-color: #fff;
  flex-flow: wrap;
  justify-content: space-around;
  width: 100%;
  height: 120px;
  display: flex;
}

.brand {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 180px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  margin-top: 0;
  display: flex;
}

.menu-button {
  z-index: 10;
  float: left;
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 116px;
  padding-top: 35px;
  padding-left: 46px;
  transition: opacity .2s;
}

.menu-button:hover {
  opacity: .8;
}

.menu-button.w--open {
  color: var(--ecb300);
  background-color: #0000;
  padding-left: 46px;
}

.burger-line {
  background-color: var(--titles-text-thistle-deep);
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
}

.content-section {
  z-index: 1;
  background-color: var(--ecb300);
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.content-section.thistle-medium {
  background-color: #0000;
}

.content-section.gray {
  background-color: #f3f3f3;
}

.content-section.dark {
  background-color: var(--text);
  padding-bottom: 80px;
}

.content-section.yellow {
  background-color: var(--ecb300);
}

.content-section.section-black {
  z-index: 3;
}

.content-section.comic {
  padding-top: 0;
}

.content-wrapper {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.content-wrapper.second {
  margin-top: 100px;
}

.content-wrapper.password {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-video {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 0;
  position: static;
  inset: 0% 0% 0;
}

.slide-nav {
  display: none;
}

.center-box {
  color: var(--titles-text-thistle-deep);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.mini-title {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Futura, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.white {
  color: #fff;
}

.intro-paragraph {
  color: var(--text);
  letter-spacing: 0;
  text-transform: none;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.button {
  border: 1px solid var(--ecb300);
  color: var(--ecb300);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 0;
  padding-left: 28px;
  padding-right: 28px;
  font-family: LemonMilk, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 45px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--ecb300);
  color: #fff;
}

.button.w--current {
  border-color: var(--ecb300);
}

.button.w--current:hover {
  background-color: var(--ecb300);
}

.top-border._20 {
  margin-top: 20px;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._5 {
  margin-top: 5px;
}

.top-border._40 {
  margin-top: 40px;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.relative {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-text-box {
  padding: 23px;
}

.title-link {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.text-link {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-decoration: underline;
}

.image-hover {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: auto;
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.intro-box {
  border: 1px solid var(--text);
  background-color: var(--text);
  width: 30.3%;
  margin-bottom: 40px;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

.h1-white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

.link-block {
  text-decoration: none;
}

.underline {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
}

.nav-menu {
  float: right;
  background-color: #fff;
  width: 403px;
  height: 100vh;
  padding-top: 130px;
  display: none;
  position: fixed;
}

.nav-link {
  color: var(--ecb300);
  letter-spacing: 1px;
  align-items: center;
  height: 85px;
  padding-top: 20px;
  padding-left: 60px;
  font-family: LemonMilk, sans-serif;
  font-size: 46px;
  font-weight: 300;
  transition: background-color .2s;
  display: flex;
}

.nav-link:hover {
  color: var(--white);
  border: 1px #000;
}

.nav-link.w--current {
  color: var(--white);
  border: 1px #000;
  height: 85px;
  padding-top: 20px;
}

.cart-button {
  color: var(--text);
  background-color: #0000;
  justify-content: center;
  width: 75px;
  height: 116px;
  padding-top: 18px;
  transition: opacity .2s;
  display: flex;
  position: relative;
}

.cart-button:hover {
  opacity: .8;
}

.cart {
  float: right;
  width: 5%;
  min-width: 75px;
}

.cart-icon {
  margin-right: 3px;
}

.cart-quantity {
  background-color: var(--ecb300);
  color: #fff;
  margin-left: 0;
  padding-top: 2px;
  font-family: Roboto, sans-serif;
  line-height: 15px;
}

.profile-image {
  background-image: url('../images/4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 44%;
  min-width: 540px;
  height: 675px;
  display: inline-block;
  position: relative;
  left: 135px;
}

.profile-image.left {
  background-image: url('../images/7.jpg');
  left: -135px;
}

.flex-center {
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.flex {
  flex-wrap: wrap;
  display: flex;
}

._50-column {
  width: 50%;
}

.text-block-2 {
  width: 80%;
}

.image {
  border: 17px solid var(--ecb300);
}

._50-column-center {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.bottom-line {
  border-bottom: 1px solid var(--thistle-noble);
  padding-bottom: 40px;
}

.empty-state {
  background-color: #0000;
  font-size: 22px;
}

.collection-item {
  width: 31%;
  margin-bottom: 4%;
  margin-right: 2.2%;
}

.products-details {
  text-align: center;
  padding-top: 10px;
}

.link {
  color: var(--text);
  font-weight: 500;
  text-decoration: none;
}

.price {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 17.5px;
  text-decoration: none;
}

.price.large {
  color: #fff;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  border-style: none none solid;
  border-width: 1px;
  border-color: white white var(--text);
  color: var(--text);
  text-transform: uppercase;
  background-color: #0000;
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Futura, sans-serif;
  font-weight: 500;
}

.text-field-4::placeholder {
  color: var(--text);
}

.text-field-4.text-100 {
  width: 100%;
}

.textarea-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #000;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  font-family: Futura, sans-serif;
  font-weight: 500;
}

.textarea-2::placeholder {
  color: var(--text);
  text-transform: uppercase;
  font-family: Futura, sans-serif;
}

.submit-button-3 {
  background-color: var(--text);
  color: var(--ecb300);
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px #fff;
  width: 100%;
  min-width: 210px;
  height: 57px;
  font-family: Futura, sans-serif;
  font-size: 24px;
  transition: background-color .2s, color .2s;
}

.submit-button-3:hover {
  background-color: var(--text);
  color: var(--white);
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

._40-column {
  width: 40%;
  margin-bottom: 20px;
  margin-right: 5%;
}

.contact-link {
  color: #fff;
  font-size: 22.5px;
  text-decoration: none;
}

.mini-title-white {
  color: var(--text);
  letter-spacing: 1.5px;
  text-transform: capitalize;
  font-family: Futura, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.text-small {
  color: var(--text);
  font-family: Futura, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
}

.text-small.white {
  color: #fff;
}

.top-border-2 {
  z-index: 10;
  margin-top: 20px;
  position: relative;
}

.top-border-2._10 {
  z-index: auto;
  margin-top: 10px;
}

.text-field-2 {
  border: 1px none var(--thistle-medium);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  width: 35%;
  height: 60px;
  padding-left: 21px;
  font-family: Futura, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.text-field-2::placeholder {
  color: var(--text);
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
}

.text-field-2._2 {
  background-color: var(--text);
  color: var(--white);
  border-style: none;
  border-radius: 0;
  width: 70%;
  margin-bottom: 0;
}

.text-field-2._2::placeholder {
  color: var(--white);
  letter-spacing: 1.5px;
  font-size: 20px;
}

.success-message-2 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.submit-button-2 {
  background-color: var(--ecb300);
  color: var(--text);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 0;
  flex: 1;
  width: 10%;
  height: 60px;
  font-family: Futura, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 15px;
}

.flex-2 {
  border: 1px solid var(--white);
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

._49-column-2 {
  text-align: center;
  width: 49%;
  max-width: 689px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.perk {
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 26%;
  margin-right: 20px;
  display: flex;
}

.perk-icon {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  margin-right: 20px;
}

.perk-icon._1 {
  background-image: url('../images/compras.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.perk-icon._2 {
  background-image: url('../images/entrega.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.perk-icon._3 {
  background-image: url('../images/como.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 35px;
}

.text-title {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.text-title.yellow {
  color: var(--ecb300);
}

.text-white {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 17px;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.perks {
  background-color: var(--ecb300);
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}

.footer {
  background-color: var(--text);
  padding-top: 40px;
}

.form-block-2 {
  max-width: 600px;
  margin-bottom: 0;
  display: block;
}

._90-column {
  flex: 1;
  align-items: center;
  width: 91%;
  display: flex;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  color: #fff;
  margin-right: 35px;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: none;
}

.social-icons {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.social-icon {
  background-color: var(--ecb300);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: var(--thistle);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: 125px;
}

.social-icon.facebook {
  background-image: url('../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.footer-notice-text {
  color: #fff;
  font-family: Futura, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.go-up {
  background-color: var(--ecb300);
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up:hover {
  background-color: var(--dark-grey);
}

.notice-link {
  color: #fff;
  letter-spacing: .5px;
  font-weight: 500;
}

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

.hero-image {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image._2 {
  background-image: url('../images/cushion.jpg');
}

.right-arrow {
  background-color: var(--bg-darker);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: .8;
}

.left-arrow {
  background-color: var(--slider-button);
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

.left-arrow:hover {
  opacity: .8;
}

.hero-flex {
  display: flex;
}

.hero-flex.vertical {
  background-color: var(--bg-darker);
  flex-direction: row;
}

.slide {
  margin-bottom: 70px;
}

.hero-text-box {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box {
  z-index: 1;
  background-color: var(--bg-darker);
  background-image: none;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  margin-right: 10%;
  padding-left: 5%;
  padding-right: 4%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.text-box.left {
  margin-left: 10%;
  inset: 0 auto 0 0;
}

.flex-grid {
  flex-wrap: wrap;
  display: flex;
}

.footer-notice-box {
  margin-bottom: 5px;
  padding-top: 9px;
}

.footer-brand.w--current {
  transition: opacity .2s;
}

.footer-brand.w--current:hover {
  opacity: .8;
}

.checkout-button {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding-top: 11px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  transition: opacity .2s;
}

.checkout-button:hover {
  opacity: .8;
}

.remove-button {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.remove-button:hover {
  opacity: .8;
}

.product-title {
  font-size: 20px;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.product-image {
  margin-top: 10px;
}

.small-text {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 21px;
}

.bottom-border._15 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 25px;
  padding-bottom: 8px;
}

.top-line {
  border-top: 1px solid #ddd;
  margin-top: 5px;
  padding-top: 7px;
}

.inner-hero {
  background-color: var(--ecb300);
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: hidden;
}

.row {
  margin-bottom: 3%;
}

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

.utility-page-content {
  text-align: center;
  background-color: #241f20;
  flex-direction: column;
  align-self: auto;
  width: 40%;
  margin-top: 135px;
  padding: 43px;
  display: none;
  position: fixed;
  inset: 0% auto;
}

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.product-slider {
  background-color: #0000;
  flex: 0 auto;
  width: 105%;
  height: auto;
  position: relative;
}

.slide-nav-2 {
  display: none;
  position: relative;
}

.product-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.align-right {
  text-align: right;
}

.mini-title-link {
  color: var(--titles-text-thistle-deep);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  transition: opacity .2s;
}

.mini-title-link:hover {
  opacity: .8;
}

.product-description {
  z-index: 10;
  background-color: var(--bg-darker);
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-height: 530px;
  padding: 32px 40px 20px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
}

.required {
  font-size: 16px;
}

.field-label {
  font-size: 18px;
}

.heading-4 {
  font-size: 22px;
}

.input-field {
  border-radius: 0;
  height: 45px;
}

.small-text-2 {
  color: var(--price);
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  background-color: var(--thistle-medium);
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-left: 35px;
  margin-right: 35px;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-4:hover {
  opacity: .8;
}

.checkout-form {
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.contact-info {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  width: 60%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 15px;
}

.ordered-items {
  width: 35%;
  max-width: 700px;
}

.line-item, .extra-item, .line-item-2 {
  align-items: center;
}

.order-confirmation-container {
  background-color: #0000;
}

.block-header {
  border-style: none;
}

.fieldset {
  border-bottom: 1px solid var(--lines);
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

.block-content {
  border-style: none;
}

.shipping-method-list {
  border-top: 1px solid var(--lines);
}

.submit-button-5 {
  background-color: var(--thistle-medium);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-5:hover {
  opacity: .8;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  color: var(--text);
  width: 55px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.quantity-white {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.error-state {
  background-color: #ffdede;
  font-size: 20px;
}

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

.navbar-white {
  z-index: 5;
  background-color: #0000;
  border: 1px #000;
  justify-content: center;
  height: 180px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.icon {
  font-size: 70px;
}

.nav-menu-2 {
  background-color: var(--text);
  width: 45%;
  min-width: 550px;
  max-width: 1000px;
  padding-top: 165px;
  padding-bottom: 220px;
}

.nav-menu-2.w--open {
  z-index: 4;
  height: 1200px;
}

.submit-button-6 {
  background-color: var(--thistle-medium);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  flex: 1;
  width: auto;
  height: 60px;
  margin-bottom: 0;
  padding-top: 23px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.submit-button-6:hover {
  opacity: .8;
}

.bg-botttom {
  background-color: var(--ecb300);
  height: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.bg-top {
  background-color: var(--black);
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.product-section {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 72px;
  padding-bottom: 100px;
  position: relative;
}

.slider-2 {
  height: 100%;
  position: absolute;
  inset: 0;
}

._100-percent {
  width: 100%;
}

.product-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-bottom: 40px;
}

.paypal {
  margin-left: 35px;
  margin-right: 35px;
}

.country {
  font-size: 20px;
}

.buy-now {
  background-color: var(--black);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: opacity .2s;
}

.buy-now:hover {
  opacity: .8;
}

.heading-5 {
  color: var(--text);
}

.video {
  background-color: var(--black);
  opacity: .75;
  width: 100vw;
  height: auto;
  display: none;
}

.logo_place_white {
  z-index: 4;
  justify-content: center;
  margin-left: 350px;
  margin-right: 350px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.div-block-full-width {
  z-index: 3;
}

.text-news-date {
  color: #fff;
  text-transform: none;
  padding-top: 4px;
  padding-bottom: 8px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.text-news-date.black_menu {
  color: var(--text);
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-news-date.black_menu.ramen {
  display: block;
}

.text-news-date.black_menu.gyoza, .text-news-date.black_menu.don {
  display: none;
}

.logo_white {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  padding-top: 50px;
}

.heading-6 {
  letter-spacing: 2px;
  font-family: Lemonmilk, sans-serif;
  font-size: 40px;
  line-height: 57px;
}

.bold-text {
  font-family: Futura, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.section_nav_placeholder {
  background-color: var(--ecb300);
  height: 180px;
  position: absolute;
  inset: 0% 0% auto;
}

.body-2 {
  background-color: var(--ecb300);
}

.image-3 {
  margin-top: 30px;
}

.section-header-placeholder {
  z-index: 4;
  background-color: var(--text);
  height: 180px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.section-header-placeholder.yellow {
  background-color: var(--ecb300);
}

.html-embed {
  height: 100vh;
}

.html-embed-2 {
  width: 100%;
  height: 260px;
  display: none;
}

.youtube {
  z-index: auto;
  opacity: .8;
  height: auto;
  display: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-heading-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-heading-wrap.ig_wide {
  display: block;
}

.heading-3 {
  color: #2e4377;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}

.html-embed-6 {
  z-index: 1;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.ig_cover {
  z-index: 2;
  background-color: var(--text);
  height: 50px;
  display: none;
  position: relative;
  top: -50px;
}

.text-block-3 {
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-title-40 {
  color: var(--text);
  text-align: center;
  margin-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Lemonmilk, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 33px;
}

.text-block-title-40.ramen, .text-block-title-40.gyoza, .text-block-title-40.don {
  display: none;
}

.text-block-title-40.menu-title {
  color: var(--white);
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-family: Futura, sans-serif;
  font-size: 38px;
  font-weight: 500;
}

.text-block-title-40.menu-title.yellow {
  color: var(--ecb300);
  margin-top: 60px;
  font-family: Lemonmilk, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.div-menu {
  background-color: var(--ecb300);
  border: 3px solid #f7000b;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 480px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 40px 5px 30px;
  display: flex;
}

.div-block {
  display: flex;
}

.div-centre {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.arrow_down {
  width: 70px;
  margin-top: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.arrow_down.ramen {
  transition: transform .2s;
}

.arrow_up {
  width: 70px;
}

.arrow_up.ramen {
  display: none;
}

.image-ramen-draw {
  border: 2px solid #0000;
  transition: opacity .2s;
  position: relative;
}

.image-ramen-draw.tophoto {
  max-width: 33.3333%;
  position: absolute;
  inset: 0%;
}

.image-ramen-draw.photoramen {
  display: none;
}

.image-gyoza {
  border: 2px solid #0000;
  margin-left: -18px;
}

.image-don {
  border: 2px solid #0000;
}

.image-4 {
  position: static;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  background-image: url('../images/Menu_Asset_1a.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 315px;
}

.div-block-2:hover {
  background-image: url('../images/Menu_Asset_1.png');
}

.div-block-menu {
  background-image: url('../images/menu_Asset_4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  min-height: 320px;
  transition: all .2s;
}

.div-block-menu:hover {
  background-image: url('../images/Menu_Asset_1.png');
}

.div-block-menu.gyoza {
  background-image: url('../images/Menu_Asset_2a.png');
  margin-left: -16px;
}

.div-block-menu.gyoza:hover {
  background-image: url('../images/Menu_Asset_2.png');
}

.div-block-menu.don {
  background-image: url('../images/Menu_Asset_3a.png');
}

.div-block-menu.don:hover {
  background-image: url('../images/Menu_Asset_3.png');
}

.div-block-centre {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.div-block-centre.ourtale {
  object-fit: fill;
  position: static;
}

.image-our-tale {
  width: 47%;
  min-width: 500px;
  padding-bottom: 35px;
}

.image-our-tale.float {
  float: right;
}

.image-our-tale.float.padding-left {
  margin-left: 40px;
}

.image-our-tale.float.padding-right {
  float: left;
  margin-right: 40px;
}

.text-block-din {
  text-align: center;
  font-family: Lemonmilk, sans-serif;
  font-size: 120px;
  font-weight: 400;
  line-height: 126px;
}

.text-block-din.smaller {
  padding-bottom: 20px;
  font-size: 88px;
  line-height: 110px;
}

.text-block-din.title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: LemonmilkItalic, sans-serif;
  font-size: 62px;
  font-style: italic;
  font-weight: 700;
  line-height: 77px;
}

.text-block-din.title.break {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.text-block-din.title.left {
  text-align: left;
}

.text-block-black {
  background-color: var(--text);
  color: var(--ecb300);
  letter-spacing: 1px;
  margin: 8px;
  padding: 13px;
  font-family: Din alternate, sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.text-block-black.centre {
  text-align: center;
}

.div-block-horiz {
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 100px;
  display: flex;
}

.image_our2, .image_our1 {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-gif {
  margin-top: 25px;
}

.section-black {
  z-index: -1;
  background-color: #211f21;
  position: relative;
}

.image-5, .image-6 {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.image-7 {
  position: absolute;
  inset: 0% 0% auto;
}

.div-block-placeholder {
  width: 100%;
  height: 590px;
}

.image-place-our-tale {
  width: 100%;
}

.image-8 {
  position: absolute;
  inset: 0% 0% auto;
}

.arrow_left {
  width: 30px;
  display: none;
  position: absolute;
  inset: auto 40px 40px auto;
}

.image-9 {
  position: absolute;
}

.image_our4, .image-11, .image-12, .image-13, .image-14, .image-15 {
  position: absolute;
  inset: 0% 0% auto;
}

.image-16 {
  position: static;
}

.image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-4 {
  text-align: right;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 95px;
  font-weight: 600;
  line-height: 130px;
}

.grid {
  grid-column-gap: 166px;
  grid-row-gap: 109px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 100px;
}

.text-block-footer-title {
  border-bottom: 2px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  height: 40px;
  font-family: Din alternate, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-footer {
  color: var(--white);
  font-family: Din alternate, sans-serif;
}

.div-block-footer.mediahide {
  display: none;
}

.text-block-footer-content {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 20px;
  font-family: Din alternate, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-footer-content.social {
  margin-top: 25px;
  margin-left: 10px;
}

.link-2 {
  color: #fff;
  font-family: Din alternate, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-3 {
  color: var(--white);
  font-weight: 700;
}

.image-23 {
  color: #fff;
}

.html-embed-7 {
  color: var(--white);
  flex-direction: column;
  width: 30px;
  margin-top: 25px;
  display: flex;
}

.image-24 {
  color: var(--lines);
}

.link-4, .link-5, .link-6 {
  color: var(--white);
  text-decoration: underline;
}

.div-block-social {
  align-items: center;
  display: flex;
}

.text-block-5 {
  margin-top: 25px;
  margin-left: 10px;
}

.link-7, .link-8, .link-9, .link-10, .link-11 {
  color: var(--white);
}

.image-25 {
  position: absolute;
  inset: 0% 0% auto;
}

.typed-text {
  width: 300px;
  height: 300px;
}

.typed-words {
  color: var(--text);
  text-align: right;
  width: 100%;
  height: 130px;
  margin-top: 45px;
  margin-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 95px;
  font-weight: 600;
  line-height: 130px;
  text-decoration: none;
  display: inline-block;
}

.button-upcoming_rmbmobile {
  border: 1px solid var(--white);
  letter-spacing: 1px;
  background-color: #0000;
  margin-top: 65px;
  margin-right: 60px;
  font-family: LemonMilk, sans-serif;
  font-size: 21px;
  font-weight: 300;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.button-upcoming_rmbmobile:hover {
  border-color: var(--text);
  background-color: var(--text);
  color: var(--ecb300);
}

.button-upcoming_rmbmobile.insidemenu {
  justify-content: center;
  width: 40%;
  margin-left: 60px;
  display: none;
  position: relative;
  left: 0;
}

.button-upcoming_rmbmobile.insidemenu:hover {
  border-color: var(--ecb300);
}

.background-video {
  height: 100vh;
  display: none;
}

.nav-button-animated {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 35px;
  margin-left: 46px;
  margin-right: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
}

.nav-button-animated.w--open {
  background-color: #0000;
}

.top-line-2 {
  background-color: #fff;
  width: 45px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 45px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
}

.bottom-line-2 {
  background-color: #fff;
  width: 45px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.top-line-3 {
  background-color: #fff;
  width: 40px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line-2 {
  background-color: #fff;
  width: 40px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line-3 {
  background-color: #fff;
  width: 40px;
  height: 5px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.menu-image {
  background-image: url('../images/Ultra-Wagyu_.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75%;
  height: 180px;
}

.menu-image._2 {
  background-image: url('../images/Ramen_ultra_truffle_ramen.png');
}

.menu-image._3 {
  background-image: url('../images/wagyu_tsukemen.png');
  background-position: 50%;
  background-size: contain;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-image._4 {
  background-image: url('../images/tsukemen_death.png');
  background-position: 50%;
  background-size: contain;
  width: 85%;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-image._5 {
  background-image: url('../images/wagyu_donburi.png');
}

.menu-image._6 {
  background-image: url('../images/kakuni_donburi.png');
}

.menu-image._7 {
  background-image: url('../images/bak_kut_teh_donburi_2.png');
}

.menu-image._8 {
  background-image: url('../images/wagyu_gyoza_big2.png');
}

.menu-image._9 {
  background-image: url('../images/fried_qyoza.png');
}

.menu-image._10 {
  background-image: url('../images/sui_gyoza_new.png');
}

.menu-image._11 {
  background-image: url('../images/spring_rolls.png');
}

.menu-image._12 {
  background-image: url('../images/siu_mai_.png');
}

.menu-image._13 {
  background-image: url('../images/black-bean.png');
}

.menu-image._14 {
  background-image: url('../images/jerky.png');
}

.menu-image._15 {
  background-image: url('../images/Truffled_Edamame.png');
}

.menu-image._16 {
  background-image: url('../images/Wagyu_Horumon.png');
}

.menu-image._17 {
  background-image: url('../images/Saikoro_Steak.png');
}

.menu-image._18 {
  background-image: url('../images/soft.png');
}

.menu-image._19 {
  background-image: url('../images/banana.png');
}

.menu-image._0 {
  background-image: url('../images/Ultra-Wagyu_.png');
  background-position: 50%;
  background-size: contain;
}

.text-menu {
  text-align: center;
  margin-top: 12px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Futura, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 23px;
}

.text-price {
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: none;
  position: absolute;
  bottom: 20px;
}

.subscribe_popup {
  z-index: 3;
  background-color: #0000008c;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0%;
}

.subscribe-form-input-wrapper {
  width: 100%;
}

.pop-up {
  color: var(--text);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Lemonmilk, sans-serif;
  font-size: 43px;
  font-weight: 400;
  line-height: 35px;
}

.link_popup {
  color: #2e4377;
  margin-top: 10px;
}

.div_block_close_popup {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.subscribe-form-flex {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-7 {
  font-family: Lemonmilk, sans-serif;
  font-weight: 400;
  line-height: 49px;
}

.centered-container {
  background-color: var(--ecb300);
  text-align: center;
  border: 1px #000;
  border-radius: 0;
  flex: 1;
  max-width: 810px;
  height: 40vh;
  min-height: 400px;
  max-height: 450px;
  padding: 60px 30px;
  display: flex;
  position: fixed;
  inset: 25% 0% 0%;
  box-shadow: 6px 6px 7px 3px #000;
}

.pop-up-small-text {
  opacity: 1;
  color: var(--text);
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Futura, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.button-3 {
  color: var(--text);
  letter-spacing: .5px;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #000;
  border-radius: 0;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 12px 25px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button-3:hover {
  background-color: var(--text);
  color: var(--white);
  text-transform: none;
}

.button-3:active {
  background-color: var(--text);
}

.subscribe-form-input {
  color: var(--text);
  text-transform: none;
  background-color: #0000;
  border: 2px #000;
  border-bottom-style: solid;
  border-radius: 0;
  width: 100%;
  height: 44px;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Futura, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.subscribe-form-input::placeholder {
  color: var(--text);
  letter-spacing: .5px;
  font-size: 18px;
}

.image-pop-up {
  height: 100%;
}

.div-block-popup {
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.pop-up_close_button {
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 25px 25px auto auto;
}

.pop-up_close_button:hover {
  opacity: .5;
}

.image_our3 {
  position: absolute;
  inset: 0% 0% auto;
}

.newsletter {
  color: var(--white);
  padding-top: 10px;
  font-family: Futura, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.image_ourtale {
  z-index: 20;
  object-fit: contain;
  width: 100vw;
  max-width: none;
  height: 100vh;
  display: block;
  position: sticky;
  top: .8vh;
}

.text-our-tale {
  text-align: center;
  margin-top: 40px;
  font-family: Din alternate, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
}

.text-our-tale.position {
  text-align: left;
  margin-top: 0;
  font-size: 25px;
  line-height: 35px;
}

.image-26 {
  float: right;
}

.image-left {
  float: left;
  max-width: 50%;
  margin-bottom: 20px;
  margin-right: 40px;
}

.image-right {
  float: right;
  max-width: 50%;
  margin-bottom: 20px;
  margin-left: 40px;
}

.image-sluplikeaboss {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-12 {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.link-13 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-2 {
  background-color: #241f20;
  padding-top: 40px;
}

.bold-text-3, .bold-text-5 {
  font-size: 17px;
}

.link-14 {
  color: #fff;
}

.text-block-footer-title-2 {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 2px #fff;
  height: 40px;
  margin-bottom: 10px;
  font-family: LemonMilk, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}

.text-block-footer-content-2 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 7px;
  font-family: Din alternate, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-footer-content-2.social {
  margin-top: 7px;
  margin-left: 10px;
}

.go-up-2 {
  background-color: #ecb300;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  width: 32.6px;
  height: 30px;
  transition: background-color .2s;
}

.go-up-2:hover {
  background-color: #5a5858;
}

.grid-2 {
  grid-column-gap: 166px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.div-block-footer-2 {
  color: #fff;
  font-family: Din alternate, sans-serif;
}

.link-15 {
  color: #fff;
  font-size: 17px;
}

.html-embed-8 {
  color: #fff;
  flex-direction: column;
  width: 22px;
  margin-top: 7px;
  display: flex;
}

.content-wrapper-2 {
  background-color: #0000;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  max-width: 1265px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.html-embed-mnm {
  height: 52vw;
  max-height: 95vh;
  position: static;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 129px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
}

.top_section {
  height: 1px;
  padding-right: 0;
}

.grid-4 {
  grid-column-gap: 129px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}

.link-16 {
  color: #fff;
}

.html-embed-10 {
  color: #fff;
  flex-flow: column;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 7px;
  display: flex;
}

.notice-link-2 {
  color: #fff;
  letter-spacing: .5px;
  font-size: 9px;
  font-weight: 500;
}

.text-block-footer-title-3 {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 2px #fff;
  height: 25px;
  margin-bottom: 8px;
  font-family: LemonMilk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.link-17 {
  color: #fff;
  text-decoration: none;
}

.text-block-footer-content-3 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 7px;
  font-family: Din alternate, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

.text-block-footer-content-3.social {
  margin-top: 10px;
  margin-left: 10px;
  line-height: 26px;
}

.text-block-footer-content-3.hide {
  display: none;
}

.footer-3 {
  background-color: #241f20;
  padding-top: 30px;
}

.footer-notice-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 5px;
  display: flex;
  position: relative;
}

.text-field-password {
  font-family: LemonMilk, sans-serif;
}

.text-block-error {
  font-family: LemonMilk, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text-span-2 {
  display: inline-block;
}

.mnm_ultra {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 190vh;
  display: flex;
  position: relative;
}

.text-ultra {
  z-index: auto;
  direction: ltr;
  flex-flow: column;
  flex: 0 auto;
  min-width: 20ch;
  font-family: LemonMilk, sans-serif;
  font-size: 4vh;
  line-height: 5vh;
  position: sticky;
  inset: 3.5vh 40px auto auto;
  overflow: visible;
  transform: translate(6vw, 33vh)rotate(90deg);
}

.text-ultra.hide {
  display: none;
}

.text-ultra.image {
  width: 4ch;
  min-width: auto;
  top: 8vh;
  transform: translate(0, 5vh);
}

.text-ultra.textimage {
  z-index: 20;
  width: 24vh;
  min-width: auto;
  height: 17ch;
  margin-top: 18vh;
  display: block;
  top: 18vh;
  right: 60px;
  transform: none;
}

.image-ulltra {
  width: 70vh;
  position: relative;
}

.div-block-ultra {
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  height: 190vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.image-27 {
  height: 340px;
  padding-top: 68px;
  padding-bottom: 35px;
}

.text-block-6 {
  color: var(--ecb300);
  font-family: LemonMilk, sans-serif;
  font-size: 15px;
  text-decoration: underline;
  position: fixed;
  inset: 15px 20px auto auto;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  display: inline-flex;
}

.button_book_chope {
  z-index: 100;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
  width: 210px;
  height: 80px;
  margin-top: 40px;
  margin-right: 60px;
  position: fixed;
  inset: 0% 0% auto auto;
}

.code-embed {
  flex-flow: column;
}

@media screen and (max-width: 991px) {
  .brand, .brand.w--current {
    height: 140px;
  }

  .menu-button {
    float: right;
    width: 60px;
    padding-top: 51px;
  }

  .menu-button.w--open {
    padding-top: 45px;
  }

  .content-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .content-wrapper.second {
    margin-top: 60px;
  }

  .center-box {
    width: 80%;
  }

  .intro-text-box {
    padding-left: 5px;
    padding-right: 5px;
  }

  .title-link {
    font-size: 25px;
  }

  .intro-box {
    margin-bottom: 10px;
  }

  .nav-link {
    height: 85px;
    padding-top: 20px;
    padding-left: 50px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  ._40-column {
    width: 60%;
  }

  ._49-column-2 {
    width: 80%;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .notice-link {
    font-size: 9px;
  }

  .hero-flex, .hero-flex.vertical {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .utility-page-content {
    width: 60%;
    margin-top: 98px;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    position: relative;
  }

  .checkout-form {
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .navbar-white {
    height: 140px;
    line-height: 33px;
  }

  .icon {
    color: var(--white);
    font-size: 65px;
  }

  .nav-menu-2 {
    padding-top: 155px;
  }

  .logo_place_white {
    margin-left: 250px;
    margin-right: 250px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-full-width {
    display: flex;
  }

  .text-news-date {
    font-size: 16px;
  }

  .logo_white {
    width: 230px;
    padding-top: 35px;
  }

  .heading-6 {
    font-size: 36px;
    line-height: 46px;
  }

  .section-header-placeholder {
    height: 140px;
  }

  .youtube {
    height: 36vh;
  }

  .heading-3 {
    margin-bottom: 10px;
    line-height: 40px;
  }

  .text-block-title-40 {
    font-size: 20px;
    line-height: 26px;
  }

  .div-menu {
    justify-content: flex-start;
    height: 100%;
    min-height: 400px;
    padding-bottom: 30px;
  }

  .div-centre {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .div-block-centre.ourtale {
    margin-bottom: 0;
  }

  .image-our-tale {
    width: 57%;
    min-width: 350px;
    margin-top: 20px;
  }

  .text-block-din {
    font-size: 90px;
    line-height: 105px;
  }

  .text-block-din.smaller {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 66px;
    line-height: 60px;
  }

  .text-block-din.title {
    font-size: 46px;
    line-height: 60px;
  }

  .text-block-din.title.break {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-black {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
  }

  .div-block-horiz {
    padding-bottom: 50px;
  }

  .image-place-our-tale.gyozaplace {
    height: 370px;
  }

  .arrow_left {
    width: 14px;
    bottom: 20px;
    right: 40px;
  }

  .text-block-4 {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 25px;
    font-size: 60px;
    line-height: 90px;
  }

  .grid {
    grid-column-gap: 100px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .text-block-footer-title {
    font-size: 17px;
  }

  .text-block-footer-content {
    font-size: 17px;
    line-height: 25px;
  }

  .link-2 {
    font-size: 17px;
    line-height: 26px;
  }

  .html-embed-7 {
    width: 25px;
  }

  .div-block-social {
    line-height: 25px;
  }

  .typed-words {
    height: 120px;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-right: 25px;
    font-size: 60px;
    line-height: 90px;
  }

  .button-upcoming_rmbmobile {
    text-align: center;
    width: 130px;
    margin-top: 45px;
    margin-right: 40px;
    padding: 8px 13px;
    font-size: 18px;
    line-height: 24px;
  }

  .button-upcoming_rmbmobile.insidemenu {
    width: 60%;
    padding: 9px 15px;
    font-size: 24px;
  }

  .nav-button-animated {
    margin-top: 48px;
  }

  .nav-button-animated-2 {
    margin-top: 38px;
  }

  .nav-button-animated-2.w--open {
    margin-left: 40px;
  }

  .menu-image._3, .menu-image._4 {
    width: 80%;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .menu-image._0 {
    background-position: 50%;
  }

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

  .text-price {
    position: static;
  }

  .pop-up, .heading-7 {
    font-size: 40px;
    line-height: 51px;
  }

  .centered-container {
    flex-direction: column;
    align-items: center;
    max-width: 70%;
    height: 60vh;
    max-height: 1000px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .pop-up-small-text {
    margin-top: 5px;
  }

  .button-3 {
    justify-content: center;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .image-pop-up {
    max-width: 260px;
    height: 45%;
  }

  .div-block-popup {
    min-width: 420px;
  }

  .text-our-tale, .text-our-tale.position {
    font-size: 20px;
    line-height: 28px;
  }

  .image-left {
    width: 40%;
    margin-right: 32px;
  }

  .image-right {
    width: 50%;
    margin-left: 32px;
  }

  .text-block-footer-title-2 {
    font-size: 19px;
  }

  .text-block-footer-content-2 {
    font-size: 17px;
    line-height: 25px;
  }

  .grid-2 {
    grid-column-gap: 70px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .html-embed-8 {
    width: 22px;
  }

  .html-embed-mnm {
    height: 56vw;
  }

  .grid-3 {
    grid-column-gap: 100px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }

  .grid-4 {
    grid-column-gap: 100px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .html-embed-10 {
    width: 18px;
  }

  .notice-link-2 {
    font-size: 9px;
  }

  .text-block-footer-title-3 {
    height: 30px;
    font-size: 16px;
  }

  .bold-text-6 {
    font-size: 15px;
  }

  .text-block-footer-content-3 {
    line-height: 25px;
  }

  .text-span {
    display: inline-block;
  }

  .text-ultra {
    font-size: 3vh;
    line-height: 4vh;
    top: 3vh;
    right: 6vw;
    transform: translate(14vw, 30vh)rotate(90deg);
  }

  .text-ultra.image {
    top: 5vh;
    right: 30px;
    transform: translate(0, 150px);
  }

  .text-ultra.textimage {
    width: 28vh;
    min-width: 30px;
    height: 14ch;
    min-height: 180px;
    margin-top: 25vh;
    top: 15vh;
    right: 40px;
  }

  .image-ulltra {
    max-width: 70vw;
  }

  .button_book_chope {
    width: 160px;
    height: 50px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    justify-content: flex-end;
  }

  .brand {
    height: 100px;
  }

  .menu-button {
    padding-top: 35px;
    padding-left: 25px;
  }

  .menu-button.w--open {
    padding-top: 25px;
    padding-left: 26px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-section.thistle-medium {
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .content-section.dark {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .content-wrapper.second {
    margin-top: 40px;
  }

  .top-border._20 {
    margin-top: 10px;
  }

  .title-link {
    font-size: 18px;
    line-height: 22px;
  }

  .intro-box {
    flex-direction: column;
    display: flex;
  }

  .nav-link {
    height: 35px;
    padding-left: 40px;
    font-size: 20px;
  }

  .nav-link.w--current {
    height: 35px;
  }

  .profile-image {
    width: 80%;
    min-width: auto;
    left: 40px;
  }

  .profile-image.left {
    left: -40px;
  }

  ._50-column, .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
  }

  ._50-column-center {
    justify-content: flex-start;
    width: 100%;
  }

  ._50-column-center.mobile-border {
    justify-content: center;
    margin-bottom: 4%;
  }

  .collection-item {
    width: 47.8%;
  }

  .text-field-4 {
    height: 30px;
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 25px;
  }

  .textarea-2 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .submit-button-3 {
    height: 50px;
    font-size: 18px;
    line-height: 30px;
  }

  .mini-title-white {
    font-size: 14px;
  }

  .text-small {
    font-size: 14px;
    line-height: 22px;
  }

  .text-field-2._2 {
    height: 50px;
  }

  .text-field-2._2::placeholder {
    font-size: 17px;
  }

  .submit-button-2 {
    height: 50px;
    font-size: 18px;
  }

  ._49-column-2 {
    width: 70%;
    min-width: 350px;
  }

  .perk {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
    margin-right: 0;
  }

  .perk.tablet-none {
    display: flex;
  }

  .perk-icon {
    margin-right: 0;
  }

  .text-title {
    font-size: 22px;
  }

  ._90-column {
    flex-direction: column;
    flex: 0 auto;
    width: 100%;
  }

  .footer-links {
    flex-direction: row;
    justify-content: center;
    margin-top: 4%;
    margin-left: 0%;
    display: flex;
  }

  .social-icons {
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .go-up {
    margin-top: 15px;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .checkout-form {
    width: 100%;
  }

  .navbar-white {
    height: 100px;
  }

  .icon {
    font-size: 55px;
  }

  .nav-menu-2 {
    min-width: 450px;
    padding-top: 120px;
  }

  .nav-menu-2.w--open {
    padding-top: 100px;
  }

  .logo_place_white {
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-news-date {
    font-size: 12px;
    line-height: 19px;
  }

  .logo_white {
    width: 170px;
    padding-top: 25px;
  }

  .heading-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .section-header-placeholder {
    height: 100px;
  }

  .youtube {
    height: 26vh;
  }

  .container {
    text-align: center;
    width: 90%;
  }

  .container.password {
    margin-top: 147px;
  }

  .text-block-3 {
    padding-top: 8px;
    padding-bottom: 0;
    font-size: 12px;
    line-height: 25px;
  }

  .text-block-title-40.menu-title {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .text-block-title-40.menu-title.yellow {
    margin-top: 40px;
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 48px;
  }

  .div-menu {
    justify-content: flex-start;
    height: 100%;
    min-height: 300px;
    margin-bottom: 16px;
    padding-top: 30px;
    padding-bottom: 12px;
  }

  .div-centre {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-centre.ourtale {
    margin-bottom: 10px;
  }

  .image-our-tale {
    width: 50%;
    min-width: 310px;
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .text-block-din {
    font-size: 70px;
    line-height: 90px;
  }

  .text-block-din.smaller {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-size: 50px;
    line-height: 40px;
  }

  .text-block-din.title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 41px;
  }

  .text-block-din.title.break {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-black {
    font-size: 13px;
    line-height: 11px;
  }

  .div-block-horiz {
    padding-bottom: 20px;
  }

  .image-place-our-tale.gyozaplace {
    height: 280px;
  }

  .arrow_left {
    width: 13px;
  }

  .text-block-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    font-size: 44px;
    line-height: 80px;
  }

  .grid {
    grid-row-gap: 59px;
  }

  .text-block-footer-title {
    height: 30px;
    font-size: 14px;
    line-height: 33px;
  }

  .text-block-footer-content {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-footer-content.social {
    font-size: 14px;
  }

  .link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .link-3 {
    font-size: 14px;
  }

  .html-embed-7 {
    width: 20px;
  }

  .link-6 {
    font-size: 14px;
  }

  .div-block-social {
    font-size: 14px;
    line-height: 20px;
  }

  .link-7, .link-10 {
    font-size: 14px;
  }

  .div-block-3, .div-block-4 {
    line-height: 21px;
  }

  .typed-words {
    height: 80px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 32px;
    line-height: 80px;
  }

  .button-upcoming_rmbmobile {
    margin-top: 32px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 25px;
    display: none;
  }

  .button-upcoming_rmbmobile.insidemenu {
    width: 60%;
    margin-top: 15px;
    margin-left: 40px;
    font-size: 18px;
  }

  .nav-button-animated {
    margin-top: 27px;
    margin-left: 28px;
  }

  .top-line-2, .middle-line, .bottom-line-2 {
    width: 40px;
  }

  .nav-button-animated-2 {
    margin-top: 20px;
    margin-left: 32px;
  }

  .nav-button-animated-2.w--open {
    margin-left: 30px;
  }

  .menu-image {
    height: 130px;
  }

  .menu-image._3 {
    background-position: 50%;
    background-size: contain;
  }

  .menu-image._4 {
    background-position: 70%;
    background-size: contain;
  }

  .menu-image._0 {
    background-position: 50%;
  }

  .subscribe_popup {
    padding: 40px 20px;
  }

  .pop-up {
    font-size: 19px;
    line-height: 27px;
  }

  .heading-7 {
    font-size: 21px;
    line-height: 27px;
  }

  .centered-container {
    flex-direction: row;
    justify-content: center;
    max-width: 90%;
    min-height: 200px;
    max-height: 270px;
    padding: 20px;
  }

  .pop-up-small-text {
    font-size: 10px;
    line-height: 15px;
  }

  .button-3 {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .subscribe-form-input {
    width: 100%;
    height: 30px;
    margin-top: 5px;
  }

  .subscribe-form-input::placeholder {
    font-size: 13px;
  }

  .image-pop-up {
    max-width: 161px;
    height: 85%;
    margin-left: 10px;
  }

  .div-block-popup {
    width: 70%;
    min-width: 220px;
    max-width: 390px;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pop-up_close_button {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }

  .newsletter {
    padding-top: 5px;
    font-size: 15px;
    line-height: 30px;
  }

  .text-our-tale {
    margin-top: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .text-our-tale.position {
    font-size: 15px;
    line-height: 25px;
  }

  .image-left {
    margin-bottom: 12px;
    margin-right: 20px;
  }

  .image-right {
    width: 47%;
    margin-bottom: 12px;
    margin-left: 20px;
  }

  .link-12 {
    font-size: 14px;
  }

  .link-13 {
    font-size: 15px;
  }

  .bold-text-3 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 15px;
  }

  .text-block-footer-title-2 {
    height: 30px;
    font-size: 16px;
    line-height: 33px;
  }

  .text-block-footer-content-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-footer-content-2.social {
    font-size: 14px;
  }

  .go-up-2 {
    margin-top: 15px;
  }

  .grid-2 {
    grid-column-gap: 46px;
    grid-row-gap: 59px;
  }

  .link-15 {
    font-size: 14px;
  }

  .html-embed-8 {
    width: 20px;
  }

  .grid-3 {
    grid-column-gap: 46px;
    grid-row-gap: 40px;
  }

  .grid-4 {
    grid-column-gap: 46px;
    grid-row-gap: 29px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .bold-text-2, .link-16 {
    font-size: 14px;
  }

  .html-embed-10 {
    width: 16px;
  }

  .text-block-footer-title-3 {
    height: 25px;
    font-size: 12px;
    line-height: 25px;
  }

  .link-17 {
    font-size: 14px;
  }

  .bold-text-6 {
    font-size: 15px;
  }

  .text-block-footer-content-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-footer-content-3.social {
    margin-top: 7px;
    font-size: 14px;
  }

  .text-span {
    display: inline-block;
  }

  .mnm_ultra {
    height: 190vh;
  }

  .text-ultra {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    top: 4vh;
    right: -65px;
    transform: translate(0, 35vh)rotate(90deg);
  }

  .text-ultra.textimage {
    width: 26vh;
    margin-top: 16vh;
    top: 16vh;
    right: 30px;
  }

  .div-block-ultra {
    height: 190vh;
  }

  .image-27 {
    height: 110px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .text-block-6 {
    font-size: 12px;
  }

  .button_book_chope {
    width: 110px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .brand, .brand.w--current {
    height: 70px;
    margin-left: 0%;
  }

  .menu-button {
    width: 60px;
    padding-top: 20px;
    padding-left: 15px;
  }

  .menu-button.w--open {
    padding-top: 15px;
  }

  .content-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .content-section.thistle-medium {
    padding-bottom: 25px;
  }

  .content-section.dark {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-border._20 {
    margin-top: 10px;
  }

  .intro-box {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0%;
  }

  .nav-link {
    padding-left: 18px;
  }

  .profile-image {
    width: 100%;
    max-width: 440px;
    left: 0;
  }

  .profile-image.left {
    left: 0;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-bottom: 8%;
    margin-right: 0%;
  }

  .textarea-2 {
    margin-bottom: 20px;
  }

  .submit-button-3 {
    height: 42px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  ._40-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-field-2 {
    border-right-style: solid;
    border-radius: 3px;
    width: 100%;
  }

  .text-field-2._2 {
    width: 65%;
    height: 40px;
    padding-left: 16px;
  }

  .text-field-2._2::placeholder {
    font-size: 14px;
  }

  .submit-button-2 {
    letter-spacing: 1px;
    border-radius: 0;
    height: 40px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }

  ._49-column-2 {
    width: 90%;
    min-width: 240px;
  }

  .text-title {
    font-size: 15px;
    line-height: 30px;
  }

  ._90-column {
    width: 100%;
  }

  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-link {
    margin-bottom: 7%;
    margin-right: 0;
  }

  .notice-link {
    padding-left: 10px;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-flex {
    flex-direction: column;
  }

  .hero-text-box, .text-box {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .flex-grid {
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .utility-page-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .utility-page-content {
    background-color: #241f20;
    width: 90%;
    margin-top: 84px;
    padding: 27px;
    position: fixed;
  }

  .product-description {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 9%;
    position: relative;
  }

  .flex-column {
    flex: 0 auto;
    width: 100%;
  }

  .navbar-white {
    height: 70px;
  }

  .icon {
    font-size: 40px;
  }

  .nav-menu-2 {
    padding-top: 100px;
  }

  .nav-menu-2.w--open {
    padding-top: 80px;
  }

  .logo_place_white {
    margin-left: 80px;
    margin-right: 80px;
  }

  .logo_white {
    width: 100%;
    min-width: 100px;
    max-width: 130px;
    padding-top: 20px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 29px;
  }

  .section-header-placeholder {
    height: 70px;
  }

  .container {
    width: 92%;
  }

  .container.password {
    margin-top: 140px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
  }

  .text-block-title-40 {
    margin-top: 12px;
  }

  .text-block-title-40.menu-title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .text-block-title-40.menu-title.yellow {
    margin-bottom: 20px;
    font-size: 39px;
    line-height: 36px;
  }

  .div-menu {
    height: auto;
    padding-bottom: 30px;
  }

  .div-centre {
    display: block;
  }

  .div-block-centre.ourtale {
    margin-bottom: 0;
  }

  .image-our-tale {
    min-width: 190px;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 7px;
  }

  .text-block-din {
    font-size: 40px;
    line-height: 42px;
  }

  .text-block-din.smaller {
    padding-bottom: 5px;
    font-size: 30px;
    line-height: 36px;
  }

  .text-block-din.title {
    margin-bottom: 15px;
    font-size: 23px;
    line-height: 32px;
  }

  .text-block-din.title.break {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .text-block-black {
    letter-spacing: .5px;
    margin: 5px;
    padding: 5px 8px;
    font-size: 11px;
  }

  .div-block-horiz {
    justify-content: center;
    padding-bottom: 5px;
  }

  .image-place-our-tale.gyozaplace {
    height: 160px;
  }

  .arrow_left {
    width: 10px;
    right: 20px;
  }

  .text-block-4 {
    font-size: 26px;
    line-height: 40px;
  }

  .grid {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .typed-words {
    height: 50px;
    font-size: 23px;
    line-height: 30px;
  }

  .button-upcoming_rmbmobile {
    margin-top: 25px;
  }

  .button-upcoming_rmbmobile.insidemenu {
    margin-top: 18px;
    margin-left: 20px;
  }

  .nav-button-animated {
    margin-top: 5px;
    margin-left: 7px;
  }

  .top-line-2 {
    width: 30px;
    height: 5px;
  }

  .middle-line {
    width: 30px;
    height: 5px;
    top: 29px;
  }

  .bottom-line-2 {
    width: 30px;
    height: 5px;
    top: 38px;
  }

  .nav-button-animated-2 {
    margin-top: 6px;
    margin-left: 10px;
  }

  .menu-image {
    height: 160px;
  }

  .menu-image._3, .menu-image._4 {
    background-position: 50%;
    background-size: contain;
  }

  .menu-image._0 {
    background-position: 50%;
  }

  .text-menu {
    font-size: 14px;
    line-height: 19px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .pop-up {
    text-align: center;
    font-size: 23px;
    line-height: 29px;
  }

  .heading-7 {
    text-align: center;
    font-size: 18px;
    line-height: 25px;
  }

  .centered-container {
    text-align: center;
    flex-direction: column;
    max-width: 90%;
    max-height: 460px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pop-up-small-text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 15px;
  }

  .button-3 {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 17px;
  }

  .subscribe-form-input {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .image-pop-up {
    width: 100%;
    max-width: 140px;
    height: auto;
    margin-left: 0;
    padding-top: 15px;
  }

  .div-block-popup {
    width: 90%;
    min-width: 250px;
    max-width: 400px;
  }

  .newsletter {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .image_ourtale {
    width: 100vw;
    margin-top: 0;
  }

  .text-our-tale {
    font-size: 14px;
    line-height: 22px;
  }

  .text-our-tale.position {
    font-size: 14px;
    line-height: 23px;
  }

  .image-left {
    width: 100%;
    max-width: 100%;
  }

  .image-right {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .image-sluplikeaboss {
    margin-top: 20px;
  }

  .grid-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3, .grid-4 {
    grid-row-gap: 34px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-link-2 {
    padding-left: 10px;
  }

  .bold-text-6 {
    font-size: 14px;
  }

  .footer-3 {
    padding-top: 20px;
  }

  .text-field-password {
    font-size: 12px;
    line-height: 29px;
  }

  .text-ultra {
    text-align: left;
    font-size: 17px;
    line-height: 22px;
    top: 0;
    right: 38px;
    transform: translate(115px, 46vh)rotate(90deg);
  }

  .text-ultra.textimage {
    min-width: 25px;
    min-height: 140px;
    margin-top: 36vh;
    top: 15vh;
    right: 20px;
  }

  .image-27 {
    padding-top: 0;
  }

  .text-block-6 {
    font-size: 10px;
    line-height: 20px;
    top: 5px;
    right: 10px;
  }

  .button_book_chope {
    width: 25%;
    min-width: 75px;
    height: 30px;
  }
}

#w-node-_0bb0c392-ce46-6b7e-5f0c-99f1891ce221-8d63507b, #w-node-_16c09fc9-0303-b8bc-f4db-58b38d635091-8d63507b, #w-node-a7b0f8c5-3366-660c-11c4-0f61afddbb09-8d63507b, #w-node-_16c09fc9-0303-b8bc-f4db-58b38d635081-8d63507b, #w-node-_16c09fc9-0303-b8bc-f4db-58b38d6350b1-8d63507b, #w-node-_16c09fc9-0303-b8bc-f4db-58b38d6350bd-8d63507b, #w-node-_16c09fc9-0303-b8bc-f4db-58b38d6350c6-8d63507b, #w-node-e973a279-cfc6-d67a-224a-59eea4bffc5c-6a696aa6, #w-node-af0c8c56-e57e-8f25-53b3-5cac4cf53d45-6a696aa6, #w-node-_88f9ec6c-18b1-1063-ac73-6ce07af7a551-6a696aa6, #w-node-_8770c6f1-08ec-ebc2-ddc3-def73e60c502-6a696aa6, #w-node-ef52e902-f44a-e95c-5a86-bf2d3216e571-6a696aa6, #w-node-c88ff3a7-f89c-5fa3-73c6-60810147bba2-6a696aa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Din alternate';
  src: url('../fonts/DIN-Alternate-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lemonmilk';
  src: url('../fonts/LemonMilk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LemonMilk';
  src: url('../fonts/LemonMilklight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LemonmilkItalic';
  src: url('../fonts/LemonMilkbolditalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}