﻿.p-ihub-category-scroll-container {
  padding-left: 1rem;
  background: #fefefe;
  max-height: 50vh;
  overflow-y: auto;
}

.p-ihub-category-list-item a:not(.c-button) {
  padding: 0.5rem 1rem;
  display: block;
}
  .p-ihub-category-list-item a:not(.c-button):hover {
    background: #eee;
    text-decoration: none;
  }

.p-ideas-cta {
  display: block;
  background: #fefefe;
  border-radius: 4px;
  margin: 3rem 0;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.p-idea-card {
  display: block;
  background: #fefefe;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  cursor: pointer;
  margin-bottom: 1rem;
  overflow: hidden;
}

.p-idea-card-image-container {
  height: 15rem;
  overflow: hidden;
}

.p-idea-card-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
  width: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
}

.p-idea-card-content {
  padding: 1rem;
}

.p-idea-card-name {
  color: #222;
  font-size: 1rem;
  margin-bottom: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.p-idea-card-designer {
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-idea-card:hover .p-idea-card-image {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.p-idea-card:hover .p-idea-card-name {
  color: #af2e2a;
}

.p-ideas-cta:hover {
  -webkit-box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
  box-shadow: 0 3px 12px rgb(0 0 0 / 20%);
  text-decoration: none;
}

.p-ideas-cta-desc {
  display: block;
  padding: 1rem 0.5rem;
}

.p-ideas-cta-title {
  color: #666;
  font-size: 1.4rem;
}

.p-ideas-cta-text {
  font-size: 1rem;
}

.v-ideas-results-search {
  display: inline-block;
  width: 16rem;
}

.v-ihub-results-sort {
  display: inline-block;
  width: 12rem;
  margin-bottom: 0;
}

.p-ihub-name {
  font-size: 1.5rem;
  font-weight: 400;
}

.p-ihub-designer {
  color: #222;
}

.p-ihub-content {
  margin-top: 1rem;
}

.p-ihub-image-container {
  position: relative;
  float: left;
  margin-bottom: 3rem !important;
  width: 70%;
}

  .p-ihub-image-container.is-expanded {
    width: 100%;
  }

.p-ihub-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*  .p-ihub-image:hover {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }*/

.p-ihub-image-container.is-expanded .p-ihub-image:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.p-ihub-btn:disabled .bi.bi-heart {
  color: #f76ec0;
}

.p-share-row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-share-link {
  cursor: pointer;
  display: inline-block;
  margin: 0.1rem;
  padding: 0.4rem 0.5rem;
  position: relative;
  text-align: center;
}

.p-ihub-left-wrapper {
  float: left;
  width: 70%;
}

.p-ihub-subheader {
  color: #222;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.p-ihub-btn {
  border-color: #666 !important;
  color: #666 !important;
}

.p-ihub-right-wrapper {
  padding-left: calc(70% + 2em);
}

.p-ihub-info:first-of-type {
  padding-top: 0;
}

.p-ihub-info {
  border-bottom: 1px solid #ccc;
  color: #666;
  margin-left: 1rem;
  padding: 1.5em 0;
}

.p-ihub-product-image {
  display: inline-block;
  background: #fefefe;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  cursor: pointer;
  font-size: .7rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-align: center;
  max-width: 160px;
}

  .p-ihub-product-image img {
    display: block;
    margin: 0 auto 0.25rem;
    width: 100%;
  }

  .p-ihub-product-image .c-button {
    margin-bottom: 0;
    width: 100%;
  }

.p-cta {
  display: block;
  background: #fefefe;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
  margin: 3rem 0 3rem 1rem;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.p-cta-title {
  font-size: 1.4rem;
}

.p-cta-text {
  font-size: 1rem;
}

.p-ihub-image-drag {
  border: 2px dashed #666;
  margin-bottom: 3rem;
  padding: 3rem;
  text-align: center;
}
