/* KedPro 6.5.45: jerarquía de identidad comercial de productos. */
.product-card__identity{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(82px,auto);
  align-items:start;
  gap:.28rem .7rem;
}
.product-card__identity h3{
  min-width:0;
  min-height:0;
  margin:0;
  line-height:1.28;
}
.product-card__category{
  align-self:start;
  max-width:132px;
  padding:.22rem .45rem;
  border-radius:999px;
  background:#f4eee6;
  color:#7a1b17;
  font-size:.66rem;
  font-weight:800;
  line-height:1.25;
  text-align:right;
  text-decoration:none;
  overflow-wrap:anywhere;
}
a.product-card__category:hover,a.product-card__category:focus-visible{background:#eadbcb;color:#5f120f}
.product-card__sku{
  grid-column:1/-1;
  color:#7c8791;
  font-size:.58rem;
  font-weight:600;
  letter-spacing:.025em;
  line-height:1.2;
  text-transform:none;
}
.product-detail-identity{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(110px,auto);
  align-items:start;
  gap:.4rem 1rem;
  margin-bottom:.75rem;
}
.product-detail-identity h1{margin:0;line-height:1.08;overflow-wrap:anywhere}
.product-detail-category{
  justify-self:end;
  max-width:190px;
  padding:.42rem .68rem;
  border:1px solid #e4cdb5;
  border-radius:999px;
  background:#fbf5ed;
  color:#7a1b17;
  font-size:.74rem;
  font-weight:850;
  line-height:1.25;
  text-align:right;
  text-decoration:none;
  overflow-wrap:anywhere;
}
.product-detail-category:hover,.product-detail-category:focus-visible{border-color:#bf8d67;background:#f4e7d8;color:#5f120f}
.product-detail-sku{
  display:block;
  margin-top:.35rem;
  color:#7c8791;
  font-size:.62rem;
  font-weight:600;
  letter-spacing:.025em;
  line-height:1.25;
}
.product-facts--commercial{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:560px){
  .product-card__identity{grid-template-columns:minmax(0,1fr) minmax(72px,auto);gap:.25rem .5rem}
  .product-card__category{max-width:108px;font-size:.61rem}
  .product-detail-identity{grid-template-columns:minmax(0,1fr) auto;gap:.45rem .65rem}
  .product-detail-category{max-width:118px;padding:.34rem .5rem;font-size:.65rem}
}
