/* HuntBee Trust Ledger product page */
.hb-theme .hb-product-page {
  background: #f7f5ef;
  color: #111820;
}

.hb-theme .hb-product-page > .container {
  padding-top: 18px;
  padding-bottom: 64px;
}

/* Breadcrumb */
.hb-theme .hb-product-breadcrumb-wrap {
  margin: 0 0 22px;
}

.hb-theme .hb-product-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
}

.hb-theme .hb-product-breadcrumb > li {
  display: inline-flex;
  align-items: center;
  color: #7a838c;
}

.hb-theme .hb-product-breadcrumb > li + li:before {
  content: "\f105";
  padding: 0 7px 0 1px;
  color: #aab0b5;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.hb-theme .hb-product-breadcrumb a {
  color: #68727c;
}

.hb-theme .hb-product-breadcrumb a:hover,
.hb-theme .hb-product-breadcrumb a:focus {
  color: #111820;
}

.hb-theme .hb-product-breadcrumb .active span {
  color: #111820;
  font-weight: 700;
}

/* Hero */
.hb-theme .hb-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(360px, 7fr);
  gap: 34px;
  align-items: start;
  margin-bottom: 28px;
}

.hb-theme .hb-product-media {
  min-width: 0;
}

.hb-theme .hb-product-main-image {
  display: block;
  overflow: hidden;
  border: 1px solid #e2ded4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(17,24,32,.05);
}

.hb-theme .hb-product-main-image img {
  display: block;
  width: 100%;
  height: auto;
}

.hb-theme .hb-product-thumbnails {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.hb-theme .hb-product-thumbnails li {
  min-width: 0;
}

.hb-theme .hb-product-thumbnails a {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.55 / 1;
  border: 1px solid #dedad1;
  border-radius: 7px;
  background: #fff;
}

.hb-theme .hb-product-thumbnails a:hover,
.hb-theme .hb-product-thumbnails a:focus {
  border-color: #d0b65d;
}

.hb-theme .hb-product-thumbnails img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hb-theme .hb-product-purchase {
  position: sticky;
  top: 22px;
  padding: 24px;
  border: 1px solid #e2ded4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(17,24,32,.06);
}

.hb-theme .hb-product-kicker {
  display: block;
  margin-bottom: 9px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hb-theme .hb-product-purchase h1 {
  margin: 0 0 12px;
  color: #111820;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.035em;
}

.hb-theme .hb-product-rating-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: #6e7881;
  font-size: 12px;
}

.hb-theme .hb-product-stars {
  display: inline-flex;
  gap: 2px;
  color: #e5a500;
}

.hb-theme .hb-product-stars i {
  margin: 0 !important;
}

.hb-theme .hb-product-rating-row a {
  color: #59646e;
  font-weight: 600;
}

.hb-theme .hb-product-rating-row a:hover {
  color: #111820;
}

.hb-theme .hb-product-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 0 16px;
}

.hb-theme .hb-product-meta-item {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid #ece8df;
  border-radius: 7px;
  background: #faf9f5;
}

.hb-theme .hb-product-meta-item span {
  display: block;
  margin-bottom: 2px;
  color: #8a939a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-theme .hb-product-meta-item strong,
.hb-theme .hb-product-meta-item a {
  display: block;
  overflow: hidden;
  color: #202933;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hb-theme .hb-product-meta-item a:hover {
  color: #9b6a00;
}

.hb-theme .hb-product-module-slot {
  margin: 0 0 16px;
}

.hb-theme .hb-product-price-block {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #ece8df;
  border-bottom: 1px solid #ece8df;
}

.hb-theme .hb-product-price-label {
  display: block;
  margin-bottom: 2px;
  color: #8a939a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hb-theme .hb-product-price-current {
  color: #111820;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -.025em;
}

.hb-theme .hb-product-price-old {
  margin-left: 7px;
  color: #9aa1a7;
  font-size: 13px;
  text-decoration: line-through;
}

.hb-theme .hb-product-price-extra {
  margin-top: 6px;
  color: #7a848c;
  font-size: 12px;
}

/* Direct free downloads */
.hb-theme .hb-direct-freedownload-slot:empty {
  display: none;
}

.hb-theme .hb-free-download {
  overflow: hidden;
  margin: 16px 0;
  border: 1px solid #cfe3e5;
  border-radius: 10px;
  background: #fff;
}

.hb-theme .hb-free-download-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: start;
  gap: 11px;
  padding: 15px;
  border-bottom: 1px solid #dfecef;
  background: #f3fafb;
}

.hb-theme .hb-free-download-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #e2f4f6;
  color: #1594aa;
  font-size: 15px;
}

.hb-theme .hb-free-download-copy {
  min-width: 0;
}

.hb-theme .hb-free-download-kicker {
  display: block;
  margin-bottom: 2px;
  color: #1594aa;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.hb-theme .hb-free-download-copy h2 {
  margin: 0 0 4px;
  color: #18222c;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.hb-theme .hb-free-download-copy p {
  margin: 0;
  color: #65737d;
  font-size: 12px;
  line-height: 1.5;
}

.hb-theme .hb-free-download-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #c9e6d4;
  border-radius: 999px;
  background: #edf9f1;
  color: #2d7c49;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hb-theme .hb-free-download-files {
  padding: 0 15px;
}

.hb-theme .hb-free-download-file {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eeeae2;
}

.hb-theme .hb-free-download-file:last-child {
  border-bottom: 0;
}

.hb-theme .hb-free-download-file-info {
  min-width: 0;
}

.hb-theme .hb-free-download-file-info strong {
  display: block;
  margin-bottom: 3px;
  overflow-wrap: anywhere;
  color: #27313b;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 800;
}

.hb-theme .hb-free-download-file-info span {
  display: block;
  color: #838c94;
  font-size: 12px;
  line-height: 1.45;
}

.hb-theme .hb-free-download-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  padding: 0 11px !important;
  border: 1px solid #e4a900 !important;
  border-radius: 6px !important;
  background: #f6b51b !important;
  color: #111820 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  white-space: nowrap;
}

.hb-theme .hb-free-download-button:hover,
.hb-theme .hb-free-download-button:focus {
  border-color: #d79b00 !important;
  background: #e8a600 !important;
  color: #111820 !important;
}

.hb-theme .hb-free-download-empty,
.hb-theme .hb-free-download-login-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 11px 15px;
  color: #68747d;
  font-size: 12px;
  line-height: 1.5;
}

.hb-theme .hb-free-download-empty {
  background: #fffaf0;
  color: #756529;
}

.hb-theme .hb-free-download-login-note {
  border-top: 1px solid #eeeae2;
  background: #faf9f5;
}

.hb-theme .hb-free-download-empty i,
.hb-theme .hb-free-download-login-note i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #1594aa;
}

.hb-theme .hb-product-purchase-free .hb-product-price-block {
  margin-bottom: 12px;
}

@media (max-width: 520px) {
  .hb-theme .hb-free-download-head {
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .hb-theme .hb-free-download-icon {
    width: 34px;
    height: 34px;
  }

  .hb-theme .hb-free-download-badge {
    display: none;
  }

  .hb-theme .hb-free-download-file {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-free-download-button {
    width: 100%;
  }
}

/* Countdown */
.hb-theme .hb-product-countdown {
  margin: 0 0 16px;
  padding: 12px;
  border: 1px solid #eadca9;
  border-radius: 8px;
  background: #fffaf0;
}

.hb-theme .hb-product-countdown .offer-text {
  margin-bottom: 8px;
  color: #6f5a20;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.hb-theme .hb-product-countdown .countdown-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.hb-theme .hb-product-countdown .countdown-value {
  color: #111820;
  font-size: 15px;
  font-weight: 800;
}

.hb-theme .hb-product-countdown .countdown-label {
  color: #8a8170;
  font-size: 12px;
  text-transform: uppercase;
}

/* Options */
.hb-theme .hb-product-options-title {
  margin: 0 0 10px;
  color: #111820;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-product-purchase #product .form-group {
  margin-bottom: 12px;
}

.hb-theme .hb-product-purchase #product .control-label {
  margin-bottom: 5px;
  color: #404b55;
  font-size: 12px;
  font-weight: 700;
}

.hb-theme .hb-product-purchase #product .form-control {
  height: 38px;
  border: 1px solid #dcd8cf;
  border-radius: 6px;
  box-shadow: none;
  background: #fff;
  color: #202933;
  font-size: 12px;
}

.hb-theme .hb-product-purchase #product textarea.form-control {
  min-height: 90px;
  height: auto;
}

.hb-theme .hb-product-purchase .radio,
.hb-theme .hb-product-purchase .checkbox {
  margin: 6px 0;
}

.hb-theme .hb-product-purchase .radio label,
.hb-theme .hb-product-purchase .checkbox label {
  color: #59646e;
  font-size: 12px;
}

.hb-theme .hb-product-purchase .text-danger {
  margin-top: 5px;
  color: #a83a34;
  font-size: 12px;
}

.hb-theme .hb-product-qty-cart {
  display: grid;
  grid-template-columns: 102px minmax(0, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.hb-theme .hb-product-qty {
  display: grid;
  grid-template-columns: 30px 42px 30px;
  height: 42px;
  overflow: hidden;
  border: 1px solid #dcd8cf;
  border-radius: 7px;
  background: #fff;
}

.hb-theme .hb-product-qty button,
.hb-theme .hb-product-qty input {
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: center;
}

.hb-theme .hb-product-qty button {
  color: #68727c;
}

.hb-theme .hb-product-qty button:hover {
  background: #f6f4ee !important;
  color: #111820;
}

.hb-theme .hb-product-add-cart {
  min-height: 42px;
  border: 1px solid #f6b51b !important;
  border-radius: 7px !important;
  background: #f6b51b !important;
  color: #111820 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.hb-theme .hb-product-add-cart:hover,
.hb-theme .hb-product-add-cart:focus {
  border-color: #e8a600 !important;
  background: #e8a600 !important;
}

.hb-theme .hb-product-secondary-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

.hb-theme .hb-product-secondary-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #64707a;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.hb-theme .hb-product-secondary-action:hover,
.hb-theme .hb-product-secondary-action:focus {
  color: #111820;
}

.hb-theme .hb-product-secondary-action i {
  margin: 0 !important;
}

.hb-theme .hb-product-assurance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ece8df;
}

.hb-theme .hb-product-assurance-item {
  color: #68727c;
  font-size: 12px;
  line-height: 1.35;
}

.hb-theme .hb-product-assurance-item i {
  display: block;
  margin: 0 0 5px !important;
  color: #1594aa;
  font-size: 12px;
}

.hb-theme .hb-product-assurance-item strong {
  display: block;
  margin-bottom: 2px;
  color: #26313b;
  font-size: 12px;
}

/* Content sections */
.hb-theme .hb-product-section {
  margin-bottom: 24px;
  padding: 28px 30px;
  border: 1px solid #e2ded4;
  border-radius: 10px;
  background: #fff;
}

.hb-theme .hb-product-section-heading {
  margin: 0 0 18px;
  color: #111820;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -.02em;
}

.hb-theme .hb-product-description-content {
  color: #44505a;
  font-size: 12px;
  line-height: 1.7;
}

.hb-theme .hb-product-description-content h2,
.hb-theme .hb-product-description-content h3,
.hb-theme .hb-product-description-content h4 {
  color: #111820;
  font-weight: 800;
  line-height: 1.25;
}

.hb-theme .hb-product-description-content h2 {
  margin: 28px 0 12px;
  font-size: 21px;
}

.hb-theme .hb-product-description-content h3 {
  margin: 24px 0 10px;
  font-size: 16px;
}

.hb-theme .hb-product-description-content h4 {
  margin: 20px 0 8px;
  font-size: 13px;
}

.hb-theme .hb-product-description-content p,
.hb-theme .hb-product-description-content ul,
.hb-theme .hb-product-description-content ol {
  margin-bottom: 14px;
}

.hb-theme .hb-product-description-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.hb-theme .hb-product-description-content hr {
  margin: 26px 0;
  border-color: #ece8df;
}

.hb-theme .hb-product-description-content table {
  width: 100%;
}

.hb-theme .hb-product-description-content a {
  color: #0d7f93;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hb-theme .hb-product-support-callout {
  margin-top: 24px;
  padding: 18px;
  border: 1px solid #d9e8eb;
  border-radius: 8px;
  background: #f2fafb;
}

.hb-theme .hb-product-support-callout h3 {
  margin: 0 0 7px;
  color: #111820;
  font-size: 15px;
}

.hb-theme .hb-product-support-callout p {
  margin: 0 0 10px;
}

.hb-theme .hb-product-spec-table {
  margin: 0;
  border: 0;
}

.hb-theme .hb-product-spec-table > thead > tr > td {
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #e8e4dc;
  background: #faf9f5;
  color: #111820;
  font-size: 12px;
}

.hb-theme .hb-product-spec-table > tbody > tr > td {
  padding: 10px 12px;
  border: 0;
  border-top: 1px solid #eeeae2;
  color: #5d6872;
  font-size: 12px;
}

.hb-theme .hb-review-form {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid #ece8df;
}

.hb-theme .hb-review-form h3 {
  margin: 0 0 14px;
  color: #111820;
  font-size: 15px;
  font-weight: 800;
}

/* Product detail tabs / mobile accordion */
.hb-theme .hb-product-tabs {
  margin: 0 0 30px;
  border: 1px solid #e2ded4;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-bottom: 1px solid #ded9cf;
  background: #faf9f5;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li {
  float: none;
  margin: 0;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 50px;
  margin: 0;
  padding: 0 14px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #68727c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li > a::after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: -1px;
  left: 14px;
  height: 2px;
  border-radius: 2px 2px 0 0;
  background: transparent;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li > a:hover,
.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li > a:focus {
  color: #111820;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li.active > a {
  color: #111820;
  font-weight: 800;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-nav > li.active > a::after {
  background: #f6b51b;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-content {
  padding: 0;
}

.hb-theme .hb-product-tabs > .hb-product-tabs-content > .tab-pane {
  padding: 0;
}

.hb-theme .hb-product-tab-inner {
  padding: 28px 30px 30px;
}

.hb-theme .hb-product-accordion-header {
  display: none;
}

@media (max-width: 767px) {
  .hb-theme .hb-product-tabs {
    margin-bottom: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    overflow: visible;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-nav {
    display: none;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content {
    display: grid;
    gap: 10px;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .hb-product-accordion-header {
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #e2ded4;
    border-radius: 9px;
    background: #faf9f5;
    color: #26313b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.3;
    text-align: left;
    box-shadow: none;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .hb-product-accordion-header.active {
    border-radius: 9px 9px 0 0;
    border-bottom-color: #e8e4dc;
    background: #fffaf0;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .hb-product-accordion-header i {
    margin: 0 !important;
    color: #929aa1;
    font-size: 12px;
    transition: transform .18s ease;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .hb-product-accordion-header.active i {
    transform: rotate(180deg);
    color: #b47d00;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .tab-pane {
    display: none;
    margin-top: -10px;
    border: 1px solid #e2ded4;
    border-top: 0;
    border-radius: 0 0 9px 9px;
    background: #fff;
  }

  .hb-theme .hb-product-tabs > .hb-product-tabs-content > .tab-pane.active {
    display: block;
  }

  .hb-theme .hb-product-tab-inner {
    padding: 18px 16px 20px;
  }

  .hb-theme .hb-product-description-content {
    font-size: 12px;
    line-height: 1.65;
  }
}

/* Related */
.hb-theme .hb-related-section {
  margin-top: 30px;
}

.hb-theme .hb-related-heading {
  margin: 0 0 14px;
  color: #111820;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.hb-theme .hb-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hb-theme .hb-related-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2ded4;
  border-radius: 9px;
  background: #fff;
}

.hb-theme .hb-related-card-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1.75 / 1;
  border-bottom: 1px solid #ece8df;
  background: #f1eee7;
}

.hb-theme .hb-related-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hb-theme .hb-related-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 12px;
}

.hb-theme .hb-related-card h3 {
  margin: 0 0 7px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.hb-theme .hb-related-card h3 a {
  color: #111820;
}

.hb-theme .hb-related-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 10px;
  color: #6a747d;
  font-size: 12px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hb-theme .hb-related-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 9px;
  border-top: 1px solid #eeeae2;
}

.hb-theme .hb-related-price {
  color: #111820;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-related-price .old {
  display: block;
  color: #9aa1a7;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.hb-theme .hb-related-link {
  color: #8f6507;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-product-description-content {
  max-width: 1000px;
}

.hb-theme .hb-product-tags {
  display: block !important;
  clear: both;
  width: 100%;
  margin: 32px 0 38px !important;
  padding: 20px 22px !important;
  border: 1px solid #ded9cf !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 5px 18px rgba(17, 24, 32, .035);
}

.hb-theme .hb-product-tags-heading {
  display: flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px !important;
  color: #303b45;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.3;
  text-transform: uppercase;
}

.hb-theme .hb-product-tags-heading i {
  margin: 0 !important;
  color: #2aa7b8;
  font-size: 13px;
}

.hb-theme .hb-product-tag-list {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hb-theme .hb-product-tag-list .hb-product-tag {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  min-height: 32px;
  margin: 0 !important;
  padding: 6px 11px !important;
  border: 1px solid #ddd8ce !important;
  border-radius: 999px !important;
  background: #f8f6f1 !important;
  color: #4d5963 !important;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.35 !important;
  text-decoration: none !important;
  white-space: normal;
}

.hb-theme .hb-product-tag-list .hb-product-tag:hover,
.hb-theme .hb-product-tag-list .hb-product-tag:focus {
  border-color: #d3aa42 !important;
  background: #fff8e7 !important;
  color: #111820 !important;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .hb-theme .hb-product-tags {
    margin: 24px 0 30px !important;
    padding: 17px !important;
  }

  .hb-theme .hb-product-tag-list {
    gap: 7px !important;
  }

  .hb-theme .hb-product-tag-list .hb-product-tag {
    min-height: 30px;
    padding: 5px 9px !important;
    font-size: 12px !important;
  }
}

/* Responsive */
@media (max-width: 1199px) {
  .hb-theme .hb-product-hero {
    grid-template-columns: minmax(0, 5fr) minmax(330px, 7fr);
    gap: 24px;
  }

  .hb-theme .hb-related-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .hb-theme .hb-product-hero {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-product-purchase {
    position: static;
  }

  .hb-theme .hb-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .hb-theme .hb-product-page > .container {
    padding-top: 14px;
    padding-bottom: 42px;
  }

  .hb-theme .hb-product-breadcrumb-wrap {
    margin-bottom: 16px;
  }

  .hb-theme .hb-product-hero {
    gap: 16px;
    margin-bottom: 20px;
  }

  .hb-theme .hb-product-thumbnails {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .hb-theme .hb-product-purchase {
    padding: 18px;
  }

  .hb-theme .hb-product-purchase h1 {
    font-size: 27px;
  }

  .hb-theme .hb-product-meta {
    grid-template-columns: 1fr 1fr;
  }

  .hb-theme .hb-product-assurance {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hb-theme .hb-product-assurance-item {
    display: grid;
    grid-template-columns: 18px 1fr;
    column-gap: 7px;
  }

  .hb-theme .hb-product-assurance-item i {
    grid-row: 1 / span 2;
  }

  .hb-theme .hb-product-section {
    padding: 20px 18px;
  }

  .hb-theme .hb-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .hb-theme .hb-product-meta {
    grid-template-columns: 1fr;
  }

  .hb-theme .hb-product-thumbnails {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hb-theme .hb-product-qty-cart {
    grid-template-columns: 96px minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hb-theme .hb-product-card,
  .hb-theme .hb-product-main-image img {
    transition: none !important;
  }
}


/* Product resources, marketplace, demo and license/support */
.hb-theme .hb-product-marketplace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #ece8df;
  color: #52606a;
  font-size: 12px;
  font-weight: 700;
}

.hb-theme .hb-product-marketplace:hover,
.hb-theme .hb-product-marketplace:focus {
  color: #111820;
}

.hb-theme .hb-product-marketplace span,
.hb-theme .hb-product-marketplace strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hb-theme .hb-product-marketplace strong {
  flex: 0 0 auto;
  color: #0d7f93;
  font-size: 12px;
}

.hb-theme .hb-product-demo-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 40px;
  margin-top: 9px;
  border: 1px solid #d9d4c9 !important;
  border-radius: 7px !important;
  background: #fff !important;
  color: #26313b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.hb-theme .hb-product-demo-button:hover,
.hb-theme .hb-product-demo-button:focus {
  border-color: #c5bdad !important;
  background: #faf8f2 !important;
  color: #111820 !important;
}

.hb-theme .hb-product-demo-external {
  font-size: 12px;
  opacity: .65;
}


.hb-theme .hb-product-resource-content {
  color: #44505a;
  font-size: 12px;
  line-height: 1.7;
}

.hb-theme .hb-product-resource-content a {
  color: #0d7f93;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hb-theme .hb-product-resource-content > h3:first-child {
  margin-top: 0;
}

.hb-theme .hb-product-release-notes .table {
  margin-bottom: 16px;
  border-color: #e5e1d7;
}

.hb-theme .hb-product-release-notes .table > thead > tr > td,
.hb-theme .hb-product-release-notes .table > tbody > tr > td {
  padding: 10px 12px;
  border-color: #e5e1d7;
  font-size: 12px;
}

/* License & Support modal */
.hb-theme .hb-product-license-trigger {
  margin-left: auto;
}

.hb-theme .hb-license-support-modal .modal-dialog {
  max-width: 540px;
  margin-top: 80px;
}

.hb-theme .hb-license-support-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 22px 60px rgba(17,24,32,.18);
}

.hb-theme .hb-license-support-modal .modal-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 22px 17px;
  border-bottom: 1px solid #ece8df;
  background: #faf9f5;
}

.hb-theme .hb-license-support-modal .modal-header .close {
  position: absolute;
  top: 13px;
  right: 16px;
  margin: 0;
  color: #68727c;
  font-size: 25px;
  font-weight: 400;
  opacity: .75;
}

.hb-theme .hb-license-support-modal .modal-header .close:hover,
.hb-theme .hb-license-support-modal .modal-header .close:focus {
  color: #111820;
  opacity: 1;
}

.hb-theme .hb-license-modal-icon {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #eaf7f9;
  color: #1594aa;
  font-size: 16px;
}

.hb-theme .hb-license-support-modal .modal-title {
  margin: 0 32px 3px 0;
  color: #111820;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.hb-theme .hb-license-support-modal .modal-header p {
  margin: 0;
  color: #737d85;
  font-size: 12px;
  line-height: 1.5;
}

.hb-theme .hb-license-support-modal .modal-body {
  padding: 8px 22px 18px;
}

.hb-theme .hb-license-modal-item {
  display: flex;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid #eeeae2;
}

.hb-theme .hb-license-modal-item:last-of-type {
  border-bottom: 0;
}

.hb-theme .hb-license-modal-item-icon {
  display: inline-flex;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  border-radius: 7px;
  background: #f4f6f7;
  color: #1594aa;
  font-size: 12px;
}

.hb-theme .hb-license-modal-item strong {
  display: block;
  margin-bottom: 4px;
  color: #202933;
  font-size: 12px;
  font-weight: 800;
}

.hb-theme .hb-license-modal-item p {
  margin: 0;
  color: #68727c;
  font-size: 12px;
  line-height: 1.55;
}

.hb-theme .hb-license-modal-note {
  display: flex;
  gap: 9px;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid #eadca9;
  border-radius: 7px;
  background: #fffaf0;
  color: #756529;
  font-size: 12px;
  line-height: 1.5;
}

.hb-theme .hb-license-modal-note i {
  flex: 0 0 auto;
  margin-top: 2px;
}

.hb-theme .hb-license-support-modal .modal-footer {
  padding: 12px 22px;
  border-top: 1px solid #ece8df;
  background: #fff;
}

.hb-theme .hb-license-support-modal .modal-footer .btn {
  min-width: 80px;
  border-radius: 6px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .hb-theme .hb-license-support-modal .modal-dialog {
    margin: 30px 12px;
  }

  .hb-theme .hb-product-secondary-actions {
    flex-wrap: wrap;
  }

  .hb-theme .hb-product-license-trigger {
    margin-left: 0;
  }
}
