@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Bold.eot");
  src: url("../font/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../font/SFProDisplay-Bold.woff2") format("woff2"),
    url("../font/SFProDisplay-Bold.woff") format("woff"),
    url("../font/SFProDisplay-Bold.ttf") format("truetype"),
    url("../font/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Medium.eot");
  src: url("../font/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("../font/SFProDisplay-Medium.woff2") format("woff2"),
    url("../font/SFProDisplay-Medium.woff") format("woff"),
    url("../font/SFProDisplay-Medium.ttf") format("truetype"),
    url("../font/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../font/SFProDisplay-Regular.eot");
  src: url("../font/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("../font/SFProDisplay-Regular.woff2") format("woff2"),
    url("../font/SFProDisplay-Regular.woff") format("woff"),
    url("../font/SFProDisplay-Regular.ttf") format("truetype"),
    url("../font/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "SF Pro Display";
  background-color: #f2f2f7;
}

.container {
  max-width: 1200px;
}

.welcome_text {
  padding: 48px 15px 20px;
  background: #fff;
}

.welcome_text .heading h1 {
  font-size: 20px;
  font-weight: 500;
  color: #121212;
}

.welcome_text .heading h5 {
  font-size: 13px;
  font-weight: 400;
  color: #121212;
  margin: 0;
}

#filterBar .btn-group {
  border-radius: 100%;
  width: 225px;
}

#filterBar .list_button.active {
  background: #ffffff;
}

#filterBar .list_button {
  background: #f2f2f7;
  font-size: 14px;
  font-weight: 500;
  color: #4a4459;
  padding: 10px 31px;
  border: 1px solid #79747e;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filterBar .list_button>img {
  padding-right: 6px;
}

.nearby {
  font-size: 14px;
  font-weight: 600;
  font-family: Inter;
}

.btn-outline-secondary.tag-filter {
  border-color: #cac4d0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 13px;
  color: #4a4459;
}

.map-container {
  height: 390px;
}

.list_item_box {
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
  height: 100%;
}

.tabs {
  padding: 0px 15px;
}

.list_item_box .content {
  padding: 16px 20px;
  position: relative;
}

.whats_app_button {
  /* position: absolute;
  bottom: 13px;
  right: -5px; 
  margin-top: -30px;*/
  margin-top: auto;
}

#list-container .card-item {
  margin-bottom: 20px;
}

.list_item_box .content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #121212;
  line-height: 1.4;
}

.list_item_box .content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list_item_box .whats_app_button .btn {
  border: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  margin-left: auto;
  width: fit-content;
}

.icons-shop {
  gap: 5px;
  left: 10px;
  bottom: 10px;
}

.stock-bubble {
  position: absolute;
  top: -8px;
  right: -9px;
  background-color: #25D366;
  color: black;
  font-weight: bold;
  border-radius: 50%;
  font-size: 10px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
  transition: all 0.3s ease;
}

.icon-btn {
  position: relative;
}

.list_item_box .whats_app_button .btn>span {
  /*  border-bottom: 1px solid; */
}

.list_item_box .icon_list span {
  font-size: 15px;
  color: #121212;
  font-weight: 400;
}

.btn-outline-secondary.tag-filter>img {
  padding-right: 6px;
}

.btn-outline-secondary.tag-filter.active,
.btn-outline-secondary.tag-filter:hover {
  background: #e3e3e8;
  color: #4a4459;
}

#stickyHeaderWrap .form-control {
  background-image: url(../images/search_icon.svg);
  background-repeat: no-repeat;
  background-position: 2%;
  background-size: auto;
  box-shadow: none !important;
  border-color: hsl(240deg 3% 49% / 16%) !important;
}

.form-control {
  background: hsl(240deg 3% 49% / 16%);
  padding: 11px 40px;
  font-size: 17px;
  font-weight: 400;
  border-radius: 50px;
}

/* #stickyHeaderWrap {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 999;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
     #stickyHeaderWrap.welcome_text {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 999;
        transition: transform 0.3s ease, opacity 0.3s ease;
    } */

#stickyHeaderWrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

#initialSearch {
  transition: max-height 0.3s ease, opacity 0.3s ease;
  overflow: hidden;
}

.hide-initial-search #initialSearch {
  max-height: 0;
  opacity: 0;
}

/* Animate on scroll */
#stickyHeaderWrap.sticky-animate {
  transform: translateY(0);
  opacity: 1;
}

.hide-initial-search .search_bar_sec {
  padding: 0 !important;
}

#locationBtn {
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0px;
  border: none;
}

#locationBtn>img {
  padding-right: 4px;
}

/* Big search area */
#initialSearch {
  transition: all 0.3s ease;
}

/* Hide small search by default */
#filterSearch {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#filterBar .scroll_search {
  width: 40%;
}

/* On scroll: hide big search + location button */
#stickyHeaderWrap.hide-initial-search #initialSearch {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  pointer-events: none;
}

/* On scroll: show small sticky search */
#stickyHeaderWrap.hide-initial-search #filterSearch {
  display: flex;
  opacity: 1;
}

#list-view .card-item {
  max-width: 49%;
  margin-bottom: 20px;
}

.list_item_box .image img {
  border-radius: 12px 0 0 12px;
}


@media(max-width:1199px) {

  /*.whats_app_button { margin-top: -10px; }*/
  #filterBar .scroll_search {
    width: 34%;
  }
}

@media(max-width:767px) {
  .list_item_box .image {
    max-height: 117px;
  }

  .list_item_box .image img {
    border-radius: 12px;
  }
}

.tabs {
  margin-top: 340px;
}

#filterBar .btn-group+div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:480px) {
  .tabs {
    margin-top: 300px;
  }

  .tabs>div {
    padding-inline: 0;
  }

  #filterBar .btn-group,
  #filterBar .btn-group+div {
    width: 100%;
  }

  #filterBar .btn-group+div .btn:last-child {
    min-width: 130px;
  }

  #filterBar {
    padding: 10px 0 !important;
  }

  #filterBar .filter_tab_bar {
    gap: 10px !important;
  }

  #filterBar .btn-group .btn {
    padding: 10px 20px;
    border-color: #dbdbdb;
  }

  #stickyHeaderWrap .form-control {
    max-width: 80%;
    font-size: 15px;
    margin: 0 auto;
    background-position: 15px;
    padding: 10px 5px 10px 40px;
  }

  #map-view {
    flex-direction: column-reverse;
  }

  .icons-shop {
    left: auto;
    right: 15px;
  }

  .welcome_text {
    padding-block: 20px 5px;
  }

  .list_item_box .content {
    padding: 15px;
  }

  #locationBtn {
    padding: 0;
    margin-top: 5px;
  }

  #list-view .card-item {
    max-width: 100%;
  }

  /*#list-view > div { margin: 0 auto; max-width: 450px; flex-direction: column; }*/

  #filterBar .btn-group+div {
    gap: 10px !important;
  }

  #filterBar .btn-group+div .btn {
    width: calc(33.3% - 7px);
  }

  #stickyHeaderWrap:is(.hide-initial-search) #filterSearch {
    display: none;
  }

  #stickyHeaderWrap:is(.hide-initial-search) .btn-group .btn {
    min-width: 90px;
    padding: 6px 15px;
  }

  #stickyHeaderWrap:is(.hide-initial-search) .btn-group+div .btn {
    display: flex;
    padding: 6px 15px;
  }

  #stickyHeaderWrap:is(.hide-initial-search) .filter_tab_bar {
    overflow: scroll;
    flex-wrap: nowrap !important;
    padding-bottom: 15px !important;
  }


  #stickyHeaderWrap:is(.hide-initial-search) .welcome_text>div {
    text-align: left;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch .input-group {
    width: auto !important;
  }

  #stickyHeaderWrap:is(.hide-initial-search) .welcome_text {
    width: fit-content;
    padding-inline: 0;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch .input-group+div {
    display: none !important;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch {
    opacity: 1;
    height: auto;
    max-height: fit-content;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #searchInputFull {
    width: 40px;
    height: 40px;
    font-size: 0;
    background-position: center;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch {
    right: 0;
    top: 20px;
    position: absolute;
    background: transparent !important;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch .input-group:has(:focus) {
    width: 100% !important;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #initialSearch:has(:focus) {
    width: 100%;
    background: #fff !important;
  }

  #stickyHeaderWrap:is(.hide-initial-search) #searchInputFull:focus {
    width: 100%;
    font-size: 15px;
    padding-left: 35px;
    background-position: 10px;
  }
}

@media(max-width:360px) {
  #filterBar .btn-group+div .btn {
    padding: 5px;
  }
}

/* Footer Styles */
#page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.tabs {
  flex: 1 0 auto;
  padding-bottom: 70px;
}

.site-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: #f2f2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
}

.site-footer .footer-content {
  width: 100%;
  max-width: 1205px;
  padding: 0 15px;
}

.site-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #000000;
}

.site-footer a {
  color: #000000;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}