.igs-nav-home-hidden {
  display: none !important;
  visibility: hidden !important;
}

.igs-nav-catalog-simple > .dropdown-menu,
.igs-nav-catalog-simple > .sub-menu,
.igs-nav-catalog-simple > .leo-megamenu,
.igs-nav-catalog-simple > .igs-catalog-dropdown-hidden {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.igs-nav-catalog-simple > .nav-link::after,
.igs-nav-catalog-simple > .nav-link .caret,
.igs-nav-catalog-simple > .nav-link .sub-title,
.igs-nav-catalog-simple > .nav-link .menu-icon,
.igs-nav-catalog-simple > .nav-link .leo-caret {
  display: none !important;
}

body.page-category.category-id-2 #js-product-list-header .block-category,
body.page-category.category-id-2 h1#js-product-list-header {
  display: none !important;
}

.igs-catalog-context-search {
  width: 100%;
  margin: 0 0 18px;
  padding: 18px;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(6, 26, 68, 0.08);
}

.igs-catalog-context-search__copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.igs-catalog-context-search__copy strong {
  color: #061a44;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.igs-catalog-context-search__copy span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}

.igs-catalog-context-search__form {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 10px;
}

.igs-catalog-context-search__form input[type="search"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 46px;
  padding: 0 16px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #061a44;
  background: #f8fafc;
  font-size: 15px;
  outline: none;
}

.igs-catalog-context-search__form input[type="search"]:focus {
  border-color: #0b3c91;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(11, 60, 145, 0.12);
}

.igs-catalog-context-search__scope {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  max-width: 220px;
  padding: 0 13px;
  border-radius: 999px;
  background: #eef4ff;
  color: #0b3c91;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.igs-catalog-context-search__form button {
  flex: 0 0 auto;
  height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #0b3c91;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.igs-catalog-context-search__form button:hover,
.igs-catalog-context-search__form button:focus {
  background: #061a44;
  transform: translateY(-1px);
}

.igs-catalog-root-offers {
  width: 100%;
  margin: 0 0 22px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #061a44 0%, #0b3c91 58%, #0e7490 100%);
  color: #fff;
  box-shadow: 0 12px 30px rgba(6, 26, 68, 0.14);
  overflow: hidden;
}

.igs-catalog-root-offers__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.igs-catalog-root-offers__header h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 800;
}

.igs-catalog-root-offers__header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
}

.igs-catalog-root-offers__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.igs-catalog-root-offers__slide {
  display: flex;
  min-width: 0;
  min-height: 150px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.96);
  color: #061a44;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.igs-catalog-root-offers__slide:hover,
.igs-catalog-root-offers__slide:focus {
  color: #061a44;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.igs-catalog-root-offers__media {
  flex: 0 0 42%;
  background: #eef4ff;
}

.igs-catalog-root-offers__media img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  display: block;
}

.igs-catalog-root-offers__content {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding: 16px;
}

.igs-catalog-root-offers__content strong {
  color: #061a44;
  font-size: 16px;
  line-height: 1.25;
}

.igs-catalog-root-offers__content small {
  color: #4b5563;
  line-height: 1.35;
}

.igs-catalog-root-offers__content em {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 4px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #0b3c91;
  color: #fff;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .igs-catalog-context-search__copy {
    align-items: flex-start;
    flex-direction: column;
  }

  .igs-catalog-context-search__copy span {
    text-align: left;
  }

  .igs-catalog-root-offers__track {
    grid-template-columns: 1fr;
  }

  .igs-catalog-root-offers__slide {
    min-height: 130px;
  }

  .igs-catalog-root-offers__media img {
    min-height: 130px;
  }
}

@media (max-width: 575px) {
  .igs-catalog-context-search {
    padding: 14px;
    border-radius: 14px;
  }

  .igs-catalog-context-search__form {
    flex-direction: column;
  }

  .igs-catalog-context-search__scope {
    display: none;
  }

  .igs-catalog-context-search__form button {
    width: 100%;
  }

  .igs-catalog-root-offers {
    padding: 16px;
    border-radius: 14px;
  }

  .igs-catalog-root-offers__header h2 {
    font-size: 20px;
  }

  .igs-catalog-root-offers__slide {
    flex-direction: column;
  }

  .igs-catalog-root-offers__media {
    flex-basis: auto;
  }
}
