/* BricoDato V10 · Tienda PC polish · 8.9.13
   IMPORTANTE: todos los ajustes visuales están limitados a escritorio >=1100px. */

@media (min-width:1100px){
  body[data-store-page="catalog"] .wrap{
    --max:1360px;
  }

  body[data-store-page="product"] .wrap{
    --max:1360px;
  }

  body[data-store-page="product"] .detail{
    grid-template-columns:minmax(0,1.06fr) minmax(400px,.94fr);
    gap:38px;
  }

  body[data-store-page="product"] .spec-table>div{
    grid-template-columns:minmax(185px,.34fr) minmax(0,1fr);
  }

  body[data-store-page="product"] .spec-table strong,
  body[data-store-page="product"] .spec-table span{
    font-size:13px;
    line-height:1.45;
    padding:11px 13px;
  }

  body[data-store-page="product"] .buy-assurances span{
    font-size:11px;
    line-height:1.35;
    padding:8px 9px;
  }

  body[data-store-page="product"] .disclosure{
    font-size:11px;
    line-height:1.5;
  }

  body[data-store-page="product"] .detail-meta,
  body[data-store-page="product"] .detail-pill,
  body[data-store-page="product"] .gallery-count{
    font-size:10.5px;
  }

  body[data-store-page="product"] .dealbox p,
  body[data-store-page="product"] .dealbox small{
    font-size:11.5px;
    line-height:1.45;
  }
}
