body.tg-product-search {
  --tg-shell-max: 23.04rem;
  background: #ffffff;
}

.tg-product-search .tg-shell {
  width: min(calc(100% - 1.152rem), var(--tg-shell-max));
}

.product-search-main {
  padding-top: 0.864rem;
  padding-bottom: 1.296rem;
}

.product-search-hero {
  max-width: 10.56rem;
  margin-bottom: 0.864rem;
}

.product-search-title {
  margin: 0 0 0.216rem;
  color: #1c1b1b;
  font-size: 1.386666rem;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.039em;
}

.product-search-description {
  max-width: 8.448rem;
  margin: 0 0 0.756rem;
  color: #4e4639;
  font-size: 0.426666rem;
  line-height: 1.6;
}

.product-search-form {
  position: relative;
  max-width: 9.216rem;
}

.product-search-form input {
  width: 100%;
  min-height: 0.864rem;
  padding: 0.162rem 0.864rem 0.162rem 0;
  border: 0;
  border-bottom: 1px solid rgba(209, 197, 180, 0.9);
  border-radius: 0;
  background: transparent;
  color: #1c1b1b;
  font-size: 0.64rem;
  line-height: 1.3;
  font-weight: 700;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.product-search-form input:focus {
  border-color: #775a19;
  box-shadow: 0 0.026667rem 0 #775a19;
}

.product-search-form button {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.576rem;
  height: 0.576rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #4e4639;
  transform: translateY(-50%);
  transition: color 0.25s ease;
}

.product-search-form button:hover {
  color: #775a19;
}

.product-search-form button svg,
.product-search-empty__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.product-search-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.432rem;
  margin-bottom: 0.864rem;
  padding: 0.288rem 0 0.324rem;
  border-bottom: 1px solid rgba(209, 197, 180, 0.5);
}

.product-search-toolbar__count {
  color: #4e4639;
  font-size: 0.373334rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
}

.product-search-toolbar__controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.432rem;
}

.product-search-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.108rem;
}

.product-search-chip {
  min-height: 1rem;
  padding: 0 0.288rem;
  border: 1px solid rgba(127, 118, 103, 0.45);
  border-radius: 0.064rem;
  background: transparent;
  color: #1c1b1b;
  font-size: 0.32rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.product-search-chip:hover {
  color: #775a19;
  border-color: #775a19;
}

.product-search-sort {
  display: flex;
  align-items: center;
  gap: 0.108rem;
  margin: 0;
  color: #1c1b1b;
  font-size: 0.373334rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
}

.product-search-sort select {
  min-height: 0.96rem;
  padding: 0 0.432rem 0 0;
  border: 0;
  border-bottom: 1px solid rgba(127, 118, 103, 0.45);
  border-radius: 0;
  background: transparent;
  color: #1c1b1b;
  outline: none;
  text-transform: none;
  letter-spacing: 0;
}

.product-search-sort select:focus {
  border-color: #775a19;
}

.product-search-grid {
  --bs-gutter-x: 0.432rem;
  --bs-gutter-y: 0.864rem;
  margin-bottom: 1.296rem;
}

.product-search-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-search-card__media {
  overflow: hidden;
  margin-bottom: 0.324rem;
  border-radius: 0.064rem;
  background: #f6f3f2;
  aspect-ratio: 3 / 4;
}

.product-search-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.product-search-card:hover .product-search-card__media img {
  transform: scale(1.05);
}

.product-search-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.product-search-card__title {
  margin: 0 0 0.108rem;
  color: #1c1b1b;
  font-size: 0.48rem;
  line-height: 1.35;
  font-weight: 800;
  transition: color 0.25s ease;
}

.product-search-card:hover .product-search-card__title {
  color: #c5a059;
}

.product-search-card__description {
  flex: 1 1 auto;
  margin: 0 0 0.288rem;
  color: #4e4639;
  font-size: 0.373334rem;
  line-height: 1.55;
}

.product-search-card__price {
  margin: 0;
  color: #c5a059;
  font-size: 0.426666rem;
  font-weight: 800;
  letter-spacing: 0.052em;
}

.product-search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.296rem 0.576rem;
  border-radius: 0.096rem;
  background: #f6f3f2;
  text-align: center;
}

.product-search-empty__icon {
  display: inline-flex;
  width: 0.768rem;
  height: 0.768rem;
  margin-bottom: 0.432rem;
  color: #7f7667;
}

.product-search-empty h2 {
  max-width: 8.96rem;
  margin: 0 0 0.216rem;
  color: #1c1b1b;
  font-size: 0.96rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.026em;
}

.product-search-empty p {
  max-width: 7.04rem;
  margin: 0 0 0.432rem;
  color: #4e4639;
  font-size: 0.426666rem;
  line-height: 1.6;
}

.product-search-empty__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0.768rem;
  padding: 0 0.576rem;
  border-radius: 0.064rem;
  background: linear-gradient(135deg, #775a19 0%, #c5a059 100%);
  color: #ffffff;
  font-size: 0.373334rem;
  font-weight: 800;
  letter-spacing: 0.104em;
  text-transform: uppercase;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.product-search-empty__button:hover {
  color: #ffffff;
  opacity: 0.92;
  transform: translateY(-0.026667rem);
}

.sr-only {
  position: absolute;
  width: 1.2px;
  height: 1.2px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tg-product-search .site-footer--news-detail {
  padding: 1.08rem 0 0.54rem;
  background: #f6f3f2;
}

.tg-product-search .site-footer__top {
  gap: 0.648rem;
}

.tg-product-search .site-footer__text,
.tg-product-search .site-footer__column a,
.tg-product-search .site-footer__bottom {
  color: #5f5e5e;
}

@media (max-width: 991.98px) {

  .tg-product-search .site-nav {
    top: 0.96rem;
    gap: 0.216rem;
    padding: 0.324rem 0.648rem 0.432rem;
  }

  .product-search-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-search-toolbar__controls {
    justify-content: flex-start;
  }

  .tg-product-search .site-footer__top {
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .tg-product-search .tg-shell {
    width: min(calc(100% - 0.768rem), var(--tg-shell-max));
  }

  .tg-product-search .site-nav {
    top: 0.864rem;
    padding-right: 0.432rem;
    padding-left: 0.432rem;
  }

  .product-search-main {
    padding-top: 0.54rem;
    padding-bottom: 0.972rem;
  }

  .product-search-title {
    font-size: 1.12rem;
  }

  .product-search-description,
  .product-search-empty p {
    font-size: 0.373334rem;
  }

  .product-search-form input {
    font-size: 0.533334rem;
  }

  .product-search-toolbar__controls,
  .product-search-chips,
  .product-search-sort,
  .product-search-sort select {
    width: 100%;
  }

  .product-search-sort {
    align-items: flex-start;
    flex-direction: column;
  }

  .product-search-chip {
    flex: 1 1 auto;
  }

  .product-search-empty {
    padding: 0.864rem 0.432rem;
  }

  .product-search-empty h2 {
    font-size: 0.746666rem;
  }

  .product-search-empty__button {
    width: 100%;
  }

  .tg-product-search .site-footer__columns {
    grid-template-columns: 1fr;
  }

  .tg-product-search .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

