/* Bootstrap 5.3 Product example — https://getbootstrap.com/docs/5.3/examples/product/ */



.icon-link > .bi {
  width: 0.75em;
  height: 0.75em;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color 0.15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Hero image (главная): woodpacker вместо dummy device из примера Bootstrap Product
 */

.hero-woodpacker-img {
  position: absolute;
  left: 5%;
  top: 0;
  width: 300px;
  max-width: min(300px, 38vw);
  height: auto;
  max-height: 800px;
  object-fit: contain;
  object-position: left top;
  pointer-events: none;
}

/*
 * Landing feature blocks: body-sized copy (smaller than Bootstrap .lead)
 */
.index-feature-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}
