.grid-category-masonry {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  margin: 0 -5px;
}
.grid-category-masonry a {
  background: rgb(254, 235, 232);
  display: block;
  padding: 12px 40% 12px 16px;
  border-radius: 8px;
  position: relative;
  min-height: 140px;
  margin: 0 4px 8px;
}
.grid-category-masonry a img {
  position: absolute;
  max-width: 100%;
  max-height: 90%;
  bottom: 0;
  right: 0;
}
.grid-category-masonry a:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
}
.grid-category-masonry a:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.grid-category-masonry a:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 5;
}
.grid-category-masonry a:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
}
.grid-category-masonry a span {
  font-size: 1.2rem;
}

.box-badges > *.promo {
  background: url(/images/promo-tag-bg.webp) no-repeat center/contain;
  color: #78350F;
}

.box-badges > *.new {
  color: #14532D;
  background: url(/images/news-tag-bg.webp) no-repeat center/contain;
}

.page-single-section {
  overflow: auto;
}

.menu-r2 .small-title {
  font-size: 12px;
  color: white;
  text-align: center;
  display: block;
}

header .right-side .menu-r2 > li > a, header .right-side .menu-r2 > li > div {
  flex-wrap: wrap;
}

.sticky .menu-r2 .small-title {
  display: none;
}

.shop-list {
  height: 560px;
  border-radius: 8px;
  border: 1px solid var(--semantic-border, #EAEBED);
  display: flex;
}
.shop-list .left-list {
  width: 328px;
  overflow: auto;
}
.shop-list .left-list .shop {
  border-bottom: 1px solid var(--semantic-border, #EAEBED);
  cursor: pointer;
}
.shop-list .left-list .shop .full-desc {
  display: none;
}
.shop-list .left-list .shop.active {
  background: var(--semantic-bg, #FAF6F5);
}
.shop-list .left-list .shop.active .full-desc {
  display: block;
}
.shop-list .left-list .one-top-block {
  padding: 16px;
  display: flex;
  align-items: flex-start;
}
.shop-list .left-list .one-top-block img {
  margin-right: 12px;
}
.shop-list .left-list .one-top-block .label {
  color: var(--semantic-light, #868B94);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  margin-bottom: 4px;
}
.shop-list .left-list .one-top-block .desc {
  color: var(--semantic-dark, #2E3747);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
.shop-list .map {
  height: 560px;
  width: 100%;
}

.product-avaliable {
  font-size: 14px;
  color: #939393;
}

.slider-product-1 .item .name-link {
  font-size: 18px;
  line-height: 22px;
}
.slider-product-1 .item .name-link a {
  -webkit-line-clamp: 3;
}

.slide-home-one {
  height: 530px;
}
.slide-home-one img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.phone-one-top {
  margin-right: 20px;
}

.social-button {
  position: absolute;
  bottom: 0;
  left: 200px;
}

@media (max-width: 991px) {
  .grid-category-masonry a span {
    font-size: 1rem;
    line-height: 1;
  }
  .grid-category-masonry a img {
    max-height: 70%;
  }
  .slide-home-one {
    height: 430px;
  }
}
@media (max-width: 690px) {
  .grid-category-masonry {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-category-masonry a {
    width: calc(50% - 12px);
    padding: 12px 20% 12px 16px;
  }
  .slide-home-one {
    height: 330px;
  }
}
@media (max-width: 500px) {
  .grid-category-masonry {
    display: flex;
    flex-wrap: wrap;
  }
  .grid-category-masonry a {
    width: calc(50% - 12px);
    padding: 12px 16px 12px 16px;
  }
  .grid-category-masonry a img {
    max-height: 50%;
  }
  .slide-home-one {
    height: 260px;
  }
  .social-button {
    display: none;
  }
}

/*# sourceMappingURL=app.css.map */
