/* Creative-style component list for verified HYGSI product sets. */
html body.hygsi-manual-set .hygsi-set-related-hidden,
html body.hygsi-manual-set .hygsi-product-tab.hygsi-related-tab,
html body.hygsi-manual-set .hygsi-product-panel[data-panel-content="related"] {
  display: none !important;
}

html body.hygsi-manual-set .hygsi-set-contents {
  width: 100%;
  min-width: 0;
  margin: 38px 0 0;
}

html body.hygsi-manual-set .hygsi-set-contents-title {
  margin: 0 0 14px;
  color: #060633;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

html body.hygsi-manual-set .hygsi-set-items {
  overflow: hidden;
  border: 1px solid #e0e1e6;
  background: #fff;
}

html body.hygsi-manual-set .hygsi-set-item {
  display: none;
  align-items: center;
  min-width: 0;
  min-height: 108px;
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6ea;
  color: #060633 !important;
  text-decoration: none !important;
  box-sizing: border-box;
}

html body.hygsi-manual-set .hygsi-set-item:nth-child(-n+2),
html body.hygsi-manual-set .hygsi-set-contents.is-expanded .hygsi-set-item,
html body.hygsi-manual-set .hygsi-set-contents.shows-all-items .hygsi-set-item {
  display: flex;
}

html body.hygsi-manual-set .hygsi-set-item:last-child {
  border-bottom: 0;
}

html body.hygsi-manual-set .hygsi-set-item:hover,
html body.hygsi-manual-set .hygsi-set-item:focus-visible {
  background: #f8fbfd;
}

html body.hygsi-manual-set .hygsi-set-item-image {
  position: relative;
  display: flex;
  flex: 0 0 112px;
  align-items: center;
  justify-content: center;
  height: 82px;
  margin-right: 16px;
}

html body.hygsi-manual-set .hygsi-set-item-image img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 82px;
  object-fit: contain;
}

html body.hygsi-manual-set .hygsi-set-item.is-loading .hygsi-set-item-image::before {
  width: 70px;
  height: 54px;
  border-radius: 4px;
  background: #f0f1f4;
  content: "";
}

html body.hygsi-manual-set .hygsi-set-item-quantity {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #060633;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

html body.hygsi-manual-set .hygsi-set-item-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

html body.hygsi-manual-set .hygsi-set-item-name {
  display: block;
  margin: 0 0 3px;
  color: #060633;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

html body.hygsi-manual-set .hygsi-set-item-code {
  display: block;
  color: #5d6077;
  font-size: 12px;
  line-height: 1.3;
}

html body.hygsi-manual-set .hygsi-set-item-availability {
  display: block;
  margin-top: 2px;
  color: #59a51e;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
}

html body.hygsi-manual-set .hygsi-set-item-availability.is-unavailable {
  color: #b51d31;
}

html body.hygsi-manual-set .hygsi-set-item-availability.is-unknown {
  color: #5d6077;
  font-weight: 500;
}

html body.hygsi-manual-set .hygsi-set-item-price {
  display: block;
  margin-top: 2px;
  color: #060633;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

html body.hygsi-manual-set .hygsi-set-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 12px 10px 2px;
  border: 0;
  background: transparent;
  color: #060633;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

html body.hygsi-manual-set .hygsi-set-toggle::after {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 10px;
  border-right: 2px solid #42a9df;
  border-bottom: 2px solid #42a9df;
  content: "";
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

html body.hygsi-manual-set .hygsi-set-contents.is-expanded .hygsi-set-toggle::after {
  margin-top: 4px;
  transform: rotate(225deg);
}

@media (min-width: 992px) {
  html body.hygsi-manual-set .p-data-wrapper.hygsi-buy-panel {
    height: auto !important;
    min-height: 0 !important;
  }

  html body.hygsi-manual-set #product-detail-form.hygsi-buy-form {
    flex: 0 0 auto !important;
    margin-top: 30px !important;
  }

  html body.hygsi-manual-set .hygsi-purchase-info {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  html body.hygsi-manual-set .hygsi-set-contents {
    margin-top: 30px;
  }

  html body.hygsi-manual-set .hygsi-set-item {
    min-height: 96px;
    padding: 10px;
  }

  html body.hygsi-manual-set .hygsi-set-item-image {
    flex-basis: 88px;
    height: 70px;
    margin-right: 12px;
  }

  html body.hygsi-manual-set .hygsi-set-item-image img {
    max-height: 70px;
  }

  html body.hygsi-manual-set .hygsi-set-item-name {
    font-size: 13px;
  }
}
