:root {
  --ty-dark-brown: #50473d;
  --drak-gray: #333;
  --white: white;
  --header-color-bar: #e4dfd980;
  --ty-orange: #f4a01a;
  --lighter-shadow: #00000026;
  --text-shadow: #0000004d;
  --ty-light-brown: #b9a58e;
  --tan: #b9a58e80;
  --menu-bar-back-2: #b9a58e4d;
  --ty-gray: #606060;
  --ty-logo-gray: #8d8f92;
  --dinning: #76e599;
}

body {
  background-color: var(--ty-dark-brown);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

p {
  margin-bottom: 10px;
}

a {
  box-shadow: none;
  color: var(--drak-gray);
  border: 0 #000;
  text-decoration: none;
}

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

.hero-front {
  background-image: none;
  background-size: auto;
  flex: 0 auto;
  justify-content: space-between;
  width: auto;
  height: 70vh;
  min-height: 600px;
  max-height: 850px;
  display: block;
  position: relative;
}

.hero-front.parking {
  background-image: url('../images/TaiYauCarpark_Entrance.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-front.dinning {
  background-color: var(--white);
  padding-left: 40px;
  padding-right: 40px;
}

.hero-front.cat-herophoto {
  background-image: none;
  background-size: auto;
  flex-direction: row;
  align-items: center;
  padding-right: 59px;
  display: none;
}

.hero-front.cat-herophoto.fashion {
  background-image: url('../images/cat-hero-fashion-01.jpg');
  background-position: 50% 45%;
  background-size: 100%;
  display: none;
}

.hero-front.cat-herophoto.personal {
  background-image: url('../images/cat-hero-personal.jpg');
  background-position: 50%;
  background-size: cover;
  display: none;
}

.hero-front.cat-herophoto.gifts {
  background-image: url('../images/cat-hero-gift-02.jpg');
  background-position: 50%;
  background-attachment: scroll;
  display: none;
}

.hero-front.cat-herophoto.home {
  background-image: url('../images/cat-hero-home-01.jpg');
  display: none;
}

.hero-front.cat-herophoto.beauty {
  background-color: var(--white);
  background-image: url('../images/cat-hero-beauty-01.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: none;
}

.hero-front.cat-herophoto.services {
  background-image: url('../images/cat-hero-services-01.jpg');
  background-position: 50%;
  display: none;
}

.hero-front.cat-herophoto.health {
  background-image: url('../images/cat-hero-health-01.jpg');
  background-position: 100% 80%;
  background-size: cover;
  background-attachment: scroll;
  display: none;
}

.navbar {
  border-bottom: 1px solid var(--white);
  background-color: var(--header-color-bar);
  background-image: linear-gradient(to right, transparent, var(--header-color-bar) 60%, #ffffffbf);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.verticle-line {
  z-index: 10;
  background-color: var(--white);
  width: 1px;
  height: 100vh;
  position: absolute;
  inset: 0% auto 0% 100px;
}

.navbar-div {
  z-index: 2;
  align-items: center;
  width: 100vw;
  height: 100px;
  display: flex;
  position: relative;
}

.mouse-button-div {
  flex: none;
  width: 101px;
  height: 100px;
}

.menu-div {
  flex-direction: row;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 30px;
  margin-right: 50px;
  display: flex;
}

.brand {
  z-index: 50;
  flex: none;
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.nav-menu {
  flex-wrap: nowrap;
  flex: none;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.nav-link {
  color: var(--ty-dark-brown);
  text-align: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  transition: all .3s;
  display: block;
}

.nav-link:hover {
  text-shadow: 0 0 10px var(--white);
  transform: translate(0, 2px);
}

.nav-link.w--current {
  border-bottom: 3px none var(--ty-orange);
  color: var(--ty-dark-brown);
  display: block;
}

.hero-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 100px 0% 0% auto;
}

.hero-menu.directory {
  display: flex;
  inset: auto 0% 0%;
}

.hero-menu.dinning {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-menu.shopdirectory {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-heading {
  color: var(--white);
  text-align: right;
  letter-spacing: 3px;
  text-shadow: 0 0 10px var(--text-shadow);
  margin: 0;
  padding: 20px 50px;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 200;
  line-height: 45px;
  text-decoration: none;
  transition: all .3s;
}

.hero-heading:hover {
  opacity: .9;
  text-shadow: 0 5px 13px #00000080;
  transform: translate(0, -5px);
}

.hero-heading.events {
  box-shadow: none;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 3px 10px var(--text-shadow);
  background-color: #0000;
  flex: 1;
  height: auto;
  margin: 0 101px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 600;
  display: block;
}

.hero-heading.events:hover {
  box-shadow: none;
}

.hero-heading.events.special {
  flex: 0 auto;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 0;
  margin-left: 101px;
  padding-left: 20px;
  font-size: 35px;
}

.hero-heading.events.special.hide {
  display: none;
}

.hero-heading.directory {
  box-shadow: none;
  text-align: right;
  letter-spacing: 0;
  text-shadow: 0 3px 20px var(--text-shadow), 0 3px 5px var(--text-shadow);
  background-color: #0000;
  flex: 1;
  height: auto;
  margin: 0 180px 0 20px;
  padding: 0 20px 20px;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.hero-heading.cafe {
  color: var(--ty-orange);
  text-shadow: 0 10px 20px var(--text-shadow);
  flex: 1;
  padding-right: 99px;
  font-weight: 600;
}

.hero-heading.cafe:hover {
  transform: none;
}

.hero-heading.shopdirectory {
  color: var(--ty-orange);
  text-shadow: 0 10px 20px var(--text-shadow);
  flex: 1;
  padding-left: 58px;
  padding-right: 123px;
  font-weight: 600;
}

.hero-heading.shopdirectory:hover {
  transform: none;
}

.hero-heading.events-heading {
  box-shadow: none;
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 3px 10px var(--text-shadow);
  background-color: #0000;
  flex: 1;
  height: auto;
  margin: 0 101px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 600;
}

.hero-heading.events-heading:hover {
  box-shadow: none;
}

.hero-heading.events-heading.hide {
  display: none;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.hero-heading-back-hom {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b9a58e80;
  flex: 1;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.hero-heading-back-hom.cafe-down {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 100px;
}

.hero-heading-back-hom.directory {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}

.hero-heading-back-hom.dinning {
  border-left: 1px solid var(--white);
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.hero-heading-back-hom.cafe {
  border-left: 1px solid var(--white);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.hero-heading-back-hom.shopdriectory-copy {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 0;
}

.menu-line {
  background-color: var(--white);
  width: 30px;
  height: 2px;
}

.menu-button {
  justify-content: center;
  align-items: center;
}

.menu-line-open {
  background-color: var(--white);
  width: 30px;
  height: 2px;
}

.menubar-back {
  background-image: linear-gradient(to right, #0000, #fff);
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-back-photo {
  z-index: 0;
  background-image: url('../images/TaiYauPlaza-Hero-01.jpg');
  background-position: 0%;
  background-size: cover;
  height: 100%;
}

.hero-back-photo.directory-herophoto {
  background-image: url('../images/TaiYauPlaza-Hero-03-220915.jpg');
  background-position: 80%;
}

.hero-back-photo.cafe-herophoto {
  background-color: var(--white);
  background-image: none;
  display: flex;
}

.hero-back-photo.aboutus {
  background-image: url('../images/TaiYauPalza_Exterior_170601.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-back-photo.parking {
  background-image: url('../images/TaiYauCarpark_Entrance.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  flex: 1;
  align-self: center;
  min-width: 1700px;
  max-width: 2200px;
}

.hero-back-photo.office {
  background-image: url('../images/TaiYauBuilding_Lobby_071116.jpg');
  background-position: 48%;
}

.hero-back-photo.contactus {
  background-image: url('../images/TaiYauPlaza-Hero-02.jpg');
  background-position: 50%;
}

.hero-back-photo.new {
  background-image: url('../images/Event-Poster-08-Aug-Sep.jpg');
  background-position: 50%;
}

.hero-back-photo.new.sep {
  background-image: url('../images/Event-Poster-09-Sep-Oct.jpg');
}

.hero-back-photo.new.oct {
  background-image: url('../images/Event-Poster-12-DecS.jpg');
  background-position: 0 75%;
}

.hero-back-photo.new.nov {
  background-image: url('../images/Event-Poster-11-Nov.jpg');
}

.hero-back-photo.new.dec {
  background-image: url('../images/Event-Poster-05-May.jpg');
  background-position: 50%;
}

.hero-back-photo.new.jan {
  background-image: url('../images/Event-Poster-01-Jan.jpg');
  background-position: 40%;
}

.hero-back-photo.new.feb {
  background-image: url('../images/Event-Poster-02-Febs.jpg');
  background-position: 30%;
}

.hero-back-photo.new.mar-apr {
  background-image: url('../images/Event-Poster-03-Mar-AprS.jpg');
  background-position: 30%;
}

.hero-back-photo.new.apr {
  background-image: url('../images/Event-Poster-04-Apr.jpg');
  background-position: 30%;
}

.hero-back-photo.new.may {
  background-image: url('../images/Event-Poster-05-May.jpg');
  background-position: 30%;
}

.hero-back-photo.new.june {
  background-image: url('../images/Event-Poster-07-Jul-Aug.jpg');
  background-position: 30%;
}

.hero-back-photo.new.july {
  background-image: url('../images/Event-Poster-07-Jul-Aug.jpg');
  background-position: 50%;
}

.hero-back-photo.new.mar {
  background-image: url('../images/Event-Poster-03-MarS.jpg');
  background-position: 30%;
}

.hero-back-photo.shop107 {
  background-image: url('../images/Shop107-SF-PacicifCoffee-202202.jpg');
  background-position: 50%;
}

.hero-back-photo.links {
  background-image: url('../images/TaiYauPlaza-Hero-06.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-attachment: scroll;
}

.hero-back-photo.shop101-102 {
  background-image: url('../images/Shop101-102_SF_Delifrance_240620.jpg');
  background-position: 50%;
}

.hero-back-photo.shopg6 {
  background-image: url('../images/ShopG6_SF-FungLeungKee.jpg');
  background-position: 50%;
}

.hero-back-photo.shop117 {
  background-image: url('../images/Shop117-SF-CrystalLink-2411.jpg');
  background-position: 0%;
}

.hero-back-photo.shopg2 {
  background-image: url('../images/ShopG2-SF-Lenscrafters.JPG');
}

.hero-back-photo.shopg3 {
  background-image: url('../images/ShopG3-SF-SmarTone-2025.jpg');
  background-position: 0 40%;
}

.hero-back-photo.shopg7 {
  background-image: url('../images/ShopG7-SF-1O1O.JPG');
  background-position: 50% 30%;
}

.hero-back-photo.shopg8 {
  background-image: url('../images/ShopG8-SF-Optical88.JPG');
  background-position: 50%;
}

.hero-back-photo.shop103 {
  background-image: url('../images/Shop103_SF_Pasture-230113.jpg');
  background-position: 50%;
}

.hero-back-photo.shop105 {
  background-image: url('../images/Shop105-SF-FairiesHouse.jpg');
  background-position: 50%;
}

.hero-back-photo.shop106 {
  background-image: url('../images/Shop106_SF_JoesCreation-240620.jpg');
  background-position: 50%;
}

.hero-back-photo.shop108 {
  background-image: url('../images/Shop108-SF-Aidol.jpg');
  background-position: 50%;
}

.hero-back-photo.shop109 {
  background-image: url('../images/Shop109-SF-EditsGallery.jpg');
  background-position: 50%;
}

.hero-back-photo.shop110 {
  background-image: url('../images/Shop110-SF-ShiningOptical.jpg');
  background-position: 50%;
}

.hero-back-photo.shop111 {
  background-image: url('../images/Shop111-SF-YKS-CollectionCo.jpg');
  background-position: 50%;
}

.hero-back-photo.shop112 {
  background-image: url('../images/Shop112-SF-Wflorist-2505.jpg');
  background-position: 50%;
}

.hero-back-photo.shop113 {
  background-image: url('../images/Shop113-SF-JungKwanJang-2411.jpg');
  background-position: 50%;
}

.hero-back-photo.shop115 {
  background-image: url('../images/Shop115-SF-2023-FamilyFun.jpg');
  background-position: 50%;
}

.hero-back-photo.shop202 {
  background-image: url('../images/Shop202-SF-RockGallery-240620.jpg');
  background-position: 50%;
}

.hero-back-photo.shop201-219 {
  background-image: url('../images/Shop201-219-SF-Greenland.jpg');
  background-position: 50%;
}

.hero-back-photo.shop203 {
  background-image: url('../images/Shop203-SF-LeatherReborn.jpg');
  background-position: 50%;
}

.hero-back-photo.shop205 {
  background-image: url('../images/Shop205-SF-Sally-2411.jpg');
  background-position: 50%;
}

.hero-back-photo.shop207 {
  background-image: url('../images/Shop207-SF-RosyJoy-220813.jpg');
  background-position: 40%;
}

.hero-back-photo.shop208-209 {
  background-image: url('../images/Shop208-209-SF-AnNam.jpg');
  background-position: 50%;
}

.hero-back-photo.shop210-211 {
  background-image: url('../images/Shop210-211-SF-HoisumStore.jpg');
  background-position: 50%;
}

.hero-back-photo.shop213 {
  background-image: url('../images/Shop213-SF-Phiten.jpg');
  background-position: 50%;
}

.hero-back-photo.shop216 {
  background-image: url('../images/Shop216-SF-YauYueBeauty-230825.jpg');
  background-position: 50%;
}

.hero-back-photo.shop217 {
  background-image: url('../images/Shop217-SF-PromisingCosmetics.jpg');
  background-position: 50%;
}

.hero-back-photo.shop218 {
  background-image: url('../images/Shop218-SF-XiangshuRestarurant.JPG');
  background-position: 50%;
}

.hero-back-photo.shop301a {
  background-image: url('../images/Shop301A-SF-ProficientPhysiotherapy2025.jpg');
  background-position: 50%;
}

.hero-back-photo.shop301b {
  background-image: url('../images/Shop301B-SF-LaBeaute.jpg');
  background-position: 50%;
}

.hero-back-photo.shop302 {
  background-image: url('../images/Shop302-SF-COSWAY.jpg');
  background-position: 50%;
}

.hero-back-photo.shop303 {
  background-image: url('../images/Shop303-SF-PerfectBeauty.jpg');
  background-position: 50%;
}

.hero-back-photo.shop305 {
  background-image: url('../images/Shop305-SF-HProfessionalBeauty.jpg');
  background-position: 50%;
}

.hero-back-photo.shop306 {
  background-image: url('../images/Shop306-SF-Freemax-240620.jpg');
  background-position: 0%;
}

.hero-back-photo.shop307 {
  background-image: url('../images/Shop307-SF-NaturalMoment.jpg');
  background-position: 50%;
}

.hero-back-photo.shop308 {
  background-image: url('../images/Shop308-SF-FamilyFun.jpg');
  background-position: 50% 40%;
}

.hero-back-photo.shop309 {
  background-image: url('../images/Shop309_SF-BeautySlim.jpg');
  background-position: 50%;
}

.hero-back-photo.shop310 {
  background-image: url('../images/Shop310-SF-CrystalJade.jpg');
  background-position: 50% 40%;
}

.hero-back-photo.shop215 {
  background-image: url('../images/Shop215-SF-Zenox-20220813.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.hero-back-photo.shopg5 {
  background-image: url('../images/ShopG5_SF_newbalance-221010.jpg');
  background-position: 50% 40%;
}

.hero-back-photo.shop212 {
  background-image: url('../images/Shop212-SF-UniqueStationery.jpg');
  background-position: 50%;
}

.hero-back-photo.shop206 {
  background-image: url('../images/Shop206-SF-JellyBeanWatches-202302.jpg');
  background-position: 35%;
}

.hero-back-photo.shopg1 {
  background-image: url('../images/ShopG1_SF_HingMoonZaail-230825.jpg');
  background-position: 50% 25%;
}

.special-event {
  background-color: var(--ty-light-brown);
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 20%);
  padding-bottom: 100px;
  position: relative;
}

.heding {
  border-bottom: 1px solid var(--white);
  align-items: flex-end;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.events-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-left: 101px;
  margin-right: 0;
  padding-right: 10px;
  display: flex;
}

.events {
  box-shadow: 0 20px 30px 0 var(--text-shadow);
  width: 45%;
  min-width: 600px;
  max-width: 100%;
  height: 400px;
  margin: 50px 40px 30px 20px;
  transition: all .2s;
  display: none;
  position: relative;
  overflow: visible;
}

.events:hover {
  box-shadow: 0 0 20px 0 var(--ty-orange);
  transform: translate(0, 3px);
}

.event-content {
  border-color: var(--ty-orange);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-top-style: none;
  border-top-width: 10px;
  border-bottom-style: none;
  border-bottom-width: 10px;
  border-left-style: none;
  border-left-width: 10px;
  flex-flow: wrap;
  place-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 25px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.text-span {
  color: var(--white);
}

.menubar-back-copy {
  z-index: 0;
  background-image: linear-gradient(to right, var(--tan), var(--menu-bar-back-2) 65%, #ffffff80);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.content-section {
  z-index: 50;
  position: relative;
}

.footermenu {
  color: var(--white);
  text-align: center;
  text-transform: none;
  align-items: center;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  text-decoration: none;
  transition: all .3s linear;
  display: flex;
}

.footermenu:hover {
  border-bottom: 5px solid var(--ty-orange);
  opacity: .8;
  transform: none;
}

.footermenu.w--current {
  color: var(--ty-orange);
  font-weight: 700;
}

.footermenu-div {
  border-bottom: 1px solid var(--header-color-bar);
  background-color: var(--ty-dark-brown);
  flex-wrap: wrap;
  place-content: center space-between;
  align-items: center;
  height: 100px;
  margin-left: 101px;
  padding: 20px 60px 0 20px;
  display: flex;
}

.footermenu-div.tslogo {
  z-index: auto;
  border-bottom: 1px solid var(--white);
  background-color: #0000;
  flex-direction: row;
  place-content: stretch space-between;
  align-items: center;
  height: 150px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 120px;
  position: relative;
}

.image-2 {
  width: auto;
  max-width: 250px;
}

.footertext {
  color: var(--ty-light-brown);
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.shop-no-bold {
  color: var(--ty-orange);
  text-transform: capitalize;
  font-size: 20px;
}

.arrowdirection {
  z-index: 1000;
  border: 1px none var(--ty-light-brown);
  border-radius: 20px;
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  inset: auto auto 280px 75px;
  overflow: hidden;
}

.uparrow {
  border: 8px solid var(--white);
  opacity: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 10px;
  transition: all .2s;
  position: absolute;
  inset: 0%;
  transform: scale3d(.5, 1.2, 1)translate(0, 25px)rotate(45deg);
}

.uparrow:hover {
  opacity: .75;
}

.locationplan {
  background-image: linear-gradient(to bottom, var(--text-shadow), transparent 20%), url('../images/TaiYauPlaza-Location.jpg');
  background-position: 0 0, 50% 90%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
  height: 600px;
  min-height: 400px;
  margin-left: 0;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
}

.section-4 {
  padding-bottom: 0;
  padding-right: 0;
}

.cominghere-textbox {
  background-color: var(--tan);
  box-shadow: 0 0 30px 0 var(--lighter-shadow);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 30%;
  padding: 26px;
}

.paragraph-map {
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--ty-dark-brown);
  text-align: left;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 30px;
}

.location-heading {
  color: var(--ty-dark-brown);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 40px;
}

.directory-container {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  object-fit: scale-down;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-around;
  place-items: stretch stretch;
  height: 100%;
  min-height: 500px;
  margin-left: 101px;
  margin-right: 0;
  padding: 40px 101px 40px 20px;
  list-style-type: decimal;
  display: grid;
  position: relative;
  overflow: visible;
}

.shop {
  background-color: var(--white);
  object-fit: scale-down;
  flex-direction: column;
  place-content: center space-around;
  align-items: center;
  height: auto;
  margin: 10px 5px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 30px 30px #0000001a;
}

.shop:hover {
  box-shadow: 0 0 25px 0 var(--ty-orange);
  transform: none;
}

.shop.gifts.hide, .shop.beauty.hide {
  display: none;
}

.shop-logo {
  z-index: auto;
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: var(--white) var(--ty-orange) var(--ty-light-brown);
  box-shadow: none;
  object-fit: scale-down;
  background-image: none;
  flex: 0 auto;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  height: 65%;
  display: flex;
  position: relative;
  overflow: clip;
}

.shop-content {
  background-color: var(--tan);
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 35%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tenants-logo {
  flex: 0 auto;
  width: auto;
  height: 200px;
}

.tenants-logo.hide {
  display: none;
}

.shop-name-detail {
  color: var(--ty-dark-brown);
  text-align: center;
  white-space: normal;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding: 0;
}

.direcoty-div {
  background-color: var(--ty-light-brown);
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 20%);
  padding-bottom: 0;
  position: relative;
}

.direcoty-div.tenants {
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 20%);
}

.directory-categories-menu {
  border-bottom: 1px solid var(--white);
  align-items: center;
  height: auto;
  display: flex;
}

.directory-categories-menu.dinning {
  height: 100px;
  display: none;
}

.categories-container {
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 101px;
  margin-right: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.categories-container.dinning {
  justify-content: flex-start;
  padding-left: 20px;
}

.shop-all {
  background-color: var(--header-color-bar);
  box-shadow: 0 0 10px 0 var(--lighter-shadow);
  color: var(--ty-dark-brown);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 5px 10px;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  position: relative;
}

.shop-all.dinning {
  background-color: #0000;
}

.shop-all-mouse-over {
  color: var(--ty-dark-brown);
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 35px;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.shop-all-mouse-over:hover {
  -webkit-backdrop-filter: brightness(120%);
  backdrop-filter: brightness(120%);
  background-color: #f4a01a33;
}

.comingsoon-icon {
  z-index: 3;
  background-color: var(--ty-light-brown);
  box-shadow: 0 10px 20px 0 var(--lighter-shadow);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 22% auto;
}

.comingsoon-icon.new {
  background-color: var(--ty-orange);
}

.comingsoon-icon.new.tenants {
  display: none;
  inset: -8% 0% auto auto;
}

.comingsoon-icon.hide {
  display: none;
}

.comingsoon-icon.nologo {
  position: static;
  inset: auto 0% 0%;
}

.dinning-heading {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.content-text {
  background-color: var(--ty-light-brown);
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 20%);
  padding-bottom: 100px;
  position: relative;
}

.text-container {
  flex-flow: wrap;
  justify-content: flex-start;
  height: 100%;
  margin-left: 101px;
  margin-right: 0;
  display: flex;
}

.description {
  box-shadow: none;
  width: 100%;
  min-width: 600px;
  max-width: 100%;
  height: auto;
  margin: 50px 40px 30px 0;
  padding: 31px 465px 50px 31px;
  font-size: 20px;
  line-height: 35px;
  display: flex;
  position: relative;
  overflow: visible;
}

.description.parking {
  align-items: flex-start;
  margin-top: 0;
  padding-right: 20px;
}

.tenants-detail-container {
  border-bottom: 1px solid var(--white);
  align-items: center;
  display: flex;
}

.tenants-detail-container.flloorplan {
  background-color: var(--tan);
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 15%);
}

.tenants-detail-container.hide {
  display: none;
}

.tenant {
  flex-flow: wrap;
  place-content: center;
  align-items: stretch;
  width: 100%;
  margin-left: 101px;
  margin-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.tenant.floorplan {
  padding-top: 0;
  padding-bottom: 0;
}

.tenants-detail {
  background-color: var(--white);
  flex-flow: row;
  place-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 50px 10% 50px 50px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 30px 30px #0000001a;
}

.tenants-detail.floorplan {
  border-right: 1px none var(--white);
  box-shadow: none;
  background-color: #0000;
  background-image: none;
  justify-content: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}

.tenants-table {
  z-index: 0;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-top: 10px none var(--ty-orange);
  border-bottom: 10px none var(--ty-orange);
  border-right-color: var(--ty-orange);
  background-color: var(--tan);
  background-image: linear-gradient(to bottom, var(--header-color-bar), transparent);
  text-align: left;
  flex: 0 auto;
  grid-template-rows: 80px minmax(120px, 1fr) 80px auto;
  grid-template-columns: minmax(185px, .8fr) minmax(auto, 1fr) minmax(120px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  align-self: auto;
  align-items: start;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 40px;
  font-size: 18px;
  line-height: 30px;
  display: grid;
  position: relative;
}

.tenants-text {
  color: #333;
  padding-right: 0;
  font-size: 22px;
  transition: all .2s;
}

.tenants-text.tenant-websitelink {
  text-shadow: 1px 1px 6px #f4a01a80;
}

.tenants-text.tenant-websitelink:hover {
  text-shadow: 1px 1px 6px var(--ty-orange);
  border-bottom-width: 1px;
  text-decoration: none;
}

.tenants-text.about {
  margin-right: 15%;
  padding-right: 0;
}

.link {
  color: var(--ty-dark-brown);
  text-shadow: 1px 0 10px #f4a01a80;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  text-shadow: 1px 1px 10px var(--ty-orange);
  text-decoration: underline;
}

.tenaants-text-bold {
  text-transform: none;
  font-size: 16px;
  font-weight: 800;
}

.social {
  width: 40px;
  margin-top: 5px;
  margin-right: 20px;
  padding: 0;
  transition: all .2s;
}

.social:hover {
  opacity: .8;
  mix-blend-mode: screen;
}

.tenants-floorplan {
  z-index: 0;
  box-shadow: none;
  flex-flow: column;
  place-content: center flex-end;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.pointer {
  width: 15%;
  position: relative;
  inset: 0% auto auto 0%;
}

.pointer._107 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 54%;
  left: 32%;
}

.pointer._101-102 {
  display: block;
  position: absolute;
  inset: 15% 18% auto auto;
}

.pointer.g6 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 38%;
  left: 23%;
}

.pointer._117 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 18% 0% auto 51%;
}

.pointer.g2 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 58%;
  left: 30%;
}

.pointer.g3 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 38%;
  left: 20%;
}

.pointer.g8 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 25%;
  left: 45%;
}

.pointer.g7 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 31%;
  left: 29%;
}

.pointer._103 {
  inset: 36% 25% auto auto;
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 37% 0% auto 59%;
}

.pointer._105 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 42% 0% auto 53%;
}

.pointer._106 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 47% 0% auto 48%;
}

.pointer._108 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 39% 0% auto 18%;
}

.pointer._109 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 33% 0% auto 10%;
}

.pointer._110 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 25%;
  left: 11%;
}

.pointer._111 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 43% 0% auto 15%;
}

.pointer._112 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 37% auto auto 21%;
}

.pointer._113 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  inset: 31% auto auto 26%;
}

.pointer._115 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 27%;
  left: 32%;
}

.pointer._202 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 19%;
  left: 77%;
}

.pointer._201-219 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 10%;
  left: 75%;
}

.pointer._203 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 58%;
  left: 76%;
}

.pointer._205 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 63%;
  left: 71%;
}

.pointer._207 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 47%;
  left: 47%;
}

.pointer._208-209 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 52%;
  left: 32%;
}

.pointer._210-211 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 41%;
  left: 25%;
}

.pointer._213 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 31%;
  left: 9%;
}

.pointer._216 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 19%;
  left: 16%;
}

.pointer._217 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 37%;
  left: 21%;
}

.pointer._218 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 2%;
  left: 44%;
}

.pointer._301a {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 9%;
  left: 68%;
}

.pointer._301b {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 12%;
  left: 75%;
}

.pointer._302 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 19%;
  left: 77%;
}

.pointer._303 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 64%;
  left: 71%;
}

.pointer._305 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 45%;
  left: 56%;
}

.pointer._306 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 57%;
  left: 42%;
}

.pointer._307 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 39%;
}

.pointer._308 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 46%;
  left: 33%;
}

.pointer._309 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 42%;
  left: 28%;
}

.pointer._310 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 26%;
  left: 33%;
}

.pointer._215 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 25%;
  left: 12%;
}

.pointer.g5 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 28%;
  left: 14%;
}

.pointer._212 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 36%;
  left: 16%;
}

.pointer._206 {
  max-width: none;
  height: auto;
  display: block;
  position: absolute;
  top: 42%;
  left: 52%;
}

.pointer.g1 {
  align-items: flex-end;
  max-width: none;
  position: absolute;
  top: 49%;
  left: 35%;
}

.floorplan-locaationmark {
  z-index: 2;
  object-fit: scale-down;
  background-image: none;
  align-self: center;
  align-items: center;
  margin-top: 50px;
  padding: 3px 47px;
  display: flex;
  position: absolute;
  inset: 0% auto auto -50px;
}

.floorplan-locaationmark.floornumber {
  z-index: 2;
  inset: auto auto 0% -50px;
}

.div-block-2 {
  background-color: var(--tan);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tenants-logo-page {
  flex: 0 auto;
  width: auto;
}

.shop-logo-div {
  z-index: 1;
  border-style: none;
  border-width: 1px;
  border-color: var(--white) var(--ty-orange) var(--ty-light-brown);
  background-color: var(--white);
  background-image: linear-gradient(to top, var(--tan), transparent);
  object-fit: scale-down;
  place-content: flex-start center;
  width: 300px;
  height: 300px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: absolute;
  inset: -50px -50px auto auto;
  box-shadow: 0 5px 30px #0003;
}

.tenants-menu {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: stretch;
  width: 100%;
  height: 100px;
  margin-left: 101px;
  margin-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.back-to-all-shop {
  background-color: var(--tan);
  align-items: center;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  transition: all .2s;
  display: flex;
}

.back-to-all-shop:hover {
  box-shadow: 0 1px 10px 0 var(--lighter-shadow);
  filter: brightness(110%);
  transform: translate(0, -3px);
}

.back-icon {
  color: var(--ty-orange);
  font-size: 20px;
  font-weight: 900;
}

.backicon-text {
  color: var(--ty-dark-brown);
  margin-left: 10px;
  line-height: 20px;
}

.tenants-shop-no {
  color: var(--ty-orange);
  text-transform: capitalize;
  text-shadow: 0 5px 10px var(--lighter-shadow);
  padding-right: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.tenants-shop-no.floorplan {
  color: var(--white);
  text-transform: capitalize;
}

.tenants-shop-no.floorplan.floor {
  opacity: .75;
  text-shadow: none;
  font-size: 100px;
  line-height: 100px;
}

.link-2 {
  color: var(--ty-light-brown);
  transition: all .2s;
}

.link-2:hover {
  opacity: .6;
}

.disclaimers {
  box-shadow: 7px 7px 20px 0 var(--text-shadow);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  background-color: #b9a58ebf;
  width: auto;
  height: auto;
  margin: 74px 74px 74px 0;
  padding: 50px 100px 50px 46px;
  font-size: 22px;
  font-weight: 300;
  line-height: 45px;
  display: none;
  position: absolute;
  inset: auto 0% 0% 100px;
}

.bold-text-2 {
  color: var(--ty-dark-brown);
  font-size: 50px;
}

.paragraph-2 {
  color: var(--ty-dark-brown);
}

.disclaimers-close {
  text-align: center;
  text-shadow: 1px 1px 6px #000;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-top: 13px;
  font-size: 25px;
  line-height: 25px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.disclaimers-close:hover {
  text-shadow: 0 3px 15px #000;
  transform: translate(0, -3px);
}

.text-span-2 {
  font-size: 50px;
  font-weight: 100;
}

.text-block-4 {
  font-size: 12px;
  line-height: 15px;
}

.dinning-photo {
  mix-blend-mode: multiply;
  background-image: url('../images/dinning-photo-01.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 100%;
  align-self: auto;
  align-items: flex-end;
  width: 27%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.dinning-photo._02 {
  background-image: url('../images/dinning-photo-02.jpg');
  background-position: 80% 105%;
  background-size: 85%;
  left: 25%;
}

.dinning-photo._03 {
  background-image: url('../images/dinning-photo-03.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 80%;
  left: 48%;
}

.dinning-photo._04 {
  background-image: url('../images/dinning-photo-04.jpg');
  background-position: 50% 70%;
  background-size: 100%;
  width: 30%;
  inset: 0% 0% 0% auto;
}

.cat-heading {
  z-index: 2;
  color: var(--ty-orange);
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 0 5px 20px var(--white);
  align-self: center;
  margin-left: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  position: absolute;
  inset: 43% 3% 0% auto;
}

.cat-heading.gift {
  text-shadow: 0 0 20px var(--lighter-shadow), 1px 1px 10px var(--ty-dark-brown);
}

.hero-menu-home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 100px 0% 0% auto;
}

.hero-heading-back-home {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #b9a58e80;
  flex: 0 auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.beauty-01 {
  flex: none;
  width: 100%;
  position: relative;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.beauty-02 {
  width: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.beauty-03 {
  flex: none;
  align-self: center;
  width: 100%;
  position: relative;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.div-block-3 {
  flex-direction: column-reverse;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-3 {
  height: 40%;
  margin-left: 280px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.links-item {
  box-shadow: none;
  background-image: none;
  flex-wrap: nowrap;
  place-content: space-between space-around;
  height: auto;
  margin-top: 0;
  margin-bottom: 50px;
  margin-right: 0%;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.links-item.hide {
  display: none;
}

.links-details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-left: 1px none var(--ty-dark-brown);
  background-color: #0000;
  grid-template-rows: auto auto auto;
  grid-template-columns: 150px 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  width: 80%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 39px;
  font-size: 22px;
  line-height: 30px;
  display: grid;
}

.heading-weblink {
  color: var(--white);
  text-shadow: 0 0 10px var(--lighter-shadow);
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  transition: all .5s;
  display: flex;
}

.heading-weblink:hover {
  text-shadow: 0 10px 20px var(--text-shadow);
  transform: translate(0, -5px);
}

.bold-text-3 {
  color: var(--drak-gray);
  font-size: 25px;
}

.links-bold {
  text-transform: none;
  font-size: 16px;
  font-weight: 900;
}

.link-logo {
  background-color: var(--white);
  background-image: linear-gradient(to top, var(--tan), transparent);
  box-shadow: 0 5px 30px 0 var(--text-shadow);
  object-fit: contain;
  max-width: none;
  margin-left: 0;
  padding: 0;
  display: block;
}

.link-logo-container {
  flex-direction: row;
  justify-content: flex-end;
  width: 20%;
  min-width: 250px;
  padding-left: 20px;
  display: flex;
}

.parking-text-container {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 179px 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  line-height: 25px;
  display: grid;
}

.bold-text-4 {
  line-height: 20px;
}

.events-list {
  box-shadow: none;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 600px;
  max-width: 100%;
  height: auto;
  margin: 50px 40px 30px 20px;
  transition: all .2s;
  display: block;
  position: relative;
  overflow: visible;
}

.events-list:hover {
  box-shadow: none;
  transform: none;
}

.event-list-text {
  grid-column-gap: 16px;
  grid-row-gap: 5px;
  border-left: 10px solid var(--ty-orange);
  background-color: var(--lighter-shadow);
  box-shadow: 0 0 20px 0 var(--lighter-shadow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  text-align: left;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: stretch;
  place-items: start;
  height: auto;
  margin: 8px 30px 8px 0;
  padding: 39px;
  font-size: 20px;
  line-height: 25px;
  transition: all .2s;
  display: grid;
}

.event-list-text:hover {
  box-shadow: 0 0 10px 0 var(--text-shadow);
  transform: translate(0, 3px);
}

.event-list-text.inside {
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.event-text {
  padding-top: 10px;
}

.event-text.date {
  border-left: 3px none var(--ty-orange);
  text-shadow: 0 0 5px var(--text-shadow);
  align-content: flex-start;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  display: flex;
}

.event-text.bold-head {
  font-weight: 600;
}

.event-list-photo {
  background-image: url('../images/event-220925-221016-art2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.event-list-photo.redemption {
  background-image: url('../images/Redemption-icon.jpg');
  background-position: 50%;
  height: 300px;
}

.event-list-photo.redemption.art {
  background-image: linear-gradient(#00000052, #0000 36%), url('../images/TS250101-TYP-Event-Poster-2025-June-250610-art.jpg');
  background-position: 0 0, 50% 75%;
  height: 300px;
  display: none;
}

.event-list-photo.hide {
  display: none;
}

.event-list-photo.art {
  background-color: var(--white);
  background-image: linear-gradient(#00000052, #0000 36%), url('../images/event-231002-231029-art1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  flex-flow: column wrap;
  flex: 0 auto;
  place-content: center space-between;
  align-self: center;
  align-items: center;
  height: auto;
  position: relative;
}

.event-list-text-container {
  border-left: 10px solid var(--ty-orange);
  background-color: var(--lighter-shadow);
  box-shadow: 0 0 20px 0 var(--lighter-shadow);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  text-align: left;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  align-self: stretch;
  place-items: start;
  width: 65%;
  min-width: 800px;
  max-width: 1200px;
  height: auto;
  margin: 10px 30px 20px 0;
  padding: 0;
  font-size: 20px;
  line-height: 25px;
  transition: all .2s;
  display: flex;
}

.event-list-text-container:hover {
  box-shadow: 0 0 10px 0 var(--text-shadow);
  transform: translate(0, 3px);
}

.event-list-text-container.hide {
  display: none;
}

.new-events {
  background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent);
  box-shadow: none;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: 800px;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0 40px;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: visible;
}

.new-events:hover {
  box-shadow: none;
  transform: none;
}

.new-events.hide {
  display: none;
}

.new-events.second {
  background-image: none;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.new-event-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-color: var(--ty-orange);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-top-style: none;
  border-top-width: 10px;
  border-bottom-style: none;
  border-bottom-width: 10px;
  border-left-style: none;
  border-left-width: 10px;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 134px 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-self: flex-start;
  align-items: start;
  width: 100%;
  min-width: auto;
  max-width: 1500px;
  margin-bottom: 0;
  padding: 20px 10px 30px 0;
  font-size: 16px;
  line-height: 22px;
  display: grid;
  position: relative;
  inset: 0% 0% 0% auto;
}

.new-event-image {
  box-shadow: 0 5px 10px 3px var(--lighter-shadow);
  object-position: 50% 50%;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 400px;
  max-height: 500px;
  margin-top: 50px;
  display: block;
  position: relative;
}

.new-event-image.redemption {
  opacity: .85;
  background-image: url('../images/Redemption-icon.jpg');
  background-position: 50%;
  background-size: cover;
  max-width: 1500px;
}

.new-event-image.art {
  background-image: linear-gradient(#00000042, #0000 54%), url('../images/event-230916-230930-art3.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  max-width: 1500px;
  display: flex;
  overflow: visible;
}

.new-event-image.art.hide {
  display: none;
}

.new-event-image.art-2 {
  background-image: linear-gradient(#00000042, #0000 54%), url('../images/TS250101-TYP-Event-Poster-2025-June-250610-art.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  align-self: flex-start;
  max-width: 1500px;
  padding: 0;
  display: none;
  overflow: visible;
}

.new-event-image.art-2.hide {
  display: none;
}

.div-block-5 {
  flex-flow: wrap;
  place-content: stretch flex-start;
  align-items: stretch;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.div-block-5.happening {
  padding-left: 100px;
}

.event-text-head {
  color: var(--ty-orange);
  text-shadow: 0 2px 10px var(--text-shadow);
  font-size: 25px;
  font-weight: 700;
  line-height: 29px;
}

.event-text-head.big {
  text-shadow: 0 2px 10px var(--text-shadow);
  max-width: 1500px;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
}

.event-text-head.big.hide, .event-text-head.hide {
  display: none;
}

.event-text-head.second {
  margin-top: 30px;
}

.fp-shop-logo {
  padding: 8%;
  position: absolute;
  inset: 0%;
}

.fp-shop-logo.bottom {
  inset: auto 0% 0%;
}

.description-copy {
  box-shadow: none;
  flex-direction: column;
  width: 100%;
  min-width: 600px;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 50px 20px;
  font-size: 20px;
  line-height: 35px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-container-copy {
  flex-flow: wrap;
  justify-content: flex-start;
  height: 100%;
  margin-left: 101px;
  margin-right: 0;
  display: flex;
}

.event-text-container {
  padding-top: 11px;
  padding-bottom: 11px;
}

.pointer-copy {
  width: 100px;
  position: relative;
  inset: 0% auto auto 0%;
}

.tenants-product-photo {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-left: 101px;
  padding: 60px 10% 60px 30px;
  display: flex;
}

.product-photo {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
  box-shadow: 0 0 30px 0 var(--lighter-shadow);
  width: 100%;
  height: 100%;
  display: block;
}

.product-photo-container {
  flex: 1;
  padding: 10px 0 10px 20px;
}

.hotpicks-heading {
  color: var(--white);
  text-shadow: 5px 0 30px var(--lighter-shadow), 0 0 10px var(--text-shadow);
  flex: 0 auto;
  width: 100%;
  padding-bottom: 30px;
  padding-left: 20px;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.event-poster-bottom-bar {
  background-color: #0000;
  background-image: linear-gradient(to top, var(--lighter-shadow), transparent), linear-gradient(to top, var(--ty-light-brown), transparent);
  width: 100%;
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-6 {
  color: #0000;
}

.image-4 {
  object-fit: scale-down;
  position: relative;
  inset: 0% auto 0% 0%;
}

.exh-art2 {
  mix-blend-mode: multiply;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-end;
  width: 60%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.exh-art2.hide {
  display: none;
}

.exh-art1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  min-width: auto;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.image-5 {
  object-fit: scale-down;
  align-self: center;
  width: auto;
  max-width: 100%;
  height: 100%;
  display: block;
}

.image-6 {
  object-fit: scale-down;
  flex: 1;
  align-self: center;
  max-width: 90%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .hero-front {
    height: 50vh;
  }

  .hero-front.dinning {
    height: 40vh;
    min-height: 400px;
  }

  .hero-front.cat-herophoto.gifts {
    background-position: 50%;
    background-size: auto 100%;
  }

  .hero-front.cat-herophoto.home {
    background-image: url('../images/cat-hero-home-01.jpg');
    background-position: 12%;
    background-size: cover;
  }

  .hero-front.cat-herophoto.services {
    background-position: 50%;
    background-size: auto 120%;
  }

  .hero-front.cat-herophoto.health {
    background-image: url('../images/cat-hero-health-01.jpg');
    background-position: 50% 75%;
  }

  .verticle-line {
    z-index: 10;
    left: 80px;
  }

  .navbar-div {
    height: 80px;
  }

  .mouse-button-div {
    z-index: 10;
    flex: none;
    place-content: space-between center;
    align-self: center;
    align-items: center;
    width: 81px;
    height: 80px;
    display: flex;
    position: relative;
  }

  .menu-div {
    flex: 1;
    justify-content: flex-end;
  }

  .brand {
    z-index: 10;
    width: 80px;
  }

  .nav-menu {
    z-index: 50;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #b9a58e80;
    min-width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    inset: 0%;
  }

  .nav-link {
    color: var(--white);
    text-align: left;
    text-shadow: 0 0 30px var(--lighter-shadow), 0 0 10px var(--ty-dark-brown);
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 150px;
    font-size: 20px;
    line-height: 40px;
    display: block;
  }

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

  .hero-menu.directory {
    align-items: flex-start;
    inset: auto 0% 0%;
  }

  .hero-heading {
    font-size: 30px;
    line-height: 30px;
  }

  .hero-heading.events {
    margin-left: 80px;
    margin-right: 0;
    font-size: 30px;
  }

  .hero-heading.events.special {
    width: auto;
    padding-left: 0;
    font-size: 25px;
  }

  .hero-heading.directory {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 35px;
    line-height: 40px;
  }

  .hero-heading.cafe {
    text-align: left;
    flex: 0 auto;
    padding-left: 0;
    padding-right: 50px;
    font-size: 30px;
  }

  .hero-heading.shopdirectory {
    text-align: left;
    flex: 0 auto;
    padding-left: 77px;
    padding-right: 77px;
    font-size: 30px;
  }

  .hero-heading.events-heading {
    margin-left: 80px;
    margin-right: 0;
    font-size: 30px;
  }

  .hero-heading-back-hom.cafe-down {
    flex: 0 auto;
  }

  .hero-heading-back-hom.directory {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 100px;
  }

  .hero-heading-back-hom.cafe {
    flex: 1;
    padding-left: 0;
  }

  .hero-heading-back-hom.shopdriectory-copy {
    padding-left: 80px;
  }

  .menu-line {
    background-color: var(--ty-dark-brown);
    box-shadow: 0 0 3px 0 var(--white);
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .3s;
  }

  .menu-button {
    background-color: #0000;
    flex: 0 auto;
    transition: all .3s;
  }

  .menu-button:hover {
    transform: none;
  }

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

  .menu-line-open {
    background-color: var(--ty-dark-brown);
    height: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
    transition: all .3s;
    display: none;
  }

  .menubar-back {
    border-bottom: 1px solid var(--ty-light-brown);
    background-image: linear-gradient(to right, var(--header-color-bar), white);
    height: 81px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .hero-back-photo.parking {
    min-width: auto;
    max-width: none;
    height: 120%;
  }

  .hero-back-photo.new {
    background-position: 75%;
  }

  .hero-back-photo.new.sep, .hero-back-photo.new.oct, .hero-back-photo.new.nov {
    background-position: 30%;
  }

  .hero-back-photo.new.dec, .hero-back-photo.new.jan, .hero-back-photo.new.feb {
    background-position: 40%;
  }

  .hero-back-photo.new.mar-apr, .hero-back-photo.new.mar {
    background-position: 50%;
  }

  .hero-back-photo.shopg6, .hero-back-photo.shopg2, .hero-back-photo.shopg3, .hero-back-photo.shopg7, .hero-back-photo.shopg8 {
    background-position: 50% 20%;
  }

  .hero-back-photo.shop306 {
    background-position: 0%;
  }

  .hero-back-photo.shopg5 {
    background-position: 25% 40%;
  }

  .hero-back-photo.shopg1 {
    background-position: 50% 20%;
  }

  .special-event {
    padding-bottom: 100px;
  }

  .heding {
    height: 100px;
  }

  .events-container {
    flex-direction: column;
    margin-left: 80px;
  }

  .events {
    width: 90%;
    min-width: auto;
    max-width: none;
    margin-bottom: 30px;
  }

  .event-content {
    flex-direction: column;
  }

  .menubar-back-copy {
    height: 80px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footermenu {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
    line-height: 12px;
  }

  .footermenu:hover {
    border-bottom-style: none;
  }

  .footermenu-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    height: auto;
    margin-left: 80px;
    padding: 33px 0;
    display: grid;
  }

  .footermenu-div.tslogo {
    height: 150px;
    padding: 20px 20px 20px 100px;
    display: flex;
  }

  .image-2 {
    max-width: 200px;
  }

  .shop-no-bold {
    font-size: 18px;
  }

  .arrowdirection {
    display: none;
    left: 55px;
  }

  .locationplan {
    background-position: 0 0, 35% 90%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 200%;
    background-attachment: scroll, scroll;
    height: 400px;
    min-height: 300px;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .cominghere-textbox {
    width: 35%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-map {
    font-size: 13px;
    line-height: 20px;
  }

  .location-heading {
    font-size: 25px;
    line-height: 30px;
  }

  .directory-container {
    grid-column-gap: 5px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 80px;
    padding-right: 20px;
  }

  .shop {
    width: auto;
    min-width: auto;
    max-width: none;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tenants-logo {
    height: 180px;
  }

  .shop-name-detail {
    flex: 1;
    font-size: 16px;
    line-height: 20px;
  }

  .direcoty-div {
    padding-bottom: 0;
  }

  .directory-categories-menu {
    align-items: center;
    height: auto;
  }

  .categories-container {
    margin-left: 80px;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .shop-all-mouse-over {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .comingsoon-icon {
    text-transform: uppercase;
    width: 70px;
    height: 70px;
    font-size: 13px;
    line-height: 13px;
  }

  .content-text {
    padding-bottom: 0;
  }

  .text-container {
    flex-direction: column;
    margin-left: 80px;
  }

  .description {
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding-right: 20px;
  }

  .description.parking {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 30px;
  }

  .tenants-detail-container {
    align-items: center;
    margin-top: 0;
  }

  .tenant {
    margin-left: 80px;
    margin-right: 0;
  }

  .tenants-detail {
    flex: 1;
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 20px 40px 30px 20px;
  }

  .tenants-detail.floorplan {
    border-right-style: none;
  }

  .tenants-table {
    grid-row-gap: 25px;
    flex: 0 auto;
    order: 1;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    grid-auto-flow: column;
    justify-content: start;
    justify-items: start;
    padding: 50px 41px 41px;
  }

  .tenants-text {
    font-size: 18px;
    line-height: 26px;
  }

  .tenants-text.about {
    margin-right: 0%;
  }

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

  .social {
    margin-bottom: 10px;
  }

  .tenants-floorplan {
    width: auto;
    min-width: auto;
    max-width: none;
    margin: 20px 10px 30px 20px;
  }

  .pointer._117, .pointer._103, .pointer._105, .pointer._106, .pointer._109 {
    bottom: 61px;
    right: 347px;
  }

  .floorplan-locaationmark {
    margin-top: 20px;
    padding: 0;
    left: -20px;
  }

  .floorplan-locaationmark.floornumber {
    left: -20px;
  }

  .shop-logo-div {
    width: 200px;
    height: 200px;
    top: -100px;
    right: 40px;
  }

  .tenants-menu {
    height: 80px;
    margin-left: 80px;
    margin-right: 0;
    padding-left: 10px;
  }

  .tenants-shop-no {
    font-size: 35px;
  }

  .tenants-shop-no.floorplan {
    font-size: 25px;
  }

  .tenants-shop-no.floorplan.floor {
    padding-left: 10px;
    font-size: 80px;
    line-height: 80px;
  }

  .disclaimers {
    z-index: 50;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: 50px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 38px;
    left: 80px;
  }

  .bold-text-2 {
    font-size: 45px;
  }

  .disclaimers-close {
    width: 90px;
    height: 90px;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .cat-heading {
    text-shadow: 1px 1px 10px var(--tan), 0 5px 20px var(--white);
    font-size: 40px;
    line-height: 50px;
  }

  .cat-heading.gift {
    text-shadow: 0 0 5px var(--text-shadow), 1px 1px 10px var(--ty-dark-brown);
  }

  .image-3 {
    margin-left: 103px;
  }

  .links-item {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 16px;
    padding-left: 20px;
  }

  .links-details {
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 120px 1fr;
    align-content: start;
    align-self: stretch;
    place-items: start;
    width: 80%;
    height: auto;
    padding: 0 20px;
    font-size: 18px;
    line-height: 18px;
  }

  .heading-weblink {
    font-size: 28px;
    line-height: 28px;
  }

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

  .links-bold {
    font-size: 14px;
  }

  .link-logo {
    object-fit: fill;
    padding: 0;
    display: block;
  }

  .link-logo-container {
    object-fit: none;
    flex-direction: column;
    align-self: center;
    width: 150px;
    min-width: auto;
    padding-left: 0;
    overflow: visible;
  }

  .parking-text-container {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 160px 1fr;
    line-height: 22px;
  }

  .events-list {
    width: 95%;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .event-list-text {
    font-size: 18px;
  }

  .event-list-text.inside {
    margin-top: 0;
  }

  .event-text.date {
    font-size: 12px;
    line-height: 16px;
  }

  .event-list-photo {
    height: 280px;
  }

  .event-list-text-container {
    width: 100%;
    min-width: 600px;
    max-width: none;
    font-size: 18px;
  }

  .new-events {
    background-image: linear-gradient(to top, var(--lighter-shadow), transparent 10%, transparent);
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
    padding: 0 20px 20px;
  }

  .new-events.second {
    margin-bottom: 0;
  }

  .new-event-content {
    grid-template-columns: 120px 1fr;
  }

  .new-event-image {
    flex: 0 auto;
    height: 300px;
    margin-top: 50px;
  }

  .div-block-5 {
    flex-flow: column;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-5.happening {
    padding-left: 80px;
  }

  .event-text-head {
    font-size: 20px;
    line-height: 24px;
  }

  .event-text-head.big {
    margin-top: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .event-text-head.second {
    margin-top: 25px;
  }

  .fp-shop-logo {
    padding: 5%;
  }

  .description-copy {
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-container-copy {
    flex-direction: column;
    margin-left: 80px;
  }

  .event-text-container {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pointer-copy {
    width: 60px;
  }

  .tenants-product-photo {
    margin-left: 81px;
    padding: 50px 30px 50px 15px;
  }

  .product-photo-container {
    flex: 0 auto;
    width: 33%;
    padding: 5px;
  }

  .hotpicks-heading {
    padding-left: 5px;
    font-size: 35px;
  }

  .exh-art2 {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .exh-art1 {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-front {
    height: 40vh;
    min-height: 400px;
    max-height: 600px;
  }

  .hero-front.dinning {
    height: 30vh;
    min-height: 300px;
  }

  .hero-front.cat-herophoto {
    background-image: none;
    display: none;
  }

  .hero-front.cat-herophoto.personal {
    background-image: url('../images/cat-hero-personal.jpg');
    background-position: 0 0;
    background-size: cover;
    display: none;
  }

  .hero-front.cat-herophoto.home {
    background-image: url('../images/cat-hero-home-01.jpg');
    background-position: 8%;
    background-size: cover;
  }

  .hero-front.cat-herophoto.health {
    background-position: 50% 80%;
  }

  .verticle-line {
    left: 60px;
  }

  .navbar-div {
    height: 60px;
  }

  .mouse-button-div {
    width: 60px;
    height: 60px;
  }

  .menu-div {
    margin-left: 40px;
    margin-right: 40px;
  }

  .brand {
    width: 80px;
  }

  .nav-menu {
    margin-left: 81px;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 200px;
    font-size: 15px;
    line-height: 30px;
  }

  .hero-menu {
    top: 80px;
  }

  .hero-heading {
    text-align: center;
    padding: 14px 22px;
    font-size: 23px;
    line-height: 23px;
  }

  .hero-heading.events, .hero-heading.events.carpark {
    margin-left: 60px;
    font-size: 25px;
    line-height: 25px;
  }

  .hero-heading.events.special {
    margin-top: 40px;
    margin-left: 81px;
    font-size: 18px;
    line-height: 20px;
  }

  .hero-heading.directory {
    margin-left: 0;
    padding-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }

  .hero-heading.cafe {
    text-align: left;
    padding-right: 20px;
    font-size: 23px;
  }

  .hero-heading.shopdirectory {
    text-align: left;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 23px;
  }

  .hero-heading.events-heading {
    margin-left: 60px;
    font-size: 20px;
  }

  .hero-heading-back-hom.cafe-down {
    flex: 0 auto;
    width: auto;
    padding-left: 80px;
  }

  .hero-heading-back-hom.directory {
    align-self: flex-start;
    padding-left: 80px;
  }

  .hero-heading-back-hom.dinning {
    flex: 1;
  }

  .hero-heading-back-hom.cafe {
    flex: 1;
    width: auto;
    padding-left: 0;
  }

  .hero-heading-back-hom.shopdriectory-copy {
    padding-left: 60px;
  }

  .menubar-back {
    height: 61px;
  }

  .hero-back-photo.new {
    background-position: 80%;
  }

  .hero-back-photo.new.jan {
    background-position: 30%;
  }

  .hero-back-photo.new.feb {
    background-position: 50%;
  }

  .hero-back-photo.new.mar-apr {
    background-position: 40%;
  }

  .hero-back-photo.new.apr, .hero-back-photo.new.may, .hero-back-photo.new.june {
    background-position: 30%;
  }

  .hero-back-photo.new.mar {
    background-position: 40%;
  }

  .hero-back-photo.shop306 {
    background-position: 0%;
  }

  .special-event {
    padding-bottom: 20px;
  }

  .heding {
    height: 80px;
  }

  .events-container {
    height: auto;
    margin-top: 20px;
    margin-left: 60px;
  }

  .events {
    flex-direction: column;
    height: 500px;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .event-content {
    padding: 0;
    position: static;
  }

  .menubar-back-copy {
    border-bottom-style: none;
    height: 60px;
  }

  .footermenu {
    text-align: left;
    padding-right: 0;
  }

  .footermenu-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-top: 1px none var(--white);
    flex-flow: column;
    grid-template-areas: ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-left: 60px;
    padding-left: 0;
    padding-right: 20px;
  }

  .footermenu-div.tslogo {
    border-top-style: none;
    height: 130px;
    padding-left: 80px;
    display: flex;
  }

  .image-2 {
    max-width: 200px;
  }

  .footertext {
    font-size: 10px;
  }

  .shop-no-bold {
    font-size: 17px;
  }

  .arrowdirection {
    display: none;
    left: 35px;
  }

  .locationplan {
    background-position: 0 0, 38% 90%;
    background-size: auto, auto 150%;
  }

  .cominghere-textbox {
    width: 40%;
  }

  .paragraph-map {
    font-size: 12px;
    line-height: 18px;
  }

  .location-heading {
    font-size: 22px;
    line-height: 28px;
  }

  .directory-container {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 300px;
    margin-left: 60px;
  }

  .shop {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .shop-logo {
    border-right-style: solid;
    border-right-color: var(--ty-light-brown);
    border-bottom-style: none;
    flex: none;
    justify-content: center;
    width: 30%;
    height: 120px;
    display: flex;
  }

  .shop-content {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .tenants-logo {
    object-fit: scale-down;
    width: 120px;
    height: 120px;
    display: block;
  }

  .shop-name-detail {
    text-align: left;
    flex: 0 auto;
    font-size: 16px;
    line-height: 25px;
  }

  .shop-name-detail.new {
    width: 80%;
  }

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

  .direcoty-div {
    padding-bottom: 0;
  }

  .directory-categories-menu {
    height: auto;
  }

  .categories-container {
    height: auto;
    margin-left: 60px;
    margin-right: 10px;
  }

  .shop-all {
    margin-right: 5px;
    font-size: 14px;
    line-height: 14px;
  }

  .shop-all-mouse-over {
    font-size: 13px;
    line-height: 13px;
  }

  .comingsoon-icon {
    margin-top: -10px;
    margin-bottom: 0;
    inset: 30% 1% 0% auto;
  }

  .content-text {
    padding-bottom: 0;
  }

  .text-container {
    height: auto;
    margin-left: 61px;
  }

  .description {
    margin-top: 0;
    padding-left: 20px;
    font-size: 18px;
    line-height: 33px;
  }

  .description.parking {
    font-size: 15px;
    line-height: 25px;
  }

  .tenant {
    margin-left: 60px;
    margin-right: 0;
  }

  .tenant.floorplan {
    padding-bottom: 0;
  }

  .tenants-detail {
    flex: 1;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 30px;
  }

  .tenants-detail.floorplan {
    margin-left: 0;
    margin-right: 0;
  }

  .tenants-table {
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: start;
    width: 100%;
    padding: 30px;
    font-size: 12px;
    line-height: 15px;
  }

  .tenants-text {
    font-size: 15px;
    line-height: 25px;
  }

  .tenaants-text-bold {
    font-size: 12px;
    line-height: 12px;
  }

  .social {
    width: 35px;
    margin-bottom: 5px;
    margin-right: 15px;
  }

  .tenants-floorplan {
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0 20px;
  }

  .pointer {
    width: 20%;
  }

  .pointer._107 {
    top: 46%;
    left: 28%;
  }

  .pointer._101-102 {
    top: 5%;
    right: 15%;
  }

  .pointer.g6 {
    top: 35%;
  }

  .pointer._117 {
    top: 10%;
    left: 50%;
  }

  .pointer.g2 {
    top: 48%;
    left: 27%;
  }

  .pointer.g3 {
    top: 29%;
    left: 18%;
  }

  .pointer.g8 {
    top: 25%;
    left: 43%;
  }

  .pointer.g7 {
    top: 31%;
    left: 27%;
  }

  .pointer._103 {
    top: 5%;
    right: 15%;
    inset: 28% 24% auto auto;
  }

  .pointer._105 {
    inset: 33% 30% auto auto;
  }

  .pointer._106 {
    inset: 39% auto auto 45%;
  }

  .pointer._108 {
    inset: 30% 62% auto auto;
  }

  .pointer._109 {
    inset: 23% 71% auto auto;
  }

  .pointer._110 {
    top: 17%;
    left: 10%;
  }

  .pointer._111 {
    inset: 42% 66% auto auto;
  }

  .pointer._112 {
    top: 37%;
    left: 19%;
  }

  .pointer._113 {
    top: 30%;
    left: 25%;
  }

  .pointer._115 {
    top: 27%;
    left: 32%;
  }

  .pointer._202 {
    top: 10%;
    left: 74%;
  }

  .pointer._201-219 {
    top: 1%;
    left: 74%;
  }

  .pointer._203 {
    top: 58%;
    left: 75%;
  }

  .pointer._205 {
    top: 63%;
  }

  .pointer._207 {
    top: 38%;
    left: 44%;
  }

  .pointer._208-209 {
    top: 43%;
    left: 27%;
  }

  .pointer._210-211 {
    top: 32%;
    left: 24%;
  }

  .pointer._213 {
    top: 23%;
  }

  .pointer._216 {
    top: 11%;
  }

  .pointer._217 {
    top: 36%;
    left: 20%;
  }

  .pointer._218 {
    top: -8%;
  }

  .pointer._301a {
    top: 0%;
    left: 67%;
  }

  .pointer._301b {
    top: 4%;
    left: 73%;
  }

  .pointer._302 {
    top: 9%;
    left: 75%;
  }

  .pointer._303 {
    top: 63%;
    left: 70%;
  }

  .pointer._305 {
    top: 37%;
    left: 54%;
  }

  .pointer._306 {
    top: 48%;
    left: 40%;
  }

  .pointer._307, .pointer._308 {
    top: 41%;
    left: 37%;
  }

  .pointer._309 {
    top: 33%;
    left: 27%;
  }

  .pointer._310 {
    top: 14%;
    left: 31%;
  }

  .pointer._215 {
    top: 16%;
    left: 11%;
  }

  .pointer.g5 {
    top: 20%;
    left: 12%;
  }

  .pointer._212 {
    top: 27%;
    left: 15%;
  }

  .pointer._206 {
    top: 33%;
    left: 48%;
  }

  .pointer.g1 {
    top: 41%;
    left: 32%;
  }

  .floorplan-locaationmark {
    align-items: center;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 10px;
    left: 0;
  }

  .floorplan-locaationmark.floornumber {
    left: -10px;
  }

  .tenants-logo-page {
    height: auto;
  }

  .shop-logo-div {
    border-right-color: var(--ty-light-brown);
    justify-content: flex-start;
    width: 120px;
    height: 120px;
    top: -31px;
    right: 20px;
  }

  .tenants-menu {
    height: 60px;
    margin-left: 60px;
    margin-right: 0;
  }

  .back-to-all-shop {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }

  .back-icon {
    font-size: 18px;
  }

  .tenants-shop-no {
    margin-bottom: 0;
    font-size: 30px;
  }

  .tenants-shop-no.floorplan {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .tenants-shop-no.floorplan.floor {
    font-size: 60px;
    line-height: 60px;
  }

  .disclaimers {
    margin-bottom: 30px;
    margin-right: 30px;
    font-size: 15px;
    line-height: 30px;
    left: 60px;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .disclaimers-close {
    width: 80px;
    height: 80px;
  }

  .cat-heading {
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px var(--lighter-shadow), 0 10px 15px var(--text-shadow);
    font-size: 30px;
    line-height: 40px;
    top: 38%;
  }

  .cat-heading.gift {
    text-shadow: 0 0 5px var(--text-shadow), 1px 1px 8px var(--ty-dark-brown);
  }

  .hero-menu-home {
    top: 80px;
  }

  .links-item {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .links-details {
    grid-column-gap: 4px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 100px 70%;
    justify-content: start;
    height: auto;
    padding-top: 0;
    padding-left: 20px;
    font-size: 15px;
    line-height: 15px;
  }

  .heading-weblink {
    align-items: center;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 23px;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .links-bold {
    font-size: 12px;
  }

  .link-logo {
    flex: 0 auto;
  }

  .link-logo-container {
    justify-content: flex-start;
    width: 100px;
  }

  .parking-text-container {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 124px 1fr;
    align-content: space-between;
    align-items: start;
    line-height: 20px;
  }

  .text-block-6 {
    padding-bottom: 10px;
  }

  .events-list {
    flex-direction: column;
    width: 95%;
    min-width: auto;
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .event-list-text {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 20px;
  }

  .event-text.date {
    font-size: 10px;
    line-height: 13px;
  }

  .event-list-photo {
    height: 200px;
  }

  .event-list-photo.art {
    background-position: 0 0, 50% 0;
  }

  .event-list-text-container {
    min-width: auto;
    padding: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .new-events {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .new-event-content {
    grid-template-columns: 100px 1fr;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
    line-height: 16px;
    position: static;
  }

  .new-event-image {
    flex: 0 auto;
    height: 250px;
    margin-top: 40px;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .div-block-5.happening {
    padding-left: 60px;
  }

  .event-text-head {
    font-size: 18px;
    line-height: 22px;
  }

  .event-text-head.big {
    padding-top: 30px;
  }

  .event-text-head.second {
    margin-top: 20px;
  }

  .fp-shop-logo {
    padding: 4%;
  }

  .description-copy {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 33px;
  }

  .text-container-copy {
    height: auto;
    margin-left: 61px;
  }

  .event-text-container {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .pointer-copy {
    width: 60px;
  }

  .tenants-product-photo {
    margin-left: 61px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 25px;
  }

  .hotpicks-heading {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .exh-art2 {
    padding-top: 60px;
  }

  .exh-art1 {
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero-front {
    height: 300px;
    min-height: auto;
    max-height: none;
  }

  .hero-front.dinning {
    min-height: 220px;
  }

  .hero-front.cat-herophoto {
    background-position: 50% 0;
  }

  .hero-front.cat-herophoto.home {
    background-position: 18%;
  }

  .hero-front.cat-herophoto.services {
    background-size: auto 120%;
  }

  .hero-front.cat-herophoto.health {
    background-position: 100%;
  }

  .body {
    min-width: 330px;
  }

  .verticle-line {
    left: 60px;
  }

  .navbar-div {
    height: 60px;
  }

  .mouse-button-div {
    width: 60px;
    height: 60px;
  }

  .menu-div {
    margin-left: 20px;
    margin-right: 20px;
  }

  .brand {
    width: 80px;
  }

  .nav-menu {
    margin-left: 0;
    position: absolute;
    inset: 0%;
  }

  .nav-link {
    margin-left: 0;
    padding-left: 80px;
  }

  .hero-menu {
    z-index: 50;
    background-image: none;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
    padding-left: 61px;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .hero-menu.directory {
    z-index: auto;
    border-bottom-style: none;
    justify-content: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
  }

  .hero-menu.dinning {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 60px;
    inset: auto 0% -100px;
  }

  .hero-menu.shopdirectory {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 60px;
    inset: auto 0% -100px;
  }

  .hero-heading {
    text-align: left;
    flex: 0 auto;
    align-self: center;
    width: 100%;
    padding: 10px 20px 10px 0;
    font-size: 18px;
    line-height: 18px;
  }

  .hero-heading.events {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .hero-heading.events.carpark {
    margin-left: 0;
  }

  .hero-heading.events.special {
    align-self: auto;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .hero-heading.directory {
    text-align: left;
    margin-left: 0;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    line-height: 25px;
  }

  .hero-heading.cafe {
    text-shadow: 0 0 10px var(--ty-orange);
    flex: 0 auto;
    font-size: 18px;
    line-height: 18px;
  }

  .hero-heading.cafe:hover {
    transform: none;
  }

  .hero-heading.shopdirectory {
    text-shadow: 0 0 10px var(--ty-orange);
    flex: 1;
    align-self: center;
    padding-left: 0;
    font-size: 18px;
    line-height: 18px;
  }

  .hero-heading.shopdirectory:hover {
    transform: none;
  }

  .hero-heading.events-heading {
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .hero-heading-back-hom {
    border: 1px none var(--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-heading-back-hom.cafe-down {
    border-top-style: none;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center flex-start;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
  }

  .hero-heading-back-hom.directory {
    height: auto;
    padding-left: 70px;
  }

  .hero-heading-back-hom.dinning {
    border-top-style: solid;
    border-left-style: none;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    line-height: 14px;
  }

  .hero-heading-back-hom.cafe {
    border-top-style: solid;
    border-left-style: none;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    position: relative;
  }

  .hero-heading-back-hom.shopdriectory-copy {
    align-self: flex-start;
    padding-left: 20px;
  }

  .menu-line {
    width: 25px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-line-open {
    width: 25px;
  }

  .menubar-back {
    height: 61px;
  }

  .hero-back-photo.directory-herophoto {
    position: relative;
  }

  .hero-back-photo.parking {
    background-position: 50% 0;
    background-size: cover;
    height: 116%;
  }

  .hero-back-photo.new {
    background-position: 90%;
  }

  .hero-back-photo.new.feb {
    background-position: 60%;
  }

  .hero-back-photo.new.mar-apr {
    background-position: 35%;
  }

  .hero-back-photo.new.apr, .hero-back-photo.new.may, .hero-back-photo.new.june {
    background-position: 30%;
  }

  .hero-back-photo.new.mar {
    background-position: 35%;
  }

  .hero-back-photo.shop117 {
    background-position: 50% 40%;
  }

  .hero-back-photo.shop106 {
    background-position: 50% 0;
  }

  .hero-back-photo.shop110, .hero-back-photo.shop115 {
    background-position: 50% 40%;
  }

  .hero-back-photo.shop306 {
    background-position: 0%;
  }

  .hero-back-photo.shopg5 {
    background-position: 30% 15%;
  }

  .hero-back-photo.shopg1 {
    background-position: 50% 0;
  }

  .special-event {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .heding {
    border-bottom-style: none;
    height: 60px;
    margin-left: 60px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .heding.aboutus {
    border-bottom-style: solid;
    margin-left: 0;
    padding-left: 60px;
  }

  .events-container {
    margin-top: 0;
    margin-left: 61px;
  }

  .events {
    height: 400px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .event-content {
    border-top-width: 8px;
    overflow: visible;
  }

  .text-span {
    font-size: 20px;
  }

  .menubar-back-copy {
    height: 60px;
  }

  .content-section {
    z-index: 40;
  }

  .footermenu-div {
    z-index: 1000;
    grid-column-gap: 10px;
    border-top: 1px none var(--white);
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr 1fr;
    grid-auto-flow: row;
    margin-left: 61px;
  }

  .footermenu-div.tslogo {
    flex-direction: column;
    align-items: flex-start;
    height: 130px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
  }

  .image-2 {
    max-width: 200px;
  }

  .footertext {
    text-align: left;
    padding-bottom: 0;
    line-height: 10px;
  }

  .section-3 {
    z-index: 50;
  }

  .shop-no-bold {
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: -8px;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 16px;
    display: block;
  }

  .arrowdirection {
    width: 40px;
    height: 40px;
    bottom: 290px;
    left: 40px;
  }

  .uparrow {
    border-width: 6px;
  }

  .locationplan {
    background-position: 0 0, 30% 75%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 230%;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    min-height: 380px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .section-4 {
    display: block;
  }

  .cominghere-textbox {
    width: 100%;
    padding: 15px 15px 15px 80px;
    position: relative;
    inset: auto 0% 0%;
  }

  .paragraph-map {
    font-size: 12px;
    line-height: 18px;
  }

  .location-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .directory-container {
    margin-left: 61px;
    padding: 20px 10px 40px;
    line-height: 14px;
  }

  .shop {
    align-content: flex-start;
    height: 80px;
    margin: 5px 0;
    box-shadow: 0 10px 10px #0000001a;
  }

  .shop:hover {
    transform: none;
  }

  .shop-logo {
    border-right-width: 1px;
    flex: 0 auto;
    align-items: center;
    height: 80px;
  }

  .shop-content {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding: 0 10px 0 15px;
  }

  .tenants-logo {
    width: auto;
    height: 80px;
    display: block;
  }

  .shop-name-detail {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    box-shadow: none;
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    font-size: 14px;
    line-height: 13px;
    display: flex;
  }

  .direcoty-div {
    margin-top: 100px;
    padding-bottom: 0;
  }

  .direcoty-div.tenants {
    background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 20%);
    margin-top: 0;
  }

  .directory-categories-menu {
    border-bottom-style: none;
    margin-left: 0;
  }

  .directory-categories-menu.dinning {
    display: none;
  }

  .categories-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom: 1px solid var(--white);
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding: 15px 10px;
    display: grid;
  }

  .shop-all {
    box-shadow: 0 0 8px 0 var(--lighter-shadow);
    flex: 0 auto;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
  }

  .shop-all-mouse-over {
    flex: 0 auto;
    margin-bottom: 0;
    padding: 10px 5px;
    font-size: 12px;
    line-height: 12px;
  }

  .comingsoon-icon {
    width: 42px;
    height: 42px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 8px;
    font-weight: 400;
    line-height: 8px;
    top: 24%;
    right: 0%;
  }

  .comingsoon-icon.new {
    font-size: 10px;
    font-weight: 700;
    right: 0;
  }

  .content-text {
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-container {
    margin-left: 61px;
  }

  .description {
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 20px 20px 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .description.parking {
    padding-bottom: 20px;
  }

  .content {
    font-size: 15px;
    line-height: 25px;
  }

  .tenants-detail-container {
    border-bottom-style: solid;
    margin-left: 0;
  }

  .tenants-detail-container.flloorplan {
    background-image: linear-gradient(to bottom, var(--lighter-shadow), transparent 15%);
  }

  .tenant {
    justify-content: flex-start;
    align-items: center;
    padding: 15px 5px 10px 0;
  }

  .tenants-detail {
    flex-direction: column;
    align-content: flex-start;
    margin: 5px 10px 20px;
    box-shadow: 0 10px 10px #0000001a;
  }

  .tenants-table {
    border-top-width: 8px;
    flex: 0 auto;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    height: auto;
    padding: 20px 20px 30px 15px;
    overflow: visible;
  }

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

  .tenaants-text-bold {
    font-size: 12px;
    line-height: 12px;
  }

  .social {
    width: 30px;
    margin-right: 10px;
  }

  .tenants-floorplan {
    box-shadow: none;
    align-content: flex-start;
    margin: 20px 0;
  }

  .pointer._107 {
    top: 44%;
    left: 31%;
  }

  .pointer.g5 {
    top: 19%;
  }

  .floorplan-locaationmark {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    left: 0;
  }

  .floorplan-locaationmark.floornumber {
    left: 0;
  }

  .text-event {
    padding-bottom: 15px;
    line-height: 15px;
  }

  .shop-logo-div {
    object-fit: scale-down;
    border-top-width: 3px;
    width: 100px;
    height: 100px;
    top: -21px;
    right: 10px;
  }

  .tenants-menu {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .back-to-all-shop {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
  }

  .back-icon {
    font-size: 15px;
  }

  .tenants-shop-no {
    text-shadow: -1px 3px 5px var(--lighter-shadow);
    margin-bottom: 0;
    font-size: 25px;
  }

  .tenants-shop-no.floorplan {
    font-size: 15px;
  }

  .tenants-shop-no.floorplan.floor {
    padding-left: 5px;
    font-size: 50px;
    line-height: 50px;
  }

  .disclaimers {
    padding: 30px 18px 18px;
    font-size: 12px;
    line-height: 24px;
  }

  .bold-text-2 {
    font-size: 25px;
  }

  .disclaimers-close {
    width: 60px;
    height: 60px;
  }

  .text-span-2 {
    font-size: 30px;
    font-weight: 200;
  }

  .text-block-4 {
    font-size: 8px;
    line-height: 10px;
  }

  .dinning-photo {
    background-position: 50% 45%;
    width: 30%;
  }

  .dinning-photo._02 {
    background-position: 130% 130%;
    background-size: 95%;
    width: 35%;
  }

  .dinning-photo._03 {
    width: 35%;
    left: 51%;
  }

  .dinning-photo._04 {
    background-position: 50% 85%;
    width: 40%;
  }

  .cat-heading {
    letter-spacing: 2px;
    font-size: 20px;
  }

  .cat-heading.gift {
    text-shadow: 0 0 3px var(--text-shadow), 1px 1px 5px var(--ty-dark-brown);
  }

  .hero-menu-home {
    z-index: 50;
    background-image: none;
    border-bottom: 1px solid #fff;
    justify-content: space-between;
    align-items: flex-start;
    height: 100px;
    padding-left: 61px;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .hero-heading-back-home {
    border-style: solid none none;
    border-width: 1px;
    border-color: var(--white);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    flex: 1;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .image-3 {
    height: 35%;
    margin-left: 74px;
  }

  .links-item {
    background-image: none;
    flex-flow: column;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .links-details {
    grid-row-gap: 5px;
    border-top: 1px none var(--ty-dark-brown);
    text-align: center;
    border-left-style: none;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100%;
    justify-content: center;
    align-self: center;
    justify-items: start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    line-height: 22px;
    display: none;
  }

  .heading-weblink {
    font-size: 18px;
  }

  .links-title {
    text-align: left;
  }

  .bold-text-3 {
    font-size: 15px;
    line-height: 15px;
  }

  .links-bold {
    margin-top: 10px;
    line-height: 12px;
    display: block;
  }

  .link-logo-container {
    flex: 1;
    align-content: flex-start;
    align-self: flex-start;
    width: 135px;
  }

  .parking-text-container {
    grid-row-gap: 3px;
    grid-template-rows: auto minmax(35px, auto) auto minmax(35px, auto) auto minmax(35px, auto) auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    line-height: 20px;
  }

  .text-block-6 {
    padding-bottom: 10px;
  }

  .events-list {
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-top: 0;
  }

  .event-list-text {
    border-left-width: 5px;
    margin-right: 0;
    padding: 25px 15px;
    font-size: 12px;
    line-height: 18px;
  }

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

  .event-list-photo {
    height: 150px;
  }

  .event-list-text-container {
    border-left-width: 5px;
    width: 100%;
    margin-right: 0;
    padding: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .new-events {
    background-image: linear-gradient(to top, var(--lighter-shadow), transparent 10%, transparent);
    flex-flow: column;
    flex: 1;
    place-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .new-event-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-top-width: 8px;
    grid-template-columns: auto;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 15px;
    overflow: visible;
  }

  .new-event-image {
    flex: 0 auto;
    height: 150px;
    max-height: none;
    margin-top: 20px;
    overflow: hidden;
  }

  .div-block-5 {
    flex-wrap: nowrap;
    align-items: flex-start;
    padding-right: 0;
  }

  .event-text-head {
    text-shadow: 0 0 6px var(--text-shadow);
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .event-text-head.big {
    margin-bottom: 0;
  }

  .fp-shop-logo {
    padding: 3%;
  }

  .description-copy {
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 25px;
  }

  .text-container-copy {
    margin-left: 61px;
  }

  .event-text-container {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

  .pointer-copy {
    width: 40px;
  }

  .tenants-product-photo {
    flex-direction: row;
    flex: 0 auto;
    margin-left: 61px;
    padding: 25px 10px 30px 5px;
  }

  .product-photo {
    box-shadow: 0 0 20px 0 var(--lighter-shadow);
  }

  .product-photo-container {
    width: 50%;
    padding: 5px;
  }

  .hotpicks-heading {
    padding-bottom: 15px;
    font-size: 20px;
  }

  .exh-art2 {
    padding-top: 25px;
    padding-bottom: 15px;
  }
}

#w-node-_04df0a19-70f8-a0eb-1dc8-ddb02dc41ba8-3b382fe8, #w-node-_62c41ea6-471d-8fd4-0cdf-699a7440e296-3b382fe8, #w-node-_0411c35c-5322-c927-7dd2-0d63236e5fa4-3b382fe8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d0daa83-43be-6e34-92e4-a13786849736-6c9ae82d, #w-node-b7a20046-fd55-163c-12ab-78dbeb7b38fb-6c9ae82d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b7a20046-fd55-163c-12ab-78dbeb7b3907-6c9ae82d, #w-node-b7a20046-fd55-163c-12ab-78dbeb7b390d-6c9ae82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_57389b28-c466-a26c-5755-c3d68684a3f3-6c9ae82d, #w-node-_57389b28-c466-a26c-5755-c3d68684a3f7-6c9ae82d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57389b28-c466-a26c-5755-c3d68684a409-6c9ae82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c2351009-a275-a781-ecb6-004722a4fc7d-6c9ae82d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_754fa20f-5ef6-e1ce-3b5e-164e06230352-6c9ae82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#shop-number.w-node-_63946888-ed97-13fe-799b-c0ce9cd61aee-9cd61ae8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a0ac100-84a3-62dc-6051-9e6c656281fc-9cd61ae8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4c0e5c0f-bcff-8062-83ff-0f1a760dd23f-9cd61ae8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9d786874-b653-d6bb-a3a6-2447ace2f54f-9cd61ae8 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_63946888-ed97-13fe-799b-c0ce9cd61b0d-9cd61ae8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#about.w-node-_63946888-ed97-13fe-799b-c0ce9cd61b12-9cd61ae8 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_107c3739-8301-2051-18fc-56655f037c67-8cc30904, #w-node-_090206d2-0b46-4045-f151-d25ac6e37fbe-8cc30904, #w-node-_9ea6fc45-b07b-59ea-6bf5-1273688fc3be-8cc30904, #w-node-_42d71f53-dc69-5ac4-fd79-8faff80d93d6-8cc30904 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4625bbc-d8f7-8d61-b225-4465f5f7ec88-8cc30904 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#shop-number.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef6-7f2bfef0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef8-7f2bfef0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff06-7f2bfef0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff16-7f2bfef0 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff17-7f2bfef0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#about.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff1c-7f2bfef0 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_7d0daa83-43be-6e34-92e4-a13786849736-6c9ae82d, #w-node-_57389b28-c466-a26c-5755-c3d68684a3f7-6c9ae82d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #shop-number.w-node-_63946888-ed97-13fe-799b-c0ce9cd61aee-9cd61ae8, #w-node-_7a0ac100-84a3-62dc-6051-9e6c656281fc-9cd61ae8, #w-node-_63946888-ed97-13fe-799b-c0ce9cd61af0-9cd61ae8, #w-node-_9d786874-b653-d6bb-a3a6-2447ace2f54f-9cd61ae8, #w-node-_63946888-ed97-13fe-799b-c0ce9cd61b0d-9cd61ae8, #about.w-node-_63946888-ed97-13fe-799b-c0ce9cd61b12-9cd61ae8, #shop-number.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef6-7f2bfef0, #w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef8-7f2bfef0, #w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef9-7f2bfef0, #w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff16-7f2bfef0, #w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff17-7f2bfef0, #about.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff1c-7f2bfef0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a34ce71a-dc0c-5303-9f33-e27345309e7d-45309e69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_41e08428-ca49-1dad-bf5e-274e02a17a74-3b382fe8, #w-node-a34ce71a-dc0c-5303-9f33-e27345309e7d-45309e69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a592597a-035a-a5b6-6aef-83f06ea0750f-fb869236 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7d0daa83-43be-6e34-92e4-a13786849736-6c9ae82d, #w-node-b7a20046-fd55-163c-12ab-78dbeb7b38fb-6c9ae82d, #w-node-_57389b28-c466-a26c-5755-c3d68684a3f3-6c9ae82d, #w-node-_57389b28-c466-a26c-5755-c3d68684a3f7-6c9ae82d, #w-node-c2351009-a275-a781-ecb6-004722a4fc7d-6c9ae82d, #shop-number.w-node-_63946888-ed97-13fe-799b-c0ce9cd61aee-9cd61ae8, #w-node-_63946888-ed97-13fe-799b-c0ce9cd61b0d-9cd61ae8, #about.w-node-_63946888-ed97-13fe-799b-c0ce9cd61b12-9cd61ae8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ea6fc45-b07b-59ea-6bf5-1273688fc3be-8cc30904 {
    grid-column: span 1 / span 1;
  }

  #shop-number.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bfef6-7f2bfef0, #w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff17-7f2bfef0, #about.w-node-_24d39f6f-b6b5-fc3a-cd26-94607f2bff1c-7f2bfef0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


