/* Turgus Telegram Style Prototype v1.1 - sandbox only */
:root {
  --tg-bg: #f4f8fb;
  --tg-bg-soft: #eaf5fc;
  --tg-blue: #229ED9;
  --tg-blue-dark: #1688c0;
  --tg-blue-deep: #0e75a8;
  --tg-text: #17212b;
  --tg-muted: #6b7b8c;
  --tg-card: #ffffff;
  --tg-border: rgba(34, 158, 217, 0.16);
  --tg-border-strong: rgba(34, 158, 217, 0.26);
  --tg-shadow: 0 18px 42px rgba(23, 33, 43, 0.09);
  --tg-shadow-soft: 0 10px 26px rgba(23, 33, 43, 0.07);
  --tg-radius: 18px;
}

body#body-home a {
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body#body-home #header-line,
body#body-home #sub-nav {
  display: none;
}

body#body-home #header-bar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(34, 158, 217, 0.18);
  box-shadow: 0 12px 32px rgba(23, 33, 43, 0.08);
  backdrop-filter: blur(16px);
  position: sticky;
  top: 0;
  z-index: 50;
}

body#body-home #header-bar .inside {
  align-items: center;
  display: flex;
  gap: 16px;
  min-height: 72px;
  max-width: 1220px;
  padding: 0 18px;
}

body#body-home .middle-block.logo,
body#body-home .middle-block.logo a,
body#body-home .resp-logo {
  align-items: center;
  display: inline-flex;
  min-height: 48px;
}

body#body-home .middle-block.logo img,
body#body-home .resp-logo img {
  display: none;
}

body#body-home .middle-block.logo a::before,
body#body-home .resp-logo::before {
  align-items: center;
  background: linear-gradient(135deg, var(--tg-blue), #35b8f4);
  border-radius: 16px;
  box-shadow: 0 12px 26px rgba(34, 158, 217, 0.28);
  color: #fff;
  content: "\f2c6";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 22px;
  height: 44px;
  justify-content: center;
  margin-right: 10px;
  width: 44px;
}

body#body-home .middle-block.logo a::after,
body#body-home .resp-logo::after {
  color: var(--tg-text);
  content: "Turgus.eu";
  display: inline-block;
  font-size: 23px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

body#body-home #header-bar .left-block,
body#body-home #header-bar .right-block {
  align-items: center;
  display: flex;
  gap: 8px;
}

body#body-home #header-bar .le-btn,
body#body-home #lang_open .le-btn,
body#body-home #header-bar .account .le-btn {
  background: rgba(234, 245, 252, 0.72);
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--tg-text);
  font-weight: 700;
  min-height: 40px;
  padding: 0 14px;
}

body#body-home #header-bar .le-btn:hover,
body#body-home #header-bar .le-btn.active,
body#body-home #lang_open:hover .le-btn,
body#body-home #header-bar .account .le-btn:hover {
  background: #e1f2fb;
  border-color: var(--tg-border-strong);
  color: var(--tg-blue);
}

body#body-home #header-bar a.publish {
  background: linear-gradient(135deg, var(--tg-blue), #2bb7f2);
  border: 0;
  border-radius: 999px;
  color: #fff;
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.32);
  font-weight: 900;
  letter-spacing: 0;
  min-height: 42px;
  padding: 0 20px;
  text-transform: none;
}

body#body-home #header-bar a.publish:hover {
  background: linear-gradient(135deg, var(--tg-blue-dark), #1ba8e5);
  color: #fff;
  box-shadow: 0 18px 36px rgba(34, 158, 217, 0.42);
  transform: translateY(-1px);
}

body#body-home .search-top {
  margin: 10px auto 0;
  max-width: 780px;
}

body#body-home .search-top form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--tg-border-strong);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(23, 33, 43, 0.08);
  overflow: hidden;
}

body#body-home .search-top input[name="sPattern"] {
  background: transparent;
  border: 0;
  color: var(--tg-text);
  font-size: 15px;
  min-height: 48px;
}

body#body-home .search-top input[name="sPattern"]::placeholder {
  color: #8aa1b2;
}

body#body-home .search-top button {
  background: linear-gradient(135deg, var(--tg-blue), #2bb7f2);
  border-radius: 999px;
  color: #fff;
  margin: 5px;
  min-height: 38px;
  min-width: 46px;
}

body#body-home .home-container {
  background: transparent;
}

body#body-home .home-container .inner {
  max-width: 1220px;
  padding-left: 18px;
  padding-right: 18px;
}

body#body-home .hc-turgus-categories {
  padding-top: 16px;
  padding-bottom: 8px;
}

body#body-home .turgus-category-panel {
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(23, 33, 43, 0.06);
  padding: 18px;
}

body#body-home .turgus-category-head,
body#body-home #latest h2.home {
  border: 0;
  margin-bottom: 14px;
  padding: 0;
}

body#body-home .turgus-category-head h2,
body#body-home #latest h2.home span {
  color: var(--tg-text);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
}

body#body-home .turgus-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(92px, 1fr));
  gap: 12px;
}

body#body-home .turgus-category-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(34, 158, 217, 0.12);
  border-radius: 18px;
  box-shadow: var(--tg-shadow-soft);
  color: var(--tg-text);
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-height: 116px;
  padding: 14px 8px 12px;
  position: relative;
  text-decoration: none;
}

body#body-home .turgus-category-card::after {
  background: linear-gradient(90deg, transparent, rgba(34, 158, 217, 0.45), transparent);
  border-radius: 999px;
  bottom: 0;
  content: "";
  height: 2px;
  left: 22%;
  opacity: 0;
  position: absolute;
  right: 22%;
  transition: opacity 0.18s ease;
}

body#body-home .turgus-category-card:hover {
  border-color: rgba(34, 158, 217, 0.28);
  box-shadow: 0 18px 38px rgba(34, 158, 217, 0.14);
  color: var(--tg-blue);
  transform: translateY(-3px);
}

body#body-home .turgus-category-card:hover::after {
  opacity: 1;
}

body#body-home .turgus-category-icon {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #edf8ff);
  border: 1px solid rgba(34, 158, 217, 0.18);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 #fff, 0 10px 20px rgba(34, 158, 217, 0.13);
  display: flex;
  height: 58px;
  justify-content: center;
  width: 58px;
}

body#body-home .turgus-category-icon i {
  color: var(--tg-blue);
  font-size: 24px;
  line-height: 1;
}

body#body-home .turgus-category-icon img {
  max-height: 30px;
  max-width: 30px;
}

body#body-home .turgus-category-name {
  color: inherit;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  min-height: 32px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#body-home .hc-latest {
  padding-top: 10px;
}

body#body-home #latest.white {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

body#body-home #latest .block .wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body#body-home #latest .block .wrap:before,
body#body-home #latest .block .wrap:after {
  display: none;
}

body#body-home #latest .simple-prod,
body#body-home #latest .list-prod,
body#body-home #latest .prod,
body#body-home #latest .item,
body#body-home #latest .product {
  background: var(--tg-card);
  border: 1px solid rgba(34, 158, 217, 0.10);
  border-radius: var(--tg-radius);
  box-shadow: var(--tg-shadow-soft);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

body#body-home #latest .simple-prod:hover,
body#body-home #latest .list-prod:hover,
body#body-home #latest .prod:hover,
body#body-home #latest .item:hover,
body#body-home #latest .product:hover {
  box-shadow: 0 18px 42px rgba(23, 33, 43, 0.13);
  transform: translateY(-2px);
}

body#body-home #latest .img-wrap,
body#body-home #latest .photo,
body#body-home #latest .image,
body#body-home #latest .item-img-wrap {
  aspect-ratio: 4 / 3;
  background: #eaf5fc;
  overflow: hidden;
  position: relative;
}

body#body-home #latest .img-wrap img,
body#body-home #latest .photo img,
body#body-home #latest .image img,
body#body-home #latest .item-img-wrap .img-link,
body#body-home #latest .item-img-wrap .img-link img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

body#body-home #latest .simple-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body#body-home #latest .simple-prod .category {
  left: 12px;
  position: absolute;
  top: 12px;
  z-index: 2;
}

body#body-home #latest .simple-prod .category a {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 158, 217, 0.18);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.10);
  color: var(--tg-blue-deep);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  max-width: 180px;
  overflow: hidden;
  padding: 8px 10px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#body-home #latest .simple-prod .title {
  color: var(--tg-text);
  display: -webkit-box;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  margin: 14px 16px 8px;
  min-height: 42px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#body-home #latest .simple-prod .middle,
body#body-home #latest .simple-prod .description,
body#body-home #latest .simple-prod .bottom {
  margin-left: 16px;
  margin-right: 16px;
}

body#body-home #latest .simple-prod .middle {
  min-height: 30px;
}

body#body-home #latest .simple-prod .location {
  align-items: center;
  background: #f0f8fe;
  border: 1px solid rgba(34, 158, 217, 0.13);
  border-radius: 999px;
  color: var(--tg-muted);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  margin: 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  padding: 7px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#body-home #latest .simple-prod .location::before {
  color: var(--tg-blue);
  content: "\f041";
  font-family: FontAwesome;
  font-size: 12px;
  margin-right: 6px;
}

body#body-home #latest .simple-prod .description {
  border: 0;
  color: var(--tg-muted);
  display: -webkit-box;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 14px;
  min-height: 56px;
  overflow: hidden;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

body#body-home #latest .simple-prod .description .text {
  color: inherit;
}

body#body-home #latest .simple-prod .bottom {
  border-top: 1px solid rgba(34, 158, 217, 0.10);
  margin-top: auto;
  padding: 13px 0 15px;
}

body#body-home #latest .simple-prod .price {
  color: var(--tg-blue);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

body#body-home #latest .simple-prod .price span {
  color: inherit;
}

body#body-home #latest .simple-prod .labels,
body#body-home #latest .simple-prod .img-bottom {
  display: none;
}

body#body-home #latest .simple-prod .img-link.no-img {
  align-items: center;
  background:
    radial-gradient(circle at 50% 38%, rgba(34, 158, 217, 0.14), transparent 28%),
    linear-gradient(180deg, #eff9ff, #e4f2fb);
  display: flex;
  justify-content: center;
}

body#body-home #latest .simple-prod .img-link.no-img img {
  height: 58px;
  opacity: 0;
  width: 58px;
}

body#body-home #latest .simple-prod .img-link.no-img::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(34, 158, 217, 0.16);
  border-radius: 22px;
  color: rgba(34, 158, 217, 0.54);
  content: "\f03e";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 28px;
  height: 76px;
  justify-content: center;
  position: absolute;
  width: 76px;
}

body#body-home #latest .title,
body#body-home #latest h3,
body#body-home #latest .name {
  color: var(--tg-text);
  font-weight: 900;
  line-height: 1.25;
}

body#body-home #latest .description,
body#body-home #latest .desc,
body#body-home #latest p.desc {
  color: var(--tg-muted);
  display: -webkit-box;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#body-home #latest .price,
body#body-home #latest .cost {
  color: var(--tg-blue);
  font-weight: 900;
}

body#body-home #latest .empty,
body#body-home .empty {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 158, 217, 0.16);
  border-radius: 22px;
  box-shadow: var(--tg-shadow-soft);
  color: var(--tg-muted);
  display: flex;
  gap: 14px;
  justify-content: center;
  min-height: 96px;
  padding: 24px;
  text-align: center;
}

body#body-home #latest .empty::before,
body#body-home .empty::before {
  align-items: center;
  background: #eaf7ff;
  border-radius: 999px;
  color: var(--tg-blue);
  content: "\f1d8";
  display: inline-flex;
  flex: 0 0 42px;
  font-family: FontAwesome;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

body#body-home .turgus-telegram-bot {
  padding: 12px 0 18px;
}

body#body-home .turgus-telegram-panel {
  align-items: center;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.28), transparent 30%),
    linear-gradient(135deg, #229ED9 0%, #1b91cf 48%, #0c76aa 100%);
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 24px;
  box-shadow: 0 22px 52px rgba(34, 158, 217, 0.30);
  color: #fff;
  display: flex;
  gap: 22px;
  justify-content: space-between;
  overflow: hidden;
  padding: 22px 24px;
  position: relative;
}

body#body-home .turgus-telegram-panel::before {
  align-items: center;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 22px;
  color: #fff;
  content: "\f2c6";
  display: inline-flex;
  flex: 0 0 62px;
  font-family: FontAwesome;
  font-size: 31px;
  height: 62px;
  justify-content: center;
  width: 62px;
}

body#body-home .turgus-telegram-copy {
  flex: 1 1 auto;
  min-width: 0;
}

body#body-home .turgus-telegram-copy h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0 0 6px;
}

body#body-home .turgus-telegram-copy p,
body#body-home .turgus-telegram-note {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

body#body-home .turgus-telegram-note {
  color: #fff;
  font-weight: 800;
  margin-top: 4px;
}

body#body-home .turgus-telegram-button {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(0, 70, 110, 0.22);
  color: var(--tg-blue-deep);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 900;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  text-decoration: none;
}

body#body-home .turgus-telegram-button:hover {
  background: #eaf7ff;
  color: var(--tg-blue-deep);
  transform: translateY(-2px);
}

body#body-home #footer,
body#body-home footer {
  background: transparent;
  border-top: 1px solid rgba(34, 158, 217, 0.12);
  color: var(--tg-muted);
  margin-top: 10px;
}

body#body-home #footer a,
body#body-home footer a {
  color: var(--tg-muted);
}

body#body-home #footer a:hover,
body#body-home footer a:hover {
  color: var(--tg-blue);
}

@media (max-width: 1100px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(6, minmax(92px, 1fr));
  }

  body#body-home #latest .block .wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body#body-home #header-bar .inside {
    gap: 10px;
    min-height: 62px;
    padding: 0 12px;
  }

  body#body-home .middle-block.logo a::before,
  body#body-home .resp-logo::before {
    border-radius: 14px;
    font-size: 19px;
    height: 38px;
    width: 38px;
  }

  body#body-home .middle-block.logo a::after,
  body#body-home .resp-logo::after {
    font-size: 20px;
  }

  body#body-home .home-container .inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  body#body-home .turgus-category-panel {
    border-radius: 20px;
    padding: 14px;
  }

  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
  }

  body#body-home .turgus-category-card {
    border-radius: 16px;
    min-height: 104px;
    padding: 11px 6px 10px;
  }

  body#body-home .turgus-category-icon {
    height: 50px;
    width: 50px;
  }

  body#body-home .turgus-category-icon i {
    font-size: 21px;
  }

  body#body-home #latest .block .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body#body-home .turgus-telegram-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    padding: 18px;
  }

  body#body-home .turgus-telegram-panel::before {
    height: 50px;
    width: 50px;
  }

  body#body-home .turgus-telegram-button {
    justify-content: center;
    width: 100%;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body#body-home #latest .block .wrap {
    grid-template-columns: 1fr;
  }

  body#body-home .search-top {
    margin-top: 6px;
  }
}
﻿
/* Header v2 - compact classifieds app header, sandbox only */
body#body-home #header-bar .inside.turgus-header-v2 {
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto auto auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  max-width: 1240px;
  padding: 0 18px;
}

body#body-home .turgus-header-brand {
  grid-column: 1;
  min-width: 178px;
  order: 1;
}

body#body-home .turgus-header-brand a {
  align-items: center;
  background: transparent;
  border-radius: 18px;
  color: var(--tg-text);
  display: inline-flex;
  min-height: 48px;
  padding: 0;
  text-decoration: none;
  white-space: nowrap;
}

body#body-home .turgus-header-brand a::before {
  background: linear-gradient(135deg, var(--tg-blue), #36b9f4);
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(34, 158, 217, 0.25);
  color: #fff;
  content: "\f2c6";
  font-family: FontAwesome;
  font-size: 21px;
  height: 42px;
  margin-right: 10px;
  width: 42px;
}

body#body-home .turgus-header-brand a::after {
  color: var(--tg-text);
  content: "Turgus.eu";
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0;
}

body#body-home .turgus-header-search {
  grid-column: 2;
  margin: 0;
  max-width: none;
  min-width: 0;
  order: 2;
  width: 100%;
}

body#body-home .turgus-header-search form {
  align-items: center;
  background: var(--turgus-panel-strong);
  border: 1px solid var(--turgus-border);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85), 0 8px 22px rgba(23, 33, 43, 0.05);
  display: flex;
  height: 46px;
}

body#body-home .turgus-header-search input[name="sPattern"] {
  flex: 1 1 auto;
  min-height: 44px;
  padding-left: 18px;
}

body#body-home .turgus-header-search button {
  flex: 0 0 38px;
  height: 38px;
  margin: 4px 5px 4px 0;
  min-height: 38px;
  min-width: 38px;
}

body#body-home .turgus-header-language {
  grid-column: 3;
  margin: 0;
  order: 3;
  position: relative;
}

body#body-home .turgus-header-language #lang_open .le-btn {
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.16);
  box-shadow: 0 8px 20px rgba(23, 33, 43, 0.05);
  min-height: 42px;
  padding: 0 12px;
  white-space: nowrap;
}

body#body-home .turgus-header-language #lang-wrap {
  right: 0;
}

body#body-home .turgus-header-user {
  align-items: center;
  display: flex;
  grid-column: 4;
  justify-content: center;
  margin: 0;
  order: 4;
}

body#body-home .turgus-header-user .picture {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.12);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.05);
  display: flex;
  height: 40px;
  justify-content: center;
  opacity: 0.72;
  overflow: hidden;
  width: 40px;
}

body#body-home .turgus-header-user .picture:hover {
  opacity: 1;
  transform: translateY(-1px);
}

body#body-home .turgus-header-user .picture img {
  height: 28px;
  width: 28px;
}

body#body-home .turgus-header-publish {
  align-items: center;
  display: inline-flex;
  grid-column: 5;
  justify-content: center;
  min-height: 44px;
  order: 5;
  white-space: nowrap;
}

body#body-home .turgus-legacy-actions {
  display: none;
}

body#body-home #header-bar .right-block,
body#body-home #header-bar .left-block:not(.turgus-legacy-actions) {
  display: none;
}

@media (max-width: 900px) {
  body#body-home #header-bar .inside.turgus-header-v2 {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 106px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  body#body-home .turgus-header-brand {
    grid-column: 1;
  }

  body#body-home .turgus-header-search {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  body#body-home .turgus-header-language {
    grid-column: 2;
    justify-self: end;
  }

  body#body-home .turgus-header-user {
    display: none;
  }

  body#body-home .turgus-header-publish {
    grid-column: 3;
  }
}

@media (max-width: 560px) {
  body#body-home #header-bar .inside.turgus-header-v2 {
    grid-template-columns: 1fr auto;
    min-height: 112px;
  }

  body#body-home .turgus-header-brand a::before {
    height: 38px;
    width: 38px;
  }

  body#body-home .turgus-header-brand a::after {
    font-size: 21px;
  }

  body#body-home .turgus-header-language {
    display: none;
  }

  body#body-home .turgus-header-publish {
    grid-column: 2;
    min-height: 40px;
    padding: 0 14px;
  }

  body#body-home .turgus-header-search {
    grid-column: 1 / -1;
  }
}
﻿
/* Header v2 cleanup - hide home shortcut on homepage */
body#body-home #header-bar .turgus-legacy-actions,
body#body-home #header-bar .turgus-legacy-actions .le-btn.home,
body#body-home #header-bar .le-btn.home {
  display: none;
}

body#body-home #header-bar .inside.turgus-header-v2 {
  grid-template-columns: auto minmax(280px, 1fr) auto auto;
}

body#body-home .turgus-header-brand {
  margin-left: 0;
}

body#body-home .turgus-header-search {
  grid-column: 2;
}

body#body-home .turgus-header-language {
  grid-column: 3;
}

body#body-home .turgus-header-user {
  display: none;
}

body#body-home .turgus-header-publish {
  grid-column: 4;
}

@media (max-width: 900px) {
  body#body-home #header-bar .inside.turgus-header-v2 {
    grid-template-columns: auto 1fr auto;
  }

  body#body-home .turgus-header-language {
    grid-column: 2;
  }

  body#body-home .turgus-header-publish {
    grid-column: 3;
  }
}

@media (max-width: 560px) {
  body#body-home #header-bar .inside.turgus-header-v2 {
    grid-template-columns: 1fr auto;
  }

  body#body-home .turgus-header-publish {
    grid-column: 2;
  }
}
﻿
/* Home layout compact v1 - categories, latest and Telegram CTA only */
body#body-home .hc-turgus-categories {
  padding-top: 10px;
  padding-bottom: 4px;
}

body#body-home .turgus-category-panel {
  border-radius: 20px;
  padding: 14px;
}

body#body-home .turgus-category-head {
  margin-bottom: 10px;
}

body#body-home .turgus-category-head h2 {
  font-size: 20px;
}

body#body-home .turgus-category-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body#body-home .turgus-category-card {
  border-radius: 16px;
  gap: 7px;
  min-height: 88px;
  padding: 10px 8px 9px;
}

body#body-home .turgus-category-icon {
  height: 46px;
  width: 46px;
}

body#body-home .turgus-category-icon i {
  font-size: 20px;
}

body#body-home .turgus-category-name {
  font-size: 12px;
  line-height: 1.2;
  min-height: 28px;
}

body#body-home .hc-latest {
  padding-top: 6px;
}

body#body-home #latest h2.home {
  margin-bottom: 10px;
}

body#body-home #latest h2.home span {
  font-size: 20px;
}

body#body-home #latest .empty,
body#body-home .empty {
  border-radius: 18px;
  min-height: 76px;
  padding: 18px;
}

body#body-home #latest .empty::before,
body#body-home .empty::before {
  flex-basis: 36px;
  font-size: 16px;
  height: 36px;
  width: 36px;
}

body#body-home .turgus-telegram-bot {
  padding: 8px 0 12px;
}

body#body-home .turgus-telegram-panel {
  border-radius: 20px;
  gap: 16px;
  padding: 17px 20px;
}

body#body-home .turgus-telegram-panel::before {
  border-radius: 18px;
  flex-basis: 52px;
  font-size: 26px;
  height: 52px;
  width: 52px;
}

body#body-home .turgus-telegram-copy h2 {
  font-size: 21px;
  margin-bottom: 4px;
}

body#body-home .turgus-telegram-copy p,
body#body-home .turgus-telegram-note {
  font-size: 13px;
}

body#body-home .turgus-telegram-button {
  min-height: 42px;
  padding: 0 16px;
}

@media (max-width: 760px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  body#body-home .turgus-category-panel {
    padding: 12px;
  }

  body#body-home .turgus-category-card {
    min-height: 84px;
    padding: 9px 5px 8px;
  }

  body#body-home .turgus-category-icon {
    height: 42px;
    width: 42px;
  }

  body#body-home .turgus-category-icon i {
    font-size: 18px;
  }

  body#body-home .turgus-telegram-panel {
    padding: 15px;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
﻿
/* Category cards compact v2 - Telegram quick actions */
body#body-home .turgus-category-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
}

body#body-home .turgus-category-head {
  align-self: stretch;
}

body#body-home .turgus-category-grid {
  grid-template-columns: repeat(4, 112px);
  justify-content: center;
  gap: 12px;
  width: auto;
  max-width: 100%;
}

body#body-home .turgus-category-card {
  aspect-ratio: 1 / 1;
  justify-content: center;
  min-height: 0;
  width: 112px;
  padding: 9px 7px;
}

body#body-home .turgus-category-icon {
  height: 44px;
  width: 44px;
}

body#body-home .turgus-category-name {
  font-size: 12px;
  min-height: 0;
  max-width: 92px;
}

@media (max-width: 760px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(72px, 92px));
    gap: 8px;
    width: 100%;
  }

  body#body-home .turgus-category-card {
    width: auto;
    padding: 8px 5px;
  }

  body#body-home .turgus-category-icon {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(96px, 118px));
    justify-content: center;
    width: 100%;
  }
}
﻿
/* Category labels fix - readable root category names */
body#body-home .turgus-category-grid {
  grid-template-columns: repeat(4, 132px);
  gap: 12px;
}

body#body-home .turgus-category-card {
  aspect-ratio: 1.08 / 1;
  width: 132px;
  padding: 10px 9px;
}

body#body-home .turgus-category-name {
  display: block;
  max-width: 116px;
  min-height: 30px;
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  -webkit-line-clamp: unset;
}

@media (max-width: 760px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(78px, 104px));
    gap: 8px;
  }

  body#body-home .turgus-category-card {
    aspect-ratio: 1.04 / 1;
    width: auto;
    padding: 8px 6px;
  }

  body#body-home .turgus-category-name {
    max-width: 94px;
    min-height: 30px;
    font-size: 11.5px;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(118px, 136px));
  }

  body#body-home .turgus-category-name {
    max-width: 116px;
    font-size: 12px;
  }
}
﻿
/* Category card spacing fix - stable desktop air between tiles */
body#body-home .turgus-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 132px);
  column-gap: 18px;
  row-gap: 14px;
  justify-content: center;
  justify-items: center;
  width: 100%;
}

body#body-home .turgus-category-card {
  width: 132px;
  max-width: 132px;
}

@media (max-width: 760px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(78px, 104px));
    column-gap: 10px;
    row-gap: 10px;
  }

  body#body-home .turgus-category-card {
    width: 100%;
    max-width: 104px;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(118px, 136px));
    column-gap: 12px;
    row-gap: 12px;
  }

  body#body-home .turgus-category-card {
    max-width: 136px;
  }
}
﻿
/* Category cards visual separation fix */
body#body-home .turgus-category-panel {
  background: rgba(234, 245, 252, 0.58);
}

body#body-home .turgus-category-grid {
  column-gap: 24px;
  row-gap: 16px;
}

body#body-home .turgus-category-card {
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.18);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.08);
}

body#body-home .turgus-category-card:hover {
  border-color: rgba(34, 158, 217, 0.28);
  box-shadow: 0 16px 34px rgba(34, 158, 217, 0.16);
  transform: translateY(-2px);
}

@media (max-width: 760px) {
  body#body-home .turgus-category-grid {
    column-gap: 12px;
    row-gap: 12px;
  }
}

@media (max-width: 430px) {
  body#body-home .turgus-category-grid {
    column-gap: 12px;
    row-gap: 12px;
  }
}
﻿
/* Category/Search Page V2 - Telegram-style prototype, sandbox only */
body#body-search {
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 158, 217, 0.10), transparent 28%),
    linear-gradient(180deg, #f9fcff 0%, var(--tg-bg) 240px, var(--tg-bg) 100%);
  color: var(--tg-text);
}

body#body-search #header-bar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(34, 158, 217, 0.16);
  box-shadow: 0 10px 28px rgba(23, 33, 43, 0.07);
  backdrop-filter: blur(14px);
}

body#body-search #header-bar .inside.turgus-header-v2 {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto auto;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  max-width: 1240px;
  padding: 0 18px;
}

body#body-search .turgus-header-brand { grid-column: 1; min-width: 178px; }
body#body-search .turgus-header-search { grid-column: 2; margin: 0; max-width: none; width: 100%; }
body#body-search .turgus-header-language { grid-column: 3; }
body#body-search .turgus-header-user { display: none; }
body#body-search .turgus-header-publish { grid-column: 4; }
body#body-search .turgus-legacy-actions { display: none; }
body#body-search .middle-block.logo img,
body#body-search .resp-logo img { display: none; }
body#body-search .turgus-header-brand a,
body#body-search .middle-block.logo a,
body#body-search .resp-logo { align-items: center; display: inline-flex; min-height: 48px; text-decoration: none; white-space: nowrap; }
body#body-search .turgus-header-brand a::before,
body#body-search .middle-block.logo a::before,
body#body-search .resp-logo::before {
  align-items: center;
  background: linear-gradient(135deg, var(--tg-blue), #36b9f4);
  border-radius: 15px;
  box-shadow: 0 10px 22px rgba(34, 158, 217, 0.25);
  color: #fff;
  content: "\f2c6";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 21px;
  height: 42px;
  justify-content: center;
  margin-right: 10px;
  width: 42px;
}
body#body-search .turgus-header-brand a::after,
body#body-search .middle-block.logo a::after,
body#body-search .resp-logo::after { color: var(--tg-text); content: "Turgus.eu"; font-size: 24px; font-weight: 900; }
body#body-search .turgus-header-search form { align-items: center; background: var(--turgus-panel-strong); border: 1px solid var(--turgus-border); border-radius: 999px; box-shadow: inset 0 1px 0 rgba(255,255,255,.85), 0 8px 22px rgba(23,33,43,.05); display: flex; height: 46px; overflow: hidden; }
body#body-search .turgus-header-search input[name="sPattern"] { background: transparent; border: 0; flex: 1; min-height: 44px; padding-left: 18px; }
body#body-search .turgus-header-search button { background: linear-gradient(135deg, var(--tg-blue), #2bb7f2); border-radius: 999px; color: #fff; flex: 0 0 38px; height: 38px; margin: 4px 5px 4px 0; min-width: 38px; }
body#body-search .turgus-header-language #lang_open .le-btn { background: var(--turgus-panel-strong); border: 1px solid var(--turgus-border); border-radius: 999px; box-shadow: 0 8px 20px rgba(23,33,43,.05); min-height: 42px; padding: 0 12px; }
body#body-search .turgus-header-publish { align-items: center; background: linear-gradient(135deg, var(--tg-blue), #2bb7f2); border-radius: 999px; box-shadow: 0 14px 30px rgba(34,158,217,.30); color: #fff; display: inline-flex; font-weight: 900; justify-content: center; min-height: 44px; padding: 0 18px; white-space: nowrap; }

body#body-search #header-line {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 18px 0 8px;
}

body#body-search #header-line .inside,
body#body-search #sub-nav .inside,
body#body-search .content.list {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

body#body-search #header-line h1 {
  color: var(--tg-text);
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

body#body-search #top-subcat,
body#body-search .banner-theme,
body#body-search #sidebar .alert_form,
body#body-search #sidebar .alert-form,
body#body-search #sidebar form.alert_form,
body#body-search #sidebar-search > .alert_form,
body#body-search #sidebar-search > .alert-form {
  display: none;
}

body#body-search #sub-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 4px 0 12px;
}

body#body-search #sub-nav .inside {
  align-items: center;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: thin;
}

body#body-search #sub-nav a#cat-link,
body#body-search #sub-nav .control a,
body#body-search #sub-nav .list-grid a,
body#body-search #sub-nav .sort-title {
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.05);
  color: var(--tg-muted);
  display: inline-flex;
  flex: 0 0 auto;
  font-weight: 800;
  min-height: 38px;
  padding: 0 15px;
  text-decoration: none;
}

body#body-search #sub-nav a#cat-link.active,
body#body-search #sub-nav a#cat-link:hover,
body#body-search #sub-nav .list-grid a.active,
body#body-search #sub-nav .list-grid a:hover {
  background: #e8f6fd;
  border-color: rgba(34, 158, 217, 0.26);
  color: var(--tg-blue);
}

body#body-search #sub-nav .control {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-left: auto;
}

body#body-search .content.list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  padding-top: 10px;
}

body#body-search #main.search {
  grid-column: 1;
  min-width: 0;
}

body#body-search #sidebar {
  grid-column: 2;
  min-width: 0;
  opacity: 0.92;
}

body#body-search #sidebar-search > div,
body#body-search #sidebar-search > form,
body#body-search .side-cat,
body#body-search .search-side-form .wrap {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(34, 158, 217, 0.12);
  border-radius: 18px;
  box-shadow: 0 10px 26px rgba(23, 33, 43, 0.06);
  overflow: hidden;
}

body#body-search .side-cat,
body#body-search .search-side-form .wrap {
  margin-bottom: 12px;
  padding: 14px;
}

body#body-search #sidebar h3,
body#body-search .search-side-form h3.head {
  border: 0;
  color: var(--tg-text);
  font-size: 17px;
  font-weight: 900;
  margin: 0 0 12px;
  padding: 0;
}

body#body-search .side-cat .inside a,
body#body-search .search-side-form .row,
body#body-search .filters-advanced .row {
  border: 0;
  margin-bottom: 10px;
}

body#body-search .side-cat .inside a {
  align-items: center;
  background: #f3f9fd;
  border-radius: 12px;
  color: var(--tg-muted);
  display: flex;
  gap: 8px;
  min-height: 36px;
  padding: 0 10px;
}

body#body-search .side-cat .inside a.active,
body#body-search .side-cat .inside a:hover {
  background: #e4f4fc;
  color: var(--tg-blue);
}

body#body-search .search-side-form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

body#body-search .search-side-form h4 {
  color: var(--tg-muted);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 6px;
}

body#body-search .search-side-form input[type="text"],
body#body-search .search-side-form input[type="tel"],
body#body-search .search-side-form select,
body#body-search .search-side-form .input-box {
  background: #f3f9fd;
  border: 1px solid rgba(34, 158, 217, 0.12);
  border-radius: 12px;
  color: var(--tg-text);
  min-height: 38px;
}

body#body-search .search-side-form .button-wrap {
  align-items: center;
  display: flex;
  gap: 8px;
  padding-top: 10px;
}

body#body-search .search-side-form .btn,
body#body-search #search-button {
  border-radius: 999px;
  font-weight: 900;
  min-height: 38px;
  padding: 0 15px;
}

body#body-search #search-items {
  min-width: 0;
}

body#body-search #search-items .white,
body#body-search .search-items-wrap,
body#body-search .search-items-wrap .block,
body#body-search .search-items-wrap .wrap {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body#body-search .search-items-wrap .wrap:before,
body#body-search .search-items-wrap .wrap:after { display: none; }

body#body-search .simple-prod {
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.10);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(23, 33, 43, 0.08);
  overflow: hidden;
  transition: box-shadow 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}

body#body-search .simple-prod:hover {
  border-color: rgba(34, 158, 217, 0.22);
  box-shadow: 0 18px 40px rgba(34, 158, 217, 0.14);
  transform: translateY(-2px);
}

body#body-search .simple-prod .simple-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

body#body-search .simple-prod .category,
body#body-search .simple-prod .img-bottom,
body#body-search .simple-prod .description .img {
  display: none;
}

body#body-search .simple-prod .title {
  color: var(--tg-text);
  display: -webkit-box;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.25;
  margin: 12px 12px 8px;
  min-height: 38px;
  overflow: hidden;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#body-search .simple-prod .item-img-wrap {
  background: #edf7fd;
  order: -1;
}

body#body-search .simple-prod .img-link,
body#body-search .simple-prod .img-link img {
  display: block;
  width: 100%;
}

body#body-search .simple-prod .img-link {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

body#body-search .simple-prod .img-link img {
  height: 100%;
  object-fit: cover;
}

body#body-search .simple-prod .middle,
body#body-search .simple-prod .description,
body#body-search .simple-prod .bottom {
  margin: 0 12px;
}

body#body-search .simple-prod .location {
  color: var(--tg-muted);
  font-size: 12px;
  font-weight: 700;
}

body#body-search .simple-prod .description {
  color: var(--tg-muted);
  display: -webkit-box;
  font-size: 13px;
  line-height: 1.35;
  min-height: 34px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body#body-search .simple-prod .bottom {
  margin-top: auto;
  padding: 10px 0 12px;
}

body#body-search .simple-prod .price span {
  color: var(--tg-blue);
  font-size: 16px;
  font-weight: 900;
}

body#body-search .list-empty {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(23, 33, 43, 0.07);
  color: var(--tg-muted);
  display: flex;
  gap: 14px;
  min-height: 110px;
  padding: 24px;
}

body#body-search .list-empty img {
  background: #eaf7ff;
  border-radius: 999px;
  height: 52px;
  padding: 10px;
  width: 52px;
}

body#body-search .paginate {
  margin-top: 18px;
}

@media (max-width: 980px) {
  body#body-search .content.list { grid-template-columns: 1fr; }
  body#body-search #main.search,
  body#body-search #sidebar { grid-column: 1; }
  body#body-search #sidebar { order: -1; }
  body#body-search #sidebar-search { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body#body-search #header-bar .inside.turgus-header-v2 { grid-template-columns: 1fr auto; min-height: 112px; padding: 10px 12px; }
  body#body-search .turgus-header-search { grid-column: 1 / -1; grid-row: 2; }
  body#body-search .turgus-header-language { display: none; }
  body#body-search .turgus-header-publish { grid-column: 2; }
  body#body-search #header-line h1 { font-size: 22px; }
  body#body-search #sub-nav .inside { padding-left: 12px; padding-right: 12px; }
  body#body-search .content.list { padding-left: 12px; padding-right: 12px; }
  body#body-search #sidebar-search { grid-template-columns: 1fr; }
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}

@media (max-width: 430px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap { grid-template-columns: 1fr; }
}
﻿
/* Category/Search V2 cleanup - hide legacy email alerts block */
body#body-search #sidebar form#sub_alert,
body#body-search #sidebar .alert-fancy-boxes,
body#body-search form#sub_alert,
body#body-search .alert-fancy-boxes {
  display: none;
}
﻿
/* Category/Search V2 layout repair - reset Starter float widths inside CSS grid */
body#body-search .content.list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(260px, 24vw, 320px);
  gap: 22px;
  align-items: start;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

body#body-search #main.search,
body#body-search #sidebar {
  float: none;
  clear: none;
  margin-left: 0;
  min-width: 0;
  box-sizing: border-box;
}

body#body-search #main.search {
  grid-column: 1;
  width: 100%;
  padding: 0;
}

body#body-search #sidebar {
  grid-column: 2;
  width: 100%;
  max-width: 320px;
  padding: 0;
}

body#body-search #search-items,
body#body-search #gallery-view.white,
body#body-search #search-items .white,
body#body-search .search-items-wrap,
body#body-search .search-items-wrap .block,
body#body-search .search-items-wrap .wrap {
  float: none;
  clear: none;
  width: 100%;
  min-width: 100%;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 18px;
  align-items: stretch;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  float: none;
  clear: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}

body#body-search .simple-prod .simple-wrap,
body#body-search .simple-prod .item-img-wrap,
body#body-search .simple-prod .img-link,
body#body-search .simple-prod .img-link img {
  box-sizing: border-box;
  max-width: 100%;
}

body#body-search #sidebar-search,
body#body-search #sidebar-search .wrap,
body#body-search #sidebar-search form,
body#body-search #sidebar-search input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]),
body#body-search #sidebar-search select {
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  body#body-search .content.list {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  body#body-search #main.search,
  body#body-search #sidebar {
    grid-column: 1;
    max-width: none;
    width: 100%;
  }

  body#body-search #sidebar {
    order: -1;
  }

  body#body-search #sidebar-search {
    display: grid;
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
  }
}

@media (max-width: 760px) {
  body#body-search .content.list {
    padding-left: 12px;
    padding-right: 12px;
  }

  body#body-search #sidebar-search,
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr;
  }
}
﻿
/* Category/Search UI normalization - compact cards like homepage */
body#body-search .content.list {
  grid-template-columns: minmax(0, 1fr) clamp(240px, 22vw, 300px);
  gap: 20px;
  max-width: 1180px;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 280px));
  justify-content: start;
  align-items: stretch;
  gap: 18px;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  max-width: 280px;
  width: 100%;
  justify-self: start;
}

body#body-search .simple-prod {
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(23, 33, 43, 0.07);
}

body#body-search .simple-prod:hover {
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.12);
}

body#body-search .simple-prod .simple-wrap {
  min-height: 100%;
  overflow: hidden;
}

body#body-search .simple-prod .item-img-wrap {
  border-radius: 16px 16px 0 0;
  min-height: 0;
}

body#body-search .simple-prod .img-link {
  aspect-ratio: 4 / 3;
  background: #eaf7ff;
}

body#body-search .simple-prod .img-link.no-img {
  align-items: center;
  display: flex;
  justify-content: center;
}

body#body-search .simple-prod .img-link.no-img img {
  height: 54%;
  object-fit: contain;
  opacity: 0.72;
  width: 54%;
}

body#body-search .simple-prod .img-bottom,
body#body-search .simple-prod .orange-but,
body#body-search .simple-prod .open-image {
  display: none !important;
}

body#body-search .simple-prod .title {
  font-size: 15px;
  line-height: 1.25;
  margin: 12px 12px 6px;
  min-height: 38px;
}

body#body-search .simple-prod .middle {
  min-height: 18px;
}

body#body-search .simple-prod .location {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#body-search .simple-prod .description {
  font-size: 12px;
  line-height: 1.35;
  margin-top: 4px;
  min-height: 32px;
}

body#body-search .simple-prod .bottom {
  padding: 8px 0 12px;
}

body#body-search .simple-prod .price span {
  font-size: 15px;
}

body#body-search #sidebar {
  max-width: 300px;
}

body#body-search #sidebar-search {
  margin-bottom: 18px;
}

body#body-search #sidebar-search > div,
body#body-search #sidebar-search > form,
body#body-search .side-cat,
body#body-search .search-side-form .wrap {
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(23, 33, 43, 0.05);
}

body#body-search .side-cat,
body#body-search .search-side-form .wrap {
  padding: 12px;
}

body#body-search #sidebar h3,
body#body-search .search-side-form h3.head {
  font-size: 15px;
  margin-bottom: 10px;
}

body#body-search .side-cat .inside a {
  min-height: 30px;
  padding: 0 9px;
}

body#body-search .search-side-form .row,
body#body-search .filters-advanced .row {
  margin-bottom: 9px;
}

body#body-search .search-side-form input[type="text"],
body#body-search .search-side-form input[type="tel"],
body#body-search .search-side-form select,
body#body-search .search-side-form .input-box {
  min-height: 34px;
}

body#body-search form#sub_alert,
body#body-search .alert-fancy-boxes {
  display: none !important;
}

@media (max-width: 980px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: repeat(auto-fill, minmax(220px, 280px));
  }

  body#body-search #sidebar-search {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 760px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none;
  }
}

@media (max-width: 430px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr;
  }
}
﻿
/* Category/Search toolbar scrollbar fix + subscribe wrapper hide */
body#body-search #sub-nav,
body#body-search #sub-nav .inside,
body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  scrollbar-width: none;
}

body#body-search #sub-nav .inside {
  flex-wrap: nowrap;
  min-height: 48px;
  padding-bottom: 0;
}

body#body-search #sub-nav .inside::-webkit-scrollbar,
body#body-search #sub-nav .control::-webkit-scrollbar,
body#body-search #sub-nav .sort-it::-webkit-scrollbar,
body#body-search #sub-nav .list-grid::-webkit-scrollbar {
  display: none;
  height: 0;
  width: 0;
}

body#body-search #sub-nav .control {
  flex: 0 0 auto;
  height: auto;
  max-height: none;
  min-height: 38px;
}

body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  flex: 0 0 auto;
  max-height: none;
}

body#body-search #sub-nav .list-grid a {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body#body-search #sidebar-search #n-block,
body#body-search #n-block.block.unlogged_user,
body#body-search #sidebar-search .block.unlogged_user:has(form#sub_alert) {
  display: none !important;
}
﻿
/* Category/Search empty state Telegram-style */
body#body-search .list-empty {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: 20px;
  box-shadow: 0 10px 26px rgba(23, 33, 43, 0.06);
  color: var(--tg-text);
  display: flex;
  gap: 14px;
  margin: 8px 0 18px;
  min-height: 96px;
  padding: 20px 22px;
  width: 100%;
}

body#body-search .list-empty img {
  display: none;
}

body#body-search .list-empty::before {
  align-items: center;
  background: linear-gradient(135deg, #e8f6fd 0%, #d7f0fc 100%);
  border-radius: 999px;
  color: var(--tg-blue);
  content: "\f002";
  display: flex;
  flex: 0 0 52px;
  font-family: "FontAwesome";
  font-size: 22px;
  height: 52px;
  justify-content: center;
  line-height: 1;
  width: 52px;
}

body#body-search .list-empty > div {
  float: none;
  max-width: none;
  padding: 0;
}

body#body-search .list-empty > div > span {
  color: var(--tg-muted);
  display: block;
  float: none;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 560px) {
  body#body-search .list-empty {
    align-items: flex-start;
    padding: 18px;
  }

  body#body-search .list-empty::before {
    flex-basis: 46px;
    font-size: 19px;
    height: 46px;
    width: 46px;
  }
}


/* Category/Search Russian cleanup - hide technical parent breadcrumb label */
body#body-search .side-cat a.gotop {
  display: none !important;
}


/* Publish page light Telegram-style polish */
body#body-item-post {
  background: #f4f8fb;
}
body#body-item-post .content.add_item.steps {
  max-width: 1180px;
  padding-bottom: 28px;
}
body#body-item-post fieldset {
  background: #fff;
  border: 1px solid rgba(34,158,217,.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(35,55,80,.07);
}
body#body-item-post fieldset h2 {
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 800;
}
body#body-item-post label {
  color: #425466;
  font-weight: 700;
}
body#body-item-post input[type=text],
body#body-item-post input[type=tel],
body#body-item-post input[type=email],
body#body-item-post input[type=password],
body#body-item-post textarea,
body#body-item-post select,
body#body-item-post .simple-select .text {
  background: #f8fbfd;
  border: 1px solid rgba(34,158,217,.16);
  border-radius: 14px;
  min-height: 44px;
}
body#body-item-post input:focus,
body#body-item-post textarea:focus,
body#body-item-post .simple-select.opened .text {
  border-color: rgba(34,158,217,.52);
  box-shadow: 0 0 0 3px rgba(34,158,217,.12);
}
body#body-item-post #photos,
body#body-item-post .photoshow,
body#body-item-post .qq-upload-button,
body#body-item-post .sample-box {
  border-radius: 16px;
}
body#body-item-post .sample-box {
  background: linear-gradient(135deg, rgba(34,158,217,.10), rgba(34,158,217,.04));
  border: 1px dashed rgba(34,158,217,.36);
}
body#body-item-post .btn,
body#body-item-post button.btn,
body#body-item-post .post-next,
body#body-item-post .post-prev {
  border-radius: 999px;
  min-height: 44px;
}
body#body-item-post .btn-primary,
body#body-item-post button.btn-primary,
body#body-item-post .post-next.btn-primary {
  background: #229ED9;
  border-color: #229ED9;
  box-shadow: 0 8px 18px rgba(34,158,217,.22);
}
body#body-item-post .buttons-block {
  background: transparent;
}


/* Item page light Telegram-style polish */
body#body-item .item-block,
body#body-item .item-desc,
body#body-item .contact-seller,
body#body-item #location,
body#body-item #more-info.comments {
  background: #fff;
  border: 1px solid rgba(34,158,217,.12);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(35,55,80,.07);
}
body#body-item .item-block h2,
body#body-item .contact-seller h2,
body#body-item h2.attribute {
  color: #1f2d3d;
  font-size: 18px;
  font-weight: 800;
}
body#body-item #item-basics .elem,
body#body-item .mobile-labels .elem,
body#body-item #custom_fields .meta .ins,
body#body-item #location .elem {
  border-radius: 12px;
}
body#body-item #custom_fields .meta .ins {
  background: #f8fbfd;
  border: 1px solid rgba(34,158,217,.10);
  padding: 10px 12px;
}
body#body-item #custom_fields .meta .ins span,
body#body-item .item-basics .elem,
body#body-item .contact-seller label {
  color: #425466;
  font-weight: 700;
}
body#body-item .contact-seller input,
body#body-item .contact-seller textarea {
  background: #f8fbfd;
  border: 1px solid rgba(34,158,217,.16);
  border-radius: 14px;
  min-height: 44px;
}
body#body-item .contact-seller input:focus,
body#body-item .contact-seller textarea:focus {
  border-color: rgba(34,158,217,.52);
  box-shadow: 0 0 0 3px rgba(34,158,217,.12);
}
body#body-item .btn,
body#body-item button,
body#body-item a.send-message,
body#body-item #send-friend {
  border-radius: 999px;
}
body#body-item .btn-primary,
body#body-item .contact-seller button.send,
body#body-item a.send-message {
  background: #229ED9;
  border-color: #229ED9;
  box-shadow: 0 8px 18px rgba(34,158,217,.22);
}
body#body-item .row.friend,
body#body-item .row.favorite,
body#body-item .row.print,
body#body-item .row.pdf {
  border-radius: 12px;
}

/* Category/Search final card and toolbar cleanup */
body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  grid-template-columns: repeat(auto-fill, minmax(280px, 340px));
  gap: 20px;
  justify-content: start;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  max-width: 340px;
  min-width: 280px;
  width: 100%;
}

body#body-search .simple-prod {
  min-height: 390px;
}

body#body-search .simple-prod .simple-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 390px;
  overflow: visible;
}

body#body-search .simple-prod .item-img-wrap {
  flex: 0 0 auto;
  overflow: hidden;
}

body#body-search .simple-prod .img-link {
  aspect-ratio: 16 / 10;
  min-height: 150px;
}

body#body-search .simple-prod .img-link.no-img {
  aspect-ratio: auto;
  min-height: 118px;
}

body#body-search .simple-prod .img-link.no-img img {
  height: 66px;
  width: 66px;
}

body#body-search .simple-prod .title {
  flex: 0 0 auto;
  margin: 12px 14px 7px;
  min-height: 38px;
}

body#body-search .simple-prod .middle,
body#body-search .simple-prod .description,
body#body-search .simple-prod .bottom {
  margin-left: 14px;
  margin-right: 14px;
}

body#body-search .simple-prod .description {
  flex: 1 1 auto;
  max-height: 52px;
  min-height: 36px;
}

body#body-search .simple-prod .bottom {
  flex: 0 0 auto;
  margin-top: auto;
  overflow: visible;
  padding: 10px 0 16px;
  position: static;
}

body#body-search .simple-prod .price {
  overflow: visible;
  position: static;
}

body#body-search .simple-prod .price span {
  display: inline-block;
  line-height: 1.25;
  white-space: nowrap;
}

body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title,
body#body-search #sub-nav .list-grid a {
  box-shadow: none;
  min-height: 34px;
}

body#body-search #show-filters {
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  padding: 0 13px;
}

body#body-search #sub-nav .sort-it .sort-title {
  border-radius: 999px;
  padding-left: 13px;
  padding-right: 13px;
}

body#body-search #sub-nav .sort-it .title-keep span {
  display: inline-block;
  max-width: 5.3ch;
  overflow: hidden;
  vertical-align: bottom;
  white-space: nowrap;
}

body#body-search #sub-nav .list-grid a {
  height: 34px;
  width: 34px;
}

body#body-search .turgus-header-brand .resp-logo img,
body#body-item .turgus-header-brand .resp-logo img,
body#body-item-post .turgus-header-brand .resp-logo img,
body#body-search .middle-block.logo .resp-logo img,
body#body-item .middle-block.logo .resp-logo img,
body#body-item-post .middle-block.logo .resp-logo img {
  display: none !important;
}

@media (max-width: 760px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none;
    min-width: 0;
  }
}

@media (max-width: 430px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr;
  }
}

/* Category/Search visual alignment v2 */
body#body-search #main.search {
  min-width: 0;
}

body#body-search .search-items-wrap {
  padding-top: 2px;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 340px));
  justify-content: center;
  justify-items: stretch;
  gap: 20px;
  padding: 6px clamp(10px, 3vw, 28px) 18px;
  box-sizing: border-box;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  max-width: 340px;
  min-width: 300px;
  justify-self: center;
}

body#body-search .simple-prod {
  min-height: 372px;
}

body#body-search .simple-prod .simple-wrap {
  min-height: 372px;
  overflow: visible;
}

body#body-search .simple-prod .img-link {
  aspect-ratio: 16 / 9;
  min-height: 136px;
}

body#body-search .simple-prod .img-link.no-img {
  min-height: 104px;
}

body#body-search .simple-prod .img-link.no-img img {
  height: 58px;
  width: 58px;
}

body#body-search .simple-prod .bottom {
  margin-top: auto;
  overflow: visible;
  padding-bottom: 18px;
}

body#body-search .simple-prod .price,
body#body-search .simple-prod .price span {
  overflow: visible;
}

body#body-search .paginate {
  display: flex;
  justify-content: center;
  margin: 4px auto 18px;
  padding: 0 clamp(10px, 3vw, 28px);
  box-sizing: border-box;
}

body#body-search #sub-nav .inside {
  align-items: center;
  gap: 10px;
}

body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  height: 36px;
  min-height: 36px;
  overflow: visible;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, .18);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(23, 33, 43, .05);
  color: var(--tg-blue);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  height: 36px;
  justify-content: center;
  line-height: 36px;
  min-height: 36px;
  padding: 0 14px;
  text-align: center;
  white-space: nowrap;
}

body#body-search #sub-nav .sort-it .sort-title {
  min-width: 86px;
  padding-left: 14px;
  padding-right: 14px;
}

body#body-search #sub-nav .sort-it .title-keep,
body#body-search #sub-nav .sort-it .title-keep span {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0;
}

body#body-search #sub-nav .sort-it .title-keep span {
  max-width: 5.3ch;
  overflow: hidden;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  top: calc(100% + 8px);
}

body#body-search #sub-nav .list-grid {
  background: transparent;
}

body#body-search #sub-nav .list-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, .18);
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(23, 33, 43, .05);
  color: var(--tg-muted);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  line-height: 36px;
  min-height: 36px;
  padding: 0;
  width: 36px;
}

body#body-search #sub-nav .list-grid a.active,
body#body-search #sub-nav .list-grid a:hover {
  background: rgba(34, 158, 217, .12);
  border-color: rgba(34, 158, 217, .28);
  color: var(--tg-blue);
}

body#body-search #sub-nav .list-grid a i {
  line-height: 1;
}

body#body-search .turgus-header-brand .resp-logo img,
body#body-search .middle-block.logo .resp-logo img,
body#body-search #header-bar .resp-logo img,
body#body-item .turgus-header-brand .resp-logo img,
body#body-item .middle-block.logo .resp-logo img,
body#body-item #header-bar .resp-logo img,
body#body-item-post .turgus-header-brand .resp-logo img,
body#body-item-post .middle-block.logo .resp-logo img,
body#body-item-post #header-bar .resp-logo img {
  display: none !important;
}

@media (max-width: 760px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    justify-content: stretch;
    padding-left: 0;
    padding-right: 0;
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none;
    min-width: 0;
  }

  body#body-search #sub-nav .inside {
    gap: 8px;
  }
}

/* Search/category card spacing final fix */
body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  grid-template-columns: repeat(auto-fit, minmax(330px, 360px));
  justify-content: center;
  gap: 24px;
  padding: 28px 24px 18px;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  max-width: 360px;
  min-width: 330px;
  width: 100%;
  justify-self: center;
}

body#body-search .simple-prod {
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
}

body#body-search .simple-prod .simple-wrap {
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: auto;
  overflow: visible;
}

body#body-search .simple-prod .item-img-wrap {
  order: -1;
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  background: #eaf7ff;
}

body#body-search .simple-prod .img-link,
body#body-search .simple-prod .img-link img {
  height: 190px;
  min-height: 190px;
  max-height: 190px;
  aspect-ratio: auto;
}

body#body-search .simple-prod .img-link.no-img {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 190px;
  height: 190px;
  background: #eaf7ff;
}

body#body-search .simple-prod .img-link.no-img img {
  height: 58px;
  width: 58px;
  object-fit: contain;
  opacity: .55;
}

body#body-search .simple-prod .title {
  margin: 22px 24px 16px;
  min-height: 0;
  line-height: 1.35;
}

body#body-search .simple-prod .middle {
  margin: 0 24px 12px;
  min-height: 0;
}

body#body-search .simple-prod .description {
  flex: 0 0 auto;
  margin: 0 24px;
  min-height: 0;
  max-height: 64px;
  line-height: 1.45;
}

body#body-search .simple-prod .bottom {
  flex: 0 0 auto;
  margin: 18px 24px 24px;
  padding: 0;
  overflow: visible;
  position: static;
}

body#body-search .simple-prod .price,
body#body-search .simple-prod .price span {
  display: inline-block;
  line-height: 1.25;
  overflow: visible;
  white-space: nowrap;
}

body#body-search .paginate {
  margin-top: 2px;
  padding-bottom: 22px;
}

/* Search/category toolbar final fix */
body#body-search #sub-nav .inside {
  align-items: center;
  gap: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
}

body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  height: 40px;
  min-height: 40px;
  overflow: visible;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, .18);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(23, 33, 43, .06);
  color: var(--tg-blue);
  display: flex;
  font-size: 13px;
  font-weight: 800;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0 18px;
  white-space: nowrap;
}

body#body-search #sub-nav .sort-it .sort-title {
  min-width: 152px;
}

body#body-search #sub-nav .sort-it .title-keep,
body#body-search #sub-nav .sort-it .title-keep span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  text-align: center;
  text-overflow: clip;
  white-space: nowrap;
}

body#body-search #sub-nav .sort-it .title-keep span {
  max-width: none;
}

body#body-search #sub-nav .list-grid a {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, .18);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(23, 33, 43, .06);
  color: var(--tg-muted);
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-height: 40px;
  padding: 0;
  width: 40px;
}

body#body-search #sub-nav .list-grid a.active,
body#body-search #sub-nav .list-grid a:hover {
  background: #229ED9;
  border-color: #229ED9;
  color: #fff;
}

body#body-search #sub-nav .list-grid a i {
  line-height: 1;
  margin: 0;
}

@media (max-width: 760px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none;
    min-width: 0;
  }
}

/* Search/category final visual unification */
body#body-search #sub-nav .inside {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}

body#body-search #sub-nav .control {
  margin-left: auto;
}

body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 42px;
  min-height: 42px;
  overflow: visible !important;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title,
body#body-search #sub-nav .list-grid a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 42px !important;
  min-height: 42px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(34, 158, 217, .22) !important;
  background: #fff !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title {
  padding: 0 18px !important;
}

body#body-search #sub-nav .sort-it .sort-title {
  min-width: 154px !important;
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(34, 158, 217, .22) !important;
}

body#body-search #sub-nav .sort-it .sort-title *,
body#body-search #sub-nav .sort-it .title-keep,
body#body-search #sub-nav .sort-it .title-keep span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1 !important;
  overflow: visible !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .list-grid a {
  width: 42px !important;
  min-width: 42px !important;
  padding: 0 !important;
}

body#body-search #sub-nav .list-grid a.active,
body#body-search #sub-nav .list-grid a:hover {
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(34, 158, 217, .22) !important;
}

body#body-search #sub-nav .list-grid a i {
  display: block;
  line-height: 1 !important;
  margin: 0 !important;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  grid-template-columns: repeat(auto-fit, minmax(340px, 360px));
  justify-content: center;
  gap: 26px;
  padding-top: 32px;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  max-width: 360px;
  min-width: 340px;
  justify-self: center;
}

body#body-search .simple-prod {
  min-height: 430px;
  border-radius: 18px;
  overflow: hidden;
}

body#body-search .simple-prod .simple-wrap {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: visible;
}

body#body-search .simple-prod .item-img-wrap,
body#body-search .simple-prod .img-link,
body#body-search .simple-prod .img-link img,
body#body-search .simple-prod .img-link.no-img {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
}

body#body-search .simple-prod .img-link.no-img {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #eaf7ff !important;
}

body#body-search .simple-prod .img-link.no-img img {
  width: 58px !important;
  height: 58px !important;
  min-height: 0 !important;
  opacity: .55;
  object-fit: contain;
}

body#body-search .simple-prod .title,
body#body-search .simple-prod .middle,
body#body-search .simple-prod .description,
body#body-search .simple-prod .bottom {
  margin-left: 28px !important;
  margin-right: 28px !important;
  text-align: left !important;
}

body#body-search .simple-prod .title {
  margin-top: 24px !important;
  margin-bottom: 14px !important;
  min-height: 0 !important;
  line-height: 1.35 !important;
}

body#body-search .simple-prod .middle {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
  min-height: 0 !important;
}

body#body-search .simple-prod .description {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  min-height: 0 !important;
  max-height: 70px !important;
  line-height: 1.5 !important;
  overflow: hidden !important;
}

body#body-search .simple-prod .bottom {
  margin-top: auto !important;
  margin-bottom: 26px !important;
  padding: 0 !important;
  overflow: visible !important;
  position: static !important;
}

body#body-search .simple-prod .price,
body#body-search .simple-prod .price span {
  display: inline-block !important;
  overflow: visible !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

@media (max-width: 760px) {
  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr;
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none;
    min-width: 0;
  }
}

/* Search/category text block and category chips fix */
body#body-search .simple-prod .title,
body#body-search .simple-prod .middle,
body#body-search .simple-prod .description,
body#body-search .simple-prod .bottom {
  align-self: stretch !important;
  box-sizing: border-box !important;
  width: calc(100% - 56px) !important;
  max-width: calc(100% - 56px) !important;
  margin-left: 28px !important;
  margin-right: 28px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
}

body#body-search .simple-prod .title {
  display: block !important;
  margin-top: 24px !important;
  margin-bottom: 14px !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  min-height: 0 !important;
  overflow: visible !important;
}

body#body-search .simple-prod .middle {
  margin-top: 0 !important;
  margin-bottom: 12px !important;
}

body#body-search .simple-prod .location {
  display: block !important;
  width: 100% !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body#body-search .simple-prod .description {
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
  line-height: 1.5 !important;
  max-height: 72px !important;
  overflow: hidden !important;
  text-align: left !important;
}

body#body-search .simple-prod .description .text {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  line-height: 1.5 !important;
  overflow: hidden !important;
  text-align: left !important;
}

body#body-search .simple-prod .bottom {
  margin-top: auto !important;
  margin-bottom: 26px !important;
  padding: 0 !important;
  text-align: left !important;
}

body#body-search .simple-prod .price {
  display: block !important;
  text-align: left !important;
}

body#body-search #sub-nav a,
body#body-search #sub-nav .navi a,
body#body-search #sub-nav .inside > a {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
  color: #64748b !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 38px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav a.active,
body#body-search #sub-nav a:hover,
body#body-search #sub-nav .navi a.active,
body#body-search #sub-nav .navi a:hover {
  background: rgba(34, 158, 217, .12) !important;
  border-color: rgba(34, 158, 217, .32) !important;
  color: #229ED9 !important;
  box-shadow: 0 10px 24px rgba(34, 158, 217, .10) !important;
}

body#body-search #sub-nav .inside {
  align-items: center !important;
  gap: 12px !important;
}

/* Search/category sort dropdown visibility fix */
body#body-search #sub-nav .sort-it {
  position: relative;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  display: none !important;
  position: absolute;
  right: 0;
  top: calc(100% + 10px) !important;
  z-index: 50;
  min-width: 230px;
  padding: 8px;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .16) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14) !important;
  color: #334155 !important;
}

body#body-search #sub-nav .sort-it:hover #sort-wrap,
body#body-search #sub-nav .sort-it.open #sort-wrap,
body#body-search #sub-nav .sort-it.active #sort-wrap {
  display: block !important;
}

body#body-search #sub-nav .sort-it #sort-wrap::before,
body#body-search #sub-nav .sort-it #sort-wrap::after,
body#body-search #sub-nav .sort-it .sort-title::before,
body#body-search #sub-nav .sort-it .sort-title::after,
body#body-search #sub-nav .sort-it .title-keep::before,
body#body-search #sub-nav .sort-it .title-keep::after {
  content: none !important;
  display: none !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a,
body#body-search #sub-nav .sort-it #sort-wrap span,
body#body-search #sub-nav .sort-it #sort-wrap .sort-content,
body#body-search #sub-nav .sort-it #sort-wrap .current {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #334155 !important;
  display: block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  height: auto !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  min-height: 0 !important;
  opacity: 1 !important;
  padding: 8px 10px !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a:hover,
body#body-search #sub-nav .sort-it #sort-wrap a.current {
  background: rgba(34, 158, 217, .10) !important;
  border-radius: 10px !important;
  color: #229ED9 !important;
}

/* Search/category visible sort links fix */
body#body-search #sub-nav .sort-it #sort-wrap {
  display: flex !important;
  position: static !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 0 0 10px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: auto !important;
}

body#body-search #sub-nav .sort-it #sort-wrap .sort-content {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a,
body#body-search #sub-nav .sort-it #sort-wrap a span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 34px !important;
  min-height: 34px !important;
  padding: 0 12px !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .05) !important;
  color: #475569 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  text-align: center !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a.current,
body#body-search #sub-nav .sort-it #sort-wrap a:hover {
  background: rgba(34, 158, 217, .12) !important;
  border-color: rgba(34, 158, 217, .30) !important;
  color: #229ED9 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a.current span,
body#body-search #sub-nav .sort-it #sort-wrap a:hover span {
  color: #229ED9 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap::before,
body#body-search #sub-nav .sort-it #sort-wrap::after,
body#body-search #sub-nav .sort-it .sort-title::before,
body#body-search #sub-nav .sort-it .sort-title::after,
body#body-search #sub-nav .sort-it .title-keep::before,
body#body-search #sub-nav .sort-it .title-keep::after {
  content: none !important;
  display: none !important;
}

/* Search/category sort dropdown final layout */
body#body-search #sub-nav .sort-it {
  position: relative !important;
  overflow: visible !important;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  display: none !important;
  position: absolute !important;
  left: 50% !important;
  top: calc(100% + 10px) !important;
  transform: translateX(-50%) !important;
  z-index: 100 !important;
  min-width: 260px !important;
  width: max-content !important;
  max-width: 360px !important;
  margin: 0 !important;
  padding: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .16) !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .14) !important;
}

body#body-search #sub-nav .sort-it:hover #sort-wrap,
body#body-search #sub-nav .sort-it.open #sort-wrap,
body#body-search #sub-nav .sort-it.opened #sort-wrap,
body#body-search #sub-nav .sort-it.active #sort-wrap {
  display: block !important;
}

body#body-search #sub-nav .sort-it #sort-wrap .sort-content {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 10px 12px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a span {
  display: inline !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-align: inherit !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a:hover,
body#body-search #sub-nav .sort-it #sort-wrap a.current {
  background: rgba(34, 158, 217, .10) !important;
  color: #229ED9 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap::before,
body#body-search #sub-nav .sort-it #sort-wrap::after,
body#body-search #sub-nav .sort-it .sort-title::before,
body#body-search #sub-nav .sort-it .sort-title::after,
body#body-search #sub-nav .sort-it .title-keep::before,
body#body-search #sub-nav .sort-it .title-keep::after {
  content: none !important;
  display: none !important;
}

/* Search/category sort accordion dropdown polish */
body#body-search #sub-nav,
body#body-search #sub-nav .inside,
body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it {
  overflow: visible !important;
}

body#body-search #sub-nav {
  position: relative !important;
  z-index: 30 !important;
}

body#body-search #sub-nav .sort-it {
  position: relative !important;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  display: none !important;
  position: absolute !important;
  left: 50% !important;
  top: calc(100% + 8px) !important;
  transform: translateX(-50%) !important;
  z-index: 500 !important;
  width: 258px !important;
  min-width: 258px !important;
  max-width: 258px !important;
  margin: 0 !important;
  padding: 8px !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .16) !important;
}

body#body-search #sub-nav .sort-it:hover #sort-wrap,
body#body-search #sub-nav .sort-it:focus-within #sort-wrap,
body#body-search #sub-nav .sort-it.open #sort-wrap,
body#body-search #sub-nav .sort-it.opened #sort-wrap,
body#body-search #sub-nav .sort-it.active #sort-wrap {
  display: block !important;
}

body#body-search #sub-nav .sort-it #sort-wrap .sort-content {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  height: 38px !important;
  min-height: 38px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a span {
  display: block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: inherit !important;
  line-height: 1 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a.current,
body#body-search #sub-nav .sort-it #sort-wrap a:hover {
  background: rgba(34, 158, 217, .12) !important;
  color: #229ED9 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a.current::after {
  content: '\f00c' !important;
  display: inline-block !important;
  margin-left: 10px !important;
  font-family: FontAwesome !important;
  font-size: 12px !important;
  color: #16c784 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap::before,
body#body-search #sub-nav .sort-it #sort-wrap::after,
body#body-search #sub-nav .sort-it .sort-title::before,
body#body-search #sub-nav .sort-it .sort-title::after,
body#body-search #sub-nav .sort-it .title-keep::before,
body#body-search #sub-nav .sort-it .title-keep::after {
  content: none !important;
  display: none !important;
}

/* Search/category stable sort dropdown fix */
body#body-search #sub-nav .sort-it {
  position: relative !important;
  overflow: visible !important;
  padding-bottom: 12px !important;
  margin-bottom: -12px !important;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  display: none !important;
  position: absolute !important;
  left: 50% !important;
  top: 42px !important;
  transform: translateX(-50%) !important;
  z-index: 1000 !important;
  width: 270px !important;
  min-width: 270px !important;
  max-width: 270px !important;
  margin: 0 !important;
  padding: 8px !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, .18) !important;
  opacity: 1 !important;
  visibility: visible !important;
  overflow: visible !important;
}

body#body-search #sub-nav .sort-it:hover #sort-wrap,
body#body-search #sub-nav .sort-it:focus-within #sort-wrap,
body#body-search #sub-nav .sort-it #sort-wrap:hover {
  display: block !important;
}

body#body-search #sub-nav .sort-it #sort-wrap .sort-content {
  display: block !important;
  width: 100% !important;
  background: #fff !important;
  opacity: 1 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 38px !important;
  box-sizing: border-box !important;
  margin: 0 0 4px 0 !important;
  padding: 11px 12px !important;
  background: #fff !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  color: #334155 !important;
  opacity: 1 !important;
  text-align: left !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a:last-child {
  margin-bottom: 0 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a span {
  display: block !important;
  color: inherit !important;
  opacity: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a:hover,
body#body-search #sub-nav .sort-it #sort-wrap a.current {
  background: #eaf7ff !important;
  color: #229ED9 !important;
}

/* Turgus Telegram app direction v1 */
body#body-search {
  color: #17212b;
}

body#body-search #header-bar {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(34, 158, 217, .12) !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06) !important;
}

body#body-search #header-line {
  background: transparent !important;
  border: 0 !important;
  padding-top: 18px !important;
  padding-bottom: 8px !important;
}

body#body-search #header-line .inside,
body#body-search #sub-nav .inside,
body#body-search .content.list {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#body-search #header-line h1 {
  color: #17212b !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

body#body-search #sub-nav {
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 12px 0 18px !important;
  position: relative !important;
  z-index: 40 !important;
}

body#body-search #sub-nav .inside {
  align-items: center !important;
  border-bottom: 1px solid rgba(100, 116, 139, .16) !important;
  display: flex !important;
  gap: 12px !important;
  min-height: 64px !important;
  overflow: visible !important;
  padding: 0 0 20px !important;
}

body#body-search #sub-nav a:not(.lg),
body#body-search #sub-nav .navi a,
body#body-search #sub-nav .inside > a:not(.lg) {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .055) !important;
  color: #64748b !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav a.active:not(.lg),
body#body-search #sub-nav a:not(.lg):hover,
body#body-search #sub-nav .navi a.active,
body#body-search #sub-nav .navi a:hover {
  background: rgba(34, 158, 217, .12) !important;
  border-color: rgba(34, 158, 217, .34) !important;
  color: #229ED9 !important;
  box-shadow: 0 10px 24px rgba(34, 158, 217, .10) !important;
}

body#body-search #sub-nav .control {
  margin-left: auto !important;
}

body#body-search #sub-nav .control,
body#body-search #sub-nav .sort-it,
body#body-search #sub-nav .list-grid {
  align-items: center !important;
  display: inline-flex !important;
  gap: 12px !important;
  height: 42px !important;
  min-height: 42px !important;
  overflow: visible !important;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-it .sort-title,
body#body-search #sub-nav .list-grid a.lg {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .22) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .06) !important;
  color: #334155 !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  height: 42px !important;
  justify-content: center !important;
  line-height: 1 !important;
  min-height: 42px !important;
  padding: 0 18px !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it .sort-title {
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
  min-width: 168px !important;
  box-shadow: 0 12px 28px rgba(34, 158, 217, .24) !important;
}

body#body-search #sub-nav .sort-it .sort-title *,
body#body-search #sub-nav .sort-it .title-keep,
body#body-search #sub-nav .sort-it .title-keep span {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  line-height: 1 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  padding: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .list-grid a.lg {
  border-radius: 999px !important;
  padding: 0 !important;
  width: 42px !important;
}

body#body-search #sub-nav .list-grid a.lg.active,
body#body-search #sub-nav .list-grid a.lg:hover {
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(34, 158, 217, .24) !important;
}

body#body-search #sub-nav .sort-it {
  padding-bottom: 14px !important;
  margin-bottom: -14px !important;
  position: relative !important;
}

body#body-search #sub-nav .sort-it #sort-wrap {
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 18px !important;
  box-shadow: 0 20px 46px rgba(15, 23, 42, .18) !important;
  display: none !important;
  left: 50% !important;
  margin: 0 !important;
  max-width: 280px !important;
  min-width: 280px !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 8px !important;
  position: absolute !important;
  top: 44px !important;
  transform: translateX(-50%) !important;
  visibility: visible !important;
  width: 280px !important;
  z-index: 1000 !important;
}

body#body-search #sub-nav .sort-it:hover #sort-wrap,
body#body-search #sub-nav .sort-it:focus-within #sort-wrap,
body#body-search #sub-nav .sort-it #sort-wrap:hover {
  display: block !important;
}

body#body-search #sub-nav .sort-it #sort-wrap .sort-content {
  background: #fff !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a,
body#body-search #sub-nav .sort-it #sort-wrap a span {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  text-align: left !important;
  text-shadow: none !important;
  white-space: nowrap !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a {
  border-radius: 12px !important;
  box-sizing: border-box !important;
  display: block !important;
  margin-bottom: 4px !important;
  min-height: 38px !important;
  padding: 11px 12px !important;
  width: 100% !important;
}

body#body-search #sub-nav .sort-it #sort-wrap a:hover,
body#body-search #sub-nav .sort-it #sort-wrap a.current {
  background: #eaf7ff !important;
  color: #229ED9 !important;
}

body#body-search .content.list {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 280px !important;
  gap: 34px !important;
  padding-top: 30px !important;
}

body#body-search .search-items-wrap .wrap,
body#body-search #search-items .white.gallery .wrap {
  display: grid !important;
  gap: 26px !important;
  grid-template-columns: repeat(auto-fit, minmax(340px, 360px)) !important;
  justify-content: center !important;
  padding: 0 24px 18px !important;
}

body#body-search .search-items-wrap .simple-prod,
body#body-search #search-items .white .simple-prod,
body#body-search #gallery-view.white .simple-prod,
body#body-search .white:not(.list) .search-items-wrap .simple-prod {
  border: 1px solid rgba(34, 158, 217, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .075) !important;
  max-width: 360px !important;
  min-width: 340px !important;
  overflow: hidden !important;
  width: 100% !important;
}

body#body-search .simple-prod .simple-wrap {
  display: flex !important;
  flex-direction: column !important;
  min-height: 430px !important;
}

body#body-search .simple-prod .item-img-wrap,
body#body-search .simple-prod .img-link,
body#body-search .simple-prod .img-link img,
body#body-search .simple-prod .img-link.no-img {
  height: 190px !important;
  max-height: 190px !important;
  min-height: 190px !important;
}

body#body-search .simple-prod .img-link.no-img {
  align-items: center !important;
  background: #eaf7ff !important;
  display: flex !important;
  justify-content: center !important;
}

body#body-search .simple-prod .img-link.no-img img {
  height: 58px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: .55 !important;
  width: 58px !important;
}

body#body-search .simple-prod .title,
body#body-search .simple-prod .middle,
body#body-search .simple-prod .description,
body#body-search .simple-prod .bottom {
  box-sizing: border-box !important;
  margin-left: 28px !important;
  margin-right: 28px !important;
  max-width: calc(100% - 56px) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: left !important;
  width: calc(100% - 56px) !important;
}

body#body-search .simple-prod .title {
  display: block !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  margin-top: 24px !important;
  margin-bottom: 14px !important;
  min-height: 0 !important;
}

body#body-search .simple-prod .middle {
  margin-bottom: 12px !important;
  min-height: 0 !important;
}

body#body-search .simple-prod .description,
body#body-search .simple-prod .description .text {
  display: block !important;
  line-height: 1.5 !important;
  max-height: 72px !important;
  overflow: hidden !important;
  text-align: left !important;
}

body#body-search .simple-prod .bottom {
  margin-top: auto !important;
  margin-bottom: 26px !important;
  overflow: visible !important;
  padding: 0 !important;
}

@media (max-width: 980px) {
  body#body-search .content.list {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 760px) {
  body#body-search #sub-nav .inside {
    align-items: flex-start !important;
    flex-wrap: wrap !important;
  }

  body#body-search #sub-nav .control {
    margin-left: 0 !important;
  }

  body#body-search .search-items-wrap .wrap,
  body#body-search #search-items .white.gallery .wrap {
    grid-template-columns: 1fr !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body#body-search .search-items-wrap .simple-prod,
  body#body-search #search-items .white .simple-prod,
  body#body-search #gallery-view.white .simple-prod,
  body#body-search .white:not(.list) .search-items-wrap .simple-prod {
    max-width: none !important;
    min-width: 0 !important;
  }
}

/* Turgus unified Telegram visual system v1 */
body#body-home #header-bar,
body#body-search #header-bar {
  background: rgba(255, 255, 255, .94) !important;
  border-bottom: 1px solid rgba(34, 158, 217, .12) !important;
  box-shadow: 0 8px 28px rgba(15, 23, 42, .06) !important;
}

body#body-home .inside,
body#body-search .inside {
  box-sizing: border-box;
}

body#body-home .hc-turgus-categories,
body#body-home .home-container,
body#body-home .latest-listings,
body#body-home .content,
body#body-search .content.list {
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#body-home .hc-turgus-categories {
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(34, 158, 217, .12) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 46px rgba(15, 23, 42, .06) !important;
  margin-top: 18px !important;
  margin-bottom: 28px !important;
  padding: 22px 26px !important;
}

body#body-home .hc-turgus-categories h2,
body#body-home .home-title,
body#body-home h2,
body#body-search #sidebar h3,
body#body-search .search-side-form h3.head {
  color: #17212b !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
}

body#body-home .turgus-category-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(118px, 140px)) !important;
  justify-content: center !important;
  gap: 14px !important;
}

body#body-home .turgus-category-card {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 18px !important;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .055) !important;
  color: #17212b !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  justify-content: center !important;
  min-height: 116px !important;
  padding: 16px 10px !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

body#body-home .turgus-category-card:hover {
  border-color: rgba(34, 158, 217, .34) !important;
  box-shadow: 0 16px 34px rgba(34, 158, 217, .13) !important;
  transform: translateY(-2px);
}

body#body-home .turgus-category-icon,
body#body-home .turgus-category-card i {
  align-items: center !important;
  background: #eaf7ff !important;
  border: 1px solid rgba(34, 158, 217, .22) !important;
  border-radius: 999px !important;
  color: #229ED9 !important;
  display: inline-flex !important;
  font-size: 20px !important;
  height: 52px !important;
  justify-content: center !important;
  line-height: 1 !important;
  width: 52px !important;
}

body#body-home .turgus-category-name,
body#body-home .turgus-category-card span {
  color: #17212b !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

body#body-home .simple-prod,
body#body-search .simple-prod {
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .075) !important;
  overflow: hidden !important;
}

body#body-home .simple-prod .title,
body#body-search .simple-prod .title {
  color: #17212b !important;
  font-weight: 900 !important;
}

body#body-home .simple-prod .location,
body#body-search .simple-prod .location,
body#body-home .simple-prod .description,
body#body-search .simple-prod .description {
  color: #64748b !important;
}

body#body-home .simple-prod .price span,
body#body-search .simple-prod .price span {
  color: #229ED9 !important;
  font-weight: 900 !important;
}

body#body-search #sidebar > div,
body#body-search #sidebar .side-cat,
body#body-search #sidebar .search-side-form .wrap,
body#body-search #sidebar-search > div,
body#body-search #sidebar-search > form {
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .12) !important;
  border-radius: 18px !important;
  box-shadow: 0 16px 38px rgba(15, 23, 42, .06) !important;
}

body#body-search .search-side-form input,
body#body-search .search-side-form select,
body#body-search .search-side-form .input-box {
  background: #f4f8fb !important;
  border: 1px solid rgba(34, 158, 217, .16) !important;
  border-radius: 12px !important;
  color: #334155 !important;
}

body#body-search .search-side-form .btn,
body#body-search #search-button,
body#body-search .search-side-form button {
  border-radius: 999px !important;
  font-weight: 900 !important;
}

@media (max-width: 760px) {
  body#body-home .hc-turgus-categories {
    border-radius: 18px !important;
    padding: 18px 14px !important;
  }

  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* Home Telegram CTA compact right card v1 */
body#body-home .turgus-telegram-bot {
  max-width: 1240px !important;
  margin: 18px auto 34px !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

body#body-home .turgus-telegram-bot .inner {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}

body#body-home .turgus-telegram-panel {
  align-items: flex-start !important;
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .18) !important;
  border-radius: 22px !important;
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08) !important;
  color: #17212b !important;
  display: grid !important;
  grid-template-columns: 54px minmax(0, 1fr) !important;
  gap: 14px !important;
  max-width: 380px !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 18px !important;
  position: relative !important;
  width: 380px !important;
}

body#body-home .turgus-telegram-panel::before {
  align-items: center !important;
  background: #229ED9 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(34, 158, 217, .22) !important;
  color: #fff !important;
  display: flex !important;
  font-size: 24px !important;
  grid-column: 1 !important;
  grid-row: 1 / span 2 !important;
  height: 54px !important;
  justify-content: center !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: static !important;
  width: 54px !important;
}

body#body-home .turgus-telegram-copy {
  grid-column: 2 !important;
  min-width: 0 !important;
  padding: 0 !important;
  position: static !important;
}

body#body-home .turgus-telegram-copy h2 {
  color: #17212b !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  margin: 0 0 8px !important;
}

body#body-home .turgus-telegram-copy p {
  color: #64748b !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 0 6px !important;
}

body#body-home .turgus-telegram-note {
  display: none !important;
}

body#body-home .turgus-telegram-button {
  align-items: center !important;
  background: #229ED9 !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(34, 158, 217, .20) !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  gap: 8px !important;
  grid-column: 2 !important;
  height: 40px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin-top: 6px !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
  width: fit-content !important;
}

@media (max-width: 980px) {
  body#body-home .turgus-telegram-bot .inner {
    justify-content: center !important;
  }
}

@media (max-width: 560px) {
  body#body-home .turgus-telegram-bot {
    padding: 0 12px !important;
  }

  body#body-home .turgus-telegram-panel {
    width: 100% !important;
    max-width: none !important;
  }
}

/* Home page Telegram app composition v2 */
body#body-home .hc-turgus-categories {
  max-width: 980px !important;
  margin: 22px auto 34px !important;
  padding: 22px 26px 26px !important;
}

body#body-home .turgus-category-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#body-home .turgus-category-head {
  align-items: center !important;
  display: flex !important;
  justify-content: flex-start !important;
  margin: 0 0 18px !important;
}

body#body-home .turgus-category-head h2 {
  color: #17212b !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  margin: 0 !important;
}

body#body-home .turgus-category-grid {
  grid-template-columns: repeat(4, 132px) !important;
  justify-content: center !important;
  gap: 16px !important;
}

body#body-home .turgus-category-card {
  min-height: 112px !important;
  width: 132px !important;
}

body#body-home .hc-latest {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 0 24px 120px !important;
  box-sizing: border-box !important;
}

body#body-home #latest.white {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-home #latest h2.home {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  margin: 0 0 20px !important;
  position: relative !important;
  text-align: center !important;
}

body#body-home #latest h2.home::before,
body#body-home #latest h2.home::after {
  background: rgba(100, 116, 139, .16) !important;
  content: '' !important;
  flex: 1 1 auto !important;
  height: 1px !important;
}

body#body-home #latest h2.home span {
  background: #f4f8fb !important;
  color: #17212b !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  padding: 0 18px !important;
}

body#body-home #latest .block,
body#body-home #latest .wrap {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-home #latest .wrap {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(260px, 280px)) !important;
  justify-content: center !important;
  gap: 22px !important;
}

body#body-home #latest .simple-prod,
body#body-home #latest .simple-prod .simple-wrap {
  min-height: 360px !important;
}

body#body-home #latest .simple-prod .item-img-wrap,
body#body-home #latest .simple-prod .img-link,
body#body-home #latest .simple-prod .img-link img {
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
}

body#body-home #latest .simple-prod .img-bottom,
body#body-home #latest .simple-prod .orange-but,
body#body-home #latest .simple-prod .open-image {
  display: none !important;
}

body#body-home #latest .simple-prod .title,
body#body-home #latest .simple-prod .middle,
body#body-home #latest .simple-prod .description,
body#body-home #latest .simple-prod .bottom {
  margin-left: 18px !important;
  margin-right: 18px !important;
  max-width: calc(100% - 36px) !important;
  text-align: left !important;
  width: calc(100% - 36px) !important;
}

body#body-home #latest .simple-prod .title {
  margin-top: 16px !important;
  margin-bottom: 12px !important;
  min-height: 42px !important;
}

body#body-home #latest .simple-prod .bottom {
  margin-top: auto !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
}

body#body-home .turgus-telegram-bot {
  bottom: 24px !important;
  left: auto !important;
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  position: fixed !important;
  right: 24px !important;
  width: 360px !important;
  z-index: 90 !important;
}

body#body-home .turgus-telegram-bot .inner {
  display: block !important;
  width: 100% !important;
}

body#body-home .turgus-telegram-panel {
  backdrop-filter: blur(12px) !important;
  background: rgba(255, 255, 255, .96) !important;
  border-color: rgba(34, 158, 217, .22) !important;
  max-width: 360px !important;
  width: 360px !important;
}

body#body-home .turgus-telegram-copy h2 {
  font-size: 17px !important;
}

body#body-home .turgus-telegram-copy p {
  margin-bottom: 0 !important;
}

@media (max-width: 980px) {
  body#body-home .turgus-telegram-bot {
    bottom: auto !important;
    margin: 22px auto 30px !important;
    max-width: 380px !important;
    padding: 0 12px !important;
    position: static !important;
    right: auto !important;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  body#body-home .hc-turgus-categories {
    max-width: none !important;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }

  body#body-home .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body#body-home .turgus-category-card {
    width: auto !important;
  }

  body#body-home .hc-latest {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

/* Home latest grid emergency normalization */
body#body-home .hc-latest,
body#body-home .hc-latest .inner,
body#body-home #latest,
body#body-home #latest .block,
body#body-home #latest .wrap {
  box-sizing: border-box !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  max-width: 1240px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#body-home .hc-latest {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

body#body-home #latest .wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(240px, 1fr)) !important;
  gap: 22px !important;
  align-items: stretch !important;
  justify-content: center !important;
  padding: 0 !important;
}

body#body-home #latest .wrap::before,
body#body-home #latest .wrap::after {
  display: none !important;
  content: none !important;
}

body#body-home #latest .simple-prod,
body#body-home #latest .simple-prod.o1,
body#body-home #latest .simple-prod.o2,
body#body-home #latest .simple-prod.o3,
body#body-home #latest .simple-prod.o4,
body#body-home #latest .simple-prod.o5,
body#body-home #latest .white .simple-prod {
  box-sizing: border-box !important;
  float: none !important;
  clear: none !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: auto !important;
  min-height: 360px !important;
  margin: 0 !important;
  justify-self: stretch !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  min-height: 360px !important;
  height: 100% !important;
  overflow: hidden !important;
}

body#body-home #latest .simple-prod .item-img-wrap,
body#body-home #latest .simple-prod .img-link {
  box-sizing: border-box !important;
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  overflow: hidden !important;
}

body#body-home #latest .simple-prod .img-link img {
  display: block !important;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  object-fit: cover !important;
}

body#body-home #latest .simple-prod .img-link.no-img {
  align-items: center !important;
  background: #eaf7ff !important;
  display: flex !important;
  justify-content: center !important;
}

body#body-home #latest .simple-prod .img-link.no-img img {
  width: 76px !important;
  height: 76px !important;
  min-height: 0 !important;
  object-fit: contain !important;
  opacity: .55 !important;
}

body#body-home #latest .simple-prod .title,
body#body-home #latest .simple-prod .middle,
body#body-home #latest .simple-prod .description,
body#body-home #latest .simple-prod .bottom {
  box-sizing: border-box !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  margin-left: 18px !important;
  margin-right: 18px !important;
  text-align: left !important;
}

body#body-home #latest .simple-prod .title {
  margin-top: 16px !important;
  margin-bottom: 12px !important;
}

body#body-home #latest .simple-prod .bottom {
  margin-top: auto !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
}

@media (max-width: 1180px) {
  body#body-home #latest .wrap {
    grid-template-columns: repeat(3, minmax(230px, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body#body-home #latest .wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  body#body-home #latest .wrap {
    grid-template-columns: 1fr !important;
  }
}

/* Search/category navigation recovery */
body#body-search #sub-nav,
body#body-search #sub-nav .inside,
body#body-search #sub-nav .control,
body#body-search #sub-nav #cat-link,
body#body-search #sub-nav .sort-title,
body#body-search #sub-nav .list-grid,
body#body-search #sub-nav .list-grid .lg {
  pointer-events: auto !important;
}

body#body-search #sub-nav {
  position: relative !important;
  z-index: 120 !important;
}

body#body-search #sub-nav .inside {
  position: relative !important;
  z-index: 121 !important;
}

body#body-search #top-subcat {
  pointer-events: none !important;
}

body#body-search #sub-nav #cat-link {
  cursor: pointer !important;
  position: relative !important;
  z-index: 2 !important;
}

body#body-search #sub-nav #cat-link.active,
body#body-search #sub-nav #cat-link.active span,
body#body-search #sub-nav #cat-link:hover,
body#body-search #sub-nav #cat-link:hover span {
  color: #229ED9 !important;
}

body#body-search #sub-nav #cat-link.active {
  background: #eaf7ff !important;
  border-color: rgba(34, 158, 217, .42) !important;
  box-shadow: 0 12px 28px rgba(34, 158, 217, .13) !important;
}

body#body-search #sub-nav #cat-link:hover {
  background: rgba(34, 158, 217, .10) !important;
  border-color: rgba(34, 158, 217, .34) !important;
}

body#body-search #sub-nav .list-grid .lg {
  cursor: pointer !important;
  position: relative !important;
  z-index: 2 !important;
}

body#body-search #sub-nav .list-grid .lg.active,
body#body-search #sub-nav .list-grid .lg.active i {
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
}

body#body-search #show-filters,
body#body-search #sub-nav .sort-title {
  cursor: pointer !important;
  position: relative !important;
  z-index: 2 !important;
}

/* Search navigation hard reset - restore clickable nav */
body#body-search #top-subcat {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body#body-search #sub-nav,
body#body-search #sub-nav .inside,
body#body-search #sub-nav .control,
body#body-search #sub-nav .list-grid,
body#body-search #sub-nav .sort-it {
  position: relative !important;
  overflow: visible !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

body#body-search #sub-nav {
  z-index: 1000 !important;
}

body#body-search #sub-nav .inside {
  z-index: 1001 !important;
}

body#body-search #sub-nav::before,
body#body-search #sub-nav::after,
body#body-search #sub-nav .inside::before,
body#body-search #sub-nav .inside::after,
body#body-search #sub-nav .control::before,
body#body-search #sub-nav .control::after {
  content: none !important;
  display: none !important;
  pointer-events: none !important;
}

body#body-search #sub-nav a,
body#body-search #sub-nav a span,
body#body-search #sub-nav button,
body#body-search #sub-nav .lg,
body#body-search #show-filters,
body#body-search #sub-nav .sort-title {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 1002 !important;
}

body#body-search #sub-nav a#cat-link {
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .22) !important;
  color: #64748b !important;
}

body#body-search #sub-nav a#cat-link.active,
body#body-search #sub-nav a#cat-link.active span {
  background: #eaf7ff !important;
  border-color: rgba(34, 158, 217, .45) !important;
  color: #229ED9 !important;
}

body#body-search #sub-nav a#cat-link:hover,
body#body-search #sub-nav a#cat-link:hover span {
  background: rgba(34, 158, 217, .12) !important;
  border-color: rgba(34, 158, 217, .38) !important;
  color: #229ED9 !important;
}

body#body-search #sub-nav .list-grid a.lg.active,
body#body-search #sub-nav .list-grid a.lg.active i {
  background: #229ED9 !important;
  border-color: #229ED9 !important;
  color: #fff !important;
}

/* Home category navigation click recovery */
body#body-home .hc-turgus-categories,
body#body-home .turgus-category-panel,
body#body-home .turgus-category-grid {
  isolation: isolate !important;
  overflow: visible !important;
  pointer-events: auto !important;
  position: relative !important;
}

body#body-home .hc-turgus-categories {
  z-index: 20 !important;
}

body#body-home .turgus-category-panel {
  z-index: 21 !important;
}

body#body-home .turgus-category-grid {
  z-index: 22 !important;
}

body#body-home .hc-turgus-categories::before,
body#body-home .hc-turgus-categories::after,
body#body-home .turgus-category-panel::before,
body#body-home .turgus-category-panel::after,
body#body-home .turgus-category-grid::before,
body#body-home .turgus-category-grid::after,
body#body-home .turgus-category-card::before,
body#body-home .turgus-category-card::after {
  content: none !important;
  display: none !important;
  pointer-events: none !important;
}

body#body-home a.turgus-category-card,
body#body-home a.turgus-category-card:visited {
  background: #fff !important;
  border: 1px solid rgba(34, 158, 217, .24) !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 32px rgba(15, 23, 42, .07) !important;
  box-sizing: border-box !important;
  color: #17212b !important;
  cursor: pointer !important;
  display: flex !important;
  pointer-events: auto !important;
  position: relative !important;
  text-decoration: none !important;
  touch-action: manipulation !important;
  z-index: 30 !important;
}

body#body-home a.turgus-category-card:hover,
body#body-home a.turgus-category-card:focus {
  background: #f8fcff !important;
  border-color: rgba(34, 158, 217, .48) !important;
  box-shadow: 0 18px 38px rgba(34, 158, 217, .16) !important;
  outline: none !important;
  transform: translateY(-2px) !important;
}

body#body-home a.turgus-category-card:active {
  box-shadow: 0 10px 24px rgba(34, 158, 217, .12) !important;
  transform: translateY(0) scale(.99) !important;
}

body#body-home a.turgus-category-card .turgus-category-icon,
body#body-home a.turgus-category-card .turgus-category-name,
body#body-home a.turgus-category-card i,
body#body-home a.turgus-category-card img,
body#body-home a.turgus-category-card span {
  pointer-events: none !important;
}

/* Home listing cards: title, photo, details order */
body#body-home #latest .simple-prod {
  min-height: 430px !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  display: flex !important;
  flex-direction: column !important;
  min-height: 430px !important;
  height: 100% !important;
}

body#body-home #latest .simple-prod .category {
  display: none !important;
}

body#body-home #latest .simple-prod .title {
  order: 1 !important;
  display: block !important;
  box-sizing: border-box !important;
  min-height: 44px !important;
  margin: 14px 18px 12px !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  color: #17212b !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
  text-align: left !important;
  overflow: hidden !important;
  text-decoration: none !important;
}

body#body-home #latest .simple-prod .item-img-wrap {
  order: 2 !important;
  margin: 0 !important;
}

body#body-home #latest .simple-prod .middle {
  order: 3 !important;
  margin: 14px 18px 8px !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
}

body#body-home #latest .simple-prod .description {
  order: 4 !important;
  display: block !important;
  box-sizing: border-box !important;
  margin: 0 18px 16px !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  min-height: 64px !important;
  color: #536b85 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  overflow: hidden !important;
  text-align: left !important;
}

body#body-home #latest .simple-prod .description .text {
  display: -webkit-box !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: 50px !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  color: #536b85 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  max-height: 72px !important;
  overflow: hidden !important;
  text-align: left !important;
}

body#body-home #latest .simple-prod .bottom {
  order: 5 !important;
  margin: auto 18px 16px !important;
  width: calc(100% - 36px) !important;
  max-width: calc(100% - 36px) !important;
  padding-top: 10px !important;
}

/* Home listing cards: show more description text */
body#body-home #latest .simple-prod {
  min-height: 470px !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  min-height: 470px !important;
}

body#body-home #latest .simple-prod .description {
  min-height: 96px !important;
  margin-bottom: 18px !important;
}

body#body-home #latest .simple-prod .description .text {
  -webkit-line-clamp: 6 !important;
  max-height: 108px !important;
  line-height: 1.5 !important;
}

/* Home listing cards: compact size after description limit check */
body#body-home #latest .simple-prod {
  min-height: 420px !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  min-height: 420px !important;
}

body#body-home #latest .simple-prod .title {
  min-height: 40px !important;
  margin-top: 12px !important;
  margin-bottom: 10px !important;
}

body#body-home #latest .simple-prod .item-img-wrap,
body#body-home #latest .simple-prod .img-link,
body#body-home #latest .simple-prod .img-link img {
  height: 180px !important;
  min-height: 180px !important;
  max-height: 180px !important;
}

body#body-home #latest .simple-prod .middle {
  margin-top: 12px !important;
  margin-bottom: 7px !important;
}

body#body-home #latest .simple-prod .description {
  min-height: 72px !important;
  margin-bottom: 12px !important;
}

body#body-home #latest .simple-prod .description .text {
  -webkit-line-clamp: 5 !important;
  max-height: 90px !important;
}

body#body-home #latest .simple-prod .bottom {
  margin-bottom: 14px !important;
  padding-top: 8px !important;
}

/* Home listing cards: allow the 360-char PHP excerpt to be visible */
body#body-home #latest .simple-prod {
  height: auto !important;
  min-height: 0 !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  height: 100% !important;
  min-height: 0 !important;
}

body#body-home #latest .simple-prod .description {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 14px !important;
  overflow: visible !important;
}

body#body-home #latest .simple-prod .description .text {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: initial !important;
}

body#body-home #latest .simple-prod .bottom {
  margin-top: auto !important;
}

/* Home visual softening: cleaner Telegram rhythm */
html {
  scrollbar-color: rgba(34, 158, 217, .34) #edf6fc;
  scrollbar-width: thin;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: #edf6fc;
}

body::-webkit-scrollbar-thumb {
  background: rgba(34, 158, 217, .34);
  border: 3px solid #edf6fc;
  border-radius: 999px;
}

body::-webkit-scrollbar-thumb:hover {
  background: rgba(34, 158, 217, .52);
}

body#body-home .hc-turgus-categories h2,
body#body-home .turgus-category-head h2,
body#body-home #latest h2.home,
body#body-home #latest h2,
body#body-home .home-title {
  color: #17212b !important;
  font-weight: 750 !important;
  letter-spacing: 0 !important;
  text-shadow: none !important;
}

body#body-home #latest h2.home,
body#body-home #latest h2.home span,
body#body-home #latest h2.home a {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-home #latest h2.home {
  display: block !important;
  margin: 0 auto 24px !important;
  padding: 0 !important;
  color: #17212b !important;
  font-size: 22px !important;
  font-weight: 750 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

body#body-home #latest h2.home::before,
body#body-home #latest h2.home::after,
body#body-home #latest::before,
body#body-home #latest::after,
body#body-home .hc-latest::before,
body#body-home .hc-latest::after,
body#body-home #latest .white::before,
body#body-home #latest .white::after {
  content: none !important;
  display: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-home .hc-latest,
body#body-home #latest,
body#body-home #latest.white,
body#body-home #latest .white {
  border-top: 0 !important;
  box-shadow: none !important;
}

body#body-home #latest .wrap {
  gap: 24px !important;
  align-items: start !important;
}

body#body-home #latest .simple-prod {
  border-radius: 16px !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .065) !important;
  min-height: 405px !important;
}

body#body-home #latest .simple-prod .simple-wrap {
  min-height: 405px !important;
}

body#body-home #latest .simple-prod .title {
  color: #17212b !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  min-height: 38px !important;
  margin: 13px 18px 10px !important;
}

body#body-home #latest .simple-prod .item-img-wrap,
body#body-home #latest .simple-prod .img-link,
body#body-home #latest .simple-prod .img-link img {
  height: 172px !important;
  min-height: 172px !important;
  max-height: 172px !important;
}

body#body-home #latest .simple-prod .middle {
  margin: 12px 18px 7px !important;
}

body#body-home #latest .simple-prod .description {
  margin: 0 18px 12px !important;
  min-height: 78px !important;
  max-height: 96px !important;
  overflow: hidden !important;
}

body#body-home #latest .simple-prod .description .text {
  color: #536b85 !important;
  display: -webkit-box !important;
  font-size: 12px !important;
  line-height: 1.48 !important;
  max-height: 90px !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
}

body#body-home #latest .simple-prod .bottom {
  border-top: 1px solid rgba(34, 158, 217, .10) !important;
  margin: auto 18px 14px !important;
  padding-top: 10px !important;
}

body#body-home .turgus-category-name,
body#body-home .turgus-category-card span {
  font-weight: 750 !important;
}

/* Home categories: centered navbar on wide screens */
body#body-home .hc-turgus-categories {
  box-sizing: border-box !important;
  width: min(1180px, calc(100% - 48px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#body-home .turgus-category-panel {
  box-sizing: border-box !important;
  width: 100% !important;
}

body#body-home .turgus-category-head {
  justify-content: flex-start !important;
  max-width: 840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

body#body-home .turgus-category-grid {
  grid-template-columns: repeat(4, 132px) !important;
  justify-content: center !important;
  justify-items: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 660px !important;
}

@media (max-width: 760px) {
  body#body-home .hc-turgus-categories {
    width: calc(100% - 24px) !important;
  }

  body#body-home .turgus-category-head,
  body#body-home .turgus-category-grid {
    max-width: 100% !important;
  }
}

/* Home categories: force centered shared frame */
body#body-home .container-outer {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: visible !important;
}

body#body-home .home-container.hc-turgus-categories,
body#body-home .home-container.hc-turgus-categories .inner {
  box-sizing: border-box !important;
  float: none !important;
  clear: both !important;
  display: block !important;
  width: min(1180px, calc(100vw - 64px)) !important;
  max-width: 1180px !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  transform: none !important;
  left: auto !important;
  right: auto !important;
}

body#body-home .home-container.hc-turgus-categories {
  margin-top: 24px !important;
  margin-bottom: 42px !important;
}

body#body-home .hc-turgus-categories .turgus-category-panel {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 30px 42px 34px !important;
  background: rgba(255, 255, 255, .78) !important;
  border: 1px solid rgba(34, 158, 217, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .055) !important;
}

body#body-home .hc-turgus-categories .turgus-category-head {
  display: flex !important;
  justify-content: center !important;
  max-width: none !important;
  width: 100% !important;
  margin: 0 auto 20px !important;
  text-align: center !important;
}

body#body-home .hc-turgus-categories .turgus-category-head h2 {
  font-size: 20px !important;
  font-weight: 750 !important;
  text-align: center !important;
}

body#body-home .hc-turgus-categories .turgus-category-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 132px) !important;
  justify-content: center !important;
  justify-items: center !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

@media (max-width: 760px) {
  body#body-home .home-container.hc-turgus-categories,
  body#body-home .home-container.hc-turgus-categories .inner {
    width: calc(100vw - 24px) !important;
  }

  body#body-home .hc-turgus-categories .turgus-category-panel {
    padding: 22px 16px 24px !important;
  }

  body#body-home .hc-turgus-categories .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(118px, 132px)) !important;
    gap: 14px !important;
  }
}

/* Home categories: remove duplicate background cloud */
body#body-home .home-container.hc-turgus-categories,
body#body-home .home-container.hc-turgus-categories .inner {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

body#body-home .home-container.hc-turgus-categories::before,
body#body-home .home-container.hc-turgus-categories::after,
body#body-home .home-container.hc-turgus-categories .inner::before,
body#body-home .home-container.hc-turgus-categories .inner::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body#body-home .hc-turgus-categories .turgus-category-panel {
  background: rgba(255, 255, 255, .82) !important;
  border: 1px solid rgba(34, 158, 217, .14) !important;
  border-radius: 20px !important;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .055) !important;
}

/* Item Contact Safety v1 */
body#body-item .turgus-telegram-contact-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: 24px;
  background: #fff;
  border: 1px solid rgba(34, 158, 217, .18);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(15, 23, 42, .07);
}

body#body-item .turgus-seller-name {
  font-size: 16px;
  font-weight: 750;
  color: #0f172a;
}

body#body-item .turgus-telegram-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 20px;
  color: #fff !important;
  background: #229ED9;
  border: 1px solid #229ED9;
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(34, 158, 217, .24);
  font-weight: 800;
  line-height: 1;
  text-decoration: none !important;
}

body#body-item .turgus-telegram-contact-button:hover {
  color: #fff !important;
  background: #1f91c7;
  border-color: #1f91c7;
  transform: translateY(-1px);
}

body#body-item .turgus-telegram-contact-button.compact {
  width: 100%;
  min-height: 42px;
  padding: 0 16px;
}

body#body-item .turgus-telegram-contact-note,
body#body-item .turgus-telegram-contact-privacy {
  margin: 0;
  color: #64748b;
  font-size: 13px;
  line-height: 1.45;
}

body#body-item #seller .item-actions .row.turgus-telegram-contact-action {
  display: block;
  padding: 0;
  border: 0;
}

body#body-item #seller .item-actions .row.turgus-telegram-contact-action i {
  display: none;
}

body#body-item #seller .item-actions .row.turgus-telegram-contact-privacy {
  padding: 12px 0 0;
  border: 0;
}


/* Turgus MVP web publish guard */
.turgus-header-publish.turgus-telegram-publish {
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(34, 158, 217, 0.28);
}

.turgus-category-telegram-add a {
  color: #229ed9;
  font-weight: 800;
}

.turgus-category-telegram-add a:hover {
  color: #168ac0;
  text-decoration: underline;
}

.turgus-web-post-disabled {
  min-height: 58vh;
  padding: 64px 18px 72px;
  background: linear-gradient(180deg, #f5fbff 0%, #eef7fc 100%);
}

.turgus-web-post-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 36px 28px;
  border: 1px solid rgba(34, 158, 217, 0.18);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 60px rgba(24, 57, 86, 0.12);
  text-align: center;
}

.turgus-web-post-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: #229ed9;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 14px 32px rgba(34, 158, 217, 0.28);
}

.turgus-web-post-eyebrow {
  margin: 0 0 8px;
  color: #229ed9;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.turgus-web-post-card h2 {
  margin: 0 0 12px;
  color: #162231;
  font-size: 28px;
  line-height: 1.2;
}

.turgus-web-post-card p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #52687a;
  font-size: 16px;
  line-height: 1.55;
}

.turgus-web-post-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.26);
}

@media (max-width: 640px) {
  .turgus-web-post-disabled {
    padding: 38px 12px 52px;
  }

  .turgus-web-post-card {
    padding: 28px 18px;
    border-radius: 22px;
  }

  .turgus-web-post-card h2 {
    font-size: 23px;
  }

  .turgus-web-post-button {
    width: 100%;
  }
}

/* Turgus Phase 2 item page cleanup */
body#body-item.turgus-item-page {
  background: #eef7fc;
}

body#body-item.turgus-item-page #listing.turgus-item-layout {
  width: min(100% - 32px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0 56px;
}

body#body-item.turgus-item-page #listing #main.turgus-item-main {
  display: grid;
  grid-template-columns: minmax(0, 820px) 360px;
  gap: 24px;
  align-items: start;
  justify-content: center;
}

body#body-item.turgus-item-page #listing #left.turgus-item-left,
body#body-item.turgus-item-page #listing #side-right.turgus-item-sidebar {
  width: auto;
  float: none;
}

body#body-item.turgus-item-page #listing #left.turgus-item-left {
  grid-column: 1;
  min-width: 0;
}

body#body-item.turgus-item-page #listing #side-right.turgus-item-sidebar {
  grid-column: 2;
  grid-row: 1 / span 20;
  align-self: start;
  min-width: 0;
}

body#body-item.turgus-item-page #listing #main.turgus-item-main > .item-block,
body#body-item.turgus-item-page #listing #main.turgus-item-main > .banner-theme,
body#body-item.turgus-item-page #listing #main.turgus-item-main > .contact-seller,
body#body-item.turgus-item-page #listing #main.turgus-item-main > .comments {
  grid-column: 1;
  min-width: 0;
}

body#body-item.turgus-item-page #sub-nav.item-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body#body-item.turgus-item-page #sub-nav.item-nav .inside {
  max-width: 1180px;
}

body#body-item.turgus-item-page #sub-nav.item-nav a {
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(34, 158, 217, 0.14);
  color: #52687a;
}

body#body-item.turgus-item-page #sub-nav.item-nav a.active {
  background: #229ed9;
  color: #fff;
}

body#body-item.turgus-item-page #sub-nav.item-nav .breadcrumb {
  color: #6f8292;
}

body#body-item.turgus-item-page .turgus-item-media,
body#body-item.turgus-item-page .turgus-item-summary-card,
body#body-item.turgus-item-page .turgus-seller-card,
body#body-item.turgus-item-page .turgus-item-location-card {
  border: 1px solid rgba(34, 158, 217, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(24, 57, 86, 0.1);
  overflow: hidden;
}

body#body-item.turgus-item-page .turgus-item-media #images,
body#body-item.turgus-item-page .turgus-item-media #pictures,
body#body-item.turgus-item-page .turgus-item-media .item-pictures {
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
}

body#body-item.turgus-item-page .turgus-item-media img {
  border-radius: 18px;
}

body#body-item.turgus-item-page .turgus-item-summary-card {
  padding: 24px;
}

body#body-item.turgus-item-page .turgus-item-summary-card #price {
  margin: 0 0 14px;
  color: #0b9bd8;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

body#body-item.turgus-item-page .turgus-item-summary-card #price span {
  color: inherit;
}

body#body-item.turgus-item-page .turgus-item-summary-card #item-basics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

body#body-item.turgus-item-page .turgus-item-summary-card #item-basics .elem,
body#body-item.turgus-item-page .turgus-item-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #edf7fd;
  color: #426276;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body#body-item.turgus-item-page .turgus-item-meta-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}

body#body-item.turgus-item-page .turgus-item-pill-source {
  background: #e7f5ff;
  color: #168ac0;
}

body#body-item.turgus-item-page .turgus-item-description-card {
  padding: 18px;
  border-radius: 18px;
  background: #f8fbfd;
  color: #243648;
  font-size: 16px;
  line-height: 1.62;
}

body#body-item.turgus-item-page .turgus-item-summary-card h2.attribute,
body#body-item.turgus-item-page .turgus-item-summary-card #custom_fields,
body#body-item.turgus-item-page .turgus-item-summary-card #plugin-details {
  margin-top: 18px;
}

body#body-item.turgus-item-page .turgus-seller-card {
  padding: 20px;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo {
  text-align: center;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .img {
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #e7f5ff;
  overflow: hidden;
}

body#body-item.turgus-item-page .turgus-seller-card .name {
  color: #172433;
  font-size: 18px;
  font-weight: 900;
}

body#body-item.turgus-item-page .turgus-seller-card .elem.regdate {
  margin-top: 8px;
  color: #6f8292;
  font-size: 13px;
}

body#body-item.turgus-item-page .turgus-seller-card .item-actions {
  margin-top: 18px;
}

body#body-item.turgus-item-page .turgus-seller-card .item-actions .row {
  border-radius: 16px;
  background: #f5faff;
  border: 1px solid rgba(34, 158, 217, 0.1);
}

body#body-item.turgus-item-page .turgus-telegram-contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
  color: #fff !important;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 14px 30px rgba(34, 158, 217, 0.26);
}

body#body-item.turgus-item-page .turgus-telegram-contact-card,
body#body-item.turgus-item-page .turgus-telegram-contact-privacy {
  color: #52687a;
  line-height: 1.45;
}

body#body-item.turgus-item-bot .comments,
body#body-item.turgus-item-bot #comment-card,
body#body-item.turgus-item-bot #user-card {
  display: none !important;
}

body#body-item.turgus-item-page .turgus-item-location-card {
  padding: 18px;
}

body#body-item.turgus-item-page .turgus-item-location-card h2 {
  margin-top: 0;
}

@media (max-width: 900px) {
  body#body-item.turgus-item-page #listing #main.turgus-item-main {
    grid-template-columns: 1fr;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout {
    padding: 16px 10px 42px;
  }

  body#body-item.turgus-item-page .turgus-item-summary-card {
    padding: 18px;
  }

  body#body-item.turgus-item-page .turgus-item-summary-card #price {
    font-size: 30px;
  }
}

/* Turgus Phase 2.2 actual item DOM layout fix.
   In Starter, #side-right is a sibling of #main inside #listing, not a child of #main. */
body#body-item.turgus-item-page #listing.turgus-item-layout {
  display: grid;
  grid-template-columns: minmax(0, 820px) 360px;
  gap: 28px;
  align-items: start;
  justify-content: center;
  width: min(100% - 32px, 1240px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 0 56px;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > .banner-theme,
body#body-item.turgus-item-page #listing.turgus-item-layout > .clear {
  grid-column: 1 / -1;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > #main.turgus-item-main {
  grid-column: 1;
  grid-row: 2;
  display: block;
  width: 100%;
  min-width: 0;
  float: none;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > #side-right.turgus-item-sidebar {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  max-width: 360px;
  min-width: 0;
  float: none;
  align-self: start;
}

body#body-item.turgus-item-page #listing #left.turgus-item-left {
  width: 100%;
  min-width: 0;
  float: none;
}

body#body-item.turgus-item-page #listing #left.turgus-item-left .turgus-item-media,
body#body-item.turgus-item-page #listing #left.turgus-item-left .turgus-item-summary-card {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  body#body-item.turgus-item-page #listing.turgus-item-layout {
    display: flex;
    flex-direction: column;
    width: auto;
    max-width: none;
    padding: 16px 10px 42px;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout > .banner-theme,
  body#body-item.turgus-item-page #listing.turgus-item-layout > .clear {
    order: 0;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout > #main.turgus-item-main {
    order: 1;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout > #side-right.turgus-item-sidebar {
    order: 2;
    max-width: none;
    margin-top: 18px;
  }
}

/* TURGUS STAGE 1 COMPOSITION 2026-07-12
   Single sandbox candidate layer. Replaces the former Site Design and Pass 2 blocks. */
:root {
  --turgus-green: #2f8f46;
  --turgus-green-dark: #226f37;
  --turgus-green-soft: #edf5ec;
  --turgus-bg: #e8efe5;
  --turgus-surface: #fff;
  --turgus-surface-muted: #f5f6f4;
  --turgus-telegram-blue: #229ed9;
  --turgus-panel: rgba(255, 255, 255, 0.97);
  --turgus-panel-strong: #f7f8f6;
  --turgus-border: #e2e7e1;
  --turgus-text: #17231b;
  --turgus-muted: #68776d;
  --turgus-shadow: 0 8px 24px rgba(38, 62, 42, 0.08);
  --turgus-stage-bg: #edf5c8;
  --turgus-stage-ink: var(--turgus-text);
  --turgus-stage-muted: var(--turgus-muted);
  --turgus-stage-green: var(--turgus-green);
  --turgus-stage-green-dark: var(--turgus-green-dark);
  --turgus-stage-yellow: #e4f38e;
  --turgus-stage-card: var(--turgus-panel);
  --turgus-stage-line: var(--turgus-border);
  --turgus-stage-shadow: var(--turgus-shadow);
}

html,
body {
  min-height: 100%;
  color: var(--turgus-stage-ink);
  background-color: #edf3e8 !important;
  background-image:
    linear-gradient(rgba(248, 250, 246, 0.78), rgba(248, 250, 246, 0.78)),
    url("../images/turgus-telegram-wallpaper.jpg") !important;
  background-position: center, center !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
  background-attachment: fixed, fixed !important;
}

body#body-home,
body#body-search,
body#body-item {
  padding: 22px 0;
  box-sizing: border-box;
}

.turgus-app-shell {
  width: calc(100% - 40px);
  max-width: 1280px;
  min-height: 0;
  margin: 0 auto;
  overflow: visible;
  border: 1px solid var(--turgus-border);
  border-radius: 12px;
  background: var(--turgus-surface, #fff);
  box-shadow: 0 14px 38px rgba(36, 57, 40, .10);
}

.turgus-app-shell #footer {
  margin: 20px 20px 0 !important;
  border-top: 1px solid var(--turgus-border) !important;
  background: transparent !important;
  box-shadow: none !important;
}

.turgus-app-shell #footer .inside {
  width: 100% !important;
  padding: 15px 0 !important;
}

#footer .turgus-footer-inside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 30px;
}

#footer .turgus-footer-brand {
  color: var(--turgus-stage-green-dark) !important;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

#footer .turgus-footer-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px 18px;
}

#footer .turgus-footer-nav a {
  color: var(--turgus-muted) !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

#footer .turgus-footer-nav a:hover {
  color: var(--turgus-stage-green-dark) !important;
}

.container-outer,
.home-container,
#content,
#footer {
  background: transparent !important;
}

/* Header: real document flow, one desktop row. */
#header-bar {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  z-index: 60;
  width: 100%;
  height: auto !important;
  min-height: 66px;
  padding: 7px 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(10px);
  border: 0 !important;
  border-bottom: 1px solid var(--turgus-stage-line) !important;
  box-shadow: none !important;
  border-radius: 12px 12px 0 0;
}

#header-bar .inside.turgus-header-v2 {
  display: flex !important;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  width: calc(100% - 32px);
  max-width: 1280px;
  min-height: 50px;
  margin: 0 auto;
  padding: 0 !important;
}

#header-bar .turgus-header-v2 > * {
  float: none !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#header-bar .turgus-header-brand {
  order: 1;
  flex: 0 0 176px;
  width: 176px !important;
  padding: 0 !important;
}

#header-bar .turgus-header-brand a {
  width: 100%;
  height: 48px;
}

#header-bar .turgus-header-categories,
#header-bar .turgus-header-city {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  padding: 0 13px;
  border: 1px solid var(--turgus-stage-line);
  border-radius: 8px;
  color: var(--turgus-stage-green-dark) !important;
  background: #f7fbdc;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  white-space: nowrap;
}

#header-bar .turgus-header-categories {
  order: 2;
  flex: 0 0 42px;
  width: 42px;
  min-height: 42px;
  padding: 0;
  border-color: #dfe5df;
  color: var(--turgus-stage-green-dark) !important;
  background: #f5f6f4;
}

#header-bar .turgus-header-categories i {
  margin: 0;
  font-size: 15px;
}

#header-bar .turgus-header-search {
  order: 3;
  flex: 1 1 360px;
  width: auto !important;
  max-width: none;
}

#header-bar .turgus-header-search form { width: 100%; }

#header-bar .turgus-header-search input[type="text"] {
  height: 44px;
  padding: 9px 48px 9px 16px;
  border: 1px solid var(--turgus-stage-line);
  border-radius: 8px;
  background: #f4f8ea;
  color: var(--turgus-stage-ink);
  font-size: 14px;
}

#header-bar .turgus-header-search button {
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--turgus-stage-green);
}

#header-bar .turgus-city-control {
  position: relative;
  order: 4;
  flex: 0 0 auto;
}

#header-bar .turgus-header-city {
  min-height: 42px;
  border: 1px solid var(--turgus-stage-line);
  cursor: pointer;
  font-family: inherit;
}

#header-bar .turgus-city-chevron {
  margin-left: 2px;
  color: #77917c;
  font-size: 11px;
}

#header-bar .turgus-city-popover {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 10px);
  right: 0;
  width: 320px;
  max-height: min(560px, calc(100vh - 110px));
  padding: 14px;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(45, 130, 58, 0.17);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 52px rgba(38, 66, 40, 0.20);
}

#header-bar .turgus-city-popover[hidden],
#header-bar .turgus-city-backdrop[hidden] {
  display: none !important;
}

#header-bar .turgus-city-sheet-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

#header-bar .turgus-city-sheet-head strong,
#header-bar .turgus-city-sheet-head small {
  display: block;
}

#header-bar .turgus-city-sheet-head strong {
  color: #17251b;
  font-size: 17px;
  line-height: 1.3;
}

#header-bar .turgus-city-sheet-head small {
  margin-top: 3px;
  color: #748078;
  font-size: 11px;
}

#header-bar .turgus-city-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 9px;
  color: #58685e;
  background: #f2f6ef;
  cursor: pointer;
}

#header-bar .turgus-city-search {
  position: relative;
  display: block;
  margin: 0 0 10px;
}

#header-bar .turgus-city-search i {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  color: #7c8980;
}

#header-bar .turgus-city-search input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 12px 8px 34px;
  box-sizing: border-box;
  border: 1px solid #dce7da;
  border-radius: 8px;
  color: #25342a;
  background: #f8faf6;
  font-family: inherit;
  font-size: 13px;
}

#header-bar .turgus-city-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: 100% !important;
  min-width: 100%;
  box-sizing: border-box;
  max-height: min(360px, calc(100vh - 250px));
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
}

#header-bar .turgus-city-option-row {
  display: block;
  min-width: 100%;
  float: none;
  clear: none;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: visible;
}

#header-bar .turgus-city-option-row[hidden] {
  display: none !important;
}

#header-bar .turgus-city-option {
  position: relative;
  z-index: 1;
  display: flex !important;
  float: none;
  clear: none;
  width: 100% !important;
  min-width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 42px;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 9px;
  border: 0;
  color: #28382e !important;
  background: #fff;
  font-size: 13px;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  cursor: pointer;
}

#header-bar .turgus-city-option:hover,
#header-bar .turgus-city-option.is-selected {
  background: #eff7ec;
}

#header-bar .turgus-city-option > span {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: #28382e !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#header-bar .turgus-city-option > span i {
  width: 18px;
  color: #3b9148;
  text-align: center;
}

#header-bar .turgus-city-option > .fa-check {
  color: #2d873b;
}

#header-bar .turgus-city-show-all {
  display: block;
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid #d6e5d4;
  border-radius: 9px;
  color: #2f7f3c;
  background: #fff;
  font-family: inherit;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

#header-bar .turgus-city-backdrop {
  display: none;
}

#header-bar .turgus-header-language {
  order: 5;
  flex: 0 0 auto;
  margin: 0;
  position: relative;
}

body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-language #lang_open .le-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 58px;
  min-height: 42px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #dfe5df;
  border-radius: 8px;
  color: #39473e;
  background: #fff;
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

#header-bar .turgus-header-language .turgus-locale-code {
  display: inline-block;
  color: inherit;
  line-height: 1;
}

#header-bar .turgus-header-language #lang_open .arrow {
  margin: 0;
  color: #78837b;
  font-size: 10px;
}
#header-bar .turgus-header-publish { order: 6; flex: 0 0 auto; }
#header-bar .turgus-header-user,
#header-bar .turgus-legacy-actions { display: none !important; }

#header-bar .turgus-header-publish {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0 !important;
  padding: 0 17px !important;
  border-radius: 8px;
  background: var(--turgus-stage-green) !important;
  box-shadow: 0 9px 22px rgba(39, 148, 71, 0.22);
}

#header-line {
  position: relative !important;
  clear: both;
  padding: 22px 0 12px !important;
  background: transparent !important;
}

#header-line .inside { max-width: 1280px; }
#header-line h1 { color: var(--turgus-stage-ink) !important; }
body#body-home #header-line,
body#body-item #header-line { display: none !important; }

/* Shared page frame. */
.home-container .inner,
#sub-nav .inside,
#footer .inside {
  width: calc(100% - 32px);
  max-width: 1280px !important;
  margin-left: auto;
  margin-right: auto;
}

body#body-home .hc-turgus-categories { padding: 28px 0 12px; }
body#body-home .hc-latest { padding: 10px 0 12px; }
body#body-home .turgus-telegram-bot { padding: 10px 0 42px; }

body#body-home .turgus-category-panel,
body#body-home #latest.white,
body#body-home .turgus-telegram-panel {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid var(--turgus-stage-line) !important;
  border-radius: 22px !important;
  background: var(--turgus-stage-card) !important;
  box-shadow: var(--turgus-stage-shadow) !important;
}

body#body-home .turgus-category-head { margin: 0 0 18px; }
body#body-home .turgus-category-head h2,
body#body-home #latest h2.home { text-align: left; }

body#body-home .turgus-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 12px;
}

body#body-home .turgus-category-card {
  min-width: 0;
  min-height: 116px;
  padding: 14px 8px;
  border: 1px solid var(--turgus-stage-line);
  border-radius: 16px;
  background: var(--turgus-panel-strong);
  box-shadow: none;
}

body#body-home .turgus-category-icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  margin-bottom: 8px;
  color: var(--turgus-stage-green) !important;
  background: #eef7c2;
  border-color: var(--turgus-stage-line);
}

body#body-home .turgus-category-name {
  color: var(--turgus-stage-ink);
  font-size: 12px;
  line-height: 16px;
}

body#body-home #latest h2.home {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

body#body-home #latest .block .wrap {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

body#body-home #latest .simple-prod,
body#body-search .simple-prod {
  float: none !important;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
}

body#body-home #latest .simple-wrap,
body#body-search .simple-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 410px;
  overflow: hidden;
  border: 1px solid var(--turgus-stage-line) !important;
  border-radius: 18px !important;
  background: var(--turgus-panel) !important;
  box-shadow: var(--turgus-shadow) !important;
}

body#body-home #latest .item-img-wrap,
body#body-search .item-img-wrap {
  order: 1;
  width: calc(100% - 20px);
  height: 190px;
  margin: 10px 10px 0 !important;
  border-radius: 14px;
  overflow: hidden;
  background: #edf4dc;
}

body#body-home #latest .img-link,
body#body-search .img-link {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0 !important;
}

body#body-home #latest .img-link img,
body#body-search .img-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#body-home #latest .simple-prod a.title,
body#body-search .simple-prod a.title {
  order: 2;
  height: auto !important;
  min-height: 44px;
  margin: 13px 14px 5px !important;
  color: var(--turgus-stage-ink) !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: 900;
}

body#body-home #latest .simple-prod .category,
body#body-search .simple-prod .category { order: 4; margin: 0 14px 8px !important; }
body#body-home #latest .simple-prod .middle,
body#body-search .simple-prod .middle { order: 3; margin: 0 14px 8px !important; }
body#body-home #latest .simple-prod .description,
body#body-search .simple-prod .description { order: 5; margin: 0 14px 10px !important; }
body#body-home #latest .simple-prod .bottom,
body#body-search .simple-prod .bottom { order: 6; margin: auto 14px 14px !important; padding-top: 12px; }

body#body-home #latest .simple-prod .category,
body#body-home #latest .simple-prod .location,
body#body-search .simple-prod .category,
body#body-search .simple-prod .location {
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--turgus-stage-green-dark);
  background: #edf7bd;
  font-size: 12px;
  font-weight: 800;
}

body#body-home .turgus-telegram-panel {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: static !important;
}

body#body-home .turgus-telegram-panel::before { display: none !important; }
body#body-home .turgus-telegram-copy { flex: 1 1 auto; }
body#body-home .turgus-telegram-button { flex: 0 0 auto; }

@media screen and (max-width: 1100px) {
  #header-bar .turgus-header-brand { flex-basis: 148px; width: 148px !important; }
  #header-bar .turgus-header-categories span { display: none; }
  body#body-home .turgus-category-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media screen and (max-width: 900px) {
  body#body-home,
  body#body-search,
  body#body-item {
    padding: 0;
  }

  .turgus-app-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  html,
  body,
  body#body-home,
  body#body-search,
  body#body-item { background-attachment: scroll !important; }

  #header-bar { padding: 10px 0 !important; }
  #header-bar .inside.turgus-header-v2 { flex-wrap: wrap; gap: 8px; }
  #header-bar .turgus-header-brand { order: 1; flex: 1 1 150px; }
  #header-bar .turgus-header-categories { order: 2; }
  #header-bar .turgus-city-control { order: 3; }
  #header-bar .turgus-header-language { order: 4; }
  #header-bar .turgus-header-search { order: 5; flex: 1 1 calc(100% - 150px); }
  #header-bar .turgus-header-publish { order: 6; }

  body#body-home #latest .block .wrap { grid-template-columns: repeat(2, minmax(0, 1fr)); }

}

@media screen and (max-width: 600px) {
  body:is(#body-home, #body-search, #body-item) #header-bar .inside.turgus-header-v2 {
    display: grid !important;
    grid-template-columns: minmax(120px, 1fr) 40px minmax(76px, 92px) 50px !important;
    grid-template-rows: 40px 42px 42px !important;
    gap: 7px 6px !important;
    width: calc(100% - 20px);
  }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-brand { grid-column: 1 !important; grid-row: 1 !important; min-width: 0; width: auto !important; }
  #header-bar .turgus-header-categories { flex-basis: 40px; width: 40px; min-height: 40px; padding: 0; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-categories { grid-column: 2 !important; grid-row: 1 !important; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-city-control { grid-column: 3 !important; grid-row: 1 !important; width: auto; min-width: 0; }
  #header-bar .turgus-header-city { min-height: 40px; height: 40px; padding: 0 8px; font-size: 11px; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-language { display: block !important; grid-column: 4 !important; grid-row: 1 !important; width: 50px !important; min-width: 0; justify-self: stretch; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-language #lang_open .le-btn { min-width: 50px; width: 50px; min-height: 40px; padding: 0 6px; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-search { grid-column: 1 / -1 !important; grid-row: 2 !important; width: 100% !important; min-width: 0; }
  #header-bar .turgus-header-search input[type="text"] { height: 42px; }
  #header-bar .turgus-header-search button { top: 4px; right: 4px; }
  body:is(#body-home, #body-search, #body-item) #header-bar .turgus-header-publish { grid-column: 1 / -1 !important; grid-row: 3 !important; width: 100%; min-height: 42px; justify-content: center; box-sizing: border-box; }

  .home-container .inner,
  #sub-nav .inside,
  #footer .inside { width: calc(100% - 20px); }

  .turgus-app-shell #footer {
    width: auto !important;
    margin: 16px 10px 0 !important;
  }

  #footer .turgus-footer-inside {
    align-items: flex-start;
    padding: 13px 0 !important;
  }

  #footer .turgus-footer-nav {
    gap: 7px 12px;
  }

  body#body-home .turgus-category-panel,
  body#body-home #latest.white,
  body#body-home .turgus-telegram-panel { padding: 15px !important; border-radius: 17px !important; }

  body#body-home .turgus-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  body#body-home .turgus-category-card { min-height: 102px; }
  body#body-home #latest .block .wrap { grid-template-columns: 1fr; gap: 14px; }
  body#body-home #latest .simple-wrap { min-height: 0; }
  body#body-home #latest .item-img-wrap { height: 220px; }
  body#body-home .turgus-telegram-panel { flex-direction: column; align-items: stretch; }
  body#body-home .turgus-telegram-button { width: 100%; text-align: center; }

}
/* PASS 4 item composition. This replaces the former Pass3 item layout rules. */
body#body-item.turgus-item-page {
  overflow-x: hidden;
}

body#body-item.turgus-item-page #sub-nav.item-nav {
  margin: 0;
  padding: 10px 0 0;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
}

body#body-item.turgus-item-page #sub-nav.item-nav .inside {
  width: calc(100% - 32px);
  max-width: 1240px !important;
  min-height: 38px;
  margin: 0 auto;
  padding: 0 !important;
}

body#body-item.turgus-item-page #sub-nav.item-nav .breadcrumb {
  display: none !important;
}

body#body-item.turgus-item-page #sub-nav.item-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 34px;
  margin: 0 6px 0 0;
  padding: 8px 13px;
  border: 1px solid rgba(45, 130, 58, 0.14);
  border-radius: 10px;
  color: #52655a;
  background: rgba(255, 255, 255, 0.84);
  white-space: nowrap;
}

body#body-item.turgus-item-page .turgus-item-tab-label-mobile {
  display: none;
}

body#body-item.turgus-item-page #sub-nav.item-nav a.active {
  color: #fff;
  background: #378c43;
  border-color: #378c43;
}

body#body-item.turgus-item-page #listing.turgus-item-layout {
  display: grid !important;
  grid-template-columns: minmax(360px, 440px) minmax(0, 1fr) !important;
  grid-auto-flow: row;
  gap: 20px 26px !important;
  align-items: start;
  width: calc(100% - 32px) !important;
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 18px 0 54px !important;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > .banner-theme,
body#body-item.turgus-item-page #listing.turgus-item-layout > .clear {
  grid-column: 1 / -1;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > #main.turgus-item-main,
body#body-item.turgus-item-page #listing #left.turgus-item-left {
  display: contents !important;
  float: none !important;
  width: auto !important;
}

body#body-item.turgus-item-page .turgus-item-summary-card {
  grid-column: 1;
  grid-row: 1;
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 24px !important;
  box-sizing: border-box;
  border: 1px solid rgba(45, 130, 58, 0.15) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 12px 32px rgba(52, 83, 48, 0.10) !important;
}

body#body-item.turgus-item-page .turgus-item-breadcrumbs {
  margin: 0 0 22px;
  color: #78867c;
  font-size: 12px;
  line-height: 18px;
}

body#body-item.turgus-item-page .turgus-item-breadcrumbs ul,
body#body-item.turgus-item-page .turgus-item-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body#body-item.turgus-item-page .turgus-item-breadcrumbs a {
  color: #6c7a70;
  text-decoration: none;
}

body#body-item.turgus-item-page .turgus-item-title {
  margin: 0 0 10px;
  color: #17251b;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.24;
}

body#body-item.turgus-item-page .turgus-item-summary-card #price {
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  float: none !important;
  width: auto !important;
  margin: 0 10px 14px 0;
  vertical-align: middle;
  color: #277b35 !important;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
}

body#body-item.turgus-item-page .turgus-item-meta-pills {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  width: auto;
  margin: 0 0 18px;
  vertical-align: middle;
}

body#body-item.turgus-item-page .turgus-item-pill {
  min-height: 26px;
  padding: 4px 9px;
  border: 1px solid #cfe0ce !important;
  border-radius: 6px !important;
  color: var(--turgus-green-dark) !important;
  background: #f8fbf7 !important;
  font-size: 12px;
  font-weight: 700;
}

body#body-item.turgus-item-page .turgus-item-short-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 4px;
  color: #34463a;
  font-size: 15px;
  line-height: 1.58;
}

body#body-item.turgus-item-page .turgus-item-media {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 100% !important;
  min-width: 0;
  min-height: 540px;
  margin: 0 !important;
  padding: 8px !important;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(45, 130, 58, 0.15) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.98) !important;
  box-shadow: 0 12px 32px rgba(52, 83, 48, 0.10) !important;
}

body#body-item.turgus-item-page .turgus-item-media #images,
body#body-item.turgus-item-page .turgus-item-media #pictures,
body#body-item.turgus-item-page .turgus-item-media .item-pictures,
body#body-item.turgus-item-page .turgus-item-media .bx-wrapper,
body#body-item.turgus-item-page .turgus-item-media .bx-viewport {
  width: 100% !important;
  max-width: none !important;
}

body#body-item.turgus-item-page .turgus-item-media .bx-viewport {
  min-height: 450px !important;
  border-radius: 12px;
  background: #f4f6f1;
}

body#body-item.turgus-item-page .turgus-item-media .item-bxslider,
body#body-item.turgus-item-page .turgus-item-media .item-bxslider li,
body#body-item.turgus-item-page .turgus-item-media .item-bxslider li a {
  width: 100% !important;
  min-height: 450px !important;
}

body#body-item.turgus-item-page .turgus-item-media .item-bxslider li a {
  display: flex;
  align-items: center;
  justify-content: center;
}

body#body-item.turgus-item-page .turgus-item-media .item-bxslider img {
  display: block;
  width: 100% !important;
  height: 450px !important;
  max-width: 100% !important;
  max-height: 450px !important;
  object-fit: contain !important;
  border-radius: 12px;
  background: #f4f6f1;
}

body#body-item.turgus-item-page .turgus-item-media #item-bx-pager {
  display: flex !important;
  align-items: center;
  gap: 7px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 8px 0 0 !important;
  padding: 0 !important;
  overflow-x: auto;
  overflow-y: hidden;
}

body#body-item.turgus-item-page .turgus-item-media #item-bx-pager a {
  display: flex !important;
  flex: 0 0 auto;
  gap: 8px;
  width: auto !important;
  max-width: none !important;
}

body#body-item.turgus-item-page .turgus-item-media #item-bx-pager img {
  flex: 0 0 76px;
  width: 76px !important;
  height: 58px !important;
  padding: 2px;
  object-fit: cover !important;
  border: 2px solid transparent;
  border-radius: 9px;
  background: #fff;
}

body#body-item.turgus-item-page .turgus-item-media #item-bx-pager img:hover {
  border-color: #378c43;
}

body#body-item.turgus-item-page .turgus-item-media #photo-count {
  right: 14px;
  bottom: 12px;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 8px;
  color: #fff;
  background: rgba(39, 123, 53, 0.90);
}

body#body-item.turgus-item-page .turgus-item-media-empty,
body#body-item.turgus-item-page .turgus-item-no-photo {
  min-height: 380px;
}

body#body-item.turgus-item-page .turgus-item-no-photo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #78867c;
}

body#body-item.turgus-item-page .turgus-item-no-photo img {
  width: 58px;
  height: auto;
  opacity: 0.52;
}

body#body-item.turgus-item-page #listing.turgus-item-layout > #side-right.turgus-item-sidebar {
  grid-column: 1;
  grid-row: 2;
  align-self: start;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body#body-item.turgus-item-page .turgus-seller-card {
  position: static !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(45, 130, 58, 0.15) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(52, 83, 48, 0.09) !important;
}

body#body-item.turgus-item-page .turgus-seller-card .sc-block.body,
body#body-item.turgus-item-page .turgus-seller-card .inside {
  background: #fff !important;
}

body#body-item.turgus-item-page .turgus-seller-card .sc-block.body {
  padding: 15px !important;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: 10px;
  align-items: center;
  text-align: left;
  padding: 0 !important;
  background: #fff !important;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .img {
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  margin: 0;
  position: static !important;
  inset: auto !important;
  float: none !important;
  border: 2px solid #d9ecd9;
  background: #f3f7f1;
  overflow: hidden;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .img img {
  display: block;
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .name,
body#body-item.turgus-item-page .turgus-seller-card .side-photo .regdate {
  grid-column: 2;
  width: auto !important;
  min-width: 0;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .name,
body#body-item.turgus-item-page .turgus-seller-card .side-photo .name a {
  color: #1c2a20 !important;
  font-size: 15px;
  font-weight: 900;
}

body#body-item.turgus-item-page .turgus-seller-card .side-photo .regdate {
  margin: 2px 0 0;
  color: #718078;
  font-size: 11px;
}

body#body-item.turgus-item-page .turgus-seller-card .item-actions {
  margin-top: 11px;
}

body#body-item.turgus-item-page .turgus-seller-card .item-actions .row {
  min-height: 38px;
  margin: 0 0 6px;
  padding: 8px 10px !important;
  border: 1px solid #e3ece2 !important;
  border-radius: 10px !important;
  background: #f7faf6 !important;
}

body#body-item.turgus-item-page .turgus-seller-card:not(.turgus-seller-card-bot) .item-actions .row > i {
  width: 20px;
  margin-right: 8px;
  color: #5c7062;
  text-align: center;
}

body#body-item.turgus-item-page .turgus-seller-card:not(.turgus-seller-card-bot) .item-actions .row a,
body#body-item.turgus-item-page .turgus-seller-card:not(.turgus-seller-card-bot) .item-actions .row span {
  color: #34473a;
  font-size: 13px;
  line-height: 1.35;
}

body#body-item.turgus-item-page .turgus-telegram-contact-button {
  min-height: 40px;
  border-radius: 10px !important;
  background: #378c43 !important;
  box-shadow: none !important;
}

body#body-item.turgus-item-page .turgus-telegram-contact-privacy {
  color: #68786e;
  font-size: 11px;
  line-height: 1.4;
}

body#body-item.turgus-item-page .turgus-item-location-card {
  margin: 0 0 14px !important;
  border: 1px solid rgba(45, 130, 58, 0.13) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: none !important;
}

body#body-item.turgus-item-page .turgus-item-details-card {
  grid-column: 1 / -1;
  grid-row: 3;
  width: 100%;
  min-width: 0;
  padding: 26px !important;
  box-sizing: border-box;
  border: 1px solid rgba(45, 130, 58, 0.15) !important;
  border-radius: 16px !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 12px 32px rgba(52, 83, 48, 0.10) !important;
}

body#body-item.turgus-item-page .turgus-item-details-title {
  margin: 0 0 16px;
  color: #1b2a20;
  font-size: 21px;
  font-weight: 900;
}

body#body-item.turgus-item-page .turgus-item-details-card .turgus-item-description-card {
  max-width: 980px;
  padding: 0 !important;
  color: #304137;
  background: transparent !important;
  font-size: 15px;
  line-height: 1.65;
}

body#body-item.turgus-item-page .turgus-item-details-card h2.attribute {
  margin: 24px 0 12px;
  padding-top: 18px;
  border-top: 1px solid #e6ece5;
  color: #1b2a20;
  font-size: 18px;
}

body#body-item.turgus-item-page .turgus-item-details-card-characteristics-only h2.attribute {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body#body-item.turgus-item-page .turgus-item-publication-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid #e6ece5;
}

body#body-item.turgus-item-page .turgus-item-details-card-meta-only {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

body#body-item.turgus-item-page .turgus-item-details-card-meta-only .turgus-item-publication-meta {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body#body-item.turgus-item-page .turgus-item-publication-meta .elem {
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 8px;
  color: #78847c;
  background: #f3f7f2;
  font-size: 12px;
}

body#body-item.turgus-item-page #listing .item-map,
body#body-item.turgus-item-page #listing > .contact-seller,
body#body-item.turgus-item-page #listing > .comments,
body#body-item.turgus-item-page #listing > .banner-theme,
body#body-item.turgus-item-page #main > .contact-seller,
body#body-item.turgus-item-page #main > .comments,
body#body-item.turgus-item-page #main > .banner-theme {
  grid-column: 1 / -1;
}

@media screen and (max-width: 860px) {
  body#body-item.turgus-item-page {
    background-attachment: scroll !important;
    background-position: center, center !important;
    background-size: cover, cover !important;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout {
    display: flex !important;
    flex-direction: column;
    gap: 12px !important;
    width: calc(100% - 20px) !important;
    padding: 14px 0 38px !important;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout > #main.turgus-item-main,
  body#body-item.turgus-item-page #listing #left.turgus-item-left {
    display: contents !important;
  }

  body#body-item.turgus-item-page .turgus-item-media {
    order: 1;
    min-height: 292px;
    padding: 6px !important;
  }

  body#body-item.turgus-item-page .turgus-item-media,
  body#body-item.turgus-item-page .turgus-item-summary-card,
  body#body-item.turgus-item-page .turgus-item-details-card,
  body#body-item.turgus-item-page #listing.turgus-item-layout > #side-right.turgus-item-sidebar {
    flex: 0 0 auto;
    width: 100% !important;
    max-width: calc(100vw - 20px) !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  body#body-item.turgus-item-page .turgus-item-title,
  body#body-item.turgus-item-page .turgus-item-short-description,
  body#body-item.turgus-item-page .turgus-item-breadcrumbs {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body#body-item.turgus-item-page .turgus-item-media .bx-viewport,
  body#body-item.turgus-item-page .turgus-item-media .item-bxslider,
  body#body-item.turgus-item-page .turgus-item-media .item-bxslider li,
  body#body-item.turgus-item-page .turgus-item-media .item-bxslider li a {
    width: 100% !important;
    max-width: calc(100vw - 32px) !important;
    min-height: 262px !important;
    box-sizing: border-box;
  }

  body#body-item.turgus-item-page .turgus-item-media .item-bxslider img {
    height: 262px !important;
    max-height: 262px !important;
  }

  body#body-item.turgus-item-page .turgus-item-media-empty,
  body#body-item.turgus-item-page .turgus-item-no-photo {
    min-height: 250px;
  }

  body#body-item.turgus-item-page .turgus-item-summary-card {
    order: 2;
    padding: 16px !important;
  }

  body#body-item.turgus-item-page .turgus-item-summary-card #price,
  body#body-item.turgus-item-page .turgus-item-meta-pills {
    display: flex !important;
    width: 100% !important;
    margin-right: 0;
  }

  body#body-item.turgus-item-page .turgus-item-summary-card #price {
    margin-bottom: 10px;
  }

  body#body-item.turgus-item-page #listing.turgus-item-layout > #side-right.turgus-item-sidebar {
    order: 3;
    width: 100% !important;
  }

  body#body-item.turgus-item-page .turgus-seller-card .sc-block.body {
    padding: 12px !important;
  }

  body#body-item.turgus-item-page .turgus-item-details-card {
    order: 4;
    padding: 18px !important;
  }

  body#body-item.turgus-item-page #listing .item-map,
  body#body-item.turgus-item-page #main > .contact-seller,
  body#body-item.turgus-item-page #main > .comments,
  body#body-item.turgus-item-page #main > .banner-theme {
    order: 5;
  }
}

@media screen and (max-width: 520px) {
  body#body-item.turgus-item-page #sub-nav.item-nav .inside {
    display: flex;
    align-items: center;
    gap: 7px;
    width: calc(100% - 20px);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }

  body#body-item.turgus-item-page #sub-nav.item-nav .inside::-webkit-scrollbar { display: none; }

  body#body-item.turgus-item-page #sub-nav.item-nav a {
    flex: 0 0 auto;
    min-width: 0;
    min-height: 36px;
    margin: 0;
    padding: 7px 10px;
    font-size: 12px;
  }

  body#body-item.turgus-item-page .turgus-item-tab-label-desktop { display: none; }
  body#body-item.turgus-item-page .turgus-item-tab-label-mobile { display: inline; }

  body#body-item.turgus-item-page .turgus-item-title { font-size: 23px; line-height: 1.24; }
  body#body-item.turgus-item-page .turgus-item-summary-card #price { font-size: 29px; }
  body#body-item.turgus-item-page .turgus-item-breadcrumbs { margin-bottom: 12px; }
  body#body-item.turgus-item-page .turgus-item-media #item-bx-pager img {
    flex-basis: 62px;
    width: 62px !important;
    height: 48px !important;
  }
}

/* Consolidated cascade guards for legacy Starter declarations that use !important. */
#header-bar .turgus-header-brand,
#header-bar .turgus-header-brand .resp-logo {
  display: inline-flex !important;
  align-items: center;
}

#header-bar .turgus-header-brand .resp-logo img { display: none !important; }

#header-bar .turgus-header-brand .resp-logo::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin-right: 10px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #2fa44f, #8bd04a);
  box-shadow: 0 10px 24px rgba(39, 148, 71, 0.24);
  content: "\f2c6";
  font-family: FontAwesome;
  font-size: 21px;
}

#header-bar .turgus-header-brand .resp-logo::after {
  display: inline-block;
  color: var(--turgus-stage-ink);
  content: "Turgus.eu";
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

body#body-home .hc-turgus-categories .turgus-category-head h2 {
  text-align: left !important;
}

body#body-home .hc-turgus-categories .turgus-category-grid {
  grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  justify-content: stretch !important;
  justify-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body#body-home a.turgus-category-card {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 116px !important;
  padding: 14px 8px !important;
  border-color: var(--turgus-stage-line) !important;
  border-radius: 16px !important;
  background: var(--turgus-panel-strong) !important;
  box-shadow: none !important;
}

body#body-home #latest .simple-prod .item-img-wrap {
  order: 1 !important;
  height: 190px !important;
  min-height: 190px !important;
}

body#body-home #latest .simple-prod .title { order: 2 !important; }
body#body-home #latest .simple-prod .middle { order: 3 !important; }
body#body-home #latest .simple-prod .category {
  order: 4 !important;
  display: block !important;
}
body#body-home #latest .simple-prod .description { order: 5 !important; }
body#body-home #latest .simple-prod .bottom { order: 6 !important; }

body#body-home .turgus-telegram-bot {
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 10px 0 42px !important;
}

body#body-home .turgus-telegram-bot .inner {
  display: block !important;
  width: calc(100% - 32px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
}

body#body-home .turgus-telegram-panel {
  position: static !important;
  width: 100% !important;
  max-width: none !important;
}

@media screen and (max-width: 1100px) {
  body#body-home .hc-turgus-categories .turgus-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

@media screen and (max-width: 600px) {
  #header-bar .inside.turgus-header-v2 {
    justify-content: stretch;
  }

  #header-bar .turgus-header-brand {
    width: auto !important;
    min-width: 120px;
  }

  #header-bar .turgus-header-categories {
    display: inline-flex !important;
    flex: 0 0 40px;
    width: 40px;
    padding: 0 !important;
  }

  #header-bar .turgus-city-control {
    width: auto;
    min-width: 0;
  }

  #header-bar .turgus-header-city {
    width: 100%;
    padding: 0 9px;
    overflow: hidden;
  }

  #header-bar .turgus-header-city span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #header-bar .turgus-city-popover {
    position: fixed;
    z-index: 10040;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: 10px;
    width: auto;
    max-height: calc(100vh - 20px);
    padding: 16px;
    border-radius: 18px;
  }

  #header-bar .turgus-city-list {
    max-height: calc(100vh - 220px);
  }

  #header-bar .turgus-city-option {
    min-height: 48px;
    font-size: 14px;
  }

  #header-bar .turgus-city-backdrop {
    position: fixed;
    z-index: 10030;
    inset: 0;
    display: block;
    background: rgba(24, 38, 28, 0.38);
  }

  html.turgus-city-open,
  html.turgus-city-open body {
    overflow: hidden;
  }

  #header-bar .turgus-header-brand .resp-logo::before {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    font-size: 18px;
  }

  #header-bar .turgus-header-brand .resp-logo::after { font-size: 20px; }

  body#body-home .hc-turgus-categories .turgus-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 9px !important;
  }

  body#body-home .turgus-telegram-bot .inner {
    width: calc(100% - 20px) !important;
  }
}
/* PASS 5 homepage composition. Unique classes isolate it from legacy Starter blocks. */
body#body-home .turgus-home-shell {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  grid-template-areas:
    "intro categories"
    "side listings"
    "telegram listings";
  gap: 0 22px;
  align-items: start;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 20px 28px;
  box-sizing: border-box;
}

body#body-home .turgus-home-side-latest,
body#body-home .turgus-home-telegram,
body#body-home .turgus-home-categories,
body#body-home .turgus-home-listings {
  min-width: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body#body-home .turgus-home-intro {
  grid-area: intro;
  position: relative;
  min-height: 190px;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
  color: #fff;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(145deg, #2e813b, #4b9c51);
}

body#body-home .turgus-home-intro::after {
  position: absolute;
  right: -28px;
  bottom: -38px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  content: "";
}

body#body-home .turgus-home-intro-icon {
  position: absolute;
  right: 22px;
  top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #dff1a5;
  background: rgba(255, 255, 255, 0.10);
  font-size: 22px;
}

body#body-home .turgus-home-intro h1 {
  max-width: 210px;
  margin: 0 0 12px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}

body#body-home .turgus-home-intro p {
  position: relative;
  z-index: 1;
  max-width: 250px;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.5;
}

body#body-home .turgus-home-intro a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 8px;
  color: #286e34;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body#body-home .turgus-home-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 14px;
}

body#body-home .turgus-home-section-head h2 {
  margin: 0;
  color: #17251b;
  font-size: 18px;
  line-height: 1.25;
}

body#body-home .turgus-home-section-head a {
  flex: 0 0 auto;
  color: #277b35;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

body#body-home .turgus-home-side-latest {
  grid-area: side;
  margin-top: 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--turgus-border);
}

body#body-home .turgus-home-mini-list {
  display: grid;
  gap: 7px;
}

body#body-home .turgus-home-mini-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  min-height: 76px;
  padding: 7px;
  border: 1px solid var(--turgus-border);
  border-radius: 9px;
  color: #26352a;
  background: var(--turgus-panel-strong);
  text-decoration: none;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

body#body-home .turgus-home-mini-item:hover {
  border-color: #bcd9bc;
  transform: translateY(-1px);
}

body#body-home .turgus-home-mini-photo {
  width: 72px;
  height: 62px;
  overflow: hidden;
  border-radius: 7px;
  background: #edf4e9;
}

body#body-home .turgus-home-mini-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#body-home .turgus-home-mini-photo.is-empty img {
  object-fit: contain;
  padding: 16px;
  box-sizing: border-box;
  opacity: 0.45;
}

body#body-home .turgus-home-mini-copy {
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  min-width: 0;
}

body#body-home .turgus-home-mini-copy strong {
  grid-column: 1 / -1;
  overflow: hidden;
  color: #1f2b22;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#body-home .turgus-home-mini-copy b {
  color: #277b35;
  font-size: 13px;
}

body#body-home .turgus-home-mini-copy small,
body#body-home .turgus-home-mini-copy time {
  overflow: hidden;
  color: #77827a;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body#body-home .turgus-home-mini-copy small {
  grid-column: 1 / -1;
}

body#body-home .turgus-home-mini-copy small i {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 3px 2px;
  border-radius: 50%;
  background: #6da773;
}

body#body-home .turgus-home-mini-copy time {
  align-self: end;
  text-align: right;
}

body#body-home .turgus-home-telegram {
  grid-area: telegram;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  grid-auto-rows: max-content;
  align-self: start;
  align-content: start;
  gap: 10px;
  height: auto;
  min-height: 0;
  margin-top: 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--turgus-border);
  background: transparent;
}

body#body-home .turgus-home-telegram > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #229ed9;
  font-size: 20px;
}

body#body-home .turgus-home-telegram h2 {
  margin: 1px 0 3px;
  color: #1e2d22;
  font-size: 14px;
  line-height: 1.3;
}

body#body-home .turgus-home-telegram p {
  margin: 0;
  color: #718077;
  font-size: 11px;
  line-height: 1.4;
}

body#body-home .turgus-home-telegram > a {
  grid-column: 1 / -1;
  display: block;
  align-self: start;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 8px;
  color: #fff;
  background: #378c43;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

body#body-home .turgus-home-categories {
  grid-area: categories;
  padding: 2px 0 18px;
  border-bottom: 1px solid var(--turgus-border);
}

body#body-home .turgus-home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body#body-home .turgus-home-category {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid var(--turgus-border);
  border-radius: 9px;
  color: #233329;
  background: var(--turgus-panel-strong);
  text-decoration: none;
}

body#body-home .turgus-home-category:hover {
  border-color: #b9d8b9;
  background: #f5faef;
}

body#body-home .turgus-home-category > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  color: #27823a;
  background: #edf7ea;
  font-size: 17px;
}

body#body-home .turgus-home-category strong {
  min-width: 0;
  font-size: 12px;
  line-height: 1.25;
}

body#body-home .turgus-home-category small {
  color: #89938c;
  font-size: 10px;
}

body#body-home .turgus-home-listings {
  grid-area: listings;
  padding: 18px 0 0;
}

/* Shared controls used by search/category pages. Layout remains in turgus-search-pass6.css. */
body#body-search #sub-nav a#cat-link,
body#body-search .turgus-search-subcategories a,
body#body-search #show-filters,
body#body-search #sub-nav .sort-title,
body#body-search #sub-nav .list-grid a.lg,
body#body-search .paginate a,
body#body-search .paginate span {
  border: 1px solid #dde5dd !important;
  border-radius: 7px !important;
  color: #526159 !important;
  background: #f5f6f4 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body#body-search #sub-nav a#cat-link.active,
body#body-search #sub-nav a#cat-link:hover,
body#body-search .turgus-search-subcategories a:hover,
body#body-search .turgus-search-subcategories a.active {
  color: var(--turgus-green-dark) !important;
  border-color: #9fc8a2 !important;
  background: #eef7ed !important;
}

body#body-search #sub-nav a#cat-link.active,
body#body-search .turgus-search-subcategories a.active {
  box-shadow: none !important;
}

body#body-search #sub-nav .sort-title .title-keep,
body#body-search #search-button,
body#body-search #sub-nav .list-grid a.lg.active,
body#body-search .paginate span {
  color: #fff !important;
  border-color: var(--turgus-green) !important;
  border-radius: 7px !important;
  background: var(--turgus-green) !important;
  box-shadow: none !important;
}

body#body-search #show-filters,
body#body-search #sidebar-search .clear-search {
  color: var(--turgus-green-dark) !important;
  border-color: #dde5dd !important;
  border-radius: 7px !important;
  background: #f5f6f4 !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body:is(#body-home, #body-search) .turgus-listing-grid .turgus-home-listing-card,
body#body-search .search-items-wrap .simple-prod.turgus-home-listing-card,
body#body-search .white:not(.list) .search-items-wrap .simple-prod.turgus-home-listing-card,
body#body-search #search-items .white .search-items-wrap .simple-prod.turgus-home-listing-card {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  justify-self: stretch !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #dde5dd !important;
  border-radius: 10px !important;
  overflow: hidden;
  background: #fff !important;
  box-shadow: 0 5px 14px rgba(47, 82, 45, 0.045) !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .simple-wrap {
  display: flex !important;
  flex-direction: column;
  min-height: 100% !important;
  height: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
  overflow: hidden;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .item-img-wrap {
  order: 1;
  width: 100% !important;
  height: 190px !important;
  min-height: 190px !important;
  flex: 0 0 190px;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  background: #eff4f5 !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .item-img-wrap .img-link,
body:is(#body-home, #body-search) .turgus-listing-grid .item-img-wrap img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

body:is(#body-home, #body-search) .turgus-listing-grid .no-photo .item-img-wrap img {
  object-fit: contain;
  padding: 44px;
  box-sizing: border-box;
  opacity: 0.45;
}

body:is(#body-home, #body-search) .turgus-listing-grid .category {
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .category a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--turgus-category-color, var(--turgus-green)) 34%, #dfe7df);
  border-radius: 6px;
  color: var(--turgus-category-color, var(--turgus-green-dark));
  background: color-mix(in srgb, var(--turgus-category-color, var(--turgus-green)) 8%, rgba(255, 255, 255, 0.96));
  text-decoration: none;
}

body:is(#body-home, #body-search) .turgus-listing-grid .turgus-listing-category-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 15px;
  line-height: 1;
}

body:is(#body-home, #body-search) .turgus-listing-grid .turgus-listing-category-icon img {
  display: block;
  width: 18px !important;
  height: 18px !important;
  padding: 0 !important;
  object-fit: contain !important;
  opacity: 1 !important;
}

.turgus-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .simple-wrap {
  position: relative;
}

body:is(#body-home, #body-search) .turgus-listing-grid a.title,
body#body-search #search-items .white .search-items-wrap .simple-prod.turgus-home-listing-card a.title {
  order: 2;
  display: -webkit-box !important;
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: 60px !important;
  min-height: 60px;
  max-height: 60px;
  margin: 0 !important;
  padding: 10px 15px 6px !important;
  box-sizing: border-box;
  overflow: hidden !important;
  white-space: normal !important;
  word-break: normal !important;
  color: #17251b !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:is(#body-home, #body-search) .turgus-listing-grid .middle {
  order: 4;
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 32px !important;
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 3px 15px 7px !important;
  overflow: visible !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .location {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 7px;
  border: 1px solid #e1e7e1;
  border-radius: 6px;
  color: #607067;
  background: #f5f7f4;
  font-size: 10px;
  font-weight: 700;
}

body:is(#body-home, #body-search) .turgus-listing-grid .description {
  order: 5;
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 49px !important;
  max-height: none !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 2px 15px 14px !important;
  overflow: hidden;
  color: #67776d;
  font-size: 11px;
  line-height: 1.45;
}

body:is(#body-home, #body-search) .turgus-listing-grid .description .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body:is(#body-home, #body-search) .turgus-listing-grid .description .img,
body:is(#body-home, #body-search) .turgus-listing-grid .img-bottom,
body:is(#body-home, #body-search) .turgus-listing-grid .labels {
  display: none !important;
}

body:is(#body-home, #body-search) .turgus-listing-grid .bottom {
  order: 3;
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  min-height: 40px;
  flex: 0 0 auto !important;
  margin: 0 15px !important;
  padding: 4px 0 16px !important;
  overflow: visible !important;
  border-top: 0;
}

body:is(#body-home, #body-search) .turgus-listing-grid .price,
body:is(#body-home, #body-search) .turgus-listing-grid .price span {
  color: #277b35 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
}

body#body-home .turgus-home-empty {
  padding: 48px 20px;
  color: #728078;
  text-align: center;
}

@media screen and (max-width: 1120px) {
  body#body-home .turgus-home-shell {
    grid-template-columns: 290px minmax(0, 1fr);
  }

  body:is(#body-home, #body-search) .turgus-listing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 760px) {
  body#body-home .turgus-home-shell {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: calc(100% - 20px);
    padding: 18px 0 36px;
  }

  body#body-home .turgus-home-intro { order: 1; min-height: 194px; }
  body#body-home .turgus-home-categories { order: 2; }
  body#body-home .turgus-home-listings { order: 3; }
  body#body-home .turgus-home-telegram { order: 4; }
  body#body-home .turgus-home-side-latest { display: none; }

  body#body-home .turgus-home-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body:is(#body-home, #body-search) .turgus-listing-grid {
    grid-template-columns: 1fr;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .simple-wrap {
    display: grid !important;
    grid-template-columns: 132px minmax(0, 1fr);
    grid-template-rows: auto auto auto 1fr;
    min-height: 184px !important;
    height: auto;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .item-img-wrap {
    grid-column: 1;
    grid-row: 1 / -1;
    height: 183px !important;
    min-height: 183px !important;
    flex-basis: auto;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .category {
    left: 8px;
    top: 8px;
    max-width: 32px;
    overflow: visible;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .category a {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid a.title,
  body#body-search #search-items .white .search-items-wrap .simple-prod.turgus-home-listing-card a.title {
    grid-column: 2;
    grid-row: 1;
    display: -webkit-box !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    height: 50px !important;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden !important;
    white-space: normal !important;
    padding: 7px 12px 5px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .middle {
    grid-column: 2;
    grid-row: 3;
    display: block !important;
    padding: 1px 12px 4px !important;
    min-height: 27px !important;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .description {
    grid-column: 2;
    grid-row: 4;
    min-height: 38px !important;
    flex: 0 0 auto;
    padding: 1px 12px 5px !important;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .bottom {
    grid-column: 2;
    grid-row: 2;
    margin: 0 12px !important;
    min-height: 38px;
    padding: 3px 0 14px !important;
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .price,
  body:is(#body-home, #body-search) .turgus-listing-grid .price span {
    font-size: 17px !important;
  }
}

@media screen and (max-width: 420px) {
  html,
  body {
    background-position: center, center !important;
    background-size: cover, cover !important;
    background-attachment: scroll, scroll !important;
  }

  body#body-home .turgus-home-categories,
  body#body-home .turgus-home-listings { padding: 14px; }

  body#body-home .turgus-home-category {
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 58px;
    padding: 8px;
  }

  body#body-home .turgus-home-category > span { width: 34px; height: 34px; }
  body#body-home .turgus-home-category small { display: none; }

  body:is(#body-home, #body-search) .turgus-listing-grid .simple-wrap {
    grid-template-columns: 120px minmax(0, 1fr);
  }

  body:is(#body-home, #body-search) .turgus-listing-grid .description .text {
    -webkit-line-clamp: 1;
  }
}

/* END TURGUS STAGE 1 COMPOSITION 2026-07-12 */
