.product-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .4rem;
  margin-top: .7rem;
}

.product-feature-badge {
  display: inline-block;
  padding: .15rem .6rem;
  border: .1rem solid #dbe4ea;
  background: #f4f8fa;
  color: #4f5f66;
  font-size: 1.1rem;
  line-height: 1.6;
  border-radius: .3rem;
}

.product-detail-summary .product-feature-list,
.quickView-content .product-feature-list {
  justify-content: flex-start;
}

.product-feature-details {
  padding-left: 1.8rem;
}

.product-feature-details li {
  margin-bottom: .6rem;
}

.mfp-ajax-product .quickView-container {
  background: #fff;
  max-width: 110rem;
  margin: 2rem auto;
  padding: 2.4rem 2rem 2rem;
}

.quickView-content .product-details-action {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}

.quickView-content .product-details-action .btn-cart {
  margin: 0;
}

.product.product-7 .product-price {
  margin-bottom: .8rem;
}

.homepage-page-header {
  padding: 2.4rem 0 1.6rem;
  margin-bottom: 0;
  background: linear-gradient(180deg, #f4fafb 0%, #ffffff 100%);
  border-bottom: .1rem solid #e8eef1;
}

.homepage-page-header .page-title {
  margin-bottom: .6rem;
  font-size: 3.2rem;
  letter-spacing: -.02em;
}

.homepage-page-header .page-title span {
  display: block;
  margin-top: .45rem;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #0097b2;
}

.homepage-hero-lead {
  max-width: 54rem;
  margin-left: auto;
  margin-right: auto;
  color: #667780;
  font-size: 1.4rem;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .homepage-page-header {
    padding: 1.8rem 0 1.2rem;
  }

  .homepage-page-header .page-title {
    font-size: 2.4rem;
  }

  .homepage-page-header .page-title span {
    font-size: 1.3rem;
  }

  .homepage-hero-lead {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}

.live-search-host {
  position: relative;
  overflow: visible !important;
}

.header-search,
.header-search .header-search-wrapper,
.header-middle,
.header-right {
  overflow: visible !important;
}

.live-search-field {
  position: relative;
}

.live-search-results {
  position: absolute;
  top: calc(100% + .4rem);
  left: 0;
  right: 0;
  z-index: 1200;
  max-height: 28rem;
  overflow-y: auto;
  background: #fff;
  border: .1rem solid #e5edf1;
  border-radius: .6rem;
  box-shadow: 0 1.2rem 2.8rem rgba(15, 23, 42, .12);
}

.mobile-search .live-search-results {
  right: 0;
}

.live-search-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .9rem 1.1rem;
  color: inherit;
  text-decoration: none;
  border-bottom: .1rem solid #f0f4f7;
}

.live-search-item:hover,
.live-search-item.is-active {
  background: #f4fafb;
  color: inherit;
}

.live-search-item img {
  width: 4.4rem;
  height: 4.4rem;
  object-fit: cover;
  border-radius: .4rem;
  flex: 0 0 4.4rem;
  background: #f3f6f8;
}

.live-search-meta {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  min-width: 0;
}

.live-search-name {
  font-size: 1.3rem;
  font-weight: 600;
  color: #24333a;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.live-search-category,
.live-search-price {
  font-size: 1.15rem;
  color: #6b7b84;
}

.live-search-price {
  color: #0097b2;
  font-weight: 600;
}

.live-search-empty,
.live-search-view-all {
  display: block;
  padding: 1rem 1.1rem;
  font-size: 1.25rem;
}

.live-search-empty {
  color: #6b7b84;
}

.live-search-view-all {
  color: #0097b2;
  font-weight: 600;
  text-decoration: none;
  border-top: .1rem solid #f0f4f7;
}

.live-search-view-all:hover {
  background: #f4fafb;
  color: #007a91;
}

.banner.banner-overlay > a img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.entry-media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.product-media img {
  max-width: 100%;
  height: auto;
}

/* Keep desktop nav on one line even with many category links */
.header-7 .qadir-menu-bar .menu {
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.header-7 .qadir-menu-bar .menu > li > a {
  white-space: nowrap;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .header-7 .qadir-menu-bar .menu > li + li {
    margin-left: 1.2rem;
  }

  .header-7 .qadir-menu-bar .menu > li > a {
    font-size: 1.25rem;
    padding-left: .35rem;
    padding-right: .35rem;
  }
}
