.foch-product-highlights {
  width: 100%;
  margin: 22px 0 8px;
}

.foch-product-highlights__title {
  margin: 0 0 11px;
  color: #171717;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.foch-product-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.foch-product-highlight {
  min-height: 54px;
  padding: 9px 11px;
  border-left: 3px solid #315f7d;
  background: #f5f7f8;
}

.foch-product-lower-layout {
  width: 100%;
  box-sizing: border-box;
  padding-right: clamp(24px, 4vw, 80px);
  padding-left: clamp(24px, 4vw, 80px);
}

.foch-product-tabs-full {
  width: 100%;
  margin-top: 10px;
}

.foch-product-tabs-full #product-infos-tabs-content {
  width: 100%;
}

.foch-product-tabs-full #product-infos-tabs-content .tab-pane {
  max-width: none;
}

.foch-product-highlight__label,
.foch-product-highlight__value {
  display: block;
}

.foch-product-highlight__label {
  margin-bottom: 3px;
  color: #65727b;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.foch-product-highlight__value {
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 575px) {
  .foch-product-highlights__grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .foch-product-highlights__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Warehouse conserve de grandes marges prévues pour son ancienne mise en page.
   On les retire sur ordinateur pour rapprocher les onglets et la description. */
@media (min-width: 992px) {
  #product #main-product-wrapper .col-md-6.col-product-info #col-product-info {
    padding-bottom: 20px !important;
  }

  #product #main-product-wrapper .col-md-6.col-product-image {
    margin-bottom: 20px !important;
  }

  #product #main-product-wrapper .product-info-row {
    margin-bottom: 16px !important;
  }
}
