/**
 * HALINK DV04 - Shop & Product Detail (DV04)
 */
.hl-shop-page {
  padding: 1.5rem 0 3rem;
  background: #f4f7f9;
}

.hl-shop-page__layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 1.5rem;
  align-items: start;
}

.hl-shop-sidebar {
  position: sticky;
  top: 90px;
}

.hl-shop-sidebar__box {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: 0.75rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
}

.hl-shop-sidebar__title {
  font-size: 16.88px;
  font-weight: 700;
  color: var(--hl-navy);
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--hl-border-color);
}

.hl-shop-sidebar__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-shop-sidebar__nav li {
  margin-bottom: 0.35rem;
}

.hl-shop-sidebar__nav a {
  color: var(--hl-dark);
  text-decoration: none;
  font-size: 15.75px;
}

.hl-shop-sidebar__nav a:hover,
.hl-shop-sidebar__nav .current-menu-item > a {
  color: var(--hl-gold);
  font-weight: 600;
}

.hl-shop-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.hl-shop-sort__label {
  font-size: 15.75px;
  font-weight: 600;
  color: var(--hl-navy);
}

.hl-shop-sort__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.hl-shop-sort__pill {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--hl-border-color);
  font-size: 14.62px;
  color: var(--hl-dark);
  text-decoration: none;
  transition: var(--hl-transition);
}

.hl-shop-sort__pill:hover,
.hl-shop-sort__pill.is-active {
  background: var(--hl-gold);
  border-color: var(--hl-gold);
  color: var(--hl-navy);
  font-weight: 600;
}

.hl-shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-shop-grid .hl-product-card {
  height: 100%;
}

.hl-shop-filter-toggle {
  display: none;
  position: fixed;
  bottom: 5rem;
  left: 1rem;
  z-index: 90;
  background: var(--hl-navy);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 0.65rem 1rem;
  font-size: 15.75px;
  font-weight: 600;
  box-shadow: var(--hl-shadow-md);
}

.hl-shop-filter-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
}

.hl-shop-filters {
  border: 2px dashed #b8d4f0;
  background: #f8fbff;
}

.hl-shop-cat-tree {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hl-shop-cat-tree__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.35rem 0;
}

.hl-shop-cat-tree__row a {
  color: var(--hl-dark);
  text-decoration: none;
  font-size: 15.75px;
}

.hl-shop-cat-tree__row a:hover,
.hl-shop-cat-tree__item.is-active > .hl-shop-cat-tree__row a {
  color: var(--hl-gold);
  font-weight: 600;
}

.hl-shop-cat-tree__toggle {
  border: 0;
  background: transparent;
  color: var(--hl-navy);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.25rem;
}

.hl-shop-cat-tree__sub {
  list-style: none;
  padding: 0 0 0 1rem;
  margin: 0;
  display: none;
}

.hl-shop-cat-tree__item.is-open .hl-shop-cat-tree__sub {
  display: block;
}

.hl-shop-cat-tree__sub a {
  font-size: 14.62px;
  color: #64748b;
  text-decoration: none;
  display: block;
  padding: 0.25rem 0;
}

.hl-shop-cat-tree__sub .is-active a {
  color: var(--hl-gold);
  font-weight: 600;
}

/* Shop pagination */
.hl-shop-page .woocommerce-pagination {
  margin-top: 2rem;
  text-align: center;
}

.hl-shop-page .woocommerce-pagination ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
}

.hl-shop-page .woocommerce-pagination li {
  border: 0 !important;
  float: none !important;
  margin: 0 !important;
}

.hl-shop-page .woocommerce-pagination a,
.hl-shop-page .woocommerce-pagination span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 0.55rem !important;
  border-radius: 6px !important;
  background: #fff !important;
  border: 1px solid var(--hl-border-color) !important;
  color: var(--hl-navy) !important;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
}

.hl-shop-page .woocommerce-pagination a:hover {
  border-color: var(--hl-navy) !important;
  color: var(--hl-navy) !important;
}

.hl-shop-page .woocommerce-pagination .current {
  background: var(--hl-navy) !important;
  border-color: var(--hl-navy) !important;
  color: #fff !important;
}

/* Product detail */
.hl-pdp {
  padding: 2rem 0 3rem;
}

.hl-pdp__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.75rem;
  margin-bottom: 2rem;
  align-items: start;
}

.hl-pdp__gallery {
  position: relative;
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: var(--hl-radius-lg);
  padding: 1rem;
  box-shadow: var(--hl-shadow-sm);
}

.hl-pdp__badge-sale {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  background: #dc2626;
  color: #fff;
  font-size: 14.62px;
  font-weight: 800;
  padding: 0.35rem 0.65rem;
  border-radius: var(--hl-radius-sm);
}

.hl-pdp__summary {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: var(--hl-radius-lg);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--hl-shadow-sm);
}

.hl-pdp__cats {
  font-size: 14.62px;
  margin-bottom: 0.5rem;
}

.hl-pdp__cats a {
  color: var(--hl-green);
  font-weight: 600;
  text-decoration: none;
}

.hl-pdp__cats a:hover {
  color: var(--hl-navy);
}

.hl-pdp__title {
  font-size: clamp(24.75px, 2.4vw, 31.5px);
  font-weight: 800;
  color: var(--hl-navy);
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.hl-pdp__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.25rem;
  font-size: 15.75px;
  color: #64748b;
  margin-bottom: 0.85rem;
}

.hl-pdp__meta p {
  margin: 0;
}

.hl-pdp__meta .in-stock {
  color: var(--hl-green);
  font-weight: 600;
}

.hl-pdp__meta .out-of-stock {
  color: #dc2626;
  font-weight: 600;
}

.hl-pdp__rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.65rem;
  margin-bottom: 0.85rem;
}

.hl-pdp__rating .star-rating {
  margin: 0;
}

.hl-pdp__rating-count {
  font-size: 14.62px;
  color: #64748b;
}

.hl-pdp__price {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  background: linear-gradient(135deg, #f0f7ff 0%, #f8fafc 100%);
  border-radius: var(--hl-radius-md);
  border: 1px solid #dbeafe;
}

.hl-pdp__price .c8-pdp__price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 0.75rem;
}

.hl-pdp__price .c8-pdp__price-label {
  font-size: 15.75px;
  font-weight: 600;
  color: #64748b;
}

/* Giá bán / giá khuyến mãi — đỏ */
.hl-pdp__price ins,
.hl-pdp__price ins .amount,
.hl-pdp__price .price > .amount,
.hl-pdp__price .price > .woocommerce-Price-amount {
  font-size: 29.25px;
  font-weight: 800;
  color: #dc2626;
  text-decoration: none;
}

/* Giá gốc — gạch xanh đen */
.hl-pdp__price del,
.hl-pdp__price del .amount {
  font-size: 18px;
  color: var(--hl-navy);
  font-weight: 600;
  text-decoration: line-through;
  text-decoration-color: var(--hl-navy);
  opacity: 1;
}

.hl-pdp__price ins {
  text-decoration: none;
}

.hl-pdp__excerpt {
  font-size: 15.75px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--hl-border-color);
}

.hl-pdp__highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
}

.hl-pdp__highlights li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.35rem;
  font-size: 12.38px;
  font-weight: 600;
  color: var(--hl-navy);
  background: #f8fafc;
  border-radius: var(--hl-radius-sm);
  padding: 0.65rem 0.35rem;
  line-height: 1.35;
}

.hl-pdp__highlights i {
  font-size: 20.25px;
  color: var(--hl-green);
}

.hl-pdp__actions {
  margin-bottom: 1.25rem;
}

.hl-pdp__actions .c8-pdp-cart {
  width: 100%;
}

/* Gallery */
.hl-pdp-gallery__main {
  position: relative;
}

.hl-pdp-gallery__stage {
  position: relative;
  aspect-ratio: 1;
  border-radius: var(--hl-radius-md);
  overflow: hidden;
  background: #f8fafc;
}

.hl-pdp-gallery__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}

.hl-pdp-gallery__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hl-pdp-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.hl-pdp-gallery__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: var(--hl-navy);
  box-shadow: var(--hl-shadow-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--hl-transition);
}

.hl-pdp-gallery__nav:hover {
  background: var(--hl-navy);
  color: #fff;
}

.hl-pdp-gallery__nav--prev {
  left: 0.65rem;
}

.hl-pdp-gallery__nav--next {
  right: 0.65rem;
}

.hl-pdp-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.hl-pdp-gallery__thumb {
  flex: 0 0 calc(25% - 0.375rem);
  max-width: calc(25% - 0.375rem);
  padding: 0;
  border: 2px solid transparent;
  border-radius: var(--hl-radius-sm);
  overflow: hidden;
  background: #f8fafc;
  cursor: pointer;
  transition: var(--hl-transition);
}

.hl-pdp-gallery__thumb.is-active {
  border-color: var(--hl-green);
}

.hl-pdp-gallery__thumb-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
}

/* Promo box */
.c8-pdp-promo {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: var(--hl-radius-md);
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.c8-pdp-promo__title {
  font-size: 15.75px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.c8-pdp-promo__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c8-pdp-promo__list li {
  position: relative;
  padding-left: 1rem;
  font-size: 14.62px;
  color: #475569;
  line-height: 1.5;
  margin-bottom: 0.35rem;
}

.c8-pdp-promo__list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--hl-gold);
  font-weight: 700;
}

.c8-pdp-promo__list li:last-child {
  margin-bottom: 0;
}

.c8-pdp-cart__row {
  margin-bottom: 0.75rem;
}

.c8-pdp-cart__qty {
  margin-bottom: 0.75rem;
}

.c8-pdp-cart__qty-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 15.75px;
  font-weight: 600;
  color: var(--hl-navy);
}

.c8-pdp-cart .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--hl-border-color);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.c8-pdp-cart .quantity .qty {
  width: 52px;
  height: 42px;
  border: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  -moz-appearance: textfield;
}

.c8-pdp-cart .quantity .qty::-webkit-outer-spin-button,
.c8-pdp-cart .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.c8-pdp-cart__add {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 0.75rem 1.25rem !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #9a563a !important;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 16.88px !important;
  text-transform: none !important;
  cursor: pointer;
  line-height: 1.2;
}

.c8-pdp-cart__add:hover {
  background: #7e422c !important;
  color: #fff !important;
}

.c8-pdp-cart__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin-bottom: 0;
}

.c8-pdp-cart__buy,
.c8-pdp-cart__phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 8px;
  background: var(--hl-navy);
  color: #fff !important;
  font-weight: 700;
  font-size: 16.88px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
}

.c8-pdp-cart__buy:hover,
.c8-pdp-cart__phone:hover {
  background: #0b1424;
  color: #fff !important;
}

.c8-pdp-cart__phone b {
  color: #ffb38a;
}

.hl-pdp__support {
  background: linear-gradient(135deg, #0d2b6b 0%, #184b9c 100%);
  border-radius: var(--hl-radius-md);
  padding: 1rem 1.15rem;
  font-size: 15.75px;
  color: rgba(255, 255, 255, 0.9);
}

.hl-pdp__support strong {
  display: block;
  color: #fff;
  margin-bottom: 0.35rem;
  font-size: 14.62px;
  letter-spacing: 0.02em;
}

.hl-pdp__support a {
  color: var(--hl-gold) !important;
}

.hl-pdp__support .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

/* Tabs */
.hl-pdp__tabs {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: var(--hl-radius-lg);
  padding: 1.25rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
  box-shadow: var(--hl-shadow-sm);
}

.c8-pdp-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  border-bottom: 1px solid var(--hl-border-color);
}

.c8-pdp-tabs__link {
  padding: 0.75rem 1.15rem;
  font-size: 15.75px;
  font-weight: 700;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  transition: var(--hl-transition);
}

.c8-pdp-tabs__link.is-active {
  color: var(--hl-navy);
  border-bottom-color: var(--hl-gold);
}

.c8-pdp-tabs__panel {
  display: none;
}

.c8-pdp-tabs__panel.is-active {
  display: block;
}

.c8-pdp-tabs__inner {
  font-size: 16.88px;
  line-height: 1.8;
  color: #334155;
}

.c8-pdp-tabs__inner > :first-child {
  margin-top: 0;
}

.c8-pdp-tabs__inner img {
  max-width: 100%;
  height: auto;
  border-radius: var(--hl-radius-sm);
}

.hl-pdp-tab-empty {
  margin: 0;
  color: #64748b;
  font-style: italic;
}

.c8-pdp-tabs__inner.is-collapsed {
  max-height: 320px;
  overflow: hidden;
  position: relative;
}

.c8-pdp-tabs__inner.is-collapsed::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}

.c8-pdp-tabs__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.85rem;
  padding: 0.55rem 1.25rem;
  border: 1px solid var(--hl-green);
  border-radius: var(--hl-radius-pill);
  background: #fff;
  color: var(--hl-green);
  font-size: 15.75px;
  font-weight: 700;
  cursor: pointer;
  transition: var(--hl-transition);
}

.c8-pdp-tabs__more:hover {
  background: var(--hl-green);
  color: #fff;
}

.c8-pdp-tabs__more .is-less {
  display: none;
}

.c8-pdp-tabs__more.is-open .is-more {
  display: none;
}

.c8-pdp-tabs__more.is-open .is-less {
  display: inline;
}

.c8-pdp-tabs table,
.c7-product-specs {
  width: 100%;
  border-collapse: collapse;
}

.c8-pdp-tabs table td,
.c7-product-specs td {
  padding: 0.65rem 0.85rem;
  border-bottom: 1px solid var(--hl-border-color);
  font-size: 15.75px;
}

.c8-pdp-tabs table tr:nth-child(even) td,
.c7-product-specs tr:nth-child(even) td {
  background: #f8fafc;
}

.c8-pdp-guide ol {
  padding-left: 1.25rem;
  margin: 0;
}

.c8-pdp-guide li {
  margin-bottom: 0.5rem;
  line-height: 1.7;
}

/* Related products slider */
.hl-pdp__related {
  margin-top: 0.5rem;
}

.hl-pdp-related__head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.hl-pdp-related__title {
  font-size: clamp(24.75px, 2.2vw, 29.25px);
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 0.35rem;
}

.hl-pdp-related__sub {
  margin: 0;
  font-size: 15.75px;
  color: #64748b;
}

.hl-products-slider {
  position: relative;
  padding: 0 2.75rem;
}

.hl-products-slider__viewport {
  overflow: hidden;
}

.hl-products-slider__track {
  display: flex;
  gap: 1rem;
  transition: transform 0.45s ease;
  will-change: transform;
}

.hl-products-slider__slide {
  flex: 0 0 calc(25% - 0.75rem);
  min-width: calc(25% - 0.75rem);
}

.hl-products-slider__slide .hl-product-card {
  height: 100%;
}

.hl-products-slider__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--hl-navy);
  box-shadow: var(--hl-shadow-md);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--hl-transition);
}

.hl-products-slider__arrow:hover,
.hl-products-slider__arrow:focus {
  background: var(--hl-navy);
  color: #fff;
}

.hl-products-slider__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.hl-products-slider__arrow--prev {
  left: 0;
}

.hl-products-slider__arrow--next {
  right: 0;
}

.hl-products-slider__dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1.25rem;
}

.hl-products-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: var(--hl-transition);
}

.hl-products-slider__dot.is-active {
  width: 22px;
  border-radius: var(--hl-radius-pill);
  background: var(--hl-green);
}

.hl-products-slider.is-static {
  padding: 0;
}

.hl-products-slider.is-static .hl-products-slider__arrow,
.hl-products-slider.is-static .hl-products-slider__dots {
  display: none;
}

@media (max-width: 991.98px) {
  .hl-shop-page__layout {
    grid-template-columns: 1fr;
  }

  .hl-shop-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(320px, 88vw);
    z-index: 99;
    background: #fff;
    padding: 1rem;
    overflow-y: auto;
    transform: translateX(-110%);
    transition: transform 0.25s ease;
    box-shadow: var(--hl-shadow-md);
  }

  .hl-shop-sidebar.is-open {
    transform: translateX(0);
  }

  .hl-shop-filter-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
  }

  .hl-shop-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hl-pdp__top {
    grid-template-columns: 1fr;
  }

  .hl-pdp__highlights {
    grid-template-columns: 1fr;
  }

  .hl-products-slider__slide {
    flex: 0 0 calc(50% - 0.5rem);
    min-width: calc(50% - 0.5rem);
  }
}

@media (max-width: 575.98px) {
  .hl-shop-grid {
    grid-template-columns: 1fr;
  }

  .hl-products-slider {
    padding: 0 2.25rem;
  }

  .hl-products-slider__slide {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .hl-pdp-gallery__thumb {
    flex: 0 0 calc(20% - 0.4rem);
    max-width: calc(20% - 0.4rem);
  }
}

/* Product search results */
.hl-shop-search {
  background: #fff;
  border: 1px solid var(--hl-border-color);
  border-radius: 12px;
  padding: 1.15rem 1.25rem 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--hl-shadow-sm);
}

.hl-shop-search__form {
  display: flex;
  align-items: stretch;
  gap: 0;
  position: relative;
  border: 1px solid #d7e0ea;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fbff;
}

.hl-shop-search__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  color: var(--hl-navy);
  flex-shrink: 0;
}

.hl-shop-search__input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.85rem 0.5rem 0.85rem 0;
  font-size: 18px;
  color: #222;
  outline: none;
}

.hl-shop-search__input::placeholder {
  color: #8a97a8;
}

.hl-shop-search__submit {
  border: 0;
  background: var(--hl-navy);
  color: #fff;
  font-weight: 700;
  font-size: 15.75px;
  padding: 0 1.35rem;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.hl-shop-search__submit:hover,
.hl-shop-search__submit:focus {
  background: var(--hl-navy-dark);
  outline: none;
}

.hl-shop-search__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  margin-top: 0.85rem;
}

.hl-shop-search__result {
  margin: 0;
  font-size: 16.88px;
  color: #445;
  line-height: 1.45;
}

.hl-shop-search__result strong {
  color: var(--hl-navy);
}

.hl-shop-search__clear {
  font-size: 14.62px;
  font-weight: 600;
  color: var(--hl-navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hl-shop-search__clear:hover {
  color: var(--hl-gold-hover);
}

.hl-shop-search__suggestions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.hl-shop-search__suggestions-label {
  font-size: 14.62px;
  font-weight: 600;
  color: #667;
}

.hl-shop-search__chip {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #cfd9e6;
  background: #fff;
  color: var(--hl-navy);
  font-size: 14.62px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hl-shop-search__chip:hover {
  background: var(--hl-gold);
  border-color: var(--hl-gold);
  color: var(--hl-navy);
}

.hl-shop-empty {
  background: #fff;
  border: 1px dashed #c9d6e5;
  border-radius: 12px;
  padding: 3rem 1.5rem;
  text-align: center;
}

.hl-shop-empty__icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  background: rgba(13, 43, 107, 0.08);
  color: var(--hl-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.hl-shop-empty__title {
  font-size: 24.75px;
  font-weight: 800;
  color: var(--hl-navy);
  margin: 0 0 0.5rem;
}

.hl-shop-empty__text {
  font-size: 18px;
  color: #667;
  margin: 0 0 1.35rem;
}

.hl-shop-empty__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.hl-shop-page--search .hl-shop-toolbar {
  margin-top: 0.25rem;
}

@media (max-width: 575.98px) {
  .hl-shop-search__form {
    flex-wrap: wrap;
  }

  .hl-shop-search__submit {
    width: 100%;
    padding: 0.8rem 1rem;
  }

  .hl-shop-search__input {
    font-size: 16.5px;
  }
}
