body {
  background: white;
  line-height: 1.3em;
}
a {
  color:#3a3631;
}
h2 {
  font-size: 30px;
}
.btn {
  border-radius: 24px;
  background: #fff;
  color: #000;
}


.pill {
  font-family:Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
  line-height:15px;
}

.list-products {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 40px;
  background:#eee;
  padding:5px;
  margin:0px 0;
  background: linear-gradient(27deg,rgb(255, 201, 168) 0%, rgb(255, 255, 255) 42%, rgb(255, 255, 255) 100%);
}

.product-item-wrapper {
  background: #fff;
  width: 100%;
  position: relative;
  margin: 5px;
  border-radius: 9px;
  overflow: hidden;
  min-width: 44%;
  width: 80vw;
  scroll-snap-align: start;
}
.product-item-wrapper-link {
  background: #fff;
  color:#8d8d8d;
  text-decoration: none;
}
.product-item-title {
  text-align: center;
  width:100%;
  font-size: 13px;
  background: #ffffffab;
  color:#8d8d8d;
  line-height: 15px;
  padding:10px 3px;
  height:27px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: pre;
}
.product-img {
  width: 100%;
  background: #fff;
  height: 168px;
  object-fit: cover;
  object-position: top center;
}

.product-item-footer {
  z-index: 3;
  bottom:0;
  text-align: left;
  width:100%;
  font-size: 12px;
  background: #ffffffab;
  color:black;
  line-height: 15px;
  padding:10px 0;
}
.product-store-name {
  font-size:14px;
  text-align: center;
}
.product-item-price {
  color:#ac917a;
  text-align: center;
}
.product-item-tag {
  position: relative;
  top:21px;
  left:6px;
  font-size:10px;
  font-weight: bold;
  padding:2px 4px;
  text-transform: uppercase;;
  background: #0b0b9b;
  color:white;
  display: inline-block;
  border-radius:2px;
}
.product-item-tag-sale {
  background:red;
}
.product-item-tag-popular {
  background:orange;
}
.hp-list-events {
  background:#eee;padding:5px;background: linear-gradient(17deg,rgb(140, 185, 139) 0%, rgb(255, 255, 255) 60%, rgb(255, 255, 255) 100%)
}

.hp-item-wrapper {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.hp-item {
  min-width: 40%;
  width: 80vw;
  scroll-snap-align: start;
  background: white;
  margin: 5px 10px;
  border-radius: 9px;
  position: relative;
}
.hp-item-large {
  min-width: 80%;
}
.hp-item-img {
  width:100%;
  height:150px;
  object-fit: cover;
  object-position: top center;
  border-radius: 9px 9px 0 0;
  text-decoration: none;
}
.hp-item.hp-item-tall {

}
.hp-item-img.hp-item-tall {
  height:300px;
}
.hp-item-content {
  padding:10px;
}
.hp-item-title {
  width:100%;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hp-item-tags {
  position: absolute;
  left:10px;
}
.hp-tag-wrapper {
  margin-top:20px;
  padding-bottom:10px;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.hp-tag-item {
    margin: 0 5px;
    padding: 8px 10px;
    scroll-snap-align: start;
    border-radius: 29px;
    white-space: pre;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    filter: saturate(0.4);
    font-weight: 400;
}


.hp-grid-menu-wrapper {
  font-size:0;
  overflow: hidden;

}
.hp-grid-menu-item {
  width: 32%;
  text-align: center;
  color: white;
  background: #d9d3ae;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  padding:0;
  min-height: 75px;
  font-weight: bold;
  margin: 2px .5%;
  border-radius: 3px;
  display: inline-flex;
 flex-direction: column;
 justify-content: center;
 vertical-align: top;
}
.hp-grid-menu-item-full {
  width: 80%;
  text-align: center;
  color: white;
  background: #25552d;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  min-height: 43px;
  font-weight: bold;
  margin: 13px 10%;
  border-radius: 108px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: top;
}

.hp-stripe {
  margin:10px 0;
  padding:50px 20px;
  background: #25552d;
  color:white;
}

.hp-featured-place-wrapper {
    background-color:rgb(37, 42, 53);
    background-blend-mode: overlay;
    background-size:cover;
    background-position:center;
    width:100%;
    margin-top:100px;
    padding-top:50px;
    min-height:400px;
    color:white;
    text-align:center;
}
.hp-featured-place-details {
    width:50%;
    display:inline-block;
    vertical-align: top;
    padding-top:30px;
}

.hp-featured-event-wrapper {
    background-color:rgb(37, 42, 53);
    background-blend-mode: overlay;
    background-size:cover;
    background-position:center;
    width:100%;
    margin:50px 0;
    padding-top:50px;
    min-height:450px;
    color:white;
    text-align:center;
}
.hp-featured-event-link{
    color:white;
    text-decoration:none;
}
.hp-featured-event-url {
    color:#7fb3ff;
    margin:20px 0;
    display:block;
    overflow:hidden;
    height:1em;
    white-space:pre;
    text-overflow:ellipsis;
}
.hp-featured-event-details {
    width:50%;
    display:inline-block;
    vertical-align: top;
}
.hp-featured-event-place {
    width:30%;
    display:inline-block;
    margin-left:20px;
}

.hp-featured-event-tag {
    font-size:22px;
    font-weight:bold;
    margin-bottom:20px;
}
.hp-featured-event-svg {
    display:inline;
    width:40px;
}
.hp-featured-event-title {
    font-size:35px;
    line-height: 40px;
    font-weight:bold;
    margin:8px 0;
    color:white;
    display:block;
    text-decoration:none;
    text-align:center;
}
.hp-featured-event-date {
    font-size:18px;
    font-weight:bold;
    color:white;
    display:block;
    text-decoration:none;
    text-align:center;
}
.hp-featured-event-desc {
    margin:20px 0;
    color:white;
    display:block;
    text-decoration:none;
    text-align:center;
    font-size:16px;
    line-height:20px;
}

.hp-featured-event-place-img {
    margin-bottom:10px;
    border-radius:10px;

}
.hp-featured-event-place-name {
    color:white;
    display:block;
    text-decoration:none;
    text-align:center;
}





.list-menu-types {
   display: flex;
   overflow-y: hidden;
   overflow-x: auto;
   scroll-snap-type: x mandatory;
}
.on-the-menu-item {
  width: 100%;
  min-width: 60%;
  height:168px;
  text-align: center;
  color: white;
  background: #d9d3ae;
  display: inline-flex;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  padding:0;
  min-height: 75px;
  font-weight: bold;
  margin: 2px .5%;
  border-radius: 3px;
 background-size: cover;
 flex-direction: column;
 justify-content: center;
 vertical-align: top;
 background-size: cover;
  font-size: 39px;
  line-height: 40px;
  background-color: #eaad79;
  background-blend-mode: overlay;
  color: #330b0b;

}

.carousel-btn-wrapper {
  display: none;
}

@media only screen and (max-width: 600px) {
  .hp-featured-place-details {
      width:95%;
  }
  .hp-featured-event-details {
      width:95%;
    }
  .hp-featured-event-place {
      margin:50px 0 30px 0;
      width:70%;
  }
}
@media only screen and (min-width: 900px) {
  .hp-grid-menu-item {
    width: 12%;

  }
  .hp-grid-menu-item:first-of-type {
    margin-left:0;
    padding-left:0;
  }
  .hp-grid-menu-item-full {
    width: 21%;
    margin: 2px .5%;
    min-height: 75px;
    border-radius: 3px;
  }

  .hp-item {
    min-width: 200px;
    box-shadow: 1px 1px 8px -3px #aaa;
  }
  .hp-item-large {
    min-width: 300px;
  }
  .hp-list-events {
    background: transparent;
  }
  .list-products {
    background: transparent;
    padding:20px 0;
  }
  .product-item-wrapper {
    min-width: 200px;
    width: 200px;
    box-shadow: 1px 1px 8px -3px #aaa;
  }
  .product-item-wrapper:first-of-type {
    margin-left:3px;
  }
  .on-the-menu-item {
      min-width: 23%;
  }
  .on-the-menu-item:first-of-type {
    margin-left:0px;
  }

  #svg-map {
    height: 400px;
  }
  .list-menu-types::-webkit-scrollbar
  .list-products::-webkit-scrollbar,
  .hp-grid-menu-wrapper::-webkit-scrollbar,
  .hp-item-wrapper::-webkit-scrollbar
  .hp-tag-wrapper::-webkit-scrollbar {
    display: none;
  }
  .list-menu-types,
  .list-products,
  .hp-item-wrapper,
  .hp-grid-menu-wrapper,
  .hp-tag-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;

  }
  .carousel-btn-wrapper {
    display: block;
    height:1px;
    position: relative;
    width:100%;
  }
  .carousel-scroll-btn {
    position: absolute;
    text-decoration: none;
    background: #ffffff95;
    backdrop-filter: blur(5px);
    border: 1px solid #ffffff95;
    box-shadow: 0px 0px 4px -2px #000;
    color:#000;
    border-radius: 50%;
    display: block;
    width:45px;
    height:45px;
    line-height: 45px;
    z-index: 100;
    top:67px;
    text-align: center;
    left:-1px;

    transform: scale(0.9);
    transition: transform .3s ease;
  }
  .carousel-btn-wrapper-tall .carousel-scroll-btn {
    top:100px;
  }
  .carousel-scroll-btn:hover {
    transform: scale(1);
  }


  .carousel-scroll-btn-right {
      right:1px;
      left:auto;
  }
}

@media only screen and (min-height: 1000px) and (min-width: 1500px) {
  #svg-map {
    height: 700px;
  }
}
